*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:14px;
	letter-spacing:1px;
	line-height:1.5em;
//	color:#000;
	color:#333;
	word-break:break-all;
	font-family: "メイリオ",Meiryo,"MS PGothic","MS UI Gothic",Arial,sans-serif;
//	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
//	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

br {
	line-height:1em;
}

html,body {
//	height:100%;
}

a {
//	display:inline-block;
//	color:#247de9;
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}

a.lnk {
	color:#00477f;
//	text-decoration:underline;
}
a.lnk:hover{
	color:#ff0000;
	cursor: pointer;
}

.km {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.km5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

#page-top {
	position: fixed;
	top:130px;
	left:0;
	z-index:99;
}

.pagetop {
    display: none;
    position: fixed;
//	top:100px;
//	left:0;
    bottom: 5px;
    right: 5px;
	z-index:999;
	transition: all 300ms ease-out 0s;
}
.pagetop:hover {
//	opacity: 0.5;
}
.opa05 {
	transition: opacity 300ms ease-out 0s;
	cursor: pointer;
}

.opa05:hover {
	opacity: 0.5;
}
.opa07:hover {
	opacity: 0.7;
}

.clear {
	clear:both;
}

.nowrap {
	white-space: nowrap;
}

.w100 {
	width:100%;
}

.h100 {
	height:100%;
}

.red {
	color:#ff0000;
}
.white {
	color:#fff;
}


/*-----------------------------------------------------------------
	-design-
-----------------------------------------------------------------*/

#wrapper{
	display:block;
}
#smart_wrapper{
	display:none;
}
#smart_footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/

.pc_img_class{
	display:inline;
}
.smart_img_class{
	display:none;
}

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

.link-a {
//	margin-top:-60px;
//	padding-top:60px;
}
/*----------------------------------------*/

.hi5 {
	height:5px;
}
.hi10 {
	height:10px;
}
.hi20 {
	height:20px;
}
.hi30 {
	height:30px;
}
.hi40 {
	height:40px;
}
.hi50 {
	height:50px;
}
.hi60 {
	height:60px;
}
.hi70 {
	height:70px;
}
.hi80 {
	height:80px;
}
.hi90 {
	height:90px;
}
.hi100 {
	height:100px;
}
.hi200 {
	height:200px;
}
.hi300 {
	height:300px;
}

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

body {
	min-width:1100px;
}

.main-a {
	margin:5px 0 0 0;
	background-color:#fff;
}

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

.table {
	border-collapse: collapse;
}
.table-100p {
	width:100%;
}
.table-w900 {
	position:absolute;
	top:21px;
	left:400px;
	width:900px;
//	border:1px solid #000;
}
.table-w700 {
	position:absolute;
	top:50px;
	left:400px;
	width:630px;
//	border:1px solid #000;
}
.table-t000 {
//	position:absolute;
//	left:0px;
//	bottom:10px;
	margin:0 0;
}

.table td {
	text-align:left;
	vertical-align:middle;
}

.table td.top0001 {
	width:75px;
}
.table td.top0002 {
	position:relative;
	height:450px;
//	background-image: url("../images/back-t.jpg");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.table td.top0003 {
	position:relative;
	height:100px;
	padding:0;
}



.table td.td-m001 {
	padding:0 0 0 15px;
	font-size:12px;
	font-weight:bold;
}
.table td.td-m001 a {
	font-size:12px;
	color:#fff;
	text-shadow: 0px 0px 10px #ea5453, 0px 0px 10px #ea5453, 0px 0px 10px #ea5453, 0px 0px 10px #ea5453, 0px 0px 10px #ea5453, 0px 0px 10px #ea5453, 0px 0px 10px #ea5453, 0px 0px 10px #ea5453, 0px 0px 10px #ea5453, 0px 0px 10px #ea5453;
}

.table td.td-t001 {
	width:33%;
	padding:0 0 0 5px;
	text-align:center;
	vertical-align:middle;
}
.table td.td-f001a {
	width:50%;
	padding:0 5px 0 0;
	text-align:left;
	vertical-align:top;
}
.table td.td-f001b {
	width:50%;
	padding:0 0 0 5px;
	text-align:left;
	vertical-align:top;
}

.table td.td-f002a {
	padding:0 5px 0 0;
	font-size:19px;
	color:#f37f85;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
.table td.td-f002b {
	padding:0 5px 0 0;
	font-size:19px;
	color:#31bbe5;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
.table td.td-f003 {
	padding:5px 5px 0 0;
	font-size:12px;
	text-align:left;
	vertical-align:top;
}
.table td.td-f003 div{
	font-size:12px;
}
.table td.td-f003 div b{
	font-size:12px;
}
.table td.td-f003 a{
	font-size:12px;
	color:#247de9;
	font-weight:bold;
	text-decoration:underline;
}
.table td.td-f003 a:hover{
	color:#ff0000;
}



.table td.td-g001 {
	padding:0 40px 0 40px;
	text-align:center;
	vertical-align:top;
}
.table td.para001 {
	width:130px;
	padding:15px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	background-color:#ddd;
	border:1px solid #888;
}
.table td.para002 {
	padding:15px;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #888;
}
.table td.td-yk01 {
	padding: 0 5px 0 0;
}
.table td.td-yk02 {
	color:#0094ff;
	font-weight:bold;
}
.table td.td-news01 {
	width:120px;
//	padding: 0 5px 0 0;
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
text-decoration:none;
}
.table td.td-news02 {
//	padding: 0 5px 0 0;
	font-size:14px;
	vertical-align:top;
text-decoration:none;
}


.table td.td-cult01 {
	padding:10px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border:1px solid #000;
	background-color:#ddd;
}
.table td.td-cult02 {
	padding:10px;
	font-size:12px;
//	font-weight:bold;
	text-align:left;
	border:1px solid #000;
}
.table td.td-cult02 a{
	font-size:12px;
}
.table td.td-cl001 {
	padding:10px 10px 0 0;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
.table td.td-cl002 {
	padding:10px 0 0 0;
	text-align:left;
	vertical-align:top;
}

.table td.topf {
	vertical-align:top;
}
.table td.cntf {
	text-align:center;
}

.table td.td-yoyaku01 {
	width:200px;
	padding:10px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	border:1px solid #666;
	background-color:#fadce9;
}
.table td.td-yoyaku02 {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #666;
}

.table td.td-coating01 {
	width:550px;
	padding:0 10px;
}
.table td.td-coating02 {
	text-align:left;
	vertical-align:top;
}

.table td.td-service01 {
	width:270px;
	padding:0 10px;
	vertical-align:top;
}

@media screen and (max-width:480px){
.table td.top0001d {
	display:none;
}
.table td.top0002 {
	position:relative;
	height:250px;
	background-position: center center;
}
.table td.top0003 {
	height:60px;
}

.table td.td-yoyaku01 {
	display:block;
	width:100%;
	margin:-1px 0 0 0;
	padding:10px;
	font-weight:bold;
	text-align:left;
}
.table td.td-yoyaku02 {
	display:block;
	margin:-1px 0 0 0;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #666;
}

.table td.td-coating01 {
	width:550px;
	padding:0 5px;
}

.table td.td-service01 {
	display:block;
	width:100%;
	padding:20px 10px 0 10px;
	vertical-align:top;
}

}


@media screen and (max-width:480px){
.table td.para001 {
	width:110px;
	padding:10px;
	font-size:12px;
}
.table td.para002 {
	padding:10px;
	font-size:12px;
}
.table td.td-news01 {
	display:inline-block;
	width:100%;
	padding:0 0 5px 0;
	font-size:12px;
}
.table td.td-news02 {
	display:inline-block;
	width:100%;
	font-size:12px;
}

.table td.td-cult01 {
	padding:5px;
	font-size:7px;
}
.table td.td-cult02 {
	padding:5px;
	font-size:7px;
}

.table td.td-cl001 {
	display:block;
	width:100%;
	padding:10px 0 0 0;
	font-size:9px;
}
.table td.td-cl002 {
	display:block;
	width:100%;
	padding:0px 0 0 0;
	font-size:9px;
}
}

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

.top-image {
	position:relative;
	height:450px;
	background-image: url("../images/back-t.jpg");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center bottom;
}
@media screen and (max-width:480px){

}

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

.calendar00 {
//	width:220px;
	width:100%;
	margin:5px 0;
//	border:1px solid #000;
}
.calendar01 {
	width:170px;
//	height:25px;
//	margin:0 10px 1px 10px;
	margin:0 0px 1px 0px;
	padding:10px 0 7px 0;
	font-size:15px;
	line-height:1em;
	text-align:center;
	border:1px solid #666;
//	border-radius:15px;
}
@media screen and (max-width:480px){
.calendar01 {
	width:150px;
	font-size:12px;
}
}

.calendar02 {
	width:25px;
	height:25px;
	padding:6px 0 0 0;
	font-size:11px;
	line-height:1em;
	text-align:center;
	border:1px solid #b9b9b9;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.calendar02:hover {
	background-color: #d5ffff;
}

.calendar03 {
	display:inline-block;
	width:75px;
	height:25px;
	padding:6px 0 0 0;
	font-size:11px;
	line-height:1em;
	text-align:center;
//	border:1px solid #b9b9b9;
	border:1px solid #666;
//	border-radius:50%;
}
.calendar03:hover {
	background-color: #d5ffff;
}



table.sample_01 {
	width: 100%;
	border-collapse: collapse;
//	table-layout: fixed;
}
table.sample_01 th {
	padding:10px 0;
	font-size:12px;
	border:1px solid #666;
	text-align:center;
	background-color: #ddd;
}
table.sample_01 th.sun {
	background-color: #ffd5e3;
}
table.sample_01 th.sat {
	background-color: #aaebff;
}
table.sample_01 td {
	width:55px;
//	min-height:38px;
	height:60px;
	padding:0px 0px;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	border:1px solid #666;
}

table.sample_01 td.td1 {
//	height:100px;
	line-height: 2.5em;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	overflow:hidden;
}

table.sample_01 td a.link1 {
	display:block;
	width:100%;
	height:100%;
//	height:80px;
//	padding:3px;
	font-size:10px;
	color:#000;
}
table.sample_01 td a.link1:hover {
	color:#f00;
	background-color: #d5ffff;
}

table.sample_01 td label {
	display:block;
	width:100%;
	height:100%;
//	height:80px;
//	padding:3px;
	font-size:10px;
	color:#000;
}
table.sample_01 td label:hover {
	color:#f00;
	background-color: #d5ffff;
}

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

.top-menu01 {
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:60px;
	background-color:#000;
}

.tops-button00 {
	width:26px;
	height:3px;
	background-color:#fff;
}
.tops-button01 {
	position:absolute;
	top:18px;
	left:17px;
	transition: 0.2s; /* アニメーション */
}
.tops-button01-m {
	left:43px;
	transform: rotate(45deg);
	transition:0.2s;
}
.tops-button02 {
	position:absolute;
	top:28px;
	left:17px;
	transition: 0.2s; /* アニメーション */
}
.tops-button02-m {
	right:43px;
	transform: rotate(-45deg);
	transition:0.2s;
}
.tops-button03 {
	position:absolute;
	top:38px;
	left:17px;
	display:block;
	transition: 0.2s; /* アニメーション */
}

.btn-aaa {
display:block;
	margin:-1px 0 0 0;
	padding:10px 0 10px 0;
	font-size:13px;
//	color: #000;
	color: #4c4c4c;
	font-weight: bold;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

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

.header-m {
	z-index:10;
//	position:fixed;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
//	padding: 0 0 0 25px;
//	text-align:center;
//	background-color:#fff;
//	border-bottom:1px solid #000;
//	background-image: url("./images/back-h.jpg");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: top left;
}

.title2 {
	position:absolute;
	bottom:0px;
	left:0px;
	width:366px;
	height:60px;
	padding:0px 0px 0 0px;
//	background-color:#fff;
//	border:1px solid #322d7b;
}
.title-p {
	width:100%;
//	margin:auto 0;
}

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

.back-s01 {
	z-index:-1;
	position:absolute;
	top:0px;
	left:0px;
}

.back-s02 {
	z-index:-1;
	position:absolute;
	top:0px;
	right:0px;
}

.back-s03 {
	z-index:-1;
	position:absolute;
	bottom:-450px;
	left:0px;
}

.back-s04 {
	z-index:-1;
	position:absolute;
	top:320px;
	left:0px;
}

.back-s05 {
	z-index:-2;
	position:absolute;
	top:120px;
	right:0px;
}

.back-s06 {
	z-index:-2;
	position:absolute;
	top:-130px;
	left:0px;
	width:100%;
}

.back-s07 {
	z-index:-1;
	position:absolute;
	top:0px;
	right:0px;
}

.back-s08 {
	z-index:-1;
	position:absolute;
	bottom:0px;
	left:0px;
}

@media screen and (max-width:480px){
.back-s01 {
	width:320px;
}
.back-s02 {
	display:none;
	top:0px;
	right:0px;
	width:320px;
}
.back-s03 {
	bottom:-100px;
	left:0px;
	width:320px;
}
.back-s04 {
	display:none;
	top:320px;
	left:0px;
	width:320px;
}
.back-s05 {
	display:none;
	top:120px;
	right:0px;
}
.back-s06 {
	top:-130px;
	left:0px;
	width:100%;
}
.back-s07 {
	top:0px;
	right:0px;
	width:50px;
}
.back-s08 {
	bottom:0px;
	left:0px;
	width:50px;
}
}


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

.top {
	display:table;
	position:relative;
	width:100%;
//	height:650px;
//	background-color:#ccc;
//	border-bottom:1px solid #aaa;
//	border:1px solid #000;

}
.top-2 {
	display:table-cell;
//	position:absolute;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:550px;
//	background-color:#fff;
	background-image: url("../images/back-t.jpg");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;


//	border:1px solid #000;
}
.top-2-1 {
	display:table-cell;
//	position:absolute;
	bottom:10px;
	left:0px;
	right:0px;
	width:75px;
	margin:0 auto;
	background-color:#fff;
}
.top-3 {
	display:table-cell;
	position:relative;
//	width:100%;
//	height:650px;
	padding:0 5px 5px 0px;
	vertical-align:bottom;
//	border:1px solid #000;
}

.top-4 {
	padding:13px 0 10px 0;
	color:#000;
	font-weight:bold;
	text-align:center;
	border:2px solid #322d7b;
	background-color:#fff;
	transition: background-color 300ms ease-out 0s;
}
.top-4:hover {
	color:#fff;
	background-color:#322d7b;
}

.top-4-1 {
	background-image: url("../images/ya.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.i01-p {
	margin:0 0 13px 0;
}
.i02-p {
	margin:0 0 13px 0;
}
.i03-p {
	margin:0 0 13px 0;
}



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

.contents {
	position:relative;
}

.view {
	display:inline-block;
	padding:0 1px 2px 1px;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #b50023;
}
.view-c {
	z-index:2;
	position:absolute;
	bottom:50px;
	right:55px;
}
.view-mg {
	margin:0 0 0 15px;
}
.view-mg2 {
	margin:15px 0 0 0;
}
.view-mg3 {
	margin:0 0 0 15px;
}
.view-mg4 {
	margin:0 0 0 15px;
}
.view-mg5 {
	margin:25px 0 0 0;
	font-size:15px;
}
.view-mg6 {
	margin:20px 0 10px 0;
	font-size:15px;
}

@media screen and (max-width:480px){
.view-mg3 {
	margin:10px 0 0 0;
}
.view-mg4 {
	margin:10px 0 0 15px;
}
.view-mg5 {
	margin:15px 0 0 0;
	font-size:13px;
}
.view-mg6 {
	margin:20px 0 10px 0;
	font-size:13px;
}
}

.font-m {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.title01 {
	font-size:40px;
	color:#000;
	font-weight:bold;
	line-height:1.0em;
}
.title02 {
	margin:10px 0 0 0;
	font-size:20px;
	color:#000;
	font-weight:bold;
	line-height:1.0em;
}
.title-wt {
	color:#fff;
}

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

.contents0001 {
	position:relative;
	padding:0 75px;
//	border:1px solid #000;
}
.contents0001-wh {
	padding:40px;
	background-color:#fff;
}

.contents0001-01 {
	width:520px;
}
.contents0001-02 {
	padding:25px 0 0 25px;
	text-align:left;
}
.contents0001-02-1 {
	padding:15px 0 0 0;
	text-align:left;
	line-height:1.8em;
}

.photo01-1p {
	width:100%;
}

.yoyaku00 {
	padding:40px;
	text-align:left;
	border:2px solid #ea5453;
}
.yoyaku00a {
	padding:40px;
	text-align:left;
//	border:2px solid #ea5453;
}
.yoyaku00b {
//	padding:40px;
	text-align:left;
	border:2px solid #ea5453;
	background-color:#fff;
}
.yoyaku01 {
	padding:10px 0;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background-color:#ea5453;
}

.yoyaku-title {
	margin:0 0 10px 0;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	border-left:7px solid #ea5453;
	border-bottom:1px solid #666;
}

.yoyaku-t01 {
	margin:0 0 20px 0;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.yoyaku-t02 {
	margin:0 0 20px 0;
	font-size:18px;
	color:#ff0000;
	font-weight:bold;
	text-align:left;
}


.contents0002 {
	position:relative;
	padding:0px 0 0 0;
}

.contents0002-01 {
	position:relative;
	background-color:#ea5453;
}
.contents0002-02 {
	position:relative;
	padding:80px 0 240px 0;
	color:#fff;
}
.contents0002-02-1 {
	margin:30px 0 0 0;
	color:#fff;
	line-height:1.8em;
}

.photo02-1 {
	width:100%;
}

.contents0002-03 {
	z-index:1;
	position:relative;
	margin:-200px 0 0 0;
}

.contents0002-04 {
	position:relative;
//	height:750px;
	height:630px;
}
.contents0002-04-1 {
	width:16px;
	height:16px;
	margin:5px 10px 0 0;
	background-color:#ea5453;
	transform: rotate(45deg);
}
.contents0002-04-2 {
	font-size:20px;
	color:#000;
	font-weight:bold;
}
.contents0002-04-3 {
	width:600px;
	padding:0px 0 0 0;
}

.contents0002-05-A {
	position:absolute;
	top:-10px;
	left:20px;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	text-align:left;
}
.contents0002-05-0 {
	position:absolute;
	top:0px;
	left:40px;
}
.contents0002-05-1 {
	position:absolute;
	top:0px;
	left:260px;
}
.contents0002-05-2 {
	position:absolute;
	top:120px;
	left:145px;
}
.contents0002-05-3 {
	position:absolute;
	top:240px;
	left:45px;
}
.contents0002-05-4 {
	position:absolute;
	top:370px;
	left:140px;
}
.contents0002-05-5 {
	position:absolute;
	top:400px;
	left:150px;
}
.contents0002-05-6 {
	position:absolute;
	top:500px;
	left:250px;
}

.contents0002-06 {
	position:absolute;
	bottom:60px;
	left:0;
	right:0;
	width:260px;
	height:50px;
	margin:0 auto;

	border:1px solid #000;
	display: flex;
	align-items: center;

	background-image: url("../images/san.png");
	background-repeat: no-repeat;
	background-size:auto 14px;
//	background-size: cover;
//	background-size: contain;
	background-position: right 10px center;
}
.contents0002-06b {
	display:inline-block;
	width:260px;
	height:50px;
	margin:15px auto 0 auto;
	border:1px solid #000;
	display: flex;
	align-items: center;
	background-image: url("../images/san.png");
	background-repeat: no-repeat;
	background-size:auto 14px;
//	background-size: cover;
//	background-size: contain;
	background-position: right 10px center;
}
.contents0002-06-1 {
	display:inline-block;
	width:100%;
//	height:10px;
	padding:2px 0 0 0;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:1.0em;
//	border:1px solid #000;
}




.contents0002-06a {
	width:140px;
	height:31px;
	margin:2px 0 0 0;
	padding:6px 10px 0 0;
	font-size:13px;
	font-weight:bold;
	text-align:center;

	border:1px solid #000;
	align-items: center;

	background-image: url("../images/san.png");
	background-repeat: no-repeat;
	background-size:auto 14px;
//	background-size: cover;
//	background-size: contain;
	background-position: right 10px center;
}

.contents0002-07 {
	z-index:-1;
	position:absolute;
//	top:80px;
	top:20px;
	right:30px;
	width:270px;
}
.contents0002-07-1 {
	width:270px;
	margin:0 0 10px 0;
}
.contents0002-07-2 {
	width:270px;
}
.photo03-1 {
	width:100%;
}

.contents0003 {
	position:relative;
//	height:450px;
	padding:70px 0 0 0;
}
.contents0003-0 {
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:450px;
	background-image: url("../images/back-a.jpg");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}

.contents0003-w1 {
	width:1080px;
//	padding:0 0 0 100px;
//	border:1px solid #000;
}
.contents0003-01 {
	width:320px;
}
.contents0003-02 {
	padding:25px 0 0 25px;
	text-align:left;
}
.contents0003-02-1 {
	padding:45px 0 0 0;
	text-align:left;
	line-height:1.8em;
}

.contents0003-03 {
	width:675px;
	margin:35px 0 0 0;
}
.contents0003-03-1 {
	width:325px;
	margin:0 25px 0 0;
}
.contents0003-03-2 {
	width:325px;
}


.photo04-1p {
	width:100%;
	border:1px solid #fff;
}
.photo04-2p {
	width:100%;
	border:1px solid #fff;
}


.contents0004 {
//	z-index:-3;
	position:relative;
//	overflow: hidden;
//	margin:-130px 0 0 0;
	padding:100px 0 100px 0;
}

.photo05-1p {
	width:100%;

}

.contents0004-01 {
	background-color:#ea5453;
	border:1px solid #fff;
}
.contents0004-02 {
	padding:3px 0 5px 0;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#ea5453;
}
.contents0004-03 {
	padding:10px 0 0 0;
	font-size:13px;
}

.contents0005 {
	padding:50px 0 50px 0;
	background-color:#ea5453;
}

.contents0005-w1 {
	width:1020px;
//	padding:0 0 0 100px;
//	border:1px solid #000;
}
.contents0005-01 {
	width:440px;
}
.contents0005-02 {
	padding:25px 25px 0 25px;
	text-align:left;
}
.contents0005-02-1 {
	padding:25px 0 0 0;
	color:#fff;
	text-align:left;
	line-height:1.8em;
}

.photo06-1p {
	width:100%;
}

.contents0005-03 {
	width:300px;
	height:70px;
}

.contents0005-04 {
//	position:absolute;
//	bottom:60px;
//	left:0;
//	right:0;
	width:250px;
	height:50px;
//	margin:0 auto;
	color:#fff;

	border:1px solid #fff;
	display: flex;
	align-items: center;

	background-image: url("../images/i01.png");
	background-repeat: no-repeat;
	background-size: 23px auto;
//	background-size: cover;
//	background-size: contain;
	background-position: left 15px center;
}
.contents0005-04a {
	margin:0 15px 0 0;
}

.contents0005-04-1 {
	display: block;
	width:100%;
//	height:10px;
	padding:2px 0 0 20px;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:1.0em;
//	border:1px solid #000;
}

.contents0005-05 {
//	position:absolute;
//	bottom:60px;
//	left:0;
//	right:0;
	width:250px;
	height:50px;
//	margin:0 auto;
	color:#ea5453;

	background-color:#fff;
	border:1px solid #fff;
	display: flex;
	align-items: center;

	background-image: url("../images/i02.png");
	background-repeat: no-repeat;
	background-size: 25px auto;
//	background-size: cover;
//	background-size: contain;
	background-position: left 15px center;
}
.contents0005-05-1 {
	display: block;
	width:100%;
//	height:10px;
	padding:2px 0 0 25px;
	font-size:16px;
	color:#ea5453;
	font-weight:bold;
	text-align:center;
	line-height:1.0em;
//	border:1px solid #000;
}

.contents0005-06 {
	width:1020px;
	height:350px;
	margin:20px 0 0 0;
}


.contents0006 {
	position:relative;
	padding:50px 0 50px 0;
}
.contents0006-wh {
	background-color:#fff;
}

.contents0006-w1 {
	width:1020px;
//	padding:0 0 0 100px;
//	border:1px solid #000;
}
.contents0006-01 {
	text-align:left;
}
.contents0006-01-1 {
	padding:0px 0 0 0;
	font-size:12px;
	text-align:left;
//	line-height:1.8em;
}

.contents0006-02 {
	padding:0px 0 0 20px;
	font-size:12px;
	text-align:left;
}

.contents0006-03 {
	padding:0px 0 0 40px;
	font-size:12px;
	text-align:left;
}
.contents0006-04 {
	padding:0px 0 0 30px;
	font-size:12px;
	text-align:left;
}

.contents0006-bb {
	display:inline-block;
//	width:160px;
//	height:50px;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	font-size:12px;
	text-align:left;
	line-height:1.0em;

//	border:1px solid #000;
//	display: flex;
//	align-items: center;

	background-image: url("../images/san.png");
	background-repeat: no-repeat;
	background-size: 5px auto;
//	background-size: cover;
//	background-size: contain;
	background-position: left center;
}

.contents0006-bb-1 {
	display: block;
	width:100%;
//	height:10px;
	padding:2px 0 0 0;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:1.0em;
//	border:1px solid #000;
}



.contents0006-foot {
	margin:50px 0 0 0;
	text-align:center;
}

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

.contents0007 {
	position:relative;
	padding:0 75px 0 75px;
//	border:1px solid #000;
}
.contents0007-wh {
	padding:50px 0px;
	background-color:#fff;
}
@media screen and (max-width:480px){
.contents0007 {
	padding:0 10px 0 10px;
}
.contents0007-wh {
	padding:30px 5px;
	background-color:#fff;
}
}

.contents0007-title01 {
	font-size:40px;
	color:#000;
	font-weight:bold;
	line-height:1.0em;
}
.contents0007-title02 {
	margin:10px 0 0 0;
	font-size:20px;
	color:#000;
	font-weight:bold;
	line-height:1.2em;
}
@media screen and (max-width:480px){
.contents0007-title01 {
	font-size:24px;
}
.contents0007-title02 {
	margin:0px 0 0 0;
	font-size:16px;
}
}

.contents0007-1 {
	width:930px;
	padding:0 20px;
}
.contents0007-1-1 {
	float:left;
	width:33.3%;
	padding:15px ;
//	border:1px solid #eee;
}
@media screen and (max-width:480px){
.contents0007-1 {
	width:100%;
	padding:0 0px;
}
.contents0007-1-1 {
	width:50%;
	padding:5px 5px;
//	border:1px solid #eee;
}
}

.contents0007-2 {
	margin:10px 0 0 0;
	font-size:30px;
	color:#ee0000;
	font-weight:bold;
	line-height:1.0em;
	transform:rotate(-90deg); 
}
@media screen and (max-width:480px){
.contents0007-2 {
	margin:0px 0 0 0;
	font-size:30px;
	transform:rotate(0deg); 
}
}

.contents0007-3 {
	padding:45px 0 30px 0;
	font-size:16px;
	font-weight:bold;
}
@media screen and (max-width:480px){
.contents0007-3 {
	padding:15px 0 10px 0;
	font-size:12px;
	font-weight:bold;
}
}

.contents0007-4 {
	width:400px;
	padding:0 0px;
}
.contents0007-5 {
	width:830px;
	padding:0 0px;
}
@media screen and (max-width:480px){
.contents0007-4 {
	width:100%;
}
.contents0007-5 {
	width:100%;
	padding:0 20px;
}
}

.table td.td-c0007-1 {
	width:400px;
	text-align:center;
	vertical-align:top;
}
.table td.td-c0007-2 {
	width:50px;
	padding:20px 0 0 0;
	text-align:center;
	vertical-align:middle;
}
.table td.td-c0007-3 {
	width:50%;
	padding:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666;
	background-color:#fadce9;
}
.table td.td-c0007-4 {
	width:50%;
	padding:14px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666;
}
@media screen and (max-width:480px){
.table td.td-c0007-1 {
	display:block;
	width:100%;
	padding:0 5px 0 5px;
}
.table td.td-c0007-2 {
	display:block;
	width:100%;
	padding:0 0 10px 0;
}
}


.saikou {
	display:inline-block;
	margin:0px 0px 0px 0;
	padding:10px 15px;
	font-size:12px;
	line-height:1.0em;
	background-color:#fff;
	border:1px solid #000;
}
@media screen and (max-width:480px){
.saikou {
	margin:10px 0px 0px 0;
}
}


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


.contents01 {
	position:relative;
	width:1080px;
}
.contents01-2 {
	width:350px;
	height:730px;
	margin:0 5px;
	border-radius:10px;
	background-color:#555;
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.contents01-2-1 {
	background-image: url("../images/back-a01.jpg");
	background-position: left -500px center;
}
.contents01-2-2 {
	background-image: url("../images/back-a02.jpg");
}
.contents01-2-3 {
	background-image: url("../images/back-a03.jpg");
	background-position: right -140px center;
}

.contents01-3 {
	width:350px;
	height:730px;
	padding:300px 40px 0 40px;
	border-radius:10px;
	background-color:rgba(0, 0, 0, 0.5);
}
.contents01-4 {
	font-size:24px;
	color:#fff;
	font-weight:bold;
}
.contents01-4-2 {
	font-size:12px;
	color:#fff;
//	font-weight:bold;
}
.contents01-5 {
	height:60px;
	margin:30px 0 20px 0;
	font-size:12px;
	color:#fff;
	text-align:left;
}
.contents01-6 {
	margin:-1px 0 0 0;
	padding:12px 0 10px 5px;
	font-size:12px;
	color:#fff;
	text-align:left;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-image: url("../images/ya2.png");
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: right 5px center;
	transition: background-color 300ms ease-out 0s;
}
.contents01-6:hover {
	color:#000;
	background-color:#fff;
}

.contents01A {
	z-index:10;
	position:relative;
	width:1070px;
	padding:30px 40px 40px 40px;
	text-align:left;
	border:1px solid #999;
	border-radius:10px;
}
.contents01A a{
	color:#0000ff;
	text-decoration:underline;
}

.contents01A-lt01 {
	position:relative;
	width:410px;
}
.contents01X {
	position:absolute;
	top:10px;
	right:15px;
	font-size:24px;
	font-weight:bold;
	cursor:pointer;
}

.contents01A-rt01 {
	position:relative;
	width:538px;
}
.contents01A-lt02 {
	position:relative;
	width:485px;
}

.contents01A-rt02 {
	position:relative;
	width:485px;
}

.contents01A-1 {
	display:inline-block;
	margin:0 0 15px 0;
	padding:8px 15px 4px 15px;
	font-size:15px;
	color:#fff;
//	font-weight:bold;
//	border:1px solid #aaa;
	background-color:#666;
	border-radius:5px;
}
.contents01A-2 {
	position:relative;
	padding:0 0 5px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #aaa;
}
.contents01A-3 {
	padding:10px 0 0 10px;
	line-height:1.7em;
}
.contents01A-3a {
	height:160px;
	padding:0px 0 0 0px;
	line-height:1.7em;
	overflow-x: hidden;
	overflow-y: scroll;
}
.contents01A-3b {
	padding:15px 0 15px 0;
	border-bottom:1px dashed #aaa;
	text-decoration:none;
}
.contents01A-3b:hover {
	background-color:#beffff;
}
.contents01A-3b td{
	text-decoration:none;
}
.contents01A-3c {
	line-height:1.5em;
}
.contents01A-3d {
	padding:10px 0 0 0px;
}

.contents01A-3 a.a001 {
	color:#247de9;
	font-weight:bold;
	text-decoration:underline;
}
.contents01A-3 a.a001:hover {
	color:#ff0000;
}

.contents01A-3-1 {
	margin:0 0 5px -5px;
	font-size:15px;
	font-weight:bold;
}

.contents01A-3-2 {
	width:320px;
	margin:0 30px 0 0;
}
.contents01A-3-3 {
	width:320px;
	margin:0 0 0 0;
}

.contents01A-3-4 {
	width:305px;
	margin:0 30px 0 0;
}
.contents01A-3-5 {
	width:305px;
	margin:0 0 0 0;
}
.contents01A-3-6 {
	display:inline-block;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}
.contents01A-3-7 {
	display:inline-block;
	font-size:13px;
}


.contents01A-4 {
	width:245px;
	margin:0 10px 14px 10px;
}
.contents01A-4-2 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.contents01A-btn {
//	position:absolute;
//	top:4px;
//	left:215px;
	display:inline-block;
	margin:5px 0 0 0;
	padding:9px 20px 7px 20px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	background-color:#777;
	border-radius:5px;
}
@media screen and (max-width:480px){
.contents01A-btn {
//	top:1px;
//	left:175px;
	padding:4px 15px 2px 15px;
	font-size:12px;
}
}

.image01-p {
	width:320px;
	height:190px;
	margin:0 30px 0 0;
}
.image01a-p {
	width:100%;
}

.image02-p {
	width:305px;
//	height:190px;
	margin:0 30px 0 0;
}
.image03-p {
	width:305px;
//	height:190px;
	margin:0 0 0 0;
}
.image04-p {
	width:100%;
//	height:190px;
}

.c001-p {
	margin:10px 0 0 0;
}

.gaiyou04-p {
	width:485px;
	margin:20px 0 0 0;
}
.gaiyou05-p {
	width:485px;
	margin:20px 0 0 0;
}

.contents02 {
	position:relative;
	width:1080px;
	padding:0 5px;
}

.contents02-b {
	position:absolute;
	top:10px;
	right:25px;
}
.contents02-c {
	position:absolute;
	top:10px;
	right:25px;
}
.contents02-d {
	width:1020px;
	margin:0 0 0 4px;
//	border:1px solid #000;
}

.contents02-d2 {
	width:500px;
	border:1px solid #aaa;
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
	transition: background-color 300ms ease-out 0s;
}
.contents02-d2:hover {
	background-color:#c8ffff;
}
.contents02-d2-1 {
	background-image: url("../images/school01.jpg");
}
.contents02-d2-2 {
	background-image: url("../images/school02.jpg");
}
.toumei {
	padding: 20px 5px 10px 5px;
	background-color: rgba(255, 255, 255, 0.5);
}
.toumei:hover {
	background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width:480px){
.contents02-d {
	width:100%;
	margin:0;
}
.contents02-d2 {
	width:100%;
	margin:0 0 10px 0;
	padding: 0;
}
}

.contents02-1 {
	position:relative;
	margin:32px 0 0 0;
	width:340px;
	text-align:left;
//	border:1px solid #000;
}
.contents02-2 {
	margin:20px 0 0 0;
	font-size:36px;
	font-weight:bold;
	line-height:1.1em;
}
.contents02-2a {
	margin:0;
}
.contents02-3 {
	margin:5px 0 20px 0;
	font-size:20px;
	font-weight:bold;
}
.contents02-4 {
	font-size:12px;
}
.contents02sh {
	color:#000;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

.contents02-5 {
	width:681px;
	padding:10px 0 0 0;
	text-align:left;
//	border:1px solid #000;
}
.contents02-5-2 {
	overflow: hidden;
	position:relative;
	width: 661px;
	min-height:230px;
	padding:30px 30px;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
	background-repeat: no-repeat;
	background-size: cover;
//	background-position: center center;
	box-shadow: 5px 5px 30px #999;
	border-radius:5px;
}
.contents02-5-3 {
	margin:10px 0 0 20px;
	font-size:12px;
}

.contents02-6 {
	margin:5px 0 0 0;
	font-size:18px;
}


.contents03 {
	position:relative;
	height:600px;
	background-image: url("../images/back-b01.jpg?5");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.contents03-1 {
	position:absolute;
	bottom:60px;
	left:50px;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	color:#fff;
	text-align:left;
	line-height:2.0em;
	text-shadow: 0px 0px 15px #000, 0px 0px 15px #000, 0px 0px 15px #000;
}

.contents04 {
	position:relative;
	width:840px;
}
.contents04-1 {
	text-align:left;
}
.contents04-2 {
	width:420px;
	text-align:left;
}
.contents04-2-1 {
	margin:0 0 30px 0;
}

.contents05 {
	position:relative;
	width:1060px;
	height:570px;
//	border:1px solid #000;
}

.contents05-1 {
	z-index:0;
	position:absolute;
	top:0;
	right:0;
	width:510px;
	height:570px;
	background-image: url("../images/back-c01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: left -60px center;
	border-radius:10px;
}
.contents05-1a {
	background-image: url("../images/back-f01.jpg");
	background-position: left 0px center;
}

.contents05-2 {
	z-index:1;
	position:absolute;
	top:80px;
	left:0;
	width: 590px;
	height:420px;
	padding:70px 70px 0 70px;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
	background-repeat: no-repeat;
	background-size: cover;
//	background-position: center center;
	box-shadow: 5px 5px 40px #999;
	border-radius:10px;
}
.contents05-2 b{

}

.contents05-2-1 {
	margin:0 0 30px 0;
	font-size:18px;
	font-weight:bold;
}
.contents05-2-2 {
	margin:0 0 30px 0;
	font-size:12px;
	line-height:1.9em;
}

.contents06 {
	position:relative;
	height:370px;
	background-image: url("../images/back-d01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}

.contents07 {
	position:relative;
	width:840px;
}
.contents07-1 {
	text-align:left;
}
.contents07-2 {
	width:420px;
	text-align:left;
}
.contents07-2-1 {
//	margin:0 0 30px 0;
}

.contents08 {
	position:relative;
	width:1060px;
	min-height:570px;
//	border:1px solid #000;
}

.contents08-1 {
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	width:510px;
	height:570px;
	background-image: url("../images/back-e01.jpg?5");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: left -70px center;
	border-radius:10px;
}
.contents08-2 {
	z-index:1;
	position:relative;
//	position:absolute;
	top:40px;
	right:0;
	width: 590px;
//	height:420px;
	padding:40px 35px 40px 35px;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
	background-repeat: no-repeat;
	background-size: cover;
//	background-position: center center;
	box-shadow: 5px 5px 40px #999;
	border-radius:10px;
}

.contents08-2-1 {
	margin:0 0 20px 0;
	font-size:14px;
	font-weight:bold;
}
.contents08-2-2 {
	margin:-1px 0 0 0;
	padding:10px 0 10px 0;
	font-size:12px;
	line-height:1.9em;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.contents08-2-3 {
	margin:7px 0 7px 0;
//	border-top:1px solid #aaa;
}
.contents08-2-4 {
	margin:10px 0 0 10px;
	padding:5px 0 0 0;
	border-top:1px dashed #aaa;
}

.contents09 {
	position:relative;
	padding:60px 0;
	color:#fff;
	background-color:#444;
}
.contents9-1 {
	width:580px;
}
.contents09-2 {
	margin:0 0 10px 0;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
.contents09-3 {
	margin:0 0 30px 0;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.contents09-4 {
	margin:5px 0 2px 0;
	font-size:14px;
	color:#918e93;
	font-weight:bold;
}
.contents09-5 {
	margin:0 0 10px 0;
	font-size:12px;
	color:#918e93;
}



.contents10 {
	position:relative;
	padding:50px 0;
	color:#fff;
	background-color:#373737;
}
.contents10-1 {
	width:1070px;
}
.contents10-2 {
	height:26px;
	margin:0 0 10px 0;
	padding:0px 0px 0 25px;
	font-size:14px;
	color:#fff;
	text-align:left;
	border-bottom:1px solid #fff;
	background-image: url("../images/bt-b.png");
	background-repeat: no-repeat;
//	background-size: cover;
//	background-size: contain;
	background-position: left top 1px;
}
.contents10-3 {
//	display:inline-block;
	height:20px;
	margin:5px 0;
	padding:0px 0px 0 20px;
	font-size:12px;
	color:#fff;
	text-align:left;
//	border:1px solid #fff;
	background-image: url("../images/bt-c.png");
	background-repeat: no-repeat;
//	background-size: cover;
//	background-size: contain;
	background-position: left 5px top 6px;
}

.contents10-a {
	width:370px;
}
.contents10-b {
	width:185px;
}
.contents10-c {
	margin:0 0 0 40px;
}


.contents11 {
	position:relative;
	padding:30px 0;
	color:#fff;
	background-color:#2b2b2b;
}
.contents11-1 {
	width:1070px;
}
.contents11-2 {
	margin:50px 0 0 0;
	font-size:12px;
	color:#fff;
}
.contents11-3 {
//	display:inline-block;
//	height:20px;
	margin: 0 0 0 100px;
	font-size:11px;
	color:#fff;
	text-align:left;
}
.contents11-4 {
//	display:inline-block;
//	height:20px;
	margin: 17px 0 0 80px;
	font-size:11px;
	color:#fff;
	text-align:left;
}
.contents11-4 a {
	font-size:11px;
	color:#fff;
}
.btm01-p {
	width:220px;
	margin:15px 0 0 0;
}


.contents12 {
	position:relative;
	width:1020px;
//	width:950px;
//	border:1px solid #000;
}
@media screen and (max-width:480px){
.contents12 {
	width:100%;
}
}


.contents12-1 {
	width:180px;
	text-align:left;
}
.contents12-2 {
//	width:420px;
	width:380px;
	margin:5px 0 0 0;
	text-align:left;
}
.contents12-2a {
	width:450px;
}
.contents12-2-1 {
//	margin:0 0 30px 0;
}
.contents12-2-1a {
	line-height:1.9em;
}
.contents12-2-3 {
//	display:inline-block;
	margin:0 0 5px 0;
	font-size:16px;
	font-weight:bold;
}
.contents12-2-4 {
//	display:inline-block;
	margin: 0 0 5px 0;
	padding: 0 0 1px 0;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #000;
}

.contents12-2-5 {
	display:inline-block;
	width:100px;
	margin:0 10px 0 0;
	padding:3px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#555;
	border-radius:5px;
}
.contents12-2-6 {
	display:inline-block;
	padding:2px 0 0 0;
}
.contents12-2-7 {
	height:1px;
	margin:5px 0;
	border-bottom:1px dashed #999;
}

@media screen and (max-width:480px){
.contents12 {
	width:100%;
	padding:0 20px;
}
.contents12-1 {
	width:100%;
}
.contents12-2 {
	width:100%;
//	text-align:center;
	line-height:1.5em;
}
.contents12-2a {
	width:100%;
	margin:10px 0 0 0;
}
.contents12-2-3 {
	margin:0 0 5px 0;
	font-size:14px;
//	text-align:center;
}
.contents12-2-4 {
	margin: 0 0 5px 0;
	padding: 0 0 1px 0;
	font-size:14px;
}
}



.contents13 {
	z-index:1;
	position:relative;
//	position:absolute;
//	top:40px;
//	right:0;
	width: 900px;
//	height:420px;
	padding:40px 35px 40px 35px;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
	background-repeat: no-repeat;
	background-size: cover;
//	background-position: center center;
	box-shadow: 5px 5px 40px #999;
	border-radius:10px;
}


.contents13-1 {
	text-align:center;
}
.contents13-2 {
	font-size:20px;
	text-align:center;
}
.contents13-2-1 {
//	display:inline-block;
	margin:0 0 5px 0;
	font-size:20px;
	font-weight:bold;
}

@media screen and (max-width:480px){
.contents13 {
	width: 90%;
	height:auto;
	margin:0 auto 0 auto;
	padding:20px 20px 20px 20px;
//	border: 1px solid #999;
	box-shadow: 5px 5px 40px #999;
	border-radius:10px;
}
.contents13-2 {
	font-size:15px;
}
.contents13-2-1 {
	font-size:17px;
}
}


.contents-ykss {
	position:relative;
	width:1080px;
}
.contents-ykss-01 {
	width:100%;
	height:400px;
	margin:0 5px;
	border-radius:10px;
	background-color:#ddd;
	background-image: url("../ykss/ykss01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center top;
	border-radius:10px;
}

.contents-ykss-02 {
	z-index:1;
	position:relative;
//	position:absolute;
//	top:-130px;
	width: 1000px;
//	height:420px;
	margin:-130px 0 0 0;
	padding:30px 40px 40px 40px;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
	box-shadow: 5px 5px 40px #999;
	border-radius:10px;
}

.contents-ykss-n00 {
//	margin:10px 0 10px 0;
	padding:15px 0 15px 0;
	border-bottom:1px dashed #aaa;
}
.contents-ykss-n01 {
	display:inline-block;
	margin:0 0 5px 0;
	padding:8px 15px 4px 15px;
	font-size:15px;
	color:#fff;
//	font-weight:bold;
//	border:1px solid #aaa;
	background-color:#666;
	border-radius:5px;
}
.contents-ykss-n03 {
//	margin:10px 0 10px 0;
	padding:15px 0 15px 0px;
}
.contents-ykss-n03 a{
	color:#247de9;
	font-weight:bold;
	text-decoration:underline;
}
.contents-ykss-n03 a:hover{
	color:#ff0000;
}
.contents-ykss-n05 {
	margin:-90px 0 0 0;
}

.contents-ykss-n06 {
//	display:inline-block;
	margin:0 0 1px 0;
	font-size:18px;
	font-weight:bold;
}
.contents-ykss-n07 {
	width:100%;
	height:400px;
}


.form-n01 {
	width:250px;
	height:50px;
	padding:15px 10px 10px 10px;
	color:#aaa;
	text-align:left;
	background-color:#fff;
	border: solid 1px #aaa;
	border-radius:5px;
}
.form-send {
	width:200px;
	height:50px;
	margin:0 0 0 10px;
	padding:15px 0 0 0;
	font-size:15px;
	color:#fff;
	text-align:center;
	background-color:#30bdff;
	border:1px solid #30bdff;
	border-radius:5px;
	cursor:pointer;
	transition:0.5s;
}
@media screen and (max-width:480px){
.form-n01 {
	margin:0 auto 0 auto;
}
.form-send {
	width:200px;
	height:50px;
	margin:5px auto 0 auto;
}
}

.red {
//	font-size:15px;
	color:#ff0000;
	font-weight:bold;
}
.pdf-p {
	width:25px;
}

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

.contact-t {
	height:23px;
	margin: 0px 0 0 0;
	padding: 0 0 0px 30px;
	font-size:18px;
	font-weight:bold;
	background-image: url("../images/icon-11.png");
	background-repeat: no-repeat;
//	background-size: cover;
//	background-size: contain;
	background-size: auto 20px;
	background-position: top 3px left 3px;
}
.contact-t2 {
	display:inline-block;
	height:23px;
	margin: 0px 0 0 0;
	padding: 0 0 0px 30px;
	font-size:18px;
	background-image: url("../images/icon-11.png");
	background-repeat: no-repeat;
//	background-size: cover;
//	background-size: contain;
	background-size: auto 20px;
	background-position: top 3px left 3px;
}
.contact-t2a {
	margin: 20px 0 9px 0;
}
.contact-t2b {
	margin: 10px 0 0px 0;
}

@media screen and (max-width:480px){
.contact-t2 {
	height:23px;
	margin: 0px 0 0 0;
	padding: 0 0 0px 30px;
	font-size:16px;
}
.contact-t2a {
	margin: 5px 0 0px 0;
}
.contact-t2b {
	margin: 5px 0 0px 0;
}
}

.form-tx {
	display:inline-block;
	width:70px;
	padding:0px 0 0 5px;
	font-size:13px;
	color:#111;
	font-weight:bold;
}
.form-hs {
	display:inline-block;
	margin:-1px 0 0 0px;
	padding:3px 10px 1px 10px;
	font-size:12px;
	background-color:#f00;
}

.form-send {
	margin:40px 0 0 0;
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:center;
}

.form-w00 {
	display:table;
	width:100%;
	margin:-1px 0 0 0;
//	border-bottom:1px solid #888;
}
.form-w01 {
	display:table-cell;
	position:relative;
	min-width:220px;
	width:220px;
	padding:15px;
	text-align:left;
	vertical-align:middle;
	background-color:#eee;
	border:1px solid #aaa;

}
.form-w02 {
	display:table-cell;
	padding:15px;
	text-align:left;
	vertical-align:middle;
	word-wrap:break-word;
	background-color:#fff;
	border-top:1px solid #aaa;
//	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.form-w03 {
	display:inline-block;
	width:10px;
}
@media screen and (max-width:480px){
.form-w03 {
	display:block;
	width:100%;
	height:5px;
}
}

.form-a01 {
	width:100%;
	margin:0 0 15px 0;
	padding:10px 10px;
	color:#111;
	text-align:left;
	background-color:#fff;
	border: solid 1px #555;
	border-radius:10px;
}

.form-01 {
	width:100%;
	margin:0 0 0 0;
	padding:5px;
	color:#111;
	background-color:#fff;
	border: solid 1px #aaa;
}
.form-01 option{
	color:#111;
}

.form-02 {
//	width:450px;
	width:100%;
	margin:0 0 0 0;
	padding:5px;
	color:#000;
	border: solid 1px #aaa;
}
.form-03 {
	width:120px;
	margin:0 0 0 0;
	padding:5px;
	color:#000;
	border: solid 1px #aaa;
}
.form-04 {
	padding:5px;
	color:#000;
	border: solid 1px #aaa;
}
.form-05 {
	width:200px;
	margin:0 0 0 0;
	padding:5px;
	color:#000;
	border: solid 1px #aaa;
}
.form-05a {
	width:50px;
}
.form-05b {
	width:400px;
}

.form-06 {
	width:100%;
	height:200px;
	margin:0 0 0 0;
	padding:5px;
	color:#000;
	border: solid 1px #aaa;
}
.form-07 {
	width:20px;
	height:20px;
	color:#000;
//	margin:0 5px -40px 0;

	position: relative;
	top: 4px;
	margin-right: 6px;
}
.form-07a {
	margin-right: 16px;
}


.form-submit {
	width:300px;
	height:50px;
	margin:20px 0 0 0;
	font-size:15px;
	color:#fff;
//	font-weight:bold;
	background:#ea5453;
	border:1px solid #ea5453;
//	border-radius:4px;
	border-radius:5px;
	cursor:pointer;
	transition:0.5s;
}
.form-submit:hover {
	color:#000;
	background-color:#fff;
}


.form-submit2 {
	width:200px;
	height:50px;
	margin:20px 0 0 0;
	font-size:15px;
	color:#000;
	background-color:#fff;
	border:1px solid #000;
	border-radius:5px;
	cursor:pointer;
	transition:0.5s;
}
.form-submit2:hover {
	color:#fff;
	background-color:#555;
}



.form-t01 {
//	color:#111;
	color:#4c4c4c;
}


.otoi-text3 {
	display:inline-block;
	position:relative;
	top:-2px;
	margin:0 7px 0 0;
	padding:6px;
	font-size:12px;
	color:#fff;
//	font-weight:bold;
	text-align:left;
	line-height:1.0em;
	background-color:#8b0000;
//	background-color:#f79900;
}
.otoi-text3a {
	display:inline-block;
	padding: 0 6px 0 0;
	font-size:16px;
	color:#8b0000;
	font-weight:bold;
	text-align:left;
	line-height:1.0em;

}

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

.annai-table0 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;

}

.annai-table1 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.annai-table1 th {
	width: 150px;
	padding: 5px;
	font-weight: bold;
//	vertical-align: top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
.annai-table1 td {
//	width: 50px;
	padding: 5px;
//	vertical-align: top;
	font-size:10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
}
.annai-table1 td.slsh {
	position:relative;
	min-height:50px;
	background-image: linear-gradient(to top right, transparent, transparent 49.7%, #000 49.7%, #000 50%, transparent 50%, transparent);
}

.annai-table1 td.atc-1 {
	background-color:#ddd;
}
.annai-t1 {
	position:absolute;
	top:10px;
	right:10px;
	font-size:10px;
}
.annai-t2 {
	position:absolute;
	bottom:10px;
	left:10px;
	font-size:10px;
}
.annai-t3 {
//	padding:8px 5px 5px 5px;
	color:#ff0000;
//	color:#ffffff;
//	background: #ff0000;
}

.annai-h {
	height:2px;
}

.annai-bikou1 {
	display:inline-block;
	margin:0 0 5px 0;
	padding:8px 15px 5px 15px;
	font-size:12px;
	color:#333;
	background: #ddd;
	border:1px solid #000;
}

.midashi-c3 {
	margin:0 0 0px -10px;
//	padding:5px;
	font-size:16px;
	color:#333;
	font-weight:bold;
//	background-color:#007130;
}
.midashi-c3a {
//	height:23px;
}


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

.cul001 {
	z-index:5;
	position:absolute;
	top:-7px;
	right:90px;
}


/*----------------------------------------
	スライダー
----------------------------------------*/

.slider {
	box-sizing:border-box;
	width:100%;
}

.slider2 {
	position:relative;
	box-sizing:border-box;
//	width:710px;
	width:100%;
	margin:0;
}

.slider3 {
	box-sizing:border-box;
//	width:975px;
	width:100%;
	margin:0;
//	border: 1px solid #000;
}

.gallery {
	width: 100%;
	margin: 0px 0px;
//	border: 1px solid #999;
}

.gallery3 {
	width: 100%;
	margin: 0px 0px;
	padding:0px 0 0 0;
//	border: 1px solid #999;
}

.gallery-cell {
	position:relative;
	width: 100%;
	height:450px;
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}

.gallery-cell-t {
	position:relative;
	width: 300px;
	height:300px;
	padding:30px;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
	background-repeat: no-repeat;
	background-size: cover;
//	background-position: center center;
	box-shadow: 5px 5px 30px #999;
	border-radius:5px;
}
.gallery-cell-t1 {
	margin:0 0 25px 0;
	font-size:12px;
//	font-weight:bold;
}
.gallery-cell-t2 {
	height:40px;
	margin:0 0 10px 0;
	font-size:15px;
	font-weight:bold;
}
.gallery-cell-t3 {
	height:100px;
	margin:0 0 10px 0;
	font-size:12px;
}

.gallery-cell2 {
	position:relative;
	width: 360px;
//	height:550px;
	height:350px;
	margin:0;
	padding:20px 0 0 0;
}
.gallery-cell2-t {
	overflow: hidden;
	position:relative;
	width: 300px;
//	height:500px;
	height:300px;
//	padding:30px;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
	background-repeat: no-repeat;
	background-size: cover;
//	background-position: center center;
	box-shadow: 5px 5px 30px #999;
	border-radius:5px;
}
.gallery-cell2-t0 {
	height:220px;
	background-color:#ccc;
//	background-image: url("./images/back-h.jpg");
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.gallery-cell2-t02 {
	padding:25px 25px 0 25px;
}

.gallery-cell2-t1 {
	margin:0 0 5px 0;
	font-size:12px;
//	font-weight:bold;
}
.gallery-cell2-t2 {
	min-height:50px;
	margin:0 0 5px 0;
	font-size:15px;
	font-weight:bold;
}
.gallery-cell2-t3 {
//	height:100px;
	margin:5px 0 0 0;
	font-size:12px;
}
.gallery-cell2-t4 {
//	height:100px;
	margin:-1px 0 0 0;
	padding:5px 0;
	font-size:12px;
	border-top:1px dashed #aaa;
	border-bottom:1px dashed #aaa;
}

.gallery-cell3 {
	position:relative;
	width: 305px;
	height:192px;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
//	background-color:#c8c8c8;
}
@media screen and (max-width:480px){
.gallery-cell3 {
	width: 100%;
	height:192px;
	margin: 0 0 0 0px;
}
}





/* smaller, dark, rounded square */
.flickity-prev-next-button {
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	border-radius:0;
	background: #bbb;
}
.flickity-prev-next-button:hover {
	background: #aaa;
}
/* arrow color */
.flickity-prev-next-button .arrow {
	fill: white;
}
.flickity-prev-next-button.no-svg {
	color: white;
}
/* position outside */
.flickity-prev-next-button.previous {
	top: 0px;
	left: auto;
	right: 50px;
}
.flickity-prev-next-button.next {
	top: 0px;
	left: auto;
	right: 20px;
}

/* smaller, dark, rounded square */
.slider3 .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	border-radius:0;
	background: #111;
}
.slider3 .flickity-prev-next-button:hover {
	background: #aaa;
}
/* position outside */
.slider3 .flickity-prev-next-button.previous {
	top: 95px;
///	bottom:0;
	left: -10px;
	right: auto;
}
.slider3 .flickity-prev-next-button.next {
	top: 95px;
//	bottom:0;
	left: auto;
	right: -10px;
}
@media screen and (max-width:480px){
.slider3 .flickity-prev-next-button.previous {
	top: 95px;
	left: 0px;
}
.slider3 .flickity-prev-next-button.next {
	top: 95px;
	right: 0px;
}
}

.flickity-page-dots {
  bottom: 10px;
}
.flickity-page-dots .dot {
	background: #000;
}

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

.movie-c {
	overflow:auto;
	width:680px;
	height:380px;
	background-color:#fff;
}
@media screen and (max-width:480px){
.movie-c {
	width:335px;
	height:380px;
}
}

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

.modal{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
}
.modal__bg{
	z-index:100;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
}
.modal__content{
	z-index:101;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1020px;
	width: 90%;
	max-height: 90%;
	padding: 20px;

	text-align:left;
	background: #fff;
	transform: translate(-50%,-50%);
	overflow-y:scroll;
}
.modal__content2{
	margin:5px 0 5px 0;
	font-size:14px;
}
.modal__content2 label{
	display:inline-block;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #aaa;
	border-radius:5px;
}
.modal__content2 label:hover{
	background-color:#ccc;
}
@media screen and (max-width:480px){
.modal__content2 label{
	font-size:12px;
}
}

.modal__content3{
	font-size:12px;
}
.modal__content4{
	margin:10px 0 10px 0;
	padding: 10px;
	font-size:12px;
	border:1px solid #999;
}

.modal-btn-b {
//	display:inline-block;
	width:160px;
	margin:0 5px 0px 5px;
	padding:10px 0px 10px 0px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#337ab7;
	border:1px solid #337ab7;
}
.modal-btn-b:hover {
	color:#337ab7;
	background-color:#fff;
}
.modal-btn-b2 {
	display:inline-block;
	width:90px;
	margin:0 5px 0px 5px;
	padding:10px 10px 10px 10px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#888;
	border:1px solid #888;
}
.modal-btn-b2:hover {
	color:#888;
	background-color:#fff;
}

.modal-btn-b3 {
//	display:inline-block;
	width:160px;
	margin:0 5px 0px 5px;
	padding:10px 0px 10px 0px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#ccc;
	border:1px solid #ccc;
}

.bash02-2 {
	margin:0 0 15px 0;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}

@media screen and (max-width:480px){
.modal__content{
	width: 90%;
	padding: 10px;
}
.bash02-2 {
	margin:0 0 10px 0;
	font-size:14px;
}
}

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

.contents-news {
	position:relative;

}
.contents-news-00 {
	padding:0 0 5px 0;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #aaa;
}
.contents-news-01 {
	position:relative;
	max-width:900px;
	width: 100%;
//	height:420px;
	padding:30px 40px 40px 40px;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
//	box-shadow: 5px 5px 40px #999;
//	border-radius:10px;
}
.contents-news-n00 {
//	margin:10px 0 10px 0;
	padding:15px 0 25px 0;
	border-bottom:1px solid #aaa;
}
.contents-news-n01 {
	display:inline-block;
	margin:0 0 5px 0;
	padding:8px 15px 4px 15px;
	font-size:15px;
	color:#fff;
//	font-weight:bold;
//	border:1px solid #aaa;
	background-color:#666;
	border-radius:5px;
}
.contents-news-n02 {
	font-size:14px;
	line-height:1.9em;
}
.contents-news-n02 b {
	display:inline-block;
	margin:10px 0;
	font-size:22px;
	font-weight:bold;
}

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

.contents-culture {
	position:relative;

}
.contents-culture-00 {
	padding:0 0 5px 0;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #aaa;
}
.contents-culture-01 {
	position:relative;
	max-width:900px;
	width: 100%;
//	height:420px;
	padding:30px 40px 40px 40px;
	text-align:left;
	background-color:#fff;
//	border: 1px solid #999;
//	box-shadow: 5px 5px 40px #999;
//	border-radius:10px;
}
.contents-culture-n00 {
//	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom:1px solid #aaa;
}
.contents-culture-n01 {
	display:inline-block;
	margin:0 0 5px 0;
	padding:8px 15px 4px 15px;
	font-size:15px;
	color:#fff;
//	font-weight:bold;
//	border:1px solid #aaa;
	background-color:#666;
	border-radius:5px;
}
.contents-culture-n02 {
	font-size:14px;
	line-height:1.9em;
}
.contents-culture-n02 b {
	display:inline-block;
	margin:10px 0;
	font-size:22px;
	font-weight:bold;
}

.table-culture {
	border-collapse: collapse;
	width:100%;
	margin:0 0 15px 0;
}
.table-culture td {
	border:1px solid #000;
}
.table-culture td.td01cult {
//	width:100px;
	padding:15px;
	text-align:left;
	vertical-align:top;
}
.table-culture td.td02cult {
	width:120px;
	padding:15px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-color:#ddd;
}
@media screen and (max-width:480px){
.table-culture td.td01cult {
	display:block;
	width:100%;
	margin:-1px 0 0 0;
	padding:10px;
	font-size:12px;
}
.table-culture td.td02cult {
	display:block;
	width:100%;
	margin:-1px 0 0 0;
	padding:10px;
	text-align:left;
}
}

/*-----------------------------------------------------------------
	-smart-
-----------------------------------------------------------------*/
@media screen and (max-width:480px){

#wrapper{
	display:none;
}
#smart_wrapper{
	display:block;
}
#footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
	display:none;
}
.smart_img_class{
	display:inline;
}

*{
	font-size:12px;
}

.clear-p {
	clear:none;
}
.clear-s {
	clear:both;
}

.left {
	float:none;
}
.right {
	float:none;
}

.left-s {
	float:left;
}
.right-s {
	float:right;
}

.gotop {
	width:45px
}

.link-a {
	margin-top:-60px;
	padding-top:60px;
}

html,body {
	min-width:1px;
}
.body-B {
	min-width:1px;
}

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

.table td.td-t001 {
	display:block;
	width:100%;
	padding: 2px 0 0 5px;
	text-align:center;
	vertical-align:middle;
}


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

.title2 {
	width:240px;
//	height:90px;
	padding:14px 0px 0 10px;
/}


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

.top {
	width:100%;
	height:400px;
}
.top-2 {
	display:none;
}
.top-3 {
	display:table-cell;
	position:relative;
//	width:100%;
	height:400px;
	padding:0 5px 5px 0px;
	vertical-align:bottom;
//	border:1px solid #000;
}
.top-4 {
	padding:10px 0 7px 0;
	font-
	color:#000;
	font-weight:bold;
	text-align:center;
	border:2px solid #322d7b;
	background-color:#fff;
}

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

.main2 {
	padding:0 5px;
}

.title01 {
	font-size:20px;
}
.title02 {
	margin:5px 0 0 0;

	font-size:12px;
}
.title01c {
	text-align:center;
}

.contents01 {
	width:100%;
	padding:0 5px;
}

.contents01-2 {
	width:100%;
	height:430px;
	margin:0 0 5px 0;
	border-radius:10px;
	background-color:#555;
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.contents01-2-3 {
	background-position: right -40px center;
}
.contents01-3 {
	width:100%;
	height:430px;
	padding:50px 40px 0 40px;
	border-radius:10px;
	background-color:rgba(0, 0, 0, 0.5);
}

.contents01A {
	position:relative;
	width:100%;
	padding:15px 15px 15px 15px;
	text-align:left;
	border:1px solid #999;
	border-radius:10px;
}

.contents01A-lt01 {
	width:100%;
}
.contents01A-rt01 {
	width:100%;
}
.contents01A-lt02 {
	width:100%;
}
.contents01A-rt02 {
	width:100%;
}

.contents01A-1 {
	margin:0 0 10px 0;
	padding:8px 15px 4px 15px;
	font-size:12px;
}
.contents01A-2 {
	padding:0 0 5px 0;
	font-size:16px;
}
.contents01A-3 {
	padding:10px 0 0 0px;
	line-height:1.7em;
}
.contents01A-3a {
	height:300px;
	padding:0px 0 0 0px;
	line-height:1.7em;
}
.contents01A-3b {
	padding:5px 0 5px 0;
}

.contents01A-3-2 {
	width:100%;
	margin:5px 0 0 0;
}
.contents01A-3-3 {
	width:100%;
	margin:5px 0 0 0;
}


.contents01A-4 {
	width:100%;
	margin:5px 0px 0 0px;
}


.contents02 {
	position:relative;
	width:100%;
	padding:0 5px;
}
.contents02-1 {
	margin:0 0 10px 0;
	padding:0 10px;
	width:100%;
//	border:1px solid #000;
}
.contents02-2 {
	margin:10px 0 0 0;
	font-size:18px;
	line-height:1.1em;
}
.contents02-3 {
	margin:0px 0 10px 0;
	font-size:13px;
}
.contents02-4 {
	font-size:12px;
}
.contents02-5 {
	width:100%;
	padding:10px 10px 0 10px;
//	border:1px solid #000;
}
.contents02-5-2 {
	width: 100%;
	min-height:auto;
	padding:20px 20px;
//	border: 1px solid #999;
}
.contents02-5-3 {
	margin:10px 0 0 0px;
	font-size:12px;
}

.contents02-b {
	display:inline-block;
	position:static;
	top:0px;
	right:0px;
	margin:10px 0 0 0;
}
.contents02-c {
	position:absolute;
	top:5px;
	right:25px;
}


.contents03 {
	height:300px;
	background-position: center right;
}
.contents03-1 {
	position:absolute;
	bottom:10px;
	left:10px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	color:#fff;
	text-align:left;
	line-height:2.0em;
}




.contents05 {
	position:relative;
	width:100%;
	height:auto;
	padding: 0 5px;
//	border:1px solid #000;
}
.contents05-1 {
	z-index:0;
	position:relative;
	width:100%;
	height:250px;
	background-position: left -20px center;
}
.contents05-1a {
	background-image: url("../images/back-f01.jpg");
	background-position: right 0px center;
//	border: 1px solid #999;
}
.contents05-2 {
	z-index:1;
//	position:absolute;
	position:relative;
	top:0px;
	left:0;
	right:0;
	width: 90%;
	height:auto;
	margin:-70px auto 0 auto;
	padding:20px 20px 20px 20px;
//	border: 1px solid #999;
	box-shadow: 5px 5px 40px #999;
	border-radius:10px;
}
.contents05-2-1 {
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
}
.contents05-2-2 {
	margin:0 0 20px 0;
	font-size:12px;
	line-height:1.5em;
}

.contents06 {
	position:relative;
	height:200px;
	background-image: url("../images/back-d01s.jpg?5");
}

.contents07 {
	position:relative;
	width:100%;
	padding:10px;
}
.contents07-2 {
	width:100%;
}


.contents08 {
	position:relative;
	width:100%;
	height:auto;
	padding: 0 5px;
//	border:1px solid #000;
}
.contents08-1 {
	z-index:0;
	position:relative;
	width:100%;
	height:250px;
	background-position: left 0px center;
}
.contents08-2 {
	z-index:1;
//	position:absolute;
	position:relative;
	top:0px;
	left:0;
	right:0;
	width: 90%;
	height:auto;
	margin:-70px auto 0 auto;
	padding:20px 20px 20px 20px;
//	border: 1px solid #999;
	box-shadow: 5px 5px 40px #999;
	border-radius:10px;
}
.contents08-2-1 {
	margin:0 0 10px 0;
	font-size:12px;
}

.contents10 {
	position:relative;
	padding:20px 20px;
}
.contents10-1 {
	width:100%;
}

.contents10-a {
	width:100%;
}
.contents10-b {
	width:100%;
}
.contents10-c {
	margin:15px 0 0 0;
}

.contents11 {
	position:relative;
	padding:20px 0;
	color:#fff;
	background-color:#2b2b2b;
}
.contents11-1 {
	width:100%;
}

.contents11-2 {
	margin:20px 0 0 0;
	font-size:11px;
}
.contents11-3 {
//	display:inline-block;

//	height:20px;
	margin: 0 0 0 0px;
	font-size:12px;
	text-align:center;
}
.contents11-4 {
//	display:inline-block;
//	height:20px;
	margin: 17px 0 0 0px;
	font-size:12px;
	text-align:center;
}

.btm01-p {
	width:220px;
	margin:5px 0 15px 0;
}

.contents-ykss {
	position:relative;
	width:100%;
	padding:0 5px;
}
.contents-ykss-01 {
	width:100%;
	height:300px;
	margin:0 0;
}
.contents-ykss-02 {
	z-index:1;
	position:relative;
	width: 95%;
	margin:-80px 0 0 0;
	padding:15px 15px 15px 15px;
}
.contents-ykss-n01 {
	display:inline-block;
	margin:0 0 5px 0;
	padding:6px 10px 4px 10px;
	font-size:12px;
	color:#fff;
//	font-weight:bold;
//	border:1px solid #aaa;
	background-color:#666;
	border-radius:5px;
}

.contents-ykss-n00 {
	padding:10px 0 10px 0;
}




.gaiyou02-p {
	width:100%;
	margin:15px 0 0 0;
}
.gaiyou04-p {
	width:100%;
	margin:10px 0 0 0;
}
.gaiyou05-p {
	width:100%;
	margin:5px 0 0 0;
}
.gaiyou06-p {
	width:100%;
	margin:10px 0 0 0;
}

.gaiyou10-p {
	margin:0 0 5px 0;
}

.c001-p {
	width:100%;
	margin:0px 0 0 0;
}

.image01-p {
	width:100%;
	margin:5px 0 0 0;
}
.image02-p {
	width:100%;
	height:190px;
	margin:5px 0 0 0;
}
.image03-p {
	width:100%;
	height:190px;
	margin:5px 0 0 0;
}

/*----------------------------------------------*/
/*----------------------------------------
	スライダー
----------------------------------------*/

.slider2 {
	box-sizing:border-box;
	width:100%;
	margin:0;
}

.gallery-cell {
	position:relative;
	width: 100%;
	height:250px;
//	border:1px solid #000;
}

.gallery-cell-t {
	position:relative;
	width: 320px;
	height:240px;
	padding:20px;
}
.gallery-cell-t2 {
	height:30px;
	margin:0 0 10px 0;
	font-size:14px;
}
.gallery-cell-t3 {
	height:80px;
	margin:0 0 10px 0;
	font-size:12px;
}

.gallery-cell2 {
	position:relative;
	width: 100%;
	height:350px;
	margin:0;
	padding:20px 0 0 0;
//	border:1px solid #000;
}
.gallery-cell2-t {
	position:relative;
	width: 320px;
	height:300px;
	padding:0px;
}


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

.annai-table0 td {
	font-size:10px;
}

.annai-table1 td {
	font-size:6px;
}
.annai-table1 td.slsh {
	min-height:30px;
	padding:3px;
	font-size:8px;
//	width:10px;
}

.annai-t1 {
	top:5px;
	right:5px;
	font-size:8px;
}
.annai-t2 {
	bottom:5px;
	left:5px;
	font-size:8px;
}

.annai-t3 {
	display:block;
}

.annai-bikou {
	font-size:10px;
}

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

.form-send {
	margin:40px 0 0 0;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:center;
}

.form-w01 {
	display:block;
	position:relative;
	width:100%;
	padding:10px 10px;
	text-align:left;
	border: solid 1px #aaa;
}

.form-submit {
	width:100%;
	height:50px;
	margin:20px 0 0px 0;
	font-size:14px;
}
.form-submit2 {
	height:50px;
	margin:10px 0 0px 0;
	font-size:14px;
}

.form-w02 {
	display:block;
	margin:-1px 0 0 0;
	padding:10px 10px;
	text-align:left;
	vertical-align:middle;
	word-wrap:break-word;
	background-color:#fff;
	border: solid 1px #aaa;
}

.otoi-text3 {
	font-size:10px;
}

.form-01 {
	width:100%;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-05 {
	width:100%;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-05b {
	width:100%;
}


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

#hyouji_news001 {
	padding:0 10px;
}

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

.contents-news-00 {
	padding:0 0 5px 0;
	font-size:14px;
}
.contents-news-01 {
	padding:10px 10px 10px 10px;
}
.contents-news-n00 {
	padding:10px 0 15px 0;
	border-bottom:1px solid #aaa;
}
.contents-news-n01 {
	margin:0 0 1px 0;
	padding:5px 10px 1px 10px;
	font-size:12px;
}
.contents-news-n02 {
	font-size:12px;
	line-height:1.7em;
}
.contents-news-n02 b {
	margin:10px 0;
	font-size:14px;
}

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

.contents-culture-00 {
	padding:0 0 5px 0;
	font-size:14px;
}
.contents-culture-01 {
	padding:10px 10px 10px 10px;
}
.contents-culture-n00 {
	padding:10px 0 15px 0;
	border-bottom:1px solid #aaa;
}
.contents-culture-n01 {
	margin:0 0 1px 0;
	padding:5px 10px 1px 10px;
	font-size:12px;
}
.contents-culture-n02 {
	font-size:12px;
	line-height:1.7em;
}
.contents-culture-n02 b {
	margin:10px 0;
	font-size:14px;
}

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

table.sample_01 {
	width: 100%;
	border-collapse: collapse;
//	table-layout: fixed;
}
table.sample_01 th {
	padding:5px 0;
	font-size:11px;}
table.sample_01 td {
	width:55px;
	height:50px;
	padding:0px 0px;
	font-size:11px;
}
table.sample_01 td label center{
	padding:5px 0 0 0;
}

table.sample_01 td.td1 {
//	height:100px;
	line-height: 2.5em;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	overflow:hidden;
}

table.sample_01 td a.link1 {
	display:block;
	width:100%;
	height:100%;
//	height:80px;
//	padding:3px;
	font-size:10px;
	color:#000;
}
table.sample_01 td a.link1:hover {
	color:#f00;
	background-color: #d5ffff;
}

table.sample_01 td label {
	display:block;
	width:100%;
	height:100%;
//	height:80px;
//	padding:3px;
	font-size:10px;
	color:#000;
}
table.sample_01 td label:hover {
	color:#f00;
	background-color: #d5ffff;
}

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

.contents0001 {
	padding:0 10px;
//	border:1px solid #000;
}
.contents0001-01 {
	width:100%;
}
.contents0001-02 {
	padding:20px 0 0 0;
	text-align:center;
}
.contents0001-02-1 {
	padding:15px 0 0 0;

	text-align:left;
	line-height:1.5em;
}

.yoyaku00 {
	padding:10px;
	text-align:left;
}
.yoyaku00a {
	padding:10px;
	text-align:left;
}

.yoyaku01 {
	padding:10px 0;
	font-size:14px;
}
.yoyaku-title {
	margin:0 0 10px 0;
	padding:3px 10px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	border-left:5px solid #ea5453;
	border-bottom:1px solid #666;
}


.contents0002-02 {
	position:relative;
	padding:40px 0 90px 0;
	color:#fff;
}
.contents0002-02-1 {
	margin:20px 0 0 0;
	color:#fff;
	line-height:1.5em;
}
.contents0002-03 {
	margin:-70px 5px 0 5px;
}

.contents0002-04 {
	position:relative;
//	height:750px;
	height:auto;
	padding:0 10px 40px 10px;
}
.contents0002-04-1 {
	width:10px;
	height:10px;
	margin:5px 10px 0 0;
}
.contents0002-04-2 {
	font-size:14px;
}
.contents0002-04-3 {
	width:100%;
	padding:0px 0 0 0;
}

.contents0002-05-A {
	position:relative;
	top:0px;
	left:10px;
	font-size:15px;
	color:#ea5453;
	text-align:center;
}
.contents0002-05-1 {
	position:static;
	margin:20px 0 0 0;
}
.contents0002-05-2 {
	position:static;
	margin:20px 0 0 0;
}
.contents0002-05-3 {
	position:static;
	margin:20px 0 0 0;
}
.contents0002-05-4 {
	position:static;
	margin:20px 0 0 0;
}
.contents0002-05-5 {
	position:static;
	margin:20px 0 0 0;
}
.contents0002-05-6 {
	position:static;
	margin:20px 0 0 0;
}

.contents0002-06 {
	position:static;
	width:240px;
	height:40px;
	margin:20px auto 0 auto;
}
.contents0002-06-1 {
	padding:2px 0 0 0;
	font-size:14px;
}

.contents0002-07 {
	position:static;
	width:100%;
	margin:20px 0 0 0;
}
.contents0002-07-1 {
	width:50%;
	margin:0;
	padding:0 5px 0 0;
}
.contents0002-07-2 {
	width:50%;
	padding:0 0 0 5px;
}

.contents0003 {
	position:relative;
	padding:40px 10px 0 10px;
}
.contents0003-0 {
	width:100%;
	height:360px;
}

.contents0003-w1 {
	width:100%;
}

.contents0003-01 {
	width:150px;
	margin:20px 0 0 10px;
}
.contents0003-01d {
	display:none;
}
.contents0003-02 {
	padding:0 0 0 0;
	text-align:left;
}
.contents0003-02-1 {
	padding:20px 0 0 0;
	line-height:1.5em;
}
.contents0003-03 {
	width:100%;
	margin:15px 0 0 0;
}
.contents0003-03-1 {
	width:50%;
	margin:0;
	padding:0 5px 0 0;
}
.contents0003-03-2 {
	width:50%;
	margin:0;
	padding:0 0 0 5px;
}

.contents0004 {
//	z-index:-3;
	position:relative;
//	overflow: hidden;
//	margin:-130px 0 0 0;
	padding:40px 0 40px 0;
}
.contents0004-02 {
	padding:3px 0 5px 0;
	font-size:14px;
}
.contents0004-03 {
	padding:10px 0 0 0;
	font-size:12px;
}

.contents0005 {
	padding:40px 0 40px 0;

}
.contents0005-w1 {
	width:100%;
//	border:1px solid #000;
}
.contents0005-01 {
	width:100%;
	padding:10px 10px 0 10px;
}
.contents0005-02 {
	padding:0 10px 0 10px;
	text-align:center;
}
.contents0005-02-1 {
	padding:20px 0 0 0;
	color:#fff;
	text-align:center;
	line-height:1.8em;
}

.contents0005-04 {
	width:100%;
	height:50px;
	background-size: 23px auto;
	background-position: left 15px center;
}
.contents0005-04a {
	margin:0 0 10px 0;
}
.contents0005-05 {
	width:100%;
	height:50px;
	background-size: 25px auto;
	background-position: left 15px center;
}

.contents0005-06 {
	width:100%;
	height:350px;
	margin:5px 0 0 0;
	padding:0 10px 0 10px;
}

.contents0006 {
	position:relative;
	width:100%;
	padding:40px 0px 40px 0px;
}
.contents0006-w1 {
//	width:100%;
	width:320px;
//	border:1px solid #000;
}

.contents0006-01 {
	text-align:left;
}
.contents0006-02 {
	padding:10px 0 0 0px;
	font-size:12px;
	text-align:left;
}
.contents0006-03 {
	padding:10px 0 0 0px;
	font-size:12px;
	text-align:left;
}
.contents0006-04 {
	padding:10px 0 0 20px;
	font-size:12px;
	text-align:left;
}

/*----------------------------------------*/
}
