@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

a {
  color: #000;
}

a:focus, *:focus {
  outline: none;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6vw;
  line-height: 1.7;
  color: #000;
  font-feature-settings: "palt";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
@media all and (max-width: 768px) {
  body {
    font-size: 4.4vw;
    line-height: 1.6;
  }
}

.contents {
  overflow: hidden;
}

/* animation setteing */
@keyframes vertical {
  0% {
    transform: translateY(-4px); }
  100% {
    transform: translateY(4px); } }

@keyframes vertical-r {
  0% {
    transform: translateY(4px); }
  100% {
    transform: translateY(-4px); } }

header {
  padding: 0 0;
  margin: 0;
}
header .container {
  padding: 0 0;
  margin: 0;
  font-size: 0;
}
header .container .main_v .mv_pc_wrap {
  display: block;
    background-color: #08090d;
}
header .container .main_v .mv_sp_wrap {
  display: none;
    background-color: #08090d;
}
@media all and (max-width: 768px) {
  header .container .main_v .mv_pc_wrap {
    display: none;
  }
  header .container .main_v .mv_sp_wrap {
    display: block;
  }
}
header .container .main_v img {
  width: 100%;
  height: auto;
}
header .container .hamburger {
  position: fixed;
  z-index: 1000;
  height: 0;
    visibility: hidden;
}
header .container .hamburger label {
  right: -91.7vw;
  left: auto;
  cursor: pointer;
  display: block;
  position: relative;
  top: 0vw;
  z-index: 99;
  color: #14204a;
  width: 2vw;
  height: 2vw;
  transition: all 0.2s ease-in-out;
  background: #000;
  background: url("../images/menu_btn.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 50% 50%;
  padding: 3.8vw;
}
header .container .hamburger label .mtxt {
  font-size: 0.8vw;
  position: relative;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
  top: -1.8vw;
  left: -1.2vw;
}
header .container .hamburger label span {
  transform: translate3d(-50%, -0.2vw, 0);
  position: absolute;
  top: 57%;
  left: 50%;
  height: 0.2vw;
  width: 1.8vw;
  cursor: pointer;
  background: #14204a;
  display: block;
  content: "";
  transition: all 0.2s ease-in-out;
}
header .container .hamburger label span:before, header .container .hamburger label span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.2vw;
  width: 1.8vw;
  cursor: pointer;
  background: #14204a;
  display: block;
  content: "";
  transition: all 0.2s ease-in-out;
}
header .container .hamburger label span:before {
  transform: translate3d(-50%, -0.7vw, 0);
}
header .container .hamburger label span:after {
  transform: translate3d(-50%, 0.5vw, 0);
}
header .container .hamburger.close span {
  background: transparent;
}
header .container .hamburger.close span:before {
  transform: translateX(-50%) rotate(45deg);
  top: 0;
  background: #14204a;
}
header .container .hamburger.close span:after {
  transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 10px;
  background: #14204a;
}
@media all and (max-width: 1024px) {
  header .container .hamburger label {
    right: -87vw;
    width: 4vw;
    height: 4vw;
    padding: 6.4vw;
  }
  header .container .hamburger label .mtxt {
    font-size: 1.6vw;
    top: -2.8vw;
    left: -2.6vw;
  }
  header .container .hamburger label span {
    transform: translate3d(-50%, 0, 0);
    height: 0.3vw;
    width: 5vw;
  }
  header .container .hamburger label span:before, header .container .hamburger label span:after {
    height: 0.3vw;
    width: 5vw;
  }
  header .container .hamburger label span:before {
    transform: translate3d(-50%, -1.2vw, 0);
  }
  header .container .hamburger label span:after {
    transform: translate3d(-50%, 1vw, 0);
  }
}
header .container #gnav {
  width: 20vw;
  height: 100dvh;
  position: fixed;
  right: -40vw;
  left: auto;
  opacity: 0;
  top: 0;
  bottom: auto;
  z-index: 999;
  margin: 0 auto;
  transition: 0.3s;
  background: url(../images/menu_bg.jpg) no-repeat;
  background-size: cover;
}
header .container #gnav:after {
  content: "";
  display: block;
  background: url(../images/menu_img.png) no-repeat center top;
  background-size: contain;
  width: 10vw;
  height: 10vw;
  position: relative;
  bottom: 0vw;
  right: -10vw;
  left: auto;
}
@media all and (max-width: 768px) {
  header .container #gnav:after {
    bottom: -5vw;
    right: -18vw;
    width: 20vw;
    height: 20vw;
  }
}
header .container #gnav ul {
  padding: 8vw 0 0 0;
  overflow: auto;
}
header .container #gnav ul li a {
  font-size: 1.2vw;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  display: block;
  text-shadow: 0 0 15px #fff;
  padding: 0.5vw 0 0.5vw 2vw;
}
@media all and (max-width: 800px) {
  header .container #gnav ul {
    padding: 14vw 0 0 0;
  }
  header .container #gnav ul li a {
    font-size: 3.4vw;
    padding: 3vw 0 3vw 4vw;
  }
}
header .container #gnav.close {
  right: 0;
  opacity: 1;
  top: 0vh;
}
@media all and (max-width: 1000px) {
  header .container #gnav {
    width: 44vw;
  }
}

section {
  padding: 0 0;
  z-index: 1;
  position: relative;
}
section .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  /*
  			p {

  				width:100%;
  				text-align: justify;
  				text-justify: inter-ideograph;
  				padding: 0 0 2em;

  			}
  				*/
}
section .container .mds_h2 {
  margin: 0 auto;
  padding: 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 5.4vw;
  line-height: 1.2;
  text-shadow: 0 0 15px #ffffff;
  font-family: "Oswald", "Zen Antique Soft";
  font-weight: 400;
  font-style: normal;
}
section .container .mds_h2 .subtitle {
  font-size: 4vw;
    margin-bottom: 3vw;
}
@media all and (max-width: 768px) {
  section .container .mds_h2 {
    font-size: 7vw;
  }
  section .container .mds_h2 .subtitle {
    font-size: 5.6vw;
  }
}
section .container .mds {
  text-align: center;
  font-size: 5vw;
  color: #fde3a1;
  padding: 0 0 1em;
  margin: 0;
  line-height: 1;
  font-family:  "Oswald", "Zen Antique Soft";
  font-weight: 400;
  font-style: normal;
}
section .container .nmds {
  text-align: left;
  font-size: 3.7vw;
  font-weight: bold;
  padding: 0.5em 0 1em;
  margin: 0;
  line-height: 1;
}
@media all and (max-width: 768px) {
  section .container .nmds {
    font-size: 4.4vw;
  }
}
section .container .imgarea {
  padding: 4vw 0;
}
section .container .imgarea img {
  width: 100%;
  height: auto;
}
section .container .imgarea .fg_cap {
  font-size: 0.9em;
  line-height: 1.4;
  padding: 0 0;
  text-align: justify;
}

.sec_lead {
  background: url("../images/sec_lead.webp") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: auto;
  /*padding-top: 10vw;*/
}
.sec_lead:after {
  content: "";
  width: 18vw;
  height: 18vw;
  position: absolute;
  background: url("../images/leafojj_01.webp") no-repeat;
  background-size: contain;
  left: -2vw;
  bottom: 20vw;
}
@media all and (max-width: 768px) {
  .sec_lead:after {
    width: 29vw;
    height: 29vw;
    left: -7vw;
    bottom: auto;
    top: 28vw;
  }
}
.sec_lead .container .feature {
    font-size: 3.5vw;
    color: orange;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 5vw;
    font-weight: bold;
    /*text-shadow: 
      0 0 1px #8080ed, 0 0 3px #8080ed, 
      0 0 6px #8080ed, 0 0 10px #8080ed, 
      0 0 30px #8080ed, 0 0 50px #8080ed;;*/
}
.sec_lead .container .feature::before {
    content: '';
    display: block;
    width: 20vw;
    height: 18vw;
    background: url(../images/partners/sp_fukunokuni.svg) center left no-repeat;
    background-size: contain;
    top: -12vw;
    position: absolute;
    right: 0vw;
    animation: vertical 2.5s ease-in-out infinite alternate;
    z-index: 10;
}
@media all and (max-width: 768px) {
.sec_lead .container .feature {
    font-size: 6.5vw;
}
.sec_lead .container .feature::before {
    width: 25vw;
    height: 25vw;
    right: 3vw;
}
}
.sec_lead .container .feature p{
    transform: rotate(-5deg);
    margin-bottom: 3vw;
    text-shadow: 0 0 0.5vw #0f002d;
}
.sec_lead .container .feature .st {
    font-size: 2.5vw;
    color: #ffd600;
}
.sec_lead .arch_img {
  width: 100%;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  pointer-events: none;
}
.sec_lead .arch_img img {
  width: 100%;
  height: auto;
}
.sec_lead .arch_img.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 50;
  height: 315px;
}
.sec_lead .arch_img.fixed img {
  width: 100%;
  height: auto;
}
.sec_lead .container {
  padding: 5vw 0 14vw;
  margin: -1vw 0 0 0;
}
/*.sec_lead .container.fixed2 {
  margin: 0vw 0 0 0;
  padding: 14vw 0 14vw;
}*/
.sec_lead .container .mds_h2 {
  padding: 30vw 0 5vw;
  color: #FFFFFF;
  text-shadow: 0 0 15px #ffffff;
  background: url("../images/logo.png") no-repeat center top;
  background-size: 70%;
  /*text-indent: -9999px;*/
}
@media all and (max-width: 768px) {
  .sec_lead .container .mds_h2 {
    /*padding: 14.5vw 0;*/
  }
}
.sec_lead .container .lead_txtarea {
  text-align: center;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0 0 15px #fff;
  padding: 3vw 17vw;
}
.sec_lead .container .lead_txtarea p {
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .sec_lead .container .lead_txtarea {
    padding: 3vw 4vw;
  }
  .sec_lead .container .lead_txtarea p {
    padding: 0.5em 0 0.5em;
  }
  .sec_lead .container .lead_txtarea p br {
    display: none;
  }
}
.sec_lead .container .img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  line-height: 0;
}
.sec_lead .container .img_list .list_item {
  width: 25%;
}
.sec_lead .container .img_list .list_item img {
  width: 100%;
  height: auto;
}

.sec_maparea {
  background: url(../images/sec_map_bg.webp) no-repeat center top;
    background-size: 100% auto;
    margin: -10vw 0 0 0;
    z-index: 2;
    position: relative;
    text-align: center;
}
@media all and (max-width: 768px) {
.sec_maparea {
  background: url(../images/sec_map_bg_long.webp) no-repeat center top;
    background-size: 100% auto;
    margin: -10vw 0 0 0;
    z-index: 2;
    position: relative;
    }}
.sec_maparea:before {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  background: url("../images/leafojj_08.webp") no-repeat;
  background-size: contain;
  left: 2vw;
  top: 8vw;
}
.sec_maparea:after {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  background: url("../images/leafojj_03.webp") no-repeat;
  background-size: contain;
  left: 76vw;
  top: -2vw;
}
.sec_maparea .container {
  padding: 0vw 8vw 21vw;
    font-size: 2.2vw;
}
@media all and (max-width: 768px) {
  .sec_maparea .container {
    padding: 0vw 4vw 5vw;
    font-size: 4.3vw;
  }
}
.sec_maparea .container .mds_h2 {
  padding: 14vw 0 6vw 0;
  color: #382b8d;
}
.sec_maparea .container .map_txtarea {
  color: #540a00;
}
.sec_maparea .container .machinami {
  width: 100% auto;
    margin: 0 auto;
}
.sec_maparea .container .map_area .map_spot {
  position: relative;
  width: 100%;
  height: auto;
}
.sec_maparea .container .map_area .map_spot li img {
  width: 100%;
  height: auto;
}
.sec_maparea .container .map_area .map_spot li:first-child {
  position: absolute;
  width: 100%;
  height: auto;
}
.sec_maparea .container .map_area .map_spot li:nth-child(2) {
  width: 17.8645833333vw;
  height: auto;
  position: absolute;
  top: -5.5vw;
  left: 4vw;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .sec_maparea .container .map_area .map_spot li:nth-child(2) {
    width: 22.3307291667vw;
    top: -8vw;
    left: 3vw;
  }
}
.sec_maparea .container .map_area .map_spot li:nth-child(3) {
  width: 20.9895833333vw;
  height: auto;
  position: absolute;
  top: 2.3vw;
  left: 35vw;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .sec_maparea .container .map_area .map_spot li:nth-child(3) {
    width: 26.2369791667vw;
    top: 1.4vw;
    left: 36vw;
  }
}
.sec_maparea .container .map_area .map_spot li:nth-child(4) {
  width: 17.8645833333vw;
  height: auto;
  position: absolute;
  top: 7.5vw;
  left: 61.8vw;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .sec_maparea .container .map_area .map_spot li:nth-child(4) {
    width: 22.3307291667vw;
    top: 7.5vw;
    left: 67.8vw;
  }
}
.sec_maparea .container .map_area .map_spot li:nth-child(5) {
  width: 19.84375vw;
  height: auto;
  position: absolute;
  top: 24.4vw;
  left: 10vw;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .sec_maparea .container .map_area .map_spot li:nth-child(5) {
    width: 24.8046875vw;
    top: 26.4vw;
    left: 8vw;
  }
}
.sec_maparea .container .map_area .map_spot li:nth-child(6) {
  width: 17.8645833333vw;
  height: auto;
  position: absolute;
  top: 27.5vw;
  left: 35vw;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .sec_maparea .container .map_area .map_spot li:nth-child(6) {
    width: 22.3307291667vw;
    top: 29.5vw;
    left: 36.5vw;
  }
}
.sec_maparea .container .map_area .map_spot li:nth-child(7) {
  width: 20.3125vw;
  height: auto;
  position: absolute;
  top: 25.5vw;
  left: 50vw;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .sec_maparea .container .map_area .map_spot li:nth-child(7) {
    width: 25.390625vw;
    top: 32vw;
    left: 57.8vw;
  }
}
.sec_maparea .container .map_area .map_spot li:nth-child(8) {
  width: 26.3541666667vw;
  height: auto;
  position: absolute;
  top: 23vw;
  left: 61vw;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .sec_maparea .container .map_area .map_spot li:nth-child(8) {
    width: 32.9427083333vw;
    top: 24.5vw;
    left: 63vw;
  }
}
/****************************秘密の部屋****************/

.sec_room {
  background: url("../images/sec_activity.webp") no-repeat center top;
  background-size: cover;
  margin: -14vw 0 0 0;
  position: relative;
    padding-top: 5vw;
}
.sec_room:before {
  content: "";
  width: 18vw;
  height: 18vw;
  position: absolute;
  background: url("../images/leafojj_07.webp") no-repeat;
  background-size: contain;
  left: 80vw;
  top: 5vw;
}
@media all and (max-width: 768px) {
    .sec_room {
      margin: -5vw 0 0 0;
    }
  .sec_room:before {
    width: 20vw;
    height: 20vw;
    left: 86vw;
    top: 7vw;
      z-index: 3
  }
}
.sec_room .container {
  padding: 3vw 0vw 5vw;
}
.sec_room .container  img {
    width: 100%;
    height: auto;
}
.sec_room .container .mds_h2 {
  padding: 5vw 0 3vw 0;
  /*letter-spacing: -0.25vw;*/
}
.sec_room .container .activity_list {
  /* activity_item */
}
.sec_room .container .activity_list .activity_item {
  padding: 0 0 5vw;
  position: relative;
  /* 個別スタイル */
}
.sec_room .container .activity_list .activity_item .mds {
  font-size: 4.4vw;
  color: #ffffff;
  text-shadow: 0 0 15px #ffffff;
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item .mds {
    font-size: 6.4vw;
    color: #ffffff;
    line-height: 1.3;
    padding: 26vw 0 0;
  }
}
.sec_room .container .activity_slides {
  /*width: 90%;*/
}
.sec_room .container .activity_list .activity_item .activity_item_layout {
  display: flex;
}
.sec_room .container .activity_list .activity_item .activity_item_layout.ltxt-rimg {
  flex-direction: row-reverse;
}
.sec_room .container .activity_list .activity_item .activity_item_layout.ltxt-rimg .txtarea {
  padding: 0 4vw 3vw 12vw;
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item .activity_item_layout {
    flex-direction: column;
  }
  .sec_room .container .activity_list .activity_item .activity_item_layout.ltxt-rimg {
    flex-direction: column;
  }
  .sec_room .container .activity_list .activity_item .activity_item_layout.ltxt-rimg .txtarea {
    padding: 0 6vw 4vw 6vw;
      line-height: 1.4;
  }
}
.sec_room .container .activity_list .activity_item .activity_item_layout .imgarea {
  width: 50%;
}
.sec_room .container .activity_list .activity_item .activity_item_layout .imgarea img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item .activity_item_layout .imgarea {
    width: 100%;
  }
}
.sec_room .container .activity_list .activity_item .activity_item_layout .txtarea {
  width: 50%;
  padding: 5vw 12vw 4vw 3vw;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0 0 15px #fff;
  text-align: justify;
}
    @media all and (max-width: 768px) {
    .sec_room .container .activity_list .activity_item .activity_item_layout .txtarea {
        font-size: 5vw;
        }
        }
.sec_room .container .activity_list .activity_item .activity_item_layout .txtarea.trapezoid {
  color: #14204a;
  display: inline-block;
  padding: 20px;
  background-color: lightblue;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  margin: 10px;
}
.sec_room .container .activity_list .activity_item .activity_item_layout .txtarea .place_point {
  /* border-radius: 0.4vw; */
  /* border: 1px solid #fff; */
  padding: 0.5vw 1vw;
  text-align: center;
  margin: 0 0 0 0;
  font-size: 1.8vw;
  color: #14204a;
  font-weight: bold;
  background: #fff;
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item .activity_item_layout .txtarea {
    width: 100%;
    padding: 0 6vw 0vw 6vw;
  }
.sec_room .container .activity_list .activity_item .activity_item_layout .txtarea .place_point {
  /* border-radius: 0.4vw; */
  font-size: 5vw;
}
}
.sec_room .container .activity_list .activity_item .activity_item_layout .txtarea .nmds {
  font-size: 3.5vw;
  line-height: 1.2;
  text-align: justify;
  color: #ffffff;
  text-shadow: 0 0 15px #ffffff;
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item .activity_item_layout .txtarea .nmds {
    font-size: 8vw;
    line-height: 1.2;
      padding: 2vw 0 5vw;
  }
}
.sec_room .container .activity_list .activity_item .item_kkm {
  margin: 2vw 0vw 3vw;
  padding: 4vw;
  font-size: 1.6vw;
  line-height: 1.5;
  color: #000;
  border-radius: 1vw;
  background: #ffffff;
}
.sec_room .container .activity_list .activity_item .item_kkm .point {
  font-weight: bold;
  color: rgb(196, 54, 54);
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item .item_kkm {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.sec_room .container .activity_list .activity_item .add_layout_nebuta {
  display: flex;
  padding: 0 5vw 0 17vw;
}
.sec_room .container .activity_list .activity_item .add_layout_nebuta .imgarea {
  width: 34%;
}
.sec_room .container .activity_list .activity_item .add_layout_nebuta .imgarea img {
  width: 100%;
  height: auto;
}
.sec_room .container .activity_list .activity_item .add_layout_nebuta .txtarea {
  width: 65%;
  padding: 0 12vw 4vw 1vw;
  font-size: 1.6vw;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 15px #fff;
  text-align: justify;
}
.sec_room .container .activity_list .activity_item .add_layout_nebuta .txtarea .nmds {
  font-size: 2vw;
  line-height: 1.2;
  text-align: justify;
}
.sec_room .container .activity_list .activity_item .add_layout_nebuta.noimg {
  display: block;
  padding: 0 15vw 0;
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item .add_layout_nebuta.noimg {
    padding: 0 5vw 0;
  }
}
.sec_room .container .activity_list .activity_item .add_layout_nebuta.noimg .txtarea {
  width: 100%;
  padding: 0 4vw 4vw;
  border: 1px solid #fff;
}
.sec_room .container .activity_list .activity_item .add_layout_nebuta.noimg .txtarea .nmds {
  color: #14204a;
  background: #fff;
  display: inline-block;
  margin: 0vw 0 2vw -4vw;
  padding: 1.5vw 2vw;
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item .add_layout_nebuta {
    flex-direction: column-reverse;
    padding: 0 5vw 0;
  }
  .sec_room .container .activity_list .activity_item .add_layout_nebuta .imgarea {
    width: 100%;
    padding: 7vw 16vw 0;
  }
  .sec_room .container .activity_list .activity_item .add_layout_nebuta .txtarea {
    width: 100%;
    padding: 8vw 0 1vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec_room .container .activity_list .activity_item .add_layout_nebuta .txtarea .nmds {
    font-size: 3.8vw;
    line-height: 1.8;
    padding: 5vw 0 1vw;
  }
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item:nth-child(1) .mds {
    padding: 0 0;
  }
}
.sec_room .container .activity_list .activity_item:nth-child(1):before {
  content: "";
    width: 25vw;
    height: 25vw;
    position: absolute;
    background: url(../images/leafojj_04.webp) no-repeat;
    background-size: contain;
    left: -6vw;
    top: -20vw;
  /*transform: rotate(45deg);*/
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item:nth-child(1):before {
    width: 25vw;
    height: 25vw;
    left: -11vw;
    top: 6vw;
  }
}
.sec_room .container .activity_list .activity_item:nth-child(2):before {
  content: "";
  width: 16vw;
  height: 16vw;
  position: absolute;
  background: url("../images/leafojj_06.webp") no-repeat;
  background-size: contain;
  left: 80vw;
  top: -5vw;
  transform: rotate(0deg);
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item:nth-child(2):before {
    width: 32vw;
    height: 32vw;
    left: 82vw;
    top: -13vw;
  }
}
.sec_room .container .activity_list .activity_item:nth-child(3):before {
  content: "";
  width: 21vw;
  height: 21vw;
  position: absolute;
  background: url(../images/leafojj_08.webp) no-repeat;
  background-size: contain;
  left: -6vw;
  top: -12vw;
  transform: rotate(6deg);
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item:nth-child(3):before {
    width: 30vw;
    height: 32vw;
    left: -8vw;
    top: -10vw;
  }
}
.sec_room .container .activity_list .activity_item:nth-child(4):before {
  content: "";
  width: 16vw;
  height: 16vw;
  position: absolute;
  background: url("../images/leafojj_02.webp") no-repeat;
  background-size: contain;
  left: 80vw;
  top: -5vw;
  transform: rotate(0deg);
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item:nth-child(4):before {
    width: 32vw;
    height: 32vw;
    left: 81vw;
    top: -3vw;
  }
}
.sec_room .container .activity_list .activity_item:nth-child(5):before {
  content: "";
  width: 21vw;
  height: 21vw;
  position: absolute;
  background: url(../images/leafojj_01.webp) no-repeat;
  background-size: contain;
  left: 2vw;
  top: -12vw;
  transform: rotate(6deg);
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item:nth-child(5):before {
    width: 30vw;
    height: 32vw;
    left: 0vw;
    top: -2vw;
  }
}
.sec_room .container .activity_list .activity_item:nth-child(6):before {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  background: url(../images/leafojj_06.webp) no-repeat;
  background-size: contain;
  left: 82vw;
  top: -16vw;
  transform: rotate(0deg);
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item:nth-child(6):before {
    width: 38vw;
    height: 38vw;
    left: 70vw;
    top: -12vw;
  }
}
.sec_room .container .activity_list .activity_item:nth-child(6):after {
  content: "";
  width: 24vw;
  height: 24vw;
  position: absolute;
  background: url(../images/leafojj_04.webp) no-repeat;
  background-size: contain;
  left: 6vw;
  top: 63vw;
  transform: rotate(0deg);
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item:nth-child(6):after {
    width: 34vw;
    height: 34vw;
    left: -2vw;
    top: 118vw;
  }
}
/*.sec_room .container .activity_list .activity_item:last-child {
  
  padding: 4vw;
  margin: 0 4vw 20vw;
  color: #14204a;
  background-color: #14204a;
}
.sec_room .container .activity_list .activity_item:last-child .mds {
  font-size: 3.4vw;
  padding: 0 0 0.5em;
  color: #ffffff;
}
.sec_room .container .activity_list .activity_item:last-child .txtarea {
  width: 100%;
  padding: 0 24vw 0 0 !important;
  font-size: 1.4vw;
  color: #14204a;
  position: relative;
}
.sec_room .container .activity_list .activity_item:last-child .txtarea .nmds {
  font-size: 2vw;
  color: #14204a;
}
.sec_room .container .activity_list .activity_item:last-child .txtarea:after {
  content: "";
  display: block;
  width: 38vw;
  height: 25vw;
  position: absolute;
  background: url("../images/image_library.png") no-repeat;
  background-size: contain;
  right: -14vw;
  bottom: -17vw;
  z-index: 2;
}
.sec_room .container .activity_list .activity_item:last-child .imgarea {
  width: 40%;
  padding: 2vw 2vw 0 4vw;
}
@media all and (max-width: 768px) {
  .sec_room .container .activity_list .activity_item:last-child .txtarea {
    width: 100%;
    font-size: 4vw;
    line-height: 1.5;
    padding: 0 0 6vw 0 !important;
  }
  .sec_room .container .activity_list .activity_item:last-child .txtarea .nmds {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec_room .container .activity_list .activity_item:last-child .imgarea {
    width: 100%;
    padding: 2vw 8vw 2vw;
  }
}*/


.sec_room .container .creator_list {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.sec_room .container .creator_list .creator_item {
    padding: 0 1.5vw 3vw;
    position: relative;
    width: 33%;
}
.sec_room .container .creator_list .creator_item .mds {
  font-size: 1.5vw;
  color: #ffffff;
  text-shadow: 0 0 15px #000000;
}
.sec_room .container .creator_list .creator_item .creator_link {
    text-align: center;    
}
.sec_room .container .creator_list .creator_item .creator_link .creator_link_item {
    display: inline-block;
    margin: 0 0.5vw;
}
.sec_room .container .creator_list .creator_item .creator_link .creator_link_item a{
    font-size: 1.2vw;
    color: #ffffff;
  text-shadow: 0 0 15px #000000;
}
@media all and (max-width: 768px) {
.sec_room .container .creator_list {
    width: 100%;
    margin: 0 0 10vw;
}
.sec_room .container .creator_list .creator_item {
    padding: 0 1.5vw 3vw;
    position: relative;
    width: 50%;
}
  .sec_room .container .creator_list .creator_item .mds {
    font-size: 4.8vw;
    padding: 0vw 0 0;
  }
.sec_room .container .creator_list .creator_item .creator_link {
    text-align: center;    
}
.sec_room .container .creator_list .creator_item .creator_link .creator_link_item {
    display: inline-block;
    margin: 0 0.5vw;
}
.sec_room .container .creator_list .creator_item .creator_link .creator_link_item a{
    font-size: 4vw;
}
}

/****************************謎解き************/
.sec_root {
  background: url("../images/sec_oldpaper_bg.png") repeat center top;
  background-size: 100% auto;
  margin: -5vw 0 0 0;
  position: relative;
    color: #540a00;
}
.sec_root:before {
  content: "";
  width: 25vw;
  height: 25vw;
  position: absolute;
  background: url("../images/leafh_01.webp") no-repeat;
  background-size: contain;
  left: 75vw;
  top: -3vw;
}
@media all and (max-width: 768px) {
  .sec_root:before {
    width: 30vw;
    height: 30vw;
    left: 74vw;
    top: -5vw;
  }
}
.sec_root .container {
  padding: 3vw 0vw 5vw;
}
.sec_root .container .mds_h2 {
  padding: 10vw 0 8vw 0;
    color: #540a00;
}
.sec_root .container .activity_list {
  /* activity_item */
}
.sec_root .container .activity_list .activity_item {
  padding: 0 0 3vw;
  position: relative;
  /* 個別スタイル */
}
.sec_root .container .activity_list .activity_item .mds {
  font-size: 3.5vw;
    color: #540a00;
    text-shadow: 0 0 15px #ffffff;
    text-align: left;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item .mds {
    font-size: 6.4vw;
    line-height: 1.3;
    padding: 0vw 0 0;
  }
}
.sec_root .container .activity_list .activity_item .activity_item_layout {
  display: flex;
}
.sec_root .container .activity_list .activity_item .activity_item_layout.ltxt-rimg {
  flex-direction: row-reverse;
}
.sec_root .container .activity_list .activity_item .activity_item_layout.ltxt-rimg .txtarea {
  padding: 0 4vw 3vw 12vw;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item .activity_item_layout {
    flex-direction: column;
  }
  .sec_root .container .activity_list .activity_item .activity_item_layout.ltxt-rimg {
    flex-direction: column;
  }
  .sec_root .container .activity_list .activity_item .activity_item_layout.ltxt-rimg .txtarea {
    padding: 0 6vw 4vw 6vw;
  }
}
.sec_root .container .activity_list .activity_item .activity_item_layout .imgarea {
  width: 50%;
}
.sec_root .container .activity_list .activity_item .activity_item_layout .imgarea img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item .activity_item_layout .imgarea {
    width: 100%;
  }
}
.sec_root .container .activity_list .activity_item .activity_item_layout .txtarea {
  width: 50%;
  padding: 5vw 5vw 4vw 3vw;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0 0 15px #fff;
  text-align: justify;
}
.sec_root .container .activity_list .activity_item .activity_item_layout .txtarea.trapezoid {
  color: #000;
  display: inline-block;
  padding: 20px;
  background-color: lightblue;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  margin: 10px;
}
.sec_root .container .activity_list .activity_item .activity_item_layout .txtarea .place_point {
  /* border-radius: 0.4vw; */
  /* border: 1px solid #fff; */
  padding: 0.5vw 1vw;
  text-align: center;
  margin: 0 0 0 0;
  font-size: 0.7em;
  color: #540a00;
  font-weight: bold;
  background: #fff;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item .activity_item_layout .txtarea {
    width: 100%;
    padding: 0 6vw 4vw 6vw;
  }
}
.sec_root .container .activity_list .activity_item .activity_item_layout .txtarea .nmds {
  font-size: 2vw;
    line-height: 1.2;
    text-align: justify;
    color: #540a00;
    text-shadow: 0 0 15px #ffffff;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item .activity_item_layout .txtarea .nmds {
    font-size: 4.4vw;
    line-height: 1.3;
  }
}
.sec_root .container .activity_list .activity_item .item_kkm {
  margin: 2vw 0vw 3vw;
  padding: 4vw;
  font-size: 1.6vw;
  line-height: 1.5;
  color: #000;
  border-radius: 1vw;
  background: #ffffff;
}
.sec_root .container .activity_list .activity_item .item_kkm .point {
  font-weight: bold;
  color: rgb(196, 54, 54);
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item .item_kkm {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.sec_root .container .activity_list .activity_item .add_layout_nebuta {
  display: flex;
  padding: 0 5vw 0 17vw;
}
.sec_root .container .activity_list .activity_item .add_layout_nebuta .imgarea {
  width: 34%;
}
.sec_root .container .activity_list .activity_item .add_layout_nebuta .imgarea img {
  width: 100%;
  height: auto;
}
.sec_root .container .activity_list .activity_item .add_layout_nebuta .txtarea {
  width: 65%;
  padding: 0 12vw 4vw 1vw;
  font-size: 1.6vw;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 15px #fff;
  text-align: justify;
}
.sec_root .container .activity_list .activity_item .add_layout_nebuta .txtarea .nmds {
  font-size: 2vw;
  line-height: 1.2;
  text-align: justify;
}
.sec_root .container .activity_list .activity_item .add_layout_nebuta.noimg {
  display: block;
  padding: 0 15vw 0;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item .add_layout_nebuta.noimg {
    padding: 0 5vw 0;
  }
}
.sec_root .container .activity_list .activity_item .add_layout_nebuta.noimg .txtarea {
  width: 100%;
  padding: 0 4vw 4vw;
  border: 1px solid #fff;
}
.sec_root .container .activity_list .activity_item .add_layout_nebuta.noimg .txtarea .nmds {
  color: #14204a;
  background: #fff;
  display: inline-block;
  margin: 0vw 0 2vw -4vw;
  padding: 1.5vw 2vw;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item .add_layout_nebuta {
    flex-direction: column-reverse;
    padding: 0 5vw 0;
  }
  .sec_root .container .activity_list .activity_item .add_layout_nebuta .imgarea {
    width: 100%;
    padding: 7vw 16vw 0;
  }
  .sec_root .container .activity_list .activity_item .add_layout_nebuta .txtarea {
    width: 100%;
    padding: 8vw 0 1vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec_root .container .activity_list .activity_item .add_layout_nebuta .txtarea .nmds {
    font-size: 3.8vw;
    line-height: 1.8;
    padding: 5vw 0 1vw;
  }
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item:nth-child(1) .mds {
    padding: 0 0;
  }
}
.sec_root .container .activity_list .activity_item:nth-child(1):before {
  content: "";
  width: 25vw;
  height: 25vw;
  position: absolute;
  background: url("../images/leafh_02.webp") no-repeat;
  background-size: contain;
  left: -2vw;
  top: -19vw;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item:nth-child(1):before {
    width: 30vw;
    height: 30vw;
    left: -11vw;
    top: -8vw;
  }
}
.sec_root .container .activity_list .activity_item:nth-child(2):before {
  content: "";
  width: 25vw;
  height: 25vw;
  position: absolute;
  background: url("../images/leafh_03.webp") no-repeat;
  background-size: contain;
  left: 80vw;
  top: -10vw;
  transform: rotate(0deg);
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item:nth-child(2):before {
    width: 32vw;
    height: 32vw;
    left: 73vw;
    top: -15vw;
  }
}
.sec_root .container .activity_list .activity_item:nth-child(3):before {
  content: "";
  width: 21vw;
  height: 21vw;
  position: absolute;
  background: url(../images/leafh_04.webp) no-repeat;
  background-size: contain;
  left: 0vw;
  top: -12vw;
  /*transform: rotate(6deg);*/
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item:nth-child(3):before {
    width: 30vw;
    height: 32vw;
    left: -9vw;
    top: -5vw;
  }
}
.sec_root .container .activity_list .activity_item:nth-child(4):before {
  content: "";
  width: 16vw;
  height: 16vw;
  position: absolute;
  background: url("../images/leafojj_02.webp") no-repeat;
  background-size: contain;
  left: 80vw;
  top: -5vw;
  transform: rotate(0deg);
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item:nth-child(4):before {
    width: 32vw;
    height: 32vw;
    left: 81vw;
    top: -3vw;
  }
}
.sec_root .container .activity_list .activity_item:nth-child(5):before {
  content: "";
  width: 21vw;
  height: 21vw;
  position: absolute;
  background: url(../images/leafojj_01.webp) no-repeat;
  background-size: contain;
  left: 2vw;
  top: -12vw;
  transform: rotate(6deg);
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item:nth-child(5):before {
    width: 30vw;
    height: 32vw;
    left: 0vw;
    top: -2vw;
  }
}
.sec_root .container .activity_list .activity_item:nth-child(6):before {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  background: url(../images/leafojj_06.webp) no-repeat;
  background-size: contain;
  left: 82vw;
  top: -16vw;
  transform: rotate(0deg);
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item:nth-child(6):before {
    width: 38vw;
    height: 38vw;
    left: 70vw;
    top: -12vw;
  }
}
.sec_root .container .activity_list .activity_item:nth-child(6):after {
  content: "";
  width: 24vw;
  height: 24vw;
  position: absolute;
  background: url(../images/leafojj_04.webp) no-repeat;
  background-size: contain;
  left: 6vw;
  top: 63vw;
  transform: rotate(0deg);
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item:nth-child(6):after {
    width: 34vw;
    height: 34vw;
    left: -2vw;
    top: 118vw;
  }
}
/*.sec_root .container .activity_list .activity_item:last-child {
  
  padding: 4vw;
  margin: 0 4vw 20vw;
  color: #14204a;
  background-color: #14204a;
}
.sec_root .container .activity_list .activity_item:last-child .mds {
  font-size: 3.4vw;
  padding: 0 0 0.5em;
  color: #ffffff;
}
.sec_root .container .activity_list .activity_item:last-child .txtarea {
  width: 100%;
  padding: 0 24vw 0 0 !important;
  font-size: 1.4vw;
  color: #14204a;
  position: relative;
}
.sec_root .container .activity_list .activity_item:last-child .txtarea .nmds {
  font-size: 2vw;
  color: #14204a;
}
.sec_root .container .activity_list .activity_item:last-child .txtarea:after {
  content: "";
  display: block;
  width: 38vw;
  height: 25vw;
  position: absolute;
  background: url("../images/image_library.png") no-repeat;
  background-size: contain;
  right: -14vw;
  bottom: -17vw;
  z-index: 2;
}
.sec_root .container .activity_list .activity_item:last-child .imgarea {
  width: 40%;
  padding: 2vw 2vw 0 4vw;
}
@media all and (max-width: 768px) {
  .sec_root .container .activity_list .activity_item:last-child .txtarea {
    width: 100%;
    font-size: 4vw;
    line-height: 1.5;
    padding: 0 0 6vw 0 !important;
  }
  .sec_root .container .activity_list .activity_item:last-child .txtarea .nmds {
    font-size: 4vw;
    line-height: 1.5;
  }
  .sec_root .container .activity_list .activity_item:last-child .imgarea {
    width: 100%;
    padding: 2vw 8vw 2vw;
  }
}*/

.sec_workshop {
  background: url("../images/sec_workshop_bg.webp") no-repeat center top;
  background-size: cover;
  margin: -14vw 0 0 0;
  z-index: 2;
  position: relative;
}
.sec_workshop:after {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  background: url("../images/leafojj_07.webp") no-repeat;
  background-size: contain;
  left: 78vw;
  top: 11vw;
  transform: rotate(0deg);
}
@media all and (max-width: 768px) {
  .sec_workshop:after {
    width: 34vw;
    height: 34vw;
    left: 3vw;
    top: -9vw;
    transform: rotate(40deg);
  }
}
.sec_workshop .container {
  padding: 6vw 6vw 25vw;
}
@media all and (max-width: 768px) {
  .sec_workshop .container {
    padding: 6vw 2vw 25vw;
  }
}
.sec_workshop .container .mds_h2 {
  padding: 15vw 0 12vw 0;
  letter-spacing: -0.25vw;
  color: #14204a;
}
.sec_workshop .container .notice {
  padding: 1em 0 0 0;
  font-size: 1.8vw;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .sec_workshop .container .notice {
    font-size: 2.4vw;
  }
}
.sec_workshop .container .workshop_layout {
  display: flex;
  justify-content: space-between;
  color: #14204a;
}
.sec_workshop .container .workshop_layout .workshop_item {
  width: 48%;
  padding: 2.2vw;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1.4vw;
  position: relative;
}
@media all and (max-width: 768px) {
  .sec_workshop .container .workshop_layout .workshop_item {
    width: 49%;
  }
}
.sec_workshop .container .workshop_layout .workshop_item .ws_table th {
  white-space: nowrap;
  vertical-align: top;
  padding: 0.5vw 0;
}
@media all and (max-width: 768px) {
  .sec_workshop .container .workshop_layout .workshop_item .ws_table th {
    display: block;
  }
}
.sec_workshop .container .workshop_layout .workshop_item .ws_table th .th_txt {
  background: #14204a;
  border-radius: 0.5vw;
  font-size: 1.5vw;
  color: #fff;
  padding: 0.3vw 1.5vw;
}
@media all and (max-width: 768px) {
  .sec_workshop .container .workshop_layout .workshop_item .ws_table th .th_txt {
    font-size: 2.4vw;
  }
}
.sec_workshop .container .workshop_layout .workshop_item .ws_table td {
  font-size: 1.5vw;
  padding: 0.3vw 1.5vw;
}
@media all and (max-width: 768px) {
  .sec_workshop .container .workshop_layout .workshop_item .ws_table td {
    display: block;
    font-size: 3.4vw;
  }
}
.sec_workshop .container .workshop_layout .workshop_item .imgarea {
  margin: 0 auto;
  position: absolute;
  top: -9vw;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 6vw 0;
}
.sec_workshop .container .workshop_layout .workshop_item .imgarea img {
  width: 100%;
  height: auto;
}
.sec_workshop .container .workshop_layout .workshop_item .mds {
  color: #14204a;
  margin: 22vw 0 0;
  line-height: 1.3;
  font-size: 2.8vw;
  text-align: justify;
  padding: 2vw 0 0;
}
@media all and (max-width: 768px) {
  .sec_workshop .container .workshop_layout .workshop_item .mds {
    font-size: 3.4vw;
  }
}
.sec_workshop .container .workshop_layout .workshop_item .nmds {
  color: #14204a;
  margin: 0 0;
  font-size: 2vw;
  line-height: 1.4;
  text-align: justify;
  padding: 2vw 0 4vw;
}
@media all and (max-width: 768px) {
  .sec_workshop .container .workshop_layout .workshop_item .nmds {
    font-size: 2.8vw;
  }
}
.sec_workshop .container .workshop_layout_btm {
  width: 100%;
  padding: 2.2vw;
  margin: 1em 0 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1.4vw;
  text-align: center;
  font-size: 2.2vw;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .sec_workshop .container .workshop_layout_btm {
    font-size: 3.4vw;
  }
}
.sec_workshop .container .workshop_layout_btm .point {
  font-weight: bold;
  color: rgb(196, 54, 54);
  text-decoration: underline;
}

.sec_kitchincar {
  background: url("../images/sec_kitchincar_bg.webp") no-repeat center top;
  background-size: cover;
  margin: -16vw 0 0 0;
  position: relative;
}
.sec_kitchincar:before {
  content: "";
  width: 18vw;
  height: 18vw;
  position: absolute;
  background: url("../images/leafojj_03.webp") no-repeat;
  background-size: contain;
  left: 2vw;
  top: 22vw;
}
@media all and (max-width: 768px) {
  .sec_kitchincar:before {
    left: -3vw;
    top: 15vw;
  }
}
.sec_kitchincar:after {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  background: url("../images/leafojj_01.webp") no-repeat;
  background-size: contain;
  left: 78vw;
  top: 21vw;
  transform: rotate(120deg);
}
.sec_kitchincar .container {
  padding: 10vw 10vw 20vw;
}
.sec_kitchincar .container .mds_h2 {
  padding: 13vw 0 4vw 0;
  letter-spacing: -0.25vw;
}
.sec_kitchincar .container .kcar_list_area {
  overflow-y: auto;
  height: 50vw;
  padding: 2vw;
}
.sec_kitchincar .container .kcar_sch {
  color: #ffffff;
  text-align: center;
  padding: 1.2vw 0 1.2vw;
  border-top: 0.1vw solid #fff;
  font-size: 2.2vw;
}
@media all and (max-width: 768px) {
  .sec_kitchincar .container .kcar_sch {
    font-size: 3.4vw;
  }
}
.sec_kitchincar .container .kcar_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec_kitchincar .container .kcar_list li {
  padding: 0 0 4vw;
  width: 30%;
  text-align: center;
}
.sec_kitchincar .container .kcar_list li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
.sec_kitchincar .container .kcar_list li a .nmds {
  line-height: 1.2;
  font-size: 1.6vw;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media all and (max-width: 768px) {
  .sec_kitchincar .container .kcar_list li a .nmds {
    font-size: 2.4vw;
  }
}
.sec_kitchincar .container .kcar_list li a img {
  width: 100%;
  height: auto;
}
.sec_kitchincar .container .kcar_kkm {
  margin: 6vw 0vw 3vw;
  padding: 2vw;
  font-size: 1.6vw;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 1vw;
  border: 1px solid #fff;
}
@media all and (max-width: 768px) {
  .sec_kitchincar .container .kcar_kkm {
    font-size: 3.4vw;
  }
}
.sec_kitchincar .container .kcar_kkm_b {
  margin: 0vw auto 6vw;
  padding: 2vw;
  font-size: 2.2vw;
  width: 40%;
  text-align: center;
  line-height: 1.5;
  color: #000000;
  border-radius: 1vw;
  background-color: rgba(255, 238, 190, 0.9);
}
@media all and (max-width: 768px) {
  .sec_kitchincar .container .kcar_kkm_b {
    width: 75%;
    font-size: 3.4vw;
  }
}

.sec_contact {
  background: url("../images/sec_contact_bg.webp") no-repeat center top;
  background-size: cover;
  margin: -10vw 0 0 0;
  z-index: 2;
  position: relative;
}
.sec_contact:before {
  content: "";
  width: 28vw;
  height: 28vw;
  position: absolute;
  background: url("../images/leafk_01.webp") no-repeat;
  background-size: contain;
  left: -2vw;
  top: 2vw;
}
.sec_contact:after {
  content: "";
  width: 15vw;
  height: 15vw;
  position: absolute;
  background: url("../images/leafk_01.webp") no-repeat;
  background-size: contain;
  left: 84vw;
  top: 3vw;
  /*transform: rotate(120deg);*/
}
@media all and (max-width: 768px) {
  .sec_contact:after {
    width: 26vw;
    height: 26vw;
    left: 75vw;
    top: -7vw;
  }
}
.sec_contact .container {
  padding: 0 6vw 22vw;
}
.sec_contact .container .mds_h2 {
  padding: 16vw 0 8vw 0;
  color: #14204a;
}
.sec_contact .container .btn_area a {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 1.4vw;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  padding: 0.7vw;
  text-decoration: none;
  background: #14204a;
  font-weight: bold;
}
.sec_contact .container .btn_area a:hover {
  text-shadow: 0 0 15px #fff;
}
@media all and (max-width: 768px) {
  .sec_contact .container .btn_area a {
    padding: 3vw 0.7vw;
  }
}
.sec_contact .container .notice {
  text-align: center;
  margin: 2vw 0 0;
  font-size: 2vw;
    color: #14204a;
}
@media all and (max-width: 768px) {
  .sec_contact .container .notice {
    font-size: 3.2vw;
  }
}

.sec_info {
  background: url("../images/sec_info_bg.webp") no-repeat center top;
  background-size: cover;
  margin: -14vw 0 0 0;
  position: relative;
  /*
  &:after {
  	content: '';
  	width: 20vw;
  	height: 20vw;
  	position: absolute;
  	background: url("../images/leafojj_02.webp") no-repeat;
  	background-size: contain;
  	left: 78vw;
  	bottom: 0vw;
  	transform: rotate(-20deg);
  }
  	*/
}
.sec_info:before {
  content: "";
  width: 28vw;
  height: 28vw;
  position: absolute;
  background: url("../images/leafojj_01.webp") no-repeat;
  background-size: contain;
  left: -13vw;
  top: 6vw;
}
.sec_info .container {
  padding: 6vw 12vw 18vw;
  color: #fff;
    text-shadow: 0 0 1.1vw #0e5a65;
}
@media all and (max-width: 768px) {
  .sec_info .container {
    padding: 6vw 4vw 18vw;
  }
}
.sec_info .container .mds_h2 {
  padding: 11vw 0 2vw 0;
  letter-spacing: -0.1vw;
  color: #fff;
}
.sec_info .container .info_list_kkm {
  border-radius: 2.1vw;
  border: 1px solid #fff;
  padding: 4vw 4.5vw;
  margin: 4vw 0;
}
.sec_info .container .info_list_kkm.first_kkm {
  position: relative;
}
.sec_info .container .info_list_kkm.first_kkm:before {
  content: "";
  width: 15vw;
  height: 15vw;
  position: absolute;
  background: url("../images/leafojj_03.webp") no-repeat;
  background-size: contain;
  left: 71vw;
  bottom: -5vw;
  /*transform: rotate(120deg);*/
}
@media all and (max-width: 768px) {
  .sec_info .container .info_list_kkm.first_kkm:before {
    left: 80vw;
    bottom: -7vw;
  }
}
.sec_info .container .info_list_kkm.third_kkm {
  position: relative;
}
.sec_info .container .info_list_kkm.third_kkm:before {
  content: "";
  width: 15vw;
  height: 15vw;
  position: absolute;
  background: url("../images/leafojj_01.webp") no-repeat;
  background-size: contain;
  left: -9.5vw;
  top: 16vw;
  /*transform: rotate(-70deg);*/
}
@media all and (max-width: 768px) {
  .sec_info .container .info_list_kkm.third_kkm:before {
    width: 26vw;
    height: 26vw;
    left: 73vw;
    top: 48vw;
  }
}
.sec_info .container .info_list_kkm.fifth_kkm {
  position: relative;
}
.sec_info .container .info_list_kkm.fifth_kkm:before {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  background: url("../images/leafojj_07.webp") no-repeat;
  background-size: contain;
  left: -16vw;
  top: -10vw;
  /*transform: rotate(-90deg);*/
}
@media all and (max-width: 768px) {
  .sec_info .container .info_list_kkm.fifth_kkm:before {
    width: 22vw;
    height: 22vw;
    left: 70vw;
    top: -5vw;
  }
}
.sec_info .container .info_list_kkm .info_list_a .dt_th .mds {
  color: #382b8d;
  text-align: left;
  font-size: 3vw;
  padding: 5vw 0 3vw 0;text-shadow: 0 0 1.1vw #fff;
}
@media all and (max-width: 768px) {
  .sec_info .container .info_list_kkm .info_list_a .dt_th .mds {
    font-size: 6.8vw;
      margin-bottom: 5vw;
  }
}
.sec_info .container .info_list_kkm .info_list_a .dd_td .link_btn {
  width: 100%;
  text-align: center;
  margin: 2vw 0 4vw;
  /*
  a {
  	width: 70%;
  	margin: auto;
  	display: block;
  	background: #fff;
  	text-decoration: none;
  	border-radius: 0.5vw;
  	padding: 2vw 4vw;
  	font-size: 1.8vw;
  	font-weight: bold;
  	text-align: center;
  	&:hover {
  		background: #ffffff;
  	}
  	@media all and (max-width:768px) {
  		font-size: 3.0vw;
  	}
  }*/
}
@media all and (max-width: 768px) {
  .sec_info .container .info_list_kkm .info_list_a .dd_td .link_btn a img {
    width: 70%;
    height: auto;
  }
}
.sec_info .container .info_list_kkm .info_list_b {
  width: 100%;
}
.sec_info .container .info_list_kkm .info_list_b .ilb_th {
  text-align: left;
  padding: 2.1vw 2vw 1.8vw 0;
  border-bottom: 1px dotted #fff;
  white-space: nowrap;
  width: 15vw;
}
.sec_info .container .info_list_kkm .info_list_b .ilb_td {
  padding: 2.1vw 2vw 1.8vw 0;
  border-bottom: 1px dotted #fff;
}
@media all and (max-width: 768px) {
  .sec_info .container .info_list_kkm .info_list_b .ilb_th {
    display: block;
    width: 100%;margin-top: 5vw;
  }
  .sec_info .container .info_list_kkm .info_list_b .ilb_td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
/*.sec_info .container .info_list_kkm .park_map img {
  width: 100%;
  height: auto;
}*/
.sec_info .container .info_list_kkm .park_map  {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.sec_info .container .info_list_kkm .park_map  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec_info .container .info_list_kkm .info_btn_list {
  display: flex;
  justify-content: space-between;
  padding: 4vw 4vw;
}
@media all and (max-width: 768px) {
  .sec_info .container .info_list_kkm .info_btn_list {
    padding: 4vw 0vw;
  }
}
.sec_info .container .info_list_kkm .info_btn_list .info_btn_item {
  width: 48%;
}
.sec_info .container .info_list_kkm .info_btn_list .info_btn_item .link_btn {
  text-align: center;
}
.sec_info .container .info_list_kkm .info_btn_list .info_btn_item .link_btn a {
  width: 100%;
  margin: auto;
  display: block;
  background: #fff;
  text-decoration: none;
  border-radius: 0.5vw;
  padding: 2vw 4vw;
  font-size: 1.8vw;
  font-weight: bold;
  text-align: center;
}
.sec_info .container .info_list_kkm .info_btn_list .info_btn_item .link_btn a:hover {
  background: #ffffff;
}
@media all and (max-width: 768px) {
  .sec_info .container .info_list_kkm .info_btn_list .info_btn_item .link_btn a {
    font-size: 3vw;
  }
}

/***********attention***********/
.sec_attention {
    background: #ffca00;
    margin-top: -5vw;
    z-index: 0;
    padding-top: 10vw;
    }
.sec_attention .container {
    width: 80%;
}
.sec_attention .container .mds_h2 .subtitle {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 4vw;
    letter-spacing: 1.5vw;
  color: #fff;
}
.sec_attention .container .attention-list {
    margin-inline: auto;
    padding: 20px;
    margin-bottom: 5vw;
}
.sec_attention .container .attention-list .attention-list_item {
    font-size: 1.4vw;
    letter-spacing: .01em;
    line-height: 1.5;
    position: relative;
    padding-left: 1.7em;
}
.sec_attention .container .attention-list .attention-list_item::before {
    content: "●";
    color: #38b8b6;
    position: absolute;
    left: 0;
}
    @media all and (max-width: 768px) {
    .sec_attention {
        margin-top: -14vw;
        padding-top: 20vw;
            }
      .sec_attention .container {
        width: 100%;
        }
        .sec_attention .container .mds_h2 .subtitle {
          font-size: 7vw;
        }
        .sec_attention .container .attention-list {
            padding: 20px;
            margin-bottom: 5vw;
        }
        .sec_attention .container .attention-list .attention-list_item {
            font-size: 3.5vw;
        }
    }
/***********attention***********/

/***********faq***********/
.sec_faq {
    background: #ffca00;
    margin-top: -5vw;
    z-index: 0;
    padding-top: 10vw;
    padding-bottom: 20vw;
    }
.sec_faq .container {
    width: 80%;
}
.sec_faq .container .mds_h2 .subtitle {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 4vw;
    letter-spacing: 1.5vw;
  color: #fff;
}
.faq-accordion {
  max-width: 80%;
  margin: 0 auto;
}

.panel {
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}

.panel-header {
  width: 100%;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #38b8b6;
    border: none;
    cursor: pointer;
    font-size: 1.5vw;
    text-align: left;
    color: #fff;
}

.panel-header:hover {
  background: #f8f9fa;
    color: #38b8b6;
}

.icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.panel-header.active .icon {
  transform: rotate(45deg);
}

.panel-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.panel-body {
  padding: 20px;
  border-top: 1px solid #fff;
    color: #106463;
}
    @media all and (max-width: 768px) {
        .sec_faq {
            margin-top: -5vw;
            padding-top: 10vw;
            padding-bottom: 20vw;
              font-size: 4vw;
            }
        .sec_faq .container {
            width: 100%;
        }
        .sec_faq .container .mds_h2 .subtitle {
          font-size: 4.7vw;
        }
        .faq-accordion {
          max-width: 95%;
        }
        .panel {
          margin-bottom: 10px;
        }
        .panel-header {
          width: 100%;
            padding: 15px 20px;
            font-size: 4.5vw;
        }
        .icon {
          font-size: 20px;
        }
        .panel-content {
          height: 0;
        }
        .panel-body {
          padding: 20px;
            color: #106463;
        }
        }
/***********faq***********/

.sec_sponser {
  background: url("../images/sec_sponser_bg.webp") no-repeat center top;
  background-size: 100% auto;
  margin: -11vw 0 0 0;
  z-index: 2;
  position: relative;
}
@media all and (max-width: 768px) {
.sec_sponser {
  background: url("../images/sec_sponser_bg2.webp") repeat center top;
  background-size: 100% auto;
  margin: -20vw 0 0 0;
    }}
.sec_sponser:before {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  background: url("../images/leafk_01.webp") no-repeat;
  background-size: contain;
  left: 78vw;
  top: -6vw;
  /*transform: rotate(-20deg);*/
}
.sec_sponser .container {
  padding: 4vw 12vw 4vw;
}
@media all and (max-width: 768px) {
.sec_sponser .container {
  padding: 4vw 6vw 4vw;
    }}
.sec_sponser .container .mds_h2 {
  padding: 13vw 0 5vw 0;
  letter-spacing: -0.25vw;
  color: #14204a;
  text-shadow: 0 0 15px #fff;
}
.sec_sponser .container .bnr_layout {
  width: 100%;
}
.sec_sponser .container .bnr_layout .main {
  width: 100%;
  padding: 4vw 0vw 0;
  text-align: center;
}
.sec_sponser .container .bnr_layout .main .main_mds {
  padding: 5vw 0 0 0;
    font-size: 2.5vw;
    font-weight: bold;
    color: #540a00;
}
@media all and (max-width: 768px) {
.sec_sponser .container .bnr_layout .main .main_mds {
    font-size: 5.5vw;
    }}
.sec_sponser .container .bnr_layout .main .main_item {
  width: 70%;
    margin: 2vw auto;
    color: #382b8d;
    font-weight: bold;
    font-size: 2.5vw;
}
@media all and (max-width: 768px) {
  .sec_sponser .container .bnr_layout .main .main_item {
    width: 100%;
    font-size: 5vw;
    margin: 9vw auto;
  }
}
.sec_sponser .container .bnr_layout .main .main_item a {
  text-decoration: none;
}
.sec_sponser .container .bnr_layout .main .main_item a img {
  width: 70%;
    height: auto;
    margin: 0vw 0px auto;
}
.sec_sponser .container .bnr_layout .coop {
  padding: 4vw 8vw 2vw;
  text-align: center;
}
.sec_sponser .container .bnr_layout .coop .coop_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sec_sponser .container .bnr_layout .coop .coop_list .coop_item {
  width: 30%;
}
.sec_sponser .container .bnr_layout .coop .coop_list .coop_item a {
  text-decoration: none;
}
.sec_sponser .container .bnr_layout .coop .coop_list .coop_item a img {
  width: 100%;
  height: auto;
}

footer {
  background: #ffffff;
  padding: 0 0;
  color: #333;
}
footer .container {
  text-align: center;
  color: #fff;
}
footer .container .ftnav {
  padding: 2em 0 0 0;
}
footer .container .ftnav .ftnav_list {
  font-size: 0.9em;
  text-align: center;
  padding: 0 8vw;
}
footer .container .ftnav .ftnav_list li {
  border: 1px solid #4f5254;
  margin: 0 0 2.8vw;
}
footer .container .ftnav .ftnav_list li a {
  text-decoration: none;
  display: block;
  padding: 2vw 0;
  color: #14204a;
}
footer .container .copy {
  padding: 1.5vw 0 1.5vw;
  line-height: 1;
  font-size: 1vw;
  color: #14204a;
}
@media all and (max-width: 768px) {
footer .container .copy {
  font-size: 3.5vw;
    }}
.feature {
    
}
.sample-swiper-cards {
    margin: 5vw auto;
}

.swiper-container {
      position: relative;
      overflow: hidden;
    }
    .swiper-container.visible {
      overflow: visible;
    }
    .swiper-cards {
      padding: 0 15vw;
    }
    .sec_works .container .works_list_area .works_list .works_list_item .swiper-slide .item img{
      margin: 0 auto;
    }
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 14* 27);
        /* height: var(--swiper-navigation-size); */
        margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, #fff);
        background: none;
        border: none;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 10vw;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 8px);
        top: 42vw;
        left: 0;
        width: 100%;
        }
        @media all and (max-width: 860px) {
            .swiper-button-next, .swiper-button-prev {
                width: calc(var(--swiper-navigation-size) / 40* 27);
            }
            .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
                top: 55vw;
                }
            
            }

