@charset "utf-8";

/*基本CSS*/
.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt8 {margin-top: 8px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.pt0{padding-top:0px!important;}
.pd5 {padding: 5px!important;}
.pd10 {padding: 10px!important;}
.pd15 {padding: 15px!important;}
.pd20 {padding: 20px!important;}
.pb0 {padding-bottom: 0px!important;}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 80px);
}

/*メイン*/
#main {
  overflow: hidden;
  position: relative;
  flex: 1;
}
.main_wrapper {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 740px;
}
.chirashi-day {
  border-top: solid 3px #12694a;
  padding: 15px 10px 10px;
}

.chirashi {
}

#attn p {
  margin: 0;
  padding: 5px;
  margin-right: 0;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.4;
}
#attn .attention{
  margin: 20px 5px 5px;
  text-align: center;
  background: #E60013;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 3px;
}

#attn .attention02{
  margin: 20px 4px 4px;
  text-align: center;
  background: #fff;
  border:1px solid #333;
  color: #333;
  font-size: 1.2rem;
  border-radius: 3px;
  letter-spacing:-0.05em;
}



.hitaio img {
  width: 540px;
  padding-top: 12px;
}
/*フッター*/
#footer {
  margin-top: auto;
  background: #fff;
  overflow: hidden;
}
.footer_wrapper {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 740px;
}

#footer p {
  margin: 0;
  padding: 5px;
  margin-right: 0;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.4;
}
#footer a {
  display: block;
  padding: 15px;
  margin: 10px 5px 20px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  border-radius: 6px;
  background: #4d4d4d;
}
#footer a:hover {
  opacity: .9;
}
#footer a.grnBtn {
  background: #005e3c;
  margin-bottom: 15px;
}
.copyright {
  width: 100%;
  color: #999;
  font-size: 0.8rem;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-bottom: 15px;
}

@media (max-width: 640px) {
  .header_wrapper,.main_wrapper,.footer_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
