@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  background: #fdf2cc url(../img/bg.png) repeat;
  word-break: break-all;
}
@media (max-width: 575px) {
  body {
    background: #fdf2cc url(../img/bg.png) repeat;
    background-size: 18%;
  }
}

a {
  text-decoration: underline;
  color: #e60012;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #e60012;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 575px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.list-icon li:last-child {
  margin-bottom: 1.5rem;
}
.list-icon li span {
  padding-right: 2px;
}

.color-red {
  color: #e8340c;
}

.text-wavy {
  font-size: 18px;
  -webkit-text-decoration: underline wavy #e60012;
          text-decoration: underline wavy #e60012;
  text-underline-offset: 4px;
}
@media (max-width: 575px) {
  .text-wavy {
    font-size: 16px;
  }
}

header {
  position: relative;
  padding-top: 10px;
}
header .img-logo {
  width: 140px;
}
@media (max-width: 575px) {
  header .img-logo {
    width: 70px;
  }
}
header a {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 200px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #000000 url(../img/arrow-red.png) no-repeat right 10px center;
  background-size: 25px auto;
  border-radius: 50px;
  padding: 11px 9px 12px 0px;
}
@media (max-width: 767px) {
  header a {
    right: 8px;
    font-size: 12px;
    width: 140px;
    background: #000000 url(../img/arrow-red.png) no-repeat right 8px center;
    background-size: 15px auto;
    padding: 7px 4px 9px 0;
  }
}
header a:hover {
  color: #ffffff;
}

.area-kv {
  text-align: center;
  margin: 10px auto 0;
}

h2 {
  color: #e8340c;
  font-size: 40px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
h2 span {
  display: block;
  font-size: 16px;
  margin-top: 4px;
}
@media (max-width: 575px) {
  h2 span {
    font-size: 10px;
    margin-top: 2px;
  }
}

h3 {
  font-size: 20px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  border-bottom: 4px dotted #000000;
  padding: 0 0 10px 0;
  margin: 30px 0 10px 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 15px;
    background-size: 20px auto;
    padding: 0 0 5px 18px;
    text-indent: -18px;
    margin: 20px 0 10px 0;
  }
}
h3:before {
  content: "●";
  color: #e8340c;
  margin-right: 5px;
}
@media (max-width: 575px) {
  h3:before {
    margin-right: 3px;
  }
}

h4 {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #000000;
  border-radius: 4px;
  padding: 5px 10px;
}
@media (max-width: 575px) {
  h4 {
    font-size: 15px;
    padding: 3px 6px;
    margin-bottom: 4px;
  }
}

.area-lead {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  border: 6px solid #000000;
  -webkit-box-shadow: 10px 10px 0 #000000;
          box-shadow: 10px 10px 0 #000000;
  padding: 40px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .area-lead {
    font-size: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 0 #000000;
            box-shadow: 3px 3px 0 #000000;
    padding: 20px 15px;
    margin: 20px 0 0 0;
  }
}
.area-lead .text-lead {
  text-align: center;
  padding: 0 4%;
}
.area-lead .photo-lead {
  text-align: center;
}

.area-about {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  border: 6px solid #000000;
  -webkit-box-shadow: 10px 10px 0 #000000;
          box-shadow: 10px 10px 0 #000000;
  padding: 40px;
  margin-top: 180px;
}
@media (max-width: 575px) {
  .area-about {
    font-size: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 0 #000000;
            box-shadow: 3px 3px 0 #000000;
    padding: 30px 15px;
    margin: 90px 0 0 0;
  }
}
.area-about::before {
  content: "";
  display: block;
  position: absolute;
  top: -89px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 100px;
  background: url(../img/bg-kumamon.png) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 575px) {
  .area-about::before {
    top: -46px;
    width: 150px;
    height: 50px;
  }
}
.area-about .box-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .area-about .box-about {
    display: block;
    margin-top: 20px;
  }
}
.area-about .box-about .photo-about {
  width: 40%;
  max-width: 410px;
}
@media (max-width: 767px) {
  .area-about .box-about .photo-about {
    width: 100%;
    max-width: 100%;
  }
}
.area-about .box-about .text-about {
  width: 58%;
  max-width: 580px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .area-about .box-about .text-about {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.area-about .box-about .text-about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  text-align: left;
  margin: 0 auto 0;
}
.area-about .box-about .text-about dl dt {
  width: 120px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .area-about .box-about .text-about dl dt {
    width: 100px;
    font-size: 14px;
  }
}
.area-about .box-about .text-about dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 120px);
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 6px 0;
}
@media (max-width: 575px) {
  .area-about .box-about .text-about dl dd {
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 1.4;
  }
}
.area-about .text-about02 {
  font-size: 15px;
  border-radius: 16px;
  background: #f4f4f4 url(../img/bg-truck.png) no-repeat right 20px bottom 20px;
  padding: 30px 40px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .area-about .text-about02 {
    background: #f4f4f4 url(../img/bg-truck.png) no-repeat right 10px bottom 30px;
    background-size: 120px;
  }
}
@media (max-width: 575px) {
  .area-about .text-about02 {
    font-size: 14px;
    background: #f4f4f4 url(../img/bg-truck.png) no-repeat right 10px bottom 30px;
    background-size: 110px;
    padding: 20px 20px;
  }
}
.area-about .button-about {
  text-align: center;
  margin: 30px 0 0 0;
}
@media (max-width: 575px) {
  .area-about .button-about {
    margin: 20px 0 0 0;
  }
}
.area-about .link-guide {
  width: 90%;
  max-width: 370px;
  background: url(../img/img-bow.png) no-repeat right top;
  background-size: 60px auto;
  padding: 4px 60px 4px 0;
  margin: 0 auto 2px;
}
@media (max-width: 575px) {
  .area-about .link-guide {
    max-width: 300px;
    background: url(../img/img-bow.png) no-repeat right center;
    background-size: 40px auto;
    padding: 4px 45px 0 0;
  }
}
.area-about .link-guide .balloon {
  position: relative;
  display: inline-block;
  color: #222222;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  border: 3px solid #000000;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 14px;
  padding: 14px;
}
@media (max-width: 575px) {
  .area-about .link-guide .balloon {
    font-size: 12px;
    line-height: 1.3;
    border: 2px solid #000000;
    border-radius: 8px;
    padding: 12px 8px;
  }
}
.area-about .link-guide .balloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 575px) {
  .area-about .link-guide .balloon::before {
    border-width: 11px 7.5px 0 7.5px;
  }
}
.area-about .link-guide .balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8.8px 6.3px 0 6.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 575px) {
  .area-about .link-guide .balloon::after {
    border-width: 7.4px 5.1px 0 5.1px;
  }
}
.area-about .link-guide .balloon a:hover {
  opacity: 1;
  text-decoration: underline;
}

.area-guide {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  border: 6px solid #000000;
  -webkit-box-shadow: 10px 10px 0 #000000;
          box-shadow: 10px 10px 0 #000000;
  padding: 40px;
  margin-top: 180px;
}
@media (max-width: 575px) {
  .area-guide {
    font-size: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 0 #000000;
            box-shadow: 3px 3px 0 #000000;
    padding: 30px 15px;
    margin: 90px 0 0 0;
  }
}
.area-guide::before {
  content: "";
  display: block;
  position: absolute;
  top: -89px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 100px;
  background: url(../img/bg-kumamon.png) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 575px) {
  .area-guide::before {
    top: -46px;
    width: 150px;
    height: 50px;
  }
}
.area-guide .text-attention {
  font-size: 20px;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
  -webkit-text-decoration: underline wavy #e60012;
          text-decoration: underline wavy #e60012;
  text-underline-offset: 4px;
}
@media (max-width: 575px) {
  .area-guide .text-attention {
    font-size: 16px;
  }
}
.area-guide .list-icon {
  font-size: 14px;
}

footer {
  color: #ffffff;
  text-align: center;
  background: #000000;
  padding: 20px 0;
  margin-top: 80px;
}
@media (max-width: 575px) {
  footer {
    padding: 10px 0;
  }
}
footer .link-pageup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 95px;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 60px;
  }
}
footer .link-pageup:hover {
  opacity: 1;
}
footer .copyright {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
  }
}