@charset "UTF-8";
/*!
Theme Name: coms
Author: coms
Author URI: http://com-s.org/
Description: 一般社団法人COM'Sのオリジナルテーマ
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

coms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* site
--------------------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
a,
img,
div,
nav,
header,
article,
footer {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

button:active, button:focus {
  outline: none !important;
  border: none !important;
}

input:active, input:focus {
  outline: none !important;
  border: none !important;
}

.inner_wrap {
  max-width: 1200px;
  margin: auto;
}

.add_fi {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1 !important;
}

.ibacv {
  background: linear-gradient(to right bottom, #006934, #ACC760) !important;
  color: #fff !important;
}

.main-navigation #primary-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: auto;
  padding: 100px 10% 0;
  z-index: 9990;
}
.main-navigation #primary-menu li {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}
.main-navigation #primary-menu li a {
  color: #fff;
}
.main-navigation #primary-menu li span {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-left: 20px;
}
.main-navigation .sub-menu li {
  font-size: 16px !important;
}
.main-navigation .sub-menu a {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  width: 100%;
}
.main-navigation .sub-menu a::before {
  font-family: "Font Awesome 5 free";
  color: #909090;
  content: "\f068";
  font-weight: 900;
  padding-right: 10px;
}

.menu-menu-1-container li {
  opacity: 0;
}

#slider-section .ss_outer {
  position: relative;
}
#slider-section .ss_outer .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#slider-section .ss_outer .sld_scroll {
  position: absolute;
  bottom: 8%;
  left: calc(50% - 40px);
  width: 80px;
  height: 40px;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px #fff, 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
  opacity: 0;
  animation: fadein 1s 2.2s forwards;
  z-index: 9900;
}
#slider-section .ss_outer .sld_scroll i {
  display: block;
  font-size: 14px;
  animation: scran 1.4s infinite;
}
@keyframes scran {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

#icon_slider-section #icon_slider {
  width: 100%;
  height: 250px;
  padding-top: 20px;
  box-sizing: border-box;
}
#icon_slider-section #icon_slider .swiper-wrapper .swiper-slide {
  opacity: 0.4;
  transform: scale(0.8);
  padding-top: 20px;
  transition: all 0.7s;
}
#icon_slider-section #icon_slider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.2);
}
#icon_slider-section #icon_slider .swiper-wrapper .swiper-slide-next, #icon_slider-section #icon_slider .swiper-wrapper .swiper-slide-prev {
  transform: scale(1);
}
#icon_slider-section #icon_slider .swiper-wrapper .swiper-slide a {
  color: #000;
}
#icon_slider-section #icon_slider .swiper-wrapper .swiper-slide .isld_im {
  height: 60%;
  margin-bottom: 10px;
}
#icon_slider-section #icon_slider .swiper-wrapper .swiper-slide .isld_im img {
  width: 100%;
}
#icon_slider-section #icon_slider .swiper-wrapper .swiper-slide p {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

#fp_top {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 180px;
}
#fp_top h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 150px;
  background: linear-gradient(to bottom, #ACC760, #006934);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
#fp_top h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
#fp_top h4 {
  font-size: 16px;
  line-height: 40px;
}

#information-section {
  margin-top: 80px;
}
#information-section #infos_cntn {
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  box-sizing: border-box;
}
#information-section #infos_cntn .tab_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  justify-content: center;
}
#information-section #infos_cntn .tab_wrap button {
  background: #fff;
  cursor: pointer;
  padding-bottom: 10px;
  box-sizing: border-box;
  transition: all 0.3s;
}
#information-section #infos_cntn .info_pg {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  padding-top: 50px;
  transition: all 0.3s;
  z-index: 0;
}
#information-section .info_l h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
#information-section .info_l span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
}
#information-section .info_r dl {
  width: 90%;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
#information-section .info_r dl dt {
  font-size: 14px;
  color: #868686;
  letter-spacing: 2px;
}
#information-section .info_r dl dt span {
  font-family: "Josefin Sans", sans-serif;
  color: red;
  letter-spacing: 0;
  margin-left: 10px;
}
#information-section .info_r dl dd {
  font-size: 15px;
  height: 50px;
  padding: 6px 0 0 15px;
  box-sizing: border-box;
}
#information-section .info_r dl dd span {
  margin-right: 10px;
}
#information-section .info_r dl dd a {
  color: #000;
  margin-right: 10px;
}
#information-section .info_r dl dd a:hover {
  text-decoration: underline;
}
#information-section .info_r dl dd i {
  padding-left: 5px;
}
#information-section .sa_link a {
  display: block;
  width: 40%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  margin-top: 30px;
  transition: 0.2s all;
}
#information-section .sa_link a:hover {
  background: #000;
  color: #fff;
}
#information-section .member-information {
  padding-bottom: 180px;
}

.iml,
.icl,
.mml,
.mcl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s all;
  margin-right: 20px;
}
.iml i,
.icl i,
.mml i,
.mcl i {
  padding-right: 5px;
}
.iml:hover,
.icl:hover,
.mml:hover,
.mcl:hover {
  display: inline-block;
  transform: scale(1.05);
}

#banner_A {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
}
#banner_A::before {
  position: absolute;
  top: -40px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 280px;
  font-weight: bold;
  color: rgba(240, 240, 240, 0.425);
  white-space: pre;
  content: "NOTICE\a  NOTICE\a  NOTICE\a  NOTICE\a  NOTICE\a  NOTICE\a  NOTICE\a  NOTICE\a  NOTICE";
  line-height: 400px;
  transform: rotate(-12deg);
  z-index: -1;
}
#banner_A ul {
  width: 90%;
  margin: auto;
}
#banner_A ul li a {
  display: block;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.308);
  transition: 0.5s all;
  margin: auto;
}
#banner_A ul li a:hover {
  transform: scale(1.2);
}

.page-header {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #000;
}
.page-header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-header .page-title {
  position: absolute;
  top: calc(50% - 25px);
  left: 10%;
  width: 80%;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 50px;
  text-shadow: 1px 1px 3px #000;
  z-index: 9900;
}
.page-header .page-title span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}

.breadcrumbs {
  font-size: 12px;
  padding: 4px 10px 40px 10px !important;
}
.breadcrumbs a {
  color: #afafaf;
}
.breadcrumbs:hover {
  color: #000;
}

.catinf_cnt {
  padding-top: 40px;
}
.catinf_cnt dl {
  width: 90%;
  border-bottom: 1px solid #dfdfdf;
  margin: auto;
  margin-bottom: 20px;
}
.catinf_cnt dl dt {
  font-size: 14px;
  color: #868686;
  letter-spacing: 2px;
}
.catinf_cnt dl dt span {
  font-family: "Josefin Sans", sans-serif;
  color: red;
  letter-spacing: 0;
  margin-left: 10px;
}
.catinf_cnt dl dd {
  font-size: 15px;
  height: 60px;
  padding: 6px 0 0 15px;
  box-sizing: border-box;
}
.catinf_cnt dl dd span {
  margin-right: 10px;
}
.catinf_cnt dl dd a {
  color: #000;
}
.catinf_cnt dl dd a:hover {
  text-decoration: underline;
}
.catinf_cnt dl dd i {
  margin-left: 8px;
}

.pot_A {
  top: calc(50% - 50px) !important;
}

.sec_title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.sec_title span {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-top: 6px;
}

.fp_pf {
  padding-top: 120px;
}
.fp_pf .pf_ad {
  margin-left: 5%;
}
.fp_pf .pf_ad h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fp_pf .pf_ad p {
  font-size: 14px;
  margin-bottom: 16px;
}
.fp_pf .pf_ad p:last-child::before {
  font-family: "Font Awesome 5 free";
  content: "\f095";
  font-weight: 900;
  padding-right: 8px;
}
.fp_pf a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  transition: 0.2s all;
}
.fp_pf a:hover {
  background: #000;
  color: #fff;
}
.fp_pf a::before {
  position: absolute;
  top: 25px;
  left: -130%;
  width: 120%;
  content: "";
  border-top: 1px solid #cacaca;
}

.pt_cld {
  padding-bottom: 100px;
}
.pt_cld .eo-fullcalendar {
  width: 80%;
  margin: auto;
}
.pt_cld .eo-fullcalendar table thead .fc-widget-header {
  background: #000;
  color: #fff;
}

.acv_atc {
  width: 87%;
  margin: 0 auto 10%;
}
.acv_atc h2 {
  font-size: 25px;
  border-bottom: 3px #086D38 solid;
  padding: 10% 0 1% 0;
}
.acv_atc h2 a {
  color: #086D38;
}
.acv_atc .cp_date {
  display: table;
  margin: 5px 0 30px auto;
}
.acv_atc .aa_thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.acv_atc .cf {
  padding: 0 1%;
}
.acv_atc .cf a {
  float: left;
  display: block;
  width: 25%;
  color: #000;
  padding: 0 2%;
  box-sizing: border-box;
}
.acv_atc .cf a i {
  font-size: 80px;
}
.acv_atc .cf a p {
  font-size: 12px;
  color: blue;
  line-height: 14px;
  text-decoration: underline;
  margin-top: 5px;
}
.acv_atc .atc_cnt {
  margin-top: 50px;
  padding: 0 2%;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pm_anm1 {
  0% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 1;
    background: rgb(0, 0, 0);
  }
}
@keyframes pm_anm2 {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    transform: scaleY(0.2);
  }
  80% {
    transform: scaleY(1.2);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@media screen and (min-width: 641px) and (max-width: 1030px) {
  #slider-section .ss_outer .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
/**** media mobile ****/
@media screen and (max-width: 640px) {
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.2em;
    z-index: 9980;
  }
  .site-branding {
    padding-top: 5px;
    box-sizing: border-box;
  }
  .site-logo-box {
    width: 200px;
    margin: auto;
  }
  .main-navigation #primary-menu {
    -webkit-overflow-scrolling: touch;
  }
  .main-navigation #primary-menu li {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .main-navigation #primary-menu li span {
    font-size: 14px;
  }
  .main-navigation .sub-menu {
    padding-top: 30px;
  }
  .main-navigation .sub-menu li {
    height: 30px;
    margin-bottom: 20px !important;
  }
  .menu-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    background: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
    transition: 0.2s all;
    padding: 0;
    overflow: hidden;
    z-index: 9999;
  }
  .menu-toggle i {
    font-size: 30px;
    padding-right: 30px;
  }
  .menu-toggle[aria-expanded=true] {
    color: #fff;
    font-size: 0;
  }
  .menu-toggle[aria-expanded=true] i {
    font-size: 0;
  }
  .menu-toggle[aria-expanded=true]::before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 30px;
    content: "\f00d";
    padding-left: 3px;
  }
  .menu-toggle[aria-expanded=true] + .menu-menu-1-container ul {
    animation: pm_anm1 0.3s forwards;
  }
  .menu-toggle[aria-expanded=true] + .menu-menu-1-container li {
    animation: pm_anm2 0.4s 0.1s forwards;
  }
  #slider-section .ss_outer .sld_text {
    position: absolute;
    bottom: 30%;
    left: 0;
    max-width: 300px;
    font-size: 12px;
    letter-spacing: -1px;
    background: rgba(255, 255, 255, 0.695);
    padding: 4% 6%;
    box-sizing: border-box;
  }
  #slider-section .ss_outer .sld_text .ssp1 {
    font-size: 14px;
    display: block;
    margin: 5% 0 -10px 1%;
  }
  #slider-section .ss_outer .sld_text .ssp2 {
    font-size: 16px;
    display: block;
    margin-left: 1%;
  }
  #slider-section .ss_outer .sbtn_link {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 60px);
    width: 120px;
    height: 30px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.557);
    color: #fff;
    text-align: center;
    line-height: 35px;
  }
  #slider-section .ss_outer .sbtn_link i {
    padding-right: 6px;
  }
  #slider-section .ss_outer .sld_scroll {
    bottom: 3%;
  }
  #icon_slider-section #icon_slider {
    height: 180px;
  }
  #icon_slider-section #icon_slider .swiper-wrapper .swiper-slide .isld_im {
    margin-bottom: 0;
  }
  #icon_slider-section #icon_slider .swiper-wrapper .swiper-slide p {
    font-size: 12px;
    margin-top: 0;
  }
  #fp_top {
    padding: 200px 2% 180px;
  }
  #fp_top h2 {
    font-size: 120px;
  }
  #fp_top h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #fp_top h4 {
    font-size: 14px;
    line-height: 30px;
  }
  #information-section {
    overflow: hidden;
    margin-bottom: 50px;
  }
  #information-section #infos_cntn {
    height: 1000px;
    padding-bottom: 150px;
  }
  #information-section #infos_cntn .tab_wrap button {
    font-size: 12px;
    padding: 0 5px;
  }
  #information-section #infos_cntn .info_pg {
    padding-bottom: 200px;
  }
  #information-section .info_l h2 {
    text-align: center;
  }
  #information-section .info_r {
    width: 90%;
    margin: auto;
  }
  #information-section .info_r dl {
    width: 100%;
    padding-bottom: 5px;
  }
  #information-section .sa_link {
    margin: 30px 0 60px;
  }
  #information-section .sa_link a {
    width: 50%;
    margin: auto;
  }
  #banner_A ul li {
    margin-bottom: 50px;
  }
  #banner_A ul li a {
    max-width: 240px;
  }
  #banner_A ul li h2 {
    font-size: 12px;
    color: #fff;
    background: #000;
    max-width: 720px;
    margin: auto;
    padding: 5px 20px;
  }
  .fp_pf {
    text-align: center;
  }
  .fp_pf .sec_title {
    margin-bottom: 50px;
  }
  .fp_pf .pf_ad {
    padding-right: 5%;
  }
  .fp_pf a {
    width: 50%;
    margin: auto;
    margin-top: 30px;
  }
  .page-header {
    height: 200px;
  }
  .page-header .page-title {
    font-size: 36px;
    line-height: 40px;
  }
  .acv_atc .cp_date {
    font-size: 12px;
  }
  .acv_atc .cf a {
    width: 50%;
    height: 120px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .acv_atc .cf a i {
    font-size: 50px;
  }
  .acv_atc .atc_cnt {
    margin-top: 0;
  }
  .ol_cnt {
    padding: 50px 0;
  }
  .ol_cnt .ol_box {
    height: 500px;
  }
  .ol_cnt .ol_box .ofs {
    text-align: center;
    padding: 0 4%;
  }
  .ol_cnt .ol_box .ofs .ofs_im {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ol_cnt .ol_box .ofs .ofs_im img {
    width: 100%;
  }
  .ol_cnt .ol_box .ofs h2 {
    position: relative;
    font-size: 24px;
    border-bottom: 3px solid #7f7f7f;
    padding-bottom: 5px;
    margin: 10px 0 20px;
  }
  .ol_cnt .ol_box .ofs h2::after {
    position: absolute;
    bottom: -7px;
    left: 2%;
    width: 96%;
    height: 0;
    content: "";
    border-bottom: 1px solid #7f7f7f;
  }
  .ol_cnt .ol_box .ofs p {
    margin-bottom: 20px;
  }
  .ol_cnt .ol_box .ofs dl dt {
    margin-bottom: 5px;
  }
  article.event .entry-content {
    padding: 0 5%;
  }
  article.event ul li {
    margin-top: 10px;
  }
  #colophon {
    background: #000;
    margin-top: 100px;
    padding: 40px 0 8px;
  }
  .footer_logo {
    width: 250px;
    margin: auto;
  }
  #footer-navigation {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  #footer-navigation ul {
    padding: 0 15%;
  }
  #footer-navigation ul li {
    margin-bottom: 40px;
  }
  #footer-navigation ul li a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    color: #fff;
  }
  #footer-navigation ul li span {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    padding-left: 10px;
  }
  #footer-navigation ul li ul {
    margin-top: 30px;
    padding: 0;
  }
  #footer-navigation ul li ul li {
    margin-bottom: 30px;
  }
  #footer-navigation ul li ul li a {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
  }
  #footer-navigation ul li ul li a::before {
    font-family: "Font Awesome 5 free";
    color: #909090;
    content: "\f068";
    font-weight: 900;
    padding-right: 10px;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
  }
}
/**** media tablet ****/
@media screen and (min-width: 641px) {
  #masthead {
    position: fixed;
    top: 10px;
    left: 50px;
    z-index: 9980;
  }
  #masthead .site-logo-box {
    max-width: 280px;
  }
  .main-navigation #primary-menu {
    -moz-column-count: 2;
         column-count: 2;
  }
  .main-navigation #primary-menu li {
    font-size: 36px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 60px;
  }
  .main-navigation .sub-menu {
    padding-top: 20px;
  }
  .main-navigation .sub-menu li {
    height: 40px;
    margin-bottom: 0 !important;
  }
  .menu-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    width: 120px;
    height: 36px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    line-height: 44px;
    background: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
    transition: 0.2s all;
    padding: 0;
    overflow: hidden;
    z-index: 9999;
  }
  .menu-toggle i {
    font-size: 36px;
    margin-right: 10px;
  }
  .menu-toggle[aria-expanded=true] {
    color: #fff;
    font-size: 0;
  }
  .menu-toggle[aria-expanded=true] i {
    font-size: 0;
  }
  .menu-toggle[aria-expanded=true]::before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 36px;
    content: "\f00d";
    padding-left: 5px;
  }
  .menu-toggle[aria-expanded=true]::after {
    font-family: "Josefin Sans", sans-serif;
    content: "CLOSE";
    font-size: 24px;
    padding-top: 3px;
  }
  .menu-toggle[aria-expanded=true] + .menu-menu-1-container ul {
    animation: pm_anm1 0.3s forwards;
  }
  .menu-toggle[aria-expanded=true] + .menu-menu-1-container li {
    animation: pm_anm2 0.4s 0.1s forwards;
  }
  .inner_wrap {
    padding: 0 3%;
  }
  #slider-section .ss_outer .sld_text {
    position: absolute;
    bottom: 30%;
    left: 0;
    max-width: 800px;
    height: 240px;
    font-size: 30px;
    letter-spacing: -2px;
    background: rgba(255, 255, 255, 0.695);
    padding: 3% 2%;
    box-sizing: border-box;
  }
  #slider-section .ss_outer .sld_text .ssp1 {
    font-size: 36px;
    display: block;
    margin: 5% 0 -24px 2%;
  }
  #slider-section .ss_outer .sld_text .ssp2 {
    font-size: 50px;
    display: block;
    margin-left: 3%;
  }
  #slider-section .ss_outer .sbtn_link {
    position: absolute;
    bottom: 10%;
    left: calc(50% - 100px);
    width: 200px;
    height: 50px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.557);
    color: #fff;
    text-align: center;
    line-height: 50px;
  }
  #slider-section .ss_outer .sbtn_link i {
    padding-right: 10px;
  }
  .splx_innerA {
    transform: scale(0.8333333333);
  }
  .splx_innerB {
    transform: scale(0.6666666667);
  }
  #information-section {
    margin-bottom: 80px;
  }
  #information-section #infos_cntn {
    height: 800px;
    padding-bottom: 600px;
  }
  #information-section #infos_cntn .info_pg {
    padding-bottom: 200px;
  }
  #information-section .info_l {
    float: left;
    width: 30%;
  }
  #information-section .info_r {
    float: right;
    width: 70%;
  }
  #banner_A {
    overflow: hidden;
    display: block;
  }
  #banner_A .bncm_one {
    margin-bottom: 80px;
  }
  #banner_A .bncm_one li {
    position: relative;
    margin-bottom: 50px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #banner_A .bncm_one li h2 {
    font-size: 12px;
    color: #fff;
    background: #000;
    max-width: 720px;
    margin: auto;
    padding: 5px 20px;
  }
  #banner_A .bncm_one li div {
    max-width: 720px;
    margin: auto;
  }
  #banner_A .bncm_two {
    margin-bottom: 50px;
  }
  #banner_A .bncm_two li {
    float: left;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #banner_A .bncm_two li:nth-child(even) {
    margin-top: 30px;
  }
  #banner_A .bncm_two li a {
    max-width: 450px;
  }
  #banner_A .bncm_two li a:hover {
    transform: scale(1.1);
  }
  #banner_A .bncm_three li {
    float: left;
    width: 33.3333333333%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #banner_A .bncm_three li:nth-child(3n-1) {
    margin-top: 30px;
  }
  #banner_A .bncm_three li:nth-child(3n) {
    margin-top: 60px;
  }
  #banner_A .bncm_three li a {
    max-width: 240px;
  }
  .fp_pf {
    padding-top: 80px;
  }
  .fp_pf .sec_title {
    float: left;
    width: 13%;
  }
  .fp_pf .pf_ad {
    float: left;
    width: 35%;
  }
  .fp_pf a {
    position: relative;
    float: right;
    width: 20%;
  }
  .fp_pf a::before {
    position: absolute;
    top: 25px;
    left: -130%;
    width: 120%;
    content: "";
    border-top: 1px solid #cacaca;
  }
  .catinf_cnt {
    width: 70%;
    margin: auto;
  }
  .ol_cnt {
    padding: 50px 0;
  }
  .ol_cnt .ol_box {
    float: left;
    width: 33.3333333333%;
    height: 500px;
  }
  .ol_cnt .ol_box .ofs {
    text-align: center;
    padding: 0 5%;
  }
  .ol_cnt .ol_box .ofs .ofs_im {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ol_cnt .ol_box .ofs .ofs_im img {
    width: 100%;
  }
  .ol_cnt .ol_box .ofs h2 {
    position: relative;
    font-size: 24px;
    border-bottom: 3px solid #7f7f7f;
    padding-bottom: 5px;
    margin: 10px 0 20px;
  }
  .ol_cnt .ol_box .ofs h2::after {
    position: absolute;
    bottom: -7px;
    left: 2%;
    width: 96%;
    height: 0;
    content: "";
    border-bottom: 1px solid #7f7f7f;
  }
  .ol_cnt .ol_box .ofs p {
    margin-bottom: 20px;
  }
  .ol_cnt .ol_box .ofs dl dt {
    margin-bottom: 5px;
  }
  article.event .entry-content {
    max-width: 1200px;
    margin: auto;
    padding: 0 5%;
    box-sizing: border-box;
  }
  article.event .entry-content .post-thumbnail {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article.event .entry-content .eventorganiser-event-meta ul li {
    margin-top: 10px;
  }
  #colophon {
    background: #000;
    margin-top: 100px;
    padding: 40px 0 8px;
  }
  .footer_logo {
    width: 250px;
    margin: auto;
  }
  #footer-navigation {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  #footer-navigation ul li {
    float: left;
    position: relative;
    width: 16.6666666667%;
    text-align: center;
  }
  #footer-navigation ul li:not(:last-child) {
    border-right: 1px solid #c1c1c1;
  }
  #footer-navigation ul li a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    color: #fff;
  }
  #footer-navigation ul li span {
    display: block;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    padding-top: 10px;
  }
  #footer-navigation ul li:hover ul {
    display: block;
    animation: fman1 0.3s forwards;
  }
  @keyframes fman1 {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  #footer-navigation ul li ul {
    position: absolute;
    bottom: 0;
    right: -10%;
    display: none;
  }
  #footer-navigation ul li ul li {
    float: none;
    width: 100%;
    border-right: none !important;
    border: 1px solid #000;
    background: radial-gradient(#585858, #242424);
    padding: 15px 10px 10px 10px;
  }
  #footer-navigation ul li ul li a {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    border: none;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-right: 2%;
  }
}
/**** media pc ****/