@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.green {
	color:#54b431;
}
.white {
	color:#fff;
}
.orange {
	color:#f90;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a {
	color:#00f;
	text-decoration:none;
}
a:visited {
	color:#00f;
	text-decoration:none;
}
a:hover {
	color:#66c;
	text-decoration:none;
}
a:active {
	color:#66c;
	text-decoration:none;
}

.btn a {
    display: block;
	animation: btnfadeout 0.5s ease 0s 1 normal forwards;
	-webkit-animation: btnfadeout 0.5s ease 0s 1 normal forwards;
}
.btn a:hover {
	animation: btnfadein 0.5s ease 0s 1 normal forwards;
	-webkit-animation: btnfadein 0.5s ease 0s 1 normal forwards;
}
@keyframes btnfadein {
  0% {
    opacity:1;
  }
  100% {
    opacity:0.6;
  }
}
@keyframes btnfadeout {
	0% {
		opacity:0.6;
  }
  100% {
    opacity:1;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#111;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
  display: flex;
  flex-direction: column;
}
#loader img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:24px;
	height:24px;
	margin:auto;
	display:block !important;
}

.fserif {
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
#wrapper {
	 flex: 1 1 auto;
	 min-height: 1px;/*IE11 img resizing bug*/
}
.effect {
	opacity:0;
	transition:opacity 2s;
}
.mgend {
	margin-bottom:80px;
}
.mgl {
	margin-bottom:120px;
}
.mgm {
	margin-bottom:60px;
}
.mgms {
	margin-bottom:40px;
}
.mgs {
	margin-bottom:30px;
}
.mgss {
	margin-bottom:15px;
}
@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	.bgcol1 {
		background-size:20px;
	}
	.mbcenter {
		text-align:center !important;
	}
	.pccenter {
		text-align:left !important;
	}
	.mgend {
	margin-bottom:50px;
	}
	.mgl {
	margin-bottom:80px;
	}
	.mgm {
	margin-bottom:40px;
	}
    .mgms {
	margin-bottom:30px;
	}
	.mgs {
	margin-bottom:20px;
	}
	.mgss {
	margin-bottom:10px;
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
	.mbcenter {
		text-align:left !important;
	}
	.pccenter {
		text-align:center !important;
	}
    .ptite {
        margin-left: 100px;
        margin-right: 100px;
    }
}

.container {
	width:1100px;
	padding:50px 0;
	margin:0 auto;
	text-align:left;
}

#fix_foot {
    display: none;
}

.title {
    text-align: center;
    font-size: 2em;
    border-bottom: 5px dotted #53b431;
    padding-bottom: 10px;
    margin:0 auto 30px;
    width: 500px;
}
.ticol2 {
    border-bottom: 5px dotted #fccd01;
}
.ticol3 {
    border-bottom: 5px dotted #ea5503;
}
@media screen and (min-width: 500px) {


}

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

.container {
	width:auto;
	padding:40px 20px;
}

#fix_foot {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
#fix_foot a {
    display: block;
    line-height: 50px;
    text-align: center;
    background-color: #c30d23;
    color: #fff;
    font-weight: bold;
    font-size: 1.32em;
}

.title {
    font-size: 1.7em;
    padding-bottom: 5px;
    margin:0 auto 20px;
    width: 250px;
}

}


.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:100px;
	right:-90px;
	z-index:1200;
}
.pagetop img {
	width:60px;
}

#footer {
    padding: 50px 0;
    background-color: #54b431;
    color: #fff;
}
.copyright {
	text-align:center;
	font-size:0.76em;
	color:#aaa;
}
.copyright img {
	vertical-align:top;
}

@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:0 0 50px;
}
.pagetop img {
	width:60px;
}

#footer {
    padding: 30px 0;
}
.copyright {
    margin-top: 20px;
}
.cpadj {
    padding-bottom: 50px;
}
}


.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 td,.table1 th{
	padding: 20px 25px;
	border-right: 1px solid #111;
    border-bottom: 1px solid #111;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#ea5404;
    color: #fff;
	white-space:nowrap;
    width: 200px;
}
.thcol2 .table1 th{
	background:#54b431;
}
.thcol3 .table1 th{
	background:#fdcd00;
    color: #111;
}

.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	background-color:#e8e8ee;
}
.table3 {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin:0 auto;
}
.table3 td {
	padding: 15px 20px;
	border-top: 1px solid #ccc;
	text-align:left;
}
.table3 th {
	padding: 15px 20px;
	border-top: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 10px 15px;
	border: 1px solid #ccc;
}
.table4 th {
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align:center;
	font-weight: normal;
	background:#f8f8bb;
	white-space:nowrap;
}
.table5 {
	line-height:2.2;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#53b431;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#53b431;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
    background-color: #f0f6dc;
}


@media screen and (max-width: 499px) {
.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:30px;
}
.table0 td.adj0 {
	margin-bottom:0;
}
.table0 td.adj10 {
	margin-bottom:10px;
}
.table0 td.adj20 {
	margin-bottom:20px;
}
.table0 td.adj40 {
	margin-bottom:40px;
}
.table0 td.adj50 {
	margin-bottom:50px;
}
.table0 td.adj60 {
	margin-bottom:60px;
}
.table0 td.adj70 {
	margin-bottom:70px;
}
.table0 td.adj80 {
	margin-bottom:80px;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.img30 {
	width:30%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	margin-bottom: 10px;
	padding:5px 15px;
    border-bottom:1px solid #111;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table1 td {
	margin:0 10px 30px;
	padding: 0;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
	font-weight:normal;
}
.table2 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table3 {
	width:100%;
}
.table4 {
	font-size:0.84em;
}
.table4 td,.table4 th {
	padding: 7px 10px;
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
}


input {
	vertical-align:middle;
}
.gmap iframe {
    width: 100%;
    height: 600px;
}
@media screen and (min-width: 500px) {
.table1 {
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 20px;
  border: 1px solid #111;
}
.table1 td:last-child {
      border-right: none;
}
.table1 tr:last-child td,.table1 tr:last-child th {
      border-bottom: none;
}

.table5 th {
}
.table5 th img {
	float:right;
	height:18px;
	margin:8px 0 0 10px;
}
.nobd {
	border-bottom:none !important;
}
}
@media screen and (max-width: 499px) {
.gmap iframe {
    width: 100%;
    height: 400px;
}
input[type="text"],textarea {
	width:246px;
}
.table5 th img {
	float:right;
	height:18px;
	margin:6px 0 0 0;
}
.sarea {
	width:100px !important;
}
}