@charset "utf-8";
.bg_color01 {
  background: linear-gradient(to top, #e2fbff, #fff);
}
.bg_color02 {
  background-image: linear-gradient(-45deg, #eee, #fff);
}
.bg_color03 {
  background: #eee;
}
.bg_color04 {
  background-image: linear-gradient(-45deg, #fff, #cff);
}
.bg_color05 {
  background: #ffefe7;
}
.bg_color06 {
  background-image: linear-gradient(-45deg, #f90, #fc9);
}
.bg_color07 {
  background-image: linear-gradient(-45deg, #fff, #ccc);
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_ll {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tx_l {
    font-size: 1.3rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.2rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.1rem;
    line-height: 2.1rem;
    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: 120px;
    background: url("../images/bg_ti.jpg") no-repeat;
			background-size: cover;
	background-position: left top;
		position: relative;
  }
	.article h1{
		color: #fff;
		font-size: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		text-shadow: 
-1px -1px 0px #000, 
1px -1px 0px #000, 
1px 1px 0px #000, 
-1px 1px 0px #000;
  }
  .br1 {
    display: block;
  }
section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
  }
  .flex_bet_b {
    display: flex;
    align-content: space-between !important;
  }
  .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;
  }
  .flex_nowrap {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .box50 {
    margin: 0 0 2em;;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
	.box50:last-child  {
    margin: 0;;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
	.wh_logo{
		position: absolute;
		top:30px;
		right:30px;
		width: 60%!important;
		height: auto;
	}
	  dl {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl:last-child {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl dt {
    float: left;
    margin: 0;
    padding-left: 5px;
    width: 25%;
  }
  dl dd {
    float: right;
    margin: 0;
    padding: 0;
    width: 72%;
  }
  .googlemap {
    padding-bottom: 30%;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_ll {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .tx_l {
    font-size: 1.7rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 2.1rem;
    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") no-repeat;
		background-size: cover;
	background-position: left top;
		position: relative;
  }
	.article h1{
		color: #fff;
		font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		text-shadow: 
-1px -1px 0px #000, 
1px -1px 0px #000, 
1px 1px 0px #000, 
-1px 1px 0px #000;
  }
  .br1 {
    display: block;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
  }
  .flex_bet_b {
    display: flex;
    align-content: space-between !important;
  }
  .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;
  }
  .flex_nowrap {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .box50 {
    margin: 0 0 2em;;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
	.box50:last-child  {
    margin: 0;;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
	.wh_logo{
		position: absolute;
		top:30px;
		right:30px;
		width: 60%!important;
		height: auto;
	}
	  dl {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl:last-child {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl dt {
    float: left;
    margin: 0;
    padding-left: 5px;
    width: 25%;
  }
  dl dd {
    float: right;
    margin: 0;
    padding: 0;
    width: 72%;
  }
  .googlemap {
    padding-bottom: 30%;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  .tx_l {
    font-size: 2rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 2.1rem;
    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: 400px;
    background: url("../images/bg_ti.jpg") no-repeat;
	background-position: left top;
		position: relative;
  }
	.article h1{
		color: #fff;
		font-size: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		text-shadow: 
-1px -1px 0px #000, 
1px -1px 0px #000, 
1px 1px 0px #000, 
-1px 1px 0px #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between !important;
  }
  .flex_bet_b {
    display: flex;
    align-content: space-between !important;
  }
  .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;
  }
  .flex_nowrap {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .box50 {
    margin: .5%;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
	.wh_logo{
		position: absolute;
		top:30px;
		right:30px;
		width: 60%!important;
		height: auto;
	}
	  dl {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl:last-child {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl dt {
    float: left;
    margin: 0;
    padding-left: 5px;
    width: 25%;
  }
  dl dd {
    float: right;
    margin: 0;
    padding: 0;
    width: 72%;
  }
  .googlemap {
    padding-bottom: 30%;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.3rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 2.1rem;
    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: 400px;
    background: url("../images/bg_ti.jpg") no-repeat;
	background-position: left top;
		position: relative;
  }
	.article h1{
		color: #fff;
		font-size: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		text-shadow: 
-1px -1px 0px #000, 
1px -1px 0px #000, 
1px 1px 0px #000, 
-1px 1px 0px #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between !important;
  }
  .flex_bet_b {
    display: flex;
    align-content: space-between !important;
  }
  .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;
  }
  .flex_nowrap {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .box50 {
    margin: .5%;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
	.wh_logo{
		position: absolute;
		top:30px;
		right:30px;
		width: 60%!important;
		height: auto;
	}
	  dl {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl:last-child {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl dt {
    float: left;
    margin: 0;
    padding-left: 5px;
    width: 25%;
  }
  dl dd {
    float: right;
    margin: 0;
    padding: 0;
    width: 72%;
  }
  .googlemap {
    padding-bottom: 30%;
  }
}
@media screen and (min-width:1441px) {
  .tx_ll {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 3rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 2.1rem;
    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: 400px;
    background: url("../images/bg_ti.jpg") no-repeat;
	background-position: left top;
		position: relative;
  }
	.article h1{
		color: #fff;
		font-size: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		text-shadow: 
-1px -1px 0px #000, 
1px -1px 0px #000, 
1px 1px 0px #000, 
-1px 1px 0px #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 80%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between !important;
  }
  .flex_bet_b {
    display: flex;
    align-content: space-between !important;
  }
  .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;
  }
  .flex_nowrap {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .box50 {
    margin: .5%;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
	.wh_logo{
		position: absolute;
		top:30px;
		right:30px;
	}
	  dl {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl:last-child {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #999;
    border-left: 3px solid #999;
    line-height: 1.5em;
    text-align: left;
  }
  dl dt {
    float: left;
    margin: 0;
    padding-left: 5px;
    width: 25%;
  }
  dl dd {
    float: right;
    margin: 0;
    padding: 0;
    width: 72%;
  }
  .googlemap {
    padding-bottom: 30%;
  }
}
/*sec5*/
@media screen and (min-width:340px) and (max-width:768px) {
  .contact {
    margin: 1em auto 0;
    padding: 0;
    width: 97%;
  }
  .contact_h2 {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .logo_box {
    margin: 0 auto;
    width: 300px;
  }
  .contact_in {
    margin: 0 auto 2em;
    width: auto;
    display: block;
  }
  .contact_in:last-child {
    margin: 0;
  }
  .br2 {
    display: block;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .contact {
    margin: 2em auto 0;
    padding: 0;
    width: 97%;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
  }
  .contact_h2 {
    font-size: 1.8em;
    line-height: 3rem;
  }
  .logo_box {
    width: 95%;
  }
  .contact_in {
    margin: 0 .5%;
    width: 32.3%;
  }
  .br2 {
    display: none;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .contact {
    margin: 2em auto 0;
    padding: 0;
    width: 97%;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
  }
  .contact_h2 {
    font-size: 2em;
    line-height: 3rem;
  }
  .logo_box {
    width: 95%;
  }
  .contact_in {
    margin: 0 .5%;
    width: 32.3%;
  }
  .br2 {
    display: none;
  }
}
@media screen and (min-width:1441px) {
  .contact {
    margin: 2em auto 0;
    padding: 0;
    width: 80%;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
  }
  .contact_h2 {
    font-size: 2.2em;
    line-height: 3rem;
  }
  .logo_box {
    width: 95%;
  }
  .contact_in {
    margin: 0 .5%;
    width: 32.3%;
  }
  .br2 {
    display: none;
  }
}