@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.sky {
	color:#0cc;
}
.white {
	color:#fff;
}
.orange {
	color:#f90;
}
.navy {
    color: #114477; 
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a {
	color:#0fa3b0;
	text-decoration:none;
}
a:visited {
	color:#0fa3b0;
	text-decoration:none;
}
a:hover {
	color:#7dcdd4;
	text-decoration:none;
}
a:active {
	color:#0fa3b0;
	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;
}
.ls_5 {
    letter-spacing: 0.05em;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#666;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
  display: flex;
  flex-direction: column;
}
.fserif {
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.eng {
    font-family: 'Oswald', sans-serif !important;
}
#loader img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:32px;
	height:32px;
	margin:auto;
	display:block !important;
}

#wrapper {
	 flex: 1 1 auto;
	 min-height: 1px;/*IE11 img resizing bug*/
}
.effect {
	opacity:0;
	transition:opacity 1s;
}
.mgend {
	margin-bottom:100px;
}
.mgl {
	margin-bottom:120px;
}
.mgm {
	margin-bottom:60px;
}
.mgms {
	margin-bottom:40px;
}
.mgs {
	margin-bottom:30px;
}
.mgss {
	margin-bottom:15px;
}
.mgsss {
	margin-bottom:10px;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	.mbcenter {
		text-align:center !important;
	}
	.pccenter {
		text-align:left !important;
	}
	.mgend {
	margin-bottom:80px;
	}
	.mgl {
	margin-bottom:80px;
	}
	.mgm {
	margin-bottom:40px;
	}
    .mgms {
	margin-bottom:30px;
	}
	.mgs {
	margin-bottom:20px;
	}
	.mgss {
	margin-bottom:10px;
	}
    .mgsss {
	margin-bottom:7px;
}

}

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


.container {
	width:1200px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
    padding: 50px 0;
}
.container2 {
	width:1000px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
    padding: 50px 0;
}

@media screen and (min-width: 500px) {

}

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

.container {
	width:auto;
	padding:30px 20px;
}
.container2 {
	width:auto;
	padding:30px 0;
}

}


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

#footer {
    background-color: #f2f7ef;
    padding: 60px 0;
    line-height: 1.5;
}



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

#footer {
    position: relative;
   padding: 40px 0;
}

}

.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:30px;
	margin-right:0;
}
.box2 {
	line-height:1.7;
	margin-left:60px;
	margin-right:0;
}
.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: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#e8e8ee;
	white-space:nowrap;
}

.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:#666;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}

.table3 {
	border-collapse: collapse;
	border-bottom: 1px dotted #666;
	margin:0 auto;
}
.table3 td {
	padding: 15px 0;
	border-top: 1px dotted #666;
	text-align:right;
}
.table3 th {
	padding: 15px 0;
	border-top: 1px dotted #666;
	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 #999;
	text-align:left;
}
.table4 th {
	width:150px;
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	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:#333;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#333;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}


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

.box0 {
}
.box1 {
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	margin-left:20px;
	margin-right:20px;
}

.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.adj15 {
	margin-bottom:15px;
}
.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%;
}
.img20 {
	width:20%;
}
.img10 {
	width:10%;
}
.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;
	background: #e8e8ee;
	padding:3px 10px;
}
.table1 td.histada {
	margin:0 10px 0 !important;
	padding: 0;
	color:#50678f;
}
.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;
	border-bottom:1px solid #666;
	font-weight:bold;
}
.table2 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}

.table3 {
	width:100%;
}
.table4 th {
	width:1%;
}
.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;
	border-bottom:1px solid #097ac1;
    background-color: #f2f7fa;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 40px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
}

input {
	vertical-align:middle;
}
.gmap iframe {
	width:100%;
	height:600px;
}


@media screen and (min-width: 500px) {
.table2 th {
	width:300px;
}
.table2 th img {
	float:right;
	height:19px;
	margin:6px 0 0 10px;
}
.nobd {
	border-bottom:none !important;
}
.tite {
    margin-left: 100px;
    margin-right: 100px;
}
}
@media screen and (max-width: 499px) {
.table2 tr:last-child td,.table2 tr:last-child td {
	margin-bottom:0;
}
input[type="text"],textarea {
	width:310px;
    padding: 5px 3px !important;
}
.table2 th img {
	float:right;
	height:18px;
	margin:4px 0 0 0;
}
.sarea {
	width:100px !important;
}
.ssarea {
	width:25px !important;
}
.gmap iframe {
	width:100%;
	height:500px;
}

}

