@charset "UTF-8";

.midashi_02 h2{
    font-size: 40px;
    font-weight: 900;
}
.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-bottom: 80px !important;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg100 .inner {
	background: rgba(255,255,255,0.5);
	padding: 20px;
}
.rec2 dd,.rec2 dt {
    text-align: left !important;
}
.h_tel {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row-reverse;
}
.h_tel p{
  font-size: 20px;
  font-weight: 700;
}
.hedsubnav a{
  margin: 0 10px;
}
@media screen and (max-width: 834px){
  .h_tel > a {
    display: none;
  }
	.main_img{
		height: auto !important;
		object-fit: inherit;
	}
  .header_container .col_01{
    width: 70px;
  }
}
 @media screen and (max-width: 640px) {
/*  .h_tel {
      margin-bottom: 0;
      margin-top: 10px;
  }
  .h_tel img {
    width: 30%!important;
  }*/
.header_container .col_01{
  padding-top: 0;
}
.header_container .col_02 {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-top: 5px;
    max-width: 200px;
}
}