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

body {
  margin: 0 auto;
  padding: 0;
  font-size: 3.6vw;
  background: #fff;
  position: relative;
  color: #333;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

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

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

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

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

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

.Gf_JSa {
  font-family: "Josefin Sans", sans-serif;
}

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

.Gf_CSk {
  font-family: "Cabin Sketch", cursive;
}

.Gf_PDi {
  font-family: "Playfair Display", serif;
}

.Gf_Muk {
  font-family: "Mukta", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bk_gry {
  background: #f3f3f3;
}

.bk_kon {
  background: #0c3380;
}

.bk_kon_str {
  background: #0c3380;
  background-size: auto auto;
  background-color: #1f4692;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, #0c3380 15px, #0c3380 30px);
}

.bk_lb_str {
  background-size: auto auto;
  background-color: #dcf6fd;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 30px, #cef2fc 15px, #cef2fc 60px);
}

.bk_gr_str {
  background-size: auto auto;
  background-color: #f3f3f3;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 25px, #e8e8e8 15px, #e8e8e8 50px);
}

.bk_kon2 {
  background: #032465;
}

.bk_white {
  background: #fff;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc > li {
  list-style-type: disc;
}

.disc > li:not(:last-child) {
  padding-bottom: 5px;
}

.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: 20px;
  position: relative;
}

.note > li:not(:last-child) {
  margin-bottom: 5px;
}

.note > li::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

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

main {
  display: block;
  padding: 0px 0 0;
  margin: 0 auto;
}

#wb_wrap {
  overflow: hidden;
}

.parallax {
  width: 100%;
  background-attachment: unset;
  background-position: top center;
  background-repeat: no_repeat;
  background-color: #e6e6e6;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
  padding: 0 0 56.6%;
  width: 100%;
}

.movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.plmu_wrap {
  position: absolute;
  top: 7%;
  right: 10px;
  z-index: 10;
}

.plmu_wrap #music {
  color: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_music_on.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.plmu_wrap #music span {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  font-size: 1.3rem;
}

.plmu_wrap #music::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  z-index: 2;
  top: 25%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  opacity: 0;
}

.plmu_wrap #music.off::before {
  opacity: 1;
}

.plmu_wrap #play {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #fff;
  position: relative;
}

.plmu_wrap #play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 59%;
  transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap .plmu_wrap .plmu_wrap #play .plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.yt_wrap {
  padding: 0 0 66.6%;
  width: 100%;
}

.gmap_wrap {
  padding: 0 0 55%;
  width: 100%;
}

.iframe_wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sToggle dl > dd {
  display: none;
}

.plus_wrap {
  position: absolute;
  right: 10px;
  width: 10px;
  content: "";
  display: block;
  height: 10px;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.plus_wrap span {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */
.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
  position: relative;
}

.txt_shinfo > small {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 41%;
  word-break: keep-all;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */
.color_red {
  color: red !important;
}

.color_blue {
  color: blue !important;
}

.color_white {
  color: white !important;
}

.color_black {
  color: black !important;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */
.effectFU {
  overflow: hidden;
  display: block;
}

.effectFU > div.efdiv {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  transform: translate3d(-100.5%, 0, 0);
  transform-origin: left;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0s;
}

.effectFU > div.efdiv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #f3f3f3;
  transform: scaleX(1);
  transform-origin: right;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.4s;
}

.effectFU.isShow > div.efdiv {
  transform: translate3d(0, 0, 0);
}

.effectFU.isShow > div.efdiv::before {
  transform: scale(0, 1);
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}

.Onfade.isShow {
  animation-name: fadeInUp2;
}
@keyframes fadesin {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */
#hnav_area {
  background: #000;
}

/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
  float: right;
  width: 54px;
  position: fixed;
  z-index: 13;
  right: 33px;
  top: 12px;
  padding: 15px 0;
  background: #800000;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
  z-index: 20;
  display: block;
  margin: 0 auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}

.menu-trigger em {
  position: absolute;
  top: 33px;
  font-size: 1.3rem;
  color: #ae1627;
  font-weight: bold;
  left: -2px;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
  top: -9px;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
  bottom: -12px;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}
/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 30px 30px 50px;
  position: fixed;
  opacity: 0;
  transition: 0.7s;
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(221, 203, 165, 0.9);
  overflow-y: auto;
  z-index: 11;
}
.nav_site .gnavi {
  margin-top: 50px;
}
.nav_site .gnavi ul li {
  background: #fff;
  margin-bottom: 10px;
}
.nav_site .gnavi ul li a {
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
  color: #70451b;
  position: relative;
}
.nav_site .gnavi ul li a span {
  display: block;
}
.nav_site .gnavi ul li a span.jp {
  font-size: 120%;
}
.nav_site .gnavi ul li a span.eg {
  font-size: 70%;
  color: rgba(112, 69, 27, 0.8);
}

.active .nav_site {
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 2;
  display: none;
}

.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}

.totop_wrap .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* =======================================
	★ページャー
========================================== */
.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

/*:::::::::
ここから
:::::::::::::*/
.eg {
  font-family: "Raleway", sans-serif;
}

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

header {
  display: flex;
  position: absolute;
  justify-content: space-between;
  padding: 10px 30px;
  align-items: center;
  width: 100%;
  height: 100px;
  transition: all 0.4s;
  background: #fff;
}
header ul {
  display: none;
}
header.changed {
  display: none;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px #ddd;
}
header.changed ul li {
  display: inline-block;
  margin: 0 20px;
}
header.changed ul li a {
  color: #70451b;
  text-align: center;
  position: relative;
  display: block;
}
header.changed ul li a::after {
  display: block;
  width: 0;
  content: "";
  background: #70451b;
  height: 2px;
  transition: 0.5s;
}
header.changed ul li a:hover::after {
  width: 100%;
}
header .logo {
  margin: 0 auto;
}

.mainImg {
  background: url(../img/mainImg_sp.png) no-repeat top center;
  height: 100vh;
  padding-top: 100px;
  position: relative;
}
.mainImg h1 {
  color: #800000;
  writing-mode: vertical-rl;
}
.mainImg h1 span {
  position: absolute;
  right: 10%;
  top: 30%;
  font-size: 2.5rem;
  font-weight: 200;
  z-index: 2;
}
.mainImg h1::after {
  position: absolute;
  content: url(../img/mainTxt_bg.png);
  display: block;
  right: 5%;
  bottom: 5%;
  z-index: 1;
}

.sec_01 {
  text-align: center;
  padding: 5vh 5%;
}
.sec_01 h1 {
  color: #800000;
  font-size: 2.2rem;
  font-weight: 200;
}
.sec_01 h1 span {
  font-weight: bold;
}
.sec_01 h2 {
  color: #827474;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.sec_01 .txt p {
  margin-bottom: 10px;
}
.sec_01 .img {
  text-align: center;
}
.sec_01 .img img {
  display: inline-block;
}

.sec_02 {
  background: url(../img/sec02_bg.png) no-repeat bottom center #fcf6ec;
  background-size: cover;
  padding: 5vh 5%;
}
.sec_02 ol > li {
  margin-bottom: 80px;
}
.sec_02 ol > li .img {
  margin: 20px 0;
}
.sec_02 ol > li .img img {
  max-width: 100%;
}
.sec_02 ol > li .txt .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sec_02 ol > li .txt .ttl h2 {
  color: #827474;
  font-weight: 200;
  font-size: 2rem;
}
.sec_02 ol > li .txt .ttl h2 span {
  display: block;
  font-size: 1.7rem;
}
.sec_02 ol > li .txt .number {
  color: #707070;
  font-size: 4.4rem;
  display: inline-block;
  margin-right: 20px;
}
.sec_02 ol > li .txt .number:after {
  content: "";
  width: 42px;
  height: 6px;
  background: #707070;
  display: block;
  margin: -10px auto 0;
}
.sec_02 ol > li .txt dl dt {
  font-size: 2rem;
}

.ttl_cmn_01 {
  text-align: center;
  margin-bottom: 50px;
}
.ttl_cmn_01 h1 {
  color: #3f1c1c;
  font-size: 4.2rem;
  font-weight: 200;
}
.ttl_cmn_01 p {
  color: #800000;
  font-size: 1.8rem;
  margin: -10px 0 0;
}
.ttl_cmn_01 p:after {
  content: "";
  width: 88px;
  height: 1px;
  background: #000;
  display: block;
  margin: 10px auto 0;
}

.innerBox {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.sec_03 {
  padding: 5vh 5%;
  background: url(../img/sec03_img02.png) no-repeat bottom center #eee;
}
.sec_03 .innerBox {
  padding: 5%;
  position: relative;
  background: rgba(238, 238, 238, 0.8);
}
.sec_03 .innerBox h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  margin: 0 auto;
}
.sec_03 .innerBox h1:before {
  content: url(../img/sec03_img01.png);
  display: block;
}
.sec_03 .innerBox h1 span {
  background: #fff;
  border-radius: 33px;
  display: block;
}
.sec_03 .innerBox ul {
  margin-top: 50px;
}
.sec_03 .innerBox ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.sec_03 .innerBox ul li::before {
  content: "";
  margin-right: 10px;
  width: 38px;
  height: 38px;
  background: url(../img/sec03_img03.png) no-repeat;
  display: block;
}
.sec_03 img {
  display: none;
}

.sec_cmn_01 {
  padding: 5vh 5%;
}
.sec_cmn_01 .innerBox {
  background: #fff;
  padding: 18px;
}
.sec_cmn_01 .innerBox .in {
  position: relative;
  padding-bottom: 50px;
}
.sec_cmn_01 .innerBox .in::after, .sec_cmn_01 .innerBox .in::before {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  display: block;
  border-radius: 50%;
  bottom: 18px;
}
.sec_cmn_01 .innerBox .in:before {
  left: 18px;
}
.sec_cmn_01 .innerBox .in:after {
  right: 18px;
}
.sec_cmn_01 .innerBox h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: 200;
  position: relative;
  padding-top: 50px;
}
.sec_cmn_01 .innerBox h1::after, .sec_cmn_01 .innerBox h1::before {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  display: block;
  border-radius: 50%;
  top: 18px;
}
.sec_cmn_01 .innerBox h1:before {
  left: 18px;
}
.sec_cmn_01 .innerBox h1:after {
  right: 18px;
}
.sec_cmn_01 .innerBox ul {
  padding: 0 2%;
  margin-top: 50px;
}
.sec_cmn_01 .innerBox ul li h2 {
  font-weight: 200;
  font-size: 2.2rem;
  text-align: center;
  margin: 15px 0 10px;
}
.sec_cmn_01 .innerBox ul li img {
  margin: 0 auto;
  max-width: 90%;
}

.sec_04 {
  background: #fcfdde;
}
.sec_04 .in::after, .sec_04 .in::before {
  background: #fcfdde;
}
.sec_04 h1 {
  color: #f09907;
}
.sec_04 h1::after, .sec_04 h1::before {
  background: #fcfdde;
}
.sec_04 h2 {
  color: #f09907;
}

.sec_05 {
  background: #e3f7fd;
}
.sec_05 .in::after, .sec_05 .in::before {
  background: #e3f7fd;
}
.sec_05 h1 {
  color: #0752d1;
}
.sec_05 h1::after, .sec_05 h1::before {
  background: #e3f7fd;
}
.sec_05 h2 {
  color: #0752d1;
}

.sec_06 {
  background: #fff4f7;
}
.sec_06 .in::after, .sec_06 .in::before {
  background: #fff4f7;
}
.sec_06 h1 {
  color: #ff8ea5;
}
.sec_06 h1::after, .sec_06 h1::before {
  background: #fff4f7;
}
.sec_06 h2 {
  color: #ff8ea5;
}

.sec_07 {
  background: #fcf6ec;
  overflow: hidden;
  padding-bottom: 50px;
}
.sec_07::before {
  content: "";
  background: url(../img/sec06_bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 30vh;
  margin-bottom: 50px;
  display: block;
}
.sec_07 .nebiki {
  background: #c3f8e6;
  text-align: center;
  width: 100%;
  padding: 0 5%;
}
.sec_07 .nebiki .img {
  text-align: center;
}
.sec_07 .nebiki .img img {
  display: inline-block;
  max-width: 80%;
}
.sec_07 .nebiki .point {
  display: inline-block;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 33px;
  background: #ffa500;
  font-size: 2rem;
  color: #fff;
  font-weight: 200;
  margin: 50px 0 0;
}
.sec_07 .nebiki .txt {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.sec_07 .nebiki .txt span {
  font-size: 3rem;
  font-weight: bold;
}
.sec_07 .nebiki .txt2 {
  font-size: 2.2rem;
  color: #ff5300;
}
.sec_07 .nebiki .txt2 span {
  font-size: 4rem;
  font-weight: bold;
}
.sec_07 .menuList li {
  margin-top: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #ddd;
  padding: 5%;
}
.sec_07 .menuList li > .txt h2 {
  color: #800000;
  font-weight: 200;
  font-size: 2.3rem;
}
.sec_07 .menuList li > .txt h3 {
  font-weight: 200;
  font-size: 2rem;
}
.sec_07 .menuList li > .txt .txt {
  margin: 20px 0;
}
.sec_07 .menuList li > .txt .price {
  color: #800000;
  font-size: 2rem;
}
.sec_07 .menuList li > .txt .price span {
  font-size: 3.5rem;
  font-weight: bold;
}
.sec_07 .menuList li > .txt .wrap_btn {
  margin: 10px 0;
}
.sec_07 .menuList li > .txt .wrap_btn a {
  transition: 0.4s;
  text-align: center;
  display: inline-block;
  width: 100%;
  background: #ffa500;
  color: #fff;
  font-size: 2rem;
  position: relative;
  border-radius: 30px;
  padding: 10px 20px;
}
.sec_07 .menuList li > .txt .wrap_btn a img {
  display: inline-block;
  width: 40px;
  height: auto;
  position: absolute;
  left: 20px;
  top: 8px;
}
.sec_07 .menuList li > .txt .wrap_btn a i {
  position: absolute;
  right: 10px;
  top: 35%;
  transition: 0.4s;
}
.sec_07 .menuList li > .txt .wrap_btn:hover a {
  opacity: 0.6;
}
.sec_07 .menuList li > .txt .wrap_btn:hover a i {
  right: 5px;
}
.sec_07 .menuList li .img {
  width: 100%;
}
.sec_07 .menuList li .img img {
  max-width: 100%;
}
.sec_07 .movieArea {
  margin: 40px auto 0;
  text-align: center;
}
.sec_07 .movieArea video {
  width: 100%;
}

footer {
  padding: 100px 0 0;
}
footer .qr .img {
  display: none;
}
footer .qr .btn .wrap_btn {
  margin-bottom: 10px;
}
footer .qr .btn .wrap_btn a {
  background: #ddd6c9;
  display: inline-block;
  border-radius: 10px;
  color: #3f1c1c;
  position: relative;
  width: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 3rem;
  transition: 0.4s;
}
footer .qr .btn .wrap_btn a img {
  width: 20%;
  left: 20px;
  position: absolute;
  display: inline-block;
  bottom: 30px;
}
footer .qr .btn .wrap_btn a i {
  color: #fff;
  position: absolute;
  right: 40px;
  top: 40%;
  transition: 0.4s;
}
footer .qr .btn .wrap_btn:hover a {
  opacity: 0.6;
}
footer .qr .btn .wrap_btn:hover a i {
  right: 35px;
}
footer .info {
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
footer .info h2 {
  color: #800000;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
footer .info ul.cl33 > li {
  float: none;
  width: 100%;
}
footer .info ul.cl33 > li dl dt {
  font-size: 2rem;
}
footer .info ul.cl33 > li dl dt img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
footer .info ul.cl33 > li dl dd {
  padding-left: 68px;
}
footer .info ul.cl33 > li dl dd ul li span {
  padding-right: 20px;
}
footer .map p {
  margin-bottom: 30px;
  text-align: center;
}
footer .map iframe {
  width: 100%;
  height: 400px;
}
footer .copy {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copy ul li {
  display: inline-block;
  margin-right: 20px;
}
footer .copy ul li .eg {
  color: #800000;
  font-size: 2rem;
}
footer .copy .copyright {
  text-align: right;
  font-size: 1.2rem;
}

.price_note {
  margin-top: 10px;
}
.price_note ul {
  padding-left: 1em;
}
.price_note ul li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
.price_note ul li span {
  color: #ffa500;
  padding-right: 0.1em;
}

.m-price {
  color: #800000;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
.m-price span {
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}/*# sourceMappingURL=sp_contents.css.map */