article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, li
{ margin: 0; padding: 0;}

li {
	margin-left:25px;
}

html {
	font-size: 62.5%;
}

body {
	display:block;
	margin: 0 auto;
	padding:0;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
}




body#index {
	background:none;
}

body#page {
	background:none;
}

* {
	box-sizing:border-box;
}

a:hover img {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.m5 { margin-bottom:5px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m30 { margin-bottom:30px;}
.m40 { margin-bottom:40px;}
.m50 { margin-bottom:50px;}
.m60 { margin-bottom:60px;}

.m70 { margin-bottom:70px;}
.m80 { margin-bottom:80px;}
.m90 { margin-bottom:90px;}
.m100 { margin-bottom:100px;}
.m110 { margin-bottom:110px;}


@media screen and (max-width:1024px){
	.m80 { margin-bottom:40px;}
}


.ml10 { margin-left:10px; display:inline;}
.ml10_o { margin-left:10px;}

.mr10 { margin-right:10px; display:inline;}
.mr10_o { margin-right:10px;}

.pl10 { padding-left:10px;}
.pr10 { padding-right:10px;}

.flt { float:left;}
.flr { float:right;}

@media screen and (max-width:479px){
body {
	font-size: 14px;
	font-size: 1.4rem;
}
}

p {
	margin-bottom:12px;
}

.sr{
    visibility: hidden;
  }

/*
---------------------------------------------------------------------------
ベース
---------------------------------------------------------------------------*/
#wrap {
	max-width:100%;
	text-align:left;
	font-size:14px;
	font-size: 1.4rem;
}





/*
---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/
#wave {
	position:relative;
}

#con {
	position:relative;
	top:0px;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background-color:#FFF;
	padding-bottom:0px;
}

.br {
	content:;
	white-space: ;
	font-size:14px;
}

.none3 {
	display:inline;
}

@media screen and (max-width:1024px){

.br {
	content:;
	white-space: ;
	font-size:12px;
	font-size:1.2rem;
}

.br:before {
	content: "\A" ;
	white-space: pre ;
}

.none3 {
	display:none;
}

}


@media screen and (max-width:1024px){
#wave {
	position:static;
}

#con {
	position:static;
}

.fixed {
	display:none;
}

#headerWrap h1 {
	display:none;
}

}

#fixedBox{

transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: rgba(255,255,255, 0);
}

#fixedBox #headerLogo img {
	background: rgba(,,, 1);
}


#fixedBox.fixed{

transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: rgba(255,255,255, 1);
	border-bottom:0px solid #fff;
}


#headerWrap {
	width:100%;
	z-index:99;
}


#headerWrap h1 {
	width:100%;
	z-index:99;
	background:#CF1956;
	font-size:11px;
	height:30px;
	line-height:27px;
	color:#fff;
	font-weight:lighter;
	padding-left:20px;
	border-top:solid 0px #39b14a;
	border-bottom:0px solid #AD9F92;
}

#headerWrap h1 a {
	float:right;
	padding-right:20px;
	color:#fff;
	text-decoration:none;
}

#headerWrap h1 a:hover {
	text-decoration:underline;
}

#header {
	width:100%;
	line-height:0;
}

#headerIn {
	margin:0 auto;
}

#headerIn:after {
	content:"";
	display:block;
	clear:both;
}

#headerLogo {
	padding-top:0px;
	padding-left:0px;
	margin-left:20px;
}

#headerLogo img {
	width:100%;
	height:auto;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.fixed #headerLogo img{
	width:65%;
	height:auto;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media screen and (min-width:1025px){
#headerWrap {
	width:100%;
	height:110px;
	background-repeat:no-repeat;
	background-position:center bottom;
	position:absolute;
	top:0;
}

#header {
	width:100%;
}

#headerIn {
	width:100%;
}

#headerLogo {
	float:left;
	margin-top:14px;
	padding-left:0px;
}

.fixed #headerLogo {
	float:left;
	margin-top:4px;
	padding-left:0px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

}

@media screen and (min-width:1025px){
#header {
	width:100%;
	border-top:0px solid #000;
	padding-bottom:0px;
	box-shadow:0 0 0px 0 #999;
	-moz-box-shadow:0 0 0px 0 #999;
	-webkit-box-shadow:0 0 0px 0 #999;
	height:110px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	
}

.fixed #header {
	width:100%;
	border-top:0px solid #000;
	padding-bottom:0px;
	height:70px;
	box-shadow:0 0 0px 0 #999;
	-moz-box-shadow:0 0 0px 0 #999;
	-webkit-box-shadow:0 0 0px 0 #999;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	
}

}

@media screen and (max-width:1112px){

#headerWrap {
	height:auto;
	position:static;
	border-top:5px solid #C2272D;
	display:none;
}

#headerIn {
	margin-top:10px;
	margin-bottom:-70px;
}

#headerLogo img {
	width:30%;
	height:auto;
}

}

@media screen and (max-width:600px){
#headerWrap {
	height:auto;
}

#headerLogo img {
	width:50%;
	height:auto;
}
}















#fixedBox2{


    background: rgba(255,255,255, 1);
}

#fixedBox2 #headerLogo2 img {
	background: rgba(,,, 1);
}


#fixedBox2.fixed{


    background: rgba(255,255,255, 1);
	border-bottom:0px solid #AD9F92;
}


#headerWrap2 {
	width:100%;
	z-index:99;
}


#headerWrap2 h1 {
	width:100%;
	z-index:99;
	background:#CF1956;
	font-size:11px;
	height:30px;
	line-height:27px;
	color:#fff;
	font-weight:lighter;
	padding-left:20px;
	border-top:solid 0px #D41003;
	border-bottom:0px solid #AD9F92;
}

#headerWrap2 h1 a {
	float:right;
	padding-right:20px;
	color:#fff;
	text-decoration:none;
}

#headerWrap2 h1 a:hover {
	text-decoration:underline;
}

#header2 {
	width:100%;
	line-height:0;
}

#headerIn {
	margin:0 auto;
}

#headerIn:after {
	content:"";
	display:block;
	clear:both;
}

#headerLogo2 {
	padding-top:0px;
	padding-left:0px;
	margin-left:20px;
}

#headerLogo2 img {
	width:65%;
	height:auto;
	
}

.fixed #headerLogo2 img{
	width:65%;
	height:auto;
	
}

@media screen and (min-width:1025px){
#headerWrap2 {
	width:100%;
	height:70px;
	background-repeat:no-repeat;
	background-position:center bottom;
	position:absolute;
	top:0;
}

#header2 {
	width:100%;
}

#headerIn {
	width:100%;
}

#headerLogo2 {
	float:left;
	margin-top:4px;
	padding-left:0px;
}

.fixed #headerLogo2 {
	float:left;
	margin-top:4px;
	padding-left:0px;
	
}

}

@media screen and (min-width:1025px){
#header2 {
	width:100%;
	border-top:0px solid #000;
	padding-bottom:0px;
	box-shadow:0 0 0px 0 #999;
	-moz-box-shadow:0 0 0px 0 #999;
	-webkit-box-shadow:0 0 0px 0 #999;
	height:96px;
	
	
}

.fixed #header2 {
	width:100%;
	border-top:0px solid #000;
	padding-bottom:0px;
	height:70px;
	box-shadow:0 0 0px 0 #999;
	-moz-box-shadow:0 0 0px 0 #999;
	-webkit-box-shadow:0 0 0px 0 #999;
	
	
}

}

@media screen and (max-width:1112px){

#headerWrap2 {
	height:auto;
	position:static;
	border-top:5px solid #C2272D;
	display:none;
}

#headerIn {
	margin-top:10px;
	margin-bottom:-70px;
}

#headerLogo2 img {
	width:30%;
	height:auto;
}

}
/*
---------------------------------------------------------------------------
グローバルナビ
---------------------------------------------------------------------------*/
.tel {
	float:right;
	margin-top:30px;
	margin-right:20px;
}


.fixed .tel {
	float:right;
	margin-top:8px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media screen and (max-width:1112px){
	.tel {
	float:right;
	margin-top:30px;
	margin-right:20px;
	display:none;
}


.fixed .tel {
	float:right;
	margin-top:8px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	display:none;
}
}

#gnavi {
	float:right;
    width:auto;
	height:43px;
	margin-right:0px;
	margin-top:42px;
}

.fixed #gnavi {
transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	margin-left:0px;
	margin-top:22px;
}

#gnavi:after {
	content:"";
	display:block;
	clear:both;
}

#gnavi ul{
	width:888px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#gnavi ul li{
    float:left;
    height:43px;
	margin:0;
	padding:0;
    overflow:hidden;
}

#gnavi ul li span {
}

#gnavi ul li a{
    display:block;
    height:43px;
	color:#000;
	text-decoration:none;
	font-size:16px;
}

#gnavi ul li.gnavi01 a:hover {
	text-decoration:underline;
}

#gnavi ul li.gnavi02 a:hover {
	text-decoration:underline;
}

#gnavi ul li.gnavi03 a:hover {
	text-decoration:underline;
}

#gnavi ul li.gnavi04 a:hover {
	text-decoration:underline;
}

#gnavi ul li.gnavi05 a:hover {
	text-decoration:underline;
}

#gnavi ul li.gnavi07 a:hover {
	text-decoration:underline;
}


#gnavi ul li.gnavi08 a:hover {
	text-decoration:underline;
}

#gnavi ul li.gnavi09 a:hover {
	text-decoration:underline;
}


#gnavi ul li.gnavi01 a{ width:75px; padding-top:12px; margin-top:10px;}
#gnavi ul li.gnavi02 a{ width:120px; padding-top:12px; margin-top:10px;}
#gnavi ul li.gnavi03 a{ width:105px; padding-top:12px; margin-top:10px; }
#gnavi ul li.gnavi04 a{ width:120px; padding-top:12px; margin-top:10px; }
#gnavi ul li.gnavi05 a{ width:115px; padding-top:12px; margin-top:10px; }
#gnavi ul li.gnavi07 a{ width:85px; padding-top:12px; margin-top:10px; }
#gnavi ul li.gnavi06 a{ width:116px; border:3px solid #000; background:none; display:table-cell; vertical-align:middle; text-align:center; padding-top:-12px; font-weight:bold; padding-top:2px;}

#gnavi ul li.gnavi08 a{ width:130px; padding-top:12px; margin-top:10px; }
#gnavi ul li.gnavi09 a{ width:116px; border:3px solid #000; background:none; display:table-cell; vertical-align:middle; text-align:center; padding-top:-12px; font-weight:bold; padding-top:2px;}


#gnavi ul li.gnavi06 a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
}

#gnavi ul li.gnavi09 a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
}



.fixed #gnavi:after {
	content:"";
	display:block;
	clear:both;
}

.fixed #gnavi ul{
	width:888px;
	margin:0;
	padding:0;
	list-style-type:none;
}

.fixed #gnavi ul li{
    float:left;
    height:26px;
	margin:0;
	padding:0;
    overflow:hidden;
}

.fixed #gnavi ul li span {
}

.fixed #gnavi ul li a{
    display:block;
    height:26px;
	padding-top:12px;
	color:#000;
	text-decoration:none;
	font-size:16px;
}

.fixed #gnavi ul li.gnavi01 a:hover {
	text-decoration:underline;
}

.fixed #gnavi ul li.gnavi02 a:hover {
	text-decoration:underline;
}

.fixed #gnavi ul li.gnavi03 a:hover {
	text-decoration:underline;
}

.fixed #gnavi ul li.gnavi04 a:hover {
	text-decoration:underline;
}

.fixed #gnavi ul li.gnavi05 a:hover {
	text-decoration:underline;
}

.fixed #gnavi ul li.gnavi07 a:hover {
	text-decoration:underline;
}

.fixed #gnavi ul li.gnavi08 a:hover {
	text-decoration:underline;
}


.fixed #gnavi ul li.gnavi01 a{ width:75px; margin-top:2px;}
.fixed #gnavi ul li.gnavi02 a{ width:120px; margin-top:2px;}
.fixed #gnavi ul li.gnavi03 a{ width:105px; margin-top:2px;}
.fixed #gnavi ul li.gnavi04 a{ width:120px; margin-top:2px;}
.fixed #gnavi ul li.gnavi05 a{ width:115px; margin-top:2px;}
.fixed #gnavi ul li.gnavi06 a{ width:116px; border:3px solid #000; background:none; display:table-cell; vertical-align:middle; text-align:center; padding-top:-12px; font-weight:bold; padding-top:2px; }
.fixed #gnavi ul li.gnavi07 a{ width:85px; margin-top:2px;}
.fixed #gnavi ul li.gnavi08 a{ width:130px; margin-top:2px;}


.fixed #gnavi ul li.gnavi06 a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
}


.sns {
	width:115px;
	float:right;
	margin-top:39px;
}

.fixed .sns {
	width:115px;
	float:right;
	margin-top:19px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sns img {
	margin-right:15px;






}

.sns img.last {
	margin-right:0px;
}

.sns2 {
	display:none;
}


























.tel2 {
	float:right;
	margin-top:8px;
	margin-right:20px;
}


.fixed .tel2 {
	float:right;
	margin-top:8px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media screen and (max-width:1112px){
.tel2 {
	float:right;
	margin-top:8px;
	margin-right:20px;
	display:none;
}


.fixed .tel2 {
	float:right;
	margin-top:8px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	display:none;
}
}


#gnavi2 {
	float:right;
    width:auto;
	height:43px;
	margin-right:0px;
	margin-top:42px;
}

.fixed #gnavi2 {
transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	margin-left:0px;
	margin-top:22px;
}

#gnavi2:after {
	content:"";
	display:block;
	clear:both;
}

#gnavi2 ul{
	width:888px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#gnavi2 ul li{
    float:left;
    height:43px;
	margin:0;
	padding:0;
    overflow:hidden;
}

#gnavi2 ul li span {
}

#gnavi2 ul li a{
    display:block;
    height:43px;
	color:#000;
	text-decoration:none;
	font-size:16px;
}

#gnavi2 ul li.gnavi01 a:hover {
	text-decoration:underline;
}

#gnavi2 ul li.gnavi02 a:hover {
	text-decoration:underline;
}

#gnavi2 ul li.gnavi03 a:hover {
	text-decoration:underline;
}

#gnavi2 ul li.gnavi04 a:hover {
	text-decoration:underline;
}

#gnavi2 ul li.gnavi05 a:hover {
	text-decoration:underline;
}

#gnavi2 ul li.gnavi07 a:hover {
	text-decoration:underline;
}



#gnavi2 ul li.gnavi01 a{ width:75px; padding-top:12px; margin-top:10px;}
#gnavi2 ul li.gnavi02 a{ width:120px; padding-top:12px; margin-top:10px;}
#gnavi2 ul li.gnavi03 a{ width:105px; padding-top:12px; margin-top:10px; }
#gnavi2 ul li.gnavi04 a{ width:120px; padding-top:12px; margin-top:10px; }
#gnavi2 ul li.gnavi05 a{ width:115px; padding-top:12px; margin-top:10px; }
#gnavi2 ul li.gnavi07 a{ width:85px; padding-top:12px; margin-top:10px; }
#gnavi2 ul li.gnavi08 a{ width:130px; padding-top:12px; margin-top:10px; }
#gnavi2 ul li.gnavi06 a{ width:116px; border:3px solid #000; background:none; display:table-cell; vertical-align:middle; text-align:center; padding-top:-12px; font-weight:bold; padding-top:2px;}


#gnavi ul li.gnavi06 a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
}

#gnavi2 ul li.gnavi01 a:hover,
#gnavi2 ul li.gnavi01 a.on{ background-position:0 0; }

#gnavi2 ul li.gnavi02 a:hover,
#gnavi2 ul li.gnavi02 a.on{ background-position:-88px 0; }

#gnavi2 ul li.gnavi03 a:hover,
#gnavi2 ul li.gnavi03 a.on{ background-position:-198px 0; }

#gnavi2 ul li.gnavi04 a:hover,
#gnavi2 ul li.gnavi04 a.on{ background-position:-299px 0; }

#gnavi2 ul li.gnavi05 a:hover,
#gnavi2 ul li.gnavi05 a.on{ background-position:-455px 0; }

#gnavi2 ul li.gnavi06 a:hover,
#gnavi2 ul li.gnavi06 a.on{ background-position:-557px 0; }


.fixed #gnavi2:after {
	content:"";
	display:block;
	clear:both;
}

.fixed #gnavi2 ul{
	width:888px;
	margin:0;
	padding:0;
	list-style-type:none;
}

.fixed #gnavi2 ul li{
    float:left;
    height:26px;
	margin:0;
	padding:0;
    overflow:hidden;
}

.fixed #gnavi2 ul li span {
}

.fixed #gnavi2 ul li a{
    display:block;
    height:26px;
	padding-top:12px;
	color:#000;
	text-decoration:none;
	font-size:16px;
}

.fixed #gnavi2 ul li.gnavi01 a:hover {
	text-decoration:underline;
}

.fixed #gnavi2 ul li.gnavi02 a:hover {
	text-decoration:underline;
}

.fixed #gnavi2 ul li.gnavi03 a:hover {
	text-decoration:underline;
}

.fixed #gnavi2 ul li.gnavi04 a:hover {
	text-decoration:underline;
}

.fixed #gnavi2 ul li.gnavi05 a:hover {
	text-decoration:underline;
}

.fixed #gnavi2 ul li.gnavi07 a:hover {
	text-decoration:underline;
}

.fixed #gnavi2 ul li.gnavi08 a:hover {
	text-decoration:underline;
}


.fixed #gnavi2 ul li.gnavi01 a{ width:75px; margin-top:2px;}
.fixed #gnavi2 ul li.gnavi02 a{ width:120px; margin-top:2px;}
.fixed #gnavi2 ul li.gnavi03 a{ width:105px; margin-top:2px;}
.fixed #gnavi2 ul li.gnavi04 a{ width:120px; margin-top:2px;}
.fixed #gnavi2 ul li.gnavi05 a{ width:115px; margin-top:2px;}
.fixed #gnavi2 ul li.gnavi06 a{ width:116px; border:3px solid #000; background:none; display:table-cell; vertical-align:middle; text-align:center; padding-top:-12px; font-weight:bold; padding-top:2px; }
.fixed #gnavi2 ul li.gnavi07 a{ width:85px; margin-top:2px;}
.fixed #gnavi2 ul li.gnavi08 a{ width:130px; margin-top:2px;}


.fixed #gnavi2 ul li.gnavi06 a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
}
















#gnavi3 {
	float:right;
    width:auto;
	height:43px;
	margin-right:0px;
	margin-top:42px;
}

.fixed #gnavi3 {
transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	margin-left:0px;
	margin-top:22px;
}

#gnavi3:after {
	content:"";
	display:block;
	clear:both;
}

#gnavi3 ul{
	width:296px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#gnavi3 ul li{
    float:left;
    height:43px;
	margin:0;
	padding:0;
    overflow:hidden;
}

#gnavi3 ul li span {
}

#gnavi3 ul li a{
    display:block;
    height:43px;
	color:#000;
	text-decoration:none;
	font-size:16px;
}

#gnavi3 ul li.gnavi01 a:hover {
	text-decoration:underline;
}

#gnavi3 ul li.gnavi02 a:hover {
	text-decoration:underline;
}

#gnavi3 ul li.gnavi03 a:hover {
	text-decoration:underline;
}

#gnavi3 ul li.gnavi04 a:hover {
	text-decoration:underline;
}

#gnavi3 ul li.gnavi05 a:hover {
	text-decoration:underline;
}

#gnavi3 ul li.gnavi07 a:hover {
	text-decoration:underline;
}


#gnavi3 ul li.gnavi08 a:hover {
	text-decoration:underline;
}

#gnavi3 ul li.gnavi09 a:hover {
	text-decoration:underline;
}


#gnavi3 ul li.gnavi01 a{ width:75px; padding-top:12px; margin-top:10px;}
#gnavi3 ul li.gnavi02 a{ width:120px; padding-top:12px; margin-top:10px;}
#gnavi3 ul li.gnavi03 a{ width:105px; padding-top:12px; margin-top:10px; }
#gnavi3 ul li.gnavi04 a{ width:120px; padding-top:12px; margin-top:10px; }
#gnavi3 ul li.gnavi05 a{ width:110px; padding-top:12px; margin-top:10px; }
#gnavi3 ul li.gnavi07 a{ width:150px; padding-top:12px; margin-top:10px; }
#gnavi3 ul li.gnavi06 a{ width:116px; border:3px solid #000; background:none; display:table-cell; vertical-align:middle; text-align:center; padding-top:-12px; font-weight:bold; padding-top:2px;}

#gnavi3 ul li.gnavi08 a{ width:150px; padding-top:12px; margin-top:10px; }
#gnavi3 ul li.gnavi09 a{ width:116px; border:3px solid #000; background:none; display:table-cell; vertical-align:middle; text-align:center; padding-top:-12px; font-weight:bold; padding-top:2px;}


#gnavi3 ul li.gnavi06 a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
}

#gnavi3 ul li.gnavi09 a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
}



.fixed #gnavi3:after {
	content:"";
	display:block;
	clear:both;
}

.fixed #gnavi3 ul{
	width:296px;
	margin:0;
	padding:0;
	list-style-type:none;
}

.fixed #gnavi3 ul li{
    float:left;
    height:26px;
	margin:0;
	padding:0;
    overflow:hidden;
}

.fixed #gnavi3 ul li span {
}

.fixed #gnavi3 ul li a{
    display:block;
    height:26px;
	padding-top:12px;
	color:#000;
	text-decoration:none;
	font-size:16px;
}

.fixed #gnavi3 ul li.gnavi01 a:hover {
	text-decoration:underline;
}

.fixed #gnavi3 ul li.gnavi02 a:hover {
	text-decoration:underline;
}

.fixed #gnavi3 ul li.gnavi03 a:hover {
	text-decoration:underline;
}

.fixed #gnavi3 ul li.gnavi04 a:hover {
	text-decoration:underline;
}

.fixed #gnavi3 ul li.gnavi05 a:hover {
	text-decoration:underline;
}

.fixed #gnavi3 ul li.gnavi07 a:hover {
	text-decoration:underline;
}


.fixed #gnavi3 ul li.gnavi01 a{ width:75px; margin-top:2px;}
.fixed #gnavi3 ul li.gnavi02 a{ width:120px; margin-top:2px;}
.fixed #gnavi3 ul li.gnavi03 a{ width:105px; margin-top:2px;}
.fixed #gnavi3 ul li.gnavi04 a{ width:120px; margin-top:2px;}
.fixed #gnavi3 ul li.gnavi05 a{ width:110px; margin-top:2px;}
.fixed #gnavi3 ul li.gnavi06 a{ width:116px; border:3px solid #000; background:none; display:table-cell; vertical-align:middle; text-align:center; padding-top:-12px; font-weight:bold; padding-top:2px; }
.fixed #gnavi3 ul li.gnavi07 a{ width:150px; margin-top:2px;}

.fixed #gnavi3 ul li.gnavi08 a{ width:150px; margin-top:2px;}
.fixed #gnavi3 ul li.gnavi09 a{ width:116px; border:3px solid #000; background:none; display:table-cell; vertical-align:middle; text-align:center; padding-top:-12px; font-weight:bold; padding-top:2px; }

.fixed #gnavi3 ul li.gnavi09 a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
}







@media screen and (max-width:1024px){

#gnavi {
	float:left;
    width:auto;
	height:43px;
	margin-left:0px;
	margin-top:42px;
}

.fixed #gnavi {
transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	margin-left:49px;
	margin-top:22px;
}

#gnavi ul {
	display:none;
}


#gnavi3 ul {
	display:none;
}


#menubtn {
	padding:6px 12px;
	border:1px #aaa solid;
	border-radius:5px;
	background-color:#FFF;
	position:absolute;
	top:40px;
	right:5px;
	cursor:pointer;
}

#menubtn:hover {
	background-color:#DDD;
}

#menubtn:focus {
	outline:none;
}

#menubtn li {
	color:#888;
}

#menubtn span {
	display:inline-block;
	text-indent:-9999px;
}

.menu {
	display:none;
}

.menu ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}

.menu li {
	float:left;
	margin-left:0;
	width:50%;
}

.menu li:first-child {
	width:50%;
}


.menu li:nth-child(odd) {
	border-right:1px #EEEEEE solid;
}

.menu li:nth-last-of-type(1),
.menu li:nth-last-of-type(2) {
	border-bottom:1px #EEEEEE solid;
}

.menu li:nth-last-of-type(1) {
	margin-bottom:70px;
}

.menu li a {
	display:block;
	padding:20px 5px;
	background-color:#FFF;
	font-size:14px;
	text-decoration:none;
	border-top:1px #EEEEEE solid;
	text-align:center;
}

.menu li a:hover {
	background-color:#EEE;
}

.sns {
	display:none;
}

.sns2 {
	width:115px;
	float:right;
	margin-top:-50px;
	margin-right:60px;
	display:inline;
	overflow:hidden;
}

.sns2 img {
	margin-right:5px;
}

.sns2 img.last {
	margin-right:0px;
}

}

@media screen and (min-width:769px){
#menubtn,
.menu,
.menu ul {
	display:none;
}
}









/*
---------------------------------------------------------------------------
パララックス
---------------------------------------------------------------------------*/


.parallax-window1 {
        min-height: 759px;
        background: transparent;
        margin: 0;
		width:100%;
		text-align:center;
      }

.parallax-window2 {
        min-height: 729px;
        background: transparent;
        margin: 0 auto -60px auto;
		width:100%;
		text-align:left;
		margin-top:-200px; padding-top:200px; padding-bottom:80px;
      }

@media screen and (max-width:1024px){
	.parallax-window2 {
        max-height: 729px;
		min-height: 729px;
        background: transparent;
        margin:0px auto -60px auto;
		width:100%;
		text-align:left;
		margin-top:-200px; padding-top:0px; padding-bottom:80px;
      }
}


@media screen and (max-width:1366px){
	.parallax-window2 {
        max-height: 729px;
		min-height: 729px;
        background: transparent;
        margin:0px auto -60px auto;
		width:100%;
		text-align:left;
		margin-top:0px; padding-top:0px; padding-bottom:80px;
      }
}


.parallax-window3 {
        min-height: 474px;
        background: transparent;
        margin: 0;
		padding:0;
		width:100%;
		text-align:left;
		background-size:cover;
      }


.parallax-window4 {
        min-height: 629px;
        background: transparent;
        margin: -60px auto 0 auto;
		padding:0;
		width:100%;
		text-align:center;
		margin-bottom:-60px; padding-bottom:0px; padding-top:0px;
      }


@media screen and (max-width:1024px){
	.parallax-window4 {
        min-height: 629px;
        background: transparent;
        margin: -60px auto 0 auto;
		padding:0;
		width:100%;
		text-align:center;
		margin-bottom:0px; padding-bottom:0px; padding-top:0px;
      }
}

.parallax-window5 {
        min-height: 1105px;
        background: transparent;
        margin: 0 auto -60px auto;
		padding:0;
		width:100%;
		text-align:center;
      }

@media screen and (max-width:1024px){
	.parallax-window1 {
        min-height: 359px;
        background: transparent;
        margin: 0;
		width:100%;
		text-align:center;
      }
	  
	 .parallax-window2 {
        min-height: 580px;
        background: transparent;
        margin: 0;
		width:100%;
		text-align:left;
		padding:0px 10px 0 10px;
      }
	  
	  .parallax-window3 {
        min-height: 1px;
        background: transparent;
        margin: 0;
		padding-bottom:0;
		width:100%;
		overflow:hidden;
		text-align:center;
		background-size:cover; background:url(img/056-03.jpg) no-repeat left top;
		padding:0px 10px 10px 10px;
      }
	  
	  .parallax-window4 {
        min-height: 200px;
        background: transparent;
        margin: 0;
		padding:0;
		width:100%;
		text-align:center;
      }
	  
	  .parallax-window5 {
        min-height: 360px;
        background: transparent;
        margin: 0;
		padding:0;
		width:100%;
		text-align:center;
      }

}



	.effect i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: .4s;
} 
.effect div {
  transition: .8s;
  transition-delay: .1s;
}

@media screen and (max-width:1024px){
	.effect div {
  transition: .8s;
  transition-delay: .1s;
}
}


/*

---------------------------------------------------------------------------
トップ
---------------------------------------------------------------------------*/

.top01 {
	background:url(img/top_bg03.jpg) no-repeat center top #FFF;
	width:100%;
}

.top_box01 {
	width:1100px;
	height:745px;
	margin:0px auto 0 auto;
	text-align:center;
}

.top_box01 p {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	margin-top:43px;
	text-align:center;
	margin-bottom:90px;
}

.top_box01 p span {
	color:#FFCC00;
}

.top_box01 h3 {
	font-size:31px;
	margin-bottom:23px;
	font-weight:lighter;
}

.top_box01 td {
	text-align:center;
	font-size:16px;
}

.top_box01 td a {
	color:#D31002;
	text-decoration:none;
}

.top_box01 td a:hover {
	color:#fff;
	text-decoration:none;
}

.top_box01 td span {
	border:1px solid #D31002;
	padding:7px 30px 7px 30px;
}

.top_box01 td span:hover {
	border:1px solid #D31002;
	background:#D31002;
	padding:7px 30px 7px 30px;
}

.top_box01 td.left {
	text-align:left;
	width:10%;
}

.top_box01 td.left img{
	margin-bottom:15px;
}

.top_box01 td.center {
	width:500px;
	text-align:center;
}

.top_box01 td.center img{
	text-align:center;
	margin-right:10px;
	margin-bottom:15px;
}

.top_box01 td.right {
	text-align:right;
	margin-right:10px;
	width:10%;
}

.top_box01 td.right img{
	margin-right:10px;
	margin-bottom:15px;
}




















.top01-1 {
	background:#3366FF url(img/top01-1bg.png) no-repeat center top;
	width:100%;
	color:#FFF;
}

.top_box01-1 {
	width:700px;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 0 40px 0;
}

.top_box01-1 img {
	width:50%;
	height:auto;
}

.top_box01-1 h2 {
	text-align:center;
	font-size:30px;
}

.top_box01-1 p {
	font-size:18px;
	color:#FFF;
	margin-top:40px;
	text-align:left;
	margin-bottom:0px;
}


@media screen and (max-width:1024px){
	.top01-1 {
	background:#3366FF;
	width:100%;
	color:#FFF;
}

.top_box01-1 {
	width:100%;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 20px 40px 20px;
}

.top_box01-1 img {
	width:80%;
	height:auto;
}

.top_box01-1 h2 {
	text-align:center;
	font-size:30px;
}

.top_box01-1 p {
	font-size:16px;
	color:#FFF;
	margin-top:40px;
	text-align:left;
	margin-bottom:0px;
}
	
}


@media screen and (max-width:1366px){
	.top_box01-1 img {
	width:50%;
	height:auto;
}
}

@media screen and (max-width:1194px){
	.top_box01-1 img {
	width:40%;
	height:auto;
}
}

@media screen and (max-width:621px){
	.top_box01-1 img {
	width:80%;
	height:auto;
}
}


.top01-2 {
	width:100%;
}

.top_box01-2 {
	width:1000px;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 20px 40px 20px;
	position:relative;
}

.top_box01-2 h3 {
	text-align:left;
	width:200px;
	height:auto;
	display:inline-block;
	float:left;
	margin-top:50px;
}

.top_box01-2 h3 img {
	width:95%;
	height:auto;
}



.top_box01-2 p {
	font-size:18px;
	color:#000;
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;
	display:inline-block;
	border-left:2px solid #3366FF;
	padding-left:100px;
	width:600px;
}


@media screen and (max-width:1024px){
	
	.top01-2 {
	width:100%;
	background:#FFF;
}

.top_box01-2 {
	width:100%;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 20px 40px 20px;
	position:relative;
}

.top_box01-2 h3 {
	text-align:center;
	width:100%;
	height:auto;
	display:block;
	float:none;
	margin-top:0px;
	margin-bottom:40px;
}

.top_box01-2 h3 img {
	width:50%;
	height:auto;
}



.top_box01-2 p {
	font-size:16px;
	color:#000;
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;
	display:block;
	border-left:0px solid #3366FF;
	padding-left:0px;
	width:100%;
}

.top_box01-2 p span {
	margin-left:1em;
text-indent:-1em;
display:inline-block;
}

	
}

@media screen and (max-width:1366px){
	.top_box01-2 h3 img {
	width:80%;
	height:auto;
}
}

@media screen and (max-width:1194px){
	.top_box01-2 h3 img {
	width:80%;
	height:auto;
}
}

@media screen and (max-width:1024px){
	.top_box01-2 h3 img {
	width:30%;
	height:auto;
}

}

@media screen and (max-width:621px){
	.top_box01-2 h3 img {
	width:50%;
	height:auto;
}
}



.top01-2-1 {
	width:100%;
}

.top_box01-2-1 {
	width:1000px;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 20px 40px 20px;
	position:relative;
}

.top_box01-2-1 h3 {
	text-align:left;
	width:200px;
	height:auto;
	display:inline-block;
	float:left;
	margin-top:125px;
}

.top_box01-2-1 h3 img {
	width:95%;
	height:auto;
}



.top_box01-2-1 p {
	font-size:18px;
	color:#000;
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;
	display:inline-block;
	border-left:2px solid #3366FF;
	padding-left:100px;
	width:600px;
}


@media screen and (max-width:1024px){
	
	.top01-2-1 {
	width:100%;
	background:#FFF;
}

.top_box01-2-1 {
	width:100%;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 20px 40px 20px;
	position:relative;
}

.top_box01-2-1 h3 {
	text-align:center;
	width:100%;
	height:auto;
	display:block;
	float:none;
	margin-top:0px;
	margin-bottom:40px;
}

.top_box01-2-1 h3 img {
	width:50%;
	height:auto;
}



.top_box01-2-1 p {
	font-size:16px;
	color:#000;
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;
	display:block;
	border-left:0px solid #3366FF;
	padding-left:0px;
	width:100%;
}
	
}

@media screen and (max-width:1366px){
	.top_box01-2-1 h3 img {
	width:80%;
	height:auto;
}
}

@media screen and (max-width:1194px){
	.top_box01-2-1 h3 img {
	width:80%;
	height:auto;
}
}

@media screen and (max-width:1024px){
	.top_box01-2-1 h3 img {
	width:30%;
	height:auto;
}

}

@media screen and (max-width:621px){
	.top_box01-2-1 h3 img {
	width:50%;
	height:auto;
}
}



.top01-3 {
	width:100%;
	text-align:center;
}


@media screen and (max-width:1440px){
	.top01-3 {
	width:100%;
	text-align:center;
}

.top01-3 img {
	max-width:100%;
	height:auto;
	padding:0 0px 0 0px;
}
}


@media screen and (max-width:1366px){
	.top01-3 {
	width:100%;
	text-align:center;
}

.top01-3 img {
	max-width:100%;
	height:auto;
	padding:0 20px 0 20px;
}
}

@media screen and (max-width:1024px){
	.top01-3 {
	width:100%;
	background:#FFF;
	text-align:center;
}

.top01-3 img {
	max-width:100%;
	height:auto;
	padding:0 20px 0 20px;
}
}

.top01-4 {
	width:100%;
	background:#3366FF url(img/top01-2bg.png) no-repeat right top;
	color:#FFF;
	padding:40px 20px 0px 20px;
}

.top01-4-1 {
	width:1040px;
	margin:0 auto;
}

.top01-4 h3 {
	width:1040px;
	margin:0 auto;
	padding-top:5px;
	font-weight:lighter;
	font-size:24px;
	padding-bottom:0px;
	border-left:3px solid #FFF;
	padding-left:10px;
	margin-bottom:40px;
}

.top_box01-3 {
	width:480px;
	display:inline-block;
	padding-right:80px;
	font-size:18px;
	margin-bottom:80px;
}

.top_box01-3 h4 {
	border-bottom:2px solid #FFF;
	margin-bottom:20px;
	padding-bottom:5px;
	font-weight:lighter;
}


.top_box01-4 {
	width:480px;
	display:inline-block;
	font-size:18px;
	margin-bottom:80px;
}

.top_box01-4 h4 {
	border-bottom:2px solid #FFF;
	margin-bottom:20px;
	padding-bottom:5px;
	font-weight:lighter;
}


@media screen and (max-width:1024px){
	.top01-4 {
	width:100%;
	background:#3366FF;
	color:#FFF;
	padding:40px 20px 0px 20px;
}

.top01-4-1 {
	width:100%;
	margin:0 auto;
}

.top01-4 h3 {
	width:100%;
	margin:0 auto;
	padding-top:5px;
	font-weight:lighter;
	font-size:24px;
	padding-bottom:0px;
	border-left:3px solid #FFF;
	padding-left:10px;
	margin-bottom:40px;
}

.top_box01-3 {
	width:100%;
	display:inline-block;
	padding-right:0px;
	font-size:16px;
	margin-bottom:40px;
}

.top_box01-3 h4 {
	border-bottom:2px solid #FFF;
	margin-bottom:20px;
	padding-bottom:5px;
	font-weight:lighter;
}


.top_box01-4 {
	width:100%;
	display:inline-block;
	font-size:16px;
	margin-bottom:80px;
}

.top_box01-4 h4 {
	border-bottom:2px solid #FFF;
	margin-bottom:20px;
	padding-bottom:5px;
	font-weight:lighter;
}
	
}


.top01-2-2 {
	width:100%;
}

.top_box01-2-2 {
	width:1000px;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 20px 40px 20px;
	position:relative;
}

.top_box01-2-2 h3 {
	text-align:left;
	width:250px;
	height:auto;
	display:inline-block;
	float:left;
	margin-top:220px;
}

.top_box01-2-2 h3 img {
	width:95%;
	height:auto;
}



.top_box01-2-2 p {
	font-size:18px;
	color:#000;
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;
	display:inline-block;
	border-left:2px solid #3366FF;
	padding-left:100px;
	width:600px;
}

.top_box01-2-2 p img {
	max-width:100%;
	height:auto;
}


@media screen and (max-width:1024px){
	
	.top01-2-2 {
	width:100%;
	background:#FFF;
}

.top_box01-2-2 {
	width:100%;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 20px 40px 20px;
	position:relative;
}

.top_box01-2-2 h3 {
	text-align:center;
	width:100%;
	height:auto;
	display:block;
	float:none;
	margin-top:0px;
	margin-bottom:40px;
}

.top_box01-2-2 h3 img {
	width:50%;
	height:auto;
}



.top_box01-2-2 p {
	font-size:18px;
	color:#000;
	margin-top:0px;
	text-align:center;
	margin-bottom:0px;
	display:block;
	border-left:0px solid #3366FF;
	padding-left:0px;
	width:100%;
}

.top_box01-2-2 p img {
	max-width:100%;
	height:auto;
}
	
}

@media screen and (max-width:1366px){
	.top_box01-2-2 h3 img {
	width:80%;
	height:auto;
}
}

@media screen and (max-width:1194px){
	.top_box01-2-2 h3 img {
	width:80%;
	height:auto;
}
}

@media screen and (max-width:1024px){
	.top_box01-2-2 h3 img {
	width:30%;
	height:auto;
}

}

@media screen and (max-width:621px){
	.top_box01-2-2 h3 img {
	width:50%;
	height:auto;
}
}



.top01-31 {
	width:100%;
	background:#FFF;
	text-align:center;
	padding-bottom:40px;
}



@media screen and (max-width:1366px){
	.top01-31 {
	width:100%;
	background:#FFF;
	text-align:center;
}

.top01-31 img {
	max-width:100%;
	height:auto;
	padding:0 20px 0 20px;
}
}



.top01-11 {
	background:#3366FF url(img/top01-1bg.png) no-repeat center top;
	width:100%;
	color:#FFF;
	border-bottom:0px solid #FFF;
}

.top_box01-11 {
	width:700px;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 0 40px 0;
}

.top_box01-11 img {
	width:60%;
	height:auto;
}

.top_box01-11 h2 {
	text-align:center;
	font-size:30px;
}

.top_box01-11 p {
	font-size:18px;
	color:#FFF;
	margin-top:40px;
	text-align:left;
	margin-bottom:0px;
}


@media screen and (max-width:1024px){
	.top01-11 {
	background:#3366FF;
	width:100%;
	color:#FFF;
}

.top_box01-11 {
	width:100%;
	height:auto;
	margin:0px auto 0 auto;
	text-align:center;
	padding:40px 20px 40px 20px;
}

.top_box01-11 img {
	width:80%;
	height:auto;
}

.top_box01-11 h2 {
	text-align:center;
	font-size:30px;
}

.top_box01-11 p {
	font-size:16px;
	color:#FFF;
	margin-top:40px;
	text-align:left;
	margin-bottom:0px;
}
	
}


@media screen and (max-width:1366px){
	.top_box01-11 img {
	width:50%;
	height:auto;
}
}

@media screen and (max-width:1194px){
	.top_box01-11 img {
	width:40%;
	height:auto;
}
}

@media screen and (max-width:621px){
	.top_box01-11 img {
	width:80%;
	height:auto;
}
}


.top01-5 {
	width:100%;
	padding:40px 20px 40px 20px;
	margin:0 auto;
	font-size:18px;
}

.top_box01-5 {
	width:700px;
	margin:0 auto 0 auto;
	text-align:center;
}

.top_box01-5 h3 {
	text-align:center;
	width:700px;
	height:auto;
	margin-bottom:40px;
}

.top_box01-5 h3 img {
	width:50%;
	height:auto;
}

.top_box01-5 dl {
	width:700px;
	margin:0;
}

.top_box01-5 dl dt {
	width:700px;
	background:#3366FF;
	padding:10px 5px 10px 5px;
	color:#fff;
	text-align:left;
	margin-bottom:10px;
}

.top_box01-5 dl dt span.ttl {
	background:#FFF;
	color:#3366FF;
	padding:5px 5px 5px 5px;
	font-weight:bold;
}

.top_box01-5 dl dt.u20 {
	width:700px;
	background:#3366FF;
	padding:10px 5px 10px 5px;
	color:#fff;
	text-align:left;
	margin-bottom:20px;
}

.top_box01-5 dl dd {
	width:700px;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 20px 0;
}

.top_box01-5 dl dd.center {
	text-align:center;
	padding:0 0 20px 0;
}

.mv {
	width:100%;
	height:100%;
	position:relative;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


@media screen and (max-width:1024px){

.top01-5 {
	width:100%;
	background:#FFF;
	padding:40px 20px 40px 20px;
	margin:0 auto;
	font-size:16px;
}

.top_box01-5 {
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
}

.top_box01-5 h3 {
	text-align:center;
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.top_box01-5 h3 img {
	width:260px;
	height:auto;
}

.top_box01-5 dl {
	width:100%;
	margin:0;
}

.top_box01-5 dl dt {
	width:100%;
	background:#3366FF;
	padding:10px 5px 10px 5px;
	color:#fff;
	text-align:left;
	margin-bottom:10px;
}

.top_box01-5 dl dt span.ttl {
	background:#FFF;
	color:#3366FF;
	padding:5px 5px 5px 5px;
	font-weight:bold;
}

.top_box01-5 dl dt span.ttl2 {
	font-size:18px;
}

.top_box01-5 dl dt.u20 {
	width:100%;
	background:#3366FF;
	padding:10px 5px 10px 5px;
	color:#fff;
	text-align:left;
	margin-bottom:20px;
}

.top_box01-5 dl dd {
	width:100%;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 20px 0;
}

.top_box01-5 dl dd.center {
	text-align:center;
	padding:0 0 20px 0;
}

}

@media screen and (max-width:375px){
	.top_box01-5 dl dt span.ttl2 {
	font-size:14px;
}
}

@media screen and (max-width:320px){
	.top_box01-5 dl dt span.ttl2 {
	font-size:12px;
}
}


.bg {
	background:url(img/bg.jpg) repeat-y center top;
	width:100%;
}

@media screen and (max-width:1024px){
	.bg {
	background:none;
	width:100%;
}
}

.bg2 {
	background:url(img/bg2.jpg) repeat-y center top;
	width:100%;
}

@media screen and (max-width:1024px){
	.bg2 {
	background:none;
	width:100%;
}
}












































@media screen and (max-width:1024px){

.top01 {
	background:url(img/top_bg04.jpg) no-repeat center top #FFF;
	width:100%;
}

.top_box01 {
	width:100%;
	height:650px;
	margin:0px auto 0 auto;
	text-align:center;
	padding:0 10px 0 10px;
}

.top_box01 p {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	margin-top:23px;
	text-align:center;
}

.top_box01 h3 {
	font-size:25px;
	margin-bottom:15px;
	font-weight:lighter;
}


.top_box01 td {
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.top_box01 td span {
	width:10%;
	border:1px solid #D31002;
	padding:10px 5px 7px 10px;
}

.top_box01 td span:hover {
	width:10%;
	border:1px solid #D31002;
	background:#D31002;
	padding:7px 10px 7px 10px;
}

.top_box01 td.left {
	text-align:left;
	width:33%;
	padding-right:5px;
}

.top_box01 td.left img{
	margin-bottom:15px;
}

.top_box01 td.center {
	width:33%;
	text-align:center;
	padding-right:5px;
	padding-left:0px;
}

.top_box01 td.center img{
	text-align:center;
	margin-right:0px;
	margin-bottom:15px;
}

.top_box01 td.right {
	text-align:right;
	margin-right:10px;
	width:33%;
}

.top_box01 td.right img{
	margin-right:0px;
	margin-bottom:15px;
}



}


@media screen and (max-width:768px){

.top01 {
	background:url(img/top_bg04.jpg) no-repeat center top #FFF;
	width:100%;
}

.top_box01 {
	width:100%;
	height:580px;
	margin:0px auto 0 auto;
	text-align:center;
	padding:0 10px 0 10px;
}
}


@media screen and (max-width:414px){

.top01 {
	background:url(img/top_bg03.jpg) no-repeat center top #FFF;
	width:100%;
}

.top_box01 {
	width:100%;
	height:511px;
	margin:0px auto 0 auto;
	text-align:center;
	padding:0 10px 0 10px;
}

.top_box01 p {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	margin-top:23px;
	text-align:left;
}

.top_box01 h3 {
	font-size:25px;
	margin-bottom:15px;
	font-weight:lighter;
}


.top_box01 td {
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.top_box01 td span {
	width:10%;
	border:1px solid #D31002;
	padding:7px 5px 7px 5px;
}

.top_box01 td span:hover {
	width:10%;
	border:1px solid #D31002;
	background:#D31002;
	padding:7px 5px 7px 5px;
}

.top_box01 td.left {
	text-align:left;
	width:33%;
	padding-right:5px;
}

.top_box01 td.left img{
	margin-bottom:15px;
}

.top_box01 td.center {
	width:33%;
	text-align:center;
	padding-right:5px;
	padding-left:0px;
}

.top_box01 td.center img{
	text-align:center;
	margin-right:0px;
	margin-bottom:15px;
}

.top_box01 td.right {
	text-align:right;
	margin-right:10px;
	width:33%;
}

.top_box01 td.right img{
	margin-right:0px;
	margin-bottom:15px;
}


}


.top02 {
	background:#FFF;
	width:100%;
	text-align:center;
	height:61px;
}

.top02 h3 {
	font-size:31px;
	font-weight:lighter;
}


.top_box02 {
	width:1375px;
	height:811px;
	margin:15px auto 0 auto;
	text-align:center;
	background:url(img/top_bg01.jpg) no-repeat;
	text-align:left;
}

.top_box02 div {
	width:235px;
	margin:20px 0 0 20px;
	float:left;
	color:#FFF;
}

.top_box02 div h4 {
	color:#FFF;
	border-bottom:4px solid #FFF;
	font-size:16px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:lighter;
}

ul,li {
    margin:0;
    padding:0;
}

.top_box02 div ul {
	list-style-type:none;
	list-style:none;
}

.top_box02 div li {
	text-decoration:none;
	list-style-type:none;
	line-height:300%;
	list-style:none;
	font-size:16px;
}

.top03 img {
	margin-top:19px;
}

.top03 {
	background:url(img/top_bg02.jpg) repeat-x center top;
	width:100%;
	text-align:center;
	height:811px;
}

.top03_1 {
	display:none;
}

.top03_2 {
	display:none;
}

.top03_3 {
	display:none;
}


@media screen and (max-width:1024px){

.top02 h3 {
	font-size:25px;
	font-weight:lighter;
}

.top03 {
	display:none;
}

.top_box02 {
	display:none;
}

.top02 {
	background:#FFF;
	width:100%;
	text-align:center;
	height:51px;
}

.top03_1 {
	width:100%;
	background:#AD9F92;
	font-size:14px;
	font-size:1.4rem;
	color:#422321;
	text-align:left;
	padding:10px 0 10px 0;
	font-weight:bold;
	line-height:200%;
	display:block;
}

.top03_1 h4 {
	border-bottom:2px solid #422321;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#422321;
}

.top03_2 {
	width:100%;
	background:#79634D;
	font-size:13px;
	font-size:1.3rem;
	color:#fff;
	padding:10px 0 10px 0;
	display:block;
}

.top03_2 h4 {
	border-bottom:2px solid #fff;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:lighter;
	font-size:14px;
	font-size:1.4rem;
}

ul li{
	margin:0;
	padding:0;
}

.top03_2 ul li {
	width:50%;
	float:left;
	text-decoration:none;
	list-style-type:none;
	line-height:200%;
}

.top03_3 {
	width:100%;
	background:#E3D9CF;
	padding:10px 0px 5px 0;
	display:block;
}

.top03_3 img {
	width:100%;
	height:auto;
}

}

@media screen and (max-width:1112px){

.top03 {
	background:url(img/top_bg02.jpg) repeat-x center top;
	width:100%;
	text-align:center;
	height:811px;
	display:none;
}

.top03_1 {
	width:100%;
	background:#AD9F92;
	font-size:14px;
	font-size:1.4rem;
	color:#422321;
	text-align:left;
	padding:10px 0 10px 0;
	font-weight:bold;
	line-height:200%;
	display:block;
}

.top03_1 h4 {
	border-bottom:2px solid #422321;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#422321;
}


.top_box02 {
	width:1375px;
	height:811px;
	margin:15px auto 0 auto;
	text-align:center;
	background:url(img/top_bg01.jpg) no-repeat;
	text-align:left;
	display:none;
}


	.top03_2 {
	width:100%;
	background:#79634D;
	font-size:13px;
	font-size:1.3rem;
	color:#fff;
	padding:10px 0 10px 0;
	display:block;
}

.top03_2 h4 {
	border-bottom:2px solid #fff;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:lighter;
	font-size:14px;
	font-size:1.4rem;
}

ul li{
	margin:0;
	padding:0;
}

.top03_2 ul li {
	width:50%;
	float:left;
	text-decoration:none;
	list-style-type:none;
	line-height:200%;
}

.top03_3 {
	width:100%;
	background:#E3D9CF;
	padding:10px 0 5px 0;
	display:block;
}
}


.top02-1 {
	background:#FFF;
	width:100%;
	text-align:center;
	padding-top:100px;
	padding-bottom:10px;
}

.top02-1 h3 {
	font-size:31px;
	font-weight:lighter;
}

@media screen and (max-width:1024px){

.top02-1 {
	background:#FFF;
	width:100%;
	text-align:center;
	padding-top:40px;
	padding-bottom:10px;
}

.top02-1 h3 {
	font-size:25px;
	font-weight:lighter;
}
}



.top04 {
	height:auto;
	width:100%;
	background:#FFF;
	text-align:center;
	padding-bottom:100px;
}

.top04 h3 {
	font-size:31px;
	font-weight:lighter;
	margin-bottom:10px;
	padding-top:80px;
}

.top04 div.top_box03 {
	width:1100px;
	margin: 0 auto;
}

.top04 div.top_box03 img {
	padding:0 0px 4px 0px;
}


@media screen and (max-width:1024px){
	.top04 {
	height:auto;
	width:100%;
	background:#FFF;
	text-align:center;
	padding-bottom:40px;
}

	.top04 h3 {
	font-size:25px;
	font-weight:lighter;
	margin-bottom:10px;
	padding-top:40px;
}

.top04 div.top_box03 {
	width:100%;
	margin: 0 auto;
}

.top04 div.top_box03 img {
	padding:0 5px 5px 5px;
}


}


@media screen and (max-width:768px){
	.top04 {
	height:auto;
	width:100%;
	background:#FFF;
	text-align:center;
}

	.top04 h3 {
	font-size:25px;
	font-weight:lighter;
	margin-bottom:10px;
	padding-top:40px;
}

.top04 div.top_box03 {
	width:100%;
	margin: 0 auto;
}

.top04 div.top_box03 img {
	padding:0 5px 5px 5px;
}


}


@media screen and (max-width:414px){
.top04 {
	height:auto;
	width:100%;
	background:#FFF;
	text-align:center;
}

.top04 h3 {
	font-size:25px;
	font-weight:lighter;
	margin-bottom:10px;
	padding-top:40px;
}

.top04 div.top_box03 {
	width:100%;
	margin: 0 auto;
}

.top04 div.top_box03 img {
	padding:0 5px 5px 5px;
}

}




.top_box033 {
	width:1100px;
	margin: 0 auto;
	font-size:20px;
	font-size:2.0px;
}

.top_box033 img {
	padding:0 0px 4px 0px;
	width:98%;
}

@media screen and (max-width:1024px){
.top_box033 {
	width:100%;
	margin: 0 auto;
}

.top_box033 img {
	padding:0 2px 5px 2px;
}

.top_box033 img {
	width:100%;
}


}


@media screen and (max-width:768px){

.top_box033 {
	width:100%;
	margin: 0 auto;
}

.top_box033 img {
	padding:0 2px 5px 2px;
}

.top_box033 img {
	width:100%;
}


}


@media screen and (max-width:414px){
.top_box033 {
	width:100%;
	margin: 0 auto;
}

.top_box033 img {
	padding:0 2px 5px 2px;
}

.top_box033 img {
	width:100%;
}

}






.top_box0333 {
	width:1000px;
	margin: 0 auto;
	font-size:20px;
	font-size:2.0px;
}

.top_box0333 img {
	padding:0 0px 4px 0px;
	width:98%;
}

@media screen and (max-width:1024px){
.top_box0333 {
	width:100%;
	margin: 0 auto;
}

.top_box0333 img {
	padding:0 2px 5px 2px;
}

.top_box0333 img {
	width:100%;
}


}


@media screen and (max-width:768px){

.top_box0333 {
	width:100%;
	margin: 0 auto;
}

.top_box0333 img {
	padding:0 2px 5px 2px;
}

.top_box0333 img {
	width:100%;
}


}


@media screen and (max-width:414px){
.top_box033 {
	width:100%;
	margin: 0 auto;
}

.top_box033 img {
	padding:0 2px 5px 2px;
}

.top_box0333 img {
	width:100%;
}

}



.top05 {
	height:auto;
	width:100%;
	background:#E3D9CF;
	text-align:center;
	padding-bottom:20px;
	padding-top:40px;
	font-size:16px;
	font-size:1.6rem;
}

.top05 h3 {
	font-size:31px;
	font-weight:lighter;
	margin-bottom:10px;
	padding-top:60px;
}

.top05 div.top_box03 {
	width:1100px;
	margin: 0 auto;
}

.top05 div.top_box03 img {
	padding:0 0px 4px 0px;
}


@media screen and (max-width:1024px){
	.top05 {
	height:auto;
	width:100%;
	text-align:center;
	padding-bottom:20px;
	padding-top:0px;
}

	.top05 h3 {
	font-size:25px;
	font-weight:lighter;
	margin-bottom:10px;
	padding-top:40px;
}

.top05 div.top_box03 {
	width:100%;
	margin: 0 auto;
}

.top05 div.top_box03 img {
	padding:0 5px 5px 5px;
}


}


@media screen and (max-width:768px){
	.top05 {
	height:auto;
	width:100%;
	text-align:center;
}

	.top05 h3 {
	font-size:25px;
	font-weight:lighter;
	margin-bottom:10px;
	padding-top:40px;
}

.top05 div.top_box03 {
	width:100%;
	margin: 0 auto;
}

.top05 div.top_box03 img {
	padding:0 5px 5px 5px;
}


}


@media screen and (max-width:414px){
.top05 {
	height:auto;
	width:100%;
	text-align:center;
}

.top05 h3 {
	font-size:25px;
	font-weight:lighter;
	margin-bottom:10px;
	padding-top:40px;
}

.top05 div.top_box03 {
	width:100%;
	margin: 0 auto;
}

.top05 div.top_box03 img {
	padding:0 5px 5px 5px;
}

}





























@media screen and (max-width:1024px){
	
	.top_box04 {
	width:940px;
	height:474px;
	overflow:hidden;
	text-align:left;
	margin:-60px auto 0 auto;
	padding:0;
	font-size: 20px;
	font-size: 2.0rem;

}

.top_box04 img {
	margin-bottom:0px;
	padding:0;
	vertical-align: bottom;
}

.top_box04 div {
	margin-top:150px;
	font-family: "Mplus 1p";
	padding:10px;
	background: url(img/top_bg01.png) repeat;
}

.top_box04 span {
	font-weight:bold;
	font-size: 30px;
	font-size: 3.0rem;
}
	
}


@media screen and (max-width:1366px){
	
	.top_box04 {
	width:940px;
	height:474px;
	overflow:hidden;
	text-align:left;
	margin:-60px auto 0 auto;
	padding:0;
	font-size: 20px;
	font-size: 2.0rem;

}

.top_box04 img {
	margin-bottom:0px;
	padding:0;
	vertical-align: bottom;
}

.top_box04 div {
	margin-top:150px;
	font-family: "Mplus 1p";
	padding:10px;
	background: url(img/top_bg01.png) repeat;
}

.top_box04 span {
	font-weight:bold;
	font-size: 30px;
	font-size: 3.0rem;
}
	
}


@media screen and (max-width:1024px){
	.top_box04 {
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
	padding:20px;
	font-size: 14px;
	font-size: 1.4rem;
}

.top_box04 img {
	margin-bottom:0px;
	padding:0;
	vertical-align: bottom;
}

.top_box04 div {
	margin-top:0px;
	background: url(img/top_bg01.png) repeat;
}

.top_box04 span {
	font-weight:bold;
	font-size: 30px;
	font-size: 3.0rem;
}

}

.top_box05 {
	width:100%;
	background:url(img/top_bg03.png) no-repeat center top;
	height:1270px;
}

.top_box06 {
	width:1000px;
	height:1258px;
	margin:0 auto;
	position:relative;
}

.top_box06 h3 {
	position:absolute;
	top:111px;
	right:96px;
}

.top_box07 {
	width:790px;
	margin:0 auto;
	padding-top:494px;
}

.top_box08 {
	margin-bottom:40px;
	color:#614224;
	float:left;
}

.right {
	margin-right:40px;
}

.top_box08 img {
	margin-right:18px;
	float:left;
}

.top_box08 img.ml {
	margin-left:17px;
}

.top_box08 img.ml2 {
	margin-left:40px;
}

.top_box08 h4 {
	float:none;
	margin-right:0;
	margin-bottom:10px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	color:#000;
	font-size:24px;
	font-size: 2.4rem;
	font-weight:bold;
}

.top_box08 h4 img {
	margin-right:0px;
}

.top_box08 h4 p {
	color:#614224;
	font-size:14px;
	font-size: 1.4rem;
	float:left;
	width:200px;
	display:block;
	margin-bottom:0;
}

.none4 {
	display:none;
}

@media screen and (max-width:1024px){
	.top_box05 {
	width:100%;
	height:auto;
	border-top:0px solid #000;
	background:none;
}

.top_box06 {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}

.top_box06 h3 {
	position:absolute;
	top:111px;
	right:96px;
	display:none;
}

.top_box07 {
	width:100%;
	margin:0 auto;
	padding-top:40px;
}

.top_box08 {
	margin-bottom:40px;
	color:#614224;
	float:left;
	margin-right:0px;
	text-align:center;
}

.right {
	margin-right:10px;
}

.top_box08 img {
	margin-right:10px;
	float:none;
}

.top_box08 img.ml {
	margin-left:17px;
}

.top_box08 h4 {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	color:#000;
	font-size:20px;
	font-size: 2.0rem;
	font-weight:bold;
	width:100%;
}

.top_box08 h4 img {
	margin-right:0px;
}

.top_box08 p {
	color:#614224;
	font-size:14px;
	font-size: 1.4rem;
	float:left;
	width:100%;
	display:block;
	text-align:left;
}

.top_box09 {
	width:100%;
	float:left;
	text-align:center;
}

.none4 {
	display:block;
}

}


.top_box10 {
	width:1915px;
	margin:0 auto;
	height:1128px;
	text-align:center;
	position:relative;
}

.top_box10 div.yochi {
	position:absolute;
	top:990px;
	right:496px;
	z-index:1000;
}

.top_box10 div.yochi a {
	z-index:10;
}

.top_box10 div.yochi a img {
	margin-top:0px;
	z-index:10;
}

.top_box10-1 {
	margin-top:84px;
	text-align:center;
}

.top_box10 img.mt {
	margin-top:0px;
}



@media screen and (max-width:1024px){
	.top_box10 {
	width:100%;
	margin:0 auto;
	height:auto;
	text-align:center;
	position:relative;
}

.top_box10 img {
	margin-top:-60px;
}

.top_box10 img.mt {
	margin-top:47px;
}

.top_box10 div.yochi {
	position:absolute;
	top:50px;
	right:0;
	left:0;
	z-index:1000;
	margin:auto;
}

.top_box10 div.yochi a {
	z-index:1000;
}

.top_box10 div.yochi a img {
	margin-top:0px;
	z-index:1000;
	width:160px;
	height:70px;
}

}

.top_box11 {
	width:100%;
	height:432px;
	background:url(img/top_bg04.jpg) repeat-x center top;
	padding-top:70px;
}

.top_box12 {
	width:858px;
	height:276px;
	margin:0px auto 0 auto;
	color:#000;
	font-size:14px;
	font-size: 1.4rem;
	background:url(img/top_bg05.png) no-repeat center top;
}

.top_box12 div {
	line-height:1.6;
	margin:0 0 0 0;
	padding-left:100px;
	padding-top:50px;
	margin-left:1.2em;
text-indent:-1.2em;
}

@media screen and (max-width:1024px){
	.top_box11 {
	width:100%;
	height:432px;
	background:url(img/top_bg04.jpg) repeat-x center top;
	padding-top:70px;
}

.top_box12 {
	width:100%;
	height:276px;
	margin:0px auto 0 auto;
	color:#000;
	font-size:12px;
	font-size: 1.2rem;
	background:url(img/top_bg05.png) no-repeat center top;
	background-size:cover;
}

.top_box12 div {
	line-height:1.6;
	margin:0 0 0 10px;
	padding-top:30px;
	margin-left:1.2em;
text-indent:-1.2em;
padding-left:20px;
padding-right:20px;
}

.top_box12 div p {
	margin-bottom:5px;
}

.top_img10 {
	vertical-align:bottom;
}

}





.top_box011 {
	width:1100px;
	margin:0px auto 0 auto;
	text-align:center;
	padding-bottom:40px;
}

.top_box011 p {
	font-size:20px;
	font-weight:lighter;
	margin-top:0px;
	text-align:center;
	margin-bottom:20px;
	color:#79634C;
}

.top_box011 p span {
	color:#FFCC00;
}

.top_box011 h3 {
	font-size:31px;
	margin-bottom:23px;
	font-weight:lighter;
}

.top_box011 table {
	margin-bottom:20px;
}

.top_box011 td {
	text-align:center;
	font-size:20px;
}

.top_box011 td a {
	color:#D31002;
	text-decoration:none;
}

.top_box011 td a:hover {
	color:#fff;
	text-decoration:none;
}

.top_box011 td span {
	border:1px solid #D31002;
	padding:7px 30px 7px 30px;
}

.top_box011 td span:hover {
	border:1px solid #D31002;
	background:#D31002;
	padding:7px 30px 7px 30px;
}

.top_box011 td.left {
	text-align:left;
	width:10%;
}

.top_box011 td.left img{
	margin-bottom:0px;
}

.top_box011 td.center {
	width:500px;
	text-align:center;
}

.top_box011 td.center img{
	text-align:center;
	margin-right:10px;
	margin-bottom:0px;
}

.top_box011 td.right {
	text-align:right;
	margin-right:10px;
	width:10%;
}

.top_box011 td.right img{
	margin-right:10px;
	margin-bottom:0px;
}

.top_box011 a img {
	width:20%;
	height:auto;
	margin:0 auto;
	padding-right:12px;
}






@media screen and (max-width:1024px){



.top_box011 {
	width:100%;
	margin:0px auto 0 auto;
	text-align:center;
	padding:0 10px 0 10px;
}

.top_box011 p {
	font-size:16px;
	font-weight:bold;
	margin-top:23px;
	text-align:center;
}

.top_box011 h3 {
	font-size:25px;
	margin-bottom:15px;
	font-weight:lighter;
}


.top_box011 td {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.top_box011 td span {
	width:10%;
	border:1px solid #D31002;
	padding:10px 5px 7px 10px;
}

.top_box011 td span:hover {
	width:10%;
	border:1px solid #D31002;
	background:#D31002;
	padding:7px 10px 7px 10px;
}

.top_box011 td.left {
	text-align:left;
	width:33%;
	padding-right:5px;
}

.top_box011 td.left img{
	margin-bottom:0px;
	width:100%;
}

.top_box011 td.center {
	width:33%;
	text-align:center;
	padding-right:5px;
	padding-left:0px;
}

.top_box011 td.center img{
	text-align:center;
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
}

.top_box011 td.right {
	text-align:right;
	margin-right:10px;
	width:33%;
}

.top_box011 td.right img{
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
}


.top_box011 a img {
	width:30%;
	height:auto;
	margin:0 auto;
}



}


@media screen and (max-width:768px){


.top_box011 {
	width:100%;
	margin:0px auto 0 auto;
	text-align:center;
	padding:0 10px 0 10px;
}
}


@media screen and (max-width:414px){



.top_box011 {
	width:100%;
	margin:0px auto 0 auto;
	text-align:center;
	padding:0 10px 0 10px;
}

.top_box011 p {
	font-size:16px;
	font-weight:bold;
	margin-top:23px;
	text-align:left;
}

.top_box011 h3 {
	font-size:25px;
	margin-bottom:15px;
	font-weight:lighter;
}


.top_box011 td {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.top_box011 td span {
	width:10%;
	border:1px solid #D31002;
	padding:7px 5px 7px 5px;
}

.top_box011 td span:hover {
	width:10%;
	border:1px solid #D31002;
	background:#D31002;
	padding:7px 5px 7px 5px;
}

.top_box011 td.left {
	text-align:left;
	width:33%;
	padding-right:5px;
}

.top_box011 td.left img{
	margin-bottom:0px;
	width:100%;
}

.top_box011 td.center {
	width:33%;
	text-align:center;
	padding-right:5px;
	padding-left:0px;
}

.top_box011 td.center img{
	text-align:center;
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
}

.top_box011 td.right {
	text-align:right;
	margin-right:10px;
	width:33%;
}

.top_box011 td.right img{
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
}


}




















.top_box0111 {
	width:1000px;
	margin:0px auto 0 auto;
	text-align:center;
	padding-bottom:110px;
}

.top_box0111 p {
	font-size:20px;
	font-weight:lighter;
	margin-top:0px;
	text-align:left;
	margin-bottom:20px;
	color:#79634C;
}

.top_box0111 p span {
	color:#FFCC00;
}

.top_box0111 h3 {
	font-size:31px;
	margin-bottom:23px;
	font-weight:lighter;
}

.top_box0111 table {
	margin-bottom:20px;
}

.top_box0111 td {
	text-align:center;
	font-size:20px;
}

.top_box0111 td a {
	color:#D31002;
	text-decoration:none;
}

.top_box0111 td a:hover {
	color:#fff;
	text-decoration:none;
}

.top_box0111 td span {
	border:1px solid #D31002;
	padding:7px 30px 7px 30px;
}

.top_box0111 td span:hover {
	border:1px solid #D31002;
	background:#D31002;
	padding:7px 30px 7px 30px;
}

.top_box0111 td.left {
	text-align:left;
	width:10%;
}

.top_box0111 td.left img{
	margin-bottom:0px;
}

.top_box0111 td.center {
	width:500px;
	text-align:center;
}

.top_box0111 td.center img{
	text-align:center;
	margin-right:10px;
	margin-bottom:0px;
}

.top_box0111 td.right {
	text-align:right;
	margin-right:10px;
	width:10%;
}

.top_box0111 td.right img{
	margin-right:10px;
	margin-bottom:0px;
}

.top_box0111 a img {
	width:20%;
	height:auto;
	margin:0 auto;
	padding-right:12px;
}






@media screen and (max-width:1024px){



.top_box0111 {
	width:100%;
	margin:0px auto 0 auto;
	text-align:center;
	padding:0 10px 20px 10px;
}

.top_box0111 p {
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	text-align:left;
}

.top_box0111 h3 {
	font-size:25px;
	margin-bottom:15px;
	font-weight:lighter;
}


.top_box0111 td {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.top_box0111 td span {
	width:10%;
	border:1px solid #D31002;
	padding:10px 5px 7px 10px;
}

.top_box0111 td span:hover {
	width:10%;
	border:1px solid #D31002;
	background:#D31002;
	padding:7px 10px 7px 10px;
}

.top_box0111 td.left {
	text-align:left;
	width:33%;
	padding-right:5px;
}

.top_box0111 td.left img{
	margin-bottom:10px;
	padding-bottom:0px;
	width:100%;
}

.top_box0111 td.center {
	width:33%;
	text-align:center;
	padding-right:5px;
	padding-left:0px;
}

.top_box0111 td.center img{
	text-align:center;
	margin-right:0px;
	margin-bottom:10px;
	padding-bottom:0px;
	width:100%;
}

.top_box0111 td.right {
	text-align:right;
	margin-right:10px;
	width:33%;
}

.top_box0111 td.right img{
	margin-right:0px;
	margin-bottom:10px;
	padding-bottom:0px;
	width:100%;
}


.top_box0111 a img {
	width:30%;
	height:auto;
	margin:0 auto;
}



}


@media screen and (max-width:768px){


.top_box0111 {
	width:100%;
	margin:0px auto 0 auto;
	text-align:center;
	padding:0 10px 20px 10px;
}
}


@media screen and (max-width:414px){



.top_box0111 {
	width:100%;
	margin:0px auto 0 auto;
	text-align:center;
	padding:0 10px 20px 10px;
}

.top_box0111 p {
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	text-align:left;
}

.top_box0111 h3 {
	font-size:25px;
	margin-bottom:15px;
	font-weight:lighter;
}


.top_box0111 td {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.top_box0111 td span {
	width:10%;
	border:1px solid #D31002;
	padding:7px 5px 7px 5px;
}

.top_box0111 td span:hover {
	width:10%;
	border:1px solid #D31002;
	background:#D31002;
	padding:7px 5px 7px 5px;
}

.top_box0111 td.left {
	text-align:left;
	width:33%;
	padding-right:5px;
}

.top_box0111 td.left img{
	margin-bottom:10px;
	padding-bottom:0px;
	width:100%;
}

.top_box0111 td.center {
	width:33%;
	text-align:center;
	padding-right:5px;
	padding-left:0px;
}

.top_box0111 td.center img{
	text-align:center;
	margin-right:0px;
	margin-bottom:10px;
	padding-bottom:0px;
	width:100%;
}

.top_box0111 td.right {
	text-align:right;
	margin-right:10px;
	width:33%;
}

.top_box0111 td.right img{
	margin-right:0px;
	margin-bottom:10px;
	padding-bottom:0px;
	width:100%;
}


}





/*
---------------------------------------------------------------------------
メニュー
---------------------------------------------------------------------------*/

.men_box {
	width:732px;
	padding:0;
	margin:0px auto 120px auto;
}

@media screen and (max-width:1024px){

.men_box {
	width:100%;
	padding:0;
	margin:0px auto 0px auto;
}

.men_box img {
	margin-right:10px;
}

}

.headline {
	width:100%;
	height:250px;
	background:url(img/menu/h3_bg.jpg) no-repeat no-repeat center top;
	margin-bottom:70px;
	text-align:center;
}

.headline img {
	max-width:100%;
	height:auto;
}

@media screen and (max-width:1024px){
	.headline {
	width:100%;
	height:auto;
	background:none;
	margin-bottom:20px;
}
}

.inside_box {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0 auto 140px auto;
	font-size:16px;
	font-size:1.6rem;
}

.inside_box li {
	list-style-type:none;
	display:inline-block;
	margin:0 5px 5px 0;
	padding:0;
}

.inside_box p.mar40 {
	margin-bottom:40px;
}

.men_box02 {
	width:860px;
	margin:0 auto 80px auto;
	text-align:left;
}

.men_box02 p {
	margin-left:1.3em;
	text-indent:-1.3em;
	margin-bottom:5px;
}

.red { color:#CC0000;}

.men_box03 {
	width:1008px;
	margin:0 auto 80px auto;
	text-align:left;
	min-height:352px;
	background:url(img/menu/kari.jpg) no-repeat;
	background-size:cover;
}

.in {
	width:940px;
	height:auto;
	margin-left:36px;
	padding-top:40px
}

.in img {
	margin-right:20px;
	margin-top:10px;
}


.men_box04 {
	width:658px;
	margin:0 auto;
}

.men_box04 li:first-child{
	margin-right:50px;
}

.men_box04 li:last-child {
	margin-right:0px;
}

.men_box04 li a img {
	width:100%;
	height:auto;
}


.inside_box04 {
	width:800px;
	height:auto;
	text-align:left;
	margin:0 auto 110px auto;
	font-size:16px;
	font-size:1.6rem;
}

.inside_box06 {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0 auto 0px auto;
	font-size:16px;
	font-size:1.6rem;
}


@media screen and (max-width:1024px){
.inside_box04 {
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
	font-size:13px;
	font-size:1.3rem;
	padding:0 10px 0 10px;
}


	.inside_box06 {
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
	font-size:13px;
	font-size:1.3rem;
}



	.inside_box {
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
	font-size:14px;
	font-size:1.4rem;
}

.inside_box img {
	margin-bottom:10px;
}

.inside_box p.mar40 {
	margin-bottom:12px;
}


.inside_box li img {
	margin-bottom:0px;
}

.men_box02 {
	width:100%;
	margin:0 auto 40px auto;
	text-align:left;
}

.men_box02 p {
	margin-left:1.3em;
	text-indent:-1.3em;
	margin-bottom:5px;
}


.men_box03 {
	width:100%;
	margin:0 auto 40px auto;
	text-align:left;
	min-height:auto;
	background:#fff;
	background-size:cover;
}

.in {
	width:100%;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	padding:10px;
}

.in img {
	margin-right:0px;
	padding-right:20px;
	max-width:100%;
	height:auto;
}

.in td {
	vertical-align:middle;
}

.men_box04 {
	width:100%;
	margin:0 auto;
}

.men_box04 li a img {
	width:80%;
	height:auto;
	margin-bottom:20px;
}

.men_box04 li:first-child{
	margin-right:0px;
}

.men_box04 li:last-child {
	margin-right:0px;
}

}

.men_box05 {
	width:850px;
	height:auto;
	text-align:center;
	font-size:18px;
	font-size:1.8rem;
	margin:0 auto 70px auto;
}

.men_box06 {
	width:850px;
	height:auto;
	text-align:center;
	margin-left:0px;
}

.men_box06 img{
	margin-bottom:10px;
}

.men_box06 p {
	text-align:left;
	margin-left:10px;
}

.men_box07 {
	width:850px;
	height:auto;
	text-align:center;
	font-size:17px;
	font-size:1.7rem;
	margin:0 auto 70px auto;
}

.men_box07 p.inde {
	margin-left:1.0em;
	text-indent:-1.0em;
}

.men_box07 p {
	margin-bottom:5px;
}


@media screen and (max-width:1024px){

.men_box05 {
	width:100%;
	height:auto;
	text-align:center;
	font-size:13px;
	font-size:1.3rem;
	margin:0 auto 40px auto;
}

.men_box06 {
	width:100%;
	height:auto;
	text-align:center;
	margin-left:0px;
}

.men_box06 img{
	margin-bottom:20px;
}

.men_box06 p {
	text-align:left;
}

.men_box07 {
	width:100%;
	height:auto;
	text-align:center;
	font-size:13px;
	font-size:1.3rem;
	margin:0 auto 40px auto;
}

.men_box07 p.inde {
	margin-left:1.0em;
	text-indent:-1.0em;
}

.men_box07 p {
	margin-bottom:5px;
}

}

.men_box08 {
	width:100%;
	border-top:1px solid #7F7F7F;
}

.men_box09 {
	width:1000px;
	margin:0 auto 0 auto;
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
	position:relative;
}

.men_head {
	position:absolute;
	top:0;
	right:0;
}

.none5 {
	display:block;
}

.men_box10 {
	width:290px;
	height:430px;
	margin-right:40px;
	float:left;
	margin-bottom:50px;
	margin-top:105px;
}

.men_box10 p {
	margin-left:5px;
	margin-bottom:0px;
}

.men_box11 {
	width:290px;
	height:430px;
	margin-right:40px;
	float:left;
	margin-bottom:50px;
	text-align:center;
	position:relative;
}

.men_box11 p {
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
}

.men_box11 a {
	position:absolute;
	bottom:0;
	left:77px;
}

.men_box12 {
	width:290px;
	height:430px;
	margin-right:0px;
	float:left;
	margin-bottom:50px;
	text-align:center;
	position:relative;
}

.men_box12 p {
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
}

.men_box12 a {
	position:absolute;
	bottom:0;
	left:77px;
}


.men_box13 {
	width:290px;
	height:430px;
	margin-right:40px;
	float:left;
	margin-bottom:180px;
	text-align:center;
	position:relative;
}

.men_box13 p {
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
}

.men_box13 a {
	position:absolute;
	bottom:0;
	left:77px;
}

.men_box14 {
	width:290px;
	height:430px;
	margin-right:0px;
	float:left;
	margin-bottom:180px;
	text-align:center;
	position:relative;
}

.men_box14 p {
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
}

.men_box14 a {
	position:absolute;
	bottom:0;
	left:77px;
}

@media screen and (max-width:1024px){
	.men_box08 {
	width:100%;
	border-top:0px solid #7F7F7F;
}

.men_box09 {
	width:100%;
	margin:0 auto 0 auto;
	font-size:14px;
	font-size:1.4rem;
	text-align:center;
	position:inherit;
	background:#FFF;
}

.men_head {
	position:inherit;
	top:0;
	right:0;
	margin-bottom:10px;
}

.men_head img {
	width:100%;
	height:auto;
}

.none5 {
	display:none;
}

.men_box10 {
	width:48%;
	height:auto;
	margin-right:1%;
	margin-left:1%;
	float:left;
	margin-bottom:50px;
	margin-top:0px;
}

.men_box10 img {
	margin-bottom:10px;
	margin-top:10px;
}

.men_box10 p {
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
}

.men_box11 {
	width:48%;
	height:400px;
	margin-right:1%;
	margin-left:1%;
	float:left;
	margin-bottom:50px;
	text-align:center;
	position::inherit;
}

.men_box11 p {
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
}

.men_box11 a {
	position:inherit;
	bottom:0;
	left:0px;
}

.men_box11 img {
	margin-bottom:10px;
	margin-top:10px;
}

.men_box12 {
	width:48%;
	height:400px;
	margin-right:1%;
	margin-left:1%;
	float:left;
	margin-bottom:50px;
	text-align:center;
	position:inherit;
}

.men_box12 p {
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
}

.men_box12 a {
	position:inherit;
	bottom:0;
	left:0;
}

.men_box12 img {
	margin-bottom:10px;
	margin-top:10px;
}

.men_box13 {
	width:48%;
	height:400px;
	margin-right:1%;
	margin-left:1%;
	float:left;
	margin-bottom:50px;
	text-align:center;
	position:inherit;
}

.men_box13 p {
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
}

.men_box13 a {
	position:inherit;
	bottom:0;
	left:0;
}

.men_box13 img {
	margin-bottom:10px;
	margin-top:10px;
}

.men_box14 {
	width:48%;
	height:400px;
	margin-right:1%;
	margin-left:1%;
	float:left;
	margin-bottom:50px;
	text-align:center;
	position:inherit;
}

.men_box14 p {
	margin-left:5px;
	margin-bottom:0px;
	text-align:left;
}

.men_box14 a {
	position:inherit;
	bottom:0;
	left:0;
}

.men_box14 img {
	margin-bottom:10px;
	margin-top:10px;
}

}

.men_box15 {
	width:100%;
	height:372px;
	background:url(img/menu/men_bg.jpg) no-repeat center top;
}

@media screen and (max-width:1024px){
	.men_box15 {
	width:100%;
	height:150px;
	background:url(img/menu/men_bg.jpg) no-repeat center top;
	background-size:cover;
}
}

.men_box16 {
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:60px;
}

.men_box17 {
	width:999px;
	background:#FFF;
	margin:0 auto;
	border-bottom:2px solid #1E3D90;
	border-left:2px solid #1E3D90;
	border-right:2px solid #1E3D90;
	margin-bottom:60px;
}

.men_box18 {
	width:910px;
	padding:20px 0 30px 50px;
}

.men_box18 img.la {
	margin-top:10px;
	margin-right:10px;
}

.men_box18 img {
	margin-bottom:10px;
	margin-top:10px;
	}


@media screen and (max-width:1024px){
	.men_box17 {
	width:100%;
	background:#FFF;
	margin:0 auto;
	border-bottom:2px solid #1E3D90;
	border-left:2px solid #1E3D90;
	border-right:2px solid #1E3D90;
	margin-bottom:60px;
}
	.men_box17 h3 {
		max-width:100%;
		height:auto;
	}
	
	.men_box18 {
	width:100%;
	padding:20px 10px 30px 10px;
	font-size:12px;
	font-size:1.2rem;
}

.men_box18 img.la {
	margin-top:10px;
	margin-right:10px;
}
	.men_box18 img {
		padding:10px 10px 10px 0;
	}
	



}

.inside_box01 {
	width:640px;
	height:auto;
	margin:0 auto;
}

@media screen and (max-width:1024px){
	.inside_box01 {
	width:100%;
	height:auto;
	margin:0 auto;
}
}



/*
---------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------*/

.single {
	width:640px;
	height:auto;
	margin:0 auto 60px auto;
	font-size:14px;
	font-size:1.4rem;
	padding:0;
}

@media screen and (max-width:1024px){
	.single {
	width:100%;
	height:auto;
	margin:0 auto 60px auto;
	font-size:14px;
	font-size:1.4rem;
	padding:0 15px 0 15px;
}
}

.letgo {
	margin:0 0 20px 0px;
}


.acc_box {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0 auto 40px auto;
	font-size:16px;
	font-size:1.6rem;
	background:none;
}

@media screen and (max-width:1024px){
.acc_box {
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	font-size:13px;
	font-size:1.3rem;
}
}


.acc_box2 {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0 auto 20px auto;
	font-size:16px;
	font-size:1.6rem;
}

@media screen and (max-width:1024px){
.acc_box2 {
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	font-size:13px;
	font-size:1.3rem;
}
}


.acc_box3 {
	width:100%;
	height:100px;
	text-align:left;
	margin:0 auto 60px auto;
	font-size:16px;
	font-size:1.6rem;
	background:url(img/acc_bg01.jpg) no-repeat center top;
}

@media screen and (max-width:1024px){
	.acc_box3 {
	width:100%;
	height:50px;
	text-align:left;
	margin:0 auto 20px auto;
	font-size:16px;
	font-size:1.6rem;
	background:url(img/acc_bg01.jpg) no-repeat center top;
}
}





/*
---------------------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------------------*/

.pri_box {
	width:640px;
	height:auto;
	margin:0 auto 40px auto;
	text-align:left;
}

.pri_box01 {
	width:640px;
	height:auto;
	margin:0 auto 20px auto;
	text-align:center;
}

.pri_box02 {
	width:640px;

	height:auto;
	text-align:left;
text-indent:-1em;
margin:0 auto 20px 1em;
}

.pri_box03 {
	width:640px;
	height:auto;
	margin:0 auto 20px auto;
	text-align:left;
}

.pri_box04 {
	width:640px;
	height:auto;
	margin:0 auto 40px auto;
	text-align:left;
}


.pri_box05 {
	width:640px;
	height:auto;
	margin:0 auto 60px auto;
	text-align:left;
}

@media screen and (max-width:1024px){
	.pri_box {
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	text-align:left;
}

.pri_box01 {
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	text-align:center;
}

.pri_box02 {
	width:100%;
	height:auto;
	text-align:left;
text-indent:-1em;
margin:0 auto 20px 1em;
}

.pri_box03 {
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	text-align:left;
}

.pri_box04 {
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
	text-align:left;
}

.pri_box05 {
	width:100%;
	height:auto;
	margin:0 auto 60px auto;
	text-align:left;
}

}

/*
---------------------------------------------------------------------------
企業情報
---------------------------------------------------------------------------*/

.inside_box02 {
	width:1000px;
	text-align:center;
	padding-top:35px;
	background:url(img/h3_bg.png) no-repeat center top;
	margin:0 auto 40px auto;
	background-size:27px;
}

.inside_box022 {
	width:1000px;
	text-align:left;
	border-top:0px solid #422321;
	padding-bottom:10px;
	margin:0 auto 110px auto;
	font-size:16px;
	font-size:1.6rem;
}

.inside_box02 h3 {
	font-size:36px;
	font-size:3.6rem;
	font-weight:lighter;
	line-height:100%;
	padding-top:10px;
	color:#000;
}

.abo_box01 {
	width:100%;
	text-align:center;
}

.abo_box02 {
	width:735px;
	text-align:left;
	padding-bottom:180px;
	margin:0 auto;
	font-size:18px;
	font-size:1.8rem;
}

table.tab2{
border-collapse:collapse;
border-top:1px solid #807E78;
}
	
table.tab2 td{
border-bottom:1px solid #807E78;
padding:20px;
text-align:left;
vertical-align:top;

}

table.tab2 th{
border-bottom:1px solid #807E78;
padding:20px 20px 20px 20px;
background-color:none;
text-align:left;
font-weight:lighter;
vertical-align:top;

}


h3.h3 {
	font-size:36px;
	font-size:3.6rem;
	font-weight:bold;
	line-height:100%;
	color:#422321;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	border-top:2px solid #422321;
	padding-top:10px;
	margin-bottom:40px;
	padding-left:10px;
	padding-right:10px;
}


@media screen and (max-width:1024px){
h3.h3 {
	font-size:30px;
	font-size:3.0rem;
	font-weight:bold;
	line-height:100%;
	margin-bottom:20px;
}
}

@media screen and (max-width:1024px){
	.inside_box02 h3 {
	font-size:20px;
	font-size:2.0rem;
	font-weight:lighter;
	line-height:100%;
	padding:0 10px 0 0px;
}
	
	.inside_box02 {
	width:100%;
	text-align:center;
	border-bottom:0px solid #807E78;
	padding-bottom:10px;
	margin-bottom:20px;
	padding-left:10px;
}


.inside_box022 {
	width:100%;
	text-align:left;
	border-bottom:0px solid #807E78;
	padding-bottom:10px;
	margin-bottom:20px;
	padding-left:10px;
	font-size:13px;
	font-size:1.3rem;
}
	
	.abo_box02 {
	width:100%;
	text-align:left;
	font-size:14px;
	font-size:1.4rem;
	padding-bottom:40px;
}

	table.tab2{
border-collapse:collapse;
border-top:1px solid #807E78;
}
	
table.tab2 td{
border-bottom:1px solid #807E78;
padding:10px;
text-align:left;
vertical-align:top;
width:75%;
}

table.tab2 th{
border-bottom:1px solid #807E78;
padding:10px 10px 10px 10px;
background-color:none;
text-align:left;
font-weight:lighter;
vertical-align:top;
width:25%;
}
}


table.tab4{
border-collapse:collapse;
border-top:1px solid #807E78;
}
	
table.tab4 td{
border-bottom:1px solid #807E78;
padding:15px 10px 13px 10px;
text-align:left;
vertical-align:top;

}

table.tab4 th{
border-bottom:1px solid #807E78;
padding:15px 10px 15px 10px;
background-color:none;
text-align:left;
font-weight:bold;
vertical-align:top;

}

@media screen and (max-width:1024px){
		table.tab4{
border-collapse:collapse;
border-top:1px solid #807E78;
}
	
table.tab4 td{
border-bottom:1px solid #807E78;
padding:10px;
text-align:left;
vertical-align:top;
}

table.tab2 th{
border-bottom:1px solid #807E78;
padding:10px 10px 10px 10px;
background-color:none;
text-align:left;
font-weight:bold;
vertical-align:top;
}
}


.inside_box03 {
	width:1000px;
	text-align:center;
	border-bottom:1px solid #807E78;
	padding-bottom:10px;
	margin:0 auto 10px auto;
}

.inside_box03 h4 {
	font-size:28px;
	font-size:2.8rem;
	font-weight:lighter;
	letter-spacing:0px;
	line-height:100%;
}

.abo_box03 {
	width:840px;
	margin:0 auto;
	font-size:18px;
	font-size:1.8rem;
	line-height:2.0;
	margin-bottom:100px;
}

.abo_box03 span.red {
	font-size:25px;
	font-size:2.5rem;
	color:#FF0000;
	font-weight:bold;
}


@media screen and (max-width:1024px){
	.inside_box03 {
	width:100%;
	text-align:center;
	border-bottom:1px solid #807E78;
	padding-bottom:10px;
	margin:0 auto 10px auto;
}

.inside_box03 h4 {
	font-size:22px;
	font-size:2.2rem;
	font-weight:lighter;
	letter-spacing:0px;
	line-height:100%;
}

.abo_box03 {
	width:100%;
	margin:0 auto;
	font-size:14px;
	font-size:1.4rem;
	line-height:2.0;
	margin-bottom:20px;
}

.abo_box03 span.red {
	font-size:16px;
	font-size:1.6rem;
	color:#FF0000;
	font-weight:bold;
}

}

.abo_box04 {
	width:840px;
	margin:0 auto;
	font-size:18px;
	font-size:1.8rem;
	line-height:2.0;
	margin-bottom:50px;
}

.abo_box04 span.red {
	font-size:25px;
	font-size:2.5rem;
	color:#FF0000;
	font-weight:bold;
}

@media screen and (max-width:1024px){
	.abo_box04 {
	width:100%;
	margin:0 auto;
	font-size:14px;
	font-size:1.4rem;
	line-height:2.0;
	margin-bottom:20px;
}
	
	.abo_box04 span.red {
	font-size:16px;
	font-size:1.6rem;
	color:#FF0000;
	font-weight:bold;
	}
}

.abo_box05 {
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

.abo_box05 img {
	max-width:100%;
}

@media screen and (max-width:1024px){
	.abo_box05 {
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
}



.abo_box07 {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	font-size:18px;
	font-size:1.8rem;
}

.abo_box07 img {
	max-width:100%;
}

@media screen and (max-width:1024px){
	.abo_box07 {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
	font-size:1.4rem;
}
}

.p60 {
	padding-bottom:60px;
}


.abo_box08 {
	width:840px;
	margin:0 auto;
	font-size:18px;
	font-size:1.8rem;
	line-height:2.0;
	margin-bottom:40px;
}

@media screen and (max-width:1024px){
.abo_box08 {
	width:100%;
	margin:0 auto;
	font-size:14px;
	font-size:1.4rem;
	line-height:2.0;
	margin-bottom:20px;
}
}







/*
---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

.ml7 {
	margin-left:7px;
	width:150px;
}

.flt {
	float:left;
	height:260px;
}



.none {
	display:block;
}

.none2 {
	display:none;
}



@media screen and (max-width:1024px){


.none {
	display:none;
}

.none2 {
	display:block;
}




}









#footer {
	clear:both;
	width:100%;
	margin-top:0px;
	background-image:url(img/fbg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

@media screen and (min-width:1024px){
#footer {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
}

@media screen and (min-width:1025px){
#footer {
	width:100%;
}
}

@media screen and (max-width: 1024px){
#footer {
	margin-top:0px;
	background-image:none;
	width:100%;
}
}

/* フッターナビ */
#fNaviWrap {
	width:100%;
	height:400px;
	padding-top:0px;
}

#fNavi a {
	padding-left:0px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-size:1.4rem;
	margin-left:0px;
}

#fNavi a:hover {
	padding-left:0px;
	color:#fff;
	text-decoration:underline;
	font-size:14px;
	font-size:1.4rem;
	margin-left:0px;
}

.fnav {
	width:100%;
	margin:0px 0 0 0;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
}

.fnav a {
	color:#FFF;
	text-decoration:none;
}

.fnav a:hover {
	color:#FFF;
	text-decoration:underline;
}

@media screen and (min-width:1024px){
#fNavi {
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	width:1000px;
	line-height:180%;
}
}

.fNaviIn{
	width:100%;
	font-size:0;
	float:none;
}

.fNaviIn div.fnav {
	display: inline-block;
	padding-left:0px;
	font-size:14px;
	font-size:1.4rem;
	line-height:200%;
	margin-bottom:0px;
	margin-top:30px;
	width:100%;
}

#fNavi .fNaviIn div.flogo {
	margin:35px 0px 0 96px;
	float:left;
	background:none;
}

#fNavi .fNaviIn div.flogo a {
	background:none;
}

.fNaviIn div.ftxt {
	width:378px;
	float:left;
	margin:35px 0px 0 20px;
}

.fNaviIn div.ftxt2 {
	width:1000px;
	float:left;
	margin:60px 0px 0 0;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:31px;
}

.fNaviIn div.ftxt2 img {
	float:right;
	margin-right:20px;
}

#fNavi .fNaviIn div.ftxt2 a {
	background:none;
}

.fNaviIn div.ftxt3 {
	width:1000px;
	float:left;
	margin:13px 0px 0 0;
	font-size:14px;
	font-size:1.4rem;
}





.ml7 {
	margin-left:0px;
	width:150px;
}

.ml7 a {
	color:#000;
}

.flt {
	float:left;
	height:120px;
}

#fNavi .fNaviIn div.home a {
	color:#000;
	background-image:url(img/icon.jpg);
	background-repeat:no-repeat;
	background-position:0 1;
	padding-top:0px;
	padding-left:10px;
	width:100%;
	font-size:12px;
	font-size:1.2rem;
}

#fNavi .fNaviIn div.home {
	width:100%;
	color:#1F4E79;
	margin-top:55px;
	margin-bottom:0px;
	height:auto;
}

.fNaviIn div.sub {
	padding-left:20px;
}

.none {
	display:block;
}

.none2 {
	display:none;
}



@media screen and (max-width: 1024px){
#fNaviWrap {
	height:auto;
	padding-top:0;
	padding-left:0;
	background-image:none;
	background-color:#3366FF;
}

#fNavi {
	padding:0;
	width:100%;
}

#fNavi a {
	padding-left:0;
	background-image:none;
	color:#FFF;
}

.fNaviIn {
	width:100%;
}

.fNaviIn div {
	height:50px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-left:0;
	text-align:center;
	border-bottom:1px #FFF solid;
}

.fNaviIn div.home {
	padding-top:15px;
	background-image:none;
	color:#1F4E79;
}

.fNaviIn div:nth-child(2),
.fNaviIn div:nth-child(5),
.fNaviIn div:nth-child(9)
 {
	border-right:1px #FFF solid;
}

.fNaviIn div.sub {
	display:none;
}

.none {
	display:none;
}

.none2 {
	display:block;
}

}

#footerIn {
	padding:15px;
	background:#FFF;
}

#footerIn:after {
	content:"";
	display:block;
	clear:both;
}

#footerIn ul {
	margin:0;
	padding:0;
}

#footerIn li {
	display:block;
	margin-left:0;
	text-align:center;
}


@media screen and (min-width:1025px){
#footerIn {
	margin:0 auto;
	margin-top:23px;
	padding-left:0;
	padding-right:0;
	width:1000px;
}

#footerIn ul {
	text-align:center;
}

#footerIn li {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	margin-left:32px;
	font-size:14px;
	font-size:1.4rem;
}

#footerIn li:first-child {
	margin-left:0;
}
}

@media screen and (max-width:1024px){
#footerIn {
	padding-top:20px;
}

#footerIn li {
	display:block;
	margin-left:0;
	padding-bottom:20px;
}
}

#copyright {
	width:100%;
	padding-bottom:3px;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
	text-align:center;
	height:40px;
	line-height:40px;
	float:left;
	margin-top:35px;
}

@media screen and (max-width: 1024px){
#copyright {
	margin-top:0px;
}
}


#copyright2 {
	width:100%;
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
	text-align:center;
	float:left;
	margin-top:35px;
	background:#C70A53;
	padding:10px;
	border-bottom:60px solid #951558;
}

@media screen and (max-width: 1024px){
#copyright2 {
	margin-top:0px;
}
}

@media screen and (max-width:1024px){

.flogo2 img {
	width:80%;
	height:auto;
	max-width:350px;
	height:auto;
}
	
}

table.tab{
border-collapse:collapse;
border:0px solid #fff;
background:#C70A53;
width:100%;
}
	
table.tab td{
	border-collapse:collapse;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
padding:15px;
text-align:center;
line-height:130%;
font-size:14px;
vertical-align:top;
}

table.tab td.bdrl{
	border-collapse:collapse;
border-bottom:1px solid #fff;
border-right:0px solid #fff;
padding:15px;
text-align:center;
line-height:130%;
font-size:14px;
vertical-align:top;
}

table.tab th{
	border-collapse:collapse;
border-bottom:1px solid #fff;
padding:15px;
background:#79634D;
text-align:center;
color:#fff;
font-size:14px;
font-weight:lighter;
}


/*
---------------------------------------------------------------------------
メイン画像
---------------------------------------------------------------------------*/
#mainImgBg {
	width:100%;
	height:auto;
	line-height:0;
	font-size:0;
}

.mainimg {
	max-width:100%;
	height: auto;
}

@media screen and (min-width:769px){
#mainImgIn {
	margin:0 auto;
	width:1000px;
	height:370px;
	padding-top:11px;
}
}

@media screen and (min-width:961px) {
#mainImgIn {
	margin:0 auto;
	padding-bottom:37%;
	width:100%;
	max-width:1920px;
	height:0;
	padding-top:11px;
}
}

@media screen and (min-width:1379px) {

#mainImgIn {
	margin:0 auto;
	width:100%;
	padding-bottom:565px;
	padding-top:0px;
}

#mainImgBg {
	position:relative;
	top:110px;
/*
	background-color:#001E00;
background-color:#eee;
*/
}
}


#flexslider-cs {
	position:relative;
	top:110px;
	text-align:center;
}

@media screen and (max-width:1024px){
#flexslider-cs {
	position:relative;
	top:0px;
	margin-bottom:0;
	padding-bottom:0;
}

#flexslider-cs ol.flex-control-nav {
	display:none;
}

#flexslider-cs .flex-control-thumbs {
	display:none;
}



}


ol.flex-control-nav {
	display: flex;
	justify-content: center;
	padding-top:5px;
}

ol.flex-control-nav img{
	width:193px;
	height:auto;
}

ol.flex-control-nav li {
	width:193px;
	height:auto;
	margin:0 9px 0 0;
	padding:0;
	
}


.white {
	margin-top:227px;
}

.strImg {
	margin-bottom:69px;
}

.strImg img {
	margin-right:26px;
}

.strImg2 img {
	margin-right:26px;
}

@media screen and (max-width:1024px){
	.white {
	margin-top:10px;
	margin-bottom:30px;
}

.strImg {
	margin-bottom:0px;
}

}

/*
---------------------------------------------------------------------------
パンくずリスト
---------------------------------------------------------------------------*/
#topicPath {
	width:100%;
	margin:0px auto 0 auto;
	margin-bottom:55px;
	min-height:37px;
}

#topicPath ol {
	margin:0 auto 0 auto;
	padding:0;
	padding:10px;
	padding-left:0;
	list-style-type:none;
	font-size:12px;
	width:1000px;
}

#topicPath ol li {
	display:inline;
	margin-left:0;
	margin-right:5px;
	color:#000;
}

#topicPath ol li:first-child {
	padding-top:3px;
	padding-left:0px;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;
	color:#000;
}

#topicPath ol li a {
	padding-right:15px;
	background:url(img/topicpath_arrow.png) no-repeat right;
	text-decoration:none;
	color:#000;
}

#topicPath ol li a:hover {
	text-decoration:underline;
}

@media screen and (max-width:1024px){
#topicPath {
	width:100%;
	margin-bottom:20px;
	padding-left:10px;
	font-size:12px;
}

#topicPath ol {
	margin:0;
	padding:0;
	padding:10px;
	padding-left:0;
	list-style-type:none;
	font-size:8px;
	width:100%;
	font-size:12px;
}

}

/*
---------------------------------------------------------------------------
ページメニュー
---------------------------------------------------------------------------*/
#pagePath {
	width:100%;
	padding:5px;
	font-size:13px;
	margin-top:35px;
}

#pagePathIn {
	margin:0 auto;
	width:940px;
	line-height:180%;
}

#pagePath a {
	padding-right:15px;
	padding-left:15px;
	background:url(img/pagelink_arrow.png) no-repeat;
	background-position:left center;
	text-decoration:none;
	color:#000;
}

#pagePath a:hover {
	text-decoration:underline;
}

@media screen and (min-width:769px){
#pagePath {
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
}

@media screen and (min-width:961px){
#pagePath {
	width:100%;
}
}

@media screen and (max-width:1024px){
#pagePath {
	display:none;
}
}

.anc {
	padding-top:120px;
	margin-top:-120px;
}

@media screen and (max-width:1024px){
	.anc {
	padding-top:120px;
	margin-top:-120px;
}
}


/*
---------------------------------------------------------------------------
コンテンツ枠
---------------------------------------------------------------------------*/
#inner {}

#inner:after {
	content:"";
	display:block;
	clear:both;
}

@media screen and (min-width:769px){
#inner {
	width:100%;
	margin:0 auto;
	margin-top:0px;
}
}

@media screen and (max-width:1024px){
#inner {
	width:100%;
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	line-height:140%;
}
}

#main {
	float:left;
	width:100%;
}

#side {
	float:right;
	width:262px;
	
}

#side img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	vertical-align:bottom;
}

	#side img.mBot20 {
		margin-bottom:20px;
	}
	
	#side img.mBot10 {
		margin-bottom:10px;
	}

.sideCompany {
	margin-top:0px;
	margin-bottom:10px;
	padding-top:13px;
	border-top:2px #000 solid;
	font-size:12px;
	line-height:160%;
}

.sideCompany img {
	margin-bottom:10px;
}

.bdr {
	border-bottom:1px solid #D9D9D9;
	padding-bottom:10px;
	margin-bottom:10px;
}

@media screen and (max-width:1024px){

.sideCompany {
	margin-top:0px;
	margin-bottom:10px;
	padding-top:13px;
	border-top:2px #000 solid;
	font-size:12px;
	font-size:1.2rem;
	line-height:160%;
}

#main {
	float:none;
	width:100%;
	line-height:140%;
}

#main img {
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	height:auto;
	display:block;
}

#side {
	float:none;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}
}

#main a {
	color:#000;
	text-decoration:underline;
}

#main a:hover {
	color:#000;
	text-decoration:none;
}

/*
---------------------------------------------------------------------------
コンテンツBox
---------------------------------------------------------------------------*/
.box1 {
	width:100%;
	overflow:hidden;
}

.boxH3,
.boxH4 {
	width:100%;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
}

	.boxH4 {
		margin-bottom:10px;
		padding-left:0px;
		padding-right:0px;
	}

	.box1 {
		margin-bottom:10px;
	}

.boxH3:after,
.boxH4:after,
.col2:after {
	content:"";
	display:block;
	clear:both;
}

@media screen and (max-width:1024px){
.box1 img,
.boxH3 img {
	max-width:100%;
	height:auto;
}
}

.boxL,
.boxLRecruit {
	float:none;
}

.boxR,
.boxRRecruit {
	padding:0 0px 0 0px;
}

.boxL,
.boxR,
.boxLRecruit,
.boxRRecruit {
	padding-bottom:10px;
}

.boxL2,
.boxR2,
.boxLRecruit,
.boxRRecruit {
	padding-bottom:0px;
}

@media screen and (min-width:835px){
.boxL,
.boxLRecruit {
	margin-right:23px;
	float:left;
}

.boxLRecruit {
	margin-right:20px;
}

.boxR,
.boxRRecruit {
	overflow:hidden;
	/zoom:1
}

.boxL2,
.boxLRecruit {
	margin-right:23px;
	float:left;
}

.boxLRecruit {
	margin-right:20px;
}

.boxR2,
.boxRRecruit {
	overflow:hidden;
	/zoom:1
}

}

@media screen and (max-width:1024px){
.boxL,
.boxR {
	font-size:14px;
}

.boxL {
	text-align:center;
}

.boxL2,
.boxR2 {
	font-size:14px;
}

.boxL2 {
	text-align:center;
	margin-bottom:20px;
}

}




/*
hX
---------------------------------------------------------------------------*/









#h2BgWrap {
	width:100%;
	padding-top:96px;
}

#h2Bg {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg02.jpg) no-repeat center top;
}

#h2Bg2 {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg03.jpg) no-repeat center top;
}

#h2Bg3 {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg04.jpg) no-repeat center top;
}

#h2Bg3-1 {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg04.jpg) no-repeat center top;
}

#h2Bg4 {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg05.jpg) no-repeat center top;
}

#h2Bg5 {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg06.jpg) no-repeat center top;
}

#h2Bg6 {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg07.jpg) no-repeat center top;
}

#h2Bg7 {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg08.jpg) no-repeat center top;
}

#h2Bg8 {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg09.jpg) no-repeat center top;
}

#h2Bg9 {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg10.jpg) no-repeat center top;
}

#h2Con {
	margin:0 auto;
	padding-top:0px;
	padding-left:0px;
	width:1000px;
	text-align:center;
}

#h2Con2 {
	margin:0 auto;
	padding-top:0px;
	padding-left:0px;
	width:1000px;
}

body#page #h2Con h2 {
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	padding-top:125px;
	letter-spacing:0px;
}

body#page #h2Con2 h2 {
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	padding-top:125px;
	letter-spacing:0px;
}

@media screen and (min-width:769px){
#h2Bg {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#h2Bg2 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#h2Bg3 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#h2Bg3-1 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#h2Bg4 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#h2Bg5 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#h2Bg6 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#h2Bg7 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#h2Bg8 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#h2Bg9 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

}

@media screen and (min-width:961px){
#h2Bg {
	width:100%;
}

#h2Bg2 {
	width:100%;
}

#h2Bg3 {
	width:100%;
}

#h2Bg3-1 {
	width:100%;
}

#h2Bg4 {
	width:100%;
}

#h2Bg5 {
	width:100%;
}

#h2Bg6 {
	width:100%;
}

#h2Bg7 {
	width:100%;
}

#h2Bg8 {
	width:100%;
}

#h2Bg9 {
	width:100%;
}


}

@media screen and (max-width:1112px){
#h2BgWrap {
	width:100%;
	padding-top:46px;
}
}

@media screen and (max-width:1024px){
#h2BgWrap {
	width:100%;
	padding-top:0px;
}

#h2Bg {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg02.jpg) no-repeat 0% 20px;
	background-size:cover;
}

#h2Bg2 {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg03.jpg) no-repeat 50% 30px;
	background-size:cover;
}


#h2Bg3 {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg04.jpg) no-repeat 50% 30px;
	background-size:cover;
}

#h2Bg3-1 {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg04.jpg) no-repeat 50% 30px;
	background-size:cover;
}

#h2Bg4 {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg05.jpg) no-repeat 50% 30px;
	background-size:cover;
}

#h2Bg5 {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg06.jpg) no-repeat 51% 30px;
	background-size:cover;
}

#h2Bg6 {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg07.jpg) no-repeat 51% 30px;
	background-size:cover;
}

#h2Bg7 {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg08.jpg) no-repeat 51% 30px;
	background-size:cover;
}

#h2Bg8 {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg09.jpg) no-repeat 51% 30px;
	background-size:cover;
}

#h2Bg9 {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg10.jpg) no-repeat 51% 30px;
	background-size:cover;
}

#h2Con {
	padding-top:0px;
	padding-left:0px;
	width:100%;
}

#h2Con2 {
	padding-top:0px;
	padding-left:0px;
	width:100%;
}

body#page #h2Con h2 {
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding-top:74px;
	letter-spacing:0px;
}

body#page #h2Con2 h2 {
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding-top:74px;
	letter-spacing:0px;
}

}


#h2Bg_news {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg_news.jpg) no-repeat center top;
}

@media screen and (min-width:769px){
#h2Bg_news {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
}

@media screen and (min-width:961px){
#h2Bg_news {
	width:100%;
}
}

@media screen and (max-width:1024px){
#h2Bg_news {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg_news.jpg) no-repeat -330px 0px;
	background-size:cover;
}
}



#h2Bg_pri {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg_pri.jpg) no-repeat center top;
}

@media screen and (min-width:769px){
#h2Bg_pri {

	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
}

@media screen and (min-width:961px){
#h2Bg_pri {
	width:100%;
}
}

@media screen and (max-width:1024px){
#h2Bg_pri {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg_pri.jpg) no-repeat -330px 0px;
	background-size:cover;
}
}



#h2Bg_sit {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg_sit.jpg) no-repeat center top;
}

@media screen and (min-width:769px){
#h2Bg_sit {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
}

@media screen and (min-width:961px){
#h2Bg_sit {
	width:100%;
}
}

@media screen and (max-width:1024px){
#h2Bg_sit {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg_sit.jpg) no-repeat -330px 0px;
	background-size:cover;
}
}


#h2Bg_wor {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg_wor.jpg) no-repeat center top;
}

@media screen and (min-width:769px){
#h2Bg_wor {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
}

@media screen and (min-width:961px){
#h2Bg_wor {
	width:100%;
}
}

@media screen and (max-width:1024px){
#h2Bg_wor {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg_wor.jpg) no-repeat -330px 0px;
	background-size:cover;
}
}





#h2Bg_mob {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg_mob.jpg) no-repeat center top;
}

@media screen and (min-width:769px){
#h2Bg_mob {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
}

@media screen and (min-width:961px){
#h2Bg_mob {
	width:100%;
}
}

@media screen and (max-width:1024px){
#h2Bg_mob {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg_mob.jpg) no-repeat -330px 0px;
	background-size:cover;
}
}





#h2Bg_abo {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg_abo.jpg) no-repeat center top;
}

@media screen and (min-width:769px){
#h2Bg_abo {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
}

@media screen and (min-width:961px){
#h2Bg_abo {
	width:100%;
}
}

@media screen and (max-width:1024px){
#h2Bg_abo {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg_abo.jpg) no-repeat -330px 0px;
	background-size:cover;
}
}




#h2Bg_you {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg_you.jpg) no-repeat center top;
}

@media screen and (min-width:769px){
#h2Bg_you {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
}

@media screen and (min-width:961px){
#h2Bg_you {
	width:100%;
}
}

@media screen and (max-width:1024px){
#h2Bg_you {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg_you.jpg) no-repeat -330px 0px;
	background-size:cover;
}
}




#h2Bg_opi {
	width:100%;
	height:306px;
	padding-top:0px;
	background:url(img/h2_bg_opi.jpg) no-repeat center top;
}

@media screen and (min-width:769px){
#h2Bg_opi {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-position:center bottom;
	background-repeat:no-repeat;
}
}

@media screen and (min-width:961px){
#h2Bg_opi {
	width:100%;
}
}

@media screen and (max-width:1024px){
#h2Bg_opi {
	width:100%;
	height:150px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	background:url(img/h2_bg_opi.jpg) no-repeat -330px 0px;
	background-size:cover;
}
}






/*h2 {
	width:100%;
	font-size:25px;
	font-size:2.5rem;
}*/

.h2Txt {
	display:none;
}
}


/*
h3 {
	clear:both;
	margin-top:0px;
	margin-bottom:20px;
	padding:15px 0px 12px 31px;
	border-top:1px #A6A6A6 solid;
	border-bottom:1px #A6A6A6 solid;
	font-size:21px;
	font-weight:normal;
	box-sizing:border-box;
	position:relative;
	font-family: "HGP明朝B","游明朝", "Yu Mincho",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif ;
}

*/

h3.h3 {
	clear:both;
	margin-top:0px;
	margin-bottom:20px;
	padding:10px 0px 7px 31px;
	border-top:1px #A6A6A6 solid;
	border-bottom:1px #A6A6A6 solid;
	font-size:21px;
	font-size:2.1rem;
	font-weight:normal;
	box-sizing:border-box;
	position:relative;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}


/*
h3:before {
	content: url("img/h3_ico.png");
	position:absolute;
	top:15px;
	left:2px;
	width:19px;
	padding-bottom:15px;
}
*/

h3.ttl2 {
	clear:both;
	margin-top:0px;
	margin-bottom:20px;
	padding:16px 0px 17px 5px;
	border-top:1px #422321 solid;
	border-bottom:1px #422321 solid;
	font-size:21px;
	font-weight:normal;
	box-sizing:border-box;
	position:relative;
	font-family: "HGP明朝B","游明朝", "Yu Mincho",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif ;
	color:#422321;
}

h3.ttl2 img {
	position:absolute;
	top:8px;
	right:8px;
}

h3.ttl2:before {
	content: url("img/h3_ico.png");
	position:absolute;
	top:18px;
	left:2px;
	width:19px;
	padding-bottom:15px;
	background-repeat:no-repeat;
}



@media screen and (max-width:1024px){
/*h3 {
	font-size:16px;
	font-size:1.6rem;
	background-image:url(img/h3_ico.png);
	background-repeat:no-repeat;
	background-position:2px 14px;
}

h3:before {
	content:"";
	padding-bottom:15px;
}
*/

h3.ttl2 {
	font-size:16px;
	font-size:1.6rem;
	background-image:url(img/h3_ico.png);
	background-repeat:no-repeat;
	background-position:2px 19px;
}

h3.ttl2:before {
	content:"";
	padding-bottom:15px;
}


}

/*h4 {
	clear:both;
	padding-left:25px;
	font-weight:normal;
	position:relative;
}


h4:before {
	content: url("img/h4_ico.png");
	position:absolute;
	top:3px;
	left:3px;
	width:9px;
	padding-bottom:15px;
}

@media screen and (max-width:1024px){
h4 {
	background-image:url(img/h4_ico.png);
	background-repeat:no-repeat;
	background-position:3px 2px;
}

h4:before {
	content:"";
}
}

*/

h4.h4 {
	clear:both;
	margin-bottom:20px;
	padding-left:20px;
	color:#4472C4;
	font-size:19px;
	font-weight:normal;
	position:relative;
}

h4.h4:before {
	content: url("img/h42_ico.jpg");
	position:absolute;
	top:1px;
	left:0px;
	width:9px;
	padding-bottom:15px;
}

.bold {
	color:#1F4E79;
	font-size:19px;
	font-size:1.9rem;
	background:url(img/arr2.jpg) no-repeat 0 6px;
	padding-left:15px;
}

@media screen and (max-width:1024px){
h4.h4 {
	font-size:19px;
	font-size:1.9rem;
	background-image:url(img/h42_ico.jpg);

	background-repeat:no-repeat;
	background-position:3px 1px;
}

h4.h4:before {
	content:"";
	padding-bottom:15px;
}

.bold {
	color:#1F4E79;
	font-size:19px;
	font-size:1.9rem;
	background:url(img/arr2.jpg) no-repeat 0 2px;
	padding-left:15px;
}

}



/*
---------------------------------------------------------------------------
新着情報
---------------------------------------------------------------------------*/
.homeNewsCon {
	padding-left:10px;
	padding-right:10px;
	width:765px;
	max-height:230px;
	margin-bottom:20px;
	overflow:scroll;
	overflow-x:hidden;
	margin-left:125px;
}

@media screen and (max-width:1024px){
.homeNewsCon {
	width:100%;
	margin-left:0px;
}
}

dl.homeNews {
	margin:0;
	padding:0;
	font-size:16px;
	font-size:1.6rem;
	line-height:160%;
}

dl.homeNews dt,
dl.homeNews dd {
	margin:0;
	padding:0;
}

dl.homeNews dd a {
	color:#000 !important;
}

dl.homeNews dt img,
img.detailsNews {
	margin-right:15px;
	vertical-align:middle;
}

dl.homeNews dd.newsList {
	padding-bottom:20px;
}

dl.homeNews dd .newsTit,
dl.homeNews dd .newsTit a {
	font-weight:lighter;
	color:#000 !important;
}

dl.homeNews dd.txt {
	padding-bottom:2px;
}

@media screen and (min-width:769px){
dl.homeNews:after {
	content:"";
	display:block;
	clear:both;
}

dl.homeNews dt {
	float:left;
	font-weight:bold;
}

dl.homeNews dd {
	margin-left:138px;
	margin-bottom:10px;
}

dl.homeNews dd.txt {
	margin-left:0;
}

dl.homeNews .newsCategory dt {
	float:none;
	margin-bottom:10px;
	margin-left:10px;
}

dl.homeNews .newsCategory dd {
	margin-left:14px;
	margin-right:10px;
}
}

@media screen and (max-width:1024px){
dl.homeNews dd.tit {
	padding-top:0px;
	padding-bottom:20px;
}

dl.homeNews dd.txt {
	padding-top:5px;
}

dl.homeNews dt {
	float:none;
	font-weight:bold;
}

}

/*
ページ繰り
---------------------------------------------------------------------------*/
.pageNum {
	margin-top:50px;
	text-align:center;
}

.pagination a {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #000000;
	background-color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.pagination a:hover {
	background-color: #e8e8e8;
}

.pagination span {
	padding: 5px 10px;
	display: inline-block;
}

.pagination span.current {
	padding: 5px 10px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #000000;
	background-color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}

.pagination {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color: transparent;
}

/*
---------------------------------------------------------------------------
サイトマップ
---------------------------------------------------------------------------*/
ul.sitemap {
	margin-bottom:32px;
	padding-bottom:10px;
	list-style:none;
}

ul.sitemap li {
	margin-left:35;
	margin-bottom:23px;
}

ul.sitemap li:first-child {
	margin-top:0;
	margin-left:0;
}

ul.sitemap li.sub {
	margin-left:45px;
}

ul.sitemap li a {
	margin-bottom:23px;
	text-decoration:none;
	background-image:url(img/ico_arrow_sitemap.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	color:#1F4E79;
}

/*
table
---------------------------------------------------------------------------*/
table.table03,
table.table03-2 {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table.table03 td {
	vertical-align:top;
	text-align:center;
	padding-bottom:30px;
}

	table.table03-2 td {
		vertical-align:top;
		padding-bottom:15px;
	}

table.table03 td p,
table.table03-2 td p {
	margin-bottom:0px;
}

table.table03 tr td:nth-child(odd),
table.table03-2 tr td:nth-child(odd) {
	padding-right:5px;
}

table.table03 tr td:nth-child(even),
table.table03-2 tr td:nth-child(even) {
	padding-left:5px;
}

table.table03-2 tr:nth-last-of-type(1) td {
	padding-bottom:0px;
}

@media screen and (max-width:1024px){
	table.table03 td,
	table.table03-2 td {

		width:50%;
		text-align:center;
	}

	table.table03 td img,
	table.table03-2 td img {
		max-width:100%;
		height:auto;
	}
}



table.table032,
table.table03-2 {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table.table032 td {
	vertical-align:top;
	padding-bottom:30px;
}

	table.table03-2 td {
		vertical-align:top;
		padding-bottom:15px;
	}

table.table032 td p,
table.table03-2 td p {
	margin-bottom:0px;
}

table.table032 tr td:nth-child(odd),
table.table03-2 tr td:nth-child(odd) {
	padding-right:5px;
}

table.table032 tr td:nth-child(even),
table.table03-2 tr td:nth-child(even) {
	padding-right:5px;
}

table.table03-2 tr:nth-last-of-type(1) td {
	padding-bottom:0px;
}

@media screen and (max-width:1024px){
	table.table032 td,
	table.table03-2 td {
		width:33%;
		text-align:center;
	}

	table.table032 td img,
	table.table03-2 td img {
		max-width:100%;
		height:auto;
	}
}


table.table033,
table.table03-2 {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table.table033 td {
	vertical-align:top;
	padding-bottom:0px;
	margin-bottom:0px;
}

	table.table03-2 td {
		vertical-align:top;
		padding-bottom:0px;
	}

table.table033 td p,
table.table03-2 td p {
	margin-bottom:0px;
}

table.table033 tr td:nth-child(odd),
table.table03-2 tr td:nth-child(odd) {
	padding-right:0px;
}

table.table033 tr td:nth-child(even),
table.table03-2 tr td:nth-child(even) {
	padding-right:0px;
}

table.table03-2 tr:nth-last-of-type(1) td {
	padding-bottom:0px;
}

@media screen and (max-width:1024px){
	table.table033 td,
	table.table03-2 td {
		width:33%;
		text-align:center;
	}

	table.table033 td img,
	table.table03-2 td img {
		max-width:100%;
		height:auto;
	}
}





table.table034,
table.table03-2 {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table.table034 td {
	vertical-align:top;
	padding-bottom:0px;
	margin-bottom:0px;
}

	table.table03-2 td {
		vertical-align:top;
		padding-bottom:0px;
	}


table.table034 td p,
table.table03-2 td p {
	margin-bottom:0px;
}

table.table034 tr td:nth-child(odd),
table.table03-2 tr td:nth-child(odd) {
	padding-right:0px;
}

table.table034 tr td:nth-child(even),
table.table03-2 tr td:nth-child(even) {
	padding-right:0px;
}

table.table03-2 tr:nth-last-of-type(1) td {
	padding-bottom:0px;
}

@media screen and (max-width:1024px){
	table.table034 td,
	table.table03-2 td {
		width:50%;
		text-align:left;
	}

	table.table034 td img,
	table.table03-2 td img {
		max-width:100%;
		height:auto;
	}
}


table.table035,
table.table03-2 {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table.table035 td {
	vertical-align:middle;
	padding-bottom:25px;
	margin-bottom:0px;
}

@media screen and (max-width:1024px){

table.table035 td {
	vertical-align:top;
	padding-bottom:25px;
	margin-bottom:0px;
}


}

table.table036,
table.table03-2 {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table.table036 td {
	vertical-align:middle;
	padding-bottom:0px;
	margin-bottom:0px;
}

@media screen and (max-width:1024px){

table.table036 td {
	vertical-align:top;
	padding-bottom:0px;
	padding-top:10px;
	margin-bottom:0px;
}

table.table036 td.mid {
	vertical-align:middle;
}


}


table.table037,
table.table03-2 {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

table.table037 td {
	vertical-align:top;
	padding-bottom:0px;
	margin-bottom:0px;
}

table.table037 td.mid {
	vertical-align:middle;
	padding-bottom:0px;
	margin-bottom:0px;
}

table.table037 td.mid img {
	margin-left:10px;
}

@media screen and (max-width:1024px){

table.table037 td {
	vertical-align:middle;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
}


}


table.table038,
table.table03-2 {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}


table.table038 td {
	vertical-align:top;
	padding-bottom:0px;
	margin-bottom:0px;
}

table.table038 td.mid {
	vertical-align:middle;
	padding-bottom:0px;
	margin-bottom:0px;
}

table.table038 td.mid img {
	margin-left:10px;
}

@media screen and (max-width:1024px){

table.table038 td {
	vertical-align:top;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	text-align:left;
}

table.table038 td img {
	float:left;
}


}



/* table04（th,td背景色付） */
table.table04 {
	border-collapse:separate;
	border-spacing:3px;
	border:0;
}

table.table04 th,
table.table04 td {
	padding:10px;
	vertical-align:top;
}

	table.table04 th {
		background-color:#BDD7EE;
		font-weight:normal;
		text-align:left;
	}

	table.table04 td {
		background-color:#F2F2F2;
	}

table.table04 td p {
	margin-bottom:0 !important;
}
	
table.table04 td p a {
	color:#000 !important;
}

@media screen and (max-width:1024px){
table.table04 th {
	width:100px !important;
	white-space:nowrap;
}

table.table04 td {
	word-break:break-all;
}
}

/*
---------------------------------------------------------------------------
その他
---------------------------------------------------------------------------*/
.btnMenu {
	width:100%;
	padding-top:30px;
	padding-bottom:20px;
	background-color:#F2F2F2;
}

.btnMenuIn {
	margin:0 auto;
	width:940px;
	text-align:center;
}

.btnMenu:after {
	content:"";
	display:block;
	clear:both;
}

@media screen and (min-width:769px){
.btnMenu {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
}

@media screen and (min-width:961px){
.btnMenu {
	width:100%;
}
}

@media screen and (max-width:1024px){
.btnMenuIn {
	width:100%;
}
}

.btnMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.btnMenu li {
	margin:0;
	padding:0;
}

.btnMenu li a {
	display:block;
	text-decoration:none;
}

.btnMenu img {
	border:none;
	vertical-align:bottom;
}

@media screen and (min-width:769px){
.btnMenu li {
	float:left;
	margin-left:19px;
}

.btnMenu li:first-child {
	margin-left:0px;
}

.btnMenu li:nth-child(2) {
	margin-left:18px;
}
}

@media screen and (max-width:1024px){
.btnMenu li {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	float:left;
	width:50%;
}

.btnMenu li:nth-child(odd) {
	padding-right:10px;
}

.btnMenu li:nth-child(even) {
	padding-left:10px;
}
}

@media screen and (max-width:500px){
.btnMenu ul {
	margin-left:15px;
	margin-right:15px;
}

.btnMenu li {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	float:left;
	width:50%;
}

.btnMenu img {
	width:100%;
	height:auto;
}
}

.boxHome {
	width:100%;
	margin-bottom:20px;
	padding-top:0px;
	padding-bottom:30px;
	background-color:#F2F2F2;
}

.boxHomeIn {
	margin:0 auto;
	width:940px;
	text-align:center;
}

@media screen and (min-width:769px){
.boxHome {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
}

@media screen and (min-width:961px){
.boxHome {
	width:100%;
}
}

@media screen and (max-width:1024px){
.boxHomeIn {
	width:100%;
}
}

.homeTit01 {
	font-size:27px;
	font-weight:normal;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.homeTxtBox {
	margin:auto;
	padding-top:15px;
	text-align:center;
	font-size:16px;
	line-height:180%;
	width:940px;
}

@media screen and (max-width:1024px){
.homeTit01 {
	font-size:27px;
	font-size:2.7rem;
	line-height:160%;
	font-weight:bold;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.homeTit01 .break {
	display:block;
	text-align:center;
}

.homeTxtBox {
	width:100%;
	text-align:left;
	padding:15px 50px 0 50px;
	font-size:16px;
	font-size:1.6rem;
}
}










.slicknav_menu {
	display:none;
}

#menu {
	display:none;
}

@media screen and (max-width:1112px){

#menu {
		display:none;
	}

.slicknav_menu {
		display:block;
	}




}





.www {
	width:100%;
	min-height:1000px;
	position:relative;
	margin:0px 0 0px 0;
}

.redzone {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-440px;
	margin-top:-252px;
	width:1481px;
	height:848px;
	background:url(img/logo2.png) no-repeat;
	background-size:cover;
	background-size: 880px;
}

.redzone01 {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-440px;
	margin-top:-252px;
	width:1481px;
	height:848px;
	background:url(img/logo2-1.png) no-repeat;
	background-size:cover;
	background-size: 880px;
	display:none;
}


.redzone03 {
	position:fixed;
	top:155px;
	left:50%;
	margin-left:-960px;
	margin-top:0px;
	width:1920px;
	height:668px;
	background:url(img/redzone03.png) no-repeat;
	background-size:cover;
}


h2.h2 img {
  width:100%;
  height:auto;
  max-width:1422px;
  margin-bottom:0px;
  display:none;
}

.redzone02 {
	position:fixed;
	top:88%;
	left:50%;
	margin-left:-17px;
	width:35px;
	height:74px;
	background:url(img/scroll.gif) no-repeat;
	background-size:cover;
	background-size: 30px;
}




@media screen and (max-width:1366px){
.www {
	width:100%;
	min-height:1366px;
	position:relative;
	margin:0px 0 0px 0;
}

.redzone {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-220px;
	margin-top:-115px;
	width:1481px;
	height:848px;
	background:url(img/logo2.png) no-repeat;
	background-size:cover;
	background-size: 440px;
	display:none;
}

.redzone01 {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-220px;
	margin-top:-115px;
	width:1481px;
	height:848px;
	background:url(img/logo2-1.png) no-repeat;
	background-size:cover;
	background-size: 440px;
	display:block;
}

.redzone03 {
	position:fixed;
	top:155px;
	left:0%;
	margin-left:0px;
	margin-top:0px;
	width:1920px;
	height:668px;
	background:url(img/redzone03.png) no-repeat;
	background-size:cover;
	display:none;
}

.redzone02 {
	position:fixed;
	top:88%;
	left:50%;
	margin-left:-17px;
	width:35px;
	height:74px;
	background:url(img/scroll.gif) no-repeat;
	background-size:cover;
	background-size: 30px;
}

	
}



@media screen and (max-width:1112px){
	.www {
	width:100%;
	min-height:1112px;
	position:relative;
	margin:0px 0 0px 0;
	}


.redzone {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-220px;
	margin-top:-115px;
	width:1481px;
	height:848px;
	background:url(img/logo2.png) no-repeat;
	background-size:cover;
	background-size: 440px;
	display:none;
}

.redzone01 {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-220px;
	margin-top:-115px;
	width:1481px;
	height:848px;
	background:url(img/logo2-1.png) no-repeat;
	background-size:cover;
	background-size: 440px;
	display:block;
}

.redzone02 {
	position:fixed;
	top:88%;
	left:50%;
	margin-left:-17px;
	width:35px;
	height:74px;
	background:url(img/scroll.gif) no-repeat;
	background-size:cover;
	background-size: 30px;
}





}


@media screen and (max-width:1024px){
	.www {
	width:100%;
	height:768px;
	position:relative;
	margin:0px 0 0px 0;
}


.redzone {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-331px;
	margin-top:-190px;
	width:663px;
	height:380px;
	background:url(img/logo2.png) no-repeat;
	background-size: cover;
	background-size: 663px;
	display:none;
}

.redzone01 {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-331px;
	margin-top:-190px;
	width:663px;
	height:380px;
	background:url(img/logo2-1.png) no-repeat;
	background-size: cover;
	background-size: 663px;
	display:block;
}

.redzone02 {
	position:absolute;
	top:88%;
	left:50%;
	margin-left:-17px;
	width:35px;
	height:74px;
	background:url(img/scroll.gif) no-repeat;
	background-size:cover;
	background-size: 30px;
}


h2.h2 img {
	  width:100%;
	  height:auto;
	  max-width:1366px;
	  margin-bottom:0px;
	  display:block;
	  margin-top:50px;
	}




}


@media screen and (max-width:414px){
.www {
	width:100%;
	height:414px;
	position:relative;
	margin:0px 0 0px 0;
}

.redzone {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-86px;
	width:300px;
	height:172px;
	background:url(img/logo2.png) no-repeat;
	background-size: cover;
	background-size: 300px;
	display:none;
}

.redzone01 {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-86px;
	width:300px;
	height:172px;
	background:url(img/logo2-1.png) no-repeat;
	background-size: cover;
	background-size: 300px;
	display:block;
}

.redzone02 {
	position:absolute;
	top:88%;
	left:50%;
	margin-left:-17px;
	width:35px;
	height:74px;
	background:url(img/scroll.gif) no-repeat;
	background-size:cover;
	background-size: 30px;
}

	
}


.wo_box {
	width:800px;
	overflow:hidden;
	line-height:180%;
	margin:40px auto 0 auto;
}

.wo_box img {
  width:100%;
  height:auto;
  max-width:680px;
}

.wo_box a:hover img {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.wo_box02 {
	width:380px;
	float:left;
	font-size:16px;
	font-size:1.6rem;
	overflow:hidden;
	line-height:180%;
	height:380px;
}

.wo_box02 img {
  width:100%;
  height:auto;
  max-width:380px;
  margin-bottom:5px;
}

.wo_box02 h5 {
	width:100%;
	border-bottom:2px solid #000;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:0;
	font-size:16px;
	font-size:1.6rem;
}

.wo_box03 {
	width:380px;
	float:right;
	font-size:16px;
	font-size:1.6rem;
	overflow:hidden;
	line-height:180%;
	height:380px;
}

.wo_box03 img {
  width:100%;
  height:auto;
  max-width:380px;
  margin-bottom:5px;
}

.wo_box03 h5 {
	width:100%;
	border-bottom:2px solid #000;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:0;
	font-size:16px;
	font-size:1.6rem;
}

.wom {
	margin-bottom:110px;
}




.wo_box04 {
	width:380px;
	float:left;
	font-size:16px;
	font-size:1.6rem;
	overflow:hidden;
	height:450px;
}

.wo_box04 img {
  width:100%;
  height:auto;
  max-width:380px;
  margin-bottom:5px;
}


.wo_box05 {
	width:380px;
	float:right;
	font-size:16px;
	font-size:1.6rem;
	overflow:hidden;
	height:450px;
}

.wo_box05 img {
  width:100%;
  height:auto;
  max-width:380px;
  margin-bottom:5px;
}






.wo_box06 {
	width:380px;
	float:left;
	font-size:16px;
	font-size:1.6rem;
	overflow:hidden;
	height:380px;
}

.wo_box06 img {
  width:100%;
  height:auto;
  max-width:380px;
  margin-bottom:0px;
}


.wo_box07 {
	width:380px;
	float:right;
	font-size:16px;
	font-size:1.6rem;
	overflow:hidden;
	height:380px;
}

.wo_box07 img {
  width:100%;
  height:auto;
  max-width:380px;
  margin-bottom:0px;
}




@media only screen and (max-width: 768px) {

.wo_box {
	width:100%;
	float:none;
	font-size:120%;
	box-sizing: border-box;
	padding:0 10px 0 10px;
	line-height:200%;
	margin:0px auto 0 auto;
}

.wo_box img {
  width:100%;
  height:auto;
  max-width:1000px;
  margin-bottom:5px;
}

.wo_box02 {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	line-height:180%;
}

.wo_box03 {
	width:100%;
	float:right;
	height:auto;
	overflow:hidden;
	line-height:180%;
}

.wo_box04 {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	line-height:140%;
}

.wo_box05 {
	width:100%;
	float:right;
	height:auto;
	overflow:hidden;
	line-height:140%;
}

.wom {
	margin-bottom:40px;
}

}


.flo_box {
	width:1000px;
	font-size:120%;
	overflow:hidden;
	line-height:180%;
	margin:0 auto;
}

.flo_box img {
  width:100%;
  height:auto;
  max-width:680px;
}

.flo_box2 {
	width:1000px;
	font-size:120%;
	overflow:hidden;
	line-height:180%;
	margin:0 auto 40px auto;
}

.flo_box1 {
	width:1000px;
	font-size:120%;
	overflow:hidden;
	line-height:180%;
	margin:0 auto;
	text-align:center;
}

.flo_box1 img {
  width:100%;
  height:auto;
  max-width:680px;
}

.flo_h3 {
	margin-bottom:0px;
	padding-bottom:0;
	border-bottom:1px solid #000;
}

.flo_h32 {
	margin-bottom:0px;
	padding-bottom:0;
	border-bottom:1px solid #000;
	text-align:left;
}

.flo_box01 {
	width:1000px;
	float:left;
}

.flo_box01 dl {
	width:1000px;
	float:left;
	border-bottom:1px dotted #1a1a1a;
	margin-bottom:20px;
	padding-bottom:20px;
}

.flo_box01 dl dt {
	width:775px;
	margin-left:25px;
	display:inline;
	float:left;
}

.flo_box01 dl dd {
	width:135px;
	float:right;
	text-align:right;
	margin-right:25px;
}

.flo_box02 {
	width:1000px;
	text-align:center;
	margin:0 auto 20px auto;
}

.flo_box03 dl {
	width:1000px;
	float:left;
	border-bottom:1px dotted #1a1a1a;
	margin-bottom:30px;
	padding-bottom:20px;
}

.flo_box03 dl dt {
	width:540px;
	margin-left:25px;
	display:inline;
	float:left;
}

.flo_box03 dl dd {
	width:84px;
	float:right;
}



.flo_box01-2 {
	width:1000px;
	float:left;
}

.flo_box01-2 dl {
	width:1000px;
	float:left;
	border-bottom:1px dotted #1a1a1a;
	margin-bottom:20px;
	padding-bottom:20px;
}

.flo_box01-2 dl dt {
	width:775px;
	margin-left:25px;
	display:inline;
	float:left;
}

.flo_box01-2 dl dd {
	width:135px;
	float:right;
	text-align:right;
	margin-right:25px;
}


.flo_h3-2 {
	margin-bottom:0px;
	padding-bottom:0;
	border-bottom:1px solid #000;
	margin-top:40px;
}


.flo_h3-3 {
	margin-bottom:0px;
	padding-bottom:0;
	border-bottom:1px solid #000;
	margin-top:0px;
}


@media only screen and (max-width: 768px) {

.flo_box {
	width:100%;
	float:none;
	box-sizing: border-box;
	padding:0 10px 0 10px;
	line-height:180%;
	font-size:14px;
}

.flo_box img {
  width:100%;
  height:auto;
  max-width:1000px;
  margin-bottom:0px;
}

.flo_box2 {
	width:100%;
	float:none;
	box-sizing: border-box;
	padding:0 0px 0 0px;
	line-height:180%;
	font-size:14px;
}

.flo_box1 {
	width:100%;
	float:none;
	box-sizing: border-box;
	padding:0 10px 0 10px;
	line-height:180%;
	font-size:14px;
}

.flo_box1 img {
  width:100%;
  height:auto;
  max-width:1000px;
  margin-bottom:0px;
}

.flo_h3 {
	float:none;
	margin-bottom:0px;
	padding-bottom:0;
}


.flo_h3-2 {
	float:none;
	margin-bottom:0px;
	padding-bottom:0;
	margin-top:0;
}

.flo_h3-3 {
	float:none;
	margin-bottom:20px;
	padding-bottom:0;
	margin-top:0;
	width:100%;
}


.flo_h32 {
	float:none;
	margin-bottom:0px;
	padding-bottom:0;
	text-align:left;
}

.flo_box01 {
	width:100%;
	float:none;
}

.flo_box01 dl {
	width:100%;
	float:left;
	border-bottom:1px dotted #1a1a1a;
	margin-bottom:20px;
	padding-bottom:20px;
}

.flo_box01 dl dt {
	width:65%;
	margin-left:0px;
	display:inline;
	float:left;
}

.flo_box01 dl dd {
	width:20%;
	float:right;
	text-align:right;
	padding-right:0px;
	margin-right:0;
}

.flo_box02 {
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:20px;
}

.flo_box02 img {
  height:auto;
  max-width:23px;
}


.flo_box01-2 {
	width:100%;
	float:none;
}

.flo_box01-2 dl {
	width:100%;
	float:left;
	border-bottom:1px dotted #1a1a1a;
	margin-bottom:40px;
	padding-bottom:20px;
}

.flo_box01-2 dl dt {
	width:65%;
	margin-left:0px;
	display:inline;
	float:left;
}

.flo_box01-2 dl dd {
	width:20%;
	float:right;
	text-align:right;
	padding-right:0px;
	margin-right:0;
}


}


.reder {
	color:#CC0000;
}

.con_box {
	width:1000px;
	overflow:hidden;
	margin:0 auto 40px auto;
	border-top:0px dotted #1a1a1a;

}

#contact-form {
width:1000px;
float:left;
}

#contact-form dl{
width:1000px;
border-bottom:1px dotted #1a1a1a;
float:left;
padding:20px 0 40px 0;
}

#contact-form dl.no{
width:1000px;
border-bottom:0px dotted #1a1a1a;
float:left;
padding:20px 0 40px 0;
}

#contact-form dt{
width:200px;
float:left;
}

#contact-form dt span{
font-weight:bold;
color:#CC0000;
}

#contact-form dd{
width:760px;
float:left;
}

#contact-form dd p{
float:left;
margin:0 10px 0 0;
}

#contact-form dd ul{
width:100%;
float:left;
list-style-type:none;
}

#contact-form dd li{
width:100%;
float:left;
}

#contact-form dd li p{
width:80px;
float:left;
margin:0px;
}

#contact-form dd li input{
margin:5px 0 0 0;
float:left;
}

#contact-form dd ul#privacy{
width:740px;
height:300px;
overflow:auto;
float:left;
list-style-type:none;
margin:0 0 20px 0;
background-color:#f6f6f6;
padding:10px 10px 0 10px;
}

#contact-form dd ul#privacy li{
width:700px;
margin:0 0 20px 0;
float:left;
}

#contact-form dd ul#privacy li.em3{
width:700px;
margin:0 0 5px 0;
float:left;
padding-left:1em;
text-indent:-1em;
}

#contact-form dd ul#privacy li.em4{
width:700px;
margin:0 0 20px 0;
float:left;
padding-left:1em;
text-indent:-1em;
}

#contact-button {
width:1000px;
float:left;
margin:10px 0 25px 0;
}

#contact-button input{
width:800px;
margin:0 0 0 100px;
}

#contact-button button{
width:800px;
margin:0 0 0 100px;
}

#contact-box01 {
width:590px;
float:left;
}

#contact-box01 dt{
width:260px;
text-align:right;
float:right;
}

#contact-box01 dd{
width:330px;
float:left;
}

#contact-box01 dd ul{
margin:0 0 20px 0;
list-style-type:none;
}

#contact-box01 dd li{
background-image:url(../icon05.jpg);
background-repeat:no-repeat;
background-position:0 50%;
text-indent:20px;
color:#FE9900;
font-weight:bold;
letter-spacing:2px;
}

#contact-tel{
margin:0px 0px 0px 0;
text-align:left;
}

.res {
	display:block;
}

.res2 {
	display:none;
}

#contact-form a{
	text-decoration:none;
}



@media only screen and (max-width: 768px) {
.con_box {
	width:100%;
	float:none;
}


#contact-form {
width:100%;
float:none;
}

#contact-form input {
	width:80%;
}

#contact-form input.n01 {
	width:50%;
}

#contact-form input.wid {
	width:auto;
}

#contact-form input.wid2 {
	width:100%;
}

#contact-form button.wid2 {
	width:100%;
}

#contact-form textarea {
	width:80%;
}

#contact-form dl{
float:none;
border-bottom:1px dotted #1a1a1a;
float:none;
padding:20px 0;
line-height:220%;
width:100%;
}

#contact-form dl.no{
float:none;
border-bottom:0px dotted #1a1a1a;
float:none;
padding:20px 0;
line-height:220%;
width:100%;
}

#contact-form dt{
width:100%;
float:none;
font-weight:bold;
margin-bottom:10px;
}

#contact-form dt span{
font-weight:bold;
color:#CC0000;
}

#contact-form dd{
width:100%;
float:none;
margin:0;
padding:0;
}

#contact-form dd p{
float:none;
margin:0 0px 0 0;
}

#contact-form dd ul{
width:100%;
float:none;
list-style-type:none;
}

#contact-form dd li{
width:100%;
float:none;
}

#contact-form dd li p{
width:100%;
float:none;
margin:0px;
}

#contact-form dd li input{
margin:5px 0 0 0;
float:none;
}

#contact-form dd ul#privacy{
max-width:100%;
height:200px;
overflow:auto;
float:none;
list-style-type:none;
margin:0 0 20px 0;
background-color:#f6f6f6;
}

#contact-form dd ul#privacy li{
width:auto;
margin:0 0 20px 0;
float:none;
line-height:120%;
}

#contact-form dd ul#privacy li.em3{
width:auto;
margin:0 0 5px 0;
float:none;
line-height:120%;
padding-left:1em;
text-indent:-1em;
}

#contact-form dd ul#privacy li.em4{
width:auto;
margin:0 0 20px 0;
float:none;
line-height:120%;
padding-left:1em;
text-indent:-1em;
}

#contact-button {
width:100%;
float:none;
margin:10px 0 25px 0;
}

#contact-button input{
width:100%;
margin:0 0 0 0px;
}

#contact-button button{
width:100%;
margin:0 0 0 0px;
}


#contact-box01 {
width:100%;
float:none;
}

#contact-box01 dt{
width:100%;
text-align:right;
float:none;
}

#contact-box01 dd{
width:100%;
float:none;
}

#contact-box01 dd ul{
margin:0 0 20px 0;
list-style-type:none;
}

#contact-box01 dd span {
	width:100%;
}

#contact-box01 dd li{
background-image:url(../icon05.jpg);
background-repeat:no-repeat;
background-position:0 50%;
text-indent:0px;
color:#FE9900;
font-weight:bold;
letter-spacing:2px;
}

#contact-tel{
margin:0px 0px 0px 0;
text-align:left;
}

.res {
	display:none;
}

.res2 {
	display:block;
}

.none {
	display:none;
}

}

@media only screen and (max-width: 320px) {
#contact-form dd ul#privacy{
max-width:100%;
height:200px;
overflow:auto;
float:none;
list-style-type:none;
margin:0 0 20px 0;
background-color:#f6f6f6;
padding-right:90px;
}

#contact-form input {
	width:80%;
}

#contact-form input.wid {
	width:auto;
}

#contact-form textarea {
	width:80%;
}


}

@media only screen and (max-width: 375px) {
#contact-form dd ul#privacy{
max-width:100%;
height:200px;
overflow:auto;
float:none;
list-style-type:none;
margin:0 0 20px 0;
background-color:#f6f6f6;
padding-right:30px;
}

#contact-form input {
	width:80%;
}

#contact-form input.wid {
	width:auto;
}

#contact-form textarea {
	width:80%;
}

}



.si_box01 {
	width:100%;
	margin-left:20px;
	display:inline;
}

.si_box01 ul {
	list-style-type:none;
}

.si_box01 ul li {
	margin-bottom:20px;
	width:100%;
}

.si_box01 ul li.em {
	margin-left:20px;
}

.si_box01 ul li.em2 {
	margin-left:40px;
}

@media only screen and (max-width: 768px) {

.si_box01 {
	width:100%;
	margin-left:20px;
	display:inline;
}

.si_box01 ul {
	list-style-type:none;
}

.si_box01 ul li {
	margin-bottom:20px;
}

.si_box01 ul li.em {
	margin-left:20px;
}

.si_box01 ul li.em2 {
	margin-left:40px;
}

}


.li_box01 {
	width:1000px;
	float:left;
	border-top:1px dotted #1a1a1a;
	padding-top:0px;
}

.li_box01 dl {
	width:1000px;
	float:left;
	border-bottom:1px dotted #1a1a1a;
	margin-bottom:0px;
	padding-bottom:10px;
}

.li_box01 dl dt {
	width:180px;
	margin-left:25px;
	display:inline;
	float:left;
}

.li_box01 dl dd {
	width:700px;
	float:right;
}

table.tab3{
	border-collapse:collapse;
	border:0px solid #cccccc;
}
	
table.tab3 td{
	border-bottom:0px solid #cccccc;
	padding:0 40px 40px 0px;
	text-align:left;
	vertical-align:top;
}

table.tab3 th{
	padding:0 20px 20px 0px;
	background-color:none;
	text-align:left;
	line-height:180%;
	font-weight:lighter;
}

.inside_box05 {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0 auto 0px auto;
	font-size:16px;
	font-size:1.6rem;
}

@media only screen and (max-width: 768px) {
.li_box01 {
	width:100%;
	float:left;
	border-top:1px dotted #1a1a1a;
	padding-top:0px;
}

.li_box01 dl {
	width:100%;
	float:left;
	border-bottom:1px dotted #1a1a1a;
	margin-bottom:0px;
	padding-bottom:10px;
}

.li_box01 dl dt {
	width:100%;
	margin-left:0px;
	display:inline;
	float:left;
	margin-bottom:10px;
}

.li_box01 dl dd {
	width:100%;
	float:right;
}

table.tab3 td{
	border-bottom:0px solid #cccccc;
	padding:0 20px 20px 0px;
	text-align:left;
	vertical-align:top;
}

.inside_box05 {
	width:100%;
	height:auto;
	text-align:left;
	margin:0 auto 0px auto;
	font-size:16px;
	font-size:1.6rem;
}

}

.news_box {
	width:1000px;
	float:left;
	overflow:hidden;
	line-height:180%;
	margin:0 auto;
}

@media only screen and (max-width: 959px) {
.news_box {
	width:100%;
	float:none;
	line-height:180%;
}

}


.abo_box {
	font-size:24px;
	font-size:2.4rem;
	margin-left:10px;
	margin-right:10px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height:1.6;
	width:100%;
	font-weight:bold;
}



.wakuWrap {
	width:100%;
	border:1px #BFBFBF solid;
	background-color:#F2F2F2;
	padding:12px;
}

.wakuIn {
	background-color:#FFF;
	padding:18px;
	font-size:16px;
	font-size:1.6rem;
}

.wakuIn .title {
	color:#ED7D31;
	font-size:27px;
	font-size:2.7rem;
	margin-bottom:19px;
	padding-bottom:15px;
	border-bottom:1px #ED7D31 solid;
	line-height:120%;
}

.wakuIn table {
	font-size:14px;
	font-size:1.4rem;
}

.neme {
	font-size:16px;
	font-size:1.6rem;
}

.interview {
	font-size:15px;
	font-size:1.5rem;
}

/*
---------------------------------------------------------------------------
pagetop
---------------------------------------------------------------------------*/
.pagetop {
	margin-bottom:20px;
	text-align:right;
	font-size:12px;
	font-size:1.2rem;
}

.pagetop a {
	color:#7F7F7F !important;
	text-decoration:none;
}

.s2v {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}

/*
inline
---------------------------------------------------------------------------*/
.inlineR {
	text-align:right;
}

.inlineC {
	text-align:center;
}

.fltL {
	float:left;
}

.fltR {
	float:right;
}


.footer-menu {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    opacity: 1!important;
}

.footer-menu a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}

.footer-menu a:hover {
	text-decoration:none;
}


@media screen and (max-width:1024px){
li.fm {
    float: left;
    width: 100%;
    background: ;
    text-align: left;
    border: 0px solid black;
    border-radius: 0px;
    padding: 0%;
    margin-right: 0px;
	list-style-type:none;
}
.footer-menu {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0px;
    opacity: 1!important;
}
.sysFuncText.footermenu {
    max-width: 100%!important;
    margin-left: 0!important;
}
}
@media screen and (max-width:1024px){
.footer-menu {
    left: 10px;
}
li.fm {
    padding: 0%;
}
}


#toTop2 img {
		width:83%;
		height:83%;
	}


@media screen and (max-width:1024px){
	#toTop2 img {
		width:50%;
		height:50%;
	}
}



@media screen and (max-width:1024px){
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
border:0px solid #79634D;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}


h4.dev {
	border-bottom:0px solid #422321;
	padding-bottom:0px;
	margin-bottom:5px;
	color:#422321;
	width:1000px;
}

.pla_box01 {
	width:100%;
	border:3px solid #422321;
	padding:15px;
	
}

.pla_box02 {
	width:340px;
	float:left;
}

.pla_box02 img {
	max-width:320px;
	height:auto;
}

.pla_box03 {
	width:660px;
	float:right;
}

.pla_box03 p {
	margin-bottom:10px;
}

.pla_box03 img {
	max-width:1219px;
	height:auto;
}

@media screen and (max-width:1024px){
h4.dev {
	border-bottom:0px solid #422321;
	padding-bottom:0px;
	margin-bottom:5px;
	color:#422321;
	width:100%;
}

.pla_box02 {
	width:100%;
	float:none;
	text-align:center;
}

.pla_box02 img {
	max-width:512px;
	max-height:342px;
	margin-bottom:20px;
}


.pla_box03 {
	width:100%;
	float:none;
	text-align:left;
}

.pla_box03 p {
	margin-bottom:20px;
}

.pla_box03 img {
	max-width:1219px;
	height:auto;
}

}


.pla_box {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0 auto 20px auto;
	padding-bottom:20px;
	font-size:16px;
	font-size:1.6rem;
	overflow:hidden;
	border-bottom:1px dotted #422321;
}

@media screen and (max-width:1024px){
.pla_box {
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
	padding-bottom:30px;
	font-size:13px;
	font-size:1.3rem;
	overflow:hidden;
	border-bottom:3px dotted #422321;
}
}

.pla_box2 {
	width:1000px;
	height:auto;
	text-align:left;
	margin:0 auto 110px auto;
	font-size:16px;
	font-size:1.6rem;
	overflow:hidden;
}

@media screen and (max-width:1024px){
.pla_box2 {
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:13px;
	font-size:1.3rem;
	overflow:hidden;
}
}


.flower_box {
	width:1000px;
	text-align:center;
	content: "";
    clear: both;
    display: block;
	margin:0 auto 40px auto;
	padding-bottom:0px;
}

.flower_box01 {
	width:33%;
	text-align:center;
	border:1px solid #422321;
	display:inline-block;
	margin-bottom:3px;
	padding:20px 10px 10px 10px;
	float:left;
	margin-right:3px;
}

.flower_box01 img {
	width:70%;
	height:auto;
}

.flower_box02 {
	width:33%;
	text-align:center;
	border:1px solid #422321;
	float:left;
	margin-bottom:3px;
	padding:20px 10px 10px 10px;
	margin-right:3px;
}

.flower_box02 img {
	width:70%;
	height:auto;
}

.flower_box03 {
	width:33%;
	text-align:center;
	border:1px solid #422321;
	float:left;
	margin-bottom:3px;
	padding:20px 10px 10px 10px;
}

.flower_box03 img {
	width:70%;
	height:auto;
}



.flower_box05 {
	width:33%;
	text-align:center;
	border:1px solid #422321;
	float:left;
	margin-bottom:3px;
	padding:10px 10px 10px 10px;
	margin-right:3px;
}

.flower_box05 img {
	width:70%;
	height:auto;
}


@media screen and (max-width:768px){
	.flower_box {
	width:100%;
	text-align:center;
	margin:0 auto 20px auto;
}

.flower_box01 {
	width:48%;
	text-align:center;
	border:1px solid #422321;
	display:inline-block;
	margin-bottom:15px;
	float:left;
	margin-right:0px;
	padding:20px 10px 10px 10px;
}


.flower_box02 {
	width:48%;
	text-align:center;
	border:1px solid #422321;
	display:inline-block;
	margin-bottom:15px;
	float:right;
	margin-right:0px;
	padding:20px 10px 10px 10px;
}

.flower_box03 {
	width:48%;
	text-align:center;
	border:1px solid #422321;
	display:inline-block;
	margin-bottom:15px;
	float:left;
	padding:20px 10px 10px 10px;
}

.flower_box01 img {
	width:70%;
	height:auto;
}

.flower_box02 img {
	width:70%;
	height:auto;
}

.flower_box03 img {
	width:70%;
	height:auto;
}


.flower_box05 {
	width:48%;
	text-align:center;
	border:1px solid #422321;
	display:inline-block;
	margin-bottom:15px;
	float:right;
	margin-right:0px;
	padding:10px 10px 10px 10px;
}

.flower_box05 img {
	width:70%;
	height:auto;
}


}


.flower_box04 {
	width:1000px;
	text-align:left;
	content: "";
    clear: both;
    display: block;
	margin:0 auto 40px auto;
	padding-bottom:0px;
	font-size:18px;
	font-size:1.8rem;
}

@media screen and (max-width:768px){
	.flower_box04 {
	width:100%;
	text-align:left;
	margin:0 auto 20px auto;
}
}





/* ローディング関係ない部分のCSS */

 
/* ローディングの背景部分のCSS */
.loader{
  background:#C8385B;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:1000;
}
 
/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background:#fff;
  -webkit-animation:load1 1s infinite ease-in-out;
  animation:load1 1s infinite ease-in-out;
  width:1em;
  height:4em;
}
.loader-animation {
  height:10px;
  left:50%;
  margin:-5px 0 0 -5px;
  position:absolute;
  top:50%;
  width:10px;
  color:#fff;
  text-indent:-9999em;
  font-size:10px;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-animation-delay:-0.16s;
  animation-delay:-0.16s;
}
.loader-animation:before,
.loader-animation:after {
  position:absolute;
  top:0;
  content:'';
}
.loader-animation:before {
  left:-1.5em;
  -webkit-animation-delay:-0.32s;
  animation-delay:-0.32s;
}
.loader-animation:after {
  left:1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}





#slide-div2 div {
    height: 316px;
	overflow:hidden;
	margin-bottom:80px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:0;
}


@media screen and (max-width:1024px){
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:30px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:0;
	margin-top:10px;
}
}


@media screen and (max-width:768px){
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:40px;
	margin-top:10px;
}
}


@media screen and (max-width:414px){
	
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:40px;
	margin-top:10px;
}
}

@media screen and (max-width:375px){
	
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:40px;
	margin-top:10px;
}
}

@media screen and (max-width:360px){
	
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:40px;
	margin-top:10px;
}
}


@media screen and (max-width:320px){
	
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:40px;
	margin-top:20px;
}
}

.abo_box1 {
	width:100%;
	text-align:center;
	padding:0px 20px 40px 20px;
	margin:0 0 60px 0;
}

.abo_box2 {
	width:640px;
	margin:0 auto 0px auto;
}

.abo_box3 {
	width:200px;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3 img {
	margin-top:30px;
	margin-bottom:10px;
	max-width:30%;
	height:auto;
}

.abo_box3r {
	width:200px;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3r img {
	margin-top:30px;
	margin-bottom:10px;
	max-width:30%;
	height:auto;
}


.abo_box3-1 {
	width:200px;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-1 img {
	margin-top:55px;
	margin-bottom:10px;
	max-width:50%;
	height:auto;
}

.abo_box3-2 {
	width:200px;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-2 img {
	margin-top:45px;
	margin-bottom:10px;
	max-width:50%;
	height:auto;
}

.abo_box3-2r {
	width:200px;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-2r img {
	margin-top:45px;
	margin-bottom:10px;
	max-width:50%;
	height:auto;
}

.abo_box3-3 {
	width:200px;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:0px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-3 img {
	margin-top:50px;
	margin-bottom:10px;
	max-width:50%;
	height:auto;
}


.abo_box4 {
	width:200px;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:0px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box4 img {
	margin-top:30px;
	margin-bottom:10px;
	max-width:30%;
	height:auto;
}

.abo_box5 {
	margin-top:60px;
	width:500px;
	float:left;
}


@media screen and (max-width:1024px){
	.abo_box1 {
	width:100%;
	text-align:center;
	padding:0px 20px 40px 20px;
	margin:0 0 60px 0;
}

.abo_box2 {
	width:640px;
	margin:0 auto 0px auto;
}

.abo_box3 {
	width:200px;
	height:240px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3 img {
	margin-top:30px;
	margin-bottom:10px;
	max-width:30%;
	height:auto;
}

.abo_box3r {
	width:200px;
	height:240px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3r img {
	margin-top:30px;
	margin-bottom:10px;
	max-width:30%;
	height:auto;
}


.abo_box3-1 {
	width:200px;
	height:240px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-1 img {
	margin-top:55px;
	margin-bottom:10px;
	max-width:50%;
	height:auto;
}

.abo_box3-2 {
	width:200px;
	height:240px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-2 img {
	margin-top:45px;
	margin-bottom:10px;
	max-width:50%;
	height:auto;
}

.abo_box3-2r {
	width:200px;
	height:240px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:66px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-2r img {
	margin-top:45px;
	margin-bottom:10px;
	max-width:50%;
	height:auto;
}

.abo_box3-3 {
	width:200px;
	height:240px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:0px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-3 img {
	margin-top:50px;
	margin-bottom:10px;
	max-width:50%;
	height:auto;
}


.abo_box4 {
	width:200px;
	height:240px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:0px;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box4 img {
	margin-top:30px;
	margin-bottom:10px;
	max-width:30%;
	height:auto;
}

.abo_box5 {
	margin-top:60px;
	width:500px;
	float:left;
}



}


@media screen and (max-width:834px){
	.abo_box1 {
	width:100%;
	text-align:center;
	padding:0px 20px 0px 20px;
	margin:0 0 60px 0;
}

.abo_box2 {
	width:100%;
	margin:0 auto 0 auto;
}



.abo_box3 {
	width:25%;
	height:180px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3 img {
	margin-top:20px;
	margin-bottom:0px;
	width:50%;
	height:auto;
}

.abo_box3r {
	width:25%;
	height:180px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3r img {
	margin-top:20px;
	margin-bottom:0px;
	width:50%;
	height:auto;
}


.abo_box3-1 {
	width:25%;
	height:180px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-1 img {
	margin-top:55px;
	margin-bottom:10px;
	width:70%;
	height:auto;
}

.abo_box3-2 {
	width:25%;
	height:180px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-2 img {
	margin-top:40px;
	margin-bottom:0px;
	width:70%;
	height:auto;
}

.abo_box3-2r {
	width:25%;
	height:180px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-2r img {
	margin-top:40px;
	margin-bottom:0px;
	width:70%;
	height:auto;
}

.abo_box3-3 {
	width:25%;
	height:180px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-3 img {
	margin-top:40px;
	margin-bottom:0px;
	width:70%;
	height:auto;
}


.abo_box4 {
	width:25%;
	height:180px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box4 img {
	margin-top:20px;
	margin-bottom:0px;
	width:50%;
	height:auto;
}

.abo_box5 {
	margin-top:60px;
	width:45%;
	float:left;
}



}


@media screen and (max-width:767px){
	.abo_box1 {
	width:100%;
	text-align:center;
	padding:0px 20px 0px 20px;
	margin:0 0 60px 0;
}

.abo_box2 {
	width:100%;
	margin:0 auto 0 auto;
}



.abo_box3 {
	width:45%;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:10%;
	margin-left:0;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3 img {
	margin-top:20px;
	margin-bottom:0px;
	width:50%;
	height:auto;
}

.abo_box3r {
	width:45%;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:0;
	margin-left:0;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3r img {
	margin-top:20px;
	margin-bottom:0px;
	width:50%;
	height:auto;
}


.abo_box3-1 {
	width:45%;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:10%;
	margin-left:0;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-1 img {
	margin-top:55px;
	margin-bottom:10px;
	width:70%;
	height:auto;
}

.abo_box3-2 {
	width:45%;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:10%;
	margin-left:0;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-2 img {
	margin-top:40px;
	margin-bottom:0px;
	width:70%;
	height:auto;
}

.abo_box3-2r {
	width:45%;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:0;
	margin-left:0;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-2r img {
	margin-top:40px;
	margin-bottom:0px;
	width:70%;
	height:auto;
}

.abo_box3-3 {
	width:45%;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:0px;
	margin-left:0;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box3-3 img {
	margin-top:40px;
	margin-bottom:0px;
	width:70%;
	height:auto;
}


.abo_box4 {
	width:45%;
	height:170px;
	padding:0 0 0 0;
	background:#FFF;
	text-align:center;
	margin-right:0px;
	margin-left:0;
	margin-bottom:30px;
	float:left;
	border:2px solid #ccc;
}

.abo_box4 img {
	margin-top:20px;
	margin-bottom:0px;
	width:50%;
	height:auto;
}

.abo_box5 {
	margin-top:10px;
	width:45%;
	float:left;
}

}

.rec_box01 {
	width:100%;
	background:url(img/rec_img01.jpg) no-repeat right top;
	background-position:0% 50%;
	height:auto;
	margin-bottom:80px;
}

.rec_box02 {
	width:600px;
	background:#4463FD;
	color:#FFF;
	margin:0 0 0 300px;
	font-size:18px;
	padding:40px;
	border-right:20px solid #3F2BFD;
	border-radius: 10px 10px 10px 10px;
	line-height:1.4;
}

.rec_box02 img {
	margin-bottom:20px;
}

@media screen and (max-width:1680px){
	.rec_box01 {
	width:100%;
	background:url(img/rec_img01.jpg) no-repeat;
	background-position:55% 50%;
	height:auto;
	margin-bottom:80px;
}

.rec_box02 {
	width:600px;
	background:#4463FD;
	color:#FFF;
	margin:0 0 0 100px;
	font-size:18px;
	padding:40px;
	border-right:20px solid #3F2BFD;
}

.rec_box02 img {
	margin-bottom:20px;
}
}

@media screen and (max-width:1024px){
	.rec_box01 {
	width:100%;
	background:none;
	background-position:55% 50%;
	height:auto;
	margin-bottom:40px;
}

.rec_box02 {
	width:100%;
	background:#4463FD;
	color:#FFF;
	margin:0 0 0 0px;
	font-size:14px;
	padding:40px;
	border-right:20px solid #3F2BFD;
}

.rec_box02 img {
	margin-bottom:20px;
}
	
}


.rep {
	width:100%;
	text-align:center;
	margin-bottom:40px;
	display:table-cell;
	vertical-align:middle;
}

.rep span {
	display:block;
	margin-bottom:60px;
}

.rep span.btm {
	display:block;
	margin-bottom:0px;
}

.rep h3 {
	text-align:center;
	font-size:18px;
	font-weight:lighter;
	display: inline-block;
  position: relative;
  background:url(img/pdf.png) no-repeat 0 50%;
  background-size:24px 30px;
  padding:5px 0 3px 35px;
}

.rep h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}



.rep h3.n02 {
	text-align:center;
	font-size:18px;
	font-weight:lighter;
	display: inline-block;
  position: relative;
  background:url(img/pdf.png) no-repeat 0 50%;
  background-size:24px 30px;
  padding:5px 0 3px 35px;
  margin-bottom:20px;
}

.rep h3.n02:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}


.rep_box01 {
	width:600px;
	margin:0 auto 50px auto;
	height:200px;
	background:#FFF;
	display:table;
	vertical-align:middle;
	border:1px solid #CCC;
	line-height:1.4;
}

.rep_box01_1 {
	width:600px;
	margin:0 auto 10px auto;
	height:200px;
	background:#FFF;
	display:table;
	vertical-align:middle;
	border:1px solid #CCC;
	line-height:1.4;
}

.rep_box01_2 {
	width:600px;
	margin:0 auto 10px auto;
	height:auto;
	background:#FFF;
	display:table;
	vertical-align:middle;
	border:1px solid #CCC;
	line-height:1.4;
	padding:30px 0 30px 0;
}

.rep_box02 {
	width:600px;
	margin:0 auto 100px auto;
	height:auto;
	background:#FFF;
	display:table;
	vertical-align:middle;
	border:0px solid #CCC;
	line-height:1.4;
	font-size:16px;
	text-align:center;
}

@media screen and (max-width:1024px){
	.rep {
	width:100%;
	text-align:center;
	margin-bottom:40px;
	display:table-cell;
	vertical-align:middle;
}

.rep h3 {
	text-align:center;
	font-size:18px;
	font-weight:lighter;
	display: inline-block;
  position: relative;
  background:url(img/pdf.png) no-repeat 0 50%;
  background-size:24px 30px;
  padding:5px 0 5px 35px;
}

.rep_box01 {
	width:100%;
	margin:0 auto 20px auto;
	height:150px;
	background:#FFF;
	display:table;
	vertical-align:middle;
	border:1px solid #CCC;
	padding:0 20px 0 20px;
}


.rep_box01_1 {
	width:100%;
	margin:0 auto 10px auto;
	height:150px;
	background:#FFF;
	display:table;
	vertical-align:middle;
	border:1px solid #CCC;
	padding:0 20px 0 20px;
}

.rep_box01_2 {
	width:100%;
	margin:0 auto 10px auto;
	height:auto;
	background:#FFF;
	display:table;
	vertical-align:middle;
	border:1px solid #CCC;
	padding:30px 20px 30px 20px;
}

.rep_box02 {
	width:100%;
	margin:0 auto 100px auto;
	height:auto;
	background:#FFF;
	display:table;
	vertical-align:middle;
	border:0px solid #CCC;
	line-height:1.4;
	font-size:16px;
	text-align:center;
}


.rep h3.n02 {
	text-align:center;
	font-size:18px;
	font-weight:lighter;
	display: inline-block;
  position: relative;
  background:url(img/pdf.png) no-repeat 0 50%;
  background-size:24px 30px;
  padding:5px 0 3px 35px;
  margin-bottom:30px;
}


	
}

.cal_box01 {
	width:640px;
	margin:0 auto 50px auto;
}

.cal_box01 img {
	width:640px;
	height:auto;
}

.cal_box01 a {
	pointer-events: none;
}

@media screen and (max-width:1024px){
	.cal_box01 {
	width:100%;
	margin:0 auto 50px auto;
}

.cal_box01 img {
	width:100%;
	height:auto;
}
}

.con_box01 {
	width:1000px;
	height:auto;
	margin:0 auto 120px auto;
}

.con_box01 img {
	width:100%;
	height:auto;
}

@media screen and (max-width:1024px){
	.con_box01 {
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

.con_box01 img {
	width:100%;
	height:auto;
}
}

.pri_box06 {
	width:640px;
	margin:0 auto 80px auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.4;
}

.pri_box06 h3 {
	font-size:26px;
	font-size:2.6rem;
	font-weight:lighter;
	display: inline-block;
  position: relative;
  color:#000;
  width:640px;
  text-align:center;
  margin-bottom:40px;
}

.pri_box06 span {
		margin-left:1em;
		text-indent:-1em;
		display:block;
	}

.pri_box06 h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}


@media screen and (max-width:1024px){
	.pri_box06 {
	width:100%;
	margin:0 auto 60px auto;
	}
	
	.pri_box06 span {
		margin-left:1em;
		text-indent:-1em;
		display:block;
	}
	
	.pri_box06 h3 {
	font-size:18px;
	font-size:1.8rem;
	font-weight:lighter;
	display: inline-block;
  position: relative;
  color:#000;
  width:100%;
  text-align:center;
  margin-bottom:40px;
}
}




.flink_bg {
	width:100%;
	background:url(img/flink_bg.png) repeat-x center top;
}
.flink {
	width:1000px;
	height:200px;
	margin:0 auto;
}

@media screen and (max-width:1024px){
	.flink_bg {
	width:100%;
	background:url(img/flink_bg.png) repeat-x center top;
}
.flink {
	width:100%;
	height:auto;
	margin:0 auto;
}

.flink img {
	max-width:100%;
	height:auto;
}

figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  overflow: hidden;
}



}


.top_box13 {
	width:100%;
	background:#FAFAFB url(img/top_bg05.jpg) no-repeat 100% 20px;
	font-size:16px;
	line-height:1.5;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.top_box13-1 {
	width:1160px;
	margin:0 auto;
	padding:50px 0px 60px 0px;
	overflow:hidden;
}

.top_box13-1 img {
	float:left;
	margin-right:40px;
}

.h3on {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:32px;
	text-align:center;
	line-height:0.8;
	position:relative;
	margin-bottom:60px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.h3on span {
	font-size:14px;
	font-weight:lighter;
}

.h3on:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}

.h4on {
	font-weight:bold;
	width:1000px;
	height:auto;
	font-size:20px;
	text-align:left;
	line-height:1.2;
	position:relative;
	margin:0 auto 20px auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
	position: relative;
}

.h4on:after {
content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 2px solid #C81052;
}






@media screen and (max-width:1194px){
.top_box13 {
	width:100%;
	background:#FAFAFB url(img/top_bg05.jpg) no-repeat center 20px;
	font-size:16px;
	line-height:1.6;
}


.top_box13-1 {
	width:100%;
	margin:0 auto 0 auto;
	padding:50px 10px 40px 10px;
	text-align:center;
}

.top_box13-1 img {
	width:700px;
	height:auto;
	float:none;
	margin-right:0px;
	margin-bottom:10px;
}

.top_box13-1 p {
	text-align:left;
}

.h3on {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:32px;
	text-align:center;
	line-height:1.2;
	position:relative;
	margin-bottom:60px;
}

.h3on span {
	font-size:14px;
	font-weight:lighter;
	display:block;
	margin-top:5px;
}


}



.h4on2 {
	font-weight:bold;
	width:1000px;
	font-size:20px;
	height:auto;
	text-align:left;
	line-height:1.2;
	margin:0 auto 20px auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	border-bottom:2px solid #C81052;
	padding-bottom:10px;
}




@media screen and (max-width:834px){
.h4on {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:20px;
	text-align:left;
	line-height:1.2;
	margin:0 auto 10px auto;
	position:relative;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	border-bottom:2px solid #ccc;
	padding:0 0px 10px 0px;
}

.h4on:after {
content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50%;
  border-bottom: 2px solid #C81052;
}



.h4on2 {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:20px;
	text-align:left;
	line-height:1.2;
	margin:0 auto 10px auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	border-bottom:2px solid #C81052;
	padding:0 0px 10px 0px;
}

}


@media screen and (max-width:768px){
	.top_box13-1 img {
	width:100%;
	height:auto;
	float:none;
	margin-right:0px;
	margin-bottom:10px;
}
}




.top_box14 {
	width:100%;
	clear:both;
	background:#fff;
}

.top_box14-1 {
	width:50%;
	background:#fff;
	float:left;
	position:relative;
}

.top_box14-1 a {
	width:100%;
}

.top_box14-1 img {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:0;
	float:left;
}



figure {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:-1px;
}

figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width:1024px){
	.top_box14-1 {
	width:100%;
	background:#fff;
	float:left;
	position:relative;
}
}


.top_box16 {
	width:100%;
	color:#FFF;
	font-weight:lighter;
	background:#C70A53;
	text-align:center;
	font-size:18px;
	padding:20px 0 15px 0;
}

.top_box16 h3 {
	font-weight:lighter;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.top_box15 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	border-bottom:5px solid #951558;
}

.top_box15-1 {
	width:1200px;
	margin:0 auto;
	padding:50px 0px 80px 0px;
	overflow:hidden;
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 20px 0;  /* 左右 上下で記述 */
}

.top_box15-2 {
	width:300px;
	overflow:hidden;
	background:#FFF url(img/num01.jpg) no-repeat right top;
	background-size:50px 50px;
	display:table-cell;
	padding:30px 15px 15px 15px;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	
}

.top_box15-2:nth-child(2) {
	background:#FFF url(img/num02.jpg) no-repeat right top;
	background-size:50px 50px;
}

.top_box15-2:nth-child(3) {
	background:#FFF url(img/num03.jpg) no-repeat right top;
	background-size:50px 50px;
}

.top_box15-5 {
	width:300px;
	overflow:hidden;
	background:#FFF url(img/num04.jpg) no-repeat right top;
	background-size:50px 50px;
	display:table-cell;
	padding:30px 15px 15px 15px;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	
}

.top_box15-5:nth-child(2) {
	background:#FFF url(img/num05.jpg) no-repeat right top;
	background-size:50px 50px;
}

.top_box15-5:nth-child(3) {
	background:#FFF url(img/num06.jpg) no-repeat right top;
	background-size:50px 50px;
}

.top_box15-2 img {
	width:150px;
	height:auto;
	text-align:center;
	border-radius: 50%;
	margin-bottom:10px;
}


.top_box15-5 img {
	width:150px;
	height:auto;
	text-align:center;
	border-radius: 50%;
	margin-bottom:10px;
}


.top_box15-3 {
	width:1200px;
	margin:0 auto;
	padding:50px 0px 20px 0px;
	overflow:hidden;
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 20px 0;  /* 左右 上下で記述 */
}

.top_box15-4 {
	width:1200px;
	margin:0 auto;
	padding:0px 0px 80px 0px;
	overflow:hidden;
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 20px 0;  /* 左右 上下で記述 */
}


.top_box15-2 h4 {
font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
margin-bottom:10px;
text-align:left;
}

.top_box15-5 h4 {
font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
margin-bottom:10px;
text-align:left;
}

.top_box15-2 p {
	text-align:left;
}

.top_box15-5 p {
	text-align:left;
}


h4.h4_1 {
font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
margin-bottom:10px;
text-align:left;
color:#000;
font-weight:bold;
}



@media screen and (max-width:1194px){
	.top_box16 {
	width:100%;
	color:#FFF;
	font-weight:lighter;
	background:#C70A53;
	text-align:left;
	font-size:18px;
	padding:15px 10px 15px 10px;
	}
	
	.top_box15 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
}

.top_box15-1 {
	width:100%;
	margin:0 auto;
	padding:10px 10px 40px 10px;
	overflow:hidden;
	display:block;
	border-collapse:inherit;  /* セルの間隔を空ける */
 border-spacing: 0px 0;  /* 左右 上下で記述 */
}

.top_box15-2 {
	width:100%;
	overflow:hidden;
	background:#FFF url(img/num01.jpg) no-repeat right top;
	background-size:50px 50px;
	display:block;
	padding:30px 20px 15px 20px;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom:10px;
	
}

.top_box15-2:nth-child(3) {
	width:100%;
	overflow:hidden;
	background:#FFF url(img/num03.jpg) no-repeat right top;
	background-size:50px 50px;
	display:block;
	padding:30px 20px 15px 20px;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom:0px;
	
}


.top_box15-5 {
	width:100%;
	overflow:hidden;
	background:#FFF url(img/num04.jpg) no-repeat right top;
	background-size:50px 50px;
	display:block;
	padding:30px 20px 15px 20px;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom:10px;
	
}

.top_box15-5:nth-child(3) {
	width:100%;
	overflow:hidden;
	background:#FFF url(img/num06.jpg) no-repeat right top;
	background-size:50px 50px;
	display:block;
	padding:30px 20px 15px 20px;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom:0px;
	
}


.top_box15-3 {
	width:100%;
	margin:0 auto;
	padding:10px 10px 10px 10px;
	overflow:hidden;
	display:block;
	border-collapse:inherit;  /* セルの間隔を空ける */
 border-spacing: 0px 0;  /* 左右 上下で記述 */
}


.top_box15-4 {
	width:100%;
	margin:0 auto;
	padding:0px 10px 40px 10px;
	overflow:hidden;
	display:block;
	border-collapse:inherit;  /* セルの間隔を空ける */
 border-spacing: 0px 0;  /* 左右 上下で記述 */
}
	
}


.top_box17 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:50px 0 60px 0;
}

.top_box17-1 {
	width:800px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 20px 0;  /* 左右 上下で記述 */
}

.top_box17-2 {
	width:300px;
	overflow:hidden;
	display:table-cell;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}


.top_box17-2 img {
	max-width:373px;
	height:auto;
	text-align:center;
}

.top_box17-2 h4 {
font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
margin-bottom:10px;
text-align:left;
}

.top_box17-2 p {
	text-align:left;
}


@media screen and (max-width:1194px){
	.top_box17 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:40px 0 30px 0;
}

.top_box17-1 {
	width:100%;
	margin:0 auto;
	padding:0px 10px 0px 10px;
	overflow:hidden;
	display:block;
	border-collapse:inherit;  /* セルの間隔を空ける */
 border-spacing: 0px 0;  /* 左右 上下で記述 */
}

.top_box17-2 {
	width:100%;
	overflow:hidden;
	display:block;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom:0px;
	
}

.top_box17-2 img {
	max-width:700px;
	height:auto;
	text-align:center;
}

}

@media screen and (max-width:768px){
	.top_box17-2 img {
	max-width:100%;
	height:auto;
	text-align:center;
}
}



.top_box18 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:50px 0 60px 0;
	clear:both;
	border-bottom:5px solid #951558;
}

.top_box18-1 {
	width:1160px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 20px 0;  /* 左右 上下で記述 */
}

.top_box18-2 {
	width:1160px;
	overflow:hidden;
	display:table-cell;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}


.top_box18-2 img {
	width:1160px;
	height:auto;
	text-align:center;
}


.top_box18-3 {
	width:1160px;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:1.6;
}


@media screen and (max-width:1194px){
	.top_box18 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:40px 0 30px 0;
}

.top_box18-1 {
	width:100%;
	margin:0 auto;
	padding:0px 10px 0px 10px;
	overflow:hidden;
	display:block;
	border-collapse:inherit;  /* セルの間隔を空ける */
 border-spacing: 0px 0;  /* 左右 上下で記述 */
}

.top_box18-2 {
	width:100%;
	overflow:hidden;
	display:block;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom:0px;
	
}

.top_box18-2 img {
	width:100%;
	height:auto;
	text-align:center;
}

.top_box18-3 {
	width:100%;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:1.6;
	padding:0 10px 0 10px;
}

}


.top_box19 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:50px 0 0px 0;
	clear:both;
}

.top_box19-1 {
	width:100%;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	display:table;
}

.top_box19-2 {
	width:50%;
	overflow:hidden;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	display:table-cell;
}



.top_box19-3 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	padding:40px;
	background:#FFF url(img/top_bg07.jpg) no-repeat 200px 20px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.top_box19-3 h5 {
	font-weight:bold;
	margin-bottom:20px;
	font-size:18px;
	color:#C81052;
}







.google-maps {
position: relative;
padding-bottom: 105%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


table.tab5{
border-collapse:collapse;
border-top:0px solid #807E78;
width:60%;
}
	
table.tab5 td{
border-bottom:1px solid #ccc;
padding:10px 0 10px 0;
text-align:left;
vertical-align:top;
width:80%;

}

table.tab5 th{
border-bottom:0px solid #ccc;
padding:10px 0 0 0;
background-color:none;
text-align:left;
font-weight:bold;
vertical-align:top;
width:20%;
color:#C70A53;
}



@media screen and (max-width:1900px){
.google-maps {
position: relative;
padding-bottom: 130%; // これが縦横比
height: 0;
overflow: hidden;
}

}


@media screen and (max-width:1440px){
	.google-maps {
position: relative;
padding-bottom: 140%; // これが縦横比
height: 0;
overflow: hidden;
}

table.tab5{
border-collapse:collapse;
border-top:0px solid #807E78;
width:80%;
}
	
table.tab5 td{
border-bottom:1px solid #ccc;
padding:10px 0 10px 0;
text-align:left;
vertical-align:top;
width:75%;

}

table.tab5 th{
border-bottom:0px solid #ccc;
padding:10px 0 0 0;
background-color:none;
text-align:left;
font-weight:bold;
vertical-align:top;
width:25%;
color:#C70A53;
}

}


@media screen and (max-width:1194px){
	.google-maps {
position: relative;
padding-bottom: 110%; // これが縦横比
height: 0;
overflow: hidden;
}

table.tab5{
border-collapse:collapse;
border-top:0px solid #807E78;
width:80%;
}
	
table.tab5 td{
border-bottom:1px solid #ccc;
padding:10px 0 10px 0;
text-align:left;
vertical-align:top;
width:75%;

}

table.tab5 th{
border-bottom:0px solid #ccc;
padding:10px 0 0 0;
background-color:none;
text-align:left;
font-weight:bold;
vertical-align:top;
width:25%;
color:#C70A53;
}

}


@media screen and (max-width:1112px){
	.google-maps {
position: relative;
padding-bottom: 120%; // これが縦横比
height: 0;
overflow: hidden;
}
}


@media screen and (max-width:1366px){

.top_box19 {
	width:100%;
	background:#F1F1F3;
	font-size:14px;
	line-height:1.6;
	padding:50px 0 0px 0;
	clear:both;
}

.top_box19-1 {
	width:100%;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	display:block;
}

.top_box19-2 {
	width:100%;
	overflow:hidden;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	display:block;
}

.top_box19-3 {
	width:100%;
	display:block;
	vertical-align:middle;
	padding:20px;
	background:#FFF;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

.top_box19-3 h5 {
	font-weight:bold;
	margin-bottom:20px;
	font-size:16px;
	color:#C81052;
}


	.google-maps {
position: relative;
padding-bottom: 65%; // これが縦横比
height: 0;
overflow: hidden;
}


table.tab5{
border-collapse:collapse;
border-top:0px solid #807E78;
width:100%;
}
	
table.tab5 td{
border-bottom:1px solid #ccc;
padding:10px 0 10px 0;
text-align:left;
vertical-align:top;
width:80%;

}

table.tab5 th{
border-bottom:0px solid #ccc;
padding:10px 10px 0 0;
background-color:none;
text-align:left;
font-weight:bold;
vertical-align:top;
width:20%;
}	
}


.dog_box01 {
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 80px auto;
	clear:both;
}

.dog_box01 img {
	margin-bottom:20px;
}


.dog_box01 {
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 80px auto;
	display:table;
	border-collapse: separate;
}


.dog_box03-1 h4 {
font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
margin-bottom:10px;
text-align:left;
}

.dog_box04-1 h4 {
font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
margin-bottom:10px;
text-align:left;
}

.dog_box03-1 {
	width:50%;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	display:table-cell;
	padding-right:10px;
}

.dog_box03-1 img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.dog_box04-1 {
	width:50%;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	display:block;
	padding-left:0px;
	margin:0 auto;
}

.dog_box04-1 img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

@media screen and (max-width:1023px){
	.dog_box03-1 {
	width:100%;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	display:block;
	padding-right:0px;
	margin-bottom:20px;
}

.dog_box04-1 {
	width:100%;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	display:block;
	padding-left:0px;
}

.dog_box03-1 h4 {
font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
margin-bottom:10px;
text-align:center;
}

.dog_box04-1 h4 {
font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
font-size:16px;
margin-bottom:10px;
text-align:center;
}

}


.dog_box01-1 {
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 15px auto;
	clear:both;
}

.dog_box01-1 img {
	margin-bottom:0px;
}


.dog_box01-2 {
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 10px auto;
	clear:both;
}

.dog_box01-2 img {
	margin-bottom:0px;
}

@media screen and (max-width:1025px){
	.dog_box01 {
	width:100%;
	font-size:14px;
	font-size:1.4rem;
	margin:0 auto 60px auto;
	display:block;
	}
	
	.dog_box01 img {
		margin-bottom:10px;
		width:512px;
	}

.dog_box01-1 {
	width:100%;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 15px auto;
	clear:both;
}

.dog_box01-1 img {
	margin-bottom:0px;
}

.dog_box01-2 {
	width:100%;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 10px auto;
	clear:both;
}

.dog_box01-2 img {
	margin-bottom:0px;
}	
	
	
	
}






.dog_box02 {
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 80px auto;
}


table.tab6{
border-collapse:collapse;
border-top:1px solid #807E78;
}
	
table.tab6 td{
border-bottom:1px solid #807E78;
padding:20px;
text-align:left;
vertical-align:top;
text-align:center;
font-size:16px;
	font-size:1.6rem;
	line-height:1.6;

}

table.tab6 td.vam {
	vertical-align:middle;
}

table.tab6 th{
border-bottom:1px solid #807E78;
padding:20px 20px 20px 20px;
background-color:#F0F0F2;
text-align:left;
font-weight:bold;
vertical-align:top;
text-align:center;
font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
}

.dog_box03 {
	display:none;
}


@media screen and (max-width:1023px){
.dog_box02 {
	width:100%;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 60px auto;
}

}

@media screen and (max-width:767px){

.dog_box02 table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}





@media screen and (max-width:621px){
	.dog_box03 {
	width:100%;
	margin-top:10px;
	display:block;
	font-size:14px;
	font-size:1.4rem;
	text-align:center;
	color:#30C;
}
}

.dog_box04 {
	width:100%;
	margin:10px 0 10px 0;
	text-align:right;
	color:#C00;
}

.dog_box05 {
	width:100%;
	margin:10px 0 10px 0;
}

.dog_box05 li {
	margin-left:1em;
text-indent:-1em;
list-style-type:none;
}


.dog_box09 {
	width:100%;
	margin:0px 0 0px 0;
}

.dog_box09 li {
	margin-left:1em;
text-indent:-1em;
list-style-type:none;
}


.dog_box06 {
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 40px auto;
}

table.tab7{
border-collapse:collapse;
border-top:1px solid #807E78;
margin-top:20px;
}
	
table.tab7 td{
border-bottom:1px solid #807E78;
padding:20px;
text-align:left;
vertical-align:top;
font-weight:bold;

}


table.tab7 th{
border-bottom:1px solid #807E78;
padding:20px 20px 20px 20px;
background-color:#F0F0F2;
text-align:left;
font-weight:bold;
vertical-align:top;
text-align:center;
}



.dog_box04-2 {
	width:100%;
	margin:10px 0 60px 0;
	text-align:right;
	color:#C00;
}

@media screen and (max-width:1024px){

.dog_box06 {
	width:100%;
	margin:0 auto;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.6;
	margin:0 auto 20px auto;
}

.dog_box04-2 {
	width:100%;
	margin:10px 0 40px 0;
	text-align:right;
	color:#C00;
}

}


.top_box20 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:50px 0 60px 0;
	clear:both;
	border-bottom:0px solid #951558;
}

@media screen and (max-width:1194px){
	.top_box20 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:40px 0 30px 0;
}
}

.dog_box07 {
	width:100%;
}

.dog_box07-1 {
	width:1080px;
	margin:0 auto 80px auto;
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 20px 0;  /* 左右 上下で記述 */
}

.dog_box07-2 {
	display:table-cell;
	text-align:center;
	padding:0px;
	font-size:16px;
}

#page .dog_box07-2 a{
	display:table-cell;
	text-align:center;
	border:5px solid #C70A53;
	width:33%;
	padding:20px;
	text-decoration:none;
}

#page .dog_box07-2 a {
	background:#fff;
}

#page .dog_box07-2 a:hover {
	background:#C70A53;
	color:#FFF;
}

#page .dog_box07-2 a.on {
	background:#C70A53;
	color:#FFF;
}

.none6 {
	display:none;
}

@media screen and (max-width:1024px){
	.dog_box07 {
	width:100%;
}
	
	.dog_box07-1 {
	width:100%;
	margin:0 auto 40px auto;
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 5px 0 ;  /* 左右 上下で記述 */
}

.dog_box07-2 {
	display:table-cell;
	text-align:center;
	padding:0px;
	font-size:14px;
}

#page .dog_box07-2 a{
	display:table-cell;
	text-align:center;
	border:3px solid #C70A53;
	width:33%;
	padding:10px 5px 10px 5px;
	text-decoration:none;
	width:500px;
}
}


@media screen and (max-width:375px){
.none6 {
	display:block;
}
}


.none7 {
	display:block;
}

@media screen and (max-width:1024px){
.none7 {
	display:none;
}
}

.none8 {
	display:inline;
}

@media screen and (max-width:360px){
.none8 {
	display:none;
}
}


table.tab8{
border-collapse:collapse;
border-top:1px solid #807E78;
}
	
table.tab8 td{
border-bottom:1px solid #807E78;
border-left:1px solid #807E78;
padding:20px;
text-align:left;
vertical-align:middle;

}

table.tab8 td span{
text-align:right;
float:right;

}

table.tab8 td.noline {
	border-left:none;
}

table.tab8 td.gray{
background-color:#FBFBFB;

}

table.tab8 tr.gray{
background-color:#FBFBFB;

}

table.tab8 th{
border-bottom:1px solid #807E78;
border-left:1px solid #807E78;
padding:20px 20px 20px 20px;
background-color:#F0F0F2;
text-align:left;
font-weight:bold;
vertical-align:middle;
}

table.tab8 th.noline {
	border-left:none;
}

.dog_box08 {
	width:1000px;
	margin:0 auto 40px auto;
	font-size:16px;
	line-height:1.6;
}

@media screen and (max-width:1024px){
.dog_box08 {
	width:100%;
	margin:0 0 20px 0;
}
}



.sta_box13 {
	width:100%;
	font-size:16px;
	line-height:1.6;
}

.sta_box13-1 {
	width:1000px;
	margin:0 auto;
	padding:0px 0px 80px 0px;
	overflow:hidden;
}

.sta_box13-1 img {
	float:left;
	margin-right:20px;
}


.sta_box13-2 {
	width:1000px;
	margin:0 auto;
	padding:0px 0px 120px 0px;
	overflow:hidden;
}

.sta_box13-2 img {
	float:left;
	margin-right:20px;
}


.sta_box13-3 {
	width:1000px;
	margin:0 auto;
	padding:0px 0px 120px 0px;
	overflow:hidden;
}

.sta_box13-3 img {
	float:left;
	margin-right:20px;
	margin-left:150px;
}




@media screen and (max-width:1024px){
.sta_box13 {
	width:100%;
	font-size:16px;
	line-height:1.6;
}


.sta_box13-1 {
	width:100%;
	margin:0 auto 0 auto;
	padding:0px 10px 40px 10px;
	text-align:center;
}

.sta_box13-1 img {
	width:512px;
	height:auto;
	float:none;
	margin-right:0px;
	margin-bottom:20px;
}

.sta_box13-1 p {
	text-align:left;
	float:none;
}




.sta_box13-2 {
	width:100%;
	margin:0 auto 0 auto;
	padding:0px 10px 40px 10px;
	text-align:center;
}

.sta_box13-2 img {
	width:512px;
	height:auto;
	float:none;
	margin-right:0px;
	margin-bottom:20px;
}

.sta_box13-2 p {
	text-align:left;
	float:none;
}



.sta_box13-3 {
	width:100%;
	margin:0 auto 0 auto;
	padding:0px 10px 40px 10px;
	text-align:center;
}

.sta_box13-3 img {
	width:512px;
	height:auto;
	float:none;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
}

.sta_box13-3 p {
	text-align:left;
	float:none;
}


}

@media screen and (max-width:834px){
	.top_box13-1 img {
	width:100%;
	height:auto;
	float:none;
	margin-right:0px;
	margin-bottom:10px;
}
}

@media screen and (max-width:1024px){
.m20s {
	margin-bottom:20px;
}
}



.top_box21 {
	width:100%;
	background:#fff;
	font-size:16px;
	line-height:1.6;
	padding:50px 0 60px 0;
}

.top_box21-1 {
	width:1200px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

@media screen and (max-width:1194px){
	.top_box21 {
	width:100%;
	background:#fff;
	font-size:16px;
	line-height:1.6;
	padding:40px 0 30px 0;
}

.top_box21-1 {
	width:100%;
	margin:0 auto;
	padding:0px 10px 0px 10px;
	overflow:hidden;
}

.top_box21-1 img {
	width:100%;
	height:auto;
}

}


.top_box22 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:50px 0 60px 0;
}

.top_box22-1 {
	width:1000px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

.m302 {
	margin-bottom:30px;
}

.m1002 {
	margin-bottom:100px;
}

@media screen and (max-width:1194px){
	.top_box22 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:40px 0 30px 0;
}

.top_box22-1 {
	width:100%;
	margin:0 auto;
	padding:0px 10px 0px 10px;
	overflow:hidden;
}

.top_box22-1 img {
	width:100%;
	height:auto;
}

.m302 {
	margin-bottom:10px;
}

.m1002 {
	margin-bottom:60px;
}

}



.dog_box02-1 {
	width:1200px;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 80px auto;
}





@media screen and (max-width:1023px){
.dog_box02-1 {
	width:100%;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 60px auto;
}

}

@media screen and (max-width:767px){

.dog_box02-1 table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}

.top_box23 {
	width:100%;
	background:#fff;
	font-size:16px;
	line-height:1.6;
	padding:0px 0 10px 0;
}

@media screen and (max-width:1194px){
	.top_box23 {
	width:100%;
	background:#fff;
	font-size:16px;
	line-height:1.6;
	padding:0px 0 10px 0;
}
}


.dog_box04-3 {
	width:100%;
	margin:10px 0 30px 0;
	text-align:right;
	color:#C00;
}




.dog_box11 {
	width:100%;
	height:auto;
	background-color:#FFF;
}



.dog_box10 {
	width:1000px;
	text-align:center;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 80px auto;
}

.dog_box10 img {
	width:50%;
	height:auto;
	margin-bottom:10px;
}


@media screen and (max-width:834px){

.dog_box10 {
	width:100%;
	text-align:center;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 80px auto;
}

.dog_box10 img {
	width:60%;
	height:auto;
	margin:0 auto 10px auto;
}


.dog_box10 span {
	text-align:left;
	display:block;
}


}


@media screen and (max-width:428px){

.dog_box10 {
	width:100%;
	text-align:center;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 80px auto;
}

.dog_box10 img {
	width:80%;
	height:auto;
	margin:0 auto 10px auto;
}

}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}


.top_box35 {
	width:100%;
	background:url(img/top_bg13.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	margin:0;
	padding:100px 0 100px 0;
}

.top_box35-1 {
	width:1000px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#191919;
	
}

.top_box35-1 h3 {
	color:#4AAED7;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0px 0 10px 0;
}

.logo {
	width:100%;
	text-align:center;
}


.top_box35-1 img {
	width:52%;
	height:auto;
	margin-bottom:20px;
}

.top_box35-1 img.insta {
	width:18%;
	height:auto;
	margin-bottom:20px;
	margin-left:10px;
}


.top_box35-2 {
	width:100%;
	margin-top:30px;
}

.top_box35-2 img{
	float:right;
	width:30%;
	height:30%;
}



.h3on6 {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:32px;
	text-align:center;
	line-height:1.2;
	position:relative;
	margin-bottom:60px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	clear:both;
	color:#4AAED7;
	text-shadow:none;
}

.h3on6 span {
	font-size:16px;
	font-weight:bold;
}

.h3on6:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #4AAED7; /*下線の色*/
  text-shadow:none;
}

@media only screen and (max-width: 1112px) {
	.top_box35 {
	width:100%;
	background:url(img/top_bg13.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box35-1 {
	width:800px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}
	
}


@media only screen and (max-width: 1024px) {
	.top_box35 {
	width:100%;
	background:url(img/top_bg13.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box35-1 {
	width:800px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}

.top_box35-1 img {
	width:70%;
	height:auto;
	margin-bottom:20px;
}

.top_box35-1 img.insta {
	width:25%;
	height:auto;
	margin-bottom:20px;
	margin-left:0px;
}

	
}


@media only screen and (max-width: 834px) {
	.top_box35 {
	width:100%;
	background:url(img/top_bg13.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box35-1 {
	width:700px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}

.top_box35-1 img.insta {
	width:25%;
	height:auto;
	margin-bottom:20px;
	margin-left:0px;
}
	
}


@media only screen and (max-width: 768px) {
	.top_box35 {
	width:100%;
	background:url(img/top_bg13.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box35-1 {
	width:650px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}
	
}

.none14 {
	display:none;
}

@media only screen and (max-width: 600px) {
	.top_box35 {
	width:100%;
	background:url(img/top_bg13.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:left top;
	margin:0;
	padding:50px 20px 50px 20px;
}

.top_box35-1 {
	width:100%;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
	font-weight:bold;
}


.top_box35-1 img.insta {
	width:40%;
	height:auto;
	margin-bottom:20px;
	margin-left:0px;
}

.top_box35-2 {
	width:100%;
	margin-top:30px;
}

.top_box35-2 img{
	float:right;
	width:50%;
	height:50%;
}
	
}


#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:0;
}


@media screen and (max-width:1024px){
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:0;
	margin-top:0px;
}
}


@media screen and (max-width:768px){
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:0px;
	margin-top:0px;
}
}


@media screen and (max-width:414px){
	
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:0px;
	margin-top:0px;
}
}

@media screen and (max-width:375px){
	
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:0px;
	margin-top:0px;
}
}

@media screen and (max-width:360px){
	
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:0px;
	margin-top:0px;
}
}


@media screen and (max-width:320px){
	
	#slide-div2 div {
    height: auto;
	overflow:hidden;
	margin-bottom:0px;
}
#slide-div2 img {
    width: 100%;
	margin-bottom:40px;
	margin-top:0px;
}
}


.h3on7 {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:32px;
	text-align:center;
	line-height:1.2;
	position:relative;
	margin-bottom:60px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	clear:both;
	color:#fff;
	text-shadow:none;
}

.h3on7 span {
	font-size:16px;
	font-weight:bold;
}

.h3on7:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #fff; /*下線の色*/
  text-shadow:none;
}


.bea_box01 {
	width:100%;
	background:#3698C9;
	margin-top:-6px;
}

.bea_box01-2 {
	width:800px;
	margin:0 auto;
	color:#FFF;
	padding:0px 0 50px 0;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-2 strong {
	font-size:30px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:20px;
	text-align:center;
}

#main .bea_box01-2 strong a {
	color:#FFF;
}

.bea_box01-3 {
	width:800px;
	margin:0 auto;
	color:#FFF;
	padding:30px 0 50px 0;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-3 strong {
	font-size:30px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:20px;
	text-align:center;
}

#main .bea_box01-3 strong a {
	color:#FFF;
}

.bea_box02 {
	width:100%;
	background:#7CBFC8;
}


.bea_box02 div.tri01{
	width: 80px;
height: 50px;
border-style: solid;
border-width: 40px 40px 0 40px;
border-color: #3698C9 transparent transparent transparent;
margin:0 auto;
}


.bea_box03 {
	width:100%;
	background:#60B39F;
}

.bea_box03 div.tri02{
	width: 80px;
height: 50px;
border-style: solid;
border-width: 40px 40px 0 40px;
border-color: #7CBFC8 transparent transparent transparent;
margin:0 auto;
}

.bea_box04 {
	width:100%;
	background:#F4C63D;
}

.bea_box04 div.tri03{
	width: 80px;
height: 50px;
border-style: solid;
border-width: 40px 40px 0 40px;
border-color: #60B39F transparent transparent transparent;
margin:0 auto;
}

.bea_box05 {
	width:100%;
	background:#E79330;
}


@media screen and (max-width:1440px){
	.bea_box01 {
	width:100%;
	background:#3698C9;
	margin-top:-7px;
}
	
	.bea_box01-2 {
	width:800px;
	margin:0 auto;
	color:#FFF;
	padding:0px 0 50px 0;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-2 strong {
	font-size:30px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:20px;
	text-align:center;
}


.bea_box01-3 {
	width:800px;
	margin:0 auto;
	color:#FFF;
	padding:30px 0 50px 0;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-3 strong {
	font-size:30px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:20px;
	text-align:center;
}

}


@media screen and (max-width:810px){
	.bea_box01-2 {
	width:700px;
	margin:0 auto;
	color:#FFF;
	padding:0px 0 50px 0;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-2 strong {
	font-size:30px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:20px;
	text-align:center;
}

	.bea_box01-3 {
	width:700px;
	margin:0 auto;
	color:#FFF;
	padding:30px 0 50px 0;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-3 strong {
	font-size:30px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:20px;
	text-align:center;
}


}


@media screen and (max-width:768px){
	.bea_box01-2 {
	width:700px;
	margin:0 auto;
	color:#FFF;
	padding:0px 0 50px 0;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-2 strong {
	font-size:30px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:20px;
	text-align:center;
}

.bea_box01-3 {
	width:700px;
	margin:0 auto;
	color:#FFF;
	padding:30px 0 50px 0;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-3 strong {
	font-size:30px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:20px;
	text-align:center;
}


}

@media screen and (max-width:600px){
	.bea_box01-2 {
	width:100%;
	margin:0 auto;
	color:#FFF;
	padding:0px 20px 50px 20px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-2 strong {
	font-size:20px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:10px;
	text-align:center;
}

.bea_box01-3 {
	width:100%;
	margin:0 auto;
	color:#FFF;
	padding:30px 20px 50px 20px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
	line-height:1.6;
	font-weight:bold;
}

.bea_box01-3 strong {
	font-size:20px;
	width:100%;
	border:10px #FFF solid;
	display:block;
	padding:10px;
	text-align:center;
}


}

.big {
	font-size:30px;
}

@media screen and (max-width:600px){
	.big {
	font-size:24px;
}
}

.t01 {
	width:20%;
	vertical-align:top;
}

.t02 {
	width:25%;
	vertical-align:top;
}

.t03 {
	width:45%;
	vertical-align:top;
}


@media screen and (max-width:1112px){
.t01 {
	width:25%;
}

.t02 {
	width:30%;
}

.t03 {
	width:33%;
}
}


@media screen and (max-width:810px){
.t01 {
	width:30%;
}

.t02 {
	width:35%;
}

.t03 {
	width:35%;
}
}

@media screen and (max-width:600px){
.t01 {
	width:30%;
	padding-right:10px;
}

.t02 {
	width:35%;
	padding-right:10px;
}

.t03 {
	width:35%;
}
}

.room_box {
	width:100%;
	height:auto;
	display:table;
	line-height: 0;
	margin-bottom:100px;
}

.room_box01 {
	width:50%;
	display:table-cell;
	vertical-align:top;
}

.room_box01 img {
	width:100%;
	height:auto;
}

.room_box02 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 50px 0 100px;
	font-size:20px;
	line-height: 1.6;
	background:#F8FBFC;
}



.room_box04 {
	width:50%;
	display:table-cell;
	vertical-align:top;
}

.room_box04 img {
	width:100%;
	height:auto;
}

.room_box03 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 50px 0 50px;
	font-size:24px;
	line-height: 1.6;
	background:#F8FBFC;
}





.room_box05 {
	width:50%;
	display:table-cell;
	vertical-align:top;
}

.room_box05 img {
	width:100%;
	height:auto;
}

.room_box06 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 50px 0 50px;
	font-size:24px;
	line-height: 1.6;
	background:#F8FBFC;
}

.none12 {
	display:table;
}

.none13 {
	display:none;
}


@media only screen and (max-width: 1112px) {

.room_box {
	width:100%;
	height:auto;
	display:table;
	line-height: 0;
	margin-bottom:50px;
}


.room_box02 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 0 50px;
	font-size:18px;
	line-height: 1.6;
	background:#F8FBFC;
}


.room_box03 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 50px 0 50px;
	font-size:18px;
	line-height: 1.6;
	background:#F8FBFC;
}


.room_box06 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 50px 0 50px;
	font-size:18px;
	line-height: 1.6;
	background:#F8FBFC;
}

}


@media only screen and (max-width: 834px) {

.room_box {
	width:100%;
	height:auto;
	display:block;
	line-height: 0;
}

.room_box01 {
	width:80%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.room_box01 img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.room_box02 {
	width:80%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 0 20px;
	font-size:18px;
	line-height: 1.6;
	background:#fff;
	margin:0 auto 60px auto;
}



.room_box04 {
	width:80%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.room_box04 img {
	width:100%;
	height:auto;
}

.room_box03 {
	width:80%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 0 20px;
	font-size:24px;
	line-height: 1.6;
	background:#fff;
	margin:0 auto 60px auto;
}


.room_box04-1 {
	width:80%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.room_box04-1 img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.room_box03-1 {
	width:80%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 0 20px;
	font-size:24px;
	line-height: 1.6;
	background:#fff;
	margin:0 auto 60px auto;
}



.room_box05 {
	width:80%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.room_box05 img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.room_box06 {
	width:80%;
	display:block;
	vertical-align:middle;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 0 20px;
	font-size:24px;
	line-height: 1.6;
	background:#fff;
	margin:0 auto 60px auto;
}


.none12 {
	display:none;
}

.none13 {
	display:block;
}

}



@media only screen and (max-width: 600px) {

.room_box {
	width:100%;
	height:auto;
	display:block;
	line-height: 0;
}

.room_box01 {
	width:100%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.room_box01 img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.room_box02 {
	width:100%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 0 20px;
	font-size:16px;
	line-height: 1.6;
	background:#fff;
	margin:0 auto 40px auto;
}



.room_box04 {
	width:100%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.room_box04 img {
	width:100%;
	height:auto;
}

.room_box03 {
	width:100%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 0 20px;
	font-size:20px;
	line-height: 1.6;
	background:#fff;
	margin:0 auto 40px auto;
}


.room_box04-1 {
	width:100%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.room_box04-1 img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.room_box03-1 {
	width:100%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 0 20px;
	font-size:18px;
	line-height: 1.6;
	background:#fff;
	margin:0 auto 40px auto;
}



.room_box05 {
	width:100%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.room_box05 img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.room_box06 {
	width:100%;
	display:block;
	vertical-align:middle;
	text-align:left;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 0 20px;
	font-size:18px;
	line-height: 1.6;
	background:#fff;
	margin:0 auto 40px auto;
}


.none12 {
	display:none;
}

.none13 {
	display:block;
}

}


.h3on8 {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:32px;
	text-align:center;
	line-height:1.2;
	position:relative;
	margin-bottom:60px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	clear:both;
	color:#185B36;
	text-shadow:none;
}

.h3on8 span {
	font-size:16px;
	font-weight:bold;
}

.h3on8:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #185B36; /*下線の色*/
  text-shadow:none;
}

.br2 {
	display:none;
}

@media only screen and (max-width: 600px) {
	
	.h3on8 {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:24px;
	text-align:center;
	line-height:1.2;
	position:relative;
	margin-bottom:60px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	clear:both;
	color:#185B36;
	text-shadow:none;
}

.h3on8 span {
	font-size:16px;
	font-weight:bold;
}

.br2 {
	display:block;
}
	
}



.act_box11 {
	width:100%;
	height:auto;
	display:table;
	line-height: 0;
	margin-bottom:0px;
	background:#FAF8E9;
	background-size:cover;
}



.act_box10 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 50px 0 50px;
	font-size:18px;
	line-height: 1.6;
	color:#000;
	background:#FAF8E9;
}

.act_box10 h4 {
	font-size:22px;
	margin-bottom:20px;
	color:#185B36;
}

.act_box10 img.fl2 {
	float:left;
	padding:0 20px 20px 0px;
}



@media only screen and (max-width: 1366px) {

.act_box10 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 50px 0 50px;
	font-size:18px;
	line-height: 1.6;
}

.act_box10 h4 {
	font-size:24px;
	margin-bottom:20px;
}
}



@media only screen and (max-width: 1112px) {

.act_box11 {
	width:100%;
	height:auto;
	display:block;
	line-height: 0;
	margin-bottom:0px;
	background-size:cover;
	margin-bottom:0px;
}


.act_box10 h4 {
	font-size:24px;
	margin-bottom:10px;
}

.act_box10 {
	width:90%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:20px 20px 30px 20px;
	font-size:18px;
	line-height: 1.6;
	margin:0 auto 0px auto;
	background:none;
}

.act_box10 img.fl2 {
	float:left;
	padding:0 20px 0px 0;
}

}



@media only screen and (max-width: 621px) {

.act_box11 {
	width:100%;
	height:auto;
	display:block;
	line-height: 0;
	background-size:cover;
}


.act_box10 h4 {
	font-size:18px;
	margin-bottom:10px;
}

.act_box10 {
	width:100%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 30px 20px;
	font-size:16px;
	line-height: 1.6;
	margin:0 auto 0px auto;
	background:none;
}

}




.act_box07 {
	width:50%;
	display:table-cell;
	vertical-align:top;
}

.act_box07 img {
	width:100%;
	height:auto;
}

.act_box08 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 50px 0 50px;
	font-size:18px;
	line-height: 1.6;
	color:#222222;
	text-align:center;
}

.act_box08 h2 {
	font-size:35px;
	margin-bottom:20px;
	color:#DD2E1E;
}

.act_box08 h2 span {
	font-size:22px;
	color:#222222;
}

.act_box08-1 {
	width:100%;
	height:auto;
	text-align:left;
	margin-top:50px;
	display:table;
}


.act_box08-2 {
	width:20%;
	height:auto;
	text-align:left;
	margin-top:50px;
	display:table-cell;
	vertical-align:top;
}

.act_box08-2 img {
	width:100%;
	height:auto;
}



.act_box08-3 {
	width:80%;
	height:auto;
	text-align:left;
	margin-top:50px;
	display:table-cell;
	vertical-align:middle;
	padding-left:50px;
}


@media only screen and (max-width: 1366px) {

.act_box08 {
	width:50%;
	display:table-cell;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 50px 0 50px;
	font-size:18px;
	line-height: 1.6;
}


.act_box08 h2 {
	font-size:30px;
	margin-bottom:20px;
	color:#DD2E1E;
}

.act_box08 h2 span {
	font-size:22px;
	color:#222222;
}

.act_box08-1 {
	width:100%;
	height:auto;
	text-align:left;
	margin-top:20px;
	display:table;
}


.act_box08-2 {
	width:20%;
	height:auto;
	text-align:left;
	margin-top:50px;
	display:table-cell;
	vertical-align:top;
}

.act_box08-2 img {
	width:100%;
	height:auto;
}



.act_box08-3 {
	width:80%;
	height:auto;
	text-align:left;
	margin-top:50px;
	display:table-cell;
	vertical-align:middle;
	padding-left:50px;
}


}



@media only screen and (max-width: 1112px) {

.act_box06 {
	width:100%;
	height:auto;
	display:block;
	line-height: 0;
	margin-bottom:0px;
	background:#FFF;
	background-size:cover;
}

.act_box07 {
	width:100%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.act_box07 img {
	width:100%;
	height:auto;
	margin-bottom:0px;
}


.act_box08 h2 {
	font-size:30px;
	margin-bottom:10px;
}

.act_box08 {
	width:90%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:50px 20px 30px 20px;
	font-size:18px;
	line-height: 1.6;
	margin:0 auto 0px auto;
	background:none;
}



}



@media only screen and (max-width: 621px) {

.act_box06 {
	width:100%;
	height:auto;
	display:block;
	line-height: 0;
	background:#FFF;
	background-size:cover;
}

.act_box07 {
	width:100%;
	display:block;
	vertical-align:top;
	margin:0 auto 0 auto;
}

.act_box07 img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.act_box08 h2 {
	font-size:24px;
	margin-bottom:10px;
	color:#DD2E1E;
	text-align:center;
}

.act_box08 {
	width:100%;
	display:block;
	vertical-align:middle;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	padding:0 20px 30px 20px;
	font-size:16px;
	line-height: 1.6;
	margin:0 auto 0px auto;
	background:none;
	text-align:left;
}



.act_box08 h2 span {
	font-size:18px;
	color:#222222;
	text-align:center;
}

.act_box08-1 {
	width:100%;
	height:auto;
	text-align:left;
	margin-top:0px;
	display:block;
}


.act_box08-2 {
	width:100%;
	height:auto;
	text-align:center;
	margin-top:30px;
	display:block;
	vertical-align:top;
}

.act_box08-2 img {
	width:60%;
	height:auto;
}



.act_box08-3 {
	width:100%;
	height:auto;
	text-align:left;
	margin-top:10px;
	display:block;
	vertical-align:middle;
	padding-left:0px;
}



}


.top_box36 {
	width:100%;
	background:url(img/top_bg14.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:left top;
	margin:0;
	padding:100px 0 100px 0;
}

.top_box36-1 {
	width:1000px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#191919;
	
}

.top_box36-1 span.f18 {
	font-size:22px;
}

.top_box36-1 div.rtxt {
	width:340px;
	margin: 0 0 0 auto;
}

.top_box36-1 h3 {
	color:#4AAED7;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0px 0 10px 0;
}

.logo {
	width:100%;
	text-align:center;
}


.top_box36-1 img {
	width:52%;
	height:auto;
	margin-bottom:20px;
}

.top_box36-1 img.insta {
	width:18%;
	height:auto;
	margin-bottom:20px;
	margin-left:10px;
}


.top_box36-2 {
	width:100%;
	margin-top:30px;
}

.top_box36-2 img{
	float:right;
	width:30%;
	height:30%;
}



.h3on6 {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:32px;
	text-align:center;
	line-height:1.2;
	position:relative;
	margin-bottom:60px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	clear:both;
	color:#4AAED7;
	text-shadow:none;
}

.h3on6 span {
	font-size:16px;
	font-weight:bold;
}

.h3on6:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #4AAED7; /*下線の色*/
  text-shadow:none;
}

@media only screen and (max-width: 1112px) {
	.top_box36 {
	width:100%;
	background:url(img/top_bg14.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box36-1 {
	width:800px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}
	
}


@media only screen and (max-width: 1024px) {
	.top_box36 {
	width:100%;
	background:url(img/top_bg14.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box36-1 {
	width:800px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}

.top_box36-1 img {
	width:70%;
	height:auto;
	margin-bottom:20px;
}

.top_box36-1 img.insta {
	width:25%;
	height:auto;
	margin-bottom:20px;
	margin-left:0px;
}

	
}


@media only screen and (max-width: 834px) {
	.top_box36 {
	width:100%;
	background:url(img/top_bg14.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box36-1 {
	width:700px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}

.top_box36-1 img.insta {
	width:25%;
	height:auto;
	margin-bottom:20px;
	margin-left:0px;
}
	
}


@media only screen and (max-width: 768px) {
	.top_box36 {
	width:100%;
	background:url(img/top_bg14.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box36-1 {
	width:650px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}
	
}

.none14 {
	display:none;
}

@media only screen and (max-width: 600px) {
	.top_box36 {
	width:100%;
	background:url(img/top_bg14.jpg) no-repeat;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 20px 50px 20px;
}

.top_box36-1 {
	width:100%;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
	font-weight:bold;
}

.top_box36-1 span.f18 {
	font-size:20px;
	line-height:1.6;
}


.top_box36-1 img.insta {
	width:40%;
	height:auto;
	margin-bottom:20px;
	margin-left:0px;
}

.top_box36-2 {
	width:100%;
	margin-top:30px;
}

.top_box36-2 img{
	float:right;
	width:50%;
	height:50%;
}


.top_box36-1 div.rtxt {
	width:100%;
	margin: 0 0 0 0;
}

	
}


.top_box37 {
	width:100%;
	background:#FAF8E9;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:100px 0 100px 0;
}

.top_box37-1 {
	width:1000px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#715B35;
	
}

.top_box37-1 h3 {
	color:#4AAED7;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0px 0 10px 0;
}

.top_box37-1 div.rtxt {
	width:400px;
	margin: 0 0 0 auto;
}

.dn01 {
	display:block;
}

.dn02 {
	display:none;
}

.logo {
	width:100%;
	text-align:center;
}


.top_box37-1 img {
	width:52%;
	height:auto;
	margin-bottom:20px;
}

.top_box37-1 img.insta {
	width:18%;
	height:auto;
	margin-bottom:20px;
	margin-left:10px;
}


.top_box37-2 {
	width:100%;
	margin-top:30px;
}

.top_box37-2 img{
	float:right;
	width:30%;
	height:30%;
}



.h3on6 {
	font-weight:bold;
	width:100%;
	height:auto;
	font-size:32px;
	text-align:center;
	line-height:1.2;
	position:relative;
	margin-bottom:60px;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	clear:both;
	color:#4AAED7;
	text-shadow:none;
}

.h3on6 span {
	font-size:16px;
	font-weight:bold;
}

.h3on6:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #4AAED7; /*下線の色*/
  text-shadow:none;
}

@media only screen and (max-width: 1112px) {
	.top_box37 {
	width:100%;
	background:#FAF8E9;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box37-1 {
	width:800px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}
	
}


@media only screen and (max-width: 1024px) {
	.top_box37 {
	width:100%;
	background:#FAF8E9;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box37-1 {
	width:800px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}

.top_box37-1 img {
	width:70%;
	height:auto;
	margin-bottom:20px;
}

.top_box37-1 img.insta {
	width:25%;
	height:auto;
	margin-bottom:20px;
	margin-left:0px;
}

	
}


@media only screen and (max-width: 834px) {
	.top_box37 {
	width:100%;
	background:#FAF8E9;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box37-1 {
	width:700px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}

.top_box37-1 img.insta {
	width:25%;
	height:auto;
	margin-bottom:20px;
	margin-left:0px;
}
	
}


@media only screen and (max-width: 768px) {
	.top_box37 {
	width:100%;
	background:#FAF8E9;
	background-size:100%;
	background-size:cover;
	background-position:center top;
	margin:0;
	padding:50px 0 50px 0;
}

.top_box37-1 {
	width:650px;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
}
	
}

.none14 {
	display:none;
}

@media only screen and (max-width: 600px) {
	.top_box37 {
	width:100%;
	background:#FAF8E9;
	background-size:100%;
	background-size:cover;
	background-position:left top;
	margin:0;
	padding:50px 20px 50px 20px;
}

.top_box37-1 {
	width:100%;
	margin:0 auto;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
	font-weight:bold;
}


.top_box37-1 img.insta {
	width:40%;
	height:auto;
	margin-bottom:20px;
	margin-left:0px;
}

.top_box37-2 {
	width:100%;
	margin-top:30px;
}

.top_box37-2 img{
	float:right;
	width:50%;
	height:50%;
}

.dn01 {
	display:none;
}

.dn02 {
	display:block;
}

.top_box37-1 div.rtxt {
	width:100%;
	margin: 0 0 0 0;
}

	
}




.top_box38 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:50px 0 60px 0;
	clear:both;
	border-bottom:0px solid #951558;
}

.top_box38-1 {
	width:1160px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 20px 0;  /* 左右 上下で記述 */
}

.top_box38-2 {
	width:1160px;
	overflow:hidden;
	display:table-cell;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}


.top_box38-2 img {
	width:1160px;
	height:auto;
	text-align:center;
}


.top_box38-3 {
	width:1160px;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:1.6;
}


@media screen and (max-width:1194px){
	.top_box38 {
	width:100%;
	background:#F1F1F3;
	font-size:16px;
	line-height:1.6;
	padding:40px 0 30px 0;
}

.top_box38-1 {
	width:100%;
	margin:0 auto;
	padding:0px 10px 0px 10px;
	overflow:hidden;
	display:block;
	border-collapse:inherit;  /* セルの間隔を空ける */
 border-spacing: 0px 0;  /* 左右 上下で記述 */
}

.top_box38-2 {
	width:100%;
	overflow:hidden;
	display:block;
	font-size:16px;
	text-align:center;
	font-family: "Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom:0px;
	
}

.top_box38-2 img {
	width:100%;
	height:auto;
	text-align:center;
}

.top_box38-3 {
	width:100%;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:1.6;
	padding:0 10px 0 10px;
}

}


.sta_box14 {
	width:100%;
	margin-bottom:15px;
}

.sta_box14-1 {
	width:1000px;
	margin:0 auto;
}

.sta_box14-1 img {
	width:100%;
	height:auto;
}


.sta_box15 {
	width:100%;
	margin-bottom:80px;
}

.sta_box15-1 {
	width:1000px;
	margin:0 auto;
	display:flex;
}

.sta_box15-1 img.sta_img {
	width:512px;
	height:384px;
	margin-right:20px;
}

.sta_box15-1 img.sta_img2 {
	width:279px;
	height:279px;
}


@media screen and (max-width:990px){

.sta_box14 {
	width:100%;
	margin-bottom:15px;
}

.sta_box14-1 {
	width:100%;
	margin:0 auto;
}

.sta_box14-1 img {
	width:100%;
	height:auto;
}


.sta_box15 {
	width:100%;
	margin-bottom:40px;
}

.sta_box15-1 {
	width:100%;
	margin:0 auto;
	display:block;
}

.sta_box15-1 img.sta_img {
	width:100%;
	height:auto;
	margin-right:0px;
	margin-bottom:10px;
}

.sta_box15-1 img.sta_img2 {
	width:50%;
	height:auto;
}

}


.sta_box16 {
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 15px auto;
	clear:both;
}

.sta_box16 img {
	margin-bottom:0px;
}




@media screen and (max-width:1025px){

.sta_box16 {
	width:100%;
	margin:0 auto;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	margin:0 auto 15px auto;
	clear:both;
}

.sta_box16 img {
	margin-bottom:0px;
}






/*
WP初期化
---------------------------------------------------------------------------*/
.alignright { display: block; margin: 0 0 0 auto; }/* 配置位置 右 */
.alignleft { display: block; margin: 0 auto 0 0; }/* 配置位置 左 */
.aligncenter { display: block; margin: 0 auto; }/* 配置位置 中央 */
img.aligncenter { display: block; margin: 0 auto; }