@charset "utf-8";
@media screen and (min-width: 768px) {
  /* PC size */
}
@media screen and (max-width: 767px) {
  /* SP size */
}
@media (hover: hover) {
  /* hover style */
}
/* == base ============================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
header {
  position: relative;
}
/* == utility ============================================== */
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.u-bold {
  font-weight: 700;
}
.u-center {
  text-align: center;
}
.u-hover {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .u-hover:hover {
    opacity: 0.8;
  }
}

.wrap {
  min-width: 1200px;
}
.h-style {
  text-align: center;
  font-size: 32px;
  margin: 0 0 40px;
  font-family: "Noto Serif JP", serif;
}
.h-style.w {
  color: #fff;
}
.h-style span {
  display: inline-block;
  position: relative;
}
.h-style span::before {
  position: absolute;
  top: 0;
  left: -84px;
  display: block;
  content: "";
  width: 64px;
  height: 60px;
  background: url(../img/deco_momiji_l.png) no-repeat;
  background-size: contain;
}
.h-style span::after {
  position: absolute;
  top: 0;
  right: -84px;
  display: block;
  content: "";
  width: 64px;
  height: 60px;
  background: url(../img/deco_momiji_r.png);
  background-size: contain;
}
.h-style-rl {
  align-items: center;
  font-family: "Noto Serif JP", serif;
  display: flex;
  margin: 0 0 40px;
  font-size: 24px;
}
footer .h-style-rl {
  margin-bottom: 20px;
}
.h-style-rl::before,
.h-style-rl::after {
  background-color: #000;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.h-style-rl.w::before,
.h-style-rl.w::after {
  background-color: #fff;
}
.h-style-rl::before {
  margin-right: 20px;
}
.h-style-rl::after {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .wrap {
    min-width: 100%;
  }
  .h-style {
    font-size: 26px;
    margin: 0 0 30px;
  }
  .h-style span::before {
    left: -54px;
    width: 44px;
    height: 44px;
    background: url(../img/deco_momiji_l.png) no-repeat;
    background-size: contain;
  }
  .h-style span::after {
    right: -50px;
    width: 44px;
    height: 44px;
    background: url(../img/deco_momiji_r.png);
    background-size: contain;
  }
  .h-style-rl {
    margin: 0 0 24px;
    font-size: 20px;
  }
}
/* sec01 */
.sec01 {
  background: #710608;
  padding: 30px 0 120px;
}
.sec01 .inner {
  width: 1200px;
  margin: 0 auto;
}
.sec01 .inner h2 {
  text-align: center;
  padding: 10px 0 40px;
}
.sec01 .inner .ul-style {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 0 0 30px;
}
.sec01 .inner .cation-text {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 0 0 90px;
}

.sec01 .inner .ul-style02 {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 0 30px;
}
.sec01 .about {
  text-align: center;
  margin: 0 0 80px;
}
header .main_btn {
  position: absolute;
  right: 15px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  header .main_btn {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 100%;
    text-align: center;
  }
  .sec01 {
    padding: 100px 0 90px;
  }
  .sec01 .inner {
    width: 92%;
  }
  .sec01 .inner .ul-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin: 0 0 20px;
  }
  .sec01 .inner .ul-style li {
    width: calc(50% - 14px);
  }
  .sec01 .inner .cation-text {
    margin-bottom: 64px;
  }
  .sec01 .inner .ul-style02 {
    display: block;
  }
  .sec01 .inner .ul-style02 li {
    margin: 0 0 25px;
  }
  .sec01 .about {
    margin: 0 0 40px;
  }
}

/* sec02 */
.sec02 {
  background: #fff6e5;
  padding: 80px 0 110px;
}
.sec02 .inner {
  width: 1200px;
  margin: 0 auto;
}
.sec02 .inner .ul-style {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 0 16px;
}
.sec02 .inner .cation {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 60px 0 90px;
  }
  .sec02 .inner {
    width: 92%;
  }
  .sec02 .inner .ul-style {
    display: block;
  }
  .sec02 .inner .ul-style li:first-of-type {
    margin: 0 0 24px;
  }
  .sec02 .inner .cation {
    text-align: center;
  }
}

/* sec03 */
.sec03 {
  background: url(../img/texture01.jpg) repeat;
  background-size: 277px 277px;
  padding: 80px 0 110px;
}
.sec03 .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 60px 0 90px;
  }
  .sec03 .inner {
    width: 92%;
  }
}

/* sec04 */
.sec04 {
  background: url(../img/texture02.jpg) repeat;
  background-size: cover;
  padding: 80px 0 110px;
}
.sec04 .inner {
  width: 1000px;
  margin: 0 auto;
}
.sec04 .inner .ul-style {
  display: flex;
  justify-content: center;
  gap: 56px;
  margin: 0 0 100px;
}
.sec04 .inner .ul-style .title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 3.2em;
  margin-bottom: 16px;
  color: #9f0e10;
  font-weight: 700;
}
.sec04 .inner .ul-style .img {
  margin: 0 0 16px;
}
.sec04 .inner .ul-style .text p {
  margin: 0 0 6px;
}
.sec04 .inner .ul-style .title.t02 {
  line-height: 1.6em;
}
.sec04 .inner .ul-style a {
  display: inline-block;
  color: #0e77d5;
  padding-left: 26px;
  background: url(../img/icon_map.png) no-repeat left center;
  background-size: 18px;
  text-decoration: underline;
}
.sec04 .inner .ul-style02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.sec04 .inner .ul-style02 li {
  width: calc(50% - 12px);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 60px 0 90px;
  }
  .sec04 .inner {
    width: 92%;
  }
  .sec04 .inner .ul-style {
    display: block;
    margin: 0 0 100px;
    text-align: center;
  }
  .sec04 .inner .ul-style li {
    margin: 0 0 40px;
  }
  .sec04 .inner .ul-style li:last-of-type {
    margin: 0;
  }
  .sec04 .inner .ul-style .title {
    line-height: 1.6em;
    margin-bottom: 12px;
  }
  .sec04 .inner .ul-style .img {
    margin: 0 0 10px;
  }
  .sec04 .inner .ul-style .text p {
    margin: 0 0 2px;
  }
  .sec04 .inner .ul-style02 {
    display: block;
  }
  .sec04 .inner .ul-style02 li {
    width: 100%;
    margin: 0 0 16px;
    font-size: 14px;
  }
  .sec04 .inner .ul-style02 li:last-of-type {
    margin: 0;
  }
}

/* sec05 */
.sec05 {
  background: url(../img/texture03.jpg);
  background-size: cover;
  padding: 80px 0 110px;
}
.sec05 .inner {
  width: 1000px;
  margin: 0 auto;
}
.sec05 .img {
  margin: 0 0 80px;
}
.sec05 .ul-style li {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 6px 26px;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: 60px 0 90px;
  }
  .sec05 .inner {
    width: 92%;
  }
  .sec05 .img {
    margin: 0 0 80px;
  }
  .sec05 .ul-style li {
    list-style: disc;
    list-style-position: outside;
    margin: 0 0 6px 26px;
  }
}

/* sec06 */
.sec06 {
  background: url(../img/footer_img.jpg) no-repeat center;
  background-size: cover;
  padding: 76px 0 98px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 50px 0 55px;
  }
  .sec06 .btn {
    width: 80%;
    margin: 0 auto;
  }
}
/* footer */
footer {
  text-align: center;
  color: #fff;
  background: #043e1d;
  padding: 60px 0 0;
}
footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}
footer .inner .detail_wrap {
  border-bottom: 1px solid #fff;
}
footer .copyright {
  background: #032311;
  padding: 10px 0;
  font-size: 12px;
}
footer .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
footer .tel_wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 0 40px;
}
footer .tel_wrap span {
  line-height: 1;
  font-size: 20px;
}
footer .tel_wrap .tel {
  font-size: 36px;
  font-weight: 700;
  padding-left: 40px;
  background: url(../img/icon_phone.png) no-repeat left 60%;
  background-size: 28px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 0;
  }
  footer .inner {
    width: 92%;
    padding-bottom: 40px;
  }
  footer .title {
    font-size: 20px;
  }
  footer .tel_wrap {
    display: block;
    margin: 0 0 20px;
  }
  footer .tel_wrap span {
    font-size: 18px;
    display: inline-block;
  }
  footer .tel_wrap .tel {
    font-size: 36px;
    font-weight: 700;
    padding-left: 40px;
    background: url(../img/icon_phone.png) no-repeat left 60%;
    background-size: 28px;
    margin: 0 0 10px;
  }
}

.btn_banner {
  position: fixed;
  right: 10px;
  bottom: 30px;
  transition: 0.3s;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
