/*!
Theme Name: jpcc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: jpcc
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.

jpcc 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;
	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: #000000;
	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 {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.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) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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);
	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;
	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;
}

















/*--------------------------------------------------------------
# KURUBUSI
--------------------------------------------------------------*/


/* 共通
--------------------------------------------- */
body {
    font-family: "M PLUS 1p", sans-serif;
}

#page {
    text-align: center;
}
.include {
    width: 1167px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.site-main {
    text-align: left;
}
.spbr {
    display: none;
}

/* header
--------------------------------------------- */
.site-header {
    margin-bottom: 50px;
}
.site-header .include {
    display: flex;
    justify-content: space-between;
    /*position: relative;*/
}
.site-header .site-title {
    margin: 30px 0 0 0;
}
.site-header .site-title img {
    width: 240px;
    height: auto;
}
.main-navigation .menu_icon {
    margin: 40px 0 0 0;
}

.main-navigation {
    width: auto;
    cursor: pointer;
}
.header_nav_box {
    position: absolute;
    top: 20px;
    right: 20px;/*-200px;*/
    background-color: #ffffff;
    width: 420px;
    padding: 20px 50px 30px 50px;
    border-radius: 30px;
    border: solid 2px #707070;
    z-index: 100;
    display: none;
}
.header_nav_close_box {
    text-align: center;
}
.header_nav_close_box img {
    margin: 0 auto 20px auto;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.header_nav {
    display: block!important;
    border-top: solid 2px #707070;
}
.header_nav li {
    display: block;
    padding: 12px 0 12px 0;
    border-bottom: solid 2px #707070;
}
.header_nav span {
    font-size: 15px;
}
.header_nav a {
    display: block;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_nav strong {
    font-size: 37px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
}
.header_nav span {
    font-size: 15px;
    width: 120px;
}
.header_nav_box .banner_box {
   text-align: center;
   padding: 30px 0 0 0;
}
.header_nav_box .banner_box .nav_banner {
   margin: 0 auto 12px auto;
}
.skip-link {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 50;
}


.member_fixed {
    position: fixed;
    right: 0px;
    top: 200px;
    z-index: 50;
}
.member_fixed a {
    display: block;
}
.member_fixed a img {
    display: block;
}





/* footer
--------------------------------------------- */
.site-footer {
    background-color: #E6D3DA;
    padding: 60px 0 15px 0;
    min-width: 1167px;
}
.footer_nav > ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_nav > ul li {
    width: 20%;
}
.footer_nav > ul li a {
    color: #A03E5B;
    text-decoration: none;
    display: block;
    background: url("/wp-content/themes/jpcc/images/discount-filled.png") left center no-repeat;
    padding-left: 23px;
    margin-bottom: 13px;
}
.footer_nav > ul > li > ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}
.footer_logo_box {
    text-align: center;
    margin-top: 80px;
}
.footer_logo_box .copy {
    color: #A03E5B;
    margin: 0;
}




/* top
--------------------------------------------- */

.top_main_slider {
    margin-top: -20px;
}
/*
.home .site-header .site-title {
    margin: 50px 0 0 40px;
    position: relative;
    z-index: 5;
    display: none;
}
.home .main-navigation .menu_icon {
    margin: 60px 30px 0 0;
    position: relative;
    z-index: 5;
}
*/

.top_main_slider .slider-for {
    margin-bottom: 20px;
}
.top_main_slider .slider-for img {
    border-radius: 20px;
}
.top_main_slider .slider-for .main_logo {
    border-radius: 0px;
}
.top_main_slider .slider-for .slick-slide {
  margin: 0 10px; /* 両側に10pxずつ */
}
.top_main_slider .slider-nav .slick-slide {
    margin: 0 10px; /* 左右に10pxの隙間 */
}
.top_main_slider .slider-nav {
    width: 700px;
    margin: 0 auto;
}
.top_main_slider .slider-nav div > img {
    border-radius: 10px;
}
.top_main_slider .slider-nav-box {
    text-align: center;
}
.top_main_slider .slick-prev {
    left: -35px;
}
.top_main_slider .slick-next {
    right: -35px;
}
.top_main_slider .include {
    position: relative;
}
.top_main_slider .include .main_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.top_member {
    display: flex;
    justify-content: center;
    font-size: 22px;
    margin: 50px 0 50px 0;
}
.top_member .member {
    padding: 5px 30px;
}
.top_member .genzai {
    padding: 5px 30px;
    border-right: solid 1px #707070;
    border-left: solid 1px #707070;
}
.top_member .kazu {
    padding: 5px 30px;
}

.top_news {
    margin: 0 170px;
    /*align-items: center;*/
}

.top_news .information_box {
    display: flex;
    justify-content: space-between;
}
.top_news .information_box h2 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.top_news .information_box h2 span {
    font-size: 20px;
    font-weight: normal;
    margin-left: 20px;
}
.top_news .information_box p {
    padding-top: 23px;
    font-size: 18px;
}
.top_news .information_box p a {
    color: #000;
    text-decoration: none;
}
.link-with-icon {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.circle-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: #A03E5B; /* 色は自由に */
    font-size: 16px;
    line-height: 1;
}




.top_news .news_box {
    font-family: "Oswald", sans-serif;
    border: solid 8px #000;
    font-size: 40px;
    text-align: center;
    padding: 25px 20px;
}
.top_news .list_box {
    margin: 0 0 0 0px;
    padding: 0;
    list-style: none;
}
.top_news .list_box li {
    margin-bottom: 15px;
    border-bottom: solid 1px #707070;
    padding-bottom: 5px;
}
.top_news .list_box li:nth-of-type(4) {
    margin-bottom: 0;
}
.top_news .list_box a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    display: block;
}
.top_news .list_box strong {
    width: 120px;
    text-align: center;
    padding: 2px 15px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin-right: 20px;
    font-size: 17px;
}
.top_news .list_box span {
    font-size: 18px;
    width: 120px;
    display: inline-block;
}
.top_news .list_box li a {
    display: flex;
}
.top_news .list_box .box1 {
    width: 270px;
    flex-shrink: 0;
}
.top_news .list_box .box2 {
}
.top_news .list_box .event {
    background-color: #00A0E9;
}
.top_news .list_box .meeting {
    background-color: #FFA012;
}
.top_news .list_box .photo-shoot {
    background-color: #0003C7;
}
.top_news .list_box .activity-report {
    background-color: #E40280;
}

.top_sec1 {
    display: flex;
    margin-top: 170px;
    align-items: center;
}
.top_sec1 .right_box {
    flex-shrink: 0;
    position: relative;
    z-index: 5;
}
.top_sec1 .left_box {
    margin-left: calc(50% - 50vw);
    margin-right: -100px;
    margin-top: -20px;
    position: relative;
}
.top_sec1.info .left_box {
    margin-left: -100px;
    margin-right: calc(51% - 50vw);
}
.top_sec1 .left_box .inner {
    position: relative;
}
.top_sec1 .left_box .inner::after {
    border: solid 1px #FFA012;
    content: "";
    width: 583px;
    height: 600px;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
}
.top_sec1.report .left_box .inner::after {
    border: solid 1px #E40280;
    height: 574px;
}


.top_sec1 .left_box .inner::before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 1px;
    background-color: #fff;
    width: 100px;
    height: 50px;
    z-index: 1;
}
.top_sec1.info .left_box .inner::after {
    border: solid 1px #00A0E9;
    content: "";
    width: 583px;
    height: 585px;
    display: block;
    position: absolute;
    top: -20px;
    left: auto;
    right: 0;
}
.top_sec1.info .left_box .inner::before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: auto;
    right: 1px;
    background-color: #fff;
    width: 100px;
    height: 50px;
    z-index: 1;
}
.top_sec1 .left_box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -70px;
    right: 11px;
    background-color: #fff;
    width: 100px;
    height: 50px;
    z-index: 1;
}
.top_sec1.report .left_box::after {
    bottom: -59px;
}
.top_sec1.info .left_box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -70px;
    right: auto;
    left: -18px;
    background-color: #fff;
    width: 100px;
    height: 50px;
    z-index: 1;
}


.top_sec1.about .left_box {
    background: url(/wp-content/themes/jpcc/images/page_main_header_bg2.png) left top repeat;
}
.top_sec1.info .left_box {
    background: url(/wp-content/themes/jpcc/images/page_main_header_bg5.png) left top repeat;
}
.top_sec1.report .left_box {
    background: url(/wp-content/themes/jpcc/images/page_main_header_bg4.png) left top repeat;
}
.top_sec1.report .left_box .inner {
    margin-left: calc(50vw - 583px);
    margin-right: 100px;
    padding: 46px 0 46px 30px;
}
.top_sec1.about .left_box .inner {
    margin-left: calc(50vw - 583px);
    margin-right: 100px;
    padding: 50px 0 55px 30px;
}
.top_sec1.info .left_box .inner {
    margin-left: 100px;
    margin-right: calc(50vw - 583px);
    padding: 40px 40px 40px 0px;
}

.top_sec1 h2 {
    font-size: 76px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1.1em;
    margin: 0 0 0px 0;

}
.top_sec1.about h2 {
    color: #FFA012;
}
.top_sec1.report h2 {
    color: #DB29AB;
}
.top_sec1.info h2 {
    color: #00A0E9;
    margin-left: 20px;
    text-align: right;
}
.top_sec1 h2 span {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 10px 20px 14px 20px;
    border-radius: 20px;
    margin-left: 30px;
    line-height: 20px;
    vertical-align: middle;
}
.top_sec1 h3 {
    font-weight: normal;
    color: #fff;
    padding: 1px 10px;
}
.top_sec1.about h3 {
    background-color: #FFA012;
}
.top_sec1.report h3 {
    background-color: #DB29AB;
}
.top_sec1.info h3 {
    background-color: #00A0E9;
    text-align: right;
}
.top_sec1.about h2 span {
    background-color: #000;
}
.top_sec1.info h2 span {
    background-color: #00A0E9;
}
.top_sec1.report h2 span {
    background-color: #FFA012;
}

.top_sec1 p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 30px 20px 0;
    background-color: #fff;
    padding: 10px 10px;
}
.top_sec1.about p {
    color: #FFA012;
}
.top_sec1.report p {
    color: #DB29AB;
    margin-bottom: 97px;
    padding: 30px 10px;
}
.top_sec1.info p {
    color: #00A0E9;
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 65px;
}
.top_sec1.info .link_b {
    margin-left: 20px;
    text-align: right;
}
.top_sec1 .link_b a {
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    width: 300px;
    height: 60px;
    text-align: center;
    padding: 10px 50px 10px 0;
    position: relative;
    margin-right: 20px;
    z-index: 5;
    padding-top: 12px;
    padding-bottom: 20px;
    font-size: 24px;
}
.top_sec1.info .link_b a {
    margin-right: 0;
}
.top_sec1 .link_b a span {
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}
.top_sec1 .link_b a span:after {
    content: '';
    background: url(/wp-content/themes/jpcc/images/link_box_arror.png) center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 63px;
}
.top_sec1.about .link_b a {
    background-color: #FFA012;
}
.top_sec1.about .link_b a span {
    background-color: #F4C690;
}
.top_sec1.info .link_b a span {
    background-color: #A1C6EA;
}
.top_sec1.info .link_b a {
    background-color: #00A0E9;
}
.top_sec1.info .link_b a span {
    background-color: #A1C6EA;
}
.top_sec1.report .link_b a {
    background-color: #DB29AB;
}
.top_sec1.report .link_b a span {
    background-color: #F571BB;
}


.sns_box {
    margin: 120px 0 50px 0;
    display: flex;
    justify-content: space-between;
}
.sns_box a {
    width: 200px;
}









/* サブページ共通 
--------------------------------------------- */
.page_main_header {
    min-height: 140px;
    box-sizing: border-box;
}
.page_main_header .header_box {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.page_main_header .header_box:after {
    content: '';
    position: absolute;
    top: -19px;
    left: 0;
    width: 1167px;
    height: 183px;
    border: solid 1px #000;
}
.page-id-121 .page_main_header .header_box:after, .post-type-archive-event .page_main_header .header_box:after, .single-event .page_main_header .header_box:after, .post-type-archive-event .page_main_header .header_box:after {
    border: solid 1px #00A0E9;
}

.tax-class .page_main_header .header_box:after, .single-report .page_main_header .header_box:after, .post-type-archive-report .page_main_header .header_box:after {
    border: solid 1px #E40280;
}
.page_main_header .include {
    position: relative;
}
.page_main_header .include:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    bottom: -41px;
    right: -1px;
    z-index: 1;
}
.single-event .page_main_header .include:after {
    background-color: #f6f6f6;
    bottom: -41px;
}




.page_main_header .include:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    top: -41px;
    left: -1px;
    z-index: 1;
}
.page_main_header .h1_box {
    
}
.page_main_header .h1_box p {
    font-family: "Oswald", sans-serif;
    font-size: 65px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    margin: 0 40px 0 0;
    line-height: 1.2;
}
.tax-class .page_main_header .h1_box p, .single-report .page_main_header .h1_box p, .post-type-archive-report .page_main_header .h1_box p {
    color: #E40280;
}
.page_main_header .h1_box h1 {
    margin: 0px 0px 0 0;
    line-height: 1em;
}
.page_main_header .h1_box h1 strong {
    font-size: 20px;
    font-weight: normal;
}


.link_box {
    margin-top: 15px;
}
.link_box a {
    display: inline-block;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    width: 200px;
    height: 40px;
    text-align: center;
    padding: 7px 50px 10px 0;
    position: relative;
    margin-right: 20px;
    z-index: 5;
}
.link_box a span {
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
.link_box a span:after {
    content: '';
    background: url("/wp-content/themes/jpcc/images/link_box_arror.png") center center no-repeat;
    background-size: 28px 28px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
#note .link_box a {
    background-color: #e54a31;
    width: 250px;
    padding: 7px 15px 10px 0;
    font-weight: bold;
}
#note .link_box a span {
    background-color: #ec8063;
}
.single-event .main_content_box {
    text-align: center;
    background-color: #f6f6f6;
}
.w960 {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 100px;
}

.page-id-121 .page_main_header .h1_box p {
    color: #00A0E9;
}



/* event 
--------------------------------------------- */

.post-type-archive-event .page_main_header, .page-id-121 .page_main_header, .event .page_main_header {
    background: url("/wp-content/themes/jpcc/images/page_main_header_bg.png") left top repeat;
    min-width: 1167px;
}
.post-type-archive-event .page_main_header .link_box a span, .page-id-121 .page_main_header .link_box a span, .event .page_main_header .link_box a span {
    background-color: #00A0E9;
}
.link_box a span {
    background-color: #00A0E9;
}
.post-type-archive-event .page_main_header .h1_box h1 strong, .event .page_main_header .h1_box h1 strong {
    /*background-color: #00A0E9;*/
}
.single-event .page_main_header .h1_box p, .post-type-archive-event .page_main_header .h1_box p {
    color: #00A0E9;
}
/*
.single-event .page_main_header .link_box a, .post-type-archive-event .page_main_header .h1_box p {
    background-color: #00A0E9;
}
*/


.main_content_box .thumbnail_box {
    padding-top: 40px;
}
.main_content_box .thumbnail_box img {
    border-radius: 30px;
    width: 100%;
    height: auto;
}
.main_content_box .schedule_box {
    background-color: #ececec;
    text-align: center;
}
.main_content_box .schedule_box .date_box {
    
}
.main_content_box .schedule_box .date_box .title_box {
    
}
.main_content_box .schedule_box .date_box h2 {
    font-size: 35px;

}
.main_content_box .schedule_box .date_box h2 img {
    
}



.mon_day_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.main_content_box .schedule_box .date_box .year {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
}
.mon_week {
    display: flex;
    border-bottom: solid 1px #000;
}
.mon_week .mon {
    /*font-family: "Oswald", sans-serif;*/
    font-size: 80px;
    color: #000;
    line-height: 1;
    font-weight: 600;
}
.mon_week .mon span {
    font-size: 40px;
}
.mon_week .week {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    padding-top: 25px;
}
.main_content_box .schedule_box .date_box .week.SUN {
    color: #F60A20;
}
.main_content_box .schedule_box .date_box .week.SAT {
    color: #00A0E9;
}


.main_content_box .next_box {
    position: absolute;
    top: 165px;
    left: 25px;
    background: #F60A20;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    max-width: 250px;
    
}
.main_content_box .next_box span {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px; /* 右側に三角形を配置 */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px; /* 右向きの三角形 */
    border-color: transparent transparent transparent #F60A20;
}
.main_content_box .schedule_box .memo_box {
    border-radius: 20px;
    background-color: #FFE814;
    text-align: center;
    padding: 30px;
    width: 100%;
}
.main_content_box .schedule_box .memo_box h2 {
    font-size: 26px;
    margin: 0 0 25px 0;
}
.main_content_box .schedule_box .memo_box .honbun {
    font-size: 20px;
    margin: 0 0 30px 0;
}
.main_content_box .schedule_box .memo_box .note {
    font-size: 20px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    padding: 5px;
}


.main_content_box .acf_box {
    margin-top: 30px;
}
.main_content_box .acf_box .sec {
    margin-bottom: 25px;
}
.main_content_box .acf_box .sec .tach_box {
    padding: 10px;
    cursor: pointer;
    background-color: #0003C7;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.main_content_box .acf_box .sec .tach_box p {
    margin: 0;
    text-align: center;
}

.main_content_box .acf_box .sec .tach_box.active span::before {
    transform: rotate(180deg);
}
.main_content_box .acf_box .sec .open_box {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 20px 20px;
}
.main_content_box .acf_box .sec .open_box .map {
    position: relative;

}
.main_content_box .acf_box .sec .open_box .map iframe {
    width: 100%;
    height: 400px;
}
.main_content_box .acf_box #access .open_box {

}
.main_content_box .acf_box .sec .open_box .botton_box a {
    margin-right: 30px;
}

#event_rule .open_box {
    text-align: left;
    padding: 20px 180px;
}
#event_rule .open_box .zettai {
    text-align: center;
}

#precautions .open_box {
    padding: 20px 180px;
    text-align: left;
}
#precautions .zettai {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.precautions_banners .banner {
    margin-right: 20px;
}
.precautions_banners .one div {
    border-top: solid 1px #C8C8C8;
    font-size: 14px;
}
.precautions_banners .one > div {
    display: none;
}
.precautions_banners .one {
    border-bottom: solid 1px #C8C8C8;
    padding: 5px 0;
}
.precautions_banners .one > img {
    vertical-align: middle;
    cursor: pointer;
}
#precautions .note {
    margin-top: 80px;
}

#report_photo .open_box {
    padding: 20px 180px;
    text-align: left;
}
#report_photo .zettai {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.report_photo_one {
    background-color: #00A0E9;
    margin-bottom: 25px;
}
.report_photo_one a {
    display: flex;
    text-decoration: none;
    color: #fff;
    padding: 20px;
    align-items: center;
}
.report_photo_one .photo img {
    width: 234px;
    height: 148px;
    object-fit: cover;
}
.report_photo_one .photo {
    margin-right: 20px;
    flex-shrink: 0;
}
.report_photo_one h5 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 7px;
}
.report_photo_one p {
    margin: 0 0 7px 0;
    font-size: 18px;
}

#announcement .open_box {
    padding: 20px 180px;
}
#announcement .xi {
    display: flex;
}
#announcement .x {
    margin-right: 80px;
}
#announcement .xi h5 {
    font-size: 24px;
    font-weight: normal;
}






#event .open_box {
    padding: 20px 180px;
}
#event .open_box h3 {
    font-size: 20px;
    border-bottom: solid 1px #000;
    font-weight: normal;
    margin-top: 40px;
}
#event .open_box p {
    font-size: 34px;
    margin-bottom: 10px;
}
#event .open_box p span {
    font-size: 24px;
}
#event .open_box .kaisaibi {
    font-size: 44px;
}
#event .open_box .kaisaibi span {
    font-size: 34px;
}


#event .open_box .mini {
    font-size: 17px;
}
#ticket .open_box {
    padding: 20px 180px;
}
#ticket .beginning {
    font-size: 24px;
}

#ticket .one_sec {
    margin-bottom: 20px;
}
#ticket .one_sec h3 {
    font-size: 35px;
    color: #fff;
    padding: 10px 20px;
    
}
#ticket .one_sec.advance h3 {
    background-color: #FFA012;
}
#ticket .one_sec.on h3 {
    background-color: #9b7fa7;
}
#ticket .one_sec h3 span {
    display: block;
    font-size: 20px;
    font-weight: normal;
}
#ticket .one_sec .kakaku {
    font-size: 26px;
    margin: 0;
}
#ticket .one_sec .kakaku.cos {
    color: #E40280;
}
#ticket .one_sec .kakaku.cam {
    color: #00A0E9;
}
#ticket .one_sec .kakaku span {
    width: 300px;
    display: inline-block;
}
#ticket .one_sec .kakaku strong {
    font-size: 46px;
    font-weight: bold;
}
#ticket .one_sec .price_url {
    border: solid 1px #C8B85B;
}
#ticket .one_sec.advance .price_url {
    border: solid 1px #FFA012;
}

#ticket .one_sec .price_url a {
    color: #C8B85B;
    font-size: 26px;
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #C8B85B;
    position: relative;
    width: 100%;
    text-align: center;
}
#ticket .one_sec .price_url a {
    color: #FFA012;
}
.price_url .icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #C8B85B;
    position: absolute;
    right: 10px;
    top: 8px;
}
.price_url .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    width: 0;
    height: 0;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.45em solid #fff;
}
.advance .price_url .icon {
    background-color: #FFA012;
}

.map_hosoku {
}
.map_hosoku .satue {
    color: #E40280;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.map_hosoku .satue:before {
    content: '';
    width: 35px;
    height: 26px;
    background-color: #E40280;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
.map_hosoku .idou {
    color: #00A0E9;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.map_hosoku .idou:before {
    content: '';
    width: 35px;
    height: 26px;
    background-color: #00A0E9;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
.map_hosoku .kinsi {
    color: #000;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.map_hosoku .kinsi:before {
    content: '';
    width: 35px;
    height: 26px;
    background-color: #000;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
#note .open_box {
    padding: 20px 100px;
}
#note h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
}
#note h3 strong {
    font-weight: normal;
    border-bottom: dashed 2px #F60A21;
}
#note .open_box > p {
    font-size: 20px;
    margin: 0 20px 50px 20px;
    text-align: left;
}
#note h4 {
    font-weight: normal;
}
#note .kiyaku {
    height: 200px;
    overflow-x: scroll;
    border: solid 1px #000;
    padding: 20px;
    text-align: left;
    
}


.page_link_box {
    padding-bottom: 50px;
    margin: 80px 180px 0px 180px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page_link_box .link {
    width: 220px;
    border-bottom: solid 1px #707070;
    margin: 0 0 30px 0;
    padding-bottom: 5px;
}
.page_link_box .link a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}
.page_link_box .link span {
    font-size: 12px;
    display: block;
}



.main_content_box .acf_box .sec .open_box.gallery {
    padding: 50px 50px 50px 50px;
    position: relative;
}



/* Swiperの全体幅を適切に制限 */
.open_box ..swiper {
  max-width: 100%;
  width: 800px; /* 必要に応じて変更 */
  height: auto;
  margin: auto; /* 中央揃え */
  overflow: hidden;
}
/* メインスライダーのサイズを適正化 */
.open_box ..main-slider {
  width: 100%;
  max-width: 800px;
}
/* サムネイルスライダーのサイズ調整 */
.open_box .thumbnail-slider {
  width: 100%;
  max-width: 800px;
  margin-top: 10px;
}
/* .swiper-wrapper の拡大防止 */
.open_box .swiper-wrapper {
  display: flex;
  align-items: center;
}
/* 各スライドのサイズ調整 */
.open_box .swiper-slide {
  width: auto; /* スライドを適正サイズに */
  max-width: 100%;
  text-align: center;
}
/* 画像のサイズを適切に制限 */
.open_box .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
/* サムネイルスライダーのスタイル */
.open_box .thumbnail-slider .swiper-slide {
  width: 80px; /* サムネイルのサイズ */
  height: 80px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
/* 選択されたサムネイルを強調 */
.open_box .thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}
/* Swiperのナビゲーションボタン調整 */
.open_box .swiper-button-prev,
.open_box .swiper-button-next {
  color: #000; /* ナビゲーションの色 */
  font-size: 20px;
}
/* サムネイル一覧のスタイル（左寄せ） */
.open_box .thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* 左寄せ */
  gap: 25px; /* サムネイル間の間隔 */
  margin-top: 15px;
}
/* サムネイルのスタイル */
.open_box .thumbnail-list .thumb {
  width: 190px; /* 必要に応じて変更 */
  height: auto;
  cursor: pointer;
  border: 2px solid transparent; /* デフォルトは枠なし */
  transition: border 0.3s;
}
/* サムネイル画像 */
.open_box .thumbnail-list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* クリックしたサムネイルを強調 */
.open_box .thumbnail-list .thumb.active {
  border: 2px solid #ff6600;
}
/* Swiperのナビゲーションボタン（共通設定） */
.open_box .swiper-button-prev,
.open_box .swiper-button-next {
  width: 20px; /* ボタンの幅を調整 */
  height: 25px; /* ボタンの高さを調整 */
  background-size: contain; /* 画像を要素内に収める */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  background-position: center; /* 画像を中央配置 */
  position: absolute;
  top: 320px; /* 垂直中央に配置 */
  z-index: 10; /* 他の要素の上に表示 */
}

/* 前へボタンの画像を変更 */
.open_box .swiper-button-prev {
  background-image: url('/wp-content/themes/jpcc/images/prev-arrow.png'); /* 画像パスを変更 */
  left: 100px; /* スライダーの左外側に配置 */
}

/* 次へボタンの画像を変更 */
.open_box .swiper-button-next {
  background-image: url('/wp-content/themes/jpcc/images/next-arrow.png'); /* 画像パスを変更 */
  right: 100px; /* スライダーの右外側に配置 */
}

/* Swiperのデフォルトの矢印アイコンを非表示 */
.open_box .swiper-button-prev::after,
.open_box .swiper-button-next::after {
  display: none;
}

.event_info_box {
    display: flex;
    flex-wrap: wrap;
}
.event_info_box .event_info_sec {
    border: solid 1px #000;
    width: 375px;
    border-radius: 4px;
    margin: 0px 20px 20px 0px;
}
.event_info_box .event_info_sec:nth-child(3n) {
    margin-right: 0;
}

.event_info_sec .page-header {
    border-bottom: solid 1px #000;
}
.event_info_sec .page-header h2 {
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding: 8px 10px;
}
.event_info_sec .thumbnail_box img {
    width: 375px;
    height: 217px;
    object-fit: cover;
    display: block;
}
.event_info_sec .thumbnail_box {
    border-bottom: solid 1px #000;
}
.event_info_sec .date_box {
    font-size: 18px;
    background: url('/wp-content/themes/jpcc/images/date_icon2.png') 7px center no-repeat;
    padding: 8px 10px 7px 45px;
    border-bottom: solid 1px #000;
}
.event_info_sec .area_box {
    font-size: 18px;
    background: url('/wp-content/themes/jpcc/images/pin_icon.png') 7px center no-repeat;
    padding: 8px 10px 7px 45px;
    position: relative;
}
.event_info_sec .area_box a {
    position: absolute;
    top: 8px;
    right: 8px;
}
.sunadokei_box {
    display: flex;
    margin-top: 80px;
    margin-bottom: 60px;
}
.sunadokei_box div {
    margin-right: 40px;
    border: solid 3px #707070;
    border-radius: 30px;
    padding: 5px 35px 5px 50px;
    text-align: center;
    font-size: 22px;
}
.sunadokei_box div a {
    text-decoration: none;
    color: #000;
}
.sunadokei_box .ue {
    background: url('/wp-content/themes/jpcc/images/sunadokei_ue.png') 15px center no-repeat;
}
.sunadokei_box .sita {
    background: url('/wp-content/themes/jpcc/images/sunadokei_sita.png') 15px center no-repeat;
}





/* レポート
--------------------------------------------- */

.tax-class .page_main_header, .post-type-archive-report .page_main_header, .single-report .page_main_header {
    background: url("/wp-content/themes/jpcc/images/page_main_header_bg4.png") left top repeat;
    min-width: 1167px;
}
.tax-class .page_main_header .link_box .event span, .post-type-archive-report .page_main_header .link_box .event span, .single-report .page_main_header .link_box .event span {
    background-color: #0003C7;
}
.tax-class .page_main_header .link_box .social span, .post-type-archive-report .page_main_header .link_box .social span, .single-report .page_main_header .link_box .social span {
    background-color: #33691E;
}

.single-report .page_main_header .h1_box h1 strong, .tax-class .page_main_header .h1_box h1 strong, .post-type-archive-report .page_main_header .h1_box h1 strong, .social .page_main_header .h1_box h1 strong {
    /*background-color: #FFA012;*/
}

.report .h2title_2 {
    margin-top: 80px;
}

.h2title_2 {
    border-radius: 5px;
    padding: 20px;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #fff;
}
.h2title_2.event {
    background-color: #0003C7;
}
.h2title_2.social {
    background-color: #33691E;
}

.repoat_single_box {
    display: flex;
    padding-bottom: 100px;
}
.repoat_single_box .detail {
    width: 180px;
    flex-shrink: 0;
    margin-right: 40px;
}
.repoat_single_box .detail .date_box {
    font-size: 14px;
    background: url('/wp-content/themes/jpcc/images/date_icon2.png') 7px center no-repeat;
    padding: 15px 10px 15px 45px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.repoat_single_box .detail .area_box {
    font-size: 14px;
    background: url('/wp-content/themes/jpcc/images/pin_icon.png') 7px center no-repeat;
    padding: 15px 10px 15px 45px;
    border-bottom: solid 1px #000;
}
.repoat_single_box .repoat_content {
    line-height: 2.0;
    width: 100%;
    text-align: left;
}
.repoat_single_box .repoat_title {
    font-size: 28px;
    margin-top: 0;
}

.repoat_single_box .my-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start; /* ←常に左寄せ */
  margin: 0;
}
.repoat_single_box .my-gallery li {
  overflow: hidden;
}
.repoat_single_box .my-gallery li a > img {
  display: inline-block;
  width: 200px;

  height: auto;
  margin: 5px;
  transition: transform 0.3s ease;
}
.repoat_single_box .my-gallery img:hover {
  transform: scale(1.05);
}
.cat_change_box {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.cat_change_box div {
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 10px;
}
.cat_change_box div a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.cat_change_box .meeting {
    background-color: #fb8eff;
}
.cat_change_box .event {
    background-color: #0003C7;
}
.cat_change_box .social {
    background-color: #33691E;
}
.cat_change_box .uncategorized {
    background-color: #999999;
}
.cat_change_box .activity-report {
    background-color: #e54a31;
}
.cat_change_box .photo-shoot {
    background-color: #24c1ee;
}

.cat_change_box .event-report {
    background-color: #0003C7;
}
.cat_change_box .social-report {
    background-color: #33691E;
}
.cat_change_box .all {
    background-color: #F60A20;
}
.report_one_sec {
    display: flex;
    margin-bottom: 50px;
}
.report_one_sec .lrl {
    width: 180px;
    flex-shrink: 0;
    margin-right: 40px;
}
.report_one_sec .lrl .date_box {
    font-size: 14px;
    background: url('/wp-content/themes/jpcc/images/date_icon2.png') 7px center no-repeat;
    padding: 15px 10px 15px 45px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.report_one_sec .lrl .area_box {
    font-size: 14px;
    background: url('/wp-content/themes/jpcc/images/pin_icon.png') 7px center no-repeat;
    padding: 15px 10px 15px 45px;
    border-bottom: solid 1px #000;
}
.report_one_sec .cat_box div {
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
}
.report_one_sec .cat_box .meeting {
    background-color: #fb8eff;
}
.report_one_sec .cat_box .event {
    background-color: #0003C7;
}
.report_one_sec .cat_box .social {
    background-color: #33691E;
}
.report_one_sec .cat_box .uncategorized {
    background-color: #999999;
}
.report_one_sec .cat_box .activity-report {
    background-color: #e54a31;
}
.report_one_sec .cat_box .photo-shoot {
    background-color: #24c1ee;
}


.report_one_sec .page-header .page-title {
    font-weight: normal;
    font-size: 24px;
    margin: 10px 0;
}
.report_one_sec .page-header .page-title a {
    color: #000;
    text-decoration: none;
}
.report_one_sec .content_box {
    line-height: 2.0;
    font-size: 14px;
}
.report_one_sec .content_box .more_box {
    text-align: right;
}
.report_one_sec .content_box .more_box a {
    color: #000;
    text-decoration: none;
}




/* ニュース
--------------------------------------------- */
.category .page_main_header, .post-type-archive-post .page_main_header, .single-post .page_main_header {
    background: url("/wp-content/themes/jpcc/images/page_main_header_bg3.png") left top repeat;
    min-width: 1167px;
}

.category .page_main_header .h1_box h1 strong, .post-type-archive-post .page_main_header .h1_box h1 strong, .single-post .page_main_header .h1_box h1 strong {
    /*background-color: #000000;*/
}
.category .page_main_header .link_box a span, .post-type-archive-post .page_main_header .link_box a span, .single-post .page_main_header .link_box a span {
    background-color: #707070;
}

.single-post .main_content_box {
    padding-top: 80px;
}

.h2title_2.notice {
    background-color: #E40280;
}
.h2title_2.meeting {
    background-color: #FFA012;
}
.h2title_2.add-schedule {
    background-color: #00A0E9;
}
.report_cat.add-schedule {
    background-color: #00A0E9;
}
.report_cat.meeting {
    background-color: #FFA012;
}
.report_cat.notice {
    background-color: #E40280;
}











/* important_note 
--------------------------------------------- */
.important_note_sec {
    margin: 80px 0 100px 0;
}
.h2title_1 {
    background-color: #C8E9FB;
    border-radius: 5px;
    padding: 20px;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 40px;
}
.h2title_1 span {
    float: right;
    font-size: 20px;
}
.important_note_sec1 {
    display: flex;
    margin-bottom: 40px;
}
.important_note_sec1 .note_title {
    border: solid 4px #707070;
    width: 200px;
    text-align: center;
    align-items: center;
    font-weight: normal;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    font-size: 20px;
}
.important_note_sec1 .note_content {
    margin-left: 20px;
    line-height: 2.0;
}
.important_note_sec2 {
    display: flex;
    margin: 0 0px 30px 0;
}
.important_note_sec2 .note_title {
    width: 200px;
}
.important_note_sec2 .note_title span {
    display: block;
    font-size: 18px;
    text-align: center;
}
.important_note_sec2 .note_content {
    margin-left: 30px;
    border-top: solid 4px #707070;
    width: 100%;
    padding: 0 15px;
}
.important_note_sec2 .note_content dl {
    display: flex;
}
.important_note_sec2 .note_content dt {
    width: 150px;
    font-weight: normal;
    flex-shrink: 0;
}
.important_note_sec2 .note_content dd {
    margin: 0;
    line-height: 1.9;
}
.important_note_sec2 .note_content dd img {
    margin-top: 20px;
}
.important_note_sec2 .note_content p {
    color: #F60A20;
    line-height: 1.9;
}

.wp_pagenavi {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 100px;
}
.wp_pagenavi a, .wp_pagenavi span {
    padding: 5px 7px!important;
    color: #000!important;
}


/* about・プライバシーポリシー・会員規約・pasuwa-dosaihakkou ・クーポン

--------------------------------------------- */
.page-id-3665 .page_main_header, .page-id-2751 .page_main_header, .page-id-227 .page_main_header, .page-id-2642 .page_main_header {
    background: url(/wp-content/themes/jpcc/images/page_main_header_bg2.png) left top repeat;
    min-width: 1167px;
}
.page-id-3665 .page_main_header .header_box:after, .page-id-2751 .page_main_header .header_box:after, .page-id-227 .page_main_header .header_box:after, .page-id-2642 .page_main_header .header_box:after {
    border: solid 1px #FFA012;
}
.page-id-3665 .page_main_header .h1_box p, .page-id-2751 .page_main_header .h1_box p, .page-id-227 .page_main_header .h1_box p, .page-id-2642 .page_main_header .h1_box p {
    color: #FFA012;
}

.page-id-3 .page_main_header {
    background: url(/wp-content/themes/jpcc/images/page_main_header_bg2.png) left top repeat;
    min-width: 1167px;
}
.page-id-3 .page_main_header .header_box:after {
    border: solid 1px #FFA012;
}
.page-id-3 .page_main_header .h1_box p {
    color: #FFA012;
}

.about_sec {
    margin-top: 80px;
    padding-bottom: 100px;
}
.about_sec h2 {
    font-size: 22px;
}
.about_sec .box {
    margin: 0 100px;
}
.about_sec .box h3 {
    font-size: 22px;
    margin-top: 50px;
}
.about_sec ul, .about_sec ol {
    margin-left: 0;
}

.about_table {
    border: solid 1px #333;
    border-collapse: collapse;
    margin-top: 20px
}
.about_table tr {
}
.about_table td, .about_table th {
    border: solid 1px #333;
    font-weight: normal;
    padding: 15px;
}

.top_memo {
    border: solid 1px red;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #fee9e9;
}
.btn-primary {
    background-color: #A03E5B !important;
    color: #fff!important;
    border-radius: 25px!important;
    padding: 10px 0!important;
    margin-top: 10px!important;
    width: 100px!important;
}






/* members 
--------------------------------------------- */
.members .page_main_header {
    background: url("/wp-content/themes/jpcc/images/page_main_header_bg3.png") left top repeat;
    min-width: 1167px;
    margin-bottom: 85px;
}
.members .page_main_header .h1_box h1 strong {
    
}
.albam_header {
    background: url("/wp-content/themes/jpcc/images/page_main_header_bg3.png") left top repeat;
}
.albam_header.page_main_header {
    margin-bottom: 80px;
}
#members-list {
    grid-template-columns: repeat(5, 1fr)!important;
}
#members-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; /* 隙間調整 */
    border-top: none!important;
}
#members-list li {
    border-bottom: none!important;
}
#members-list .item-avatar img {
    width: 277px;
    height: 277px:
    object-fit: cover;
}
#members-list .item-title {
    width: 100%!important;
}
#members-list .item-title a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}
#members-list .item-title .other strong {
    font-weight: normal;
    padding: 0px 0px;
    font-size: 14px;
}
#members-list .item-title .other a {
    border-right: solid 1px #000;
    padding: 0px 15px;
    font-size: 14px;
    vertical-align: sub;
}
#members-list .item-meta {
    color: #555;
    display: none;
}
#buddypress #admins-list li, #buddypress #members-list li, #buddypress #mods-list li {
    
}

#search-members-form #members_search_submit {
    display: none;
}
#search-members-form input[type=text] {
    padding: 10px 10px!important;
    border-radius: 20px!important;
    border: solid 2px #000!important;
    background: url("/wp-content/themes/jpcc/images/musimegane_icon.png") 164px center no-repeat!important;
}
#buddypress div.dir-search {
    float: none;
    margin: 0!important;
}
#buddypress .type_search_box {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}
#buddypress .type_search_box a {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 16px;
}
#buddypress .type_search_box a:hover {
    border: none;
    padding: 10px 15px;
}
#buddypress div.pagination {
    margin: 20px 0!important;
}
#buddypress div.pagination .pagination-links a, #buddypress div.pagination .pagination-links span  {
    border: solid 2px #000;
    padding: 12px 15px;
}
#buddypress div.pagination .pagination-links a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.my-profile .page_main_header .link_box a {
    padding: 10px 0px 10px 0;
    border-radius: 30px;
}
.member_single {
    background: url("/wp-content/themes/jpcc/images/page_main_header_bg3.png") left top repeat;
}

.settings .page_main_header .h1_box p, .my-profile .page_main_header .h1_box p {
    color: #000;
}
.settings .page_main_header .h1_box h1 strong, .my-profile .page_main_header .h1_box h1 strong {
    color: #000;
}

.members_profile_box {
    display: flex;
}
.members_profile_box .details {
    margin-left: 30px;
}
.members_profile_box .type {
    font-size: 18px;
    margin: 0;
}
.members_profile_box .name {
    font-size: 18px;
    margin: 0;
}
.members_profile_box h2 {
    font-size: 60px;
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
}
.comment_box {
    font-size: 18px;
    margin: 20px 0 50px 0;
}

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    padding: 5px 20px;
    margin-right: 10px;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
    font-weight: normal;
}

#item-body .profile {
    margin: 40px 0 0 0;
}
#item-body .profile .editfield {
    margin-bottom: 30px;
}
#buddypress .field-visibility-settings, #buddypress .field-visibility-settings-notoggle, #buddypress .field-visibility-settings-toggle {
    font-size: 14px;
}
#buddypress .standard-form input[type=text] {
    margin: 5px 0 5px 0;
}
#buddypress div.profile h2 {
    margin-bottom: 20px;
}
#buddypress .standard-form div.submit input {
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}
.members_profile_box .details .type {
    margin-bottom: 10px;
}
.members_profile_box .details .type strong {
    font-weight: normal;
    border-radius: 30px;
    border: solid 1px #000;
    padding: 7px 15px;
    font-size: 13px;
    margin-left: 25px;
    margin-right: 15px;
}
.members_profile_box .details .type span {
    padding-right: 20px;
    border-right: solid 1px #000;
}



.mysns_box {
    margin: 15px 0 0 0;
}
.mysns_box a {
    margin-right: 15px;
}

/* BuddyPress プロフィール内の rtMedia タブ非表示 */
#rtmedia-nav-item-video,
#rtmedia-nav-item-music,
#notifications-personal-li,
#profile-personal-li,
#data-personal-li,
#rtmedia-nav-item-albums-li,
#rtmedia-nav-item-photo-profile-3-li,
#capabilities-personal-li {
    display: none !important;
}

#item-nav {
    display: flex;
    border-bottom: solid 1px #939292;
}
#item-nav .item-list-tabs {
    
    position: relative;
    overflow: unset!important;
}
#item-nav .item-list-tabs li a {
    border-radius: 5px 5px 0 0 !important;
    border-top: solid 1px #939292;
    border-left: solid 1px #939292;
    border-right: solid 1px #939292;
    background-color: #fff!important;
    color: #939292!important;
    
}
#item-nav .item-list-tabs .current a {
    color: #000!important;
    position: relative;
}
#item-nav .item-list-tabs .current a:after {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 4px;
    width: 100%;
    bottom: -2px;
    left: 0;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
    opacity: 1;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
    background-color: #fff;
    
    color: #000;
    border-bottom: solid 1px #A03E5B;
    border-radius: 0px
}
#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
    background-color: #fff;
    color: #767171;
}
#buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label {
    font-weight: normal;
}
#buddypress .standard-form legend:before {
    content: "●";
}
.members_sec {
    margin: 80px 0 100px 0;
}

.buddypress .addtoany_content {
    display: none;
}
#buddypress div.item-list-tabs#subnav {
    margin-bottom: 40px!important;
}
#members-dir-list {
    margin-bottom: 100px;
}

#buddypress .standard-form p.submit input {
    background-color: #A03E5B!important;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}

.bp-required-field-label {
    color: red;
}
.field_type_radio .clear-value {
    display: none!important;
}


.bp_activate #activate-page #template-notices + p {
    display: none!important;
}







/* registerページ共通
--------------------------------------------- */
.page_main_header.register_page .h1_box p {
    color: #A03E5B;
}
.page_main_header.register_page {
    background: url("/wp-content/themes/jpcc/images/page_main_header_bg3.png") left top repeat;
}
.page_main_header.register_page .header_box:after {
    border: solid 1px #FFA012;
}




/* register 
--------------------------------------------- */
#signup_form {
    width: 100%;
    overflow: hidden;
}
.register_sec {
    margin: 80px 150px 100px 150px;
}
.register_sec .register-section {
    float: none!important;
    width: 100%!important;
}
.register_sec .submit {
    float: none!important;
    width: 100%!important;
}
.register_opening {
    border-radius: 10px;
    border: solid 1px #F60A20;
}
.register_opening h2 {
    background-color: #F60A20;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.2rem;
    margin: 0;
    text-align: center;
    font-weight: normal;
    padding: 5px 0;
}
.register_opening h3 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}
.register_opening ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.register_opening ul li {
    display: flex;
}
.register_opening ul li:before {
    content: '';
    width: 25px;
    height: 25px;
    margin-right: 5px;
    display: inline-block;
    background: url("/wp-content/themes/jpcc/images/Icon akar-thumbs-up.png") center center no-repeat;
}
.register_opening .box {
    padding: 0px 30px 30px 30px;
}
.register_sec .standard-form {
    margin: 50px 0 50px 0;
}
.register_sec .standard-form h2 {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    border-bottom: solid 1.5px #A03E5B;
    background: url("/wp-content/themes/jpcc/images/Icon akar-pencil.png") left center no-repeat;
    padding: 5px 20px 5px 35px;
    margin-bottom: 20px;
}
.register_sec .register-section {
    margin-bottom: 40px;
}
.register_sec .register-section > label:before {
    content: '●';
    
}
.register_sec #signup_submit {
    background-color: #A03E5B!important;
    color: #fff;
    font-size: 24px!important;
    border-radius: 25px;
    width: 100%;
    padding: 10px 0;
    margin-top: 50px;
}
.register-section .bp-required-field-label, .required-mark {
    color: red;
}
.register_comment {
    font-size: 75%;
    color: #767676!important;
}




/* ログインページ 
--------------------------------------------- */
.login_sec {
    margin: 80px 150px 100px 150px;
}
.login_sec #bp-login-widget-form p label {
    font-weight: normal!important;
}
.login_sec #bp-login-widget-submit {
    background-color: #A03E5B!important;
    color: #fff;
    border-radius: 25px;
    width: 100%;
    padding: 10px 0;
    margin-top: 50px;
}
.login_sec .wp-element-button {
    background-color: #A03E5B!important;
    color: #fff!important;
    border-radius: 25px;
    width: 100%;
    padding: 10px 0!important;
    margin-top: 50px;
    filter: none!important;
    line-height: 1em;
}
.login_sec #bp-login-widget-form .bp-login-widget-register-link {
    margin-left: 0;
}
.login_end {
    border: solid 1px #F60A21;
    color: #F60A21;
    padding: 30px 40px;
    margin: 0 0 80px 0;
}
.login_end h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
}
.login_end p3 {
    font-size: 24px;
}
.psbtn {
    background-color: #A03E5B!important;
    color: #fff!important;
    border-radius: 25px;
    width: 100%;
    padding: 10px 0!important;
    filter: none!important;
    line-height: 1em;
    text-decoration: none;
    display: block;
    text-align: center;
}
.login_sec .bp-login-widget-register-link {
    display: none!important;
}








/* その他ページ共通
--------------------------------------------- */
.page_main_header.other_page .h1_box p {
    color: #E40280;
}
.page_main_header.other_page {
    background: url("/wp-content/themes/jpcc/images/page_main_header_bg3.png") left top repeat;
}
.page_main_header.other_page .header_box:after {
    border: solid 1px #E40280;
}





/* お問い合わせ 
--------------------------------------------- */
.contact_sec {
    margin: 80px 150px 100px 150px;
}
.contact_title {
    font-weight: normal;
}
.contact_title span {
    font-size: 75%;
}
.contact_form {
    
}
.contact_form dl {
    margin-bottom: 20px;
}
.contact_form dt {
    font-weight: normal;
    margin-bottom: 5px;
}
.contact_form dt p {
    margin: 0;
    padding: 0;
}
.contact_form dt span {
    color: #F60A20;
}
.contact_form dd {
    margin: 0;
    padding: 0;
}
.contact_form dd p {
    margin: 0;
    padding: 0;
}
.contact_form .wpcf7-form-control .wpcf7-list-item {
    display: block;
    line-height: 2.0;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"] {
    /*width: 100%;*/
}
.contact_form .filedd div {
    margin-bottom: 10px;
}
.contact_form .wpcf7-submit {
    background-color: #A03E5B;
    color: #fff;
    font-size: 24px;
    border-radius: 25px;
    width: 100%;
    padding: 10px 0;
    margin-top: 50px;
}
.contact_form .last_comment {
    text-align: center;
    line-height: 1.8;
}
.wpcf7-response-output {
    padding: 20px 40px!important;
    
}




/* よくある質問
--------------------------------------------- */
.faq_sec {
    margin: 80px 0 100px 0;
}
.faq_sec .qa {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 0px 15px 10px 15px;
}
.faq_sec .qa dt {
    font-weight: normal;
    font-size: 24px;
    border-bottom: solid 1px #E40280;
    padding: 15px 0 10px 0;
}
.faq_sec .qa dt:before {
    content: '';
    width: 38px;
    height: 38px;
    background: url("/wp-content/themes/jpcc/images/qa-q.png") center center repeat;
    margin-right: 10px;
    display: inline-block;
}
.faq_sec .qa dd {
    font-size: 14px;
    padding: 15px 0 10px 0;
}
.faq_sec .qa dd:before {
    content: '';
    width: 42px;
    height: 36px;
    background: url("/wp-content/themes/jpcc/images/qa-a.png") center center repeat;
    margin-right: 10px;
    display: inline-block;
}
.faq_sec .faq_title {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    margin-top: 100px;
}
.faq_sec .faq_title:before {
    content: '';
    border-bottom: solid 1px #E40280;
    position: absolute;
    top: 19px;
    left: 300px;
    width: 860px;
}









@media only screen and (max-width: 768px) {
    
    /* 共通
    --------------------------------------------- */
    .include {
        width: 100%;
    }
    .spbr {
        display: block;
    }
    
    /* header
    --------------------------------------------- */
    .site-header .site-title {
        margin: 10px 0 0 10px;
    }
    .site-header .site-title img {
        width: 150px;
        height: auto;
    }
    .main-navigation .menu_icon {
        margin: 16px 10px 0 0;
        width: 35px;
        height: auto;
    }
    
    .header_nav_box {
        width: 96%;
        padding: 20px 40px 30px 40px;
        right: 2%;
    }
    .header_nav strong {
        font-size: 30px;
        white-space: nowrap;
    }
    .header_nav span {
        font-size: 12px;
        width: 90px;
    }
    .header_nav_close_box img {
        width: 50px;
        height: auto;
        margin-bottom: 10px;
    }
    .header_nav li {
        padding: 15px 0 12px 0;
    }
    .skip-link {
        right: 10px;
        bottom: 65px;
    }
    .skip-link img {
        width: 50px;
        height: auto;
    }
    .top_news {
        margin: 0 0px;
        /*align-items: center;*/
    }
    .top_news .information_box {
        padding: 0 20px;
    }
    .top_news .news_box {
        margin-right: 20px;
        margin-left: 20px;
    }
    .top_news .list_box li a {
        display: block;
    }
    
    
    
    .member_fixed {
        bottom: 0px;
        top: auto;
        width: 100%;
        display: flex;
    }
    .member_fixed .register, .member_fixed .contact {
        background-color: #A03E5B;
    }
    .member_fixed .members {
        background-color: #CBA4A9;
    }
    .member_fixed .list {
        background-color: #CBA4A9;
    }
    .member_fixed a {
        text-align: center;
        width: 33.3333%;
    }
    .member_fixed a img {
        width: 60px;
        height: auto;
        margin: 0 auto;
    }
    
    
    
    
    
    /* footer
    --------------------------------------------- */
    .site-footer {
        min-width: 100%;
    }
    .footer_nav {
        padding-right: 30px;
        padding-left: 30px;
    }
    .footer_nav > ul {
        display: block;
    }
    .footer_nav > ul > li > ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_nav > ul > li > ul > li {
        margin-right: 30px;
    }
    .footer_nav > ul li {
        width: 100%;
    }
    .footer_nav > ul li a {
        margin-bottom: 20px;
    }
    .footer_logo_box img {
        width: 200px;
        height: auto;
    }
    .footer_logo_box .copy {
        font-size: 12px;
    }
    
    
    
    
    
    /* top
    --------------------------------------------- */
    .site-header {
        margin-bottom: 30px;
    }
    .home .site-header .site-title {
        margin: 10px 0 0 10px;
        display: block;
    }
    .home .main-navigation .menu_icon {
        margin: 10px 10px 0 0;
    }
    .top_main_slider {
        margin-top: 0;
    }
    .top_main_slider .slider-nav {
        width: 70%;
    }
    .top_sec1 {
        display: block;
    }
    .top_sec1 .left_box {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0px;
    }
    .top_sec1 .left_box .inner {
        width: 100%;
        margin: 0 0 0 0;
        padding: 40px 30px 30px 30px;
    }
    .top_sec1 .left_box .inner::after {
        width: 95%;
        height: 480px;
        top: 10px;
        left: 2.5%;
    }
    .top_sec1 .right_box {
        text-align: center;
        margin-top: 20px;
    }
    .top_sec1 .right_box img {
        width: 95%;
        height: auto;
    }
    .top_news {
        display: block;
    }
    .top_news .list_box {
        margin: 20px;
    }
    .top_main_slider .slider-nav div > img {
        border-radius: 3px;
    }
    .top_main_slider .include .main_logo {
        width: 100px;
        height: auto;
    }
    .top_member {
        display: block;
        text-align: center;
        font-size: 17px;
        margin: 0px 0;
    }
    .top_member .member {
        padding: 0 30px;
    }
    .top_member .kazu {
        padding: 0 30px;
    }
    .top_member .genzai {
        border: none;
        padding: 0 30px;
        
    }
    
    .top_sec1 {
        margin-top: 60px;
    }
    .top_sec1 h2 {
        font-size: 50px;
    }
    .top_sec1 h2 span {
        font-size: 18px;
    }
    .top_sec1 .link_b a {
        width: 100%;
    }
    .top_main_slider .slider-for img {
        border-radius: 10px;
    }
    
.top_main_slider .slider-for .slick-slide {
      margin: 0 5px; /* 両側に10pxずつ */
    }
    .top_main_slider .slider-nav .slick-slide {
        margin: 0 5px; /* 左右に10pxの隙間 */
    }
    
    .top_main_slider .slider-for {
        margin-left: 20px;
        margin-right: 20px;
    }
    .top_news .list_box div {
        display: block;
    }
    .top_news .list_box a {
        font-size: 18px;
    }
    .top_sec1 p {
        margin-right: 0;
    }
    .top_sec1.info {
        display: grid;
    }
    .top_sec1.info .right_box {
        order: 2;
    }
    .top_sec1.info .left_box {
        order: 1;
    }
    .top_sec1.info h2 {
        text-align: left;
        margin-left: 0px;
    }
    .top_sec1.info h3 {
        text-align: left;
    }
    .top_sec1.info .link_b {
        text-align: left;
    }
    .top_sec1.info .left_box .inner {
        margin-left: 0;
        margin-right: 0;
    }
    .top_sec1.info .left_box {
        margin-left: 0px;
        margin-right: 0px;
    }
    .top_sec1.info .left_box::after {
        display: none;
    }
    .top_sec1.info .left_box .inner::before {
        display: none;
    }
    .top_sec1.info .left_box .inner::after {
        width: 95%;
        height: 442px;
        top: 10px;
        left: 2.5%;
    }
    .top_sec1.info .left_box .inner {
        width: 100%;
        margin: 0 0 0 0;
        padding: 40px 30px 30px 30px;
    }
    .top_sec1.info p {
        margin-left: 0;
    }
    .top_sec1.info .link_b {
        margin-left: 0;
    }
    .top_sec1.info p {
        margin-bottom: 30px;
    }
    .top_sec1.about .left_box .inner::after {
        height: 458px;
    }
    .top_sec1.about .left_box .inner {
        margin: 0 0 0 0;
        padding: 40px 30px 30px 30px;
    }
    .top_sec1.report .left_box .inner::after {
        height: 398px;
    }
    .top_sec1.report .left_box .inner {
        margin: 0 0 0 0;
        padding: 40px 30px 30px 30px;
    }
    
    
    .sns_box {
        padding: 0 15px;
    }
    .sns_box a {
        width: 48%;
        margin-bottom: 10px;
    }
    .sns_box {
        flex-wrap: wrap;
    }
    
    
    
    
    
    
    /* サブページ共通 
    --------------------------------------------- */
    .page_main_header {
        padding: 23px 20px 0px 20px;
        min-height: 136px;
    }
    .page_main_header .header_box {
        padding-left: 7px;
        padding-right: 25px;
        margin-bottom: 0;
    }
    .page_main_header .header_box:after {
        width: 109%;
    }
    .page_main_header .header_box:after {
        height: 124px;
        left: -15px;
    }
    .page_main_header .h1_box {
        display: block;
    }
    .page_main_header .h1_box h1 {
        margin-top: 0px;
    }
    .page_main_header .h1_box h1 strong {
        padding: 0px 0px;
        font-size: 14px;
    }
    .page_main_header .h1_box p {
        font-size: 40px;
        white-space: nowrap;
    }
    .page_main_header .link_box a {
        font-size: 14px;
        width: 190px;
        margin-bottom: 15px;
        height: 30px;
        padding: 4px 30px 2px 0;
    }
    .page_main_header .link_box a span {
        width: 30px;
        height: 30px;
    }
    .page_main_header .link_box a span:after {
        background: url("/wp-content/themes/jpcc/images/link_box_arror.png") center center no-repeat;        background-size: 20px 20px;
        width: 30px;
        height: 30px;
    }
    .page_main_header .include:before {
        display: none;
    }
    .page_main_header .include:after {
        display: none;
    }
    .w960 {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 100px;
    }
    
    
    
    /* news
    --------------------------------------------- */
    .category .page_main_header, .post-type-archive-post .page_main_header, .single-post .page_main_header {
        min-width: 100%;
    }
    
    
    /* event 
    --------------------------------------------- */
    .post-type-archive-event .page_main_header, .page-id-121 .page_main_header, .event .page_main_header {
        min-width: 100%;
    }
    .main_content_box {
        padding: 0 20px;
    }
    .main_content_box .schedule_box {
        display: block;
        padding: 20px;
    }
    .main_content_box .schedule_box .date_box {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .main_content_box .schedule_box .date_box .title_box {
        margin-right: 0px;
    }
    .main_content_box .schedule_box .memo_box h2 {
        font-size: 23px;
    }
    .main_content_box .schedule_box .memo_box .honbun {
        font-size: 17px;
    }
    .main_content_box .schedule_box .memo_box .note {
        font-size: 16px;
        margin-bottom: 0;
    }
    .main_content_box .schedule_box .date_box .year {
        font-size: 20px;
    }
    .mon_week .mon {
        font-size: 50px;
    }
    .mon_week .mon span {
        font-size: 30px;
    }
    .mon_week .week {
        font-size: 20px;
    }
    
    #event_rule .open_box {
        text-align: left;
        padding: 20px 20px;
    }
    
    
    
    
    .main_content_box .acf_box .sec .open_box .zettai {
        padding: 8px 0;
        text-align: center;
        width: 100%;
    }

    .open_box ..swiper {
      max-width: 100%;
      width: 100%;
    }
    .open_box .thumbnail-list .thumb {
        width: 70px;
    }
    .open_box .thumbnail-list {
        gap: 10px;
    }
    .main_content_box .acf_box .sec .open_box.gallery {
        padding: 20px;
    }
    .open_box .swiper-button-prev {
        left: 0px;
    }
    .open_box .swiper-button-next {
        right: 0;
    }
    .open_box .swiper-button-prev,
    .open_box .swiper-button-next {
        top: 150px;
    }
    
    .sunadokei_box {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .sunadokei_box div {
        margin: 0 auto 15px auto;
    }
    .event_info_box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .event_info_box .event_info_sec {
        width: 100%;
        margin-right: 0;
    }
    .event_info_sec .thumbnail_box img {
        width: 100%;
    }
    .cat_change_box {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .page_link_box {
        margin: 80px 0px 0px 0px;
    }
    .page_link_box .link {
        width: 48%;
    }
    #event .open_box {
        padding: 20px 20px;
    }
    #ticket .open_box {
        padding: 20px 20px;
    }
    #note .open_box {
        padding: 20px 20px;
    }
    #precautions .open_box {
        padding: 20px 20px;
    }
    #report_photo .open_box {
        padding: 20px 20px;
    }
    .report_photo_one a {
        display: block;
    }
    .report_photo_one .photo img {
        width: 100%;
        height: auto;
    }
    #announcement .open_box {
        padding: 20px 20px;
    }
    #announcement .xi {
        display: block;
    }
    #announcement .x {
        margin-right: 0;
    }
    .main_content_box .thumbnail_box img {
        border-radius: 10px;
    }
    .page_link_box .link a {
        font-size: 18px;
    }
    .sunadokei_box {
        display: flex;
        justify-content: space-between;
    }
    
    .sunadokei_box div {
        margin: 0px;
        border: solid 3px #707070;
        border-radius: 30px;
        padding: 5px 23px 5px 45px;
        text-align: center;
        font-size: 16px;
        white-space: nowrap
    }
    #event .open_box p {
        font-size: 20px;
    }
    #event .open_box .mini {
        font-size: 12px;
    }
    #event .open_box .kaisaibi {
        font-size: 30px;
    }
    #event .open_box .kaisaibi span {
        font-size: 18px;
    }
    
    
    .precautions_banners .banner {
        width: 80%;
    }
    
    
    
    
    
    
    
    /* レポート
    --------------------------------------------- */
    .tax-class .page_main_header, .post-type-archive-report .page_main_header, .single-report .page_main_header {
        min-width: 100%;
    }
    .h2title_2 {
        font-size: 18px;
        padding: 12px;
    }
    .repoat_single_box {
        display: block;
    }
    .repoat_single_box .detail {
        width: 100%;
        margin-right: 0;
    }
    .repoat_single_box .repoat_title {
        margin-top: 30px;
    }
    .cat_change_box div {
        padding: 5px 10px;
        margin: 0 5px;
    }
    .report_one_sec {
        display: block;
        width: 100%;
    }
    .report_one_sec .lrl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .report_one_sec .lrl .date_box {
        width: 100%;
        box-sizing: border-box;
    }
    .cat_change_box div a {
        font-size: 11px;
    }
    .cat_change_box div {
        padding: 5px 5px;
    }
    
    
    
    
    
    
    
    
    /* important_note_sec 
    --------------------------------------------- */
    .h2title_1 {
        font-size: 20px;
    }
    .h2title_1 span {
        font-size: 16px;
        float: none;
    }
    .important_note_sec {
        margin: 0 20px 100px 20px;
    }
    .important_note_sec1 {
        display: block;
    }
    .important_note_sec1 .note_title {
        width: 100%;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .important_note_sec1 .note_content {
        margin-left: 0;
    }
    .important_note_sec2 {
        display: block;
    }
    .important_note_sec2 .note_title {
        width: 100%;
        text-align: center;
    }
    .important_note_sec2 .note_content {
        margin-left: 0;
    }
    .important_note_sec2 .note_content dl {
        display: block;
    }
    .important_note_sec2 .note_content dt {
        width: 100%;
        font-weight: bold;
        font-size: 18px;
    }
    
    
    
    /*  about ・プライバシーポリシー ・　会員規約
    --------------------------------------------- */
    .page-id-3 .page_main_header, .page-id-227 .page_main_header, .page-id-2642 .page_main_header {
        min-width: 100%;
    }
    .about_sec h2 {
        margin: 0 0px 0 0px;
    }
    .about_sec .box {
        margin: 0 20px;
    }
    .about_sec .box h3 {
        font-size: 20px;
    }
    .top_memo {
        font-size: 20px;
    }
    
    
    
    
    /* members 
    --------------------------------------------- */
    #buddypress .members {
        padding-right: 20px;
        padding-left: 20px;
    }
    .members .page_main_header {
        min-width: 100%;
        margin-bottom: 50px;
    }
    .members .page_main_header .h1_box h1 strong {
        font-size: 12px;
    }
    #buddypress .type_search_box {
        float: none;
    }
    #buddypress div.dir-search {
        margin-top: 30px!important;
    }
    #buddypress .type_search_box {
        margin-left: 20px;
    }
    #buddypress div.pagination {
        float: none;
    }
    #buddypress div.pagination .pag-count {
        float: none;
        margin: 0px 0;
    }
    #buddypress div.pagination .pagination-links {
        float: none;
    }
    #buddypress div.pagination .pagination-links a, #buddypress div.pagination .pagination-links span  {
        line-height: 5;
    }
    #members-list {
        grid-template-columns: repeat(3, 1fr)!important;
        gap: 6px;
    }
    #members-list li {
        
    }
    #members-list .item-title .other {
        white-space: nowrap;
    }
    #members-list .item-title .other strong {
        padding: 0px 10px;
    }
    #members-list .item-title .other a {
        padding: 0px 10px;
        vertical-align: baseline;
    }
    #search-members-form input[type=text] {
        background: url("/wp-content/themes/jpcc/images/musimegane_icon.png") 148px center no-repeat!important;
    }
    
    #buddypress .type_search_box a {
        font-size: 14px;
        padding: 5px 7px;
    }
    #buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
        padding: 5px 5px!important;
        margin-right: 5px!important;
    }
    #buddypress #item-body .item-list-tabs ul {
        display: flex;
    }
    #buddypress #item-body .item-list-tabs ul li {
        float: none!important;
        font-size: 11px!important;
    }
    .members_profile_box .type {
        font-size: 12px;
        line-height: 2.0;
    }
    .members_profile_box .type span {
        display: block;
        border: none!important;
    }
    .members_profile_box .type strong {
        
        margin: 0 10px 0 0!important;
        padding: 2px 5px!important;
    }
    .members_profile_box .details {
        margin-left: 15px;
    }
    .rtmedia-container .rtmedia-list .rtmedia-list-item {
        width: 46%!important;
    }
    
    
    
    
    /* register 
    --------------------------------------------- */
    .register_sec {
        margin: 80px 20px 100px 20px;
    }
    .register_opening ul {
        display: block;
    }
    .register_opening ul li {
        margin-bottom: 10px;
    }
    
    
    
    /* ログインページ 
    --------------------------------------------- */
    .login_sec {
        margin: 80px 20px 100px 20px;
    }
    
    
    
    
    
    /* お問い合わせ 
    --------------------------------------------- */
    .contact_sec {
        margin: 80px 20px 100px 20px;
    }
    
    
    
    
    /* よくある質問
    --------------------------------------------- */
    .faq_sec {
        margin: 80px 20px 100px 20px;
    }
    .faq_sec .faq_title:before {
        display: none;
    }
    .faq_sec .qa dt:before {
        font-size: 30px;
    }
    .faq_sec .qa dd:before {
        font-size: 30px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}