@charset "utf-8";

/*-------------------------------

entry

-------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: calc(1.4rem + (1vw - 0.56rem) * -1);
  line-height: 1.8;
}
h1 {
  font-size: calc(2.4rem + (1vw - 0.56rem) * 3);
  line-height: 1.3;
}
h2 {
  font-size: calc(2rem + (1vw - 0.56rem) * 1);
  line-height: 1.3;
}
@media screen and (max-width: 560px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.4rem;
  }
}
html,
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
  width: 100%;
  height: auto;
  margin: 0;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.sp {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  background: #00a3fe;
  padding: 25px 30px;
  transition: 0.5s;
}
header .logo-area {
  display: flex;
  align-items: center;
  width: 58%;
  margin-right: 2%;
}
header .logo {
  width: 60%;
  max-width: 420px;
  margin-right: 18px;
}
header .event-date {
  width: 240px;
}
header .logo img,
header .event-date img {
  width: 100%;
  height: auto;
}
header .logo img.sp {
  display: none;
}
header .event-date img.pc {
  width: 46%;
  margin: 0 auto;
}
.event-date img {
  margin-top: 11px;
}
header nav {
  width: 94%;
}
header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0 40px 0 0;
  padding: 0;
}
header li {
  list-style: none;
  margin-right: 42px;
}
header li br.mid {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  header li br.mid {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1035px) {
  header li {
    margin-right: 18px;
  }
}
header .sns {
  justify-content: center;
  width: 7%;
}
header .sns li {
  margin-right: 24px;
  min-width: 20px;
}
header li:last-child {
  margin-right: 0px;
}
header a,
header a:visited {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.5px;
  transition: 0.5s;
  font-size: 1.5rem;
}
header .sns li img {
  width: 32px;
  height: auto;
}
header.scroll-nav {
  padding: 15px 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 102, 137, 0.3);
}
.toggle {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  header .logo-area {
    flex-flow: row wrap;
    width: 30%;
    justify-content: flex-start;
    position: relative;
    margin-top: -35px;
  }
  header .logo {
    width: 100%;
    max-width: 210px;
    margin-right: 0;
    transition: 0.5s;
  }
  header.scroll-nav .logo {
    width: 80%;
  }
  header .logo img.sp {
    display: block;
  }
  header .logo img.pc {
    display: none;
  }
  header .event-date {
    width: 100%;
    max-width: 210px;
    position: absolute;
    bottom: -29px;
    left: 0;
    transform: unset;
    transition: 0.5s;
  }
  header.scroll-nav .event-date {
    width: 80%;
    bottom: -20px;
  }
  .event-date img {
    margin-top: 0;
  }
  /*   header .logo img, */
  header .event-date img.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  header {
    padding: 15px 5% 40px;
    flex-flow: row wrap;
  }
  header.scroll-nav {
    padding: 10px 5% 33px;
  }
  header .logo-area {
    flex-flow: row wrap;
    width: calc(95.5% - 50px);
    justify-content: flex-start;
    position: relative;
  }
  header .logo {
    width: 70%;
    max-width: 210px;
    margin-right: 0;
    transition: 0.5s;
  }
  header.scroll-nav .logo {
    width: 50%;
  }
  header .logo img.sp {
    display: block;
  }
  header .logo img.pc {
    display: none;
  }
  header .event-date {
    width: 70%;
    max-width: 210px;
    position: absolute;
    bottom: -29px;
    left: 0;
    transform: unset;
    transition: 0.5s;
  }
  header.scroll-nav .event-date {
    width: 50%;
    bottom: -20px;
  }
  .event-date img {
    margin-top: 0;
  }
  /*   header .logo img, */
  header .event-date img.pc {
    display: none;
  }
  header .event-date img {
    width: 80%;
  }
  nav {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    background: #00a3fe;
    padding-top: 60px;
  }
  .global-nav {
    width: 100%;
    border-top: 1px solid #fff;
    flex-flow: column;
    margin-bottom: 30px;
  }
  .global-nav li {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    padding: 2.2rem 0;
    border-bottom: 1px solid #fff;
    margin-right: 0;
  }
  header .sns {
    display: none;
  }
  nav .sns {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  nav .sns li {
    width: 34px;
    margin-right: 60px;
  }
  header .sns li img {
    width: 100%;
    height: auto;
  }
  nav .sns li:last-child {
    margin-right: 0;
  }
  nav .nav-text h2 {
    width: 84%;
    margin: 0 auto 30px;
  }
  nav .nav-text h3 {
    width: 104%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .toggle {
    display: block;
    position: fixed;
    top: 15px;
    right: 4.5%;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .toggle span {
    transition: all 0.3s ease;
    position: absolute;
    width: 17px;
    height: 2px;
    border-bottom: 2px solid #fff;
    border-radius: 2px;
    top: 11px;
    left: 9px;
  }
  .toggle span:nth-child(2) {
    top: 17px;
    left: 9px;
  }
  .toggle span:nth-child(3) {
    top: 23px;
    left: 9px;
  }
  .toggle.close span {
    transform: rotate(45deg);
    transition: all 0.3s ease;
    top: 17px;
    left: 9px;
  }
  .toggle.close span:nth-child(2) {
    display: none;
    transition: all 0.3s ease;
  }
  .toggle.close span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.3s ease;
    top: 17px;
    left: 9px;
  }
}
.wrapper-contents a {
  color: #00a3fe;
}
.mainvisual,
.top-about,
.site-lead {
  background: #00a3fe;
}
.mainvisual {
  padding-left: 30px;
  position: relative;
  height: 100vh;
  padding-top: 78px;
}
.mainvisual:before {
  content: "";
  position: absolute;
  top: 126px;
  right: 10%;
  background: #5adcfe;
  width: 80%;
  height: calc(100vh - 126px);
  z-index: 0;
}
.mainvisual h2 {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 10%;
  width: 30%;
  min-width: 320px;
}
.mainvisual h3 {
  position: absolute;
  z-index: 1;
  top: 51%;
  left: 30px;
  width: 40%;
  min-width: 380px;
}
.mainvisual h2 img,
.mainvisual h3 img {
  width: 100%;
  height: auto;
}
.mainvisual h3 img.sp {
  display: none;
}
.mainvisual .slick-slider {
  position: absolute;
  right: 0;
  top: 98px;
  height: calc(95vh - 98px);
  width: 86vw;
}
.mainvisual .slick-slider .image {
  height: calc(95vh - 98px);
  width: 86vw;
}
.mainvisual .slick-slider .image div {
  height: 100%;
  width: 100%;
}
.mainvisual .slick-slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mainvisual .slick-slider .image .sp {
  display: none;
}
.to-topics {
  position: absolute;
  bottom: 115px;
  right: 60px;
  text-align: right;
  line-height: 1.4;
}
.to-topics a,
.to-topics a:visited {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8rem;
}
.to-topics:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 2px;
  width: 100%;
  height: 130%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    padding-left: 5%;
    padding-top: 82px;
  }
  .mainvisual:before {
    content: "";
    position: absolute;
    top: 108px;
    left: 5%;
    background: #5adcfe;
    width: 95%;
    height: calc(100vh - 108px);
    z-index: 0;
  }
  .mainvisual h3 img.pc {
    display: none;
  }
  .mainvisual h3 img.sp {
    display: block;
  }
  .mainvisual .slick-slider {
    position: absolute;
    right: 0;
    top: 92px;
    height: calc(97vh - 92px);
    width: 90%;
  }
  .mainvisual .slick-slider .image {
    height: calc(97vh - 92px);
    width: 100%;
  }
  .mainvisual .slick-slider .image div {
    width: 100%;
    height: 100%;
  }
  .mainvisual .slick-slider .image img.pc {
    display: none;
  }
  .mainvisual .slick-slider .image img.sp {
    display: block;
  }
  .mainvisual h2 {
    top: 31%;
    left: 50%;
    width: 77%;
    transform: translate(-50%, 0);
    min-width: unset;
    max-width: 440px;
  }
  .mainvisual h3 {
    top: 57%;
    left: 50%;
    width: 97%;
    transform: translate(-50%, -50%);
    min-width: unset;
    max-width: 520px;
  }
  .to-topics {
    bottom: 3px;
    right: 33px;
    z-index: 3;
  }
  .to-topics a,
  .to-topics a:visited {
    font-size: 1.5rem;
  }
  .to-topics:after {
    content: "";
    position: absolute;
    bottom: -16px;
    right: -16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 2px;
    width: 100%;
    height: 130%;
  }
}
.site-lead {
  color: #fff;
  padding: 70px 10% 90px;
}
.site-lead h2 {
  color: #fff33b;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.top-about {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding-left: 10%;
  color: #fff;
  padding-bottom: 90px;
}
.top-about h2 {
  position: absolute;
  right: 10%;
  top: 40px;
  color: #fff33b;
  font-size: 3.2rem;
  width: 20%;
  min-width: 320px;
  z-index: 1;
}
.top-about h2:before {
  content: "";
  position: absolute;
  width: 160%;
  height: 130px;
  background: url("../img/entry/p_about.svg") no-repeat;
  background-size: contain;
  top: -48px;
  left: -200px;
  z-index: -1;
}
.top-about-detail {
  width: 45%;
  padding-top: 20px;
}
.top-about-detail h3 {
  margin-bottom: 20px;
  font-size: 1.7rem;
}
.top-about-detail p {
  margin-bottom: 40px;
}
.top-about-detail p.lead {
  font-weight: 700;
  font-size: 1.7rem;
}
.entry-bnr:first-of-type {
  margin-bottom: 4em;
}
.top-about-detail-img {
  margin-left: 10%;
  width: 45%;
  padding-top: 173px;
}
.top-about-detail-img .image {
  margin-bottom: 10px;
}
.top-topics {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 150px 0;
}
.top-topics h2 {
  text-align: center;
  color: #00a3fe;
  font-size: 3.6rem;
  margin-bottom: 60px;
}
.top-topics h2 span {
  color: #00a3fe;
  font-size: 1.4rem;
}
.topics-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.topics-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 60px;
}
.topics-list li:nth-child(3n) {
  margin-right: 0;
}
.topics-list li:nth-last-child(3),
.topics-list li:nth-last-child(2),
.topics-list li:last-child {
  margin-bottom: 0;
}
.topics-list li .thumb {
  margin-bottom: 20px;
  height: 62.5%;
  max-height: 298px;
  overflow: hidden;
}
.topics-list li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics-list li .thumb img.dummy {
  object-fit: contain;
  margin: 0 auto;
}
.text-area h3 a,
.text-area h3 a:visited {
  text-decoration: none;
}
.date {
  margin-bottom: 8px;
}
.date span {
  color: #ea6052;
  font-weight: 700;
  margin-right: 8px;
}
.btn {
  width: 64%;
  max-width: 640px;
  margin: 90px auto 0;
}
.btn.style-1 a,
.btn.style-1 a:visited {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  color: #00a3fe;
  width: 100%;
  text-align: center;
  border: 3px solid #00a3fe;
  border-radius: 50px;
  padding: 1.6rem 0;
  transition: 1s;
  text-decoration: none;
}
.btn.style-1 a:hover {
  color: #fff;
  background: #00a3fe;
  border: 3px solid #00a3fe;
  transition: 1s;
}
footer {
  border-top: 1px solid #333333;
  padding-top: 70px;
}
.ft-bnrs {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto 70px;
}
.ft-bnrs h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.bnrs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.bnrs li {
  width: 24%;
}
.footer-contents {
  background: #3e3a39;
  text-align: center;
  color: #fff;
  padding: 90px 0;
}
.footer-contents a,
.footer-contents a:visited {
  color: #fff;
  text-decoration: none;
}
.footer-contents h5 {
  font-size: 1.45rem;
  margin-bottom: 20px;
}
.footer-contents .copy {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .site-lead h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .site-lead h2 .pc {
    display: none;
  }
  .site-lead h2 span {
    font-size: 1.6rem;
  }
  .site-lead {
    padding: 60px 5% 0;
  }
  .top-about {
    padding: 0 5% 50px;
  }
  .top-about h2 {
    position: relative;
    right: 0;
    top: unset;
    font-size: 2.4rem;
    width: 100%;
    min-width: unset;
    text-align: right;
    padding-top: 90px;
  }
  .top-about h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background: url(../img/entry/p_about.svg) no-repeat;
    background-size: contain;
    top: 60px;
    left: unset;
    right: -5%;
  }
  .top-about-detail {
    width: 100%;
    padding-top: 30px;
  }
  .top-about-detail p.lead,
  .top-about-detail h3 {
    font-size: 2rem;
  }
  .top-about-detail-img {
    margin-left: 0;
    width: 100%;
    padding-top: 0;
  }
  .top-topics {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 60px;
  }
  .top-topics h2 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
  .topics-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
  }
  .btn {
    width: 100%;
    max-width: 640px;
    margin: 60px auto 0;
  }
  .btn.style-1 a,
  .btn.style-1 a:visited {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
  footer {
    padding-top: 40px;
  }
  .ft-bnrs {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto 60px;
  }
  .bnrs {
    flex-flow: row wrap;
  }
  .bnrs li {
    width: 100%;
    margin-bottom: 20px;
  }
  .bnrs li:last-child {
    margin-bottom: 0px;
  }
  .footer-contents {
    text-align: left;
    padding: 40px 5%;
  }
  .footer-contents .copy {
    margin-top: 40px;
    padding-bottom: 60px;
    text-align: center;
  }
  .topics-list li .thumb {
    height: 200px;
    max-height: unset;
  }
}
/* detail */
.tit-area {
  position: relative;
  top: 105px;
  height: 220px;
  background: url("../img/entry/p_guide--pc.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 160px;
}
.tit-area.art {
  background: url(../img/entry/p_marche.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.tit-area h1,
.tit-area h2 {
  position: absolute;
  width: 100%;
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  top: 51.5%;
  transform: translate(0, -50%);
}
.tit-area span {
  font-size: 1.5rem;
}
.pankuzu {
  text-align: right;
  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
}
.cms-contents {
  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 60px 0 150px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.main-contents {
  width: 60%;
}
.sub-nav {
  width: 32%;
  max-width: 280px;
}
.single-tit-area {
  border-top: 10px solid #00a3fe;
  border-bottom: 10px solid #00a3fe;
  padding: 32px 0;
}
.single-tit-area h1 {
  font-size: 3rem;
}
.post-content {
  padding: 60px 0;
}
.post-content p,
.post-content img {
  margin-bottom: 20px;
}
.pager {
  border-top: 4px solid #00a3fe;
  border-bottom: 4px solid #00a3fe;
  padding: 40px 0;
}
.pager ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.pager ul li {
  width: 48%;
  margin-right: 4%;
}
.pager ul li.next {
  text-align: right;
  margin-right: 0;
}
.pager ul li a,
.pager ul li a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #00a0e5;
  font-size: 1.5rem;
}
.sub-nav h3 {
  width: 100%;
  font-size: 1.7rem;
  padding-bottom: 8px;
  border-bottom: 6px solid #333333;
  margin-bottom: 20px;
}
.sub-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}
.sub-list li a,
.sub-list li a:visited {
  text-decoration: none;
  font-weight: 700;
  color: #00a0e5;
}
.sub-list li {
  padding: 1.2rem 0;
  border-bottom: 1px dotted #333;
}
select {
  background: #e6e6e6;
  padding: 1.2rem 1rem;
  width: 100%;
  outline: none;
  border: none;
}
.topics-archive {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0 150px;
}
.pager-archive {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.pager-archive .page-numbers {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #cccccc;
}
.pager-archive .page-numbers.current {
  background: #fff33b !important;
  color: #1a1a1a;
  font-weight: bold;
  padding: 8px 10px;
}
.pager-archive .page-numbers:nth-of-type(2n + 1) {
  background: #e6e6e6;
}
.pager-archive .page-numbers.dots {
  padding: 10px 12px;
  background: #e6e6e6;
}
.pager-archive .page-numbers.prev,
.pager-archive .page-numbers.next {
  background: #f15a24;
}
.pager-archive span img {
  width: 100%;
  height: auto;
}
.pager-archive a,
.pager-archive a {
  color: #1a1a1a;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 8px 10px;
}
@media screen and (max-width: 768px) {
  .tit-area {
    top: 72px;
    height: 150px;
    background: url(../img/entry/p_guide--sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 82px;
  }
  .tit-area h1,
  .tit-area h2 {
    font-size: 2.4rem;
  }
  .pankuzu {
    display: none;
  }
  .cms-contents {
    width: 90%;
    padding: 40px 0 90px;
  }
  .main-contents,
  .sub-nav {
    width: 100%;
  }
  .single-tit-area {
    border-top: 7px solid #00a0e5;
    border-bottom: 7px solid #00a0e5;
    padding: 26px 0;
  }
  .single-tit-area h1 {
    font-size: 1.9rem;
  }
  .post-content {
    padding: 30px 0;
  }
  .pager {
    padding: 26px 0;
  }
  .sub-nav {
    margin-top: 60px;
  }
  .topics-archive {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 0 90px;
  }
}

/* contact */
section.page {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0 150px;
}
.form-area .lead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
span.red {
  color: red;
  font-size: 1.3rem;
  font-weight: bold;
}
span.big,
p.big {
  font-size: 1.6em;
  font-weight: bold;
}
dd span.red {
  font-size: 1.4rem;
}
.form-area p {
  max-width: 980px;
  margin: 0 auto;
}
.form {
  padding: 90px 0;
  max-width: 980px;
  margin: 0 auto;
}
.form dl {
  padding: 2.6rem 0;
  display: flex;
  flex-flow: row wrap;
}
.form dt {
  font-weight: bold;
  width: 27%;
  margin-right: 1%;
  font-size: 1.5rem;
}
.form dd {
  width: 72%;
}
.form dl .btn {
  margin: 0 auto;
}
.form.yoko dt {
  width: 18%;
  margin-right: 2%;
}
dd.day span.mwform-radio-field {
  display: block;
  width: 100%;
}
.form.yoko dd {
  width: 72%;
}
.form dl h3 {
  margin-bottom: 10px;
}
.form dl p {
  margin-bottom: 20px;
}
.form dl p:last-of-type {
  margin-bottom: 0px;
}
.form.yoko dl dd p {
  margin-top: 10px;
}
.form input[type="text"],
.form textarea,
.form input[type="number"],
.form input[type="email"] {
  padding: 8px 1.2rem;
  width: 100%;
  border: 2px solid #00a3fe;
  border-radius: 30px;
}
.form textarea {
  border-radius: 14px;
}
.form input[type="radio"] {
  border: 2px solid #00a3fe;
}
.form input.p-postal-code {
  display: inline;
  width: 40%;
  margin-bottom: 10px;
}
.form input.num {
  width: 10rem;
  display: inline-block;
}
.form input.p-region {
  margin-bottom: 10px;
}
.form dd.yout input {
  margin-bottom: 10px;
}
.form dd.yout p {
  margin-bottom: 20px;
}
.form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  display: inline-block;
}
.form .mw_wp_form input[type="file"] {
  display: inline-block;
  width: 100%;
}
.form input[type="submit"],
.form .btn a {
  display: table;
  background: #00a3fe;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  border: none;
  padding: 24px 103px;
  border-radius: 40px;
  margin: 40px auto;
  cursor: pointer;
  text-decoration: none;
}
.form.yoko input[type="submit"],
.form.yoko .btn a {
  padding: 14px 103px;
}
.form input.return {
  background: #808080;
  margin: 40px auto 20px;
}
.form.yoko {
  padding-top: 60px;
}
.form-area p.simekiri {
  color: #ff0000;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  margin-top: 20px;
}
.simekiri span {
  border-bottom: 4px solid #ff0000;
}
.form-area p.textbox {
  border: 1px solid #333;
  padding: 1em;
  text-align: center;
  margin-top: 3em;
}
.form dl {
  border-bottom: 2px solid #00a4ff;
}
.form dl:first-of-type {
  border-top: 2px solid #00a4ff;
}
.form h2 {
  text-align: center;
  margin-bottom: 30px;
}
.form dd strong {
  font-size: 1.6rem;
}
.form dd.red {
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: bold;
}
.form dd strong.red {
  color: #ff0000;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 5px 0;
}
.form dd .flex {
  display: flex;
}
.form dd .flex ul {
  padding-left: 2rem;
}
.form dd.gakki {
  display: flex;
  flex-flow: row wrap;
}
.form dd.gakki .mwform-checkbox-field {
  display: block;
  width: 50%;
}
.form span.error {
  color: red;
  font-size: 1.4rem;
  font-weight: bold;
}
.mw_wp_form_confirm p,
.mw_wp_form_confirm .confirm-mail {
  display: none;
}
.form .mw_wp_form_confirm dt {
  padding-top: 0;
}
.policy h2 {
  margin: 40px 0 20px;
}
.policy h2:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section.page {
    width: 90%;
  }
  .form-area .lead {
    text-align: left;
  }
  .form {
    padding: 30px 0;
  }
  .form dl {
    padding: 2rem 0;
  }
  .form dt,
  .form.yoko dt {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .form input.p-postal-code {
    width: 60%;
  }
  .form dd,
  .form.yoko dd {
    width: 100%;
  }
  .form span.mwform-checkbox-field,
  .form .mw_wp_form .horizontal-item + .horizontal-item {
    display: inline-block;
    width: 100%;
  }
  .form-area p.simekiri {
    font-size: 2.4rem;
  }
  .form dd .flex {
    display: block;
  }
  .form input[type="submit"],
  .form .btn a,
  .form.yoko input[type="submit"],
  .form.yoko .btn a {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
  }
  .form dd.gakki .mwform-checkbox-field {
    width: 100%;
  }
  .entry-bnr .sp {
    display: block;
  }
  .entry-bnr .pc {
    display: none;
  }
  .form dd h3 {
    font-size: 1.5rem;
  }
  span.big,
  p.big {
    font-size: 1.2em;
  }
}

/* artfair */
.pagecontents-secstyle-01 h2 {
  text-align: center;
  margin-bottom: 30px;
}
.pagecontents-secstyle-01 .lead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 60px;
}
.tit-gr {
  color: #22b573;
}
.flex-box {
  display: flex;
  flex-flow: row wrap;
}
.pagecontents-secstyle-01 .flex-box .text-area {
  width: 47%;
  margin-right: 8%;
}
.pagecontents-secstyle-01 .flex-box .img-area {
  width: 45%;
}
.tablestyle-01 {
  border-top: 1px solid #808080;
}
.tablestyle-01 dl {
  border-bottom: 1px solid #808080;
  padding: 24px 0;
  display: flex;
  flex-flow: row wrap;
}
.tablestyle-01 dt {
  width: 22%;
  margin-right: 2%;
  font-weight: 700;
}
.tablestyle-01 dd {
  width: 76%;
}
.tablestyle-01 dd p {
  margin-bottom: 10px;
}
.tablestyle-01 dd p:last-of-typw {
  margin-bottom: 0px;
}
.simekiri {
  color: #ff0000;
  font-weight: 700;
  font-size: 3.8rem;
  text-align: center;
  margin: 90px 0;
}
.pagecontents-secstyle-01 .flex-box.type2 .text-area {
  width: 64%;
  margin-right: 0;
}
.pagecontents-secstyle-01 .flex-box.type2 .img-area {
  width: 32%;
  margin-right: 4%;
}
.pagecontents-secstyle-01 .flex-box.type2 {
  margin-bottom: 80px;
}
.pagecontents-secstyle-01 .flex-box.type2 .img-area img {
  width: 85%;
  margin: 0 0 0 auto;
}
.pagecontents-secstyle-01 .flex-box.type2 .text-area h3 {
  font-size: 1.75rem;
}
.pagecontents-secstyle-01 .flex-box.type2 .text-area ul {
  font-size: 1.5rem;
  font-weight: 700;
  list-style: none;
  padding-left: 0;
}
.past-box {
  width: 75%;
  margin: 0 auto;
  padding: 24px 3.2%;
  background: #ecf9f3;
  position: relative;
}
.past-box h3 {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translate(-50%, 0);
  display: table;
  padding: 5px 21px;
  background: #22b573;
  color: #fff;
  font-size: 1.65rem;
}
.past-box h4 {
  color: #22b573;
  margin-bottom: 8px;
  font-size: 1.5rem;
}
.past-box p {
  margin-bottom: 30px;
}
.past-box p:last-of-type {
  margin-bottom: 0px;
}
.photo-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 90px;
}
.photo-area div {
  width: 23.4%;
  margin-bottom: 24px;
}
.form.yoko dl .btn {
  margin: 0 auto;
}
.date {
  color: #ff0000;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pagecontents-secstyle-01 h2 {
    text-align: left;
  }
  .pagecontents-secstyle-01 .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  .pagecontents-secstyle-01 .flex-box .text-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tablestyle-01 dl {
    padding: 14px 0;
  }
  .tablestyle-01 dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .tablestyle-01 dd,
  .pagecontents-secstyle-01 .flex-box .img-area {
    width: 100%;
  }
  .simekiri {
    font-size: 2.4rem;
    margin: 60px 0;
  }
  .pagecontents-secstyle-01 .flex-box.type2 .img-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pagecontents-secstyle-01 .flex-box.type2 .img-area img {
    margin: 0 auto;
  }
  .pagecontents-secstyle-01 .flex-box.type2 .text-area {
    width: 100%;
  }
  .pagecontents-secstyle-01 .flex-box.type2 .text-area ul li {
    margin-bottom: 10px;
  }
  .past-box {
    width: 100%;
  }
  .photo-area {
    margin-top: 50px;
  }
  .photo-area div {
    width: 48%;
    margin-bottom: 20px;
  }
}
.form-area p.textbox {
  color: #ff0000;
  font-size: 120%;
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
header {
  height: 105px;
}
#about {
  padding-top: 105px; /* hdの高さ */
  margin-top: -105px; /* hdの高さ */
}
.top-about h2 {
  top: 145px;
}
@media screen and (max-width: 768px) {
  .top-about h2 {
    top: unset;
  }
  header {
    height: auto;
  }
}
p.spam {
  color: red;
  font-weight: bold;
  margin-top: 1rem;
}
.ft .btn a,
.ft .btn a:visited {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50px;
  transition: 1s;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  width: fit-content;
  margin: 0 auto;
}
.btn.contact__btn {
  width: fit-content;
  max-width: unset;
  margin: 0 auto;
}
.ft .btn a:hover {
  background: none;
}
p.tel-red {
  color: red;
}
.form-area p.textbox {
  border: #ff0000 solid 5px;
}
@media (max-width: 768px) {
  .form-area p.textbox {
    text-align: left;
    /* 		display:inline-block; */
  }
}
.form-area p.textbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.entry-bnr {
  height: 100%;
}
.site-lead {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px !important;
}
.entry-bnr {
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .site-lead {
    gap: 40px;
    padding-bottom: 50px !important;
  }
  /* 	#about {
    padding-top: 60px;
    margin-top: -60px;
} */
  .top-about h2 {
    padding-top: 0;
  }
  .top-about h2:before {
    top: -48px;
  }
}

.form-area .red {
  color: red;
}

@media (min-width: 769px) {
  .entry-bnr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* mw form */
.p-country-name {
  display: none !important;
}
.form dd.gakki {
  display: block;
}
.form dd.gakki .mwform-checkbox-field {
  width: auto;
}
.form .mw_wp_form .horizontal-item + .horizontal-item {
  display: block;
}
.p-notfound .notfound {
  padding: 200px 0;
  text-align: center;
}
.p-notfound .notfound .txt {
  margin-top: 30px;
}
