@charset "UTF-8";
/* ---------------
  ★共通
--------------- */
html {
  font-size: 62.5%;
}

body {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

object {
  pointer-events: none;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #000;
}

.no_link {
  pointer-events: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner {
  max-width: 1000px;
  position: relative;
  width: 92%;
  margin: 0 auto;
}

/* ---------------
  ★フォントファミリー
--------------- */
.Df_mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    serif;
}

.Df_YuGothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.AdF_topp {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.Df_Helvetica {
  font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_Roboto {
  font-family: "Roboto", sans-serif;
}

.Gf_NSJ {
  font-family: "Noto Sans JP", sans-serif;
}

.Gf_NSerJ {
  font-family: "Noto Serif JP", serif;
}

/* ---------------
  ★背景
--------------- */
.bk_yellow {
  background-color: #fff7d5;
}

.bk_orenji {
  background-color: #ffe59e;
}

.bk_white {
  background-color: #fff;
}

.bk_op_af {
  position: relative;
}
.bk_op_af:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bk_op_af.opb020:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.bk_op_af.opbl07:before {
  background-color: rgba(253, 204, 41, 0.5);
}

/* ---------------
  ★カラー
--------------- */
.cr_black {
  color: black !important;
}

.cr_white {
  color: white;
}

.cr_red {
  color: #a4173c;
}

.cr_blue {
  color: #14478d;
}

.under_txt {
  text-decoration: underline;
}

/* ---------------
  ★LIST
--------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}
.disc > li {
  list-style-type: disc;
  line-height: 1.1;
}
.disc > li:not(:last-child) {
  padding-bottom: 10px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}
.decimal > li {
  list-style-type: decimal;
}
.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

.note {
  font-size: 1.4rem;
}
.note > li {
  padding-left: 17px;
  position: relative;
}
.note > li:not(:last-child) {
  margin-bottom: 5px;
}
.note > li::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

/* ---------------
  ★BASE
--------------- */
.small {
  font-size: 85%;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

#wb_wrap {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

/* ---------------
  ★タイトル
--------------- */
/* ---------------
  ★ボタン
--------------- */
.a_link {
  color: #d93535;
  text-decoration: underline;
}

/* ---------------
  ★アニメーション
--------------- */
.whi_sli {
  overflow: hidden;
  position: relative;
}
.whi_sli::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.whi_sli.isShow::before {
  right: -100%;
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/* ---------------
  ★ヘッダー
--------------- */
header {
  text-align: center;
}

.header_ue {
  background-color: #000;
}
.header_ue .img_wp {
  padding: 1.75% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_shita {
  background: rgb(77, 18, 17);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(77, 18, 17)),
    color-stop(5%, rgb(79, 16, 15)),
    color-stop(40%, rgb(182, 83, 71)),
    color-stop(50%, rgb(210, 140, 122)),
    color-stop(60%, rgb(182, 83, 71)),
    color-stop(95%, rgb(79, 16, 15)),
    to(rgb(77, 18, 17))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(77, 18, 17) 0%,
    rgb(79, 16, 15) 5%,
    rgb(182, 83, 71) 40%,
    rgb(210, 140, 122) 50%,
    rgb(182, 83, 71) 60%,
    rgb(79, 16, 15) 95%,
    rgb(77, 18, 17) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(77, 18, 17) 0%,
    rgb(79, 16, 15) 5%,
    rgb(182, 83, 71) 40%,
    rgb(210, 140, 122) 50%,
    rgb(182, 83, 71) 60%,
    rgb(79, 16, 15) 95%,
    rgb(77, 18, 17) 100%
  );
}
.header_shita .img_wp {
  padding: 2.2% 0;
}
.header_shita .img_wp .img2 {
  padding-top: 1.6%;
  max-width: 313px;
  margin: 0 auto;
  width: 70%;
}

/* ---------------
  ★フッター
--------------- */
footer {
  font-weight: 600;
  position: relative;
}

/* ---------------
  ★TOTOP
--------------- */
#totop {
  width: 60px;
  height: 60px;
  display: block;
  background: #f0202b;
}
#totop span {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  letter-spacing: 2.5px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 4px 0;
  color: #fff;
  line-height: 1.1;
  top: 27px;
  display: none;
}
#totop .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}
#totop .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 13px;
  height: 13px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.totop_wrap {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 7;
  display: none;
}

.main_bk {
  background-color: #45707b;
}
.main_bk .hcover {
  background-image: url(../img/main_bk.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}
.main_bk .hcover .inner {
  width: 100%;
}

/* =======================================
	★TOP
========================================== */
.top_sec01 {
  background-image: url(../img/shiruba_bk.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.top_sec01 .inner {
  width: 100%;
}
.top_sec01 .img_box {
  max-width: 284px;
  margin: 0 auto;
  width: 40%;
}

.home_w {
  text-align: center;
}

.bk_blue {
  background-image: url(../img/blue_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.top_sec02 .tit2_img {
  line-height: 1.2;
}
.top_sec02 .tit2_img > img {
  max-width: 116px;
  margin: 0 auto;
  display: block;
  width: 50%;
}
.top_sec02 .tit2_img > b {
  display: block;
}
.top_sec02 .santoibox > ul {
  max-width: 470px;
  margin: 0 auto;
  width: 80%;
}
.top_sec02 .santoibox > ul > li {
  margin-top: 30px;
}
.top_sec02 .santoibox > ul > li button {
  background: unset;
  border: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.top_sec02 .dbox {
  text-align: left;
  max-width: 680px;
  margin: 0 auto;
}
.footer {
  padding-bottom: 80px;
}
.footer .tophe {
  text-align: center;
  margin-top: 40px;
}
.footer .tophe > a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

.home .footer .tophe {
  display: none;
}

.eiga_sit {
  text-align: center;
}

.gaibu_btn {
  background-color: #f0202b;
  color: #fff;
  text-align: center;
  position: relative;
  background-image: url(../img/icon_gaibu.png);
  background-position: right 17px center;
  background-repeat: no-repeat;
  line-height: 1.3;
  padding: 10px 25px;
  display: block;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 60px;
  width: 82%;
}

/* =======================================
	★UNDER 共通
========================================== */
.underp {
  text-align: center;
}

.u_sec01 .ucbox {
  text-align: left;
  max-width: 747px;
  margin: 0 auto;
}
.u_sec01 .htit1 {
  max-width: 485px;
  margin: 0 auto;
  width: 70%;
}

.saicyo > a {
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  max-width: 460px;
  background-color: #f0d820;
  color: #000;
  padding: 16px 0;
}
.saicyo > a b {
  font-weight: 700;
}

/* ---------------
  ★media Screen
--------------- */
@media screen and (max-width: 600px) {
  .saicyo > a {
    margin: 10% auto 0;
    padding: 3% 0;
    width: 82%;
  }
  .u_sec01 .hikibasyo > p {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .top_sec02 .tit2_img {
    padding-top: 5%;
  }
}
@media screen and (max-width: 450px) {
  .top_sec02 .dbox {
    padding: 13% 0 6%;
  }
  .note {
    font-size: 3.8vw;
  }
}
/* ---------------
  ★IE
--------------- */
/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .hissu {
    vertical-align: middle;
    padding: 7px 5px 2px;
  }
}
