@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通【Reset】
=============================================================*/
body {
  margin: 0;
  padding: 0; }

.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6, .reset p {
  margin: 0;
  padding: 0; }

.reset ul, .reset ol, .reset li, .reset dl, .reset dt, .reset dd, .reset figure, .reset figcaption, .reset table, .reset address {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
  font-style: normal; }

.reset table {
  border-collapse: collapse;
  border-spacing: 0; }

.reset img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom; }

/*=============================================================
 レイアウト設定
=============================================================*/
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-flow: row wrap; }

.jc-space-between {
  justify-content: space-between; }

.jc-center {
  justify-content: center; }

.jc-flex-end {
  justify-content: flex-end; }

.jc-flex-start {
  justify-content: flex-start; }

.al-center {
  align-items: center; }

.al-stretch {
  align-items: stretch; }

.al-flex-end {
  align-items: flex-end; }

.al-flex-start {
  align-items: flex-start; }

@media print, screen and (min-width: 767.9px) {
  .order1 {
    order: 1; }

  .order2 {
    order: 2; } }
/*=============================================================
 共通
=============================================================*/
html {
  scroll-behavior: smooth; }

body {
  font-family: "fot-tsukuardgothic-std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.68;
  color: #666666;
  /* background-color: #E3D9C6; */
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-style: normal;
    /*font-feature-settings: "palt" 1;
	letter-spacing: 0.1em;*/ }
  @media screen and (max-width: 767.9px) {
    body {
      font-size: 14px; } }
  @media print, screen and (min-width: 767.9px) {
    body {
      font-size: 16px; } }
  body b {
    font-weight: 700;
    font-style: normal; }
  body .en {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em; }
  body a {
    color: #666666;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s; }
  body a:hover {
    /*opacity: 0.7;*/
    -webkit-transition: all .3s;
    transition: all .3s; }
  body img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media print, screen and (min-width: 767.9px) {
      body img {
        width: auto;
        max-width: 100%; } }
  body .object-fit {
    object-fit: contain;
    font-family: "object-fit: contain;"; }
  body .view-sp {
    display: block; }
    @media print, screen and (min-width: 767.9px) {
      body .view-sp {
        display: none; } }
  body .view-pc {
    display: none; }
    @media print, screen and (min-width: 767.9px) {
      body .view-pc {
        display: block; } }
  body #wrap,
  body #contents {
    overflow: hidden; }
  body #contents {
    position: relative; }
  body.home #contents {
    z-index: 5; }
  body .container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative; }
    @media screen and (min-width: 767.9px) and (max-width: 1180px) {
      body .container {
        padding: 0 50px; } }
    body .container_max {
      width: 1180px;
      max-width: 100%;
      margin: 0 auto;
      box-sizing: border-box; }
      @media screen and (max-width: 1180px) {
        body .container_max {
          padding: 0 20px; } }

/*=============================================================
 #gheader
=============================================================*/
#gHeader {
  background-color: #57483E;
  color: #fff;
  position: relative;
  z-index: 5;
  line-height: 1; }
  #gHeader a {
    color: #fff; }
  #gHeader .logo {
    display: flex;
    align-items: center; }
    #gHeader .logo img {
      width: auto; }
    #gHeader .logo span {
      display: block;
      border-left: 1px solid #fff; }
    #gHeader .logo a {
      display: flex;
      align-items: center; }

@media print, screen and (min-width: 767.9px) {
  #gHeader {
    line-height: 1; }
    #gHeader .logo {
      font-size: 20px;
      height: 80px; }
      #gHeader .logo img {
        height: 40px; }
      #gHeader .logo span {
        padding: 0 0 0 25px;
        margin-left: 25px; }
    #gHeader nav ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      width: 230px;
      height: 80px;
      box-sizing: border-box;
      line-height: 1.45; }
      #gHeader nav ul li a:hover {
        font-size: 110%; }
    #gHeader nav ul li:last-child a {
      background: url("../image/arrow_d_w.svg") no-repeat 85% center;
      background-size: auto 0.8em;
      background-color: #E38272; } }
@media screen and (max-width: 767.9px) {
  .drawer-hamburger {
    position: fixed;
    top: 0;
    right: 0 !important;
    z-index: 10;
    background: rgba(0, 0, 0, 0) !important; }

  .drawer-open .drawer-hamburger {
    right: 0 !important; }

  .drawer-hamburger-icon {
    background-color: #FFF;
    transform: scale(0.8); }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important; }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #FFF; }

  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    background-color: #FFF; }

  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3; }

  .drawer-nav {
    z-index: 4;
    background-color: #57483E; }
    .drawer-nav nav {
      padding: 60px 50px 50px 50px; }
      .drawer-nav nav .logo {
        margin-bottom: 10px; }
      .drawer-nav nav ul li {
        width: 100%;
        border-top: 1px solid #ccc;
        margin-top: -1px;
        line-height: 1.45; }
        .drawer-nav nav ul li a {
          padding: 20px; }
        .drawer-nav nav ul li:last-child {
          border-color: #E38272; }
          .drawer-nav nav ul li:last-child a {
            background-color: #E38272; }

  #gHeader {
    position: fixed; }
    #gHeader .logo {
      font-size: 4vw;
      height: 60px; }
      #gHeader .logo img {
        height: 30px; }
      #gHeader .logo span {
        padding: 0 0 0 1em;
        margin-left: 1em; } }
@media screen and (min-width: 767.9px) and (max-width: 1180px) {
  #gHeader .logo {
    zoom: 0.8; }
  #gHeader nav {
    zoom: 0.8; }
    #gHeader nav ul li a {
      width: auto;
      padding-left: 2vw;
      padding-right: 2vw; } }
/*=============================================================
#footer
=============================================================*/
#footer {
  background-color: #58483E;
  color: #fff;
  margin-top: 10px;
  font-size: 3vw;
  padding: 10px 0;
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 767.9px) {
    #footer {
      font-size: 25px;
      padding: 20px 0;
      margin-top: 70px; } }
  #footer #copyright {
    font-size: 2.5vw;
    letter-spacing: 0em; }
    @media print, screen and (min-width: 767.9px) {
      #footer #copyright {
        font-size: 12px; } }

/*=============================================================
LP共通
=============================================================*/
.bnr_present {
  display: block;
  position: relative; }
  .bnr_present img {
    position: relative;
    z-index: 2; }
  .bnr_present:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: rgba(124, 103, 63, 0.3);
    border-radius: 10px;
    position: absolute;
    bottom: -4px;
    left: 0; }
    @media print, screen and (min-width: 767.9px) {
      .bnr_present:before {
        bottom: -8px; } }

.entry_btn01 {
  margin-top: 20px;
  margin-bottom: 6px; }
  @media print, screen and (min-width: 767.9px) {
    .entry_btn01 {
      margin-top: 55px; } }
  .entry_btn01 a {
    display: inline-block;
    position: relative;
    padding: 0.3em 2em 0.5em 1em;
    background: url("../image/arrow_w.svg") no-repeat 93% center;
    background-size: 17px auto;
    background-color: #E38272;
    box-shadow: 3px 3px 0px rgba(124, 103, 63, 0.5);
    border-radius: 95px;
    border: 3px solid #fff;
    font-size: 5.0vw;
    margin: 0 auto;
    letter-spacing: -0.1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 300ms;
    box-sizing: border-box; }
    @media screen and (max-width: 767.9px) {
      .entry_btn01 a {
        background-size: 0.6em auto; } }
    @media print, screen and (min-width: 767.9px) {
      .entry_btn01 a {
        font-size: 26px;
        width: auto;
        padding: 0.5em 1.0em 0.7em 0em;
        display: block;
        box-shadow: 6px 6px 0px rgba(124, 103, 63, 0.5);
        width: 336px;
        line-height: 1; } }
    .entry_btn01 a::before {
      position: absolute;
      content: '';
      display: inline-block;
      top: -180px;
      left: 0;
      width: 30px;
      height: 100%;
      background-color: #b5e7ff;
      transition: 300ms;
      animation: shinyshiny 2.5s ease-in-out infinite; }
    .entry_btn01 a:hover {
      box-shadow: none; }
      @media print, screen and (min-width: 767.9px) {
        .entry_btn01 a:hover {
          /*font-size: 30px;*/ } }
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
/*=============================================================
 ブロック設定
=============================================================*/
#sec_kv {
  background: url("../image/2025bg.png");
  background-size: cover;
  margin-top: 80px; }
  @media print, screen and (min-width: 767.9px) {
    #sec_kv {
      background: url("../image/2025pc_bg.png");
      background-size: cover;
      margin-top: 0px; } }
  #sec_kv .bg .entry {
    /* background-color: #32B6A0; */
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative; }
    @media print, screen and (min-width: 767.9px) {
      #sec_kv .bg .entry {
        padding-top: 0;
        padding-bottom: 28px; } }
    @media print, screen and (min-width: 1000px) {
      #sec_kv .bg .entry {
        margin-top: 0; } }
    #sec_kv .bg .entry:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      /* background-image: url("../image/kv_bg.svg"); */
      background-repeat: no-repeat;
      background-size: 100% auto;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 767.9px) {
        #sec_kv .bg .entry:before {
          display: none; } }
      @media print, screen and (min-width: 767.9px) {
        #sec_kv .bg .entry:before {
          top: -25vw; } }
      @media print, screen and (min-width: 1000px) {
        #sec_kv .bg .entry:before {
          top: -17vw; } }
      @media screen and (min-width: 767.9px) and (max-width: 1180px) {
        #sec_kv .bg .entry:before {
          top: -20vw; } }
    #sec_kv .bg .entry .container {
      padding-top: 0; }
    #sec_kv .bg .entry .subject {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      line-height: 1.45;
      margin-bottom: 10px; }
      @media print, screen and (min-width: 767.9px) {
        #sec_kv .bg .entry .subject {
          margin-bottom: 20px; } }
      #sec_kv .bg .entry .subject h2 {
        font-size: 8vw; }
        @media print, screen and (min-width: 767.9px) {
          #sec_kv .bg .entry .subject h2 {
            font-size: 45px; } }
      #sec_kv .bg .entry .subject p {
        font-size: 4vw; }
        @media print, screen and (min-width: 767.9px) {
          #sec_kv .bg .entry .subject p {
            font-size: 25px; } }
        #sec_kv .bg .entry .subject p.item {
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff;
          border-radius: 100%;
          color: #32B6A0;
          margin-right: 20px;
          margin-top: 10px; }
          @media print, screen and (min-width: 767.9px) {
            #sec_kv .bg .entry .subject p.item {
              width: 70px;
              height: 70px;
              font-size: 20px;
              margin-top: 0px; } }
  #sec_kv .container_max {
    position: relative;
    padding-bottom: 0; }
    @media screen and (max-width: 767.9px) {
      #sec_kv .container_max {
        padding-left: 0px;
        padding-right: 0px; } }
    @media screen and (max-width: 767.9px) {
      #sec_kv .container_max .inner {
        padding: 0 10px; } }
  #sec_kv .kv_tit {
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
    z-index: 2; }
    @media print, screen and (min-width: 767.9px) {
      #sec_kv .kv_tit {
        padding-top: 50px;
        padding-left: 0px;
        margin-left: -30px; } }
    #sec_kv .kv_tit img {
      width: 75%;
      height: auto; }
      @media print, screen and (min-width: 767.9px) {
        #sec_kv .kv_tit img {
          width: 589px; } }
  #sec_kv .kv_txt01 {
    text-align: right;
    position: relative;
    z-index: 2; }
    @media print, screen and (min-width: 767.9px) {
      #sec_kv .kv_txt01 {
        margin-top: 90px;
        margin-left: -30px;
        text-align: center; } }
    @media screen and (max-width: 767.9px) {
      #sec_kv .kv_txt01 {
        margin-top: -100px; } }
    #sec_kv .kv_txt01 img {
      width: 60%;
      height: auto; }
      @media print, screen and (min-width: 767.9px) {
        #sec_kv .kv_txt01 img {
          width: 390px; } }
  #sec_kv .kv_txt02 {
    position: absolute;
    right: 10px;
    top: -5px;
    width: 18%;
    z-index: 2; }
    @media print, screen and (min-width: 767.9px) {
      #sec_kv .kv_txt02 {
        width: 90px;
        right: 20px; } }
  #sec_kv .kv_txt03 {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767.9px) {
      #sec_kv .kv_txt03 {
        margin-top: -20px;
        padding: 0 30px 0 10px;
        background: url("../image/kv_bg.svg") no-repeat;
        background-size: 100% auto;
        background-position: center 15vw; } }
    @media print, screen and (min-width: 767.9px) {
      #sec_kv .kv_txt03 {
        position: absolute;
        right: 0px;
        bottom: 150px; } }
    @media print, screen and (min-width: 767.9px) {
      #sec_kv .kv_txt03 img {
        width: 410px;
        height: auto; } }
  #sec_kv .kv_txt04 {
    z-index: 2;
    text-align: center; }
    @media print, screen and (min-width: 767.9px) {
      #sec_kv .kv_txt04 {
        position: relative;
        /* margin: 45px 0 38px 0; */
        padding: 10px 0 20px 0px; } }
    @media screen and (max-width: 767.9px) {
      #sec_kv .kv_txt04 {
        width: 50%;
        margin-top: -40px; } }
    #sec_kv .kv_txt04 img {
      height: auto; }
      @media print, screen and (min-width: 767.9px) {
        #sec_kv .kv_txt04 img {
          width: 130px;
          margin-top: 210px;
          margin-right: 700px; } }
  @media screen and (max-width: 767.9px) {
    #sec_kv .kv_img {
      margin: -20px 0 0 0; } }
  @media print, screen and (min-width: 767.9px) {
    #sec_kv .kv_img {
      position: absolute;
       } }
  #sec_kv .kv_img img {
    height: auto; }
    @media print, screen and (min-width: 767.9px) {
      #sec_kv .kv_img img {
        width: 700px;
        text-align: center; } }

@media screen and (min-width: 767.9px) and (max-width: 1180px) {
  #sec_kv {
    zoom: 0.8; } }
#sec_features {
  /* background: url("../image/bg.png"); */
  text-align: center !important; }
  @media screen and (max-width: 767.9px) {
    #sec_features {
      margin-top: -10px;
      /* padding-bottom: 70px;  */
    } 
    #sec_kv .title{
      padding: 40px 40px 0px 40px;
    }
    #sec_kv .kurumi{
      margin: -70px 0px 0px 15px;
      padding: 0px 0px 30px 0px;
      width: 12%;
    }  
    #sec_features .day{
      margin: 30px 0px;
    }
    #sec_features .stb{
      margin: 30px 5px;
    }
    #sec_event .naiyou{
      margin: 30px 50px 5px;
    }
    #sec_contact .comming{
      margin: 40px 90px 20px;
    }
  }
  @media print, screen and (min-width: 767.9px) {
    #sec_features {
      padding-top: 45px;
      /* padding-bottom: 70px;  */
    }
    #sec_kv .title{
      padding: 100px 200px 0px 200px;
    }
    #sec_kv .kurumi{
      padding: 0px 0px 30px 20px;
    }  
    #sec_features .container_max .day{
      margin: 0px 120px 60px;
    }
    #sec_features .container_max .stb{
      margin: 0px 195px 80px;
    }
    #sec_event .naiyou{
      margin: 30px 150px 10px;
    }
    #sec_contact .comming{
      margin: 30px 370px 80px;
    }
  }
  #sec_features strong {
    color: #E38272; }
  @media print, screen and (min-width: 767.9px) {
    #sec_features .tit {
      max-width: 80%;
      margin: 0 auto;
      text-align: center; } }
  #sec_features .message {
    text-align: center;
    margin-top: 10px; }
    @media print, screen and (min-width: 767.9px) {
      #sec_features .message {
        margin-top: 30px;
        font-size: 24px; } }
  #sec_features .col2Box01 {
    background-color: #F2F1E8;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 30px 20px; }
    @media print, screen and (min-width: 767.9px) {
      #sec_features .col2Box01 {
        padding: 50px;
        margin-top: 55px; } }
    @media screen and (max-width: 767.9px) {
      #sec_features .col2Box01 .leftBox {
        width: 100%;
        text-align: center;
        font-size: 3vw; } }
    @media print, screen and (min-width: 767.9px) {
      #sec_features .col2Box01 .leftBox {
        position: absolute;
        top: 60px;
        left: 50px;
        font-size: 18px; } }
    @media screen and (min-width: 767.9px) and (max-width: 1180px) {
      #sec_features .col2Box01 .leftBox {
        width: 38%; } }
    @media print, screen and (min-width: 767.9px) {
      #sec_features .col2Box01 .leftBox h3 {
        margin-bottom: 1em; } }
    @media screen and (min-width: 767.9px) and (max-width: 1180px) {
      #sec_features .col2Box01 .leftBox p {
        font-size: 1.6vw; } }
    @media screen and (max-width: 767.9px) {
      #sec_features .col2Box01 .leftBox .view-sp img {
        margin: 20px 0; } }
    @media screen and (max-width: 767.9px) {
      #sec_features .col2Box01 .rightBox {
        width: 100%; } }
    @media print, screen and (min-width: 767.9px) {
      #sec_features .col2Box01 .rightBox {
        text-align: right; } }
    @media print, screen and (min-width: 767.9px) {
      #sec_features .col2Box01 .rightBox img {
        width: 66%;
        height: auto; } }
    @media screen and (min-width: 767.9px) and (max-width: 1180px) {
      #sec_features .col2Box01 .rightBox img {
        width: 64%; } }
  #sec_features .col2Box02 {
    background-color: #F2F1E8;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 30px 20px; }
    @media print, screen and (min-width: 767.9px) {
      #sec_features .col2Box02 {
        padding: 50px;
        margin-top: 55px; } }
    @media print, screen and (min-width: 767.9px) {
      #sec_features .col2Box02 {
        padding: 50px;
        margin-top: 55px; } }
    #sec_features .col2Box02 .leftBox {
      width: 100%; }
      @media print, screen and (min-width: 767.9px) {
        #sec_features .col2Box02 .leftBox {
          width: 25%; } }
    #sec_features .col2Box02 .rightBox {
      width: 100%; }
      @media screen and (max-width: 767.9px) {
        #sec_features .col2Box02 .rightBox {
          font-size: 3vw;
          text-align: center;
          white-space: nowrap; } }
      @media print, screen and (min-width: 767.9px) {
        #sec_features .col2Box02 .rightBox {
          width: 70%;
          font-size: 18px; } }
      #sec_features .col2Box02 .rightBox h3 {
        margin-bottom: 1em; }
      @media screen and (max-width: 767.9px) {
        #sec_features .col2Box02 .rightBox .view-sp img {
          width: 70%;
          margin: 20px 0; } }

@media print, screen and (min-width: 767.9px) {
  #sec_event {
    /* margin-top: 80px; */
    background-color: #f4f4f4; } }
#sec_event .container_max {
  background-color: #f4f4f4;
  padding: 10px 0 20px 0; }
  @media print, screen and (min-width: 767.9px) {
    #sec_event .container_max {
      padding-bottom: 45px;
      padding-top: 45px; } }
  #sec_event .container_max h2 {
    background-color: #E38272;
    color: #fff;
    padding: 0.2em 0;
    font-size: 6vw; }
    @media print, screen and (min-width: 767.9px) {
      #sec_event .container_max h2 {
        font-size: 24px;
        padding: 0.5em 0; } }
  #sec_event .container_max .col2 {
    width: 85%;
    margin: 20px auto 0 auto;
    text-align: center; }
    @media print, screen and (min-width: 767.9px) {
      #sec_event .container_max .col2 {
        margin: 45px auto 0 auto; } }
    #sec_event .container_max .col2 .leftBox {
      width: 100%; }
      @media print, screen and (min-width: 767.9px) {
        #sec_event .container_max .col2 .leftBox {
          width: 45%; } }
    #sec_event .container_max .col2 .rightBox {
      line-height: 1.2;
      width: 100%;
      padding: 10px 15px 20px 15px;
      box-sizing: border-box; }
      @media print, screen and (min-width: 767.9px) {
        #sec_event .container_max .col2 .rightBox {
          width: 50%;
          padding: 0px; } }
      #sec_event .container_max .col2 .rightBox .date {
        display: flex;
        align-items: flex-end; }
      #sec_event .container_max .col2 .rightBox dl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px dotted #57483E;
        padding: 10px 0; }
        @media print, screen and (min-width: 767.9px) {
          #sec_event .container_max .col2 .rightBox dl {
            padding: 10px 0; } }
        #sec_event .container_max .col2 .rightBox dl dt {
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          border-radius: 100%;
          background-color: #E38272; }
          @media print, screen and (min-width: 767.9px) {
            #sec_event .container_max .col2 .rightBox dl dt {
              width: 56px;
              height: 56px; } }
        #sec_event .container_max .col2 .rightBox dl dd {
          width: 98%;
          /* IE8以下とAndroid4.3以下用フォールバック */
          width: -webkit-calc(100% - 60px);
          width: calc(100% - 60px);
          font-size: 8.0vw;
          letter-spacing: 0em; }
          @media print, screen and (min-width: 767.9px) {
            #sec_event .container_max .col2 .rightBox dl dd {
              font-size: 34px;
              width: -webkit-calc(100% - 80px);
              width: calc(100% - 80px); } }
          #sec_event .container_max .col2 .rightBox dl dd b {
            font-size: 10vw;
            line-height: 1; }
            @media print, screen and (min-width: 767.9px) {
              #sec_event .container_max .col2 .rightBox dl dd b {
                font-size: 55px; } }
            #sec_event .container_max .col2 .rightBox dl dd b:first-of-type {
              margin-left: 0.2em;
              margin-right: 0.1em; }
          #sec_event .container_max .col2 .rightBox dl dd small {
            display: block;
            font-size: 2.5vw; }
            @media print, screen and (min-width: 767.9px) {
              #sec_event .container_max .col2 .rightBox dl dd small {
                font-size: 12px; } }
          #sec_event .container_max .col2 .rightBox dl dd em {
            font-style: normal;
            font-size: 5vw; }
            @media print, screen and (min-width: 767.9px) {
              #sec_event .container_max .col2 .rightBox dl dd em {
                font-size: 20px; } }
          #sec_event .container_max .col2 .rightBox dl dd .week {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 1.8em;
            height: 1.8em;
            border: 1px solid #57483E;
            border-radius: 100%;
            margin-left: 5px;
            font-size: 4vw; }
            @media print, screen and (min-width: 767.9px) {
              #sec_event .container_max .col2 .rightBox dl dd .week {
                font-size: 20px;
                width: 40px;
                height: 40px;
                margin-left: 10px; } }
        #sec_event .container_max .col2 .rightBox dl:nth-child(1) dd {
          margin-top: -0.4em; }
          #sec_event .container_max .col2 .rightBox dl:nth-child(1) dd b:nth-of-type(2) {
            margin-right: 0.1em; }
        @media print, screen and (min-width: 767.9px) {
          #sec_event .container_max .col2 .rightBox dl:nth-child(2) dd small {
            font-size: 16px; } }
        #sec_event .container_max .col2 .rightBox dl:nth-child(3) dd {
          font-size: 5vw; }
          @media print, screen and (min-width: 767.9px) {
            #sec_event .container_max .col2 .rightBox dl:nth-child(3) dd {
              font-size: 22px; } }
          #sec_event .container_max .col2 .rightBox dl:nth-child(3) dd span {
            font-size: 4vw;
            margin-left: 1em; }
            @media print, screen and (min-width: 767.9px) {
              #sec_event .container_max .col2 .rightBox dl:nth-child(3) dd span {
                font-size: 18px; } }
        @media print, screen and (min-width: 767.9px) {
          #sec_event .container_max .col2 .rightBox dl:nth-child(4) {
            border: none; } }
        #sec_event .container_max .col2 .rightBox dl:nth-child(4) dd small {
          margin-bottom: -0.5em; }
          @media print, screen and (min-width: 767.9px) {
            #sec_event .container_max .col2 .rightBox dl:nth-child(4) dd small {
              margin-bottom: -1.5em; } }
  #sec_event .container_max .bnr_present {
    width: 90%;
    margin: 0 auto 0 auto; }
    @media print, screen and (min-width: 767.9px) {
      #sec_event .container_max .bnr_present {
        margin-top: 25px;
        width: 90%; } }

@media print, screen and (min-width: 767.9px) {
  #sec_exhibit {
    margin-top: 80px; } }
#sec_exhibit .container_max {
  background: url("../image/bg.png");
  background-color: #fff;
  padding: 0 0 20px 0; }
  @media print, screen and (min-width: 767.9px) {
    #sec_exhibit .container_max {
      padding-bottom: 45px; } }
  #sec_exhibit .container_max .inner {
    width: 90%;
    margin: 0 auto 0 auto; }
    #sec_exhibit .container_max .inner .lead {
      font-size: 3.5vw;
      margin-bottom: 1em;
      margin-top: 15px; }
      @media print, screen and (min-width: 767.9px) {
        #sec_exhibit .container_max .inner .lead {
          font-size: 20px;
          margin-top: 20px;
          margin-bottom: 20px; } }
    #sec_exhibit .container_max .inner dl {
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: center; }
      #sec_exhibit .container_max .inner dl dt {
        background-color: #32B6A0;
        color: #fff;
        display: inline-block;
        border-radius: 45px;
        padding: 0.2em 1em 0.2em 1em; }
        @media print, screen and (min-width: 767.9px) {
          #sec_exhibit .container_max .inner dl dt {
            font-size: 20px;
            padding: 0.2em 3em 0.2em 3em; } }
        #sec_exhibit .container_max .inner dl dt b {
          font-size: 4vw; }
          @media print, screen and (min-width: 767.9px) {
            #sec_exhibit .container_max .inner dl dt b {
              font-size: 24px; } }
      #sec_exhibit .container_max .inner dl dd {
        font-size: 4vw; }
        @media print, screen and (min-width: 767.9px) {
          #sec_exhibit .container_max .inner dl dd {
            font-size: 24px; } }
        #sec_exhibit .container_max .inner dl dd span {
          display: inline-block;
          margin: 0 1em 0 0.5em; }
          @media print, screen and (min-width: 767.9px) {
            #sec_exhibit .container_max .inner dl dd span {
              margin: 0 40px 0 20px; } }
        @media print, screen and (min-width: 767.9px) {
          #sec_exhibit .container_max .inner dl dd small {
            font-size: 16px; } }
    #sec_exhibit .container_max .inner .entry_btn01 a {
      background-color: #32B6A0; }
  #sec_exhibit .container_max h2 {
    background-color: #32B6A0;
    color: #fff;
    padding: 0.2em 0;
    font-size: 6vw; }
    @media print, screen and (min-width: 767.9px) {
      #sec_exhibit .container_max h2 {
        font-size: 24px;
        padding: 0.5em 0; } }
  #sec_exhibit .container_max h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 4.5vw; }
    @media print, screen and (min-width: 767.9px) {
      #sec_exhibit .container_max h3 {
        font-size: 24px;
        margin-top: 65px;
        margin-bottom: 40px; } }
    #sec_exhibit .container_max h3:after {
      content: "";
      display: block;
      width: 70%;
      height: 1px;
      background-color: #58483E;
      margin: 0.5em auto 0 auto; }
      @media print, screen and (min-width: 767.9px) {
        #sec_exhibit .container_max h3:after {
          width: 50%; } }
  #sec_exhibit .container_max ul {
    text-align: center;
    padding-left: 1em;
    margin: 0 auto; }
    @media screen and (max-width: 767.9px) {
      #sec_exhibit .container_max ul {
        font-size: 3vw; } }
    @media print, screen and (min-width: 767.9px) {
      #sec_exhibit .container_max ul {
        width: 790px;
        max-width: 100%; } }
    #sec_exhibit .container_max ul li {
      text-indent: -1em; }

#sec_contact {
  margin-top: 15px;
  margin-bottom: 10px; }
  @media print, screen and (min-width: 767.9px) {
    #sec_contact {
      margin-top: 80px;
      margin-bottom: 35px; } }
  #sec_contact .container_max {
    background-color: #fff;
    padding: 20px;
    color: #57483E; }
    @media screen and (max-width: 767.9px) {
      #sec_contact .container_max {
        width: 95%; } }
    @media print, screen and (min-width: 767.9px) {
      #sec_contact .container_max {
        padding-top: 50px;
        padding-bottom: 45px; } }
    #sec_contact .container_max h2 {
      color: #58483E;
      font-size: 4.5vw; }
      @media print, screen and (min-width: 767.9px) {
        #sec_contact .container_max h2 {
          font-size: 24px; } }
      #sec_contact .container_max h2:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        border-bottom: 1px dotted #58483E;
        margin: 0.5em auto 0 auto; }
        @media print, screen and (min-width: 767.9px) {
          #sec_contact .container_max h2:after {
            width: 50%; } }
    #sec_contact .container_max .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 4.5vw;
      margin: 20px 0 10px 0; }
      @media print, screen and (min-width: 767.9px) {
        #sec_contact .container_max .logo {
          font-size: 24px;
          margin: 30px 0; } }
      #sec_contact .container_max .logo img {
        width: auto;
        height: 30px; }
        @media print, screen and (min-width: 767.9px) {
          #sec_contact .container_max .logo img {
            height: 50px; } }
      #sec_contact .container_max .logo span {
        display: inline-block;
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #57483E;
        letter-spacing: 0.1em; }
        @media print, screen and (min-width: 767.9px) {
          #sec_contact .container_max .logo span {
            margin-left: 40px;
            padding-left: 40px; } }
    #sec_contact .container_max dl {
      display: flex;
      align-items: center;
      flex-flow: row wrap;
      margin: 0 auto 0 auto; }
      @media print, screen and (min-width: 767.9px) {
        #sec_contact .container_max dl {
          width: 480px; } }
      #sec_contact .container_max dl dt {
        width: 65px;
        color: #fff;
        background-color: #58483E;
        border-radius: 0.5em 1em;
        border-radius: 45px;
        margin-top: 10px; }
        @media print, screen and (min-width: 767.9px) {
          #sec_contact .container_max dl dt {
            width: 90px; } }
      #sec_contact .container_max dl dd {
        text-align: center;
        width: 98%;
        /* IE8以下とAndroid4.3以下用フォールバック */
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        box-sizing: border-box;
        padding-left: 10px;
        margin-top: 10px; }
        @media screen and (max-width: 767.9px) {
          #sec_contact .container_max dl dd {
            font-size: 3vw; } }
        @media print, screen and (min-width: 767.9px) {
          #sec_contact .container_max dl dd {
            width: -webkit-calc(100% - 90px);
            width: calc(100% - 90px); } }
