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

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  color: #000;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 0.05em;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

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;
}

.min {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 100;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.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;
}

.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.opb040:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.bk_op_af.opb065:before {
  background-color: rgba(0, 0, 0, 0.65);
}
.bk_op_af.opblu040:before {
  background-color: rgba(0, 83, 139, 0.4);
}
.bk_op_af.opblu035:before {
  background-color: rgba(5, 109, 155, 0.35);
}
.bk_op_af.opblu080:before {
  background-color: rgba(5, 109, 155, 0.8);
}
.bk_op_af.opblu2_70:before {
  background-color: rgba(7, 39, 78, 0.7);
}

/* ---------------------------------------------------------------------------
  ★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: fixed;
  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: 30px;
  right: 30px;
  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: 1.6rem;
  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;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */
.whi_sli {
  overflow: hidden;
  position: relative;
}
.whi_sli::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  transition-delay: 0.2s;
}
.whi_sli.isShow::before {
  right: -100%;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInyoko {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInyoko {
  animation-name: fadeInyoko;
}

@keyframes fadesin {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadein {
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 1s;
  position: relative;
  transform: translateY(30px);
}
.fadein.on {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.fade {
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 1.2s;
  position: relative;
}
.fade.on {
  visibility: visible;
  opacity: 1;
}

.delay_03 {
  transition-delay: 0.3s;
}

.delay_05 {
  transition-delay: 0.5s;
}

.delay_07 {
  transition-delay: 0.7s;
}

.delay_1 {
  transition-delay: 1s;
}

.delay_13 {
  transition-delay: 1.3s;
}

.delay_2 {
  transition-delay: 2s;
}

.bounceIn2 {
  animation-duration: 0.75s;
  animation-name: bounceIn2;
}
@keyframes bounceIn2 {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeIns {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  animation-name: fadeIns;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}

.img-blur {
  animation-name: imageBlur;
  transition: transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  animation-duration: 2s;
}
@keyframes imageBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
  float: right;
  width: 54px;
  position: absolute;
  z-index: 10;
  right: 33px;
  top: 12px;
  padding: 10px 0;
}

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

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

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ae1627;
  border-radius: 4px;
}

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

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

.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: -7px;
}
@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: -9px;
}
@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: 3;
  display: none;
}
.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  transition: 0.7s;
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}
.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

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

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  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;
}

.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.animation.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*:::::::::
ここから
:::::::::::::*/
.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 {
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px #ddd;
}
header.changed ul {
  display: block;
}
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.png) no-repeat center center;
  height: 800px;
  padding-top: 100px;
  position: relative;
}
.mainImg h1 {
  width: 60%;
}
.mainImg h1 span {
  position: absolute;
  right: 10%;
  top: 40%;
  font-size: 3.8rem;
  font-weight: 200;
  z-index: 2;
  border-bottom: 1px solid #000;
}
.mainImg h1::after {
  position: absolute;
  content: "";
  width: 242px;
  height: 242px;
  background: url(../img/mainTxt_bg.png) no-repeat top left;
  display: block;
  right: 5%;
  top: 35%;
  z-index: 1;
}

.sec_01 {
  text-align: center;
  margin-top: -100px;
  padding: 180px 0;
  position: relative;
  z-index: 1;
}
.sec_01 h1 {
  color: #800000;
  font-size: 3.2rem;
  font-weight: 200;
}
.sec_01 h1 span {
  font-weight: bold;
}
.sec_01 h2 {
  color: #827474;
  font-weight: normal;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.sec_01 .txt {
  line-height: 2;
  position: relative;
  z-index: 2;
}
.sec_01 .txt p {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
.sec_01 .img {
  position: relative;
  z-index: 1;
  top: -150px;
}

.sec_02 {
  background: url(../img/sec02_bg.png) no-repeat bottom center #fcf6ec;
  background-size: cover;
  position: relative;
  top: -350px;
  padding: 150px 0;
  margin-top: -100px;
  margin-bottom: -350px;
}
.sec_02 ol > li {
  margin-bottom: 70px;
}
.sec_02 ol > li:nth-child(1) .txt {
  float: left;
  padding: 0 3% 0 10%;
}
.sec_02 ol > li:nth-child(1) .img {
  float: right;
  width: 40%;
}
.sec_02 ol > li:nth-child(1) .img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.sec_02 ol > li:nth-child(2) .txt {
  float: right;
  padding: 0 10% 0 3%;
}
.sec_02 ol > li:nth-child(2) .img {
  float: left;
  width: 40%;
}
.sec_02 ol > li:nth-child(2) .img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.sec_02 ol > li:nth-child(3), .sec_02 ol > li:nth-child(5) {
  display: flex;
}
.sec_02 ol > li:nth-child(3) .txt, .sec_02 ol > li:nth-child(5) .txt {
  float: left;
  padding: 0 3% 0 8%;
}
.sec_02 ol > li:nth-child(3) .img, .sec_02 ol > li:nth-child(5) .img {
  float: right;
  text-align: center;
}
.sec_02 ol > li:nth-child(3) .img img, .sec_02 ol > li:nth-child(5) .img img {
  display: inline-block;
}
.sec_02 ol > li:nth-child(4), .sec_02 ol > li:nth-child(6) {
  display: flex;
  flex-direction: row-reverse;
}
.sec_02 ol > li:nth-child(4) .txt, .sec_02 ol > li:nth-child(6) .txt {
  float: right;
  padding: 0 10% 0 3%;
}
.sec_02 ol > li:nth-child(4) .img, .sec_02 ol > li:nth-child(6) .img {
  float: left;
  text-align: center;
}
.sec_02 ol > li:nth-child(4) .img img, .sec_02 ol > li:nth-child(6) .img img {
  display: inline-block;
}
.sec_02 ol > li .txt {
  width: 60%;
}
.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: 2.8rem;
}
.sec_02 ol > li .txt .ttl h2 span {
  display: block;
  font-size: 2rem;
}
.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: 1000px;
  margin: 0 auto;
}

.sec_03 {
  margin-top: -100px;
  padding: 200px 0;
  position: relative;
}
.sec_03 .innerBox {
  background: #eee;
  padding: 50px 80px;
  position: relative;
}
.sec_03 .innerBox h1 {
  text-align: center;
  width: 450px;
  font-size: 2.6rem;
  font-weight: 200;
  margin: 0 auto;
}
.sec_03 .innerBox h1 span {
  padding: 0 10px;
  background: #fff;
  border-radius: 33px;
  line-height: 66px;
  display: flex;
  align-items: center;
}
.sec_03 .innerBox h1 span:before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(../img/sec03_img01.png) no-repeat top left;
}
.sec_03 .innerBox ul {
  width: 80%;
  margin-top: 50px;
}
.sec_03 .innerBox ul li {
  margin-bottom: 10px;
  display: flex;
  width: 50%;
  float: left;
  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 {
  position: absolute;
  bottom: 15%;
  right: 6%;
  max-width: 27%;
}

.sec_cmn_01 {
  padding: 100px 0 200px;
}
.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: 3rem;
  text-align: center;
  font-weight: 200;
  position: relative;
}
.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 50px;
  margin-top: 50px;
}
.sec_cmn_01 .innerBox ul li {
  padding: 0 20px;
}
.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;
  margin-top: -100px;
}
.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;
  margin-top: -100px;
}
.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;
  margin-top: -100px;
  padding-bottom: 100px;
}
.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: url(../img/sec06_bg.png);
  width: 100%;
  margin-bottom: 50px;
  display: block;
}
.sec_07 .innerBox {
  margin-top: -100px;
  padding-top: 100px;
}
.sec_07 .nebiki {
  background: url(../img/sec07_img02.png) no-repeat top left -50px;
  height: 280px;
  background-size: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.sec_07 .nebiki .img {
  position: absolute;
  right: -50px;
  top: -50px;
  text-align: right;
}
.sec_07 .nebiki .img img {
  display: inline-block;
}
.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.5rem;
  letter-spacing: 0.1em;
}
.sec_07 .nebiki .txt span {
  font-size: 4rem;
  font-weight: bold;
}
.sec_07 .nebiki .txt2 {
  font-size: 2.7rem;
  color: #ff5300;
  margin-top: -20px;
}
.sec_07 .nebiki .txt2 span {
  font-size: 5rem;
  font-weight: bold;
}
.sec_07 .menuList li {
  margin-top: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #ddd;
  display: flex;
  padding: 30px;
  justify-content: space-between;
}
.sec_07 .menuList li > .txt {
  width: 50%;
}
.sec_07 .menuList li > .txt h2 {
  color: #800000;
  font-weight: 200;
  font-size: 2.8rem;
}
.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-top: 30px;
}
.sec_07 .menuList li > .txt .wrap_btn a {
  transition: 0.4s;
  text-align: center;
  display: inline-block;
  width: 250px;
  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: 45%;
}
.sec_07 .menuList li .img img {
  max-width: 100%;
}
.sec_07 .movieArea {
  margin: 50px auto 0;
  text-align: center;
}
.sec_07 .movieArea video {
  width: 75%;
}

footer {
  padding: 100px 0 0;
}
footer #reserve {
  margin-top: -100px;
  padding-top: 100px;
}
footer .qr {
  display: flex;
}
footer .qr .img {
  width: 25%;
}
footer .qr .img img {
  width: 50%;
}
footer .qr .btn {
  width: 75%;
}
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: 500px;
  line-height: 100px;
  text-align: center;
  font-size: 3rem;
  transition: 0.4s;
}
footer .qr .btn .wrap_btn a img {
  width: 20%;
  left: 40px;
  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;
}
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 {
  margin-top: -100px;
  padding-top: 100px;
}
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;
}
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=contents.css.map */