@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
body {
  background-size: 100% 1030px;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100vh;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  color: #2F2F2F;
}
.bg {
  background: url("../img/bg3.png"), url("../img/bg4.png"), url("../img/bg_k.png"), url("../img/bg2_k.png");
  background-size: 655px auto, 485px auto, 1450px auto, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: calc(50% - 770px) top, calc(50% - -730px) bottom, center top 140px, center top;
  padding-inline: calc((100vw - 1200px) / 2);
  padding-bottom: 100px;
}
.wrap {
  display: flex;
  margin: 0px auto;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.main {
  width: 90%;
  margin: 100px auto 0px auto;
}
h2.title1 {
  font-weight: 700;
  font-size: 3.2rem;
  vertical-align: middle;
  color: #3D3D35;
  position: relative;
  width: 100%;
  margin: 0px auto 50px auto;
  padding: 0px 0px 0px 25px;
  letter-spacing: 3px;
}
h2.title1:before {
  content: '';
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #da654b;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
h3.title2 {
  border: 1px solid #F2ECD3;
  background-color: #fffdf5;
  border-radius: 100vh;
  box-shadow: 0px 5px 0px 0 #F2ECD3;
  padding: 15px 25px;
  margin: 0px auto 20px auto;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 2.0rem;
  color: #3D3D35;
}
h4.title3 {
  color: #3d3d35;
  font-size: 1.8rem;
  border-bottom: 1px dotted #da654b;
  padding: 20px 0px 10px 15px;
  margin: 0px auto 10px auto;
  position: relative;
}
h4.title3:before {
  content: '';
  width: 3px;
  height: 16px;
  background: #da654b;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
h5.title4 {
  color: #da654b;
  padding: 0px 0px 0px 20px;
  margin: 0px auto 5px auto;
  position: relative;
}
h5.title4:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100vh;
  background: #da654b;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.txt1 {
  line-height: 165%;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin: 0px 0px 40px 0px;
}
.txt2 {
  line-height: 165%;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin: 0px 0px 20px 0px;
}
.list01 li {
  position: relative;
  padding: 0px 0px 5px 20px;
  text-decoration: none;
  text-align: justify;
  text-justify: inter-ideograph;
  list-style: none;
}
.list01 li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  margin: 0;
  width: 8px;
  height: 8px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #da654b;
  border-right: 2px solid #da654b;
}
.list02 {
  padding: 0px 0px 0px 20px;
}
.btn_wrap {
  background-color: #f8f6ea;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 300px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 20px 0px;
  margin: 20px 0px;
}
.btn {
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 100vh;
  max-width: 300px;
  width: 100%;
  position: relative;
  box-shadow: 0px 5px 0px 0 #F2ECD3;
  margin: 0px 0px 0px 0px;
}
.btn a {
  background: #da654b;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  height: 60px;
  text-align: center;
  border-radius: 100vh;
  text-decoration: none;
  font-weight: 600;
  display: flex;
}
.btn a:link, .btn a:visited, .btn a:active {
  color: #FFF;
  text-decoration: none;
}
.btn a:hover {
  background: rgba(237, 106, 2, 0.5);
}
.btn2 {
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 100vh;
  max-width: 300px;
  width: 100%;
  position: relative;
  box-shadow: 0px 5px 0px 0 #F2ECD3;
  margin: 0px 0px 0px 0px;
}
.btn2 a {
  background: #95ac39;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  height: 60px;
  text-align: center;
  max-width: 100%;
  border-radius: 100vh;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
}
.btn2 a:link, .btn2 a:visited, .btn2 a:active {
  color: #FFF;
  text-decoration: none;
}
.btn2 a:hover {
  background: rgb(148 172 57 / 50%);
}
.map {
  max-width: 500px;
  width: 100%;
}
.map img {
  width: 100%;
}
.kome {
  text-indent: -1.5rem;
  padding-left: 15px;
}
.fs_b {
  font-size: 2.0rem;
}
.red {
  color: red;
}
.bold {
  font-weight: 600;
}
.greeting {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.photo {
  width: 200px;
  margin: 0px 0px 0px 20px;
}
.photo img {
  width: 100%;
}
@media screen and (max-width:1200px) {
  .bg {
    background: url("../img/bg4_2.png"), url("../img/bg_k.png"), url("../img/bg2_k.png");
    background-size: 30% auto, 120% auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right -50px top -150px, center top 150px, center top;
  }
}
@media screen and (max-width:1024px) {
  .bg {
    background-size: 30% auto, 120% auto, 100%;
    background-position: right -5% top -100px, center top 90px, center top;
  }
  .wrap {
    display: block;
  }
  .btn_wrap {
    grid-template-columns: repeat(2, 250px);
  }
}
@media screen and (max-width:600px) {
  .bg {
    background: url("../img/bg4_2.png"), url("../img/bg_k.png"), url("../img/bg2_k.png");
    background-size: 50% auto, 120% auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right -30px top -100px, center top 100px, center top;
  }
  .main {
    margin: 50px auto 0px auto;
  }
  .wrap {
    width: 100%;
  }
  h2.title1 {
    font-size: 2.5rem;
  }
  h3.title2 {
    border-radius: 5px;
  }
  .btn_wrap {
    display: block;
    padding: 5%;
  }
  .btn {
    margin: 20px auto;
  }
  .btn2 {
    margin: 20px auto;
  }
}
@media screen and (max-width:400px) {
  .bg {
    background: url("../img/bg4_2.png"), url("../img/bg_k.png"), url("../img/bg2_k.png");
    background-size: 50% auto, 120% auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right -30px top -80px, center top 100px, center top;
  }
  h3.title2 {
    letter-spacing: 1px;
    font-size: 1.8rem;
    padding: 15px 15px;
  }
  h4.title3 {
    font-size: 1.6rem;
  }
}