@charset "UTF-8";
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
html {
  width: 100%;
  box-sizing: border-box;
}

#iizuka_recruit_wrap {
  margin: 0;
}

.iizuka_recruit_wrap {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #231815;
}
.iizuka_recruit_wrap h1,
.iizuka_recruit_wrap h2,
.iizuka_recruit_wrap h3,
.iizuka_recruit_wrap h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.iizuka_recruit_wrap h4 {
  color: #000;
}
.iizuka_recruit_wrap p,
.iizuka_recruit_wrap ul,
.iizuka_recruit_wrap ul li {
  text-indent: 0;
}
.iizuka_recruit_wrap ul {
  list-style: none;
}
.iizuka_recruit_wrap ul li {
  text-decoration: none;
}
.iizuka_recruit_wrap a {
  text-decoration: none;
  color: inherit;
}
.iizuka_recruit_wrap img {
  vertical-align: bottom;
}
.iizuka_recruit_wrap p {
  line-height: 1.4;
}

span.p-big {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  span.p-big {
    font-size: 1.6em;
  }
}

span.p-small {
  font-size: 0.8em;
}

span.p-inbl {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  span.p-inbl {
    display: block;
  }
}

span.p-pink {
  color: #c60079;
}

.maincontent {
  background: #fff;
}

.w-980 {
  max-width: 980px;
  margin: 0 auto;
}

.w-1200 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.fv {
  height: 100%;
  background: url(../img/fv_bg.png?ccc) no-repeat;
  background-size: cover;
}
.fv--bg::before {
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  background: url(../img/fv_bg.png?ccc) no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .fv--bg::before {
    background-size: auto;
  }
}
.fv--subttl {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv--subttl {
    width: 70%;
  }
}
.fv--mainttl {
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
}
.fv--txt {
  width: 95%;
  max-width: 600px;
  margin: 20px auto 60px;
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.7);
}
.fv--txt p {
  margin-top: 8px;
  font-weight: 600;
  font-size: 1.1em;
  color: #c60079;
  text-align: center;
}
.fv--border {
  border-radius: 10px;
  border: 1px solid #c60079;
  padding: 4px;
  margin-right: 8px;
}
.fv--notice {
  max-width: 240px;
}

.nav {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .nav {
    padding: 0;
  }
}
.nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav ul li {
  width: 25%;
  max-width: 270px;
  padding: 8px 0;
  background: #c60079;
  border-left: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nav ul li {
    width: 50%;
    border: 1px solid #fff;
  }
}
.nav ul li.nav__senmon {
  background: #fff;
  border: 2px solid #c60079;
}
@media screen and (max-width: 768px) {
  .nav ul li.nav__senmon {
    width: 100%;
    max-width: 540px;
  }
}
.nav ul li.nav__senmon a {
  color: #c60079;
}
.nav ul li.nav__senmon a::after {
  background: url("../img/arrow_pink.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.nav ul li a {
  position: relative;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 1.1em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .nav ul li a {
    font-size: 0.9em;
  }
}
.nav ul li a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../img/arrow_white.svg") no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
  right: 6%;
  bottom: 35%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .nav ul li a::after {
    width: 10px;
    height: 10px;
  }
}
.nav ul li a:hover::after {
  bottom: 30%;
}

.map {
  width: 85%;
  max-width: 500px;
  margin: 20px auto 80px;
}

.content {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
}
.content--flx {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .content--flx {
    display: block;
  }
}
.content--flx__saiyou {
  justify-content: space-around;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .content--flx__saiyou {
    width: 95%;
    margin: 60px auto;
  }
}
.content--flx--item {
  margin-top: 60px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .content--flx--item {
    width: 100%;
    margin-top: 20px;
  }
}
.content--ttl {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .content--ttl {
    font-size: 1.3em;
  }
}
.content--ttl::before {
  content: "";
  position: absolute;
  width: 115%;
  height: 120px;
  background: #c60079;
  top: -20px;
  left: -20%;
  z-index: 0;
  transition: all 0.8s;
  transform: scale(0, 1);
  transform-origin: left top;
}
@media screen and (max-width: 768px) {
  .content--ttl::before {
    top: -10px;
    height: 80px;
  }
}
.content--ttl.active::before {
  transform: scale(1, 1) skewX(-30deg);
}
.content--ttl p {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #fff;
  z-index: 1;
  line-height: 1.6;
}
.content--txt {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content--txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .content--txt p {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
  }
}
.content--main {
  margin-bottom: 120px;
}
.content--btn {
  width: 50%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 24px;
  text-align: center;
  background: #c60079;
  border-radius: 50px;
  box-shadow: 0 0 15px #b2b2b2;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .content--btn {
    width: 90%;
    max-width: 350px;
  }
}
.content--btn__contact {
  background: #009e41;
  width: 100%;
}
.content--btn:hover {
  box-shadow: none;
}
.content--btn a {
  color: #fff;
  display: block;
  padding: 20px 12px;
  font-weight: 700;
  font-size: 1.4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content--btn a {
    font-size: 1.2em;
  }
}
.content--btn a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../img/arrow_white.svg") no-repeat;
  background-size: contain;
  background-position: center;
  right: 6%;
  top: 40%;
  transition: all 0.3s;
}
.content--btn a:hover::after {
  right: 4%;
}
.content--btn__senmon {
  margin-top: 80px;
  background: #fff;
  border: 1px solid #c60079;
}
.content--btn__senmon a {
  color: #c60079;
}
.content--btn__senmon a::after {
  background: url("../img/arrow_pink.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.content--notice {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content--notice {
    font-size: 1.1em;
  }
}

.saiyou--intro {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .saiyou--intro {
    margin-top: 10px;
  }
}
.saiyou--intro--ttl {
  margin-top: 60px;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  color: #c60079;
}
@media screen and (max-width: 768px) {
  .saiyou--intro--ttl {
    margin-top: 30px;
    font-size: 1.5em;
  }
}
.saiyou--intro--txt {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .saiyou--intro--txt {
    font-size: 1.1em;
  }
}
.saiyou--intro--img {
  width: 30%;
  max-width: 120px;
}
.saiyou--intro--img img {
  width: 100%;
}
.saiyou--subttl {
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
}
.saiyou--subttl .subttl--sub {
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .saiyou--subttl .subttl--sub {
    font-size: 1.1em;
  }
}
.saiyou--subttl .subttl--main {
  color: #c60079;
  font-size: 2.5em;
  font-weight: 600;
  border-bottom: 1px solid #c60079;
}
@media screen and (max-width: 768px) {
  .saiyou--subttl .subttl--main {
    font-size: 1.4em;
  }
}
.saiyou--subttl .subttl--about {
  margin-top: 8px;
}
.saiyou--bumon {
  position: relative;
  margin-top: 60px;
  padding: 80px 1.5em 40px;
  border: 15px solid rgba(239, 130, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .saiyou--bumon {
    padding: 60px 12px 40px;
    border: 10px solid rgba(239, 130, 0, 0.3);
  }
}
.saiyou--bumon:nth-child(1) {
  margin-top: 60px;
}
.saiyou--bumon__iryou {
  border: 15px solid rgba(234, 96, 158, 0.3);
}
@media screen and (max-width: 768px) {
  .saiyou--bumon__iryou {
    border: 10px solid rgba(234, 96, 158, 0.3);
  }
}
.saiyou--bumon__staff {
  border: 15px solid rgba(164, 171, 200, 0.3);
}
@media screen and (max-width: 768px) {
  .saiyou--bumon__staff {
    border: 10px solid rgba(164, 171, 200, 0.3);
  }
}
.saiyou--bumon__jukyo {
  margin-top: 60px;
  border: 15px solid rgba(156, 202, 72, 0.3);
}
@media screen and (max-width: 768px) {
  .saiyou--bumon__jukyo {
    border: 10px solid rgba(156, 202, 72, 0.3);
  }
}
.saiyou .bumon--ttl {
  position: absolute;
  padding: 4px 12px;
  left: -20px;
  top: -40px;
  background: #ef8200;
  border: 5px solid #fff;
  font-size: 3em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--ttl {
    left: -10px;
    font-size: 2em;
  }
}
.saiyou .bumon--ttl__iryou {
  background: #ea609e;
}
.saiyou .bumon--ttl__staff {
  background: #a4abc8;
}
.saiyou .bumon--ttl__jukyo {
  background: #9cca48;
}
.saiyou .bumon--about--ttl {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--about--ttl {
    font-size: 1.1em;
    line-height: 1.5;
  }
}
.saiyou .bumon--wage {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--wage {
    justify-content: space-between;
  }
}
.saiyou .bumon--wage .wagearea {
  width: 40%;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--wage .wagearea {
    width: 49%;
    margin-bottom: 16px;
  }
}
.saiyou .bumon--wage .wagearea__flx {
  width: 100%;
  display: flex;
  align-items: center;
}
.saiyou .bumon--wage .wage--sub {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--wage .wage--sub {
    font-size: 1em;
  }
}
.saiyou .bumon--wage .wage--subabout {
  color: #ef8200;
  font-size: 0.9em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--wage .wage--subabout {
    font-size: 0.8em;
  }
}
.saiyou .bumon--wage .wage--subabout__iryou {
  color: #ea609e;
}
.saiyou .bumon--wage .wage--subabout__jukyo {
  color: #9cca48;
}
.saiyou .bumon--wage .wage--about {
  display: flex;
  align-items: center;
}
.saiyou .bumon--wage .wage--about--kihon {
  padding: 10px;
  background: #ef8200;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--wage .wage--about--kihon {
    padding: 11px 4px;
    font-size: 0.8em;
  }
}
.saiyou .bumon--wage .wage--about--kihon__iryou {
  margin-left: 12px;
  background: #ea609e;
}
.saiyou .bumon--wage .wage--about--kihon__staff {
  background: #a4abc8;
}
.saiyou .bumon--wage .wage--about--kihon__jukyo {
  background: #9cca48;
}
.saiyou .bumon--wage .wage--about-h-wage {
  font-size: 1.2em;
  font-weight: 600;
  padding: 8px 20px;
  background: #fff2d5;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--wage .wage--about-h-wage {
    padding: 8px 4px;
    font-size: 1.1em;
  }
}
.saiyou .bumon--wage .wage--notice {
  font-size: 0.9em;
}
.saiyou .bumon--wage .wage__l {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--wage .wage__l {
    width: 50%;
  }
}
.saiyou .bumon--img {
  position: absolute;
  width: 35%;
  bottom: -80px;
  right: -10px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .saiyou .bumon--img {
    width: 70%;
    bottom: -40px;
  }
}
.saiyou .pluswage .pw--ttl {
  padding: 12px;
  background: #c60079;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}
.saiyou .pluswage .pw--about {
  background: #fff2d5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em;
}
.saiyou .pluswage .pw--time {
  width: 50%;
}
.saiyou .pluswage .pw--plusprice {
  width: 50%;
  text-align: right;
}
.saiyou .pluswage .pw--plusprice p {
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .saiyou .pluswage .pw--plusprice p {
    font-size: 1.1em;
  }
}
.saiyou .pluswage--notice {
  width: 95%;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff399;
  padding: 1.5em 0.5em;
  text-align: center;
}
.saiyou .pluswage--notice p {
  display: inline-block;
  text-align: left;
}
.saiyou .pluswage-example {
  background: #f9dbe8;
  padding: 0.5em;
}
.saiyou .pluswage-example .pw-e--ttl {
  color: #c60079;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}
.saiyou .pluswage-example .pw-e--txt {
  text-align: center;
  font-size: 0.9em;
}
.saiyou .pluswage-example .pw-e--time {
  display: flex;
  justify-content: space-around;
  margin-top: 8px;
}
.saiyou .pluswage-example .pw-e--time-sec {
  width: 28%;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .saiyou .pluswage-example .pw-e--time-sec {
    width: 32%;
  }
}
.saiyou .pluswage-example .pw-e--time--ttl {
  background: #ea6da4;
  padding: 4px 0;
  color: #fff;
  text-align: center;
}
.saiyou .pluswage-example .pw-e--time--about {
  background: #fff;
  padding: 4px;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}

.merit--main {
  margin-top: 60px;
  padding: 40px 0;
  background: #fffbd0;
}
@media screen and (max-width: 768px) {
  .merit--main {
    margin-top: 40px;
  }
}
.merit--main2 {
  border-radius: 20px;
}
.merit--ttl {
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.5;
  color: #c60079;
}
@media screen and (max-width: 768px) {
  .merit--ttl {
    font-size: 1.2em;
  }
}
.merit--ttl2 p {
  position: relative;
  display: inline-block;
}
.merit--ttl2 p::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../img/merit_dec.png) no-repeat;
  background-size: contain;
  right: -11%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .merit--ttl2 p::after {
    right: -24%;
  }
}
.merit--subttl {
  margin: 40px auto 12px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  color: #c60079;
}
.merit--txt {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .merit--txt {
    flex-wrap: wrap;
  }
}
.merit--txt--item {
  display: flex;
  align-items: center;
}
.merit--txt--item p {
  margin-right: 16px;
}
.merit--txt img {
  height: 24px;
}
.merit--list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
}
.merit--item--subject {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #c60079;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5;
  color: #c60079;
}
@media screen and (max-width: 768px) {
  .merit--item--subject {
    letter-spacing: 0;
  }
}
.merit--item--subject img {
  margin-left: 8px;
  height: 24px;
}
.merit--item--txt {
  margin-top: 8px;
  line-height: 1.4;
}
.merit--item--txt__ikuji {
  color: #c60079;
}
.merit--item--img {
  margin-top: 24px;
}
.merit--item--peroff {
  margin-top: 12px;
  padding: 8px;
  background: #c60079;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 600;
}
.merit--item--sub {
  font-size: 0.9em;
}
.merit--item--taisyo {
  width: 6%;
}
@media screen and (max-width: 768px) {
  .merit--item--taisyo {
    width: 10%;
  }
}
.merit--item--taisyo img {
  width: 100%;
}
.merit--item--label {
  display: inline-block;
  padding: 4px 8px;
  margin-top: 12px;
  background: #f5aa00;
  font-size: 1.1em;
  font-weight: 600;
}
.merit--item2 {
  width: 45%;
  padding: 4px 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .merit--item2 {
    width: 100%;
  }
}
.merit--item3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 8px;
  padding: 4px;
  background: #c60079;
  border-radius: 8px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .merit--item3 {
    width: 48%;
    margin: 4px 0;
    font-size: 0.8em;
  }
}
.merit--item3:nth-child(2n) {
  background: #d5409a;
}
.merit--item3__2 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .merit--item3__2 {
    width: 90%;
  }
}
.merit--item3--txt {
  width: 90%;
  text-align: center;
}

.ex--main {
  margin-top: 40px;
}
.ex--ttl {
  background-color: #c60079;
  padding: 0.5em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .ex--ttl {
    font-size: 1.1em;
  }
}
.ex--ttl p {
  display: inline-block;
  text-align: left;
}
.ex--ttl__senmon {
  background: #ab9459;
}
.ex--ttl__senmon p {
  text-align: center;
}
.ex--about {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5em 1em;
  background: #f9e5f2;
}
@media screen and (max-width: 768px) {
  .ex--about {
    padding: 1em 0.5em;
  }
}
.ex--about__senmon {
  flex-wrap: wrap;
  align-items: flex-start;
  background: #ebe6d7;
}
.ex--day {
  width: 40%;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .ex--day {
    width: 100%;
    padding: 0;
  }
}
.ex--day__senmon {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .ex--day__senmon {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ex--day__senmon2 {
    margin-top: 20px;
  }
}
.ex--date {
  font-size: 1.3em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ex--date {
    font-size: 1.2em;
  }
}
.ex--time {
  margin-top: 4px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #231815;
  font-size: 1.2em;
  line-height: 1.4;
}
.ex--time:last-child {
  border: none;
}
.ex--time__senmon {
  border: none;
}
@media screen and (max-width: 768px) {
  .ex--time__senmon {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.ex--place {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ex--place {
    width: 100%;
  }
}
.ex--place__senmon {
  width: 26%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ex--place__senmon {
    width: 100%;
  }
}
.ex--place__senmon .ex--area {
  width: 100%;
}
.ex--area {
  width: 45%;
}
.ex--area--tokoro {
  margin-bottom: 8px;
  background: #d04f8f;
  color: #fff;
  text-align: center;
}
.ex--area--tokoro__senmon {
  background: #c4b286;
}
.ex--area--ttl {
  font-size: 1.6em;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ex--area--ttl {
    font-size: 1.3em;
  }
}
.ex--area--address {
  margin-top: 4px;
  font-weight: 600;
  line-height: 1.3;
}
.ex--area--notice {
  margin-top: 20px;
  font-size: 0.9em;
}
.ex--area--notice--ttl {
  color: #c60079;
  font-weight: 600;
}
.ex--area--notice--txt {
  font-size: 0.9em;
}
.ex--map {
  width: 50%;
}
.ex--schedule {
  width: 100%;
  margin-top: 12px;
}
.ex--schedule p {
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  color: #c60079;
}
.ex--schedule img {
  width: 100%;
}
.ex--txt {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ex--txt {
    line-height: 1.4;
    text-align: left;
  }
}
.ex--notice {
  font-size: 0.9em;
  margin-top: 12px;
  margin-bottom: 60px;
}

.contact {
  width: 40%;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.contact--ttl {
  padding: 12px 0;
  border: 1px solid #009e41;
  font-size: 1.2em;
  font-weight: 600;
  color: #009e41;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact--ttl {
    font-size: 1.1em;
  }
}
.contact--tel {
  text-align: center;
  font-size: 3em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact--tel {
    font-size: 2.5em;
  }
}
.contact--address {
  background: #ededed;
  padding: 1em 0.5em;
  font-weight: 600;
}

.shihainin {
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 160px;
  border-top: 5px solid #c60079;
}
@media screen and (max-width: 768px) {
  .shihainin {
    width: 95%;
    margin: 0 auto;
    margin-top: 80px;
  }
}
.shihainin--ttl {
  text-align: center;
}
.shihainin--ttl p {
  display: inline-block;
  text-align: left;
  font-size: 1.6em;
  font-weight: 600;
  color: #c60079;
}
@media screen and (max-width: 768px) {
  .shihainin--ttl p {
    font-size: 1.3em;
  }
}
.shihainin--txt {
  margin-top: 32px;
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .shihainin--txt {
    font-size: 1em;
  }
}
.shihainin--daihyou {
  margin-top: 20px;
  font-size: 1.4em;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .shihainin--daihyou {
    font-size: 1.2em;
  }
}

.contact .contact--tel p a {
  color: #231815;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateX(-30px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(50px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.f_breadcrumb,
footer#s_footer {
  background: #fff;
}/*# sourceMappingURL=2023iizuka_openingstaff2.css.map */