@charset "utf-8";
.bg_color01 {
  background: #28a7e1;
}
.bg_color02 {
  background: #eee;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_150 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: .7em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 4.5vw;
		line-height: 2em;color:#fff;
  }
  .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: 2em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
  }
	.flex_bet2 {
  }
  .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;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    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 #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 70%;
  }
	.box48{
		margin: 0 0 1em;
		width: 100%;
	}
	.box48b{
		margin: 0 0 1em;
		width: 100%;
	}
	.box48b:last-child {
		margin: 0;
		width: 100%;
	}
	.box48 h2, .box48b h2{
		margin-bottom: .5em;
		padding: 0;
    font-size: 5.5vw;
    line-height: 1.5em;
	border-bottom: solid 1px #339;
	}
	.box48 h3, .box48b h3{
		margin-bottom: .5em;
		padding: 0;
    font-size: 4.5vw;
    line-height: 1.5em;
		border-bottom: dotted 1px #666;
	}
	dl{
		margin-bottom: 1em;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #999;
		box-sizing: border-box;
	}
	dl:last-child{
		margin-bottom: 0;
	}
	dl dt{
		margin: 0 auto;
		padding: 1%;
		width: 98%;
		background: #eee;
	}
	dl dd{
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_150 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: .7em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 4vw;
		line-height: 2em;color:#fff;
  }
  .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: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    justify-content: space-between;
  }
	.flex_bet2 {
  }
  .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;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    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 #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 60%;
  }
	.box48{
		margin: 0;
		width: 48%;
	}
	.box48b{
		margin: 0 0 1em;
		width: 100%;
	}
	.box48b:last-child {
		margin: 0;
		width: 100%;
	}
	.box48 h2, .box48b h2{
		margin-bottom: .5em;
		padding: 0;
    font-size: 4vw;
    line-height: 1.5em;
	border-bottom: solid 1px #339;
	}
	.box48 h3, .box48b h3{
		margin-bottom: .5em;
		padding: 0;
    font-size: 3.5vw;
    line-height: 1.5em;
		border-bottom: dotted 1px #666;
	}
	dl{
		margin-bottom: 1em;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #999;
		box-sizing: border-box;
	}
	dl:last-child{
		margin-bottom: 0;
	}
	dl dt{
		margin: 0 auto;
		padding: 1%;
		width: 98%;
		background: #eee;
	}
	dl dd{
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_150 {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 1.5em;
		line-height: 2em;color:#fff;
  }
  .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: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    justify-content: space-between;
  }
	.flex_bet2 {
  }
  .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;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    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 #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 52%;
  }
	.box48{
		margin: 0;
		width: 48%;
	}
	.box48b{
		margin: 0 0 1em;
		width: 100%;
	}
	.box48b:last-child {
		margin: 0;
		width: 100%;
	}
	.box48 h2, .box48b h2{
		margin-bottom: .5em;
		padding: 0;
    font-size: 1.6em;
    line-height: 1.5em;
	border-bottom: solid 1px #339;
	}
	.box48 h3, .box48b h3{
		margin-bottom: .5em;
		padding: 0;
    font-size: 1.1em;
    line-height: 1.5em;
		border-bottom: dotted 1px #666;
	}
	dl{
		margin-bottom: 1em;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #999;
		display: flex;
		box-sizing: border-box;
	}
	dl:last-child{
		margin-bottom: 0;
	}
	dl dt{
		margin: 0;
		padding-left: 5px;
		width: 30%;
		border-left: 2px solid #339;
	}
	dl dd{
		margin: 0;
		padding: 0;
		width: 70%;
	}
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_150 {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 1.5em;
		line-height: 2em;color:#fff;
  }
  .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: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    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;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    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 #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 35%;
  }
	.box48, .box48b{
		margin: 0;
		width: 48%;
	}
	.box48 h2, .box48b h2{
		margin-bottom: .5em;
		padding: 0;
    font-size: 1.6em;
    line-height: 1.5em;
		border-bottom: solid 1px #339;
	}
	.box48 h3, .box48b h3{
		margin-bottom: .5em;
		padding: 0;
    font-size: 1.1em;
    line-height: 1.5em;
		border-bottom: dotted 1px #666;
	}
	dl{
		margin-bottom: 1em;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #999;
		display: flex;
		box-sizing: border-box;
	}
	dl:last-child{
		margin-bottom: 0;
	}
	dl dt{
		margin: 0;
		padding-left: 5px;
		width: 30%;
		border-left: 2px solid #339;
	}
	dl dd{
		margin: 0;
		padding: 0;
		width: 70%;
	}
}
@media screen and (min-width:1441px) {
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }

  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
		background: url("../images/bg_ti.jpg") no-repeat;
		background-position: top center;
		position: relative;
  }
.article h1{
		position: absolute;
		bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(000,000,000,0.6);
		font-size: 1.5em;
		line-height: 2em;color:#fff;
  }
  .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: 3em 0;
    width: 80%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    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;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #28a7e1;
    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 #36c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #36c;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .googlemap {
    padding-bottom: 35%;
  }
	.box48, .box48b{
		margin: 0;
		width: 48%;
	}
	.box48 h2, .box48b h2{
		margin-bottom: .5em;
		padding: 0;
    font-size: 1.6em;
    line-height: 1.5em;
		border-bottom: solid 1px #339;
	}
	.box48 h3, .box48b h3{
		margin-bottom: .5em;
		padding: 0;
    font-size: 1.1em;
    line-height: 1.5em;
		border-bottom: dotted 1px #666;
	}
	dl{
		margin-bottom: 1em;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #999;
		display: flex;
		box-sizing: border-box;
	}
	dl:last-child{
		margin-bottom: 0;
	}
	dl dt{
		margin: 0;
		padding-left: 5px;
		width: 30%;
		border-left: 2px solid #339;
	}
	dl dd{
		margin: 0;
		padding: 0;
		width: 70%;
	}
}