@charset "utf-8";
.bg_color01 {
  background-image: linear-gradient(-45deg, #060, #090);
}
.bg_color02 {
  background-image: linear-gradient(-45deg, #ccc, #eee);
}
.bg_color03 {
  background-image: url("../images/common/bg_2.gif");
}
.bg_color04 {
  background-image: url("../images/common/bg_1.gif");
}
.bg_color05 {
  background-image: linear-gradient(-45deg, #fe7f2b, #f60);
}
.bg_color06 {
  background: url("../images/top/bg_sec1.jpg")repeat-x;
  background-position: top center;
}
.tx_shadow {
  text-shadow: 1px 2px 3px #808080;
}
.tx_shadow_b {
  text-shadow:
    -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, 2px 2px 0px #000, 3px 3px 0px #000, -1px 1px 0px #000;
}
.tx_shadow_1px {
  text-shadow:
    -1px -1px 0px #000, 1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
}
.corner{
-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_ll {
    font-size: 1.5rem;
    line-height: 1rem;
  }
  .tx_l {
    font-size: 1.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .tx_n {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  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;
  }
  .sec_top95 {
    margin-top: 0;
  }
  .sec_in {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 2em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
  }
  .flex_bet {
  }
  .flex_low {
  }
  .flex_low2 {
  }
  .box60 {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
  }
  .box60in {
    margin: 0 0 0.5em;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 96%;
    line-height: 1.5em;
    background: #fff;
  }
  /*ameblo*/
  .blogbox dl.list {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .blogbox dl.list dt {
    clear: left;
    float: left;
    margin: 0 0 0.2em;
    width: 7.5em;
    padding-left: 5px;
    color: #000;
    text-align: left;
  }
  .blogbox dl.list dd {
    margin-bottom: 0.2em;
    margin-left: 7.5em;
    text-align: left;
    text-decoration: underline;
  }
  .blogbox dl.list dd a {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:link {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
    -moz-opacity: 0.6 !important;
  }
  .bott_line {
    border-bottom: 2px solid #ccc;
    width: 100%;
  }
  /*ameblo*/
	.box30 {
    margin: 1% 1% 2em;
    padding: 1%;
    width: 97%;
    box-sizing: border-box;
  }
  .box50 {
    margin: 1% 1% 2em;
    padding: 1%;
    width: 97% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-top: 0.5em;
  }
  .box50in {
    margin: 0 auto;
    padding: 2em 10% 1em;
    width: 97%;
    box-sizing: border-box;
  }
  .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;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .ami {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url("../images/common/bgwh.png")
  }
  .parallax_in {
    margin: 3em auto 0;
    width: 97%;
    box-sizing: border-box;
    padding: 0;
  }
	.parallax_in82 {
    margin: 0 auto 3em;
    width: 97%;
    box-sizing: border-box;
    padding: 0;
  }
  .bg_alpha_wh {
    background: rgba(255, 255, 255, .9);
  }
	.padding_box2{
		padding: 2%;
		width: 96%;
	}
	.h4_hi{
		height: 50px;
	}
	.p_hi1{
		margin-bottom: 1em;
	}
	.p_hi2{
		margin-bottom: 1em;
	}
  .button-terms {
	  margin: 0.5rem 0 0!important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
  	.googlemap {
    padding-bottom: 100%;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_ll {
    font-size: 2rem;
    line-height: 1rem;
  }
  .tx_l {
    font-size: 2rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .tx_n {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  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;
  }
  .sec_top95 {
    margin-top: 0;
  }
  .sec_in {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 2em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
  }
  .flex_bet {
  }
  .flex_low {
  }
  .flex_low2 {
  }
  .box60 {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
  }
  .box60in {
    margin: 0 0 0.5em;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 96%;
    line-height: 1.5em;
    background: #fff;
  }
  /*ameblo*/
  .blogbox dl.list {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .blogbox dl.list dt {
    clear: left;
    float: left;
    margin: 0 0 0.2em;
    width: 7.5em;
    padding-left: 5px;
    color: #000;
    text-align: left;
  }
  .blogbox dl.list dd {
    margin-bottom: 0.2em;
    margin-left: 7.5em;
    text-align: left;
    text-decoration: underline;
  }
  .blogbox dl.list dd a {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:link {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
    -moz-opacity: 0.6 !important;
  }
  .bott_line {
    border-bottom: 2px solid #ccc;
    width: 100%;
  }
  /*ameblo*/
	.box30 {
    margin: 1% 1% 2em;
    padding: 1%;
    width: 97%;
    box-sizing: border-box;
  }
  .box50 {
    margin: 1% 1% 2em;
    padding: 1%;
    width: 97% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-top: 0.5em;
  }
  .box50in {
    margin: 0 auto;
    padding: 2em 10% 1em;
    width: 97%;
    box-sizing: border-box;
  }
  .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;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .ami {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url("../images/common/bgwh.png")
  }
  .parallax_in {
    margin: 3em auto 0;
    width: 97%;
    box-sizing: border-box;
    padding: 0;
  }
	.parallax_in82 {
    margin: 0 auto 3em;
    width: 97%;
    box-sizing: border-box;
    padding: 0;
  }
  .bg_alpha_wh {
    background: rgba(255, 255, 255, .9);
  }
	.padding_box2{
		padding: 2%;
		width: 96%;
	}
	.h4_hi{
		height: 50px;
	}
	.p_hi1{
		margin-bottom: 1em;
	}
	.p_hi2{
		margin-bottom: 1em;
	}
  .button-terms {
	  margin: 0.5rem 0 0!important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
  	.googlemap {
    padding-bottom: 70%;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 2.5rem;
    line-height: 1rem;
  }
  .tx_l {
    font-size: 2rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .tx_n {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  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;
  }
  .sec_top95 {
    margin-top: 95px;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
    display: flex;
	  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
  .flex_bet {
    display: flex;
    align-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;
  }
  .box60 {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .box60in {
    margin: 0 0 1em;
    padding: 0;
    width: 340px;
    text-align: left;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 38%;
    line-height: 1.5em;
    background: #fff;
  }
  /*ameblo*/
  .blogbox dl.list {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .blogbox dl.list dt {
    clear: left;
    float: left;
    margin: 0 0 0.2em;
    width: 7.5em;
    padding-left: 5px;
    color: #000;
    text-align: left;
  }
  .blogbox dl.list dd {
    margin-bottom: 0.2em;
    margin-left: 7.5em;
    text-align: left;
    text-decoration: underline;
  }
  .blogbox dl.list dd a {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:link {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
    -moz-opacity: 0.6 !important;
  }
  .bott_line {
    border-bottom: 2px solid #ccc;
    width: 100%;
  }
  /*ameblo*/
	.box30 {
    margin: 1%;
    padding: 0.5%;
    width: 31%;
    box-sizing: border-box;
  }
  .box50 {
    margin: 1%;
    padding: 0.5%;
    width: 47.5% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-top: 0.5em;
  }
  .box50in {
    margin: 0 auto;
    padding: 2em 10% 1em;
    width: 97%;
    box-sizing: border-box;
  }
  .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;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .ami {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url("../images/common/bgwh.png")
  }
  .parallax_in {
    margin: 3em auto 0;
    width: 97%;
    box-sizing: border-box;
    padding: 0;
  }
	.parallax_in82 {
    margin: 0 auto 3em;
    width: 99%;
    box-sizing: border-box;
    padding: 0;
  }
  .bg_alpha_wh {
    background: rgba(255, 255, 255, .9);
  }
	.padding_box2{
		padding: 2%;
		width: 96%;
	}
	.h4_hi{
		height: 50px;
	}
	.p_hi1{
		height: 210px;
	}
	.p_hi2{
		height: 330px;
	}
  .button-terms {
	  margin: 0.5rem 0 0!important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
  	.googlemap {
    padding-bottom: 30%;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .tx_n {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  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;
  }
  .sec_top95 {
    margin-top: 95px;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
    display: flex;
	  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
  .flex_bet {
    display: flex;
    align-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;
  }
  .box60 {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .box60in {
    margin: 0 0 1em;
    padding: 0;
    width: 340px;
    text-align: left;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 38%;
    line-height: 1.5em;
    background: #fff;
  }
  /*ameblo*/
  .blogbox dl.list {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .blogbox dl.list dt {
    clear: left;
    float: left;
    margin: 0 0 0.2em;
    width: 7.5em;
    padding-left: 5px;
    color: #000;
    text-align: left;
  }
  .blogbox dl.list dd {
    margin-bottom: 0.2em;
    margin-left: 7.5em;
    text-align: left;
    text-decoration: underline;
  }
  .blogbox dl.list dd a {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:link {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
    -moz-opacity: 0.6 !important;
  }
  .bott_line {
    border-bottom: 2px solid #ccc;
    width: 100%;
  }
  /*ameblo*/
	.box30 {
    margin: 1%;
    padding: 0.5%;
    width: 31%;
    box-sizing: border-box;
  }
  .box50 {
    margin: 1%;
    padding: 0.5%;
    width: 47.5% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-top: 0.5em;
  }
  .box50in {
    margin: 0 auto;
    padding: 2em 10% 1em;
    width: 97%;
    box-sizing: border-box;
  }
  .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;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .ami {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url("../images/common/bgwh.png")
  }
  .parallax_in {
    margin: 3em auto 0;
    width: 97%;
    box-sizing: border-box;
    padding: 0;
  }
	.parallax_in82 {
    margin: 0 auto 3em;
    width: 99%;
    box-sizing: border-box;
    padding: 0;
  }
  .bg_alpha_wh {
    background: rgba(255, 255, 255, .9);
  }
	.padding_box2{
		padding: 2%;
		width: 96%;
	}
	.p_hi1{
		height: 150px;
	}
	.p_hi2{
		height: 250px;
	}
  .button-terms {
	  margin: 0.5rem 0 0!important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
  	.googlemap {
    padding-bottom: 30%;
  }
}
@media screen and (min-width:1441px) {
  .tx_ll {
    font-size: 3.5rem;
    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: 1.5rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  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;
  }
  .sec_top95 {
    margin-top: 95px;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 80%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_wrap {
    display: flex;
	  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
  .flex_bet {
    display: flex;
    align-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;
  }
  .box60 {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .box60in {
    margin: 0 0 1em;
    padding: 0;
    width: 340px;
    text-align: left;
  }
  .box40 {
    margin: 0;
    padding: 2%;
    width: 38%;
    line-height: 1.5em;
    background: #fff;
  }
  /*ameblo*/
  .blogbox dl.list {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .blogbox dl.list dt {
    clear: left;
    float: left;
    margin: 0 0 0.2em;
    width: 7.5em;
    padding-left: 5px;
    color: #000;
    text-align: left;
  }
  .blogbox dl.list dd {
    margin-bottom: 0.2em;
    margin-left: 7.5em;
    text-align: left;
    text-decoration: underline;
  }
  .blogbox dl.list dd a {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:link {
    color: #060 !important;
    text-decoration: underline;
  }
  .blogbox dl.list dd a:hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
    -moz-opacity: 0.6 !important;
  }
  .bott_line {
    border-bottom: 2px solid #ccc;
    width: 100%;
  }
  /*ameblo*/
	.box30 {
    margin: 1%;
    padding: 0.5%;
    width: 31%;
    box-sizing: border-box;
  }
  .box50 {
    margin: 1%;
    padding: 0.5%;
    width: 47.5% !important;
    box-sizing: border-box;
  }
  .top50tx {
    margin-top: 0.5em;
  }
  .box50in {
    margin: 0 auto;
    padding: 2em 10% 1em;
    width: 80%;
    box-sizing: border-box;
  }
  .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;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/img01.jpg");
  }
  .ami {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url("../images/common/bgwh.png")
  }
  .parallax_in {
    margin: 3em auto 0;
    width: 80%;
    box-sizing: border-box;
    padding: 0;
  }
	.parallax_in82 {
    margin: 0 auto 3em;
    width: 82%;
    box-sizing: border-box;
    padding: 0;
  }
  .bg_alpha_wh {
    background: rgba(255, 255, 255, .9);
  }
	.padding_box2{
		padding: 2%;
		width: 96%;
	}
	.p_hi1{
		height: 150px;
	}
	.p_hi2{
		height: 200px;
	}
  .button-terms {
	  margin: 0.5rem 0 0!important;
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #5678f4;
    text-align: center !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #5678f4;
  }
  .button-terms a {
    font-size: 1.2rem;
    color: #5678f4 !important;
    text-decoration: none;
    line-height: 40px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-terms {
    width: 100% !important;
    height: 40px !important;
    border: 40px solid #fff;
    position: absolute;
    transition: all .5s ease !important;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-terms:hover .eff-terms {
    border: 0px solid #fff !important;
    display: block;
  }
  .button-terms:hover a {
    color: #fff !important;
    display: block;
  }
  	.googlemap {
    padding-bottom: 30%;
  }
}
/*sec5*/
@media screen and (min-width:340px) and (max-width:768px) {
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 97%;
  }
  .contact_in {
    margin: 0 auto 1em;
    width: 300px;
  }
  .contact_in:last-child {
    margin: 0 auto 0;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
	  padding: 8px 4% 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #369;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #fff !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #69c;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #369;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #369;
    display: block;
  }
  .button-7:hover a {
    color: #fff;
    display: block;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    display: flex;
    align-content: space-between;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
.button-7dummy {
    width: 96%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
	  padding: 8px 2% 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #369;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #fff !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #69c;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #369;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #369;
    display: block;
  }
  .button-7:hover a {
    color: #fff;
    display: block;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    display: flex;
    align-content: space-between;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 96%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
	  padding: 8px 2% 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #369;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #fff !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #69c;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #369;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #369;
    display: block;
  }
  .button-7:hover a {
    color: #fff;
    display: block;
  }
}
@media screen and (min-width:1441px) {
  .contact {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    display: flex;
    align-content: space-between;
  }
  .contact_in {
    margin: 0 auto;
    width: 300px;
  }
  .icon-circle-right {
    font-size: .6em;
  }
  .button-7dummy {
    width: 96%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
	  padding: 8px 2% 0;
    display: block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #369;
  }
  .button-7dummy a {
    font-size: 1.8rem;
    color: #fff !important;
    text-decoration: none;
    line-height: 60px !important;
    transition: all .5s ease !important;
    z-index: 2;
    position: relative;
    display: block;
  }
  .button-7dummy a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  .button-7 {
    width: 100%;
    height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
    background: #69c;
  }
  .button-7 a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-7 {
    width: 100%;
    height: 60px;
    border: 60px solid #369;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
  }
  .button-7:hover .eff-7 {
    border: 0px solid #369;
    display: block;
  }
  .button-7:hover a {
    color: #fff;
    display: block;
  }
}