@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.unagi_wrap {
  overflow: hidden;
  position: relative;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  margin: 0;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  transition: 0.3s;
}
body img {
  max-width: 100%;
}
body p {
  margin: 0;
  padding: 0;
  color: #231815;
  line-height: 1.4;
}
body p span.t-small {
  font-size: 0.6em;
}

/* -------------------------------------
        ＴＯＰ
------------------------------------- */
.top_logo {
  position: absolute;
  z-index: 10;
  width: 60px;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 45px;
  }
}

.fv {
  position: relative;
  background: #11327a url(../img/fv-bg2.png) no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 60px;
    background: #11327a url(../img/fv-lt.png) no-repeat;
    background-size: 80%;
    background-position: left top;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: url(../img/fv-lt.png) no-repeat;
  background-position: left top;
  max-width: 750px;
  background-size: contain;
  top: -100px;
  left: -10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: url(../img/fv-bgt.png) no-repeat;
    background-position: right top;
    background-size: contain;
    top: -40px;
    left: auto;
    right: -5px;
    z-index: 1;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: url(../img/fv-rt.png) no-repeat;
  background-position: right top;
  max-width: 750px;
  background-size: contain;
  top: -100px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .fv::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 600px;
    background: url(../img/fv-bgb.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    top: auto;
    bottom: -30px;
    right: auto;
    left: -10px;
    z-index: 1;
  }
}
.fv__ttl {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    width: 95%;
  }
}
.fv__about {
  position: relative;
  margin-top: 40px;
  z-index: 10;
}
.fv__subttl {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.fv__subttl p {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 2em;
  background: #dd3c3c;
  border-radius: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__subttl p {
    font-size: 1.2em;
  }
}
.fv__kikan {
  background: rgba(255, 255, 255, 0.7);
  padding: 32px 0 20px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 2em;
  font-weight: 600;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__kikan {
    font-size: 2.6em;
    padding-top: 24px;
  }
}
.fv__kikan-flx {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .fv__kikan-flx {
    display: block;
  }
}
.fv__kikan-flx .syokuhin {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}
.fv__kikan-flx .syokuhin p {
  font-size: 0.8em;
}
.fv__kikan-flx .syokuhin__blue {
  padding: 0px 16px;
  background: #11327a;
  color: #fff;
  font-size: 0.5em;
  margin-right: 8px;
}
.fv__kikan-notice {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.fv__kikan-notice p {
  font-size: 0.35em;
}

.red-notice{
	text-align: center;
	padding: 10px;
	font-size: 0.9em;
	color: #000;
	font-weight: 500;
	line-height: 1.2em;
	margin-top: 3em;
}


.different{
	color: #DA0000;
}


.inner {
  width: 95%;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .inner {
    margin: 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .tenpo_t {
    font-size: 0.9em;
  }
}

.pre_t {
  padding: 5px 0.5em;
}
@media screen and (max-width: 767px) {
  .pre_t {
    font-size: 1.4em;
  }
}

/* -------------------------------------
        フッター
------------------------------------- */
#s_footer .s_coNav li a,
#s_header .s_subNav a {
  transition: color 0.5s ease-out;
}

#s_footer a {
  color: #222;
}

#s_footer .s_coNav {
  padding: 0 39px;
  font-size: 0;
}

#s_footer .s_coNav li {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  white-space: nowrap;
}

#s_footer .s_coNav li a {
  padding-right: 14px;
  background: url("../img/arrow_pink.svg") no-repeat 100% 50%/6.828px auto;
}

@media (min-width: 768px) {
  #s_footer .s_coNav {
    margin-bottom: 24px;
    text-align: center;
  }
  #s_footer .s_coNav li {
    display: inline-block;
    padding: 0 1em;
  }
}
@media (max-width: 767px) {
  #s_footer .s_coNav {
    padding: 20px;
  }
  #s_footer .s_coNav li {
    margin-bottom: 10px;
  }
}
#s_footer .s_coSubNav {
  padding: 0 20px;
  font-size: 0;
}

#s_footer .s_coSubNav li {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #s_footer .s_coSubNav li {
    font-size: 0.9rem;
  }
}
#s_footer .s_coSubNav li a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  #s_footer .s_coSubNav {
    text-align: center;
    color: #6f6f6f;
  }
  #s_footer .s_coSubNav li {
    display: inline-block;
    white-space: nowrap;
  }
  #s_footer .s_coSubNav li:not(:last-child):after {
    content: "|";
    display: inline-block;
    padding: 0 1.5em;
  }
  #s_footer .s_coSubNav li a {
    color: #6f6f6f;
  }
}
@media (max-width: 767px) {
  #s_footer .s_coSubNav {
    margin-bottom: 34px;
  }
  #s_footer .s_coSubNav li:last-child {
    margin-bottom: 0;
  }
}
#s_footer .s_copyright {
  padding: 89px 0 51px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #9d9d9d;
}

@media (max-width: 767px) {
  #s_footer .s_copyright {
    font-size: 0.5rem;
    padding: 19px 0 16px;
    background: #f5f5f5;
    color: #6f6f6f;
  }
}
#s_footer #s_toPageTop {
  padding: 50px;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
  position: fixed;
  right: -26px;
  bottom: -26px;
  z-index: 50;
}

#s_footer #s_toPageTop button {
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
  background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
  text-indent: -9999em;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: none;
}

#s_footer #s_toPageTop button:after {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-90deg);
  background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
    bottom: -28px;
  }
  #s_footer #s_toPageTop button {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  #s_footer #s_toPageTop button:after {
    width: 6px;
    height: 36px;
    margin-left: -3px;
    background-size: 5px auto;
  }
}
.one {
  margin-left: 0 !important;
}

#tenpo,
#s_footer {
  background: #fff;
}

.area__detail > div ul {
  justify-content: flex-end;
}/*# sourceMappingURL=style-2024obon.css.map */