@charset "utf-8";
.bg_color01 {
  background-image: linear-gradient(-45deg, #cfc, #6c6);
}
.bg_color02 {
  background: #eee;
}
.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_m2 {
    font-size: 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;
  }
  .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;
  }
  .sec_in2 {
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .sec_in80 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .photo-50 {}
  .sec_in2 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h2 {
    margin: 0 auto;
    padding: 1.5em 0
  }
  .bg_h3 {
    margin: 0 auto;
    padding: 1em 0;
    position: relative;
  }
  .bg_h3 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h3 h3 {}
  .bg_h3 h4 {}
  .flex {}
  .flex_bet {}
  .flex_bet_b {}
  .flex_low {}
  .flex_low2 {}
  .flex_wrap {}
  .flex_nowrap {}
  .box30 {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
  }
  .box30b {
    margin: 0 0 2em;
    padding: 0;
    width: 100%;
  }
  .box30b:last-child {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box30_box {}
  .box30_tx {
    text-align: center;
  }
  .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;
  }
  .box70 {
    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: #063;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.2rem;
    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 #396;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #396;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn-click span {
    font-size: 0.7em;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    color: #fff;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure h4 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.1em;
    text-align: center;
    color: #000;
    text-shadow:
      -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
  }
  figure p {
    margin-top: 100px;
    font-size: 1.1em;
    text-align: center;
    color: #000;
  }
  figcaption {
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
  .googlemap {
    padding-bottom: 30%;
  }
			/*追加修正*/
	.box50l {

    margin: 0 0 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
	.box50r {

    margin: 0 0 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
	.tel_box1{
		display: none;
	}
	.tel_box2{
		
		display: inline-block;
		width: auto;
	}
	/*追加*/
	.icon_ti{
		width: 220px;
		height: auto;
	}
}
@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_m2 {
    font-size: 2rem;
    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;
  }
  .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;
  }
  .sec_in2 {
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .sec_in80 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .photo-50 {}
  .sec_in2 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h2 {
    margin: 0 auto;
    padding: 1.5em 0
  }
  .bg_h3 {
    margin: 0 auto;
    padding: 1em 0;
    position: relative;
  }
  .bg_h3 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h3 h3 {}
  .bg_h3 h4 {}
  .flex {}
  .flex_bet {}
  .flex_bet_b {}
  .flex_low {}
  .flex_low2 {}
  .flex_wrap {}
  .flex_nowrap {}
  .box30 {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
  }
  .box30b {
    margin: 0 0 2em;
    padding: 0;
    width: 100%;
  }
  .box30b:last-child {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box30_box {}
  .box30_tx {
    text-align: center;
  }
  .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;
  }
  .box70 {
    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: #063;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.2rem;
    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 #396;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #396;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn-click span {
    font-size: 0.7em;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    color: #fff;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure h4 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.1em;
    text-align: center;
    color: #000;
    text-shadow:
      -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
  }
  figure p {
    margin-top: 150px;
    font-size: 1.1em;
    text-align: center;
    color: #000;
  }
  figcaption {
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 300px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
  .googlemap {
    padding-bottom: 30%;
  }
		/*追加修正*/
	.box50l {

    margin: 0 0 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
	.box50r {

    margin: 0 0 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
	.tel_box1{
		display: none;
	}
	.tel_box2{
		
		display: inline-block;
		width: auto;
	}
	/*追加*/
	.icon_ti{
		width: 280px;
		height: auto;
	}
}
@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_m2 {
    font-size: 2rem;
    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;
  }
  .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;
  }
  .sec_in2 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .sec_in80 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .photo-50 {
    position: relative;
    top: -3em;
  }
  .sec_in2 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h2 {
    margin: 0 auto;
    padding: 1.5em 0
  }
  .bg_h3 {
    margin: 0 auto;
    padding: 1em 0;
    position: relative;
  }
  .bg_h3 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h3 h3 {
    position: relative;
    right: 25%;
  }
  .bg_h3 h4 {
    position: relative;
    left: 25%;
  }
  .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;
  }
  .box30 {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .box30b {
    margin: 0 1%;
    padding: 0;
    width: 31%;
  }
  .box30_box {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .box30_tx {
    text-align: right;
  }
  .box50 {
    margin: 0;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 70%;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #063;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.2rem;
    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 #396;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #396;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn-click span {
    font-size: 0.7em;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
    color: #000;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 350px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure h4 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.5em;
    text-align: center;
    color: #000;
    text-shadow:
      -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
  }
  figure p {
    margin-top: 250px;
    font-size: 1.1em;
    text-align: center;
    color: #000;
  }
  figcaption {
    position: absolute;
    top: -350px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
  .googlemap {
    padding-bottom: 30%;
  }
		/*追加修正*/
	.box50l {

    margin: 0 1% 0 0!important;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
	.box50r {

    margin: 0 0 0 1%!important;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
	.tel_box1{
		display: inline-block;
		width: auto;
	}
	.tel_box2{
		display: none;
	}
	/*追加*/
	.icon_ti{
		width: 340px;
		height: auto;
	}
}
@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_m2 {
    font-size: 2.2rem;
    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;
  }
  .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;
  }
  .sec_in2 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .sec_in80 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .photo-50 {
    position: relative;
    top: -3em;
  }
  .sec_in2 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h2 {
    margin: 0 auto;
    padding: 2em 0
  }
  .bg_h3 {
    margin: 0 auto;
    padding: 1.5em 0;
    position: relative;
  }
  .bg_h3 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h3 h3 {
    position: relative;
    right: 30%;
  }
  .bg_h3 h4 {
    position: relative;
    left: 30%;
  }
  .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;
  }
  .box30 {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .box30b {
    margin: 0 1%;
    padding: 0;
    width: 31%;
  }
  .box30_box {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .box30_tx {
    text-align: right;
  }
  .box50 {
    margin: 0;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 70%;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #063;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.2rem;
    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 #396;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #396;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn-click span {
    font-size: 0.7em;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
    color: #000;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 350px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure h4 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.5em;
    text-align: center;
    color: #000;
    text-shadow:
      -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
  }
  figure p {
    margin-top: 250px;
    font-size: 1.1em;
    text-align: center;
    color: #000;
  }
  figcaption {
    position: absolute;
    top: -350px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
  .googlemap {
    padding-bottom: 30%;
  }
		/*追加修正*/
	.box50l {

    margin: 0 1% 0 0!important;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
	.box50r {

    margin: 0 0 0 1%!important;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
	.tel_box1{
		display: inline-block;
		width: auto;
	}
	.tel_box2{
		display: none;
	}
	/*追加*/
	.icon_ti{
		width: 400px;
		height: auto;
	}
}
@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_m2 {
    font-size: 2.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;
  }
  .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;
  }
  .sec_in2 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .sec_in80 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
  }
  .photo-50 {
    position: relative;
    top: -3em;
  }
  .sec_in2 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h2 {
    margin: 0 auto;
    padding: 2em 0
  }
  .bg_h3 {
    margin: 0 auto;
    padding: 1.5em 0;
    position: relative;
  }
  .bg_h3 img {
    vertical-align: middle;
    margin-top: -10px !important;
  }
  .bg_h3 h3 {
    position: relative;
    right: 30%;
  }
  .bg_h3 h4 {
    position: relative;
    left: 30%;
  }
  .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;
  }
  .box30 {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .box30b {
    margin: 0 1%;
    padding: 0;
    width: 31%;
  }
  .box30_box {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .box30_tx {
    text-align: right;
  }
  .box50 {
    margin: 0;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 70%;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #063;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.2rem;
    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 #396;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #396;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn-click span {
    font-size: 0.7em;
  }
  figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
    color: #fff;
  }
  figure:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  figure img {
    position: absolute;
    width: 100%;
    height: 350px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
  figure h4 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.5em;
    text-align: center;
    color: #000;
    text-shadow:
      -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
  }
  figure p {
    margin-top: 250px;
    font-size: 1.1em;
    text-align: center;
    color: #000;
  }
  figcaption {
    position: absolute;
    top: -350px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    cursor: pointer;
  }
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
  .googlemap {
    padding-bottom: 30%;
  }
	/*追加修正*/
	.box50l {

    margin: 0 1% 0 0!important;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
	.box50r {

    margin: 0 0 0 1%!important;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
  }
	.tel_box1{
		display: inline-block;
		width: auto;
	}
	.tel_box2{
		display: none;
	}
/*追加*/
	.icon_ti{
		width: 458px;
		height: auto;
	}
}
/*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;
  }
}