@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.keycolor {
	color:#f57722;
}
.white {
	color:#fff;
}
.bg1 {
    background-color: #e7a02b;
}
.bg2 {
    background-color: #fcf8f0;
}
.bg3 {
    background-color: #fafafa;
}
.bg4 {
    background-color: #111111;
}
.bg5 {
    background-color: #fbf4e2;
}

/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a {
	color:#f57722;
	text-decoration:none;
}
a:visited {
	color:#f57722;
	text-decoration:none;
}
a:hover {
	color:#f9ad7a;
	text-decoration:none;
}
a:active {
	color:#f57722;
	text-decoration:none;
}
#bread a {
	color:#999;
	text-decoration:none;
    transition: color 0.3s;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	text-decoration:none;
}
.btn a {
    display: block;
	animation: btnfadeout 0.3s ease 0s 1 normal forwards;
	-webkit-animation: btnfadeout 0.3s ease 0s 1 normal forwards;
}
.btn a:hover {
	animation: btnfadein 0.3s ease 0s 1 normal forwards;
	-webkit-animation: btnfadein 0.3s ease 0s 1 normal forwards;
}
.btn2 a {
    display: inline-block;
	animation: btnfadeout 0.3s ease 0s 1 normal forwards;
	-webkit-animation: btnfadeout 0.3s ease 0s 1 normal forwards;
}
.btn2 a:hover {
	animation: btnfadein 0.3s ease 0s 1 normal forwards;
	-webkit-animation: btnfadein 0.3s 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%;
    scroll-behavior: smooth;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-feature-settings: "palt" on, "liga" off;
	color:#111;
	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: 'Lato', sans-serif !important;
}

#wrapper {
	 flex: 1 1 auto;
	 min-height: 1px;/*IE11 img resizing bug*/
}
.effect {
	opacity:0;
	transition:opacity 1s;
}
.mgend {
	margin-bottom:80px;
}
.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.92em;
	}
	.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;
	}
    .mgsss {
	margin-bottom:7px;
    }
    
}

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

#header {
	position:fixed;
	width:100%;
    min-width: 1300px;
	height:80px;
    border-top: 5px solid #f57722;
    background-color: #fff;
	z-index:3000;
}
.hd_box {
    position: relative;
    min-width: 1300px;
    max-width: 1600px;
    height: 80px;
    margin: 0 auto;
}
.hd_box h1 {
	position:absolute;
	left:50px;
	bottom:25px;
}
.hd_box h1 a {
    display: inline-block;
}
.hd_box h1 img {
	height:30px;
}
.hd_contact {
    position:absolute;
	right:100px;
	bottom:17px;
    width: 200px;
}
.hd_contact a {
    display: block;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
    color: #f57722;
    border: 3px solid #f57722;
    border-radius: 10px;
    background-image: url("../img/icon_mail.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px auto;
    transition: all 0.3s;
}
.hd_contact a:hover {
    background-color: #fef1e8;
}
.hd_tel {
    position:absolute;
	right:320px;
	bottom:0;
}
.hd_tel ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.hd_tel li:first-child {
    text-align: right;
}
.hd_tel li:first-child p {
    font-size: 0.84em;
    line-height: 1.5;
}
.hd_tel li:first-child h2 {
    font-size: 1.8em;
    line-height: 1.05;
    letter-spacing: 1px;
    color: #f57722;
    font-family: 'Lato', sans-serif !important;
}
.hd_tel li:first-child h2 img {
    height: 22px;
    vertical-align: baseline;
    margin-right: 4px;
}
.hd_tel li:nth-child(2) {
    margin-left: 20px;
    margin-right: 10px;
}
.hd_tel li:nth-child(2) p {
    background-color: #f57722;
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.76em;
    line-height: 1.3;
}
.hd_tel li:nth-child(3) p {
    font-size: 0.76em;
    line-height: 1.7;
}
.hd_tel li:nth-child(3) h3 {
    font-size: 1.12em;
    font-weight: normal;
    line-height: 1.3;
}
.mb_tel {
    display: none;
}

.hd_sns {
    display: none;
}
@media screen and (min-width: 1380px) {
.hd_sns {
    display: block;
    position: absolute;
    right:770px;
    top: 25px;
}
.hd_sns ul {
    display: flex;
    justify-content: center;
    align-items:center;
}
.hd_sns li {
    width: 30px;
    margin-right: 10px;
}
.hd_sns li:last-child {
    margin-right: 0;
}
.hd_sns li img {
    width: 100%;
}
}

#gnavi {
	position:relative;
	height:90px;
    width: 1300px;
	margin:85px auto 0;
}
#gnavi ul {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#gnavi ul li {
    position: relative;
}
#gnavi ul li a {
    font-weight: bold;
	font-size:0.92em;
	color:#111;
	line-height:1.3;
	height: 90px;
    padding: 30px 30px 0;
    box-sizing: border-box;
    border-right: 1px dotted #f8a064;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/icon_com.png");
    background-repeat: no-repeat;
    background-position: center top 20px;
    background-size: auto 24px;
	transition:all 0.3s;
}
#gnavi ul li a:hover {
    background-color: #fef1e8;
}
#gnavi ul li:nth-child(2) a {
    background-image: url("../img/icon_new.png");
}
#gnavi ul li:nth-child(3) a {
    background-image: url("../img/icon_land.png");
}
#gnavi ul li:nth-child(4) a {
    background-image: url("../img/icon_used.png");
    border-right-width: 0;
}

#gnavi ul li:nth-child(5) a {
	color:#fff;
    background-color: #f57722;
    background-image: url("../img/icon_open.png");
    background-position: center top 12px;
    border-right-width: 0;
}
#gnavi ul li:nth-child(5) a:hover {
    background-color: #f8a064;
}
#gnavi ul li:nth-child(6) a {
    pointer-events: none;
    background-color: #ffdac1;
    font-weight: normal;
    font-size: 0.76em;
    padding: 0 20px 20px;
    background-image: url("../img/icon_rel.png");
    background-position: center bottom 10px;
}
#gnavi ul li:nth-child(7) a {
    background-image: url("../img/icon_houei.png");
    background-position: center top 12px;
}
#gnavi ul li:nth-child(8) a {
    background-image: url("../img/icon_mirai.png");
    background-position: center top 12px;
    border-right-width: 0;
}


#toggle {
	position:absolute;
	width:40px;
	height:40px;
	top:20px;
	right:42px;
	z-index:3200;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
    transition:opacity 0.3s;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
#toggle:hover {
	opacity:0.6;
}

.navi_bg {
    display: none;
	position:fixed;
	text-align:center;
	z-index:1000;
	width:100%;
    height: 100%;
	top:85px;
	left:0;
    background-color: #111;
    opacity: 0;
}

#navi {
    display: block;
	position:fixed;
	text-align:center;
	z-index:2000;
	width:430px;
    height: 100vh;
    overflow: auto;
	top:85px;
	right:-430px;
    background-color: #fff;
}
.navi_box {
    padding:30px 30px 120px;
}
.navi_box h3 {
    font-size: 1.16em;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
}
.navi_box h4 {
    text-align: center;
    margin-top: 20px;
    font-size:0.84em;
}
.navi_box p {
    text-align: center;
    margin-top: 10px;
}
.navi_box p:last-child {
    margin-top: 10px !important;
}
.navi_box p img {
    height: 40px;
}

#navi ul {
	border-top:1px solid #ccc;
}
#navi li {
    position: relative;
    float: left;
    width: 50%;
}
#navi li:nth-child(9),#navi li:nth-child(10),#navi li:nth-child(11),#navi li:last-child {
    width: 100%;
}
#navi li a {
	display:block;
	text-decoration:none;
	color:#111;
    background-color: #fff;
	border-bottom:1px solid #ccc;
	line-height:50px;
    padding-left: 15px;
	font-size:0.84em;
    text-align: left;
    transition: all 0.3s;
}
#navi ul li a:hover {
	background-color:#fef1e8;
}
#navi li:nth-child(even) a {
    border-left: 1px solid #ccc;
}
#navi li:nth-child(10) a {
    border-left-width: 0 !important;
}

.nv_sns {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 20px;
}
.nv_sns nav {
    width: 30px;
    margin-right: 10px;
}
.nv_sns nav:last-child {
    margin-right: 0;
}
.nv_sns nav img {
    width: 100%;
}

#fix_foot,#ftnavi {
    display: none;
}

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

}

@media screen and (max-width: 499px) {
#header {
    position: fixed;
    min-width: 100%;
	height:50px;
    border-top-width: 3px;
}
.hd_box {
    min-width: 100%;
    max-width: 100%;
    height: 50px;
}
.hd_box h1 {
	left:0;
    right: 0;
	top:15px;
    line-height: 0;
}
.hd_box h1 img {
	height:20px;
    margin-right: 10px;
}
.hd_contact, .hd_tel, #gnavi {
	display:none;
}
.mb_tel {
    display: block;
    position:absolute;
	width:36px;
	height:36px;
	top:7px;
	right:7px;
	z-index:3200;
}
.mb_tel img {
    width: 100%;
}

#toggle {
	width:50px;
	height:50px;
	top:0;
	left:0;
    right: auto;
}

.navi_bg {
	top:50px;
}

#navi {
	width:340px;
	top:53px;
}
.navi_box {
    padding:20px 20px 130px;
}
.navi_box h3 {
    font-size: 1.16em;
    margin-bottom: 20px;
}
#navi li a {
	line-height:44px;
    padding-left: 13px;
	font-size:0.80em;
}
#navi li a span {
    display: none;
}
#fix_foot {
    position: fixed;
    display: block;
	left:0;
    bottom: 0;
	width:100%;
    height: 50px;
    z-index: 3000;
}
#fix_foot li {
    float: left;
    width: 50%;
}
#fix_foot li a {
    display: block;
    font-size: 0.92em;
    line-height:50px;
	height:50px;
    padding-left: 30px;
    transition: background-color 0.3s;
	background-color: #f57722;
    color: #fff;
    background-image: url("../img/icon_open.png");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 20px auto;
}
#fix_foot li:last-child a {
    background-color: #fff;
    color: #f57722;
    background-image: url("../img/icon_mail.png");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 20px auto;
    border-top: 1px solid #f57722;
    letter-spacing: 3px;
}
#fix_foot li a:hover {
	background-color:#f8a064;
}
#fix_foot li:last-child a {
	background-color:#fff;
}
#fix_foot li:last-child a:hover {
	background-color:#fef1e8;
}

#ftnavi {
    display: block;
    padding: 0 20px 20px;
}
#ftnavi ul {
	border-top:1px solid #ccc;
}
#ftnavi li {
    position: relative;
    float: left;
    width: 50%;
}
#ftnavi li:nth-child(9),#ftnavi li:nth-child(10),#ftnavi li:nth-child(11),#ftnavi li:last-child {
    width: 100%;
}
#ftnavi li a {
	display:block;
	text-decoration:none;
	color:#111;
    background-color: #fff;
	border-bottom:1px solid #ccc;
	line-height:44px;
    padding-left: 13px;
	font-size:0.80em;
    text-align: left;
    transition: all 0.3s;
}
#ftnavi li a span {
    display: none;
}
#ftnavi ul li a:hover {
	background-color:#fef1e8;
}
#ftnavi li:nth-child(even) a {
    border-left: 1px solid #ccc;
}
#ftnavi li:nth-child(10) a {
    border-left-width: 0 !important;
}
#ftnavi h4 {
    font-size:0.80em;
    margin-top: 20px;
}
#ftnavi p {
    text-align: center;
    margin-top: 10px;
}
#ftnavi p:last-child {
    margin-top: 10px !important;
}
#ftnavi p img {
    height: 40px;
}
}


#title {
    position: relative;
    max-width: 1600px;
    min-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px double #f57722;
    border-bottom: 5px double #f57722;
    box-sizing: border-box;
}

#title h2 {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 2em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#title span {
    font-family: 'Lato', sans-serif !important;
    font-size: 0.5em;
    letter-spacing: 1px;
    font-weight: normal;
}

#bread {
    position: relative;
    width:1200px;
    line-height: 30px;
	margin:0 auto -30px;
	text-align:left;
    font-size: 0.76em;
    color: #aaa;
}

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

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

.more {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.more a {
    text-align: center;
    display: block;
    background-color: #fff;
    border: 2px solid #1f968f;
    color: #111;
    border-radius: 100px;
    line-height: 50px;
    font-size: 1.16em;
    background-image: url("../img/arr_bg.png");
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: right 15px center;
    transition: background-color 0.3s;
}
.more a:hover {
    background-color: #d2eae9;
}

.bmore {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.bmore a {
    font-weight: bold;
    display: block;
    background-color: #f57722;
    color: #fff;
    line-height: 54px;
    background-image: url("../img/link.png");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center right 10px;
    transition: background-color 0.3s;
}
.bmore a:hover {
    background-color: #f7924e;
}

#footer {
    position: relative;
    background-color: #fef1e8;
    padding: 50px 0 0;
}
.ft_box {
    min-width: 1300px;
    max-width: 1600px;
    box-sizing: border-box;
    padding:0 50px 50px;
    margin: 0 auto;
    text-align: left;
}
.ft_box h4 img {
    height: 30px;
}
.ft_box p {
    font-size: 0.92em;
    line-height: 1.7;
}

#sitemap {
    position: relative;
    background-color: #f57722;
    padding: 30px 0;
}
#sitemap ul {
    position: relative;
    display: block;
    min-width: 1300px;
    max-width: 1600px;
    box-sizing: border-box;
    padding: 0 50px;
    margin: 0 auto;
}
#sitemap li {
    float:left;
}
#sitemap li:nth-child(8),#sitemap li:nth-child(12),#sitemap li:nth-child(17) {
    clear: both;
}
#sitemap li a {
    display: inline-block;
    color: #fff;
    font-size: 0.84em;
    line-height: 40px;
    padding: 0 22px;
    border-bottom: 1px dotted #fff;
    transition: background-color 0.3s;
}
#sitemap li:nth-last-child(1) a,#sitemap li:nth-last-child(2) a,#sitemap li:nth-last-child(3) a,#sitemap li:nth-last-child(4) a {
    border-bottom-width: 0;
}
#sitemap li a:hover {
    background-color: #f7924e;
}

#staff {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 1300px;
    max-width: 1600px;
    box-sizing: border-box;
    text-align: right;
    margin: 0 auto;
    pointer-events: none;
}
#staff img {
    width: 400px;
    margin-right: 50px;
}

.copyright {
    font-size: 0.76em;
    line-height: 1.3;
    padding: 15px 0;
    background-color: #f7924e;
    color: #fff;
}
.copyright img {
    vertical-align:middle;
}

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

#title {
    max-width: 100%;
    min-width: 100%;
    height: 160px;
    margin-top: 53px;
}

#title h2 {
    width: 100%;
    height: 70px;
    font-size: 1.32em;
    letter-spacing: 1px;
}
#title h2 span {
    font-size: 0.6em;
    letter-spacing: 1px;
}

#bread {
    display: none;
}

.container {
	width:auto;
	padding:50px 25px;
}

.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:0 0 50px;
}
.pagetop img {
	width:50px;
}

.more {
    width: 220px;
}
.more a {
    line-height: 40px;
    font-size: 1.08em;
    background-size: auto 8px;
    background-position: right 12px center;
}
.bmore {
    width: 100%;
}
.bmore a {
    line-height: 50px;
    background-size: 8px auto;
    background-position: center right 10px;
}

#footer {
    padding: 50px 0;
}
.ft_box {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
}
.ft_box h4 img {
    height: auto;
    width: 260px;
}
.ft_box p {
    font-size: 0.92em;
}
.ft_box .table0 {
    margin-left: auto;
    margin-right: auto;
}
#sitemap {
    display: none;
}

#staff {
    position:static;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
#staff img {
    width: 50%;
    margin: 0;
}

.copyright {
    font-size: 0.72em;
    padding: 15px 0 65px;
    background-color: #fbc9a7;
    color: #fff;
}

}

.sub {
    font-size: 1.6em;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px dotted #f57722;
}

.sub2 {
    background-color: #fef1e8;
    padding: 7px 10px;
    line-height: 1.5;
    font-size: 1.32em;
}
.sub2w {
    background-color: #f57722;
    color: #fff;
    padding: 7px 10px;
    line-height: 1.5;
    font-size: 1.32em;
}
.sub3 {
    line-height: 1.5;
    font-size: 1.16em;
    border-left: 3px solid #f57722;
    padding-left: 10px;
}

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

.sub {
    font-size: 1.32em;
    line-height: 1.4;
    padding-bottom: 8px;
    width: 100%;
}
.sub2,.sub2w {
    font-size: 1.08em;
}
.sub3 {
    font-size: 1em;
}

}


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

.table3 {
	width: 100%;
	border-collapse: collapse;
}
.table3 td,.table3 th{
	padding: 20px 25px;
	border: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.table3 th{
	font-weight: normal;
	background:#fef1e8;
	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 {
	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;
}
.table6 {
    width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table6 td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:30px;
	vertical-align:top;
	margin:0;
}
.table6 th {
	border-width:0 1px 1px 0;
	border-bottom-style:solid;
    border-right-style: dotted;
	border-color:#999;
	padding:30px;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	margin:0;
}

@media screen and (max-width: 499px) {
.container2 .box0 {
	margin-left:30px;
	margin-right:30px;
}
.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%;
}
.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;
	border-bottom: 1px solid #f57722;
	padding:3px 10px;
    background-color: #fff;
}
.table1 td {
	margin:0 10px 20px;
	padding: 0;
    font-size: 0.92em;
}

.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;
    background-color: #0b7cc2;
}
.table2 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}

.table3 {
	width: 100%;
}
.table3 td,.table3 th{
	padding: 10px 10px;
    font-size: 0.84em;
}
.table3 th {
    width: auto;
}

.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: 15px;
	line-height: 1.5;
    padding: 0 10px 5px;
    border-bottom: 1px solid #fabb90;
    font-size: 1.08em;
    font-weight: bold;
}
.table5 td {
	margin:0 10px 40px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}

.table6 {
	display: block;
	width:auto;
}
.table6 tbody {
	display: block;
}
.table6 tr {
	display: block;
}
.table6 th,.table6 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table6 th {
	text-align:left;
	margin-bottom: 15px;
	line-height: 1.5;
    padding: 0 10px 5px;
    border-bottom: 1px solid #fabb90;
    font-size: 1.08em;
}
.table6 td {
	margin:0 10px 40px ;
	padding: 0;
}

}

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

.sfilter_box {
    background-color: #fef1e7;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sfilter_title {
    width: 200px;
    text-align: center;
}
.sfilter_title img {
    width: 50px;
}
.sfilter_title p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 10px;
}
.sfilter_sw {
    width: 920px;
}
.sfilter_sw ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sfilter_sw #school ul {
    border-bottom: 1px dotted #f57622;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sfilter_sw ul li a {
    display: block;
    font-size: 0.92em;
    color: #111;
    line-height: 1.4;
    background-image: url("../img/link_o.png");
    background-repeat: no-repeat;
    background-position: left top 14px;
    background-size: 10px auto;
    padding: 10px 30px 10px 15px;
}

@media screen and (min-width: 500px) {
.table5 th {
	width:300px;
}
.table5 th img {
	float:right;
	height:18px;
	margin:8px 0 0 10px;
}
.table5 tr:last-child th,.table5 tr:last-child td {
    border-bottom:none !important;
}
.nobd {
	border-bottom:none !important;
}
.tite {
    margin-left: 100px;
    margin-right: 100px;
}
}
@media screen and (max-width: 499px) {
.table1 tr:last-child td,.table5 tr:last-child td {
	margin-bottom:0;
}
input[type="text"],textarea {
	width:280px;
}
.table5 th img {
	float:right;
	height:18px;
	margin:4px 0 0 0;
}
.sarea {
	width:100px !important;
}
#gmap iframe {
	width:100%;
	height:400px;
}

.sfilter_box {
    padding: 20px;
}
.sfilter_title {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sfilter_title img {
    width: 37px;
    margin-right: 10px;
}
.sfilter_title p {
    font-size: 0.76em;
}
.sfilter_sw {
    width: 100%;
}
.sfilter_sw ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sfilter_sw #school ul {
    border-bottom: 1px dotted #f57622;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sfilter_sw #school ul li {
    width: 48%;
}
.sfilter_sw #area ul li {
    width: 48%;
}
.sfilter_sw ul li a {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.84em;
    background-position: left top 9px;
    background-size: 5px auto;
    padding: 5px 0 5px 10px;
}

}

