@charset "utf-8";
/* CSS Document */

/*--------------------★★★PC、SP両方に共有★★★---------------------*/


#mainContents {
    width: 100%;
    padding: 0;
  }
#mainContents {
    border:none;
    background: none;
}

.clear { clear: both;}

#lp_wrap {

  
}

.mainMovieArea {
    width:70%;
    margin: 30px auto 0;
    background:tan;
    text-align:center;
}
  
  .mainMovie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    text-align: center;
    margin-bottom:10px;
}
  .mainMovie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
  @media screen and (max-width:640px){
        .mainMovieArea {
            width:90%;
            margin:0 auto!important;
        }
  }


h3 {
    margin: 20px 0 10px;
    padding: 4px 0px 2px;
}


article h3 {
    color: #000;
    font-size: 40px;
    line-height: 120%;
}


img, th,td{
    vertical-align:middle;
}

.tbl_jirei_02{
    line-height: 1.5;
}



/* 緊急アラート */

.alert_wrap{
	margin: 2% auto 5%;
}
.alert{
  text-align: center;
	background:#f60;
	color: #fff;
	padding: 2% 3%;
	font-size: clamp(16px, 3vw, 17px);
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 10px;
}

.alert div{
	font-size: 1.2em;
	margin: 0 auto 5px;
	text-align: center;
}

.alert_bt{
	background: #00913a;
	border-radius: 5px;
	width: max-content;
	margin: 0 auto;
	padding: 10px 30px 10px 20px;
	position: relative;
}


.alert_bt a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.alert_bt a::after {
  position: absolute;
  top: auto;
  right: 10px;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}

.alert_bt a:hover{
	opacity: 0.5;
	transition: 0.3s;
}


/* mail button */

.toiawase_select {
  width: 98%;
  margin-left: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height:1.0;
  float: left;
}

a.tel_select{
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e00000), color-stop(0.00, #fcaba1));
  background: -webkit-linear-gradient(top, #fcaba1 0%, #e00000 100%);
  background: -moz-linear-gradient(top, #fcaba1 0%, #e00000 100%);
  background: -o-linear-gradient(top, #fcaba1 0%, #e00000 100%);
  background: -ms-linear-gradient(top, #fcaba1 0%, #e00000 100%);
  background: linear-gradient(top, #fcaba1 0%, #e00000 100%);
  border: 1px #b80000 solid;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -5px -5px 10px rgba(255,255,255,0.3) inset;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #FFFFFF;
  width: 70%;
  height: 30px;
  margin: 2px auto 10px;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  font-weight: bold;
}

div.img_posi97 {
  /* position: absolute; */
  width: 10px;
  height: 14px;
  margin: -8px 0 0;
  padding: 0 5px 0 0 ;
  float:right;
}







/*--------------------★★★PCサイト用（1080px以上）★★★---------------------*/
@media screen and (min-width: 1080px) {



}

/*--------------------★★★タブレット★★★---------------------*/
@media (min-width: 768px) and (max-width: 1079px) {

    
}


/*--------------------★★★スマホサイト用（767px以下）★★★---------------------*/
@media screen and (max-width:767px) {

  .box_contact div.left img {
    width: 100%;
    height: 15px;
  }
  .alert{
  text-align: left;
  }
	
}


