@charset "utf-8";
.bg_color01 {
  background-image: linear-gradient(-45deg, #f6fdfd, #e5f9f9);
}
.bg_color02 {
  background: #eee;
}
.bg_color03 {
  background: #f29b76;
}
.bg_color04 {
  background: #eee;
}
.bg_color05 {
  background-image: linear-gradient(-45deg, #f6fdfd, #e5f9f9);
}
.bg_color06 {
  background: url("../images/top/bg_sec1.jpg")repeat-x;
  background-position: top center;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 1.5rem !important;
    line-height: 2.3rem;
  }
  .tx_m {
    font-size: 1.3em;
    line-height: 2em;
  }
  .tx_n {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1rem;
    line-height: 1.5rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 150px;
    background: url("../images/bg_ti.jpg");
    background-position: center;
    position: relative;
  }
  .article h1 {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    font-size: 1.4em;
    line-height: 1.8em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	  -moz-border-radius: 30px;    /* Firefox */
-webkit-border-radius: 30px; /* Safari,Chrome */
border-radius: 30px;         /* CSS3 */
  }
  .br1 {
    display: block;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
	.sec_in100 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
	.sec_in_auto {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
	display: inline-block;
  }
	.sec_em3{
		padding: 2em 0;
	}
.sec_topem3{
		padding-top: 2em;
	}
  .flex {
    display: flex;
  }
  .flex_bet {
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
  .box70 {
    margin: 0 0 2em;
    padding: 0;
    width: 100%;
  }
	.box30 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }
	table.t1 td {
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background-color: #fff;
  font-size: 1em!important;
  padding: .2em;
  line-height: 1.5em !important;
  text-align: left;
  background: #fff;
  ;
}
table.t1 th {
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background: #eee;
	padding: .2em;
	font-size: 1em!important;
  line-height: 1.5em !important;
	width: 30%;
	text-align: left;
}
	.bg_sec3{
		background: url("../../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
	.googlemap {
    padding-bottom: 90%;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 1.8rem !important;
    line-height: 3rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tx_n {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 2rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 150px;
    background: url("../images/bg_ti.jpg");
    background-position: center;
    position: relative;
  }
  .article h1 {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    font-size: 1.5em;
    line-height: 1.8em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	  -moz-border-radius: 30px;    /* Firefox */
-webkit-border-radius: 30px; /* Safari,Chrome */
border-radius: 30px;         /* CSS3 */
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
	.sec_in100 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
	.sec_in_auto {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
	display: inline-block;
  }
	.sec_em3{
		padding: 2em 0;
	}
.sec_topem3{
		padding-top: 2em;
	}
  .flex {
    display: flex;
  }
  .flex_bet {
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
  .box70 {
    margin: 0 0 2em;
    padding: 0;
    width: 100%;
  }
	.box30 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }table.t1 td {
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background-color: #fff;
  font-size: 1em!important;
  padding: .2em;
  line-height: 1.5em !important;
  text-align: left;
  background: #fff;
  ;
}
table.t1 th {
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background: #eee;
	padding: .2em;
	font-size: 1em!important;
  line-height: 1.5em !important;
	width: 30%;
	text-align: left;
}
	.bg_sec3{
		background: url("../../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
	.googlemap {
    padding-bottom: 70%;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 1.8rem !important;
    line-height: 3rem;
  }
  .tx_m {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 2rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 200px;
    background: url("../images/bg_ti.jpg");
    background-position: center;
    position: relative;
  }
  .article h1 {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    font-size: 1.8em;
    line-height: 1.8em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	  -moz-border-radius: 30px;    /* Firefox */
-webkit-border-radius: 30px; /* Safari,Chrome */
border-radius: 30px;         /* CSS3 */
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
  }
	.sec_in100 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
	.sec_in_auto {
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
	display: inline-block;
  }
	.sec_em3{
		padding: 3em 0;
	}
.sec_topem3{
		padding-top: 3em;
	}
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 70%;
  }
	.box30 {
    margin: 0;
    padding: 0;
    width: 28%;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }table.t1 td {
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background-color: #fff;
  font-size: 1.2em!important;
  padding: .2em;
  line-height: 1.5em !important;
  text-align: left;
  background: #fff;
  ;
}
table.t1 th {
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background: #eee;
	padding: .2em;
	font-size: 1.2em!important;
  line-height: 1.5em !important;
	width: 30%;
	text-align: left;
}
	.bg_sec3{
		background: url("../../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
	.googlemap {
    padding-bottom: 52%;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2rem !important;
    line-height: 3rem;
  }
  .tx_m {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.6rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 2rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 200px;
    background: url("../images/bg_ti.jpg");
    background-position: center;
    position: relative;
  }
  .article h1 {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    font-size: 2em;
    line-height: 2em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	  -moz-border-radius: 30px;    /* Firefox */
-webkit-border-radius: 30px; /* Safari,Chrome */
border-radius: 30px;         /* CSS3 */
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
  }
	.sec_in100 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
	.sec_in_auto {
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
	display: inline-block;
  }
	.sec_em3{
		padding: 3em 0;
	}
.sec_topem3{
		padding-top: 3em;
	}
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 70%;
  }
	.box30 {
    margin: 0;
    padding: 0;
    width: 28%;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }table.t1 td {
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background-color: #fff;
  font-size: 1.3em!important;
  padding: .3em;
  line-height: 1.5em !important;
  text-align: left;
  background: #fff;
  ;
}
table.t1 th {
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  background: #eee;
	padding: .3em;
	font-size: 1.3em!important;
  line-height: 1.5em !important;
	width: 30%;
	text-align: left;
}
	.bg_sec3{
		background: url("../../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
	.googlemap {
    padding-bottom: 40%;
  }
}
@media screen and (min-width:1441px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 2rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: 200px;
    background: url("../images/bg_ti.jpg");
    background-position: center;
    position: relative;
  }
  .article h1 {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    font-size: 2em;
    line-height: 2em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	  -moz-border-radius: 30px;    /* Firefox */
-webkit-border-radius: 30px; /* Safari,Chrome */
border-radius: 30px;         /* CSS3 */
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 0;
    width: 60%;
    height: auto;
  }
	.sec_in100 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
	.sec_in_auto {
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
	display: inline-block;
  }
	.sec_em3{
		padding: 3em 0;
	}
	.sec_topem3{
		padding-top: 3em;
	}

  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 70%;
  }
	.box30 {
    margin: 0;
    padding: 0;
    width: 28%;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }
	.bg_sec3{
		background: url("../../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
.googlemap {
    padding-bottom: 40%;
  }
}
/*sec5*/
@media screen and (min-width:340px) and (max-width:768px) {
  .wh_sc{
	margin: 0 auto 0;
    padding: 3%;
    width: 80%;
    background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
	}
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .wh_sc{
	margin: 0 auto 0;
    padding: 3%;
    width: 80%;
    background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
	}
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .wh_sc{
	margin: 0 auto 0;
    padding: 3%;
    width: 70%;
    background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
	}
}
@media screen and (min-width:1441px) {
	.wh_sc{
	margin: 0 auto 0;
    padding: 3%;
    width: 50%;
    background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
	}
}