@charset "UTF-8";
/*
  Foundation
  Layout
  Object
    Component
    Project
    Utility
*/
/*********************************************************************************************************
Foundation
*********************************************************************************************************/
/* -----------------------------------------------------------------------------------
destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css
----------------------------------------------------------------------------------- */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* -----------------------------------------------------------------------------------
Base
----------------------------------------------------------------------------------- */
body {
  color: #000;
  line-height: 1.7;
  font-size: 16px;
  font-family: "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(/assets/images/common/cmn_bg.webp) center top repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  img.full {
    width: 100%;
  }
}
a {
  text-decoration: underline;
}
a:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
a.red {
  color: #cc0000;
}

/*********************************************************************************************************
layout
*********************************************************************************************************/
/* l-wrapper */
#l-wrapper {
  display: grid;
  grid-template-rows: 1fr 95px;
  height: 100vh;
  padding-top: 125px;
}

@media only screen and (max-width: 767px) {
  #l-wrapper {
    display: grid;
    grid-template-rows: 1fr 110px;
    height: 100vh;
    padding-top: 50px;
  }
}
/* l-main */
#l-main {
  padding: 35px 0 0;
}

@media only screen and (max-width: 767px) {
  #l-main {
    padding: 10px 0 0;
  }
}
/* l-container */
#l-container {
  width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #l-container {
    width: 100%;
  }
}
/* l-header */
#l-header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.5s;
  width: 100%;
  padding-top: 5px;
  background: #fff;
  border-bottom: solid 1px #a1a19e;
}
#l-header.hide {
  transform: translateY(-100%);
}
#l-header a {
  color: #000;
  text-decoration: none;
}
#l-header #l-headerinfo__block {
  display: flex;
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: bold;
}
#l-header #l-headerinfo__block--sns {
  display: flex;
  padding-left: 18px;
}
#l-header #l-headerinfo__block--sns .sns {
  padding-right: 23px;
  background: url(/assets/images/common/header_sns_arrow.png) right center no-repeat;
}
#l-header #l-headerinfo__block--sns img {
  width: auto;
  height: 26px;
  margin-left: 14px;
  line-height: 0;
}
#l-header__btn--sp {
  display: none;
}
#l-header .btnjoin {
  display: none;
}
#l-header #l-headernav {
  display: flex;
  justify-content: space-between;
  width: 750px;
  padding-top: 44px;
}
#l-header #l-headernav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
#l-header #l-headernav ul.list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 520px;
}
#l-header #l-headernav ul.list01 li {
  flex-grow: 1;
  height: 40px;
  padding-top: 12px;
}
#l-header #l-headernav ul.list01 li:nth-of-type(1), #l-header #l-headernav ul.list01 li:nth-of-type(2), #l-header #l-headernav ul.list01 li:nth-of-type(3) {
  background: #efefef;
}
#l-header #l-headernav ul.list01 li:nth-of-type(4), #l-header #l-headernav ul.list01 li:nth-of-type(5) {
  background: #e0e0e0;
}
#l-header #l-headernav ul.list02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 230px;
}
#l-header #l-headernav ul.list02 li {
  flex-grow: 1;
  height: 80px;
}
#l-header #l-headernav ul.list02 li:nth-of-type(1) {
  padding-top: 30px;
  background: #73f2ff;
}
#l-header #l-headernav ul.list02 li:nth-of-type(2) {
  padding-top: 15px;
  background: #f0f26f;
  line-height: 1.6;
}
#l-header #l-headernav ul.list02 li.sns {
  display: none;
}

@media only screen and (max-width: 767px) {
  #l-header {
    overflow: hidden;
    height: 50px;
    border: none;
    padding-top: 0;
  }
  #l-header #l-headerlogo img {
    width: auto;
    height: 50px;
  }
  #l-header #l-headerinfo__block {
    display: none;
  }
  #l-header #l-headerinfo__block--sns {
    display: flex;
    padding-left: 18px;
  }
  #l-header #l-headerinfo__block--sns .sns {
    padding-right: 23px;
    background: url(/assets/images/common/header_sns_arrow.png) right center no-repeat;
  }
  #l-header #l-headerinfo__block--sns img {
    width: auto;
    height: 26px;
    margin-left: 14px;
    line-height: 0;
  }
  #l-header__btn--sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 50px;
    padding: 10px 12px 0;
    background: #ccc;
  }
  #l-header__btn--sp > div .icon {
    position: relative;
    width: 25px;
    height: 17px;
  }
  #l-header__btn--sp > div .icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #626262;
    transition: all 0.5s 0s ease;
  }
  #l-header__btn--sp > div .icon span:nth-child(1) {
    top: 0;
  }
  #l-header__btn--sp > div .icon span:nth-child(2) {
    top: 7px;
  }
  #l-header__btn--sp > div .icon span:nth-child(3) {
    top: 14px;
  }
  #l-header__btn--sp > div.active p span:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #l-header__btn--sp > div.active p span:nth-child(2) {
    opacity: 0;
  }
  #l-header__btn--sp > div.active p span:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #l-header__btn--sp > div .menu {
    line-height: 1.3;
    color: #626262;
    font-weight: bold;
    font-size: 12px;
  }
  #l-header .btnjoin {
    position: fixed;
    top: 0;
    right: 49px;
    display: block;
    height: 50px;
    padding: 5px 5px 0;
    background: #f0f26f;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
  }
  #l-header #l-headernav {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;
    transform: translateX(100%);
    display: block;
    width: 100%;
    padding: 0;
    background: #fff;
    overflow-y: auto;
    transition: ease 0.5s;
  }
  #l-header #l-headernav.active {
    transform: translateX(0);
  }
  #l-header #l-headernav ul {
    display: block;
    text-align: left;
  }
  #l-header #l-headernav ul.list01 {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  #l-header #l-headernav ul.list01 li {
    height: auto;
    padding: 13px 20px;
  }
  #l-header #l-headernav ul.list01 li:nth-of-type(1), #l-header #l-headernav ul.list01 li:nth-of-type(2), #l-header #l-headernav ul.list01 li:nth-of-type(3), #l-header #l-headernav ul.list01 li:nth-of-type(4), #l-header #l-headernav ul.list01 li:nth-of-type(5) {
    background: #73f2ff;
    border-bottom: solid 1px #cefeff;
  }
  #l-header #l-headernav ul.list02 {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 15px;
  }
  #l-header #l-headernav ul.list02 li {
    height: auto;
    padding: 13px 20px;
  }
  #l-header #l-headernav ul.list02 li:nth-of-type(1) {
    padding: 10px 20px;
    background: #73f2ff;
    border-bottom: solid 1px #cefeff;
  }
  #l-header #l-headernav ul.list02 li.sns {
    display: block;
    padding: 10px 20px;
    background: #73f2ff;
  }
  #l-header #l-headernav ul.list02 li.sns p {
    margin-bottom: 10px;
  }
  #l-header #l-headernav ul.list02 li.sns > div {
    display: flex;
  }
  #l-header #l-headernav ul.list02 li.sns > div img {
    width: auto;
    height: 25px;
    margin-left: 15px;
  }
}
#l-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: ease 0.5s;
}
#l-overlay.active {
  visibility: visible;
  z-index: 10;
  opacity: 0.7;
}

/* l-breadcrumb */
#l-breadcrumb {
  width: 100%;
  margin: 12px 0;
  font-size: 93%;
  text-align: left;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
#l-breadcrumb__list {
  width: 970px;
  margin: 0 auto;
}
#l-breadcrumb__list li {
  display: inline-block;
  color: #00a0c9;
  font-size: 93%;
}
#l-breadcrumb__list li a {
  color: #3a3a3a;
  margin-right: 10px;
  text-decoration: underline;
}
#l-breadcrumb__list li a:hover {
  text-decoration: none;
}
#l-breadcrumb__list li:after {
  content: ">";
  color: #3a3a3a;
  padding-right: 4px;
}
#l-breadcrumb__list li:last-child:after {
  content: "";
  padding: 0;
}

/* l-sectionMain */
#l-sectionMain {
  margin-bottom: 60px;
}
#l-sectionMain__text {
  margin-bottom: 15px;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 29px;
}

@media only screen and (max-width: 767px) {
  #l-sectionMain {
    margin-bottom: 25px;
  }
  #l-sectionMain__text {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 15px;
  }
}
/* l-sectionContainer */
.l-sectionContainer {
  margin: 0 0 60px;
  background: #fff;
}
.l-sectionContainer:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .l-sectionContainer {
    margin: 0 15px 40px;
  }
  .l-sectionContainer:last-of-type {
    margin: 0 15px 0;
  }
}
/* l-sectionInner */
.l-sectionInner {
  padding: 25px 30px;
}

@media only screen and (max-width: 767px) {
  .l-sectionInner {
    padding: 15px;
  }
}
/* l-sectionCol */
.l-sectionCol {
  display: flex;
  justify-content: space-between;
}
.l-sectionCol .sectionCol__inner--left {
  flex-basis: calc(100% - 330px);
  padding-right: 30px;
  border-right: solid 1px #ccc;
}
.l-sectionCol .sectionCol__inner--left p, .l-sectionCol .sectionCol__inner--left figure {
  margin-bottom: 25px;
}
.l-sectionCol .sectionCol__inner--left img {
  width: 100%;
  height: auto;
}
.l-sectionCol .sectionCol__inner--form {
  flex-basis: 330px;
  padding-left: 30px;
}
.l-sectionCol .sectionCol__inner--form strong {
  font-weight: bold;
  color: #cc0000;
}
.l-sectionCol .sectionCol__inner--form input[type=text], .l-sectionCol .sectionCol__inner--form textarea, .l-sectionCol .sectionCol__inner--form input[type=email], .l-sectionCol .sectionCol__inner--form input[type=tel] {
  width: 100%;
  padding: 5px;
}
.l-sectionCol .sectionCol__inner--form input[type=submit] {
  display: block;
  margin: 15px auto 0;
}
.l-sectionCol iframe {
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 767px) {
  .l-sectionCol {
    display: block;
  }
  .l-sectionCol .sectionCol__inner--left {
    flex-basis: 100%;
    padding-right: 0;
    border-right: none;
  }
  .l-sectionCol .sectionCol__inner--left p, .l-sectionCol .sectionCol__inner--left figure {
    margin-bottom: 20px;
  }
  .l-sectionCol .sectionCol__inner--left sup {
    line-height: 1.3;
  }
  .l-sectionCol .sectionCol__inner--form {
    flex-basis: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .l-sectionCol iframe {
    width: 100%;
    height: 250px;
  }
}
/* l-sectionSns */
#l-sectionSns {
  position: relative;
  width: 940px;
  margin: 60px auto 0;
}
#l-sectionSns .img {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #l-sectionSns {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 15px;
  }
  #l-sectionSns .img {
    position: static;
    margin-bottom: 30px;
  }
}
/* l-footer */
#l-footer {
  display: flex;
  justify-content: flex-end;
  background: #73f2ff;
  text-align: right;
}
#l-footer #l-footer__text {
  padding: 35px 15px 0 0;
  font-size: 14px;
}
#l-footer #l-footer__logo {
  padding: 10px 10px 0 0;
}

@media only screen and (max-width: 767px) {
  #l-footer {
    display: block;
    text-align: left;
  }
  #l-footer #l-footer__text {
    padding: 5px 0 5px 15px;
    font-size: 10px;
  }
  #l-footer #l-footer__logo {
    padding: 0 5px 0;
    text-align: right;
  }
  #l-footer #l-footer__logo img {
    width: auto;
    height: 47px;
  }
}
/* swiper */
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #ccc;
}

/* modaal */
.modaal-inner-wrapper {
  padding: 0;
}

.modaal-container {
  width: 90%;
  text-align: center;
  background: none;
}

.modaal-content-container {
  padding: 0;
}
.modaal-content-container img {
  max-width: 100%;
  max-height: 80vh;
}

.modaal-overlay {
  z-index: 1000;
}

/*********************************************************************************************************
Component
*********************************************************************************************************/
/* h2 */
h2 {
  padding: 10px 15px;
  background: #73f2ff;
  border-top: solid #fff 10px;
  line-height: 1.5;
  font-family: "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
h2 span {
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  h2 {
    padding: 5px 10px;
    border-top: solid #fff 15px;
    line-height: 1.4;
    font-size: 18px;
  }
}
/* c-block__text */
.c-block__text {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .c-block__text {
    margin-bottom: 20px;
  }
}
/* c-block__img */
.c-block__img {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .c-block__img {
    margin-bottom: 20px;
  }
}
/* c-btn--totop */
#c-btn--totop {
  position: sticky;
  bottom: 10px;
  left: calc(100vw - 70px);
  z-index: 10;
  width: 50px;
  height: 50px;
}
#c-btn--totop a {
  display: block;
  width: 50px;
  height: 50px;
}
#c-btn--totop a.off {
  position: absolute;
}
#c-btn--totop a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #c-btn--totop {
    left: calc(100vw - 55px);
  }
}
/*********************************************************************************************************
Project
*********************************************************************************************************/
/* -----------------------------------------------------------------------------------
.page-home
----------------------------------------------------------------------------------- */
.page-home {
  /* sectionNews */
  /* facebook */
}
.page-home .swiper {
  width: 980px;
  height: 420px;
}
.page-home .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.page-home .swiper .swiper-slide img {
  align-self: center;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-home .swiper {
    width: 100%;
    height: 210px;
  }
}
.page-home #sectionNews #p-news__list {
  list-style-type: disc;
}
.page-home #sectionNews #p-news__list li {
  margin-bottom: 5px;
}
.page-home #sectionNews #p-news__list li div {
  display: flex;
}
.page-home #sectionNews #p-news__list li div p:first-of-type {
  width: 140px;
}
.page-home #sectionNews #p-news__list li div p:last-of-type {
  width: calc(100% - 140px);
}
.page-home #sectionNews #p-news__list li:last-of-type {
  margin-bottom: 0;
}
.page-home #sectionNews #p-news__list li a {
  color: #0517ff;
}
.page-home #sectionNews #p-news__list li span {
  display: inline-block;
  margin-left: 5px;
  color: #ff0000;
}
@media only screen and (max-width: 767px) {
  .page-home #sectionNews #p-news__list {
    margin-left: 15px;
  }
  .page-home #sectionNews #p-news__list li div p:first-of-type {
    width: 110px;
  }
  .page-home #sectionNews #p-news__list li div p:last-of-type {
    width: calc(100% - 110px);
  }
}
.page-home .fb-page {
  width: 100%;
}
.page-home article p, .page-home article figure {
  margin-bottom: 25px;
}

/* -----------------------------------------------------------------------------------
.page-about
----------------------------------------------------------------------------------- */
.page-about .p-about__block {
  text-align: center;
}
.page-about .p-about__block img {
  width: 100%;
  height: auto;
}
.page-about .p-about__block .p-about__box {
  display: flex;
  margin-bottom: 40px;
}
.page-about .p-about__block .p-about__box figure {
  width: 460px;
}
@media only screen and (max-width: 767px) {
  .page-about .p-about__block .p-about__box {
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------------------------------
.page-event
----------------------------------------------------------------------------------- */
.page-event {
  /* p-event__list */
}
.page-event .p-event__list {
  margin-bottom: 40px;
}
.page-event .p-event__list li {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #ccc;
}
.page-event .p-event__list li .date {
  flex-basis: 150px;
}
.page-event .p-event__list li .text {
  flex-basis: calc(100% - 150px);
}
@media only screen and (max-width: 767px) {
  .page-event .p-event__list {
    margin-bottom: 20px;
  }
  .page-event .p-event__list li {
    display: flex;
    margin-bottom: 10px;
  }
  .page-event .p-event__list li .date {
    flex-basis: 130px;
  }
  .page-event .p-event__list li .text {
    flex-basis: calc(100% - 130px);
  }
}

/* -----------------------------------------------------------------------------------
.page-activity
----------------------------------------------------------------------------------- */
.page-activity {
  /* swiper */
  /* swiperModalButton */
  /* swiperModal */
}
.page-activity .swiper .swiper-slide img {
  align-self: center;
  max-width: 100%;
  max-height: 80vh;
}
@media only screen and (max-width: 767px) {
  .page-activity .swiper .swiper-slide img {
    align-self: center;
    max-width: 100%;
    max-height: 100vw;
  }
  .page-activity .swiper-button-prev {
    left: -20px;
  }
  .page-activity .swiper-button-next {
    right: -20px;
  }
}
.page-activity .swiperModalButton {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-activity .swiperModalButton::after {
  content: "";
  display: block;
  width: 31%;
}
.page-activity .swiperModalButton button {
  width: 31%;
  margin-bottom: 25px;
  text-align: center;
}
.page-activity .swiperModalButton button:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
.page-activity .swiperModalButton button figure span {
  display: block;
  background: #333;
}
.page-activity .swiperModalButton button figure span img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 190px;
}
@media only screen and (max-width: 767px) {
  .page-activity .swiperModalButton button {
    width: 48%;
    margin-bottom: 15px;
  }
  .page-activity .swiperModalButton button figure span img {
    max-width: 100%;
    max-height: 100px;
  }
}
.page-activity .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
}
.page-activity .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.page-activity .modal .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.page-activity .modal .modal__content {
  position: relative;
  width: 90%;
  text-align: center;
}
.page-activity .modal .modal__content .modal_inner {
  width: 100%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 20px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-activity .modal .modal__content .modal_inner .modal__close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}
.page-activity .modal .modal__content .modal_inner .modal__close-btn:hover {
  opacity: 0.7;
}
.page-activity .modal .modal__content .modal_inner .modal__close-btn .lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
.page-activity .modal .modal__content .modal_inner .modal__close-btn .lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.page-activity .modal .modal__content .modal_inner figure.swiperText {
  margin: 0;
  text-align: center;
  color: #fff;
}
.page-activity .modal .modaal-close {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .page-activity .modal {
    padding: 0;
  }
  .page-activity .modal .modal__content {
    width: 80%;
  }
  .page-activity .modal .modal__content .modal_inner {
    padding: 0;
  }
}

/* -----------------------------------------------------------------------------------
.page-medhia
----------------------------------------------------------------------------------- */
.page-media .p-media__att {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  color: #cc0000;
}
.page-media .p-media__att::before {
  content: "※";
}
.page-media ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #ccc;
}
.page-media ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.page-media ul li p {
  margin-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
.page-media ul li p::before {
  content: "●";
}
.page-media ul li img {
  width: auto;
  height: 200px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .page-media ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .page-media ul li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
    margin-top: 10px;
  }
}

/* -----------------------------------------------------------------------------------
.page-manners
----------------------------------------------------------------------------------- */
.page-manners ul li {
  margin: 0 0 10px 1em;
  text-indent: -1em;
  font-weight: bold;
}
.page-manners ul li::before {
  content: "●";
}

/*********************************************************************************************************
Utility
*********************************************************************************************************/
/* pc/sp */
.u-pconly {
  display: block;
}

@media only screen and (max-width: 767px) {
  .u-pconly {
    display: none;
  }
}
.u-sponly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-sponly {
    display: block;
  }
}
/* margin */
.u-mb--ss {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .u-mb--ss {
    margin-bottom: 20px;
  }
}
.u-mb--s {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .u-mb--s {
    margin-bottom: 25px;
  }
}
.u-mb--m {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .u-mb--m {
    margin-bottom: 30px;
  }
}
.u-mb--l {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .u-mb--l {
    margin-bottom: 35px;
  }
}
.u-mb-none {
  margin-bottom: 0;
}

.u-m-auto {
  margin: 0 auto;
}

/* align */
.u-align-center {
  text-align: center;
}

/* font-color */
.u-font--red {
  color: #ff0000;
}

.u-font--green {
  color: #b8d200;
}

/* font-family */
.u-font--mincho {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
}

/* display */
.u-display--none {
  display: none;
}

/* end css */