@charset "utf-8";

.rpimg,.animated,.wow,.fadeInUp {

}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#cd2a1c !important;
}
.blue {
    color: #1a506f;
}
.bg_foot {
    background-color: #f2f2f2;
}
.bg_white {
    background-color: #fff;
}
.bg_lgray {
    background-color: #f5f5f5;
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.udl {
    color:inherit !important;
    text-decoration: underline;
}
.tel-link a,.non_col a {
	color:inherit !important;
}
a {
	color:#5a9797;
	text-decoration:none;
}
a:visited {
	color:#5a9797;
	text-decoration:none;
}
a:hover {
	color:#9cc1c1;
	text-decoration:none;
}
a:active {
	color:#5a9797;
	text-decoration:none;
}
#bread a {
	color:#999;
	text-decoration:none;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	text-decoration:none;
}
.news a {
	color:#333;
	text-decoration:underline;
    transition: all 0.3s;
}
.news a:visited {
	color:#333;
	text-decoration:underline;
}
.news a:hover {
	color:#999;
	text-decoration:underline;
}
.news a:active {
	color:#333;
	text-decoration:underline;
}

.btn a {
	transition:opacity 0.3s;
}
.btn a:hover {
	opacity: 0.7;
}

@media (min-width: 521px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.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;
}
.both_adj {
    text-align: justify !important;
    text-justify: inter-ideograph;
}
html {
	height:100%;
	font-size: 1em;
	scroll-behavior: smooth;
}
body {
    text-align:center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-feature-settings: "palt" on, "liga" off;
	color:#333;
	background-color:#fff;
    text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1em;
}
a.anc {
    scroll-margin-top: 60px;
}
@media screen and (max-width: 960px) {
    body {
        font-size: 0.92em;
    }
}
@media screen and (max-width: 520px) {
    body {
        font-size: 0.84em;
    }
    a.anc {
        scroll-margin-top: 50px;
    }
}
@media screen and (max-width: 359px) {
    body {
        font-size: 0.80em;
    }
}
@media screen and (max-width: 349px) {
    body {
        font-size: 0.76em;
    }
}
@media screen and (max-width: 320px) {
    body {
        font-size: 0.68em;
    }
}

.fsserif {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.eng {
    font-family: "EB Garamond", serif;
}
#wrapper {
    overflow: hidden;
	 flex: 1 1 auto;
	 min-height: 1px;/*IE11 img resizing bug*/
}

.ovf {
    overflow: hidden;
}

.mgend {
	margin-bottom:5em;
}
.mgl {
	margin-bottom:6em;
}
.mgm {
	margin-bottom:4em;
}
.mgms {
	margin-bottom:3em;
}
.mgs {
	margin-bottom:2em;
}
.mgss {
	margin-bottom:1em;
}
.mgsss {
	margin-bottom:0.5em;
}

@media screen and (min-width: 961px) {
	.tb {
		display:none !important;
	}
    .mbtb {
		display:none !important;
	}
    .pccenter {
        text-align:center !important;
    }
}
@media screen and (max-width: 520px) {
    .tb {
		display:none !important;
	}
    .tbpc {
		display:none !important;
	}
    
}
@media screen and (min-width: 521px) {
	.mb {
		display:none !important;
	}
    .tbcenter {
        text-align:center !important;
    }
}

@media screen and (max-width: 960px) {
	.pc {
		display:none !important;
	}
    .mbcenter {
        text-align:center !important;
    }
}

#toggle {
    box-sizing: content-box !important;
	position:fixed;
    padding: 22px;
    width:32px;
	height:16px;
	top:0;
	right:8px;
	z-index:3000;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
}
#toggle span {
    background-color: #111;
    width: 100%;
    height: 1px;
    transition: all 0.3s;
}
#toggle span:nth-of-type(1) {
    transform-origin: top left;
}
#toggle span:nth-of-type(2) {
    transform-origin: center left;
    opacity: 1;
}
#toggle span:nth-of-type(3) {
    transform-origin: bottom left;
}
#toggle.close span:nth-of-type(1) {
    transform: rotate(26.56deg) scale(1.118, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-26.56deg) scale(1.118, 1);
}

#fix_foot {
	display:none;
}

#navi {
    display: none;
	position:fixed;
	z-index:1900;
	width:100%;
    height: calc((var(--vh, 1vh) * 100) - 60px);
    overflow-x: hidden;
	top:60px;
	left:0;
    opacity: 0;
}
.navi_box {
    position: absolute;
    top: 0;
    right: -400px;
    box-sizing: border-box;
    width: 400px;
    min-height: 100%;
    padding: 4em 3em 3em;
    background-color: #f2f2f2;
    z-index:2000;
}
.navi_box section {
    display: block;
    opacity: 0;
}
.navi_blank {
    position: fixed;
    width: 100%;
    height: 100%;
	top:0;
	left:0;
    background-color: rgba(0,0,0,0.2);
    /*-webkit-backdrop-filter: grayscale(100%);
	backdrop-filter: grayscale(100%);*/
    z-index: 1950;
}
.navi1 {
	border-top:1px solid #d8d3cd;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.navi1 li {
    position: relative;
	box-sizing: border-box;
	width:100%;
    border-bottom:1px solid #ccc;
    text-align: left;
}
.navi1 li a {
	display: block;
	text-decoration:none;
	color:#333;
	padding:20px;
	line-height:1.5;
	transition: all 0.3s;
    font-weight: 500;
    font-size: 0.84em;
}
.navi1 li a:hover {
	background-color:#fff;
}
/*.navi1 li:nth-child(6) a::before {
    content: "NEW";
    color: #fff;
    background-color: #999;
    font-size: 0.5em;
    position: absolute;
    right: 5px;
    top: 5px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    padding: 0 0.5em;
}*/
.navi2 {
	display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.navi2 li {
    position: relative;
	box-sizing: border-box;
	width:48%;
    text-align: center;
}
.navi2 li:nth-child(2) {
    display: none;
}
.navi2 li a {
	display: flex;
    justify-content: center;
    align-items: center;
	text-decoration:none;
	color:#fff;
	aspect-ratio: 16 / 9;
	line-height:1;
	transition: all 0.3s;
    font-weight: 500;
    font-size: 1em;
    background-color: #3da7c6;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.navi2 li:nth-child(2) a {
    background-color:#7ba44b;
    /*color: rgba(255,255,255,0.5);
    opacity: 0.5;
    pointer-events: none;*/
}
.navi2 li a:hover {
	opacity: 0.7;
}
.n_tel {
    line-height: 1.5;
}
.n_tel h3 {
    margin-bottom: 0.7em;
}
.n_tel h3 strong {
    display: inline-block;
    font-weight: 500;
    font-size: 0.84em;
    border-bottom: 1px solid #999;
    padding: 0 1em 0.2em;
}
.n_tel h4 {
    line-height: 0;
}
.n_tel h4 img {
    width: 250px;
}


#header {
	position:fixed;
    left: 0;
    top: 0;
	width:100%;
	height:60px;
	z-index:2000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
#header .hd_box {
	position:relative;
	height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header span {
    display: none;
}
#header h1 {
    position:absolute;
	left:30px;
	height:18px;
    line-height: 0;
}
#header h1 a img {
	height:100%;
}

#gnavi {
    position: absolute;
    right: 100px;
}
#gnavi ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gnavi ul li {
    width: 140px;
    margin-left: 10px;
}
#gnavi ul li:nth-child(2) {
    display: none;
}
#gnavi ul li a {
    box-sizing: border-box;
    display: block;
    border: 1px solid #666;
    color: #333;
    font-size: 0.92em;
    font-weight: 500;
    line-height: 30px;
    transition: all 0.3s;
}
/*#gnavi ul li:nth-child(2) a {
    opacity: 0.5;
    pointer-events: none;
}*/
#gnavi ul li:nth-child(1) a:hover {
    background-color: #3da7c6;
    border: 1px solid #3da7c6;
    color: #fff;
}
#gnavi ul li:nth-child(2) a:hover {
    background-color: #7ba44b;
    border: 1px solid #7ba44b;
    color: #fff;
    
}

.container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.container_fit {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:5em 0;
	margin:0 auto;
	text-align:left;
}
.container_s {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:5em 80px;
	margin:0 auto;
	text-align:left;
}
.more p {
    width: 300px;
    margin:auto;
}
.more p a {
	text-align:center;
	display:block;
    box-sizing: border-box;
	color:#333 !important;
    font-weight: 500;
	line-height:3em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-decoration: none !important;
    border: 1px solid #666;
    border-radius: 3em;
    background-color: #fff;
	background-image:url(../img/arr.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:4px auto;
	transition:all 0.3s;
}
.more p a:hover {
    opacity: 0.6;
}

.exmore  {
	width:200px;
	margin:auto;
}
.exmore a {
	text-align:center;
	display:block;
	background-color:#fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
	color:#333;
    font-size: 0.92em;
	line-height:2.5em;
	background-image:url("../img/exlink.png");
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:14px auto;
	transition:all 0.3s;
}
.exmore a:hover {
	opacity:0.6;
}

@media screen and (max-width: 960px) {
#header h1 {
	height: 18px;
}
#gnavi {
    display: none;
}
#fix_foot {
	display:block;
	position:fixed;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	z-index:1800;
    font-weight: 500;
}
#fix_foot ul {
	text-align:center;
	width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fix_foot ul li {
    position: relative;
	width: calc(100% / 2);
	background-color:#fff;
    box-sizing: border-box;
}
#fix_foot ul li:nth-child(2) {
    display: none;
}
#fix_foot ul li a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#fff;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
	background-color:#3da7c6;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
	transition:all 0.3s;
}
#fix_foot ul li:nth-child(2) a {
    background-color:#7ba44b;
    /*color: rgba(255,255,255,0.5);
    opacity: 0.5;
    pointer-events: none;*/
}
#fix_foot ul li:nth-child(3) a {
    background-color:#a0a0a0;
}
#fix_foot ul li:last-child a {
    letter-spacing: 1em;
    text-indent: 1em;
    font-family: "EB Garamond", serif;
	font-weight:400;
}
#fix_foot ul li a:hover {
	opacity: 0.7;
}

.container,.container_s {
	padding:4em 6%;
}
.container_fit {
	padding:4em 0;
}

.exmore p {
	width:200px;
}
.exmore p a {
    background-size: 12px auto;
}
}

@media screen and (max-width: 700px) {/*100px残す*/

}

@media screen and (max-width: 520px) {
.container,.container_s {
	padding:3em 7%;
}
.container_fit {
	padding:3em 0;
}

.more p {
    width: 78%;
	margin:auto;
}
.more p a {
	color:#333 !important;
	line-height:3em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border: 1px solid #666;
    border-radius: 3em;
    background-color: #fff;
	background-image:url(../img/arr.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	background-size:4px auto;
	transition:all 0.3s;
}


#navi {
	top:50px;
    height: calc((var(--vh, 1vh) * 100) - 50px);
}
.navi_box {
    right: -100%;
    width: 100%;
    padding: 3em 1.5em 2em;
}
.navi1 li a {
    padding: 15px;
}
.navi2 li a {
    aspect-ratio: 3;
}
.n_tel h4 img {
    width: 70%;
}

#toggle {
	padding: 17px 15px;
    width:32px;
	height:16px;
	top:0;
	right:0;
}
#header {
	height:50px;
}
#header .hd_box {
    justify-content: flex-start;
    align-items: center;
}
#header h1 {
	height: 14px;
    left: 15px;
}

}


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

#footer {
    padding: 5em 80px;
    box-sizing: border-box;
    line-height: 1.7;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.credit {
    margin-bottom: 5em;
}
.credit ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.credit ul li:first-child {
    text-align: left;
    width: 360px;
}
.credit ul li:first-child h2 {
    line-height: 0;
    margin-bottom: 0.5em;
}
.credit ul li:first-child img {
    width: 250px;
}
.credit ul li:first-child p {
    font-size: 0.84em;
    line-height: 1.5;
}
.credit ul li:nth-child(2) {
    width: calc(100% - 360px - 300px);
}
.credit ul li:nth-child(2) p {
    font-size: 0.76em;
    line-height: 1.5;
    text-align: left;
}
.credit ul li:last-child {
    width: 300px;
    line-height: 1.5;
}
.credit ul li:last-child h3 {
    margin-bottom: 0.7em;
}
.credit ul li:last-child h3 strong {
    display: inline-block;
    font-weight: 500;
    font-size: 0.84em;
    border-bottom: 1px solid #999;
    padding: 0 1em 0.2em;
}
.credit ul li:last-child h4 {
    line-height: 0;
}
.credit ul li:last-child h4 img {
    width: 300px;
}

.fth1 {
    font-size: 0.76em;
    font-weight: normal;
    color: #666;
    margin-bottom: 1rem;
}

.copyright {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
	font-size:0.76em;
    line-height: 1.4;
}
.copyright img {
	vertical-align:middle;
}


@media screen and (max-width: 1100px) {
.credit ul {
    flex-direction: column;
}
.credit ul li {
    width: 100% !important;
}
.credit ul li:first-child {
    text-align: center;
    margin-bottom: 1em;
}
.credit ul li:nth-child(2) {
    margin-bottom: 3em;
}
.credit ul li:nth-child(2) p {
    text-align: center;
}

}

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

#footer {
    padding: 5em 5% calc(5em + 50px);
}

}

@media screen and (max-width: 640px) {
.credit ul li:first-child img {
    width: 50%;
}
.credit ul li:last-child h4 img {
    width: 70%;
}

}

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

.pagetop_sp {
	text-align:center;
    padding-bottom: 3em;
    line-height: 0;
}
.pagetop_sp img {
	width:32px;
}

#footer {
    padding: 5em 5% calc(5em + 50px);
}

}

#title {
    box-sizing: content-box !important;
    background-image: url("../img/bg_name.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    padding-top: 60px;
}
.titletx {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#title h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1;
    margin-top: 0.5em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #3da7c6;
}
#title h2.resv {
    color: #7ba44b;
}
#title p {
    font-size: 3em;
    line-height: 1.1;
    font-weight: 400;
    color: #999;
    font-family: "EB Garamond", serif;
    border-bottom: 1px solid #ccc;
    padding: 0 1em;
}

.tsub {
    text-align: center;
    margin-bottom: 3em;
}
.tsub section {
    display: inline-block;
}
.tsub h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 3em;
    line-height: 1.1;
    font-weight: 400;
    color: #999;
    font-family: "EB Garamond", serif;
    border-bottom: 1px solid #ccc;
    padding: 0 1em;
}
.tsub h3 span {
    font-size: 0.5em;
    margin-bottom: 0.5em;
}

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

#title {
    height: 180px;
    padding-top: 60px;
}
#title h2 {
    font-size: 2em;
    margin-top: 0.5em;
}
#title p {
    font-size: 2em;
}

.tsub {
    margin-bottom: 3em;
}
.tsub h3 {
    font-size: 2em;
}

}


@media screen and (max-width: 520px) {
#title {
    height: 150px;
    padding-top: 50px;
}
#title h2 {
    font-size: 2em;
    margin-top: 0.5em;
}
#title p {
    font-size: 7vw;
}

.tsub {
    margin-bottom: 2em;
}
.tsub h3 {
    font-size: 7vw;
}

}


.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 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1.5em 2em;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:1.5em 2em;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}

.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:#f0f2f3;
}
.table3 {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin:0 auto;
}
.table3 td {
	padding: 1em 1.5em;
	border-top: 1px solid #ccc;
	text-align:right;
}
.table3 th {
	padding: 1em 1.5em;
	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: 20px 25px;
	border: 1px solid #999;
}
.table4 th {
	padding: 20px 30px;
	border: 1px solid #999;
	text-align:center;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
    background-color: #eee;
}
.table5 {
	line-height:1.7;
	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:solid;
	border-color:#999;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#fff;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
    background-color: #5c9d94;
    color: #fff;
    font-weight: normal;
}

.table_fm {
    width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table_fm td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:1.5em 2em;
	vertical-align:top;
	margin:0;
}
.table_fm th {
	border-width:0 1px 1px 0;
	border-bottom-style:solid;
    border-right-style: dotted;
	border-color:#999;
	padding:1.5em 2em;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	margin:0;
    font-weight: bold;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

@media screen and (max-width: 960px) {
.table_fm {
	display: block;
	width:auto;
}
.table_fm tbody {
	display: block;
}
.table_fm tr {
	display: block;
}
.table_fm th,.table_fm td {
    box-sizing: border-box;
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
}
.table_fm th {
	text-align:left;
	margin-bottom: 0.6em;
	padding:0 0.6em 0.2em;
	font-weight:bold;
	border-bottom: 1px solid #999;
    background-color: transparent;
    font-size: 1.08em;
}
.table_fm td {
	margin:0 1em 2em ;
	padding: 0;
}

}

@media screen and (max-width: 760px) {
.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:0;
}
.table0 td.adjl {
	margin-bottom:6em;
}
.table0 td.adjend {
	margin-bottom:5em;
}
.table0 td.adjm {
	margin-bottom:4em;
}
.table0 td.adjms {
	margin-bottom:3em;
}
.table0 td.adjs {
	margin-bottom:2em;
}
.table0 td.adjss {
	margin-bottom:1em;
}
.table0 td.adjsss {
	margin-bottom:0.5em;
}
.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 {
    box-sizing: border-box;
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
}
.table1 th {
	text-align:left;
	margin-bottom: 0.6em;
	padding:0.2em 0.6em;
	font-weight:500;
    background-color: #fff;;
}
.table1 td {
	margin:0 1em 2em ;
	padding: 0;
}
.table1 tr:last-child td {
    margin-bottom: 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 th {
    padding: 15px 20px;
}
.table4 td {
	padding: 15px 20px;
}
.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;
    background-color: #5c9d94;
    color: #fff;
}
.table5 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}

}


.gmap iframe {
    display: block;
	width:100%;
	height:700px;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
}

@media screen and (max-width: 960px) {
.gmap iframe {
	width:100%;
	height:500px;
}
}

@media screen and (min-width: 521px) {
.table5 tr:last-child th,.table5 tr:last-child td,.table1 tr:last-child th,.table1 tr:last-child td {
	border-bottom:0;
}
}

@media screen and (max-width: 520px) {
.table5 tr:last-child td {
	margin-bottom:0;
}

.gmap iframe {
	width:100%;
	height:400px;
}
}

