@charset "utf-8";
.bg_color01 {
  background: url("../images/top/bg_sec1.jpg") no-repeat;
  background-position: center;
}
.bg_color02 {
  background: #000;
}
.bg_color03 {
  background: #fff;
}
.bg_color04 {
  background-image: linear-gradient(-45deg, #3cc, #39f);
}
.tx_w0 {
  display: inline-block;
  width: auto;
}
@media screen and (min-width:340px) and (max-width:768px) {
  .tx_ll {
    font-size: 5em !important;
    line-height: 1.5em;
  }
  .tx_l {
    font-size: 3em !important;
    line-height: 1.2em;
  }
  .tx_m {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .tx_n {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.5em;
    line-height: 1.8em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1em !important;
    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: 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: .5em;
    margin: 0 auto;
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(255,255,255,0.8);
		font-size: 2em;
		line-height: 1em;color:#000;
  }
  .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: 90%;
    height: auto;
  }
  .sec_em3 {
    padding: 2em 0;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #000;
    position: relative;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #000;
    position: relative;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;

  }
  .parallax_1 {
    background-image: url("../images/img02.jpg");
  }
  .parallax_in {
    margin: 4em auto;
    width: 80%;
    box-sizing: border-box;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .about {
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #666;
    line-height: 1.3em;
    text-align: left
  }
  .about:last-child {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #666;
    line-height: 1.3em;
    text-align: left
  }
  .about30 {
    margin: 1% !important;
    padding: 0;
    width: 30%;
    height: auto;
  }
  .about70 {
    margin: 1% !important;
    padding: 0;
    width: 68%;
    height: auto;
  }
  .googlemap {
    padding-bottom: 60%;
  } 
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 5em !important;
    line-height: 1.5em;
  }
  .tx_l {
    font-size: 3em !important;
    line-height: 1.2em;
  }
  .tx_m {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .tx_n {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.5em;
    line-height: 1.8em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1em !important;
    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: 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: .5em;
    margin: 0 auto;
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(255,255,255,0.8);
		font-size: 2em;
		line-height: 1em;color:#000;
  }
  .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: 90%;
    height: auto;
  }
  .sec_em3 {
    padding: 3em 0;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #000;
    position: relative;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #000;
    position: relative;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;

  }
  .parallax_1 {
    background-image: url("../images/img02.jpg");
  }
  .parallax_in {
    margin: 4em auto;
    width: 80%;
    box-sizing: border-box;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .about {
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #666;
    line-height: 1.3em;
    text-align: left
  }
  .about:last-child {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #666;
    line-height: 1.3em;
    text-align: left
  }
  .about30 {
    margin: 1% !important;
    padding: 0;
    width: 30%;
    height: auto;
  }
  .about70 {
    margin: 1% !important;
    padding: 0;
    width: 68%;
    height: auto;
  }
  .googlemap {
    padding-bottom: 52%;
  } 
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_ll {
    font-size: 5em !important;
    line-height: 1.5em;
  }
  .tx_l {
    font-size: 3em !important;
    line-height: 1.2em;
  }
  .tx_m {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .tx_n {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.5em;
    line-height: 1.8em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1em !important;
    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: 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: .5em;
    margin: 0 auto;
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(255,255,255,0.8);
		font-size: 2em;
		line-height: 1em;color:#000;
  }
  .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: 90%;
    height: auto;
  }
  .sec_em3 {
    padding: 3em 0;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #000;
    position: relative;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #000;
    position: relative;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;

  }
  .parallax_1 {
    background-image: url("../images/img02.jpg");
  }
  .parallax_in {
    margin: 4em auto;
    width: 80%;
    box-sizing: border-box;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .about {
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #666;
    line-height: 1.3em;
    text-align: left
  }
  .about:last-child {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #666;
    line-height: 1.3em;
    text-align: left
  }
  .about30 {
    margin: 1% !important;
    padding: 0;
    width: 30%;
    height: auto;
  }
  .about70 {
    margin: 1% !important;
    padding: 0;
    width: 68%;
    height: auto;
  }
  .googlemap {
    padding-bottom: 50%;
  } 
}
@media screen and (min-width:1441px) {
  .tx_ll {
    font-size: 5em !important;
    line-height: 1.5em;
  }
  .tx_l {
    font-size: 3em !important;
    line-height: 1.2em;
  }
  .tx_m {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .tx_n {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.5em;
    line-height: 1.8em;
    font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1em !important;
    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: 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: .5em;
    margin: 0 auto;
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
		background-color:rgba(255,255,255,0.8);
		font-size: 2em;
		line-height: 1em;color:#000;
  }
  .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: 85%;
    height: auto;
  }
  .sec_em3 {
    padding: 3em 0;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #000;
    position: relative;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #000;
    position: relative;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;

  }
  .parallax_1 {
    background-image: url("../images/img02.jpg");
  }
  .parallax_in {
    margin: 4em auto;
    width: 60%;
    box-sizing: border-box;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .about {
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #666;
    line-height: 1.3em;
    text-align: left
  }
  .about:last-child {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #666;
    line-height: 1.3em;
    text-align: left
  }
  .about30 {
    margin: 1% !important;
    padding: 0;
    width: 30%;
    height: auto;
  }
  .about70 {
    margin: 1% !important;
    padding: 0;
    width: 68%;
    height: auto;
  }
  .googlemap {
    padding-bottom: 40%;
  } 
}