@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.font_noto {
  font-family: "Noto Sans JP", sans-serif; }

/* PC */
@media screen and (min-width: 769px) {
  .sponly {
    display: none !important; }

  html {
    overscroll-behavior-y: none; }

  /* --- 初期状態（画面に入る前） --- */
  .js-fadein {
    opacity: 0;
    transform: translateY(40px);
    /* 40px 下に移動させておく */
    transition: opacity 0.8s ease, transform 0.8s ease;
    /* 0.8秒かけてアニメーションする設定 */ }

  /* --- 表示状態（画面に入った後） --- */
  .js-fadein.fadeup {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置（正しい場所）に戻す */ }

  #content {
    width: 100%;
    height: 100%;
    font-size: 16px;
    background: #E6712E;
    position: relative;
    display: flex;
    justify-content: space-between; }

  .pc_left {
    width: calc(( 100% - 375px) / 2 );
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("../img/pc_left_img.webp?ver=1.1") no-repeat center;
    background-size: cover; }
    .pc_left .pc_left_inner {
      width: 71.8%;
      max-width: 555px;
      margin: 0 auto; }
      .pc_left .pc_left_inner .pc_left_ttl {
        width: 100%; }

  .pc_center {
    width: 375px;
    height: 100%; }
    .pc_center .main_cont {
      width: 375px;
      overflow: hidden;
      background: #fff;
      color: #000; }
      .pc_center .main_cont img {
        width: 100%; }

  .pc_right {
    width: calc(( 100% - 375px) / 2 );
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .pc_right::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 175px;
      left: 0;
      bottom: 66px;
      background: url("../img/pc_right_ob.png") no-repeat center;
      background-size: cover; }
    .pc_right .right_cont {
      width: 90%;
      max-width: 300px;
      position: relative;
      z-index: 2; }
      .pc_right .right_cont .pc_right_ttl {
        width: 136px;
        margin: 0 auto 26px;
        font-size: 25px;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: 900;
        color: #E6712E;
        text-align: center;
        border-radius: 81px;
        background: #fff;
        margin-bottom: 26px; }
      .pc_right .right_cont .pc_right_nav li {
        text-align: center;
        margin-bottom: 10px; }
        .pc_right .right_cont .pc_right_nav li:last-child {
          margin-bottom: 0; }
        .pc_right .right_cont .pc_right_nav li a {
          display: inline-block;
          color: #fff;
          font-size: 20px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: 900;
          text-align: center; } }
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pc_left {
    width: calc( 100% - 425px ); }
    .pc_left .pc_left_inner {
      width: 85%;
      max-width: 598px; }

  .pc_center {
    width: 375px; }

  .pc_right {
    width: 50px; }
    .pc_right::before {
      display: none !important; }
    .pc_right .right_cont {
      display: none !important; } }
@media screen and (min-width: 769px) {
  .main_cont {
    width: 100%;
    position: relative;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16); }

  header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
    header .inner {
      width: 325px;
      margin: 0 auto;
      padding: 14px 0 0; }
      header .inner .logo {
        width: 130px; }

  #mv {
    background: url("../img/mv_bg.png") no-repeat center bottom;
    background-size: 100% 100%;
    position: relative; }
    #mv::before {
      position: absolute;
      content: "";
      width: 375px;
      height: 128px;
      bottom: -42px;
      left: 0;
      background: url("../img/mv_ob.png") no-repeat center;
      background-size: contain; }
    #mv .inner {
      width: 325px;
      margin: 0 auto;
      padding: 55px 0 128px; }
      #mv .inner .mv_img {
        margin-bottom: 16px; }
      #mv .inner .mv_txt {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: 900;
        color: #683C16;
        margin-bottom: 16px; }
      #mv .inner h1 {
        width: 259px;
        position: relative;
        left: -9px; }

  .sec_ttl {
    text-align: center; }
    .sec_ttl .enttl {
      font-size: 17px;
      letter-spacing: 0.05em;
      font-weight: 900;
      line-height: 1.85em;
      position: relative;
      margin-bottom: 16px; }
      .sec_ttl .enttl::before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 100%; }
    .sec_ttl h2 {
      font-size: 26px;
      letter-spacing: 0.05em;
      line-height: 1.85em;
      font-weight: 900;
      color: #E55C49; }
      .sec_ttl h2 span {
        display: inline-block;
        font-size: 30px;
        line-height: 1.5em; }

  #about .inner {
    width: 325px;
    margin: 0 auto;
    padding: 50px 0 75px; }
    #about .inner .sec_ttl {
      margin-bottom: 25px; }
      #about .inner .sec_ttl .enttl {
        color: #FFD6AE; }
        #about .inner .sec_ttl .enttl::before {
          background: #FFD6AE; }
      #about .inner .sec_ttl h2 {
        line-height: 1.7em; }
    #about .inner .about_txt p {
      font-size: 14px;
      letter-spacing: 0.03em;
      line-height: 2.2em;
      font-weight: bold;
      color: #683C16;
      margin-bottom: 15px; }
      #about .inner .about_txt p:last-child {
        margin-bottom: 0; }
      #about .inner .about_txt p.big {
        font-size: 16px;
        font-weight: 900; }

  #info {
    margin-bottom: 150px; }
    #info .inner {
      width: 325px;
      margin: 0 auto;
      padding: 30px 0;
      background: linear-gradient(to bottom, #FFDCB0, #FFF2E5);
      border-radius: 15px; }
      #info .inner .sec_ttl {
        margin-bottom: 15px; }
        #info .inner .sec_ttl .enttl {
          color: #fff; }
          #info .inner .sec_ttl .enttl::before {
            background: #fff; }
      #info .inner .info_date {
        color: #E6712E;
        font-weight: 900;
        text-align: center;
        margin-bottom: 15px; }
        #info .inner .info_date .date {
          font-size: 37px;
          letter-spacing: 0.05em;
          line-height: 1.47em; }
          #info .inner .info_date .date span {
            display: inline-block;
            font-size: 24px;
            line-height: 1.85em;
            margin-left: 7px; }
        #info .inner .info_date .time {
          font-size: 24px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          margin-top: -5px; }
      #info .inner .info_box {
        width: 285px;
        margin: 0 auto; }
        #info .inner .info_box.box01 {
          margin-bottom: 15px; }
          #info .inner .info_box.box01 dl {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 15px;
            font-size: 16px;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: 900; }
            #info .inner .info_box.box01 dl dt {
              display: inline-block;
              color: #fff;
              padding: 0 11px;
              border-radius: 5px;
              background: #E6712E;
              margin-right: 13px; }
            #info .inner .info_box.box01 dl dd {
              flex: 1;
              color: #683C16; }
              #info .inner .info_box.box01 dl dd span {
                display: inline-block;
                font-size: 12px;
                line-height: 2.48em;
                vertical-align: top;
                margin-left: 6px; }
        #info .inner .info_box.box02 .info_box_ttl {
          display: inline-block;
          font-size: 16px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: 900;
          color: #fff;
          padding: 0 11px;
          border-radius: 5px;
          background: #E6712E;
          margin-bottom: 14px; }
        #info .inner .info_box.box02 dl {
          font-size: 14px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold;
          color: #683C16;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap; }
          #info .inner .info_box.box02 dl dt {
            width: 55px;
            text-align: center;
            border-radius: 5px;
            border: solid 2px #683C16; }
          #info .inner .info_box.box02 dl dd {
            width: 217px;
            margin-bottom: 10px; }
            #info .inner .info_box.box02 dl dd:last-child {
              margin-bottom: 0;
              position: relative;
              top: 2px; }

  #timetable .bg {
    background: url("../img/timetable_bg_03.png") no-repeat center bottom #E6712E;
    background-size: 376px;
    position: relative; }
    #timetable .bg::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 50px;
      top: -49px;
      left: 0;
      background: url("../img/timetable_bg_01.png") no-repeat;
      background-size: 100% 100%; }
    #timetable .bg::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 138px;
      top: -112px;
      left: 0;
      background: url("../img/timetable_ob.png") no-repeat;
      background-size: 100% 100%; }
  #timetable .inner {
    width: 325px;
    margin: 0 auto;
    padding: 50px 0 120px; }
    #timetable .inner .sec_ttl {
      margin-bottom: 25px; }
      #timetable .inner .sec_ttl .enttl {
        color: #FFD6AE; }
        #timetable .inner .sec_ttl .enttl::before {
          background: #FFD6AE; }
      #timetable .inner .sec_ttl h2 {
        color: #fff; }
    #timetable .inner .timetable_boxes {
      margin-bottom: 55px; }
      #timetable .inner .timetable_boxes .timetable_box {
        padding: 0 0 12px 17px;
        border-radius: 15px;
        border: dotted 3px #fff;
        margin-bottom: 25px;
        position: relative; }
        #timetable .inner .timetable_boxes .timetable_box:last-child {
          margin-bottom: 0; }
        #timetable .inner .timetable_boxes .timetable_box.ancr:hover {
          opacity: 0.75 !important; }
        #timetable .inner .timetable_boxes .timetable_box .time {
          font-size: 28px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: 900;
          color: #FFD6AE;
          box-sizing: border-box;
          padding-left: 22px;
          position: relative; }
          #timetable .inner .timetable_boxes .timetable_box .time::before {
            position: absolute;
            content: "";
            width: 13px;
            height: 13px;
            top: 22px;
            left: 0;
            border-radius: 100%;
            background: #FFD6AE; }
        #timetable .inner .timetable_boxes .timetable_box dl {
          color: #fff; }
          #timetable .inner .timetable_boxes .timetable_box dl dt {
            font-size: 20px;
            letter-spacing: 0.05em;
            line-height: 1.5em;
            font-weight: 900; }
            #timetable .inner .timetable_boxes .timetable_box dl dt span {
              display: inline-block;
              font-size: 18px; }
          #timetable .inner .timetable_boxes .timetable_box dl dd {
            font-size: 14px;
            letter-spacing: 0.03em;
            line-height: 1.5em;
            font-weight: bold; }
        #timetable .inner .timetable_boxes .timetable_box .arrow {
          width: 18px;
          position: absolute;
          bottom: 15px;
          right: 15px; }
        #timetable .inner .timetable_boxes .timetable_box.box01 .timetable_box_img {
          width: 143px;
          position: absolute;
          top: 6px;
          right: 10px;
          transform: rotate(6deg); }
        #timetable .inner .timetable_boxes .timetable_box.box04 .timetable_box_img {
          width: 87px;
          position: absolute;
          top: 14px;
          right: 30px; }
    #timetable .inner .timetable_same {
      box-sizing: border-box;
      padding: 25px 20px;
      border-radius: 15px;
      background: #F1913B;
      text-align: center;
      margin-bottom: 25px; }
      #timetable .inner .timetable_same h3 {
        font-size: 26px;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: 900;
        color: #fff;
        margin-bottom: 25px; }
      #timetable .inner .timetable_same .timetable_same_head {
        font-weight: 900;
        padding: 15px 0;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.85);
        position: relative;
        margin-bottom: 25px; }
        #timetable .inner .timetable_same .timetable_same_head .timetable_same_head_img {
          width: 46px;
          position: absolute;
          top: 50%;
          left: 15px;
          transform: translateY(-50%); }
        #timetable .inner .timetable_same .timetable_same_head .ttl {
          font-size: 20px;
          letter-spacing: 0.05em;
          line-height: 1.4em;
          color: #E6712E; }
        #timetable .inner .timetable_same .timetable_same_head .hour {
          font-size: 12px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          color: #683C16; }
        #timetable .inner .timetable_same .timetable_same_head .arrow {
          width: 18px;
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%); }
      #timetable .inner .timetable_same h4 {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: 900;
        color: #fff;
        margin-bottom: 5px; }
      #timetable .inner .timetable_same .timetable_same_boxes {
        display: flex;
        justify-content: space-between; }
        #timetable .inner .timetable_same .timetable_same_boxes .timetable_same_box {
          width: 137px;
          padding: 15px 0 12px;
          text-align: center;
          border-radius: 15px;
          background: rgba(255, 255, 255, 0.85); }
          #timetable .inner .timetable_same .timetable_same_boxes .timetable_same_box .timetable_same_box_img {
            width: 40px;
            margin: 0 auto 5px; }
          #timetable .inner .timetable_same .timetable_same_boxes .timetable_same_box .ttl {
            font-size: 18px;
            letter-spacing: 0.05em;
            line-height: 1.4em;
            font-weight: 900;
            color: #E6712E;
            margin-bottom: 11px; }
          #timetable .inner .timetable_same .timetable_same_boxes .timetable_same_box .arrow {
            width: 18px;
            margin: 0 auto; }
    #timetable .inner .causion {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 1.85em;
      color: #fff;
      text-align: center;
      width: 375px;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }

  #live .bg {
    margin-top: -2px;
    background: #FEF4E8;
    background-size: 100% auto;
    position: relative; }
    #live .bg::before {
      position: absolute;
      content: "";
      width: 202px;
      height: 371px;
      top: -140px;
      left: 0;
      background: url("../img/live_ob_01.png") no-repeat center;
      background-size: contain;
      z-index: 2; }
    #live .bg::after {
      position: absolute;
      content: "";
      width: 173px;
      height: 279px;
      top: 185px;
      right: 0;
      background: url("../img/live_ob_02.png") no-repeat center;
      background-size: contain;
      z-index: 2; }
    #live .bg .inner {
      padding: 30px 0 105px;
      position: relative;
      z-index: 3; }
      #live .bg .inner .sec_ttl {
        margin-bottom: 25px; }
        #live .bg .inner .sec_ttl .enttl {
          color: #E6712E; }
          #live .bg .inner .sec_ttl .enttl::before {
            background: #E6712E; }
        #live .bg .inner .sec_ttl h2 {
          font-size: 22px; }
          #live .bg .inner .sec_ttl h2 span {
            font-size: 35px;
            line-height: 1.5em;
            margin-top: 10px; }
      #live .bg .inner .live_box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px; }
        #live .bg .inner .live_box .ttl {
          width: 55px;
          font-size: 14px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold;
          color: #683C16;
          text-align: center;
          border-radius: 5px;
          border: solid 2px #683C16;
          margin-right: 13px; }
        #live .bg .inner .live_box .name {
          font-size: 14px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold;
          color: #683C16; }
      #live .bg .inner .live_img {
        width: 350px;
        margin-left: auto; }

  #talk01 .bg {
    background: #E6712E;
    position: relative; }
    #talk01 .bg::before {
      position: absolute;
      content: "";
      width: 375px;
      height: 50px;
      top: -49px;
      left: 0;
      background: url("../img/live_bg_02.png") no-repeat;
      background-size: 100% 100%; }
    #talk01 .bg::after {
      position: absolute;
      content: "";
      width: 375px;
      height: 50px;
      bottom: -1px;
      left: 0;
      background: url("../img/talk01_bg.png") no-repeat;
      background-size: 100% 100%; }
  #talk01 .inner {
    padding: 50px 0 118px; }
    #talk01 .inner .sec_ttl {
      margin-bottom: 25px; }
      #talk01 .inner .sec_ttl .enttl {
        color: #FFD6AE; }
        #talk01 .inner .sec_ttl .enttl::before {
          background: #FFD6AE; }
      #talk01 .inner .sec_ttl h2 {
        color: #fff; }
    #talk01 .inner .talk01_txt {
      font-size: 16px;
      letter-spacing: 0.03em;
      line-height: 2.2em;
      font-weight: bold;
      color: #fff;
      text-align: center;
      margin-bottom: 25px; }
    #talk01 .inner .talk01_img {
      width: 350px;
      margin-bottom: 55px; }
    #talk01 .inner .talk01_info {
      width: 325px;
      margin: 0 auto 48px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 1.85em;
      font-weight: bold;
      color: #fff; }
      #talk01 .inner .talk01_info dt {
        width: 85px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 5px;
        border: solid 2px #fff; }
      #talk01 .inner .talk01_info dd {
        width: 227px;
        margin-bottom: 10px; }
        #talk01 .inner .talk01_info dd:last-child {
          margin-bottom: 10px;
          position: relative;
          top: 2px; }
    #talk01 .inner .talk01_box {
      width: 325px;
      margin: 0 auto;
      position: relative; }
      #talk01 .inner .talk01_box::before {
        position: absolute;
        content: "";
        width: 13px;
        height: 13px;
        top: -23px;
        right: 13px;
        border-radius: 100%;
        background: #FFD6AE; }
      #talk01 .inner .talk01_box .talk01_box_ttl {
        font-size: 22px;
        letter-spacing: 0.05em;
        line-height: 1.6em;
        font-weight: 900;
        color: #FFD6AE;
        text-align: right; }
      #talk01 .inner .talk01_box .talk01_box_subttl {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1.6em;
        font-weight: 900;
        color: #FFD6AE;
        text-align: right;
        margin: 10px 0; }
      #talk01 .inner .talk01_box .talk01_box_txt {
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 2.2em;
        font-weight: bold;
        color: #fff; }
      #talk01 .inner .talk01_box .talk01_box_person {
        margin-top: 10px;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        #talk01 .inner .talk01_box .talk01_box_person .person_name {
          margin-right: 21px; }
          #talk01 .inner .talk01_box .talk01_box_person .person_name .name {
            font-size: 19px;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: 900;
            color: #FFD6AE; }
            #talk01 .inner .talk01_box .talk01_box_person .person_name .name span {
              font-size: 15px; }
          #talk01 .inner .talk01_box .talk01_box_person .person_name .posi {
            font-size: 14px;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: bold;
            color: #fff; }
        #talk01 .inner .talk01_box .talk01_box_person .person_img {
          width: 151px; }

  #talk02 .bg {
    background: #FEF4E8;
    position: relative; }
    #talk02 .bg::before {
      position: absolute;
      content: "";
      width: 375px;
      height: 775px;
      top: -215px;
      left: 0;
      background: url("../img/talk02_ob_01.png") no-repeat;
      background-size: 100% 100%; }
    #talk02 .bg::after {
      position: absolute;
      content: "";
      width: 375px;
      height: 647px;
      bottom: -197px;
      left: 0;
      background: url("../img/talk02_ob_02.png") no-repeat;
      background-size: 100% 100%; }
  #talk02 .inner {
    padding: 50px 0 118px;
    position: relative;
    z-index: 2; }
    #talk02 .inner .sec_ttl {
      margin-bottom: 25px; }
      #talk02 .inner .sec_ttl .enttl {
        color: #E6712E; }
        #talk02 .inner .sec_ttl .enttl::before {
          background: #E6712E; }
    #talk02 .inner .talk02_txt {
      font-size: 16px;
      letter-spacing: 0.03em;
      line-height: 2.2em;
      font-weight: bold;
      color: #683C16;
      text-align: center;
      margin-bottom: 48px; }
    #talk02 .inner .talk02_box {
      width: 325px;
      margin: 0 auto;
      position: relative; }
      #talk02 .inner .talk02_box::before {
        position: absolute;
        content: "";
        width: 13px;
        height: 13px;
        top: -23px;
        left: 0;
        border-radius: 100%;
        background: #E6712E; }
      #talk02 .inner .talk02_box .talk02_box_ttl {
        font-size: 22px;
        letter-spacing: 0.05em;
        line-height: 1.6em;
        font-weight: 900;
        color: #E6712E; }
        #talk02 .inner .talk02_box .talk02_box_ttl span {
          font-size: 18px; }
      #talk02 .inner .talk02_box .talk02_box_txt {
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 2.2em;
        font-weight: bold;
        color: #683C16;
        margin: 10px 0 109px; }
      #talk02 .inner .talk02_box .talk02_box_img {
        width: 218px;
        position: absolute;
        bottom: 0;
        left: -25px; }
      #talk02 .inner .talk02_box .talk02_box_info {
        text-align: right; }
        #talk02 .inner .talk02_box .talk02_box_info .ss {
          font-size: 14px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold;
          color: #683C16; }
        #talk02 .inner .talk02_box .talk02_box_info .name {
          font-size: 19px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: 900;
          color: #E6712E;
          margin-bottom: 20px; }
          #talk02 .inner .talk02_box .talk02_box_info .name span {
            font-size: 15px; }
        #talk02 .inner .talk02_box .talk02_box_info .youtube {
          display: inline-block; }
          #talk02 .inner .talk02_box .talk02_box_info .youtube a {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            text-align: left; }
            #talk02 .inner .talk02_box .talk02_box_info .youtube a .icon {
              width: 38px;
              margin-right: 10px; }
            #talk02 .inner .talk02_box .talk02_box_info .youtube a .account {
              font-size: 12px;
              letter-spacing: 0.05em;
              line-height: 1.85em;
              font-weight: bold;
              color: #683C16; }

  #sub_event .bg {
    background: #F1913B;
    position: relative; }
    #sub_event .bg::before {
      position: absolute;
      content: "";
      width: 375px;
      height: 50px;
      top: -49px;
      left: 0;
      background: url("../img/sub_bg_01.png") no-repeat center bottom;
      background-size: 100% 100%; }
    #sub_event .bg::after {
      position: absolute;
      content: "";
      width: 375px;
      height: 50px;
      bottom: -1px;
      left: 0;
      background: url("../img/sub_bg_02.png") no-repeat center bottom;
      background-size: 100% 100%; }
  #sub_event .inner {
    padding: 50px 0 110px;
    position: relative;
    z-index: 2; }
    #sub_event .inner .sec_ttl {
      margin-bottom: 25px; }
      #sub_event .inner .sec_ttl .enttl {
        color: #FFD6AE; }
        #sub_event .inner .sec_ttl .enttl::before {
          background: #FFD6AE; }
      #sub_event .inner .sec_ttl h2 {
        color: #fff; }
    #sub_event .inner .sub_box {
      color: #fff;
      margin-bottom: 55px; }
      #sub_event .inner .sub_box:last-child {
        margin-bottom: 0; }
      #sub_event .inner .sub_box .sub_box_txt {
        font-size: 16px;
        letter-spacing: 0.03em;
        line-height: 2.2em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 25px; }
      #sub_event .inner .sub_box dl {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: bold;
        margin-bottom: 25px; }
        #sub_event .inner .sub_box dl dt {
          width: 55px;
          text-align: center;
          box-sizing: border-box;
          border-radius: 5px;
          border: solid 2px #fff;
          margin-right: 13px; }
      #sub_event .inner .sub_box .sub_box_img {
        width: 350px; }
        #sub_event .inner .sub_box .sub_box_img.right {
          margin-left: auto; }
      #sub_event .inner .sub_box.box02 {
        position: relative; }
        #sub_event .inner .sub_box.box02 dl {
          width: 304px;
          margin: 0 auto 25px;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap;
          font-size: 14px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold; }
          #sub_event .inner .sub_box.box02 dl dt {
            width: 85px;
            text-align: center;
            border-radius: 5px;
            border: solid 2px #fff; }
          #sub_event .inner .sub_box.box02 dl dd {
            width: 206px;
            margin-bottom: 25px; }
            #sub_event .inner .sub_box.box02 dl dd:nth-of-type(2), #sub_event .inner .sub_box.box02 dl dd:nth-of-type(3) {
              position: relative;
              top: 3px; }
            #sub_event .inner .sub_box.box02 dl dd:nth-of-type(3) {
              position: relative;
              top: 3px;
              margin-bottom: 0; }
        #sub_event .inner .sub_box.box02 .sub_chara {
          width: 128px;
          position: absolute;
          right: 0;
          bottom: -51px; }
  #sub_event .sub_ob {
    position: absolute; }
    #sub_event .sub_ob.ob01 {
      width: 163px;
      top: -33px;
      left: 0; }
    #sub_event .sub_ob.ob02 {
      width: 175px;
      top: 669px;
      right: 0; }

  #consult .bg {
    background: #fff;
    position: relative; }
    #consult .bg::before {
      position: absolute;
      content: "";
      width: 375px;
      height: 50px;
      bottom: -1px;
      left: 0;
      background: url("../img/consult_bg.png") no-repeat center bottom;
      background-size: 100% 100%; }
    #consult .bg::after {
      position: absolute;
      content: "";
      width: 189px;
      height: 160px;
      top: 21px;
      left: 0;
      background: url("../img/consult_ob.png") no-repeat left center;
      background-size: contain; }
  #consult .inner {
    padding: 30px 0 105px;
    position: relative;
    z-index: 2; }
    #consult .inner .sec_ttl {
      margin-bottom: 25px; }
      #consult .inner .sec_ttl .enttl {
        color: #E6712E;
        margin-bottom: 39px; }
        #consult .inner .sec_ttl .enttl span {
          font-size: 15px;
          font-weight: bold; }
        #consult .inner .sec_ttl .enttl::before {
          bottom: -14px;
          background: #E6712E; }
    #consult .inner .consult_txt {
      font-size: 16px;
      letter-spacing: 0.03em;
      line-height: 2.2em;
      font-weight: bold;
      color: #683C16;
      text-align: center;
      margin-bottom: 25px; }
    #consult .inner .consult_img {
      width: 350px; }

  #faq .bg {
    background: #FFD6AE;
    position: relative; }
    #faq .bg::before {
      position: absolute;
      content: "";
      width: 375px;
      height: 50px;
      bottom: -1px;
      left: 0;
      background: url("../img/faq_bg.png") no-repeat center bottom;
      background-size: 100% 100%; }
  #faq .inner {
    width: 325px;
    margin: 0 auto;
    padding: 50px 0 118px; }
    #faq .inner .sec_ttl {
      margin-bottom: 25px; }
      #faq .inner .sec_ttl .enttl {
        color: #683C16; }
        #faq .inner .sec_ttl .enttl::before {
          background: #683C16; }
      #faq .inner .sec_ttl h2 {
        color: #683C16; }
    #faq .inner .faq_txt {
      font-size: 16px;
      letter-spacing: 0.03em;
      line-height: 2.2em;
      font-weight: bold;
      color: #683C16;
      text-align: center;
      margin-bottom: 25px; }
    #faq .inner .faq_boxes {
      border-top: solid 2px #FEF4E8;
      margin-bottom: 25px; }
      #faq .inner .faq_boxes .faq_box {
        color: #683C16;
        border-bottom: solid 2px #FEF4E8; }
        #faq .inner .faq_boxes .faq_box .q_box {
          box-sizing: border-box;
          padding: 23px 35px 23px 0;
          position: relative;
          cursor: pointer; }
          #faq .inner .faq_boxes .faq_box .q_box::before {
            position: absolute;
            content: "";
            width: 11px;
            height: 3px;
            right: 9px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 100px;
            background: #683C16; }
          #faq .inner .faq_boxes .faq_box .q_box::after {
            position: absolute;
            content: "";
            width: 11px;
            height: 3px;
            right: 9px;
            top: 50%;
            transform: translateY(-50%) rotate(90deg);
            border-radius: 100px;
            background: #683C16;
            transition: 0.3s; }
          #faq .inner .faq_boxes .faq_box .q_box.open::after {
            transform: translateY(-50%) rotate(0); }
          #faq .inner .faq_boxes .faq_box .q_box .q_txt {
            font-size: 16px;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: bold; }
        #faq .inner .faq_boxes .faq_box .a_box {
          padding-bottom: 23px;
          display: none; }
          #faq .inner .faq_boxes .faq_box .a_box .a_txt {
            font-size: 14px;
            letter-spacing: 0.03em;
            line-height: 1.6em;
            font-weight: bold; }
    #faq .inner .faq_btn {
      width: 172px;
      margin: 0 auto; }
      #faq .inner .faq_btn a {
        display: block;
        width: 100%;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1.4em;
        font-weight: 900;
        color: #E6712E;
        box-sizing: border-box;
        padding: 15px 0 15px 40px;
        border-radius: 23px;
        background: url("../img/faq_arrow.png") no-repeat right 20px center #fff;
        background-size: 6px;
        transition: 0.3s; }
        #faq .inner .faq_btn a:hover {
          color: #fff;
          background: url("../img/faq_arrow_02.png") no-repeat right 20px center #E6712E;
          background-size: 6px; }

  #access .bg {
    background: #FEF4E8;
    position: relative; }
    #access .bg::before {
      position: absolute;
      content: "";
      width: 375px;
      height: 50px;
      bottom: -1px;
      left: 0;
      background: url("../img/access_bg.png") no-repeat center bottom;
      background-size: 100% 100%; }
  #access .inner {
    width: 325px;
    margin: 0 auto;
    padding: 30px 0 125px; }
    #access .inner .sec_ttl {
      margin-bottom: 25px; }
      #access .inner .sec_ttl .enttl {
        color: #E6712E; }
        #access .inner .sec_ttl .enttl::before {
          background: #E6712E; }
      #access .inner .sec_ttl h2 {
        color: #683C16; }
    #access .inner .address {
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 1.85em;
      font-weight: 900;
      color: #683C16;
      margin-bottom: 15px; }
      #access .inner .address span {
        font-size: 18px; }
    #access .inner ul {
      margin-bottom: 15px; }
      #access .inner ul li {
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: bold;
        color: #683C16;
        box-sizing: border-box;
        padding-left: 26px;
        margin-bottom: 6px;
        position: relative; }
        #access .inner ul li::before {
          position: absolute;
          content: "";
          width: 15px;
          height: 2px;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          border-radius: 100px;
          background: #E6712E; }
    #access .inner .access_map {
      height: 221px;
      border-radius: 15px;
      overflow: hidden;
      position: relative;
      margin-bottom: 15px; }
      #access .inner .access_map iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    #access .inner .access_btn {
      width: 172px;
      margin: 0 auto; }
      #access .inner .access_btn a {
        display: block;
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        box-sizing: border-box;
        padding: 7px 0;
        border-radius: 23px;
        background: #E6712E;
        transition: 0.3s; }
        #access .inner .access_btn a:hover {
          color: #E6712E;
          background: #fff; }

  #contact .bg {
    background: #FFD6AE;
    position: relative; }
    #contact .bg::before {
      position: absolute;
      content: "";
      width: 375px;
      height: 50px;
      bottom: -1px;
      left: 0;
      background: url("../img/contact_bg.png") no-repeat center bottom;
      background-size: 100% 100%; }
    #contact .bg .inner {
      width: 325px;
      margin: 0 auto;
      padding: 50px 0 118px; }
      #contact .bg .inner .sec_ttl {
        margin-bottom: 25px; }
        #contact .bg .inner .sec_ttl .enttl {
          color: #683C16; }
          #contact .bg .inner .sec_ttl .enttl::before {
            background: #683C16; }
        #contact .bg .inner .sec_ttl h2 {
          color: #683C16; }
      #contact .bg .inner table {
        width: 100%; }
        #contact .bg .inner table tr {
          font-size: 16px;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: 900; }
          #contact .bg .inner table tr th {
            width: 52px;
            color: #E55C49;
            text-align: left;
            padding-bottom: 15px; }
          #contact .bg .inner table tr td {
            width: calc(100% - 52px);
            color: #683C16;
            padding-bottom: 15px; }
            #contact .bg .inner table tr td a {
              display: block;
              width: 105%;
              letter-spacing: 0.04em;
              color: #683C16; }
              #contact .bg .inner table tr td a.tel {
                pointer-events: none; }
              #contact .bg .inner table tr td a:hover {
                text-decoration: underline; }
          #contact .bg .inner table tr:last-child th, #contact .bg .inner table tr td {
            padding-bottom: 0; }

  footer {
    padding: 17px 0;
    text-align: center;
    background: #683C16; }
    footer .footer_txt {
      font-size: 12px;
      letter-spacing: 0.05em;
      line-height: 1.85em;
      color: #fff;
      margin-bottom: 40px; }
      footer .footer_txt a {
        display: inline;
        color: #fff;
        text-decoration: underline; }
    footer .footer_btn {
      width: 203px;
      margin: 0 auto; }
      footer .footer_btn a {
        display: block;
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: bold;
        color: #fff;
        padding: 7px 0;
        border-radius: 23px;
        border: solid 1px #fff; } }
/* SP */
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important; }

  html {
    font-size: calc(1vw * 100 / 375);
    overscroll-behavior-y: none; }

  /* --- 初期状態（画面に入る前） --- */
  .js-fadein {
    opacity: 0;
    transform: translateY(40rem);
    /* 40rem 下に移動させておく */
    transition: opacity 0.8s ease, transform 0.8s ease;
    /* 0.8秒かけてアニメーションする設定 */ }

  /* --- 表示状態（画面に入った後） --- */
  .js-fadein.fadeup {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置（正しい場所）に戻す */ }

  #content {
    width: 100%;
    height: 100%;
    background: #E6712E;
    position: relative;
    display: flex;
    justify-content: space-between; }

  .pc_left {
    display: none !important; }

  .pc_center {
    width: 375rem;
    height: 100%; }
    .pc_center .main_cont {
      width: 375rem;
      overflow: hidden;
      background: #fff;
      color: #000;
      font-size: 16rem; }
      .pc_center .main_cont img {
        width: 100%; }

  .pc_right {
    display: none !important; }

  header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
    header .inner {
      width: 325rem;
      margin: 0 auto;
      padding: 14rem 0 0; }
      header .inner .logo {
        width: 130rem; }

  .float_header {
    width: 355rem;
    position: fixed;
    top: 0;
    left: 50%;
    height: 52px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0 0 18rem 18rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 15;
    box-sizing: border-box;
    padding-left: 24px;
    transform: translateX(-50%) translateY(-100%);
    /* メニューが出る時にアニメーションさせて滑らかにします */
    transition: transform 0.3s ease;
    /* 要素の背後をぼかす設定 */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* Safari用の設定 */ }
    .float_header .float_header_logo {
      width: 111rem; }
    .float_header.is-active {
      transform: translateX(-50%) translateY(0);
      box-shadow: 0 5rem 4rem rgba(0, 0, 0, 0.1); }

  /*ハンバーガー メニュー*/
  nav.hum {
    display: block;
    position: fixed;
    top: 0;
    right: -100vw;
    /*bottom: 0;*/
    width: 248rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 19;
    opacity: 1;
    background: rgba(230, 113, 46, 0.85);
    border-radius: 0 0 0 20rem;
    box-shadow: 0 12rem 4rem rgba(0, 0, 0, 0.08);
    /* 要素の背後をぼかす設定 */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* Safari用の設定 */ }

  .open nav.hum {
    right: 0;
    opacity: 1; }

  nav.hum .hum_inner {
    width: 210rem;
    margin: 0 auto;
    padding: 70rem 0 30rem;
    box-sizing: border-box; }
    nav.hum .hum_inner ul li:nth-child(n+2) {
      margin-top: 10px; }
    nav.hum .hum_inner ul li a {
      display: inline-block;
      width: 100%;
      font-size: 14rem;
      letter-spacing: 0.03em;
      line-height: 1.85em;
      font-weight: 900;
      color: #fff; }

  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 14rem;
    right: 25rem;
    width: 107rem;
    height: 28rem;
    transition: all .5s;
    cursor: pointer;
    z-index: 23; }

  .toggle_btn img {
    width: 100%;
    transition: all .5s; }
    .toggle_btn img.on {
      display: block; }
    .toggle_btn img.off {
      display: none; }

  .open .toggle_btn img {
    width: 100%;
    transition: all .5s; }
    .open .toggle_btn img.on {
      display: none; }
    .open .toggle_btn img.off {
      display: block; }

  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s; }

  .open #mask {
    display: block;
    transition: all .5s;
    position: absolute;
    top: 13.73vw;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 18; }

  .main_cont {
    width: 100%;
    color: #000; }
    .main_cont img {
      width: 100%; }

  #mv {
    background: url("../img/mv_bg.png") no-repeat center bottom;
    background-size: 100% 100%;
    position: relative; }
    #mv::before {
      position: absolute;
      content: "";
      width: 375rem;
      height: 128rem;
      bottom: -42rem;
      left: 0;
      background: url("../img/mv_ob.png") no-repeat center;
      background-size: contain; }
    #mv .inner {
      width: 325rem;
      margin: 0 auto;
      padding: 55rem 0 128rem; }
      #mv .inner .mv_img {
        margin-bottom: 16rem; }
      #mv .inner .mv_txt {
        font-size: 20rem;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: 900;
        color: #683C16;
        margin-bottom: 16rem; }
      #mv .inner h1 {
        width: 259rem;
        position: relative;
        left: -9rem; }

  .sec_ttl {
    text-align: center; }
    .sec_ttl .enttl {
      font-size: 17rem;
      letter-spacing: 0.05em;
      font-weight: 900;
      line-height: 1.85em;
      position: relative;
      margin-bottom: 16rem; }
      .sec_ttl .enttl::before {
        position: absolute;
        content: "";
        width: 6rem;
        height: 6rem;
        bottom: -6rem;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 100%; }
    .sec_ttl h2 {
      font-size: 26rem;
      letter-spacing: 0.05em;
      line-height: 1.85em;
      font-weight: 900;
      color: #E55C49; }
      .sec_ttl h2 span {
        display: inline-block;
        font-size: 30rem;
        line-height: 1.5em; }

  #about .inner {
    width: 325rem;
    margin: 0 auto;
    padding: 50rem 0 75rem; }
    #about .inner .sec_ttl {
      margin-bottom: 25rem; }
      #about .inner .sec_ttl .enttl {
        color: #FFD6AE; }
        #about .inner .sec_ttl .enttl::before {
          background: #FFD6AE; }
      #about .inner .sec_ttl h2 {
        line-height: 1.7em; }
    #about .inner .about_txt p {
      font-size: 14rem;
      letter-spacing: 0.03em;
      line-height: 2.2em;
      font-weight: bold;
      color: #683C16;
      margin-bottom: 15rem; }
      #about .inner .about_txt p:last-child {
        margin-bottom: 0; }
      #about .inner .about_txt p.big {
        font-size: 16rem;
        font-weight: 900; }

  #info {
    padding-top: 50rem;
    margin-top: -50rem;
    margin-bottom: 150rem; }
    #info .inner {
      width: 325rem;
      margin: 0 auto;
      padding: 30rem 0;
      background: linear-gradient(to bottom, #FFDCB0, #FFF2E5);
      border-radius: 15rem; }
      #info .inner .sec_ttl {
        margin-bottom: 15rem; }
        #info .inner .sec_ttl .enttl {
          color: #fff; }
          #info .inner .sec_ttl .enttl::before {
            background: #fff; }
      #info .inner .info_date {
        color: #E6712E;
        font-weight: 900;
        text-align: center;
        margin-bottom: 15rem; }
        #info .inner .info_date .date {
          font-size: 37rem;
          letter-spacing: 0.05em;
          line-height: 1.47em; }
          #info .inner .info_date .date span {
            display: inline-block;
            font-size: 24rem;
            line-height: 1.85em;
            margin-left: 7rem; }
        #info .inner .info_date .time {
          font-size: 24rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          margin-top: -5rem; }
      #info .inner .info_box {
        width: 285rem;
        margin: 0 auto; }
        #info .inner .info_box.box01 {
          margin-bottom: 15rem; }
          #info .inner .info_box.box01 dl {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 15rem;
            font-size: 16rem;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: 900; }
            #info .inner .info_box.box01 dl dt {
              display: inline-block;
              color: #fff;
              padding: 0 11rem;
              border-radius: 5rem;
              background: #E6712E;
              margin-right: 13rem; }
            #info .inner .info_box.box01 dl dd {
              flex: 1;
              color: #683C16; }
              #info .inner .info_box.box01 dl dd span {
                display: inline-block;
                font-size: 12rem;
                line-height: 2.48em;
                vertical-align: top;
                margin-left: 6rem; }
        #info .inner .info_box.box02 .info_box_ttl {
          display: inline-block;
          font-size: 16rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: 900;
          color: #fff;
          padding: 0 11rem;
          border-radius: 5rem;
          background: #E6712E;
          margin-bottom: 14rem; }
        #info .inner .info_box.box02 dl {
          font-size: 14rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold;
          color: #683C16;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap; }
          #info .inner .info_box.box02 dl dt {
            width: 55rem;
            text-align: center;
            border-radius: 5rem;
            border: solid 2rem #683C16; }
          #info .inner .info_box.box02 dl dd {
            width: 217rem;
            margin-bottom: 10rem; }
            #info .inner .info_box.box02 dl dd:last-child {
              margin-bottom: 0;
              position: relative;
              top: 2rem; }

  #timetable .bg {
    background: url("../img/timetable_bg_03.png") no-repeat center bottom #E6712E;
    background-size: 376rem;
    position: relative; }
    #timetable .bg::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 50rem;
      top: -49rem;
      left: 0;
      background: url("../img/timetable_bg_01.png") no-repeat;
      background-size: 100% 100%; }
    #timetable .bg::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 138rem;
      top: -112rem;
      left: 0;
      background: url("../img/timetable_ob.png") no-repeat;
      background-size: contain; }
  #timetable .inner {
    width: 325rem;
    margin: 0 auto;
    padding: 50rem 0 120rem; }
    #timetable .inner .sec_ttl {
      margin-bottom: 25rem; }
      #timetable .inner .sec_ttl .enttl {
        color: #FFD6AE; }
        #timetable .inner .sec_ttl .enttl::before {
          background: #FFD6AE; }
      #timetable .inner .sec_ttl h2 {
        color: #fff; }
    #timetable .inner .timetable_boxes {
      margin-bottom: 55rem; }
      #timetable .inner .timetable_boxes .timetable_box {
        padding: 0 0 12rem 17rem;
        border-radius: 15rem;
        border: dotted 3rem #fff;
        margin-bottom: 25rem;
        position: relative; }
        #timetable .inner .timetable_boxes .timetable_box:last-child {
          margin-bottom: 0; }
        #timetable .inner .timetable_boxes .timetable_box.ancr:hover {
          opacity: 0.75 !important; }
        #timetable .inner .timetable_boxes .timetable_box .time {
          font-size: 28rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: 900;
          color: #FFD6AE;
          box-sizing: border-box;
          padding-left: 22rem;
          position: relative; }
          #timetable .inner .timetable_boxes .timetable_box .time::before {
            position: absolute;
            content: "";
            width: 13rem;
            height: 13rem;
            top: 22rem;
            left: 0;
            border-radius: 100%;
            background: #FFD6AE; }
        #timetable .inner .timetable_boxes .timetable_box dl {
          color: #fff; }
          #timetable .inner .timetable_boxes .timetable_box dl dt {
            font-size: 20rem;
            letter-spacing: 0.05em;
            line-height: 1.5em;
            font-weight: 900; }
            #timetable .inner .timetable_boxes .timetable_box dl dt span {
              display: inline-block;
              font-size: 18rem; }
          #timetable .inner .timetable_boxes .timetable_box dl dd {
            font-size: 14rem;
            letter-spacing: 0.03em;
            line-height: 1.5em;
            font-weight: bold; }
        #timetable .inner .timetable_boxes .timetable_box .arrow {
          width: 18rem;
          position: absolute;
          bottom: 15rem;
          right: 15rem; }
        #timetable .inner .timetable_boxes .timetable_box.box01 .timetable_box_img {
          width: 143rem;
          position: absolute;
          top: 6rem;
          right: 10rem;
          transform: rotate(6deg); }
        #timetable .inner .timetable_boxes .timetable_box.box04 .timetable_box_img {
          width: 87rem;
          position: absolute;
          top: 14rem;
          right: 30rem; }
    #timetable .inner .timetable_same {
      box-sizing: border-box;
      padding: 25rem 20rem;
      border-radius: 15rem;
      background: #F1913B;
      text-align: center;
      margin-bottom: 25rem; }
      #timetable .inner .timetable_same h3 {
        font-size: 26rem;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: 900;
        color: #fff;
        margin-bottom: 25rem; }
      #timetable .inner .timetable_same .timetable_same_head {
        font-weight: 900;
        padding: 15rem 0;
        border-radius: 15rem;
        background: rgba(255, 255, 255, 0.85);
        position: relative;
        margin-bottom: 25rem; }
        #timetable .inner .timetable_same .timetable_same_head .timetable_same_head_img {
          width: 46rem;
          position: absolute;
          top: 50%;
          left: 15rem;
          transform: translateY(-50%); }
        #timetable .inner .timetable_same .timetable_same_head .ttl {
          font-size: 20rem;
          letter-spacing: 0.05em;
          line-height: 1.4em;
          color: #E6712E; }
        #timetable .inner .timetable_same .timetable_same_head .hour {
          font-size: 12rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          color: #683C16; }
        #timetable .inner .timetable_same .timetable_same_head .arrow {
          width: 18rem;
          position: absolute;
          top: 50%;
          right: 20rem;
          transform: translateY(-50%); }
      #timetable .inner .timetable_same h4 {
        font-size: 20rem;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: 900;
        color: #fff;
        margin-bottom: 5rem; }
      #timetable .inner .timetable_same .timetable_same_boxes {
        display: flex;
        justify-content: space-between; }
        #timetable .inner .timetable_same .timetable_same_boxes .timetable_same_box {
          width: 137rem;
          padding: 15rem 0 12rem;
          text-align: center;
          border-radius: 15rem;
          background: rgba(255, 255, 255, 0.85); }
          #timetable .inner .timetable_same .timetable_same_boxes .timetable_same_box .timetable_same_box_img {
            width: 40rem;
            margin: 0 auto 5rem; }
          #timetable .inner .timetable_same .timetable_same_boxes .timetable_same_box .ttl {
            font-size: 18rem;
            letter-spacing: 0.05em;
            line-height: 1.4em;
            font-weight: 900;
            color: #E6712E;
            margin-bottom: 11rem; }
          #timetable .inner .timetable_same .timetable_same_boxes .timetable_same_box .arrow {
            width: 18rem;
            margin: 0 auto; }
    #timetable .inner .causion {
      font-size: 14rem;
      letter-spacing: 0.05em;
      line-height: 1.85em;
      color: #fff;
      text-align: center;
      width: 375rem;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }

  #live {
    padding-top: 30rem;
    margin-top: -30rem; }
    #live .bg {
      margin-top: -2rem;
      background: #FEF4E8;
      background-size: 100% auto;
      position: relative; }
      #live .bg::before {
        position: absolute;
        content: "";
        width: 202rem;
        height: 371rem;
        top: -140rem;
        left: 0;
        background: url("../img/live_ob_01.png") no-repeat center;
        background-size: contain;
        z-index: 2; }
      #live .bg::after {
        position: absolute;
        content: "";
        width: 173rem;
        height: 279rem;
        top: 185rem;
        right: 0;
        background: url("../img/live_ob_02.png") no-repeat center;
        background-size: contain;
        z-index: 2; }
      #live .bg .inner {
        padding: 30rem 0 105rem;
        position: relative;
        z-index: 3; }
        #live .bg .inner .sec_ttl {
          margin-bottom: 25rem; }
          #live .bg .inner .sec_ttl .enttl {
            color: #E6712E; }
            #live .bg .inner .sec_ttl .enttl::before {
              background: #E6712E; }
          #live .bg .inner .sec_ttl h2 {
            font-size: 22rem; }
            #live .bg .inner .sec_ttl h2 span {
              font-size: 35rem;
              line-height: 1.5em;
              margin-top: 10rem; }
        #live .bg .inner .live_box {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 25rem; }
          #live .bg .inner .live_box .ttl {
            width: 55rem;
            font-size: 14rem;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: bold;
            color: #683C16;
            text-align: center;
            border-radius: 5rem;
            border: solid 2rem #683C16;
            margin-right: 13rem; }
          #live .bg .inner .live_box .name {
            font-size: 14rem;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: bold;
            color: #683C16; }
        #live .bg .inner .live_img {
          width: 350rem;
          margin-left: auto; }

  #talk01 .bg {
    background: #E6712E;
    position: relative; }
    #talk01 .bg::before {
      position: absolute;
      content: "";
      width: 375rem;
      height: 50rem;
      top: -49rem;
      left: 0;
      background: url("../img/live_bg_02.png") no-repeat;
      background-size: 100% 100%; }
    #talk01 .bg::after {
      position: absolute;
      content: "";
      width: 375rem;
      height: 50rem;
      bottom: -1rem;
      left: 0;
      background: url("../img/talk01_bg.png") no-repeat;
      background-size: 100% 100%; }
  #talk01 .inner {
    padding: 50rem 0 118rem; }
    #talk01 .inner .sec_ttl {
      margin-bottom: 25rem; }
      #talk01 .inner .sec_ttl .enttl {
        color: #FFD6AE; }
        #talk01 .inner .sec_ttl .enttl::before {
          background: #FFD6AE; }
      #talk01 .inner .sec_ttl h2 {
        color: #fff; }
    #talk01 .inner .talk01_txt {
      font-size: 16rem;
      letter-spacing: 0.03em;
      line-height: 2.2em;
      font-weight: bold;
      color: #fff;
      text-align: center;
      margin-bottom: 25rem; }
    #talk01 .inner .talk01_img {
      width: 350rem;
      margin-bottom: 55rem; }
    #talk01 .inner .talk01_info {
      width: 325rem;
      margin: 0 auto 48rem;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      font-size: 14rem;
      letter-spacing: 0.05em;
      line-height: 1.85em;
      font-weight: bold;
      color: #fff; }
      #talk01 .inner .talk01_info dt {
        width: 85rem;
        text-align: center;
        box-sizing: border-box;
        border-radius: 5rem;
        border: solid 2rem #fff; }
      #talk01 .inner .talk01_info dd {
        width: 227rem;
        margin-bottom: 10rem; }
        #talk01 .inner .talk01_info dd:last-child {
          margin-bottom: 10rem;
          position: relative;
          top: 2rem; }
    #talk01 .inner .talk01_box {
      width: 325rem;
      margin: 0 auto;
      position: relative; }
      #talk01 .inner .talk01_box::before {
        position: absolute;
        content: "";
        width: 13rem;
        height: 13rem;
        top: -23rem;
        right: 13rem;
        border-radius: 100%;
        background: #FFD6AE; }
      #talk01 .inner .talk01_box .talk01_box_ttl {
        font-size: 22rem;
        letter-spacing: 0.05em;
        line-height: 1.6em;
        font-weight: 900;
        color: #FFD6AE;
        text-align: right; }
      #talk01 .inner .talk01_box .talk01_box_subttl {
        font-size: 16rem;
        letter-spacing: 0.05em;
        line-height: 1.6em;
        font-weight: 900;
        color: #FFD6AE;
        text-align: right;
        margin: 10rem 0; }
      #talk01 .inner .talk01_box .talk01_box_txt {
        font-size: 14rem;
        letter-spacing: 0.03em;
        line-height: 2.2em;
        font-weight: bold;
        color: #fff; }
      #talk01 .inner .talk01_box .talk01_box_person {
        margin-top: 10rem;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        #talk01 .inner .talk01_box .talk01_box_person .person_name {
          margin-right: 21rem; }
          #talk01 .inner .talk01_box .talk01_box_person .person_name .name {
            font-size: 19rem;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: 900;
            color: #FFD6AE; }
            #talk01 .inner .talk01_box .talk01_box_person .person_name .name span {
              font-size: 15px; }
          #talk01 .inner .talk01_box .talk01_box_person .person_name .posi {
            font-size: 14rem;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: bold;
            color: #fff; }
        #talk01 .inner .talk01_box .talk01_box_person .person_img {
          width: 151rem; }

  #talk02 .bg {
    background: #FEF4E8;
    position: relative; }
    #talk02 .bg::before {
      position: absolute;
      content: "";
      width: 375rem;
      height: 775rem;
      top: -215rem;
      left: 0;
      background: url("../img/talk02_ob_01.png") no-repeat;
      background-size: 100% 100%; }
    #talk02 .bg::after {
      position: absolute;
      content: "";
      width: 375rem;
      height: 647rem;
      bottom: -197rem;
      left: 0;
      background: url("../img/talk02_ob_02.png") no-repeat;
      background-size: 100% 100%; }
  #talk02 .inner {
    padding: 50rem 0 118rem;
    position: relative;
    z-index: 2; }
    #talk02 .inner .sec_ttl {
      margin-bottom: 25rem; }
      #talk02 .inner .sec_ttl .enttl {
        color: #E6712E; }
        #talk02 .inner .sec_ttl .enttl::before {
          background: #E6712E; }
    #talk02 .inner .talk02_txt {
      font-size: 16rem;
      letter-spacing: 0.03em;
      line-height: 2.2em;
      font-weight: bold;
      color: #683C16;
      text-align: center;
      margin-bottom: 48rem; }
    #talk02 .inner .talk02_box {
      width: 325rem;
      margin: 0 auto;
      position: relative; }
      #talk02 .inner .talk02_box::before {
        position: absolute;
        content: "";
        width: 13rem;
        height: 13rem;
        top: -23rem;
        left: 0;
        border-radius: 100%;
        background: #E6712E; }
      #talk02 .inner .talk02_box .talk02_box_ttl {
        font-size: 22rem;
        letter-spacing: 0.05em;
        line-height: 1.6em;
        font-weight: 900;
        color: #E6712E; }
        #talk02 .inner .talk02_box .talk02_box_ttl span {
          font-size: 18rem; }
      #talk02 .inner .talk02_box .talk02_box_txt {
        font-size: 14rem;
        letter-spacing: 0.03em;
        line-height: 2.2em;
        font-weight: bold;
        color: #683C16;
        margin: 10rem 0 109rem; }
      #talk02 .inner .talk02_box .talk02_box_img {
        width: 218rem;
        position: absolute;
        bottom: 0;
        left: -25rem; }
      #talk02 .inner .talk02_box .talk02_box_info {
        text-align: right; }
        #talk02 .inner .talk02_box .talk02_box_info .ss {
          font-size: 14rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold;
          color: #683C16; }
        #talk02 .inner .talk02_box .talk02_box_info .name {
          font-size: 19rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: 900;
          color: #E6712E;
          margin-bottom: 20rem; }
          #talk02 .inner .talk02_box .talk02_box_info .name span {
            font-size: 15rem; }
        #talk02 .inner .talk02_box .talk02_box_info .youtube {
          display: inline-block; }
          #talk02 .inner .talk02_box .talk02_box_info .youtube a {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            text-align: left; }
            #talk02 .inner .talk02_box .talk02_box_info .youtube a .icon {
              width: 38rem;
              margin-right: 10rem; }
            #talk02 .inner .talk02_box .talk02_box_info .youtube a .account {
              display: inline-block;
              font-size: 12rem;
              letter-spacing: 0.05em;
              line-height: 1.85em;
              font-weight: bold;
              color: #683C16; }

  #sub_event #picture_book, #sub_event #candle {
    padding-top: 50rem;
    margin-top: -50rem; }
  #sub_event .bg {
    background: #F1913B;
    position: relative; }
    #sub_event .bg::before {
      position: absolute;
      content: "";
      width: 375rem;
      height: 50rem;
      top: -49rem;
      left: 0;
      background: url("../img/sub_bg_01.png") no-repeat center bottom;
      background-size: 100% 100%; }
    #sub_event .bg::after {
      position: absolute;
      content: "";
      width: 375rem;
      height: 50rem;
      bottom: -1rem;
      left: 0;
      background: url("../img/sub_bg_02.png") no-repeat center bottom;
      background-size: 100% 100%; }
  #sub_event .inner {
    padding: 50rem 0 110rem;
    position: relative;
    z-index: 2; }
    #sub_event .inner .sec_ttl {
      margin-bottom: 25rem; }
      #sub_event .inner .sec_ttl .enttl {
        color: #FFD6AE;
        margin-bottom: 24rem; }
        #sub_event .inner .sec_ttl .enttl::before {
          background: #FFD6AE; }
      #sub_event .inner .sec_ttl h2 {
        color: #fff;
        letter-spacing: 0.05em; }
    #sub_event .inner .sub_box {
      color: #fff;
      margin-bottom: 55rem; }
      #sub_event .inner .sub_box:last-child {
        margin-bottom: 0; }
      #sub_event .inner .sub_box .sub_box_txt {
        font-size: 16rem;
        letter-spacing: 0.03em;
        line-height: 2.2em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 25rem; }
      #sub_event .inner .sub_box dl {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14rem;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: bold;
        margin-bottom: 25rem; }
        #sub_event .inner .sub_box dl dt {
          width: 55rem;
          text-align: center;
          box-sizing: border-box;
          border-radius: 5rem;
          border: solid 2rem #fff;
          margin-right: 13rem; }
      #sub_event .inner .sub_box .sub_box_img {
        width: 350rem; }
        #sub_event .inner .sub_box .sub_box_img.right {
          margin-left: auto; }
      #sub_event .inner .sub_box.box02 {
        position: relative; }
        #sub_event .inner .sub_box.box02 dl {
          width: 304rem;
          margin: 0 auto 25rem;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap;
          font-size: 14rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold; }
          #sub_event .inner .sub_box.box02 dl dt {
            width: 85rem;
            text-align: center;
            border-radius: 5rem;
            border: solid 2rem #fff;
            margin-right: 0; }
          #sub_event .inner .sub_box.box02 dl dd {
            width: 206rem;
            letter-spacing: 0.05em;
            margin-bottom: 25rem; }
            #sub_event .inner .sub_box.box02 dl dd:nth-of-type(2) {
              position: relative;
              top: 3rem; }
            #sub_event .inner .sub_box.box02 dl dd:nth-of-type(3) {
              position: relative;
              top: 3rem;
              margin-bottom: 0; }
        #sub_event .inner .sub_box.box02 .copyright {
          width: 325rem;
          margin: 10rem auto 0;
          font-size: 10rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold;
          color: #fff;
          text-align: right; }
        #sub_event .inner .sub_box.box02 .sub_chara {
          width: 128rem;
          position: absolute;
          right: 0;
          bottom: -51rem; }
  #sub_event .sub_ob {
    position: absolute; }
    #sub_event .sub_ob.ob01 {
      width: 163rem;
      top: -33rem;
      left: 0; }
    #sub_event .sub_ob.ob02 {
      width: 175rem;
      top: 669rem;
      right: 0; }

  #consult {
    padding-top: 20rem;
    margin-top: -20rem; }
    #consult .bg {
      background: #fff;
      position: relative; }
      #consult .bg::before {
        position: absolute;
        content: "";
        width: 375rem;
        height: 50rem;
        bottom: -1rem;
        left: 0;
        background: url("../img/consult_bg.png") no-repeat center bottom;
        background-size: 100% 100%; }
      #consult .bg::after {
        position: absolute;
        content: "";
        width: 189rem;
        height: 160rem;
        top: 21rem;
        left: 0;
        background: url("../img/consult_ob.png") no-repeat left center;
        background-size: contain; }
    #consult .inner {
      padding: 30rem 0 105rem;
      position: relative;
      z-index: 2; }
      #consult .inner .sec_ttl {
        margin-bottom: 25rem; }
        #consult .inner .sec_ttl .enttl {
          color: #E6712E;
          margin-bottom: 39rem; }
          #consult .inner .sec_ttl .enttl span {
            font-size: 15rem;
            font-weight: bold; }
          #consult .inner .sec_ttl .enttl::before {
            bottom: -14rem;
            background: #E6712E; }
      #consult .inner .consult_txt {
        font-size: 16rem;
        letter-spacing: 0.03em;
        line-height: 2.2em;
        font-weight: bold;
        color: #683C16;
        text-align: center;
        margin-bottom: 25rem; }
      #consult .inner .consult_img {
        width: 350rem; }

  #faq .bg {
    background: #FFD6AE;
    position: relative; }
    #faq .bg::before {
      position: absolute;
      content: "";
      width: 375rem;
      height: 50rem;
      bottom: -1rem;
      left: 0;
      background: url("../img/faq_bg.png") no-repeat center bottom;
      background-size: 100% 100%; }
  #faq .inner {
    width: 325rem;
    margin: 0 auto;
    padding: 50rem 0 118rem; }
    #faq .inner .sec_ttl {
      margin-bottom: 25rem; }
      #faq .inner .sec_ttl .enttl {
        color: #683C16; }
        #faq .inner .sec_ttl .enttl::before {
          background: #683C16; }
      #faq .inner .sec_ttl h2 {
        color: #683C16; }
    #faq .inner .faq_txt {
      font-size: 16rem;
      letter-spacing: 0.03em;
      line-height: 2.2em;
      font-weight: bold;
      color: #683C16;
      text-align: center;
      margin-bottom: 25rem; }
    #faq .inner .faq_boxes {
      border-top: solid 2rem #FEF4E8;
      margin-bottom: 25rem; }
      #faq .inner .faq_boxes .faq_box {
        color: #683C16;
        border-bottom: solid 2rem #FEF4E8; }
        #faq .inner .faq_boxes .faq_box .q_box {
          box-sizing: border-box;
          padding: 23rem 35rem 23rem 0;
          position: relative;
          cursor: pointer; }
          #faq .inner .faq_boxes .faq_box .q_box::before {
            position: absolute;
            content: "";
            width: 11rem;
            height: 3rem;
            right: 9rem;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 100rem;
            background: #683C16; }
          #faq .inner .faq_boxes .faq_box .q_box::after {
            position: absolute;
            content: "";
            width: 11rem;
            height: 3rem;
            right: 9rem;
            top: 50%;
            transform: translateY(-50%) rotate(90deg);
            border-radius: 100rem;
            background: #683C16;
            transition: 0.3s; }
          #faq .inner .faq_boxes .faq_box .q_box.open::after {
            transform: translateY(-50%) rotate(0); }
          #faq .inner .faq_boxes .faq_box .q_box .q_txt {
            font-size: 16rem;
            letter-spacing: 0.05em;
            line-height: 1.85em;
            font-weight: bold; }
        #faq .inner .faq_boxes .faq_box .a_box {
          padding-bottom: 23rem;
          display: none; }
          #faq .inner .faq_boxes .faq_box .a_box .a_txt {
            font-size: 14rem;
            letter-spacing: 0.03em;
            line-height: 1.6em;
            font-weight: bold; }
    #faq .inner .faq_btn {
      width: 172rem;
      margin: 0 auto; }
      #faq .inner .faq_btn a {
        display: block;
        width: 100%;
        font-size: 16rem;
        letter-spacing: 0.05em;
        line-height: 1.4em;
        font-weight: 900;
        color: #E6712E;
        box-sizing: border-box;
        padding: 15rem 0 15rem 40rem;
        border-radius: 23rem;
        background: url("../img/faq_arrow.png") no-repeat right 20rem center #fff;
        background-size: 6rem;
        transition: 0.3s; }
        #faq .inner .faq_btn a:hover {
          color: #fff;
          background: url("../img/faq_arrow_02.png") no-repeat right 20rem center #E6712E;
          background-size: 6rem; }

  #access {
    padding-top: 20rem;
    margin-top: -20rem; }
    #access .bg {
      background: #FEF4E8;
      position: relative; }
      #access .bg::before {
        position: absolute;
        content: "";
        width: 375rem;
        height: 50rem;
        bottom: -1rem;
        left: 0;
        background: url("../img/access_bg.png") no-repeat center bottom;
        background-size: 100% 100%; }
    #access .inner {
      width: 325rem;
      margin: 0 auto;
      padding: 30rem 0 125rem; }
      #access .inner .sec_ttl {
        margin-bottom: 25rem; }
        #access .inner .sec_ttl .enttl {
          color: #E6712E; }
          #access .inner .sec_ttl .enttl::before {
            background: #E6712E; }
        #access .inner .sec_ttl h2 {
          color: #683C16; }
      #access .inner .address {
        font-size: 16rem;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: 900;
        color: #683C16;
        margin-bottom: 15rem; }
        #access .inner .address span {
          font-size: 18rem; }
      #access .inner ul {
        margin-bottom: 15rem; }
        #access .inner ul li {
          font-size: 14rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold;
          color: #683C16;
          box-sizing: border-box;
          padding-left: 26rem;
          margin-bottom: 6rem;
          position: relative; }
          #access .inner ul li::before {
            position: absolute;
            content: "";
            width: 15rem;
            height: 2rem;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            border-radius: 100rem;
            background: #E6712E; }
      #access .inner .access_map {
        height: 221rem;
        border-radius: 15rem;
        overflow: hidden;
        position: relative;
        margin-bottom: 15rem; }
        #access .inner .access_map iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      #access .inner .access_btn {
        width: 172rem;
        margin: 0 auto; }
        #access .inner .access_btn a {
          display: block;
          width: 100%;
          font-size: 14rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: bold;
          color: #fff;
          text-align: center;
          box-sizing: border-box;
          padding: 7rem 0;
          border-radius: 23rem;
          background: #E6712E;
          transition: 0.3s; }
          #access .inner .access_btn a:hover {
            color: #E6712E;
            background: #fff; }

  #contact .bg {
    background: #FFD6AE;
    position: relative; }
    #contact .bg::before {
      position: absolute;
      content: "";
      width: 375rem;
      height: 50rem;
      bottom: -1rem;
      left: 0;
      background: url("../img/contact_bg.png") no-repeat center bottom;
      background-size: 100% 100%; }
    #contact .bg .inner {
      width: 325rem;
      margin: 0 auto;
      padding: 50rem 0 118rem; }
      #contact .bg .inner .sec_ttl {
        margin-bottom: 25rem; }
        #contact .bg .inner .sec_ttl .enttl {
          color: #683C16; }
          #contact .bg .inner .sec_ttl .enttl::before {
            background: #683C16; }
        #contact .bg .inner .sec_ttl h2 {
          color: #683C16; }
      #contact .bg .inner table {
        width: 100%; }
        #contact .bg .inner table tr {
          font-size: 16rem;
          letter-spacing: 0.05em;
          line-height: 1.85em;
          font-weight: 900; }
          #contact .bg .inner table tr th {
            width: 52rem;
            color: #E55C49;
            text-align: left;
            padding-bottom: 15rem; }
          #contact .bg .inner table tr td {
            width: calc(100% - 52rem);
            color: #683C16;
            padding-bottom: 15rem; }
            #contact .bg .inner table tr td a {
              display: inline-block;
              width: 105%;
              color: #683C16; }
              #contact .bg .inner table tr td a:hover {
                text-decoration: underline; }
          #contact .bg .inner table tr:last-child th, #contact .bg .inner table tr td {
            padding-bottom: 0; }

  footer {
    padding: 17rem 0;
    text-align: center;
    background: #683C16; }
    footer .footer_txt {
      font-size: 12rem;
      letter-spacing: 0.05em;
      line-height: 1.85em;
      color: #fff;
      margin-bottom: 40rem; }
      footer .footer_txt a {
        color: #fff;
        text-decoration: underline; }
    footer .footer_btn {
      width: 203rem;
      margin: 0 auto; }
      footer .footer_btn a {
        display: block;
        width: 100%;
        font-size: 14rem;
        letter-spacing: 0.05em;
        line-height: 1.85em;
        font-weight: bold;
        color: #fff;
        padding: 7rem 0;
        border-radius: 23rem;
        border: solid 1rem #fff; } }
