@charset "utf-8";
/*トップページCSS*/
.top_nav_con .bottom {
  padding: 0 30px;
  margin: auto;
}
.mainimg_con {
  position: relative;
  min-height: 400px;;
}
.mainimg_con .news_box {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 60px);
  padding: 15px 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--primary);
  border: 1px solid;
  border-radius: 15px;
}
.mainimg_con .news_box .ul_news {
  width: calc( 100% - 45px );
  margin-left: 15px;
}
.mainimg_con .news_box .ul_news a {
  display: block;
  padding-top: 1px;
  /* padding-bottom: 5px; */
}
.mainimg_con .news_box .ul_news .data {
  margin-right: 1em;
}
.mainimg_con .news_box .ic_info {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
}
.top_nav_con .header_nav {
  margin-top: 30px;
}
.top_nav_con .header_nav .ul_menu {
  display: block;
}
.top_nav_con .header_nav .ul_menu li {
  border-bottom: 1px solid;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
}
.top_nav_con .header_nav .ul_menu li .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
}
.top_nav_con .text_message {
max-width: 450px;
    margin: 40px auto 0;
    padding: 0 10px 55px;
	font-size: 20px;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.9;
    background: url(../img/common/dc_flower.png) no-repeat bottom;
    background-size: contain;
}
.sec_message {
  margin-top: 60px;
  padding: 60px;
}
.sec_message p.mincho {
	font-weight: 500;
  line-height: 2;
	text-align: justify;
}

@media (min-width:1025px) {
  .header {
    display: none;
  }
  .mainimg_con {
    width: 60%;
    /* height: 600px;*/
  }
  .top_nav_con {
    width: 40%;
  }
  .top_nav_con .tel_box {
    padding: 20px;
    text-align: center;
  }
  .top_nav_con .tel_box p,
  .top_nav_con .tel_box a {
    line-height: 1;
  }
  .top_nav_con .tel_box a {
    font-size: 24px;
    margin-left: 1em;
  }
  .top_nav_con .tel_box a .ic_tel {
    position: relative;
    text-align: center;
    width: 1.5em;
    /* line-height: 1; */
  }
  .top_nav_con .tel_box a .ic_tel::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../img/common/ic_tel_b.svg) no-repeat center;
    background-size: initial;
  }
  .top_nav_con .bottom {
    max-width: 500px; 
  }
  .top_nav_con .logo {
    width: 80%;
    margin: 60px auto 0px;
    max-width: 310px;
  }
  .top_nav_con .header_nav .ul_menu li {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
  }
}

@media (max-width:1024px) {
  .menu_link {
    display: none!important;
  }
  .top_nav_con h1.logo  {
    display: none;
  }
  .top_nav_con .header_nav {
    margin: 50px auto;
  }
  .sec_message {
    padding: 30px;
  }
}

@media (min-width: 769px) {
}
@media (max-width: 768px) {
  .top_nav_con .header_nav {
    margin: 30px auto;
  }
}
@media screen and (max-width: 480px) {
.mainimg_con .news_box {
	padding: 10px 15px;
}
.mainimg_con .news_box .ul_news a {
  line-height: 1.25;
}
.mainimg_con .news_box .ul_news .data {
  font-size: .8em;
}
}