@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.green {
	color:#45ac73;
}
.white {
	color:#fff;
}
.orange {
	color:#f90;
}
.bg1 {
    background-color: #f8f8bb;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
#bread a {
	color:#fff;
	text-decoration:none;
}
#bread a:visited {
	color:#fff;
	text-decoration:none;
}
#bread a:hover {
	color:#99cce5;
	text-decoration:none;
}
#bread a:active {
	color:#fff;
	text-decoration:none;
}
.news_box a {
	color:#333;
	text-decoration:underline;
}
.news_box a:visited {
	color:#333;
	text-decoration:underline;
}
.news_box a:hover {
	color:#999;
	text-decoration:underline;
}
.news_box a:active {
	color:#333;
	text-decoration:underline;
}

.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:#333;
	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;
	}
}

#toggle {
	display:none;
	position:fixed;
	width:100px;
	height:100px;
	top:10px;
	right:10px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}

#ftnavi {
    background-color: #f8f8bb;
}
#ftnavi ul {
	border-top:1px dotted #45ac73;
}
#ftnavi li {
	float:left;
	width:50%;
	line-height:60px;
}
#ftnavi li:nth-child(3),#ftnavi li:nth-child(9) {
	width:100%;
}
#ftnavi li a {
	display:block;
	text-decoration:none;
	color:#45ac73;
	border-bottom:1px dotted #45ac73;
	transition: all 0.5s;
    background-color: #f8f8bb;
}
#ftnavi li:nth-child(even) a {
	border-left:1px dotted #45ac73;
}
#ftnavi li a:hover {
	background-color:#d8ee94;
}
#ftnavi li:nth-child(3) a,#ftnavi li:nth-child(9) a {
    color: #fff;
    background-color: #45ac73 !important;
}
#ftnavi li:nth-child(3) a:hover,#ftnavi li:nth-child(9) a:hover {
    background-color: #8fcdab !important;
}
#ftnavi li:nth-child(1) a,#ftnavi li:nth-child(2) a,#ftnavi li:nth-child(7) a,#ftnavi li:nth-child(8) a {
    border-bottom: 0;
}

#header {
	position:relative;
	width:100%;
	height:100px;
	background-color:#f8f8bb;
	z-index:2000;
}
#header .hd_box {
	position:relative;
	width:1280px;
	height:100px;
	margin:0 auto;
    background-image:url("../img/hd_leaf.png");
    background-repeat: no-repeat;
    background-position: right 40px bottom;
    background-size: contain;
}
#header h1 {
	position:absolute;
	left:35px;
	top:23px;
}
#header h1 img {
	height:54px;
}
#header p {
    line-height: 100px;
    font-size: 0.76em;
    text-align: center;
}
#gnavi {
    position: relative;
	width:100%;
    background-color: #45ac73;
    z-index: 2000;
}
#gnavi ul {
    width: 1200px;
    margin: 0 auto;
}
#gnavi ul li {
	float:left;
	width:25%;
}
#gnavi ul li a {
    display: block;
    line-height: 50px;
    color: #fff;
    border-right:1px dotted #fff;
    transition: all 0.5s;
}
#gnavi ul li a:hover,#gnavi ul li a.current {
    background-color: #8fcdab;
}
#gnavi ul li:last-child a {
    border-right:0 !important;
}

.dropdwn_menu {
    width: 300px !important;
    display: none;
    position: absolute;
    background: #f8f8bb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdwn_menu li {
    width: 100% !important;
}
.dropdwn_menu li a {
    line-height: 60px !important;
    color: #45ac73 !important;
    border-right:0 !important;
    border-bottom: 1px dotted #45ac73;
}
.dropdwn_menu li:last-child a {
    border-bottom: 0 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dropdwn_menu li a:hover {
    background-color: #d8ee94 !important;
}
.hfixadj {
	display:none;
}

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

.imgmore {
	text-align:center;
}
.imgmore img {
	height:40px;
}
#fix_foot {
	display:none;
}

.more a {
    font-weight: bold;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 3px solid #45ac73;
    color: #45ac73;
    line-height: 60px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    transition: all 0.5s;
}
.more a:hover {
    color:#fff;
    background-color: #45ac73;
}

@media screen and (min-width: 500px) {
.gfix #gnavi {
	position:fixed;
	left:0;
	top:0;
	height:50px;
}
.gfix .hfixadj {
	display:block;
	height:50px;
}

#navi,#ftnavi {
	display:none;
}

}

@media screen and (max-width: 499px) {
#toggle {
	display:block;
	width:50px;
	height:50px;
	top:0;
	right:0;
}
#navi {
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
	height:100%;
	top:50px;
	left:-100%;
	background-color: rgba(255,255,255,0.8);
	overflow-y: auto;
}
#navi ul {
	border-top:1px dotted #45ac73;
}
#navi li {
	float:left;
	width:50%;
	line-height:60px;
}
#navi li:nth-child(3),#navi li:nth-child(9) {
	width:100%;
}
#navi li a {
	display:block;
	text-decoration:none;
	color:#45ac73;
	border-bottom:1px dotted #45ac73;
	transition: all 0.5s;
    background-color: #f8f8bb;
}
#navi li:nth-child(even) a {
	border-left:1px dotted #45ac73;
}
#navi li a:hover {
	background-color:#d8ee94;
}
#navi li:nth-child(3) a,#navi li:nth-child(9) a {
    color: #fff;
    background-color: #45ac73 !important;
}
#navi li:nth-child(3) a:hover,#navi li:nth-child(9) a:hover {
    background-color: #8fcdab !important;
}
#navi li:nth-child(1) a,#navi li:nth-child(2) a,#navi li:nth-child(7) a,#navi li:nth-child(8) a {
    border-bottom: 0;
}


#header {
	width:100%;
	height:50px;
	position:fixed;
	z-index:2000;
}
#header .hd_box {
	width:100%;
	height:50px;
    background-position: right 55px bottom;
}
#header h1 {
	left:10px;
	top:10px;
}
#header h1 img {
	height:30px;
}
#header p,#gnavi {
	display:none;
}
.hfixadj {
	display:block;
	height:50px;
}

.container,.container3 {
	width:auto;
	padding:50px 30px;
}
.container2 {
	width:auto;
	padding:0 0 50px;
}

.imgmore img {
	height:30px;
}

#fix_foot {
	display:block;
	position:fixed;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	z-index:1800;
}
#fix_foot ul {
	font-size:1.16em;
	text-align:center;
}
#fix_foot ul li {
	float:left;
	width: calc(100% - 50px);
	background-color:#fff;
}
#fix_foot ul li:last-child {
	width:50px;
	background-color:#ceb12b;
}
#fix_foot ul a {
	display:block;
	line-height:50px;
	font-weight:bold;
	text-decoration:none;
	color:#111155;
	border-top:2px solid #ceb12b;
}
#fix_foot ul li:last-child a {
	color:#111155;
	border:0;
}
#fix_foot ul li:last-child img {
	width:50px;
}

.more a {
    width: 90%;
}

}


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

#footer {
    background-color: #f8f8bb;
}
.ft_box {
	padding:60px 0;
	width:1200px;
	margin:0 auto;
	line-height:1.7;
    background-image:url("../img/ft_leaf.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 50%;
}
.ft_box h4 {
	margin-bottom:20px;
}
.copyright {
	text-align:center;
	margin-top:40px;
	font-size:0.76em;
	color:#aaa;
}
.copyright img {
	vertical-align:top;
}

#title {
    background: linear-gradient(to left, #3b9367, #45ac73 50%, #3b9367 100%);
	padding:30px 0;
    border-top: 1px solid #3b9367;
}
#title h3 {
	color:#fff;
	font-size:1.6em;
	line-height:1.231;
	letter-spacing:0.1em;
}

.subnavi {
	overflow:hidden;
    background-color: #f8f8bb;
}
.subnavi.sbadj {
    border-top:0;
    border-bottom:1px dotted #45ac73;
}
.subnavi ul {
	position:relative;
	float:left;
	left:50%;
}
.subnavi li {
	position:relative;
	left:-50%;
	float:left;
    width: 240px;
}
.subnavi li a {
	display:block;
	line-height:50px;
	padding:0 30px;
	color:#45ac73;
	font-weight:bold;
	text-align:center;
	transition:all 0.5s;
}
.subnavi li a:hover {
	background-color:#d8ee94;
}
.subnavi li a.current {
	background-color:#d8ee94;
}

.tsub {
    font-size: 1.6em;
    text-align: center;
    border-bottom: 2px dotted #45ac73;
    padding-bottom: 10px;
    margin: 0 auto 60px;
    width: 400px;
    line-height: 1.4;
}
.sub {
	font-size:1.24em;
	line-height:1.4;
	border:1px solid #45ac73;
	padding:8px 15px;
	margin-bottom:30px;
    color: #45ac73;
    border-radius: 10px;
}
.sub2 {
	font-size:1.32em;
	line-height:1.4;
    background-color: #45ac73;
	padding:8px 15px;
	margin-bottom:30px;
    color: #fff;
    border-radius: 10px;
}
@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 {

}
.ft_box {
	width:auto;
	padding:50px 0;
    background-size: 26% auto;
    background-position: left 10px bottom;
}
.copyright {
	margin-top:40px;
}

#title {
	padding:20px 0;
}
#title h3 {
	font-size: 1.4em;
}

.subnavi {
    border-top:0;
}
.subnavi.sbadj {
    border-top:0;
    border-bottom:0;
    margin-bottom: 50px;
}
.subnavi ul {
	left:0;
	width:100%;
	border-top:1px dotted #45ac73;
}
.subnavi li {
	left:0;
	width:50%;
}
.subnavi li a {
    font-weight: normal;
	display:block;
	padding:0;
	line-height:40px;
	border-right:1px dotted #45ac73;
	border-bottom:1px dotted #45ac73;
}
.subnavi li:nth-child(2n) a {
	border-right:0;
}

.tsub {
    font-size: 1.4em;
    margin: 0 auto 40px;
    width: 70%;
}
.sub {
	font-size:1.16em;
	margin-bottom:20px;
}
.sub2 {
	font-size:1.24em;
	margin-bottom:20px;
}
}


.flyer img {
	max-width:200px;
	max-height:200px;
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}

.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 #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#f8f8bb;
	white-space:nowrap;
    width: 200px;
}

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


@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%;
}
.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: #f8f8bb;
	padding:3px 10px;
    border-bottom:1px dotted #45ac73;
}
.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;
	border-bottom:1px dotted #45ac73;
	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) {
.table5 th {
	width:300px;
}
.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:290px;
}
.table5 th img {
	float:right;
	height:18px;
	margin:6px 0 0 0;
}
.sarea {
	width:100px !important;
}
}