@charset "UTF-8";
@import url("reset.css");
@import url("../font/style.css");
body {
  color: #3d3732;
  font-size: 18px;
  font-family: ibm-plex-sans-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin: 0;
  padding: 0;
  border-top: 5px solid #dd75a2;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #3d3732;
  text-decoration: none;
}
a:hover, a:focus {
  color: #dd0000;
  text-decoration: underline;
}

.no_br {
  display: none;
}

.btn {
  color: #3d3732;
  font-size: 17px;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 2px;
  width: 350px;
  padding: 15px;
  border: 2px solid #3d3732;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn::after {
  background-color: #dd75a2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:hover::after, .btn:focus::after {
  transform: scale(1, 1);
}
.btn span {
  font-size: 20px;
}

.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}

.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_60 {
  margin-top: 60px;
}

.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_60 {
  margin-bottom: 60px;
}

.ml_10 {
  margin-left: 10px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_30 {
  margin-left: 30px;
}
.ml_60 {
  margin-left: 60px;
}

.pt_10 {
  padding-top: 10px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_30 {
  padding-top: 30px;
}
.pt_60 {
  padding-top: 60px;
}

.pb_10 {
  padding-bottom: 10px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pb_60 {
  padding-bottom: 60px;
}

.pl_10 {
  padding-left: 10px;
}
.pl_20 {
  padding-left: 20px;
}
.pl_30 {
  padding-left: 30px;
}
.pl_60 {
  padding-left: 60px;
}

.text_red {
  color: #dd0000;
}
.text_bold {
  font-weight: bold;
}
.text_line {
  text-decoration: underline;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

#loader-bg {
  background-color: #fff;
  height: 100vh;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}
#loader-bg .img {
  width: 200px;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
#loader-bg .img span {
  height: 105px;
  display: block;
}
#loader-bg .img span.img1, #loader-bg .img span.img2, #loader-bg .img span.img3, #loader-bg .img span.img4 {
  background-size: contain;
  background-repeat: no-repeat;
}
#loader-bg .img span.img1 {
  background-image: url("../img/itati01.gif");
}
#loader-bg .img span.img2 {
  background-image: url("../img/itati02.gif");
}
#loader-bg .img span.img3 {
  background-image: url("../img/itati03.gif");
}
#loader-bg .img span.img4 {
  background-image: url("../img/itati04.gif");
}
#loader-bg .img p {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

header {
  display: -ms-flex;
  display: flex;
  position: relative;
  width: 1280px;
  max-width: 100%;
  margin: 30px auto;
  justify-content: center;
}
header h1 {
  line-height: 0;
  margin: 0;
}
header h1 img {
  width: 285px;
}
header .menu_box {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #dd75a2;
  width: 80px;
  height: 80px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}
header .menu_box:hover, header .menu_box:focus {
  background-color: #dd0000;
}
header .menu_box span {
  font-size: 14px;
  margin-top: 5px;
}
header .menu_box span.icon {
  margin-top: 10px;
  font-size: 25px;
}
header .tel {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 40px;
}
header .tel a {
  color: #87a833;
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-size: 55px;
  font-weight: 400;
  margin: -5px 0 -20px;
}
header .tel a:hover, header .tel a:focus {
  color: #dd0000;
  text-decoration: none;
}
header .tel span:first-child {
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 2px;
  background-color: #dd75a2;
  border-radius: 6px;
}
header .tel span:last-child {
  font-size: 15px;
  font-weight: 600;
}
header .tel_box {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
header .tel_box a {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #87a833;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
header .tel_box a:hover, header .tel_box a:focus {
  text-decoration: none;
  background-color: #87a833;
}
header .tel_box a i {
  margin-top: 7px;
  font-size: 30px;
}
header .tel_box a span {
  font-size: 14px;
  margin-top: 7px;
}

nav {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
nav ul {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
nav ul li {
  font-size: 20px;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 600;
  width: 20%;
}
nav ul li a {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav ul li a img {
  height: 36px;
  display: block;
}

.container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 90px;
  padding: 0 40px;
}
.container:last-child {
  margin-bottom: 0;
}
.container h2 {
  font-size: 37px;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
.container h2.line::before, .container h2.line::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.container h2.line::before {
  width: 100%;
  height: 3px;
  background: #dfdfdf;
}
.container h2.line::after {
  width: 80px;
  height: 3px;
  background: #dd75a2;
}
.container h2.bot {
  text-align: center;
}
.container h2.bot::after {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #dd75a2;
  width: 128px;
  height: 20px;
  display: block;
  content: "････････";
  margin: 10px auto 0;
}
.container h3 {
  font-size: 30px;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
}
.container h3.color {
  color: #dd75a2;
  font-size: 1.7rem;
  font-weight: 800;
  padding-right: 5px;
  line-height: 45px;
}
.container h3.line {
  padding-left: 19px;
}
.container h3.line::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 29px;
  border-radius: 2px;
  background-color: #dd75a2;
  content: "";
}
.container h3.bot::after {
  font-size: 2rem;
  color: #dd75a2;
  width: 128px;
  height: 20px;
  display: block;
  content: "･････";
  margin: 10px auto 0;
}
.container h4 {
  font-size: 20px;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.container h4 span.highlight {
  background: linear-gradient(transparent 64%, #e698b9 0%);
  margin-right: 5px;
  padding: 0 6px 3px;
}
.container p {
  line-height: 25px;
  margin-bottom: 20px;
}
.container p:last-child {
  margin-bottom: 0;
}
.container .group {
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.container .group_anime {
  overflow: hidden;
  position: relative;
}
.container .group_anime .image {
  display: block;
  width: 100%;
  transition: 0.5s;
  cursor: pointer;
}
.container .group_anime .image_1 {
  position: relative;
  z-index: 2;
}
.container .group_anime .image_1:hover {
  opacity: 0;
}
.container .group_anime .image_2 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.contact {
  background-color: #f9f6ef;
  padding: 60px;
  border-radius: 20px;
}
.contact div {
  width: 50%;
  align-items: center;
}
.contact div h3 {
  font-size: 25px;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.contact div.tf div {
  width: 100%;
  font-size: 18px;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 600;
  text-align: center;
}
.contact div.tf div h4 {
  font-size: 70px;
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-weight: 400;
  color: #87a833;
  line-height: 67px;
  letter-spacing: 2px;
  margin-bottom: -20px;
}
.contact div.tf div h4 span {
  font-size: 30px;
  color: #3d3732;
}
.contact div.tf div h4 a {
  color: #87a833;
}
.contact div.tf div h4 a:hover {
  color: #dd0000;
}
.contact div.tf div h4:last-child {
  margin-top: 10px;
}

footer {
  background-color: #eebad0;
  text-align: center;
  padding: 60px 0;
}
footer img {
  width: 360px;
  margin-bottom: 30px;
}
footer small {
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  header .menu_box {
    color: #48433e;
    display: block;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  header .tel {
    display: none;
  }
  header .tel_box {
    display: block;
  }
  header .tel_box a {
    color: #48433e;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  header .tel_box a:hover, header .tel_box a:focus {
    background-color: #dd0000;
  }
  nav {
    display: none;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: 200px;
    z-index: 10;
    box-shadow: 0px 20px 8px -25px rgba(0, 0, 0, 0.6) inset;
  }
  nav ul {
    flex-direction: column;
    margin: 20px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  nav ul li {
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 70px;
  }
  nav ul li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
  }
  nav ul li a img {
    width: 70px;
    height: 40px;
    margin-right: 20px;
  }
  .navback {
    display: none;
    background-color: #000000;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.7;
    z-index: 5;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 640px) {
  .no_br {
    display: block;
  }
  .btn {
    width: 100%;
  }
  header h1 img {
    width: 180px;
  }
  nav {
    top: 150px;
  }
  nav.open {
    height: calc(100vh - 150px);
  }
}