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

.mv{
  /* background-image: url(../img/mv.jpg); */
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: cover;
  height: 1080px;
  /* width: 100%;
  min-height: 100vh; */
  position: relative;
}
.mv::before{
  content: "";
  background-image: url(../img/slider/mv_bef.png);
  width: 100%;
  height:10%;
  opacity: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-slider {
    /* width: 100vw; */
    height: 100vh;
    background-position: center center !important;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.top_greeting_innr{
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
.top_about_kameda_lead{
  margin-bottom: 70px;
}
.top_greeting_bnr{
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}
.top_greeting_bnr img{
  width: 100%;
}
.top_notice_innr{
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
}
.top_notice_ttl{
  width: 186px;
  padding-top: 10px;
}
.top_notice_list{
  width: calc(100% - 186px)
}
.top_notice_list a{
  color: #000;

}
.top_notice_innr dl{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C2C2C2;
  padding: 10px 10px 10px 0;
}
.top_notice_innr dt{
  color: #8F8F8F;
  margin-right: 50px;
  width: 140px;
}
.top_notice_innr dd{
  width: calc(100% - 190px);
}
.top_notice_ttl h2{
  font-size: 1.6rem;
}
.top_notice_btn{
  margin-bottom: 70px;
}
.top_about_kameda_innr{
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
.top_about_kameda_innr p.top_about_kameda_lead{
  margin-bottom: 30px;
}
.top_about_kameda_innr ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_about_kameda_innr li{
  max-width: 332px;
  width: 100%;
  border: 1px solid #C2C2C2;
}
.top_about_kameda_innr li a{
  color: #000;
}
.top_about_kameda_innr li a img{
  width: 100%;
}
/* .top_about_kameda_innr li p{
  padding: 10px 70px 10px 10px;
  position: relative;
} */
.top_about_kameda_innr li .ta_flame_innr{
  padding: 10px 70px 10px 10px;
  position: relative;
  display: block;
}
/* .top_about_kameda_innr li span{
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
} */
.top_about_kameda_innr li span.ta_flame_ttl{
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.top_about_kameda_innr li .ta_flame_innr::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #8F8F8F;
    border-right: solid 1px #8F8F8F;
    transform: rotate(45deg);
    position: absolute;
    right: 29px;
    top: 45.5px;
}
.top_about_kameda_innr li .ta_flame_innr::before{
    content: "";
    width: 32px;
    height: 32px;
    border: 1px solid #8F8F8F;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 32.5px;
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
.top_greeting_innr{
    width: 90%;
}
.top_notice_innr {
    width: 90%;
}
.top_about_kameda_innr {
    width: 90%;
}
.top_about_kameda_innr li {
    width: calc(32.333% - 2px);
}
.top_about_kameda_innr li span.ta_flame_ttl{
    font-size: 2.0rem;
}
}
@media screen and (min-width: 0px) and (max-width: 880px) {
.top_notice_innr dl {
    display: block;
}
.top_notice_innr dd {
    width: 95%;
}
}
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 640px) {
.top_about_kameda_lead {
    margin-bottom: 40px;
}
.top_notice_ttl {
    width: 95px;
    padding-top: 10px;
    margin-right: 15px;
}
.top_notice_list {
    width: calc(100% - 110px);
}
.top_notice_innr {
    padding: 40px 0;
}
.top_notice_btn{
  margin-bottom: 40px;
}
.top_about_kameda_innr {
    padding: 40px 0;
}
.top_about_kameda_innr ul {
    display: block;
}
.top_about_kameda_innr li {
    width: 100%;
    max-width: 100%;
  margin-bottom: 20px;
}
.top_about_kameda_innr li:last-child {
  margin-bottom: 0px;
}
.top_about_kameda_innr li a {
    color: #000;
    display: flex;
}
.top_about_kameda_innr li a img {
    width: 50%;
}
.top_about_kameda_innr li .ta_flame_innr{
  padding: 5px 5px 5px 10px;
  width: 50%;
}
.top_about_kameda_innr li span.ta_flame_ttl{
    font-size: 1.8rem;
}
.top_about_kameda_innr li .ta_flame_innr::before {
    width: 26px;
    height: 26px;
    right: 10px;
    top: auto;
    bottom: 10px;
}
.top_about_kameda_innr li .ta_flame_innr::after {
    width: 7px;
    height: 7px;
    right: 22px;
    top: auto;
    bottom: 20px;
}
}
