@charset "UTF-8";
@import url(destyle.css);
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
html { scroll-behavior: smooth; }
body {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/back.png) repeat;
	background-attachment: fixed;
	background-color: #FFB15B;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #595757;
	text-align: justify;
	letter-spacing: 0;
	line-height: 2em;
}

a {
	text-decoration: underline;
	color: #1F528E;
}
a:hover {
	color: #218BF4;
}
.more-button {
	line-height: 1.6em;
	margin: 10px auto 80px;
	padding-bottom: 0;
	text-align: right;
	cursor: pointer;
}
.more-button span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #1F528E;
	border-bottom: solid 1px #1F528E;
}
.more-button span:hover {
	color: #218BF4;
	border-bottom: solid 1px #218BF4;
}
.more-button span::before, .more-button span::after {
	content: "▼";
}
/* .more-button span::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -18px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
} */

a.mail-link::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	margin-left: 5px;
}
a.ext-link::after {
	content: "▶";
	/* font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	font-style: solid; */
}
ul.ext-links {
	padding: 0;
}
ul.ext-links li {
	padding-left: 2.2em;
	text-indent: -2.2em;	
}
ul.ext-links li::before {
	content: "\f0a4";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
	font-weight: 400;
	font-size: 2em;
	color: #1F528E;
}
p.ext-links::before {
	content: "\f0a4";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
	font-weight: 400;
	font-size: 2em;
	color: #1F528E;
}
.ext-link-big {
	color:#FF8C00;
	border:1px solid #FF8C00;
	background-color: #fff;
	border-radius: 10px;
	transition:0.3s;
	clear:both;
	letter-spacing:3px;
	text-align: center;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	margin: 0 0 1em 0;
	padding: 10px;
	line-height: 1.2em;
}
.ext-link-big:hover {
	border:1px solid #FF8C00;
	background-color:#FF8C00;
	color:#fff;
}
.nijiiro-q { text-align: center; margin-top: 1em; }
.nijiiro-q span { display: inline-block; }
.nijiiro-qr { text-align: center; margin-top: 1em; }
.nijiiro-qr img { display: inline-block; margin-top: 1em; }
.ext-link-big span { display: inline-block; }
.ext-link-big .small { font-size: 80%; }
.no-decoration { text-decoration: none }
.translated-ltr ul.ext-links li::before {
	content: ">>";
}
#logo-float {
	display: none;
}
#container {
	max-width: 1080px;
	margin: 0 auto;
	background: transparent;
}
#header-container {
	background: transparent;
}
.logo-image {
	cursor: pointer;
}
#header-container.fixed-header {
	background: transparent;
}
#header-in {
	max-width: 1080px;
	background: transparent;
}
#navi-in {
	max-width: 1080px;
	background: transparent;
}
ul.menu-header {
	margin-top: 100px;
	height: 100px;
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/btn-shadow2.png) top center no-repeat;
	background-size: cover;
}
#navi-in>ul>.menu-item {
	width: 118px;
	height: 172px;
	margin: -110px 9px 0 9px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.navi-in a:hover {
  background-color: transparent;
}
.menu-pc>li { overflow: hidden; }
.menu-pc>li span { display: block; height: 70px; padding: 0 1px; hyphens: auto; }
.menu-pc>.menu-item>a>.caption-wrap {
	width: 118px;
	height: 172px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	/* border:solid 1px #ddd; */
}
.menu-item .caption-wrap .item-label {
	position: relative;
	top: -1em;
	color: #fff;
	/* font-size: 1.6111em; */
	font-size: 1.7em;
	line-height: 1.2em;
	/* letter-spacing: 1px;
	font-feature-settings: "palt" 1; */
}
.translated-ltr .caption-wrap .item-label { padding: 28px 0 0; line-height: 1.0em; }
.translated-ltr .menu-pc>li:nth-child(2) .item-label span.m-normal { font-size: 70% !important; }
.translated-ltr .menu-pc>li:nth-child(4) .item-label span.m-normal { font-size: 67% !important; }
/* .menu-pc>.menu-item:nth-child(4)>a>.caption-wrap { font-weight: 500; }
.menu-pc>.menu-item:nth-child(5)>a>.caption-wrap { font-weight: 400; }
.menu-pc>.menu-item:nth-child(6)>a>.caption-wrap { font-weight: 300; } */
.menu-pc>li:nth-child(1) .item-label {	padding: 40px 0 0; }
.menu-pc>li:nth-child(5) .item-label {	padding: 40px 0 0; }
.translated-ltr .menu-pc>li:nth-child(1) .item-label { padding: 25px 0 0; }
.translated-ltr .menu-pc>li:nth-child(5) .item-label { padding: 25px 0 0; }
.translated-ltr .menu-pc>li:nth-child(6) .item-label { padding: 25px 0 0; }
.menu-pc>li:nth-child(1) span.m-normal { letter-spacing: 2px; }
.menu-pc>li:nth-child(2) span.m-normal { letter-spacing: 2px; }
.menu-pc>li:nth-child(4) span.m-normal { letter-spacing: 2px; }
.menu-pc>li:nth-child(5) span.m-normal { letter-spacing: 2px; }
#m-library b { font-weight: 400; } /* ライブラリーの「ー」*/
/* Coming Soon 表示用 */
.menu-pc>li span.m-hover { margin-top: 80px; font-weight: 400; font-size: 85%; line-height: 1.3em; }
/* .menu-pc>li:nth-child(1) span.m-normal { transition: all 0.2s ease-in-out; }
.menu-pc>li:nth-child(1):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; } */
/* .menu-pc>li:nth-child(2) span.m-normal { transition: all 0.2s ease-in-out; }
.menu-pc>li:nth-child(2):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; } */
/* .menu-pc>li:nth-child(3) span.m-normal { transition: all 0.2s ease-in-out; }
.menu-pc>li:nth-child(3):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; } */
/* .menu-pc>li:nth-child(4) span.m-normal { transition: all 0.2s ease-in-out; }
.menu-pc>li:nth-child(4):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; } */
/* .menu-pc>li:nth-child(5) span.m-normal { transition: all 0.2s ease-in-out; }
.menu-pc>li:nth-child(5):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; } */
/* .menu-pc>li:nth-child(6) span.m-normal { transition: all 0.2s ease-in-out; }
.menu-pc>li:nth-child(6):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; } */

/* Coming Soon ではないアニメーション */
/* #navi-in>ul>.menu-item:hover{
	margin-top: -130px;
	transition: all 0.2s ease-in-out;
} */
#navi-in>.menu-pc>li:nth-child(1):hover { margin-top: -130px; transition: all 0.2s ease-in-out; }
#navi-in>.menu-pc>li:nth-child(2):hover { margin-top: -130px; transition: all 0.2s ease-in-out; }
#navi-in>.menu-pc>li:nth-child(3):hover { margin-top: -130px; transition: all 0.2s ease-in-out; }
#navi-in>.menu-pc>li:nth-child(4):hover { margin-top: -130px; transition: all 0.2s ease-in-out; } 
#navi-in>.menu-pc>li:nth-child(5):hover { margin-top: -130px; transition: all 0.2s ease-in-out; }
#navi-in>.menu-pc>li:nth-child(6):hover { margin-top: -130px; transition: all 0.2s ease-in-out; }

.menu-pc>li:nth-child(1)>a .caption-wrap {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/btn-schedule.svg) top center no-repeat;
}
.menu-pc>li:nth-child(2)>a .caption-wrap {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/btn-consul.svg) top center no-repeat;
}
.menu-pc>li:nth-child(3)>a .caption-wrap {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2024/03/btn-rental.svg) top center no-repeat;
}
.menu-pc>li:nth-child(4)>a .caption-wrap {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/05/btn-people2.svg) top center no-repeat;
}
.menu-pc>li:nth-child(5)>a .caption-wrap {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/05/btn-download2.svg) top center no-repeat;
}
.menu-pc>li:nth-child(6)>a .caption-wrap {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/05/btn-contact2.svg) top center no-repeat;
}
.menu-pc>li:nth-child(3)>a .caption-wrap .item-label {
	color: #969696;
}
br.pc_top { display: inline; }

/* サブメニュー */
.menu-pc>li ul.sub-menu {
	background-color: transparent;
	width: 210px !important;
	padding: 4px 0 0 0;
	margin: 0 0 0 -60px;
}
.menu-pc>li ul.sub-menu li {
	display: block;
	text-align: center;
	padding: 0 !important;
	margin: 0 0 0 0;
	height: auto;
	line-height: 33px;
}
.menu-pc>li ul.sub-menu>li>a {
	padding: 0;
	margin: 0;
}
.menu-pc>li ul.sub-menu>li>a>div.caption-wrap {
	display: inline-block;
	padding: 0;
	margin: 5px 0 0 0;
}
.menu-pc>li ul.sub-menu>li>a>div.caption-wrap>.item-label  {
	font-size: 18px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	padding: 4px 10px;
	margin: 0 !important;
	border-radius: 12px;
	/* color: #595757; */
}
.menu-pc>li:nth-child(1) .sub-menu>li>a>div.caption-wrap>.item-label {
	background-color: #E60000;
}
.menu-pc>li:nth-child(2) .sub-menu>li>a>div.caption-wrap>.item-label {
	background-color: #FF8C00;
}
.menu-pc>li:nth-child(3) .sub-menu>li>a>div.caption-wrap>.item-label {
	background-color: #FFEF00;
	color: #969696;
}
.menu-pc>li:nth-child(4) .sub-menu>li>a>div.caption-wrap>.item-label {
	background-color: #008220;
}
.menu-pc>li:nth-child(5) .sub-menu>li>a>div.caption-wrap>.item-label {
	background-color: #0043FF;
}
.menu-pc>li:nth-child(6) .sub-menu>li>a>div.caption-wrap>.item-label {
	background-color: #760089;
}
.navi-in .has-icon {
	display: none;
}

.menu-pc>li .sub-menu {
	opacity: 0;
	animation-duration: .5s;
	animation-name: sm-fade;
}
.menu-pc>li:hover .sub-menu {
	opacity: 1;
}
@keyframes sm-fade {
	0% {
		opacity: 0;
	} 100% {
		opacity: 1;
	}
}


/* スクロール時の固定ヘッダー */
/* #header-container.fixed-header #logo-float {
	display: block;
	float: left;
	margin: 10px;
} */
.fixed-header {
	box-shadow: none;
}
.fixed-margin {
	padding-top: 500px !important;
}
.fixed-header br.pc_top {
	display: none;
}
.fixed-header #header-container-in {
	max-width: 1080px;
	background-color: #fff;
}
.fixed-header #header-container-in #navi-in ul.menu-header {
	margin: 0 0 0 -2em;
	height: 54px;
	background: transparent !important;
}
.fixed-header #header-container-in #navi-in .menu-item {
	/* width: 110px;
	height: 54px; */
	width: 118px;
	height: 44px;
	margin: 5px 9px 0 9px;
	transition: all 0.2s ease-in-out;
	/* overflow: visible; */
}
.fixed-header #header-container-in #navi-in .menu-item .caption-wrap {
	/* width: 118px;
	height: 44px; */
	/* font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 900; */
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500 !important;
	/* margin: 5px 0 0 0; */
	/* border: solid 1px #ddd; */
}
.fixed-header #header-container-in #navi-in .menu-item .caption-wrap .item-label {
	padding: 0;
	margin: -70px 0 0;
	color: #fff;
	font-size: 1.0em;
	line-height: 44px;
	letter-spacing: 0;
}
.fixed-header #header-container-in #navi-in .menu-item .caption-wrap {
	background: none;
}
.fixed-header #header-container-in #navi-in li:nth-child(1) {
	background-color: #E60000;
}
.fixed-header #header-container-in #navi-in li:nth-child(2) {
	background-color: #FF8C00;
}
.fixed-header #header-container-in #navi-in li:nth-child(3) {
	background-color: #FFEF00;
}
.fixed-header #header-container-in #navi-in li:nth-child(4) {
	background-color: #008220;
}
.fixed-header #header-container-in #navi-in li:nth-child(5) {
	background-color: #0043FF;
}
.fixed-header #header-container-in #navi-in li:nth-child(6) {
	background-color: #760089;
}
.fixed-header #header-container-in #navi-in li:nth-child(3) .caption-wrap .item-label {
	color: #969696;
}
.fixed-header #header-container-in #navi-in .menu-item {
	border-radius: 25px;
}
/* .fixed-header #header-container-in #navi-in .menu-item .caption-wrap {
	border-radius: 25px;
} */
/* .fixed-header .menu-pc>li span.m-hover { margin-top: 0; }
.fixed-header .menu-pc>li span.m-normal { transition: none; }
.fixed-header .menu-pc>li:hover span.m-normal { margin-top: 0; transition: none; } */

/* Coming Soon 表示用 */
.fixed-header .menu-pc>li span.m-hover { margin-top: 0; }
/* .fixed-header .menu-pc>li:nth-child(1) span.m-normal { transition: all 0.2s ease-in-out; }
.fixed-header .menu-pc>li:nth-child(1):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; }
.fixed-header .menu-pc>li:nth-child(2) span.m-normal { transition: all 0.2s ease-in-out; }
.fixed-header .menu-pc>li:nth-child(2):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; } */
/* .fixed-header .menu-pc>li:nth-child(3) span.m-normal { transition: all 0.2s ease-in-out; }
.fixed-header .menu-pc>li:nth-child(3):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; } */
/* .fixed-header .menu-pc>li:nth-child(4) span.m-normal { transition: all 0.2s ease-in-out; }
.fixed-header .menu-pc>li:nth-child(4):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; } */
/* .fixed-header .menu-pc>li:nth-child(5) span.m-normal { transition: all 0.2s ease-in-out; }
.fixed-header .menu-pc>li:nth-child(5):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; } */
/* .fixed-header .menu-pc>li:nth-child(6) span.m-normal { transition: all 0.2s ease-in-out; }
.fixed-header .menu-pc>li:nth-child(6):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; } */
.fixed-header br.fixed-no { display: none; }


/* モバイルメニュー */
.menu-mobile {
	background-color: #ddd;
}
@media screen and (max-width: 834px) {
	#navi .navi-in > .menu-mobile .item-label br.pc_top { display: none !important; }
}
#navi .navi-in > .menu-mobile li { border: solid 1px; }
/* .menu-mobile br.pc_top { display: none !important; } */

h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}

#content {
	/*max-width: 1080px;*/
	/* background-color: #aaa; */
	background: transparent;
	margin: 0;
	padding: 0;
	border: none;
	max-width: 1080px;
}
#content-in {
	border: none;
	max-width: 1080px;
}
#main {
	background: transparent;
	max-width: 1080px;
	padding: 0 0; /*!important;*/
	border: none;
}
.entry-content {
	/* border: solid 1px; */
	margin: 0;
}
.n2-section-smartslider {
	margin: 0;
	padding: 0;
	/* border: solid 1px; */
}
article {
	margin: 0 !important;
	padding: 0 !important;
}
.article h2 {
    padding: 0 0;
}
.article h3 {
    padding: 0 0;
	margin: 0 0 10px 0;
	border: none;
	font-size: 1.166em;
	letter-spacing: 0.06em;
}
.article h3:before {
	content: "■";
}
span.h_date {
	font-size: 0.875em;
	font-weight: 400;
}
.article h6 {
	font-weight: 400;
	color: #E55504;
	border-bottom: solid 0.5px #595757;
	padding: 0 0 5px 0;
	margin: 0 0 12px 0;
	line-height: 1.6em;
}

.article h6::before {
	content: "◯";
	margin-right: 1px;
}
section {
	/* margin-bottom: 100px !important; */
	z-index: 9997;
	margin: 0 !important;
	padding: 35px 50px 25px 50px;
	background-color: transparent;
	background-image : linear-gradient(to right, #000, #000 6px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
	background-size: 12px 3px;          /* グラデーションの幅・高さを指定 */
	background-position: left bottom;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
section.section2 {
	margin: 0;
	padding-bottom: 0;
	background-image: none;
}
#container section h2 {
	font-size: 1.8888em;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500 !important;
	/* font-family:'Zen Kaku Gothic New', sans-serif;
	font-weight: 900 !important; */
	/* font-family: wanpaku-ruika, sans-serif; */
	background-color: #E55504;
	color: #fff;
	text-align: center;
	border-radius: 10px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 0 30px 0;
	height: 1.783em;
	height: auto;
	line-height: 1.783em;
	vertical-align: text-top;
	font-feature-settings: "palt" 1;
	letter-spacing: 1px;
}
p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0;
	/* font-feature-settings: "palt" 1; */

}
p.english, span.english {
	font-size: 0.777em;
	letter-spacing: 0.07em;
	line-height: 1.666em;
}
p.louder {
	font-size: 1.166em;
	font-weight: 600;
}
p span.red {
	color: #E55504;
}
.notice {
	padding-left: 1em;
	text-indent: -1em;
}
.notice::before {
	content: "※";
}
.translated-ltr .notice::before {
	content: "*";
}
.font-small { font-size: 83%; }
dl {
	letter-spacing: 1px;
}
dt {
    padding: 0 0;
	margin: 35px 0 0 0;
	border: none;
	font-size: 21px;
	letter-spacing: 0.06em;
}
dt::before {
	content: "■";
}
dd {
    padding: 0;
	margin: 0 3px !important;
	font-size: 18px;
}

.article-footer {
	background: transparent !important;
}
.sns-share-message {
	font-size: 1em;
	color:#E55504;
}
#main .button-caption {
	display: none;
}
/*SNSシェアボタン*/
.sns-share-buttons {
	flex-wrap: nowrap;
	justify-content: center;

}
.sns-share-buttons a {
	border-radius: 50%;	/*丸くする*/
	font-size: 34px;	/*丸枠の中の、アイコンのサイズ*/
	margin: 7px;		/*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 60px;			/*ボタンの横幅*/
	height: 60px;			/*ボタンの高さ*/
	margin-bottom: 0.5em;	/*ボタンの下の余白を、0.5文字分にする */
}

footer.article-footer {
	margin: 1em 0 0 0 !important;
	/* border: solid 1px #fff; */
	border: none;
}
#footer {
	margin: 0;
	padding-bottom: 50px;
}
#footer-in {
	max-width: 1080px;
}
.copyright {
	padding-right: 50px;
	margin: 0;
}
@media screen and (max-width: 1080px){
	.copyright {
		padding-right: 0;
		margin: 0;
	}
}
.footer-widgets .footer-left .widget_custom_html{
	margin-bottom: 0;
}
.footer-mobile .widget_custom_html {
	margin-bottom: 0;
}
.txt-hide {
	display: none;
}
.telephone {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/* ローディング画面 */
#loading {
	position: absolute;
	width: 100%;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.spinner {
	width: 100px;
	height: 100px;
	margin: calc((100vh/2) - 100px) auto;
	animation: sk-scaleout 1.2s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
	transform: scale(0) rotate(0deg);
	
  } 100% {
    transform: scale(3.0) rotate(180deg);
    opacity: 0;
	
  }
}
@keyframes sk-rotation {
	0% {
		transform: rotate(0);
	} 100% {
		transform: rotate(360deg);
	}
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* トップページ */
body.home .entry-header { display: none; }
body.page-template-default .article-header .eye-catch-wrap { display: none; }
#about p { text-align: center; }
#about h3 {
	font-size: 30px;
	text-align: center;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #ea7138;
	background-color: #fef5cc;
	border-top: solid 2px #ea713a;
	border-bottom: solid 2px #ea713a;
	padding: 7px 0;
	margin: 0 0 15px 0;
}
#about h3::before { content: none; }
#mission h3 { border: none; font-size: 1.1666em; letter-spacing: 0.083em; margin:0 0 15px 0; padding:0; }
#mission h3:before { content:none; }
#mission p { letter-spacing: 0.055em; }
#logo .logo-svg { display: block; margin: 50px auto 50px; }
#logo span.signature { text-align: right; display: block; }
#logo p { margin-bottom:50px; }
#vision p.louder { margin-bottom:0; }
p#opentime { margin-bottom: 10px; }
.page-id-295 section#open-space { padding-bottom: 3em; }
#open-space p.notice { margin-top: 2px;  margin-bottom: 8px; line-height: 1.5em; }
#open-space p.hybrid { margin-top: -1em;  margin-bottom: 8px; line-height: 1.5em; font-weight: bold; color: #ea713a;}
/* #open-space p { margin-top: 2px;  margin-bottom: 0; } */
.how-to-access p { font-size: 0.888em; }
.movie { width: 214px; height: 380px; margin: 0 auto; }
#sponser { background-color: #fff; }
/* #sponser div {border: solid 0.5px;} */
.sponsor0s { text-align: center; margin-bottom: 30px; }
.sponsor1 { display: flex; align-items: center; background-color: #fff; margin: 20px 27px 23px; }
.sponsor1#sekisui { width: 250px; }
.sponsor1#sony { width: 262px; height: 50px; }
.sponsor1#toppan { width: 274px; }
.sponsor1#nomura { width: 273px; height: 50px; }
.sponsor1#panasonic { width: 292px; height: 50px; }
.sponsor2 {
	display: flex;
	align-items: center;
	line-height: 74px;
	width: 165px;
	height: 74px;
	background-color: #fff;
	margin: 5px 28px;
	font-size: 19px;
}
.sponsor2 img { display: block; }
.sponsor2#sekisui { width: 165px; height: 74px; }
.sponsor2#nike { width: 181px; height: 74px; }
.sponsor2#mufg { width: 227px; height: 74px; }
.sponsor2#kyndryl { width: 160px; }

.sponsor3 {
	display: flex;
	align-items: center;
	line-height: 92px;
	width: 165px;
	height: 92px;
	background-color: #fff;
	margin: 5px 25px 25px;
	font-size: 12px;
	text-align: center;
}

/* .sponsor3 img  {border: solid 1px #ddd;} */
.sponsor3#ey { padding-top: 2px; }
.sponsor3#ey img { width: 107px; }
.sponsor3#kobelco { width: 130px; }/*230px 50px*/
.sponsor3#sanyo-kasei { padding-top: 0; }
.sponsor3#sanyo-kasei img { width: 144px; }
.sponsor3#jr-e { width: 74px; }
.sponsor3#pg { width: 74px; margin-top: -3px; }
.sponsor3#mcd { width: 70px; margin-top: -2px; }

.sponsor4 { display: flex; width:124px; height: 70px; background-color: #fff; margin: 0 0 5px 0; font-size: 12px; }
.sponsor4.np { line-height: 70px; }
.sp-wrapper { display: inline-block; text-align: center; font-size: 12px; line-height: 12px; height: 96px; margin: 15px 15px; color: #888; }
.sponsor4#canada>img { height: 70px; }
.sponsor4#accj>img { height: 70px; }
.sponsor4#france-kyoto>img { height: 80px; }
/* .sponsor4#denmark { background-color: #000; padding-left: 5px; border: none; } */
/* .sponsor4 img { height: 70px; } */
.sponsor1s, .sponsor2s, .sponsor3s, .sponsor4s {
	clear: both;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	/* border: solid 1px #444; */
}
.sponsor1s {
	/* justify-content: space-evenly; */
	/* margin: 25px 0 15px; */
	margin: 25px 0 0;
	padding: 0;
	/* border: solid 1px #444; */
}
.sponsor1s-2 {
	margin: 0 0 15px;
}
.sponsor2s {
	margin: 25px 0 0 0;
	/* border: solid 1px #444; */
}
.sponsor3s {
	margin-top: 25px;
	margin-bottom: 1em;
}
.sponsor1>img, .sponsor2>img, .sponsor3>img, .sponsor4>img { flex: 0 1 auto; margin: auto; }
#sponser div.np { border: solid 1px #ccc; color: #ccc; display: block; text-align: center; }
#values {
	background:url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/cloud2.png) no-repeat;
	background-position: bottom center;
	background-size: cover;
	text-align: center;
	padding: 15px 146px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
#values p {
	display: block;
	text-align: left;
	margin: 0 auto;
	font-size: 21px;
	font-weight: bold;
	color: #E55504;
	line-height: 3em;
	/* border: solid 1px; */
}
#values p span { display: inline-block; border: none; }
#values p span.english { margin-right: 10px;}
#values p .english { font-size: 24px; font-weight: bold; color:#595757; letter-spacing: 0.13em; }
#values .english:first-letter { font-size: 36px; font-weight: black; color:#595757; margin-right:2px; }
@media screen and (max-width: 1080px){
	#values div { display: inline-block; }
	#values p span {
		display: block;
		width: 100%;
	}
	#values>p span:not(.english) {
		margin-top: 0;
		margin-bottom: 25px;
		line-height: 1.1em;
		text-align: left;
	}
}
@media screen and (max-width: 834px){
	#values {
		padding: 15px 30px 20px;
	}
	#values>div>p span {
		font-size: 1em;
		padding: 0 15px;
		line-height: 2em;
		margin: 0;
	}
	#values p .english { font-size: 20px; }
	#values span.english:first-letter { font-size: 30px; }
	#values>div>p span:not(.english) {
		font-size: 18px;
	}
}
@media screen and (max-width: 540px){
	#values {
		padding: 15px 10px 20px;
	}
	#about h3 {
		font-size: 1.5em;	
	}
}
@media screen and (max-width: 480px){
	#values {
		padding: 15px 10px 20px;
	}
	#values>div>p span.english { font-size: 16px; }
	#values>div>p span.english:first-letter { font-size: 25px; }
	#values>div>p span:not(.english) {
		font-size: 16px;
	}
}
@media screen and (max-width: 300px){
	#values>div>p span.english { font-size: 15px; }
	#values>div>p span.english:first-letter { font-size: 23px; }
	#values>div>p span:not(.english) {
		font-size: 14px;
	}
}
img.wp-image-2519 { opacity: 0.6; }
.toilet { text-align: center; }
.toilet p { margin: 0; text-align: left; }
div.toilet-img { display: inline-block; background-color: #fff; margin-bottom: 15px; }
.expand { font-size: 14px; }
.expand>i { font-size: 16px; }
#operation {
	text-align: left;
}


/* スケジュール */
body.page-id-295 h1.entry-title, body.page-id-460 h1.entry-title, body.page-id-2112 h1.entry-title {
	color: #fff;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #E60000;
}
body.page-id-295 #container .entry-content>section>h2, body.page-id-460 #container .entry-content>section>h2, body.page-id-2112 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #E40A17;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #E40A17;
	border-radius: 0 !important;
}
.fc .calendar_1 {
	text-align: center;
}
.fc-theme-standard tr {
	margin: 0 !important;
	border: solid 1px #000 !important;
}
.fc-sun { color: red; }
#ground-rules strong {
	/* background:linear-gradient(transparent 60%, #FF8C00 60%); */
	font-size: 1.12em;
	color: #E8561E;
}
/* .page-id-460 .menu-pc>li:nth-child(3) span.m-normal { transition: all 0.2s ease-in-out; }
.page-id-460 .menu-pc>li:nth-child(3):hover span.m-normal { margin-top: -150px !important; }
.page-id-460 .menu-pc>li:nth-child(4) span.m-normal { transition: all 0.2s ease-in-out; }
.page-id-460 .menu-pc>li:nth-child(4):hover span.m-normal { margin-top: -150px !important; } */
.page-id-460 #btn-english { display: none; }
/* アクセス */
body.page-id-533 h1.entry-title {
	color: #fff;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #E60000;
}
body.page-id-533 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #E40A17;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #E40A17;
	border-radius: 0 !important;
}


/* 相談する */
body.page-id-311 h1.entry-title, body.page-id-330 h1.entry-title, body.page-id-336 h1.entry-title {
	color: #fff;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #FF8C00;
}
body.page-id-311 #container .entry-content>section>h2, body.page-id-330 #container .entry-content>section>h2, body.page-id-336 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #FF8C00;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #FF8C00;
	border-radius: 0 !important;
}

/* お問い合せ */
body.page-id-483 h1.entry-title, body.page-id-515 h1.entry-title, body.page-id-517 h1.entry-title {
	color: #fff;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #760089;
}
body.page-id-483 #container .entry-content>section>h2, body.page-id-515 #container .entry-content>section>h2, body.page-id-517 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #760089;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #760089;
	border-radius: 0 !important;
}

/* FAQ */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	/* border-top: 1px solid #1b2538; */
	padding: 0;
	margin: 0 0 5em 0;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1em;
	color: #1b2538;
	/* border: solid 1px #000; */
}
.cp_qa .cp_actab input {
	position: relative;
	/* opacity: 0; */
	/* margin-bottom: -3em; */
	display: none;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.5em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0 4em 0.7em 3em;
	text-indent: -2em;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	color: #555;
}
.cp_qa .cp_actab label:hover {
	color: #00838F;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	/* color: #ffffff; */
	/* background: rgba(0, 131, 143, 0.5); */
	/* margin-top: -1.5em; */
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 0.5em 1em 0;
	font-size: 0.9em;
	color: #555;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838F;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -18px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	/* content: "▼";
	color: #000; */
	content: '\25BC';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/* ダウンロード */
body.page-id-557 h1.entry-title {
	color: #fff;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #0043FF;
}
body.page-id-557 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #0043FF;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #0043FF;
	border-radius: 0 !important;
}
#download h3 { text-align: center; }
#posters {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#posters h3 { margin-bottom: 1.5em; }
#posters div {
	text-align: center;
}
#leaflets {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#leaflets div {
	text-align: center;
}

/* 情報発信局 */
body.page-id-855 h1.entry-title {
	color: #fff;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #008220;
}
body.page-id-855 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #008220;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #008220;
	border-radius: 0 !important;
}
#info-station h3 {
	margin-bottom: 1.5em;
}
#info-station h4 {
	font-size: 130%;
	text-align: center;
	line-height: 1.6em;
}
#info-station strong {
	font-size: 1.12em;
	color: #E8561E;
}
#info-station .listen-sites {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom: 50px;
	overflow: hidden;
}
#info-station .listen-site {
	width: 340px;
	height: 200px;
	margin: 25px 10px;
	font-size: 90%;
}
#info-station .overcasts {
	margin-bottom: 5px !important;
}
.overcasts .explanation {
	display: block;
	font-size: 85%;
	text-align: center;
	color: red;
	margin-top: -26px;
}
#info-station .listen-site a {
	display: block;
	padding: 20px;
	border: solid 1px #ddd;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	transition: .3s;
}
#info-station .listen-site a:hover {
	background-color: #ffe3d5;
	transition: .3s;
}
#info-station .indent1{
    padding-left:1em;
    text-indent: -1em;
	margin-bottom: 2px;
}

/* 貸館利用 */
body.page-id-2734 h1.entry-title{
	color: #969696;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #FFEF00;
}
body.page-id-2734 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #FFEF00;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #FFEF00;
	border-radius: 0 !important;
}
section#rental>div {
	margin-bottom: 4em;
}
section#rental>.rules strong {
	font-size: 110%;
	color: #E8561E;
}
section#rental>.rules ul, section#rental ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 1em;
}
section#rental #floormap .floor-photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
section#rental #floormap .floor-photo>a {
	display: block;
}
section#rental #price p.notice {
	font-size: 80%;
	text-align: right;
}
a.flow-anchor {
	display: block;
	margin-top: 1em;
}
a.for-request {
	display: block;
	color:#FF8C00;
	border:1px solid #FF8C00;
	background-color: #fff;
	border-radius: 10px;
	transition:0.3s;
	clear:both;
	letter-spacing:3px;
	text-align: center;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	margin: 0;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}
a.for-request:hover {
	border:1px solid #FF8C00;
	background-color:#FF8C00;
	color:#fff;
}

/* プライドセンター大阪でできること */
body.page-id-2750 h1.entry-title{
	color: #fff;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #E60000;
}
body.page-id-2750 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #E40A17;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #E40A17;
	border-radius: 0 !important;
}
#wycd-grid {
	overflow: hidden;
}
#wycd-grid>div {
	margin-bottom: 1em;
	overflow: hidden;
}
#wycd-grid .icon {
	height: 100px;
	width: 80px;
	display: block;
	float: left;
	padding-top: 11px;
}
#wycd-grid .icon img {
	display: block;
	width: 60px;
	margin: 0 auto;
}
#wycd-grid .relax img { height: 60px; }
#wycd-grid .group img { height: 60px; }
#wycd-grid .title {
	color: #ea5504;
	font-size: 150%;
	font-weight: bold;
	width: calc(100% - 100px);
	float: right;
}
#wycd-grid .description {
	width: calc(100% - 100px);
	float: right;
}
/*834px以下*/
@media screen and (max-width: 834px){
	#wycd-grid .icon {
		height: 60px;
		width: 60px;
		padding-top: 11px;
	}
	#wycd-grid .icon img {
		width: 50px;
	}
	#wycd-grid .relax img { height: 50px; }
	#wycd-grid .group img { height: 50px; }
	#wycd-grid .title, #wycd-grid .description {
		width: calc(100% - 90px);
	}
				
}

/* フォーム一般 */
.myForm {
	margin-bottom: 50px;
	margin-top: -40px;
	padding-top: 0;
}
.myForm input {
	background-color: #fff;
}
.submitButton {
	margin-top: 0;
}
#consulting strong {
	/* font-weight: normal; */
	background: #fef2c4;
	padding: 0.5em 1em;
	display: inline-block;
	margin-bottom: 20px;
}
#consulting ul {
	list-style: square;
	padding-left: 1em;
}
.red2 { color: red; }
.required::before { content: "★ ";color:red; }
.subjectCol {
	margin: 0 0 30px 0;
}
.subjectCol select {
	padding: 10px 15px;
	background-color: #fff;
}
.consul-subject {
	text-align: left;
}
.consul-subject span.mwform-checkbox-field {
	display: inline-block;
	margin: 10px;
}
p.consul-menu {
	line-height: 2.8em;
}
p.consul-menu a {
	color: #FF8C00;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
p.consul-menu a::before {
	display: inline-block;
	content: "＞";
	margin-right: 4px;
	transition: .1s;
}
p.consul-menu a:hover::before {
	font-weight: 900;
	/* transform:rotateX(180deg); */
	transition: .1s;
}
@media screen and (max-width: 620px) {
	p.consul-menu a {
		font-size: 22px;
	}
}
@media screen and (max-width: 450px) {
	p.consul-menu a {
		font-size: 18px;
	}
}

input[type=submit] {border:none;}
input[type=submit] {
	color:#FF8C00;
	border:1px solid #FF8C00;
	background-color: #fff;
	border-radius: 10px;
	transition:0.3s;
	clear:both;
	letter-spacing:3px;
	text-align: center;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	margin: 0;
}
.myForm input[type=submit],.myForm2 input[type=submit] {margin-top:20px;}
input[type=submit]:hover {
	border:1px solid #FF8C00;
	background-color:#FF8C00;
	color:#fff;
}
.grecaptcha-badge {
	bottom: 65px !important;
}
/* .submitButton input[type=submit]:after {content:"→";margin-left:10px;} */
@media screen and (max-width: 1023px){
	body.page-id-295 h1.entry-title{
		padding: 33px 50px 20px !important;
		font-size: 28px;
	}
}
@media screen and (max-width: 782px){
	body.page-body h1.entry-title{
		padding: 20px 0 20px !important;
		font-size: 28px;
	}
	body.page-body #container .entry-content>section>h2 {
		line-height: 35px;
		padding-bottom: 9px !important;
	}
	body.page-id-2 #container .entry-content>section>h2 {
		line-height: 35px;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}
	body.page-body #container .entry-content>section>h2 span {
		display: inline-block;
	}
}
@media screen and (max-width: 480px){
	body.page-body h1.entry-title{
		font-size: 25px;
	}
	body.page-body #container .entry-content>section>h2 {
		font-size: 23px;
	}
}

/* 体験型学習 */
body.page-id-4721 h1.entry-title{
	color: #fff;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #008220;
}
body.page-id-4721 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #008220;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #008220;
	border-radius: 0 !important;
}

/* LGBTQ図書 */
body.page-id-1130 h1.entry-title{
	color: #969696;
	text-align: center;
	padding: 30px 50px;
	margin: 0 auto;
	font-size: 36px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background-color: #FFEF00;
}
body.page-id-421 #container .entry-content>section>h2 {
	background-color: transparent;
	color: #FFEF00;
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	border-bottom: solid 4px #FFEF00;
	border-radius: 0 !important;
}
section#library {
	padding: 35px 0 25px 0;
	background-image: none;
}
#library .books {
	/* display: flex;
	justify-content: space-between; */
	margin: 0 0 30px 0;
	/* flex-wrap: wrap; */
	padding: 0 50px 20px;
	background-image : linear-gradient(to right, #000, #000 6px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
	background-size: 12px 3px;          /* グラデーションの幅・高さを指定 */
	background-position: left bottom;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
	overflow: hidden;
	/* clear: both; */
}
#library .search-result {
	padding: 0 50px 20px;
}
#search-books {
	margin: 0 0 0 0;
	padding: 0 50px;
}
.books-header {
	width: 51%;
	float: left;
}
.books-description {
	width: 51%;
	margin-bottom: 25px;
	float: left;
}
.books-thumnail {
	width: 45%;
	margin-bottom: 25px;
	float: right;
}
.books-category {
	margin-bottom: 25px;
}
.books-body {
	margin-top: 0;
}
.books-category span {
	background-color: #595757;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
	font-size: 12px;
}
.books-category span:hover {
	background-color: #707070;
}
#library .su-spoiler .su-spoiler-title {
	padding: 14px 50px;
}
#library span.su-spoiler-icon {
	padding: 8px 2px 8px 22px;
}
.book-search {
	display: flex;
	justify-content: space-around;
	margin: 15px 0 0;
	flex-wrap: wrap;
}
.book-select {
	width: max(30%, 300px);
	margin: 0 0 25px 0;
}
#library .introduce {
	margin-top: 30px;
}
#library .books h2 {
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	text-align: left;
	color: #585757;
	background-color: transparent;
	border-radius: 0 !important;
	border-bottom: solid 4px #f5e441;
	margin-bottom: 30px;
}
.select-title {
	text-align: center;
}
.book-select select {
	border-radius: 10px;
	padding: 0 10px;
}
.prev-next {
	display: flex;
	justify-content: space-between;
	margin: 15px 50px 0;
	flex-wrap: wrap;
	display: none;
}

/* LGBTQ図書個別記事 */
.category-lgbtq-books-post .cat-label {
	display: none;
}
.post-template-default #content-in #main article.category-lgbtq-books-post {
	padding: 30px 50px !important;
}
article.category-lgbtq-books-post .entry-content .books-header {
	width: 51%;
	float: left;
}
article.category-lgbtq-books-post .entry-content .books-body {
	width: 51%;
	float: left;
}
#main article.category-lgbtq-books-post .article-header {
	display: none;
}
.category-lgbtq-books-post .entry-content h1 {
	background-color: transparent;
	color: #595757;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	text-align: left;
	border-top: none;
	border-bottom: solid 4px #f5e441;
	padding: 0 0 5px 0 !important;
	margin: 25px 0 0;
	width: 100%;
}
.category-lgbtq-books-post .entry-categories-tags {
	display: none;
}



/************************************
**モバイル表示　ヘッダーメニュー・検索アイコン
************************************/
.mobile-menu-buttons {
	height:50px;
}
.mobile-menu-buttons img { visibility: hidden; }
.mobile-menu-buttons {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/logo-h.svg) no-repeat;
	background-position: center;
	background-size: 200px;
	background-color: #fff;
}
.mobile-menu-buttons > li {
	padding-top:0;
}
.menu-button{
	margin: auto;
}
/* .mobile-menu-buttons .menu-button:hover {
	background-color:white;
} */
span.fas.fa-search::before{
	color:#E55504;/*検索マーク色変更はこちら*/
	margin-left:1em;
}
span.fas.fa-bars::before{
	color:#E55504;/*ハンバーガーメニュー色変更はこちら*/
	margin-right:1em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
	display: none;
}
#breadcrumb { padding: 0 40px; }
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	#header-container{ display: none; }
	section { padding: 35px !important; }
	section#library { padding-left: 0 !important; padding-right: 0 !important; }
	section#library .books { padding-left: 35px; padding-right: 35px; }
	h2 { font-size: 1.5em !important; }
	#breadcrumb { padding: 0 25px; }
	.post-template-default #content-in #main article.category-lgbtq-books-post {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	#container #content {
		margin-top: 3em;
	}
	.n2-section-smartslider {
		margin-top: 50px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	section {
		padding: 35px 40px 20px 40px !important;
	}
	.arttcle h3 { font-size: 1.1em !important; letter-spacing: 0.03em; }
	dt { font-size: 1.1em !important; letter-spacing: 0.03em; }
	dd { font-size: 14px !important; }
	p.louder {
		font-size: 1.11em;
		line-height: 1.7em;
	}
	#about p span {
		display: inline-block;
	}
	#sponser { text-align: center; }
	#breadcrumb { padding: 0 15px; }
	#library .books {
		display: block;
	}
	.books-header, .books-description {
		width: 100%;
	}
	.books-thumnail {
		width: 100%;
	}
	article.category-lgbtq-books-post .entry-content .books-header,
	article.category-lgbtq-books-post .entry-content .books-body,
	article.category-lgbtq-books-post .entry-content .books-thumnail
	{
		width: 100%;
		float: none;
	}
	.post-template-default #content-in #main article.category-lgbtq-books-post {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	section { padding: 35px 15px 6px 15px !important; }
	section#library .books { padding-left: 15px; padding-right: 15px; }
	body {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	p {
		line-height: 1.7em;
		letter-spacing: 0;
	}
	#breadcrumb { padding: 0 5px; }
	section#library .books { padding-left: 15px; padding-right: 15px; }
	.post-template-default #content-in #main article.category-lgbtq-books-post {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
/*300px以下*/
@media screen and (max-width: 300px){
	/* section { padding: 35px 15px 6px 15px !important; } */
	body, p {
		font-size: 13px;
	}
}


/************************************
**モバイルスライドインメニュー
************************************/
span.fas.fa-times::before{
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	color:#E55504;/*矢印色変更はこちら*/
	margin-top: 20px;
}
/* ul.menu-drawer:before{
	font-size:1.2em;
	background: white;
	color:#333;
	margin-bottom:1em;
	border-bottom:3px dotted #E55504;
	font-family:'Zen Kaku Gothic New', sans-serif;
	content: "メニュー";
} */
.menu-drawer {
	margin-top: 30px;
	margin-bottom: 0;
}
ul.menu-drawer:after {
	background: white;
}
.menu-drawer li {
	padding: 0;
	margin: 6px 0;
}
.menu-drawer li {
	font-weight: bold;
}
/* .menu-drawer a {
	font-size:1.3em;
	background-color: transparent;
	color:#545454;
	margin: .5em 0;
} */
.menu-drawer .sub-menu {
	padding:0;
}
.menu-drawer .sub-menu li {
	font-size: .9em;
}
/* .menu-drawer .sub-menu li a::before {
	font-family: "Font Awesome 5 Free";
	content : "\f105";
	color:#FFB15B;
	margin:0 .5em 0 1em;
} */
@media (max-width:834px){
	.sub-menu{
		box-shadow: none;
	}
}
.menu-drawer>li a {
	color: #fff;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
}
.translated-ltr .menu-drawer>li a {
	padding-top: 10px;
}
.menu-drawer a:hover {
	background-color: transparent;
	color: #fff;
}
.menu-drawer>li>a {
	padding-left: 60px;
	border-radius: 25px;
	height: 48px;
}
.menu-drawer>li:nth-child(1)>a {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/btn-schedule-icon.svg) left no-repeat;
	background-color: #E60000;
	background-size: 30px 30px;
	background-position: center left 20px;
}
.menu-drawer>li:nth-child(2)>a {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/btn-consul-icon.svg) left no-repeat;
	background-color: #FF8C00;
	background-size: 30px 30px;
	background-position: center left 20px;
}
.menu-drawer>li:nth-child(3)>a {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2024/03/btn-rental-icon.svg) left no-repeat;
	background-color: #FFEF00;
	background-size: 36px 30px;
	background-position: top 9px left 16px;
}
.menu-drawer>li:nth-child(4)>a {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/btn-people-icon.svg) left no-repeat;
	background-color: #008220;
	background-size: 30px 30px;
	background-position: center left 20px;
}
.menu-drawer>li:nth-child(5)>a {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/06/btn-download-icon.svg) left no-repeat;
	background-color: #0043FF;
	background-size: 30px 30px;
	background-position: center left 20px;
}
.menu-drawer>li:nth-child(6)>a {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/06/btn-contact-icon.svg) left no-repeat;
	background-color: #760089;
	background-size: 30px 30px;
	background-position: center left 20px;
}
.menu-drawer>li:nth-child(3) a {
	color: #969696;
}
/* .menu-drawer>li:nth-child(2) { letter-spacing: 2px; }
.menu-drawer>li:nth-child(4) { letter-spacing: 2px; }
.menu-drawer>li:nth-child(5) { letter-spacing: 2px; } */
.translated-ltr .menu-drawer>li a { font-size: 100% !important; }

.menu-drawer>li span.coming {
	font-size: 0.7em;
	display: block;
	float: right;
	margin: 4px 10px 0 0;
	letter-spacing: 2px; 
}
@media screen and (max-width: 480px){
	.menu-drawer>li a {
		padding-top: 9px;
		padding-bottom: 6px;
	}
	.translated-ltr .menu-drawer>li a {
		padding-top: 12px;
	}
}
@media screen and (max-width: 400px){
	.menu-drawer>li a {
		font-size: 1.1em;
		padding-top: 12px;
		padding-bottom: 10px;
	}
	.menu-drawer>li span.coming {
		letter-spacing: 1px; 
	}
}
@media screen and (max-width: 350px){
	.menu-drawer>li>a {
		padding-top: 14px;
		background-size: 23px 23px !important;
		background-position: center left 13px !important;
		padding-left: 45px;
	}
	.menu-drawer>li a {
		font-size: 0.9em;
	}
	.menu-drawer>li span.coming {
		letter-spacing: 0; 
	}
}
@media screen and (max-width: 280px){
	.menu-drawer>li>a {
		padding-top: 15px;
		background-size: 20px 20px !important;
		background-position: center left 10px !important;
		padding-left: 40px;
		letter-spacing: 0;
	}
	.menu-drawer>li a {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 260px){
	.menu-drawer>li>a>span.coming {
		display: none;
	}
}


/* エフェクト関係 */
.fade {
	transition: all 400ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 150px);
}
  
.fadein {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}

/* snsフォロー */
.sns-container {
	width: 80px;
	height: 370px;
	position: fixed;
	top: 418px;
	right: calc((100% - 1080px)/2 - 80px);
	margin: 0;
	z-index: 888;
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2025/08/sns-back5.svg) top center no-repeat;
	padding: 61px 0 0 0;
}
.sns-container img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto 11px;
}
.over-white {
	opacity: 1.0;
	transition: .4s;
}
.over-white:hover {
	opacity: 0.7;
}
/* サポート */
.support-container {
	width: 80px;
	height: 128px;
	position: fixed;
	top: 15px;
	right: calc((100% - 1080px)/2 - 80px);
	margin: 0;
	z-index: 888;
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/04/support-bg2.svg) top center no-repeat;
	padding: 11px 14px 0 0;
	color: #fff;
	writing-mode: vertical-rl;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 2.2em;
}
.support-container span {
	display: inline-block;
	margin: 0;
}
.support-container span.large {
	font-size: 18px;
}
a.support-link { color: #fff; }

/* 通信販売 */
#btn-goods {
	display: block;
	width: 80px;
	position: fixed;
	top: 152px;
	right: calc((100% - 1080px)/2 - 80px);
	margin: 0;
	z-index: 889;
}
#btn-goods2 {
	display: none;
	width: 60px;
	position: fixed;
	top: 160px;
	right: calc((100% - 1080px)/2 - 1px);
	margin: 0;
	z-index: 999;
}

/* アクセス */
#btn-access3 {
	width: 80px;
	position: fixed;
	top: 289px;
	right: calc((100% - 1080px)/2 - 80px);
	margin: 0;
	z-index: 889;
}
#btn-access3r {
	display: none;
	width: 60px;
	position: fixed;
	top: 265px;
	right: calc((100% - 1080px)/2 - 1px);
	margin: 0;
	z-index: 999;
}

/* ええんちゃうラジオ */
#eenchau {
	width: 80px;
	position: fixed;
	top: 798px;
	right: calc((100% - 1080px)/2 - 80px);
	margin: 0;
	z-index: 898;
}
#eenchau-r {
	display: none;
	width: 60px;
	position: fixed;
	top: 640px;
	right: calc((100% - 1080px)/2);
	margin: 0;
	z-index: 998;
}


@media screen and (max-width: 1238px){
	.sns-container {
		width: 60px;
		height: 270px;
		position: fixed;
		top: 363px;
		right: calc((100% - 1080px)/2);
		margin: 0;
		z-index: 888;
		background: url(https://pridecenter.jp/wp1/wp-content/uploads/2025/08/sns-back5-reverse.svg) top center no-repeat;
		padding: 46px 0 0 0;
	}
	.sns-container img {
		width: 37px;
		height: 37px;
		display: block;
		margin: 0 auto 8px;
	}
	.support-container {
		width: 60px;
		height: 96px;
		position: fixed;
		top: 55px;
		right: calc((100% - 1080px)/2);
		margin: 0;
		z-index: 888;
		background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/04/support-bg-reverse.svg) top center no-repeat;
		padding: 7px 9px 0 0;
		font-size: 9px;
		letter-spacing: 2px;
		line-height: 2.2em;
	}
	.support-container span.large {
		font-size: 13.5px;
	}
	#btn-goods {
		display: none;
	}
	#btn-goods2 {
		display: block;
	}
	#btn-access3 {
		display: none;
	}
	#btn-access3r {
		display: block;
	}
	#eenchau {
		display: none;
	}
	#eenchau-r {
		display: block;
	}
}
@media screen and (max-width: 1080px){
	.sns-container, .support-container, #btn-goods2, #btn-access3r {
		right: 0;
	}
}
@media screen and (max-width: 1023px){
	.sns-container, .support-container, #btn-goods2, #btn-access3r {
		display: none;
	}
}
.support-link-sp {
	display: block;
	text-align: center;
	color: #E53953;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 8px;
	text-decoration: none;
}
.support-link-sp span {
	display: inline-block;
	color: #E53953;
}
.support-link-sp span.large {
	font-size: 1.2em;
	color: #E53953;
}

/* .sns-container {
	width: 80px;
	height: 248px;
	position: fixed;
	top: 100px;
	right: calc((100vw - 1080px)/2 - 80px);
	margin: 0;
	z-index: 888;
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/sns-back.svg) top center no-repeat;
	padding: 61px 0 0 0;
}
.sns-container img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto 11px;
}
.over-white {
	opacity: 1.0;
	transition: .4s;
}
.over-white:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1238px){
	.sns-container {
		width: 60px;
		height: 186px;
		position: fixed;
		top: 150px;
		right: calc((100vw - 1080px)/2);
		margin: 0;
		z-index: 888;
		background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/sns-back-reverse.svg) top center no-repeat;
		padding: 46px 0 0 0;
	}
	.sns-container img {
		width: 38px;
		height: 38px;
		display: block;
		margin: 0 auto 8px;
	}
}
@media screen and (max-width: 1080px){
	.sns-container {
		right: 0;
	}
}
@media screen and (max-width: 1023px){
	.sns-container {
		display: none;
	}
} */




#navi-menu-content>.sns-container-sp {
	overflow: hidden;
	text-align: center;
}
#navi-menu-content>.sns-container-sp p {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 15px;
	color:#E55504;
	margin-bottom:7px;
}
#navi-menu-content>.sns-container-sp span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 7px;
}
#navi-menu-content a {
	/* display: block;
	border: solid 1px #ddd; */
}
#navi-menu-content>.sns-container-sp>a>span.line {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2023/07/line-200.png) top center no-repeat;
	background-size: cover;
}
#navi-menu-content>.sns-container-sp>a>span.twitter {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2023/10/x-logo-200-2.png) top center no-repeat;
	background-size: cover;
}
#navi-menu-content>.sns-container-sp>a>span.facebook {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/f_logo_200.png) top center no-repeat;
	background-size: cover;
}
#navi-menu-content>.sns-container-sp>a>span.insta {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/Instagram_200.png) top center no-repeat;
	background-size: cover;
}
#navi-menu-content>.sns-container-sp>a>span.threads {
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2025/08/threads-logo-192.png) top center no-repeat;
	background-size: cover;
}

#btn-english {
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	background-color: #848484;
	border-radius: 5px;
	width: 103px;
	height: 36px;
	padding-top: 0;
	margin: 0;
	text-align: center;
	line-height: 33px;
	letter-spacing: 1px;
	position: fixed;
	top: 9px;
	right: calc((100% - 1080px)/2 + 10px);
	z-index: 10001;
	cursor: pointer;
	writing-mode: horizontal-tb !important;
}
@media screen and (max-width: 1080px){
	#btn-english { right: 10px; width: 90px; font-size: 19px; }
}
@media screen and (max-width: 1023px){
	#btn-english { display: none; }
}

#btn-english-sp {
	font-family:'Zen Kaku Gothic New', sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	background-color: #848484;
	border-radius: 5px;
	width: 103px;
	height: 36px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 33px;
	letter-spacing: 1px;
	margin: 30px auto;
}

#btn-access {
	display: bloxk;
    position: fixed;
	width: 95px;
    bottom: 0;
	left: 10px;
}
@media screen and (max-width: 1023px){
	#btn-access { width: 80px; }
}

.search-edit {
	background: #fff;
}
.privacy {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1.7em;
	margin-left: 30px;
}
.privacy a {
	text-decoration: none;
}
.widget_custom_html .privacy {
	margin-left: 0;
}

#foot-before-img {
	background: url(https://hav10054eoez.smartrelease.jp/wp1/wp-content/uploads/2022/03/footer2.png) no-repeat bottom center;
	background-size: cover;
	height: 200px;
	width: 100%;
	margin-top: 40px;
}


/* 投稿記事 */
/* body.post-template-default main#main {
	border: solid 1px;
} */
body.archive main#main {
	/* border: solid 1px; */
	/* max-width: 818px; */
	margin: 0;
	padding: 30px 50px !important;
}
.pager-post-navi {
	margin: 0;
}

body.post-template-default article {
	padding: 30px 0 0 50px !important;
}
/* @media screen and (min-width: 1023px){
	body.post-template-default article {
		padding: 30px 50px 0 50px !important;
	}
} */
body.post-template-default header.article-header {
	display: block;
}
body.post-template-default #sidebar {
	margin: 0;
	padding: 0 15px;
}
body.post-template-default .under-entry-content {
	padding: 0 50px;
	/* border: solid 1px; */
}
body.post-template-default #breadcrumb {
	padding: 0 20px;
}
body.post-template-default h1 { font-size: 1.6em; }
body.post-template-default h2 { font-size: 1.6em; line-height: 1.6em;}
body.post-template-default h3 { font-size: 1.4em; }
body.post-template-default h4 { font-size: 1.2em; }
body.post-template-default header.article-header {
	margin-bottom: 12px !important;
}
body.post-template-default article h1 {
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #E55504;
	text-align: left;
	border-top: solid 2px #E55504;
	border-bottom: solid 2px #E55504;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 12px 0 !important;
	margin: 0 0 26px 0;
	height: auto;
	line-height: 1.5em;
	/* vertical-align: text-top; */
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
body.post-template-default article h2 {
	background-color: transparent;
	padding-bottom: 3px;
	border-bottom: solid 2px #E55504;
	font-feature-settings: "palt" 1;
	letter-spacing: 2px;
}
body.post-template-default article h3::before {
	color: #E55504;
}
body.post-template-default article h4 {
	border-top: solid 1px #E55504;
	border-bottom: solid 1px #E55504;
}
@media screen and (max-width: 1023px){
	body.post-template-default article {
		padding: 30px 40px 0 40px !important;
	}
	.entry-card-content>h2.entry-card-title {
		font-size: 18px !important;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	body.post-template-default article {
		padding: 30px 30px 0 30px !important;
	}
	.entry-card-content>h2.entry-card-title {
		font-size: 18px !important;
	}
	a.share-button {
		font-size: 1.8em !important;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
	body.post-template-default article {
		padding: 30px 20px 0 20px !important;
	}
	body.post-template-default h1 { font-size: 1.5em; }
	body.post-template-default h2 { font-size: 1.3em !important; }
	body.post-template-default h3 { font-size: 1.2em; }
	body.post-template-default h4 { font-size: 1.1em; }
	.entry-card-content>h2.entry-card-title {
		font-size: 16px !important;
	}
}

/* プライドキャラバンカテゴリーページ */

body.category-pride-caravan .entry-card-wrap {
	padding: 0;
}
body.category-pride-caravan main#main h1 {
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #E55504;
	text-align: left;
	border-top: solid 2px #E55504;
	border-bottom: solid 2px #E55504;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 12px 0 !important;
	margin: 1em 0 26px 0;
	height: auto;
	line-height: 1.5em;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
body.category-pride-caravan .pagination-next {
	display: none;
}
/*834px以下*/
@media screen and (max-width: 834px){
	body.category-pride-caravan main#main {
		padding: 20px !important;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
	body.category-pride-caravan main#main {
		padding: 10px !important;
	}
	body.category-pride-caravan main#main h1 {
		font-size: 120%;
		margin-top: 3em;
	}
}
/*330px以下*/
@media screen and (max-width: 330px){
	body.category-pride-caravan main#main h1 {
		font-size: 100%;
	}
}

/* プライドクルーズカテゴリーページ */

body.category-pride-cruise .entry-card-wrap {
	padding: 0;
}
body.category-pride-cruise main#main h1 {
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #E55504;
	text-align: left;
	border-top: solid 2px #E55504;
	border-bottom: solid 2px #E55504;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 12px 0 !important;
	margin: 1em 0 26px 0;
	height: auto;
	line-height: 1.5em;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
body.category-pride-cruise .pagination-next {
	display: none;
}
/*834px以下*/
@media screen and (max-width: 834px){
	body.category-pride-cruise main#main {
		padding: 20px !important;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
	body.category-pride-cruise main#main {
		padding: 10px !important;
	}
	body.category-pride-cruise main#main h1 {
		font-size: 120%;
		margin-top: 3em;
	}
}
/*330px以下*/
@media screen and (max-width: 330px){
	body.category-pride-cruise main#main h1 {
		font-size: 100%;
	}
}

/* XOカレンダー個別記事 */
body.xo_event-template-default main#main {
	margin: 0;
	padding: 30px 50px;
}
body.xo_event-template-default article {
	padding: 30px 0 0 50px;
}
body.xo_event-template-default header.article-header {
	display: block;
}
body.xo_event-template-default #sidebar {
	margin: 0;
	padding: 0 15px;
}
body.xo_event-template-default .under-entry-content {
	padding: 0 50px;
}
body.xo_event-template-default #breadcrumb {
	padding: 0 20px;
}
body.xo_event-template-default h1 { font-size: 1.6em; }
body.xo_event-template-default h2 { font-size: 1.6em; line-height: 1.6em;}
body.xo_event-template-default h3 { font-size: 1.4em; }
body.xo_event-template-default h4 { font-size: 1.2em; }
body.xo_event-template-default header.article-header {
	margin-bottom: 12px !important;
}
body.xo_event-template-default article h1 {
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #E55504;
	text-align: left;
	border-top: solid 2px #E55504;
	border-bottom: solid 2px #E55504;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 12px 0 !important;
	margin: 0 0 26px 0;
	height: auto;
	line-height: 1.5em;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
body.xo_event-template-default article h2 {
	background-color: transparent;
	padding-bottom: 3px;
	border-bottom: solid 2px #E55504;
	font-feature-settings: "palt" 1;
	letter-spacing: 2px;
}
body.xo_event-template-default article h3::before {
	color: #E55504;
}
body.xo_event-template-default article h4 {
	border-top: solid 1px #E55504;
	border-bottom: solid 1px #E55504;
}
@media screen and (max-width: 1023px){
	body.xo_event-template-default article {
		padding: 30px 40px 0 40px !important;
	}
}
/*834px以下*/
@media screen and (max-width: 834px){
	body.xo_event-template-default main#main {
		margin: 0;
		padding: 0px 0px;
	}
		body.xo_event-template-default article.xo_event {
		padding: 30px 30px 0 30px !important;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
	body.xo_event-template-default article {
		padding: 30px 20px 0 20px !important;
	}
	body.xo_event-template-default h1 { font-size: 1.5em; }
	body.xo_event-template-default h2 { font-size: 1.3em !important; }
	body.xo_event-template-default h3 { font-size: 1.2em; }
	body.xo_event-template-default h4 { font-size: 1.1em; }
}


#sidebar {
	background: transparent;
	/* border: solid 1px; */
}
#sidebar h3 {
	font-size: 1em;
	font-weight: 600;
	background: transparent;
	border-bottom: 1px solid;
	padding: 4px 4px 4px 0;
}
#sidebar .new-entry-card-title {
	font-size: 0.85em;
}
/* #sidebar .widget_archive ul * {border:solid 1px;} */
#sidebar .widget-sidebar h3 {
	line-height: 1.5em;
}
#sidebar .widget-sidebar ul li {
	line-height: 1em;
	margin-bottom: 10px;
}
#sidebar .widget-sidebar ul li a {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	pointer-events: auto !important;
}
a.cat-link-4, li.cat-item-4 { display: none; }
#sidebar .widget-sidebar input::placeholder  {
	font-size: 0.85em;
}
#sidebar .widget-entry-cards figure {
	width: 68px;
}
#sidebar .new-entry-card-thumb img { width: 100%; height: 68px; object-fit: cover; }
 
/* .new-entry-card-thumb { width: 68px !important; border: solid 1px;} */
.new-entry-card-content { margin-left: 80px; text-align: left;}
.top-news div.new-entry-cards {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	/* border: solid 1px; */
}
.top-news .new-entry-cards a.new-entry-card-link {
	display: block;
	/* border: solid 1px #000; */
	margin: 0 22px 0;
	padding: 0 !important;
	max-width: 280px;
}
.top-news .new-entry-cards a.new-entry-card-link .new-entry-card-thumb img {
	border-radius: 15px;
}
.top-news .new-entry-cards a.new-entry-card-link:hover {
	background-color: transparent;
}
.top-news .new-entry-cards a.new-entry-card-link .new-entry-card-title {
	font-size: 16px;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500 !important;
}
.to-wycd {
	margin: 0.5em 0 1.2em 0 !important;
}
.to-news, .to-wycd, .internal-link {
	margin: 0;
	text-align: right;
}
.to-news a::after, .to-wycd a::after {
	content: "▶";
	margin-right: 5px;
}
.internal-link::before, .pdf-link::before {
	content: "▶ ";
}
.pdf-link { display:block; margin-top: 1em; }
/* @media screen and (min-width: 1074px){
	.top-news .new-entry-cards a.new-entry-card-link:nth-child(1) {
		margin: 0 43px 0 0 !important;
	}
	.top-news .new-entry-cards a.new-entry-card-link:nth-child(3) {
		margin: 0 0 0 43px !important;
	}
} */
@media screen and (min-width: 680px){
	.sp-only { display: none; }
}

.video-container { margin:0 auto; }

/* 翻訳時 */
.translated-ltr .menu-pc>.menu-item>a>.caption-wrap span.m-normal {
	/* border: solid 1px; */
	font-size: 0.84em;
	letter-spacing: 0;
	margin-top: -10px;
}
.translated-ltr #m-library b { display: none; }
/* Coming Soon 表示用 */
/* .translated-ltr .menu-pc>li span.m-hover { margin-top: 80px; font-weight: 400; font-size: 85%; line-height: 1.3em; }
.translated-ltr .menu-pc>li:nth-child(1) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(1):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(2) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(2):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; } */
/* .translated-ltr .menu-pc>li:nth-child(3) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(3):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(4) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(4):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(5) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(5):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; } */
/* .translated-ltr .menu-pc>li:nth-child(6) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(6):hover span.m-normal { margin-top: -150px; transition: all 0.2s ease-in-out; } */

/* .translated-ltr .menu-pc>li:nth-child(3):hover span.m-normal.en-menu { margin-top: -183px; transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(4):hover span.m-normal.en-menu { margin-top: -183px; transition: all 0.2s ease-in-out; }
.translated-ltr .menu-pc>li:nth-child(6):hover span.m-normal.en-menu { margin-top: -183px; transition: all 0.2s ease-in-out; } */

/* Coming Soon 表示用 */
/* .translated-ltr .fixed-header .menu-pc>.menu-item>a>.caption-wrap span.m-normal {
	margin-top: 0;
} */

.translated-ltr .menu-pc>li span.m-normal { margin-top: 0.5em !important; }
.translated-ltr .fixed-header .menu-pc>li span.m-hover { margin-top: 0; }
.translated-ltr .fixed-header .menu-pc>li span.m-normal { margin-top: 0 !important; }
/* .translated-ltr .fixed-header .menu-pc>li:nth-child(1) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .fixed-header .menu-pc>li:nth-child(1):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; }
.translated-ltr .fixed-header .menu-pc>li:nth-child(2) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .fixed-header .menu-pc>li:nth-child(2):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; } */
/* .translated-ltr .fixed-header .menu-pc>li:nth-child(3) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .fixed-header .menu-pc>li:nth-child(3):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; }
.translated-ltr .fixed-header .menu-pc>li:nth-child(4) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .fixed-header .menu-pc>li:nth-child(4):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; } */
/* .translated-ltr .fixed-header .menu-pc>li:nth-child(5) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .fixed-header .menu-pc>li:nth-child(5):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; } */
/* .translated-ltr .fixed-header .menu-pc>li:nth-child(6) span.m-normal { transition: all 0.2s ease-in-out; }
.translated-ltr .fixed-header .menu-pc>li:nth-child(6):hover span.m-normal { margin-top: -56px; transition: all 0.2s ease-in-out; } */

/* .translated-ltr .menu-pc>li:nth-child(1)>a>.caption-wrap span.m-normal {
}
.menu-pc>li:nth-child(2) .sub-menu>li>a>div.caption-wrap>.item-label {
}
.menu-pc>li:nth-child(3) .sub-menu>li>a>div.caption-wrap>.item-label {
}
.menu-pc>li:nth-child(4) .sub-menu>li>a>div.caption-wrap>.item-label {
}
.menu-pc>li:nth-child(5) .sub-menu>li>a>div.caption-wrap>.item-label {
}
.menu-pc>li:nth-child(6) .sub-menu>li>a>div.caption-wrap>.item-label {
}
.translated-ltr .menu-item .caption-wrap .item-label {
} */

.translated-ltr #container section h2 {
	line-height: 1.4em;
	padding: 2px 10px 10px !important;
}
.translated-ltr .menu-drawer>li { letter-spacing: 0; }

.svg-twitter { width: 33px; }
.svg-facebook { width: 18px; }
.svg-line { width: 30px; }
.svg-angles-up { width: 18px; }
.translated-ltr .breadcrumb-home span.fa-home { display: none; }

/* サポート */
.translated-ltr .support-container {
	padding: 11px 14px 0 0;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6em;
	padding: 8px 8px 8px 0;
}
.translated-ltr a.support-link { text-decoration: none; }
.translated-ltr .support-container span { display: inline !important; }
.translated-ltr .support-container span.large {
	font-size: 14px;
}
.translated-ltr .support-link-sp span {
	display: inline;
}
.translated-ltr .support-link-sp, .translated-ltr .support-link-sp span.large {
	font-size: 0.9em;
}
.translated-ltr span.fas.fa-times::before{
	font-family:'Zen Kaku Gothic New', sans-serif;
	content : "<<";
	color:#E55504;/*矢印色変更はこちら*/
	margin-top: 20px;
}
.translated-ltr span.navi-menu-icon span {
	display: none;
}
.translated-ltr span.navi-menu-icon::after {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/05/bars-solid.svg);
}
.translated-ltr span.search-menu-icon span {
	display: none;
}
.translated-ltr span.search-menu-icon::after {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/05/search-solid.svg);
}
.translated-ltr button.search-submit span {
	display: none;
}
.translated-ltr button.search-submit::after {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/05/search-solid.svg);
}

@media screen and (max-width: 1238px) {
	.translated-ltr .support-container {
		padding: 11px 14px 0 0;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 1.3em;
		padding: 8px 8px 8px 0;
	}
	.translated-ltr .support-container span.large {
		font-size: 11px;
	}
}


/* .support-container {
	width: 80px;
	height: 128px;
	position: fixed;
	top: 15px;
	right: calc((100vw - 1080px)/2 - 80px);
	margin: 0;
	z-index: 888;
	background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/04/support-bg2.svg) top center no-repeat;
	padding: 11px 14px 0 0;
	color: #fff;
	writing-mode: vertical-rl;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 2.2em;
}
.support-container span {
	display: inline-block;
	margin: 0;
}
.support-container span.large {
	font-size: 18px;
}
a.support-link { color: #fff; }
@media screen and (max-width: 1238px){
	.sns-container {
		width: 60px;
		height: 186px;
		position: fixed;
		top: 175px;
		right: calc((100vw - 1080px)/2);
		margin: 0;
		z-index: 888;
		background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/sns-back-reverse.svg) top center no-repeat;
		padding: 46px 0 0 0;
	}
	.sns-container img {
		width: 38px;
		height: 38px;
		display: block;
		margin: 0 auto 8px;
	}
	.support-container {
		width: 60px;
		height: 96px;
		position: fixed;
		top: 55px;
		right: calc((100vw - 1080px)/2);
		margin: 0;
		z-index: 888;
		background: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/04/support-bg-reverse.svg) top center no-repeat;
		padding: 7px 9px 0 0;
		font-size: 9px;
		letter-spacing: 2px;
		line-height: 2.2em;
	}
	.support-container span.large {
		font-size: 13.5px;
	}
}
@media screen and (max-width: 1080px){
	.sns-container, .support-container {
		right: 0;
	}
}
@media screen and (max-width: 1023px){
	.sns-container, .support-container {
		display: none;
	}
}
.support-link-sp {
	display: block;
	text-align: center;
	color: #E53953;
	font-family:'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.support-link-sp span {
	display: inline-block;
	color: #E53953;
}
.support-link-sp span.large {
	font-size: 1.2em;
	color: #E53953;
} */


/* 背景のいちょうアニメ */
#bg-animation {
	position: fixed;
	top: 0;
	margin: 0 auto;
	width: 1080px;
	height: 100vh;
	background: #fff;
	z-index: -9999;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: none;
    animation: animate 30s linear infinite;
    /* bottom: -150px; */
	bottom: -200px;
	/* z-index: -1; */
    
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 30px;
    height: 30px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 35px;
    height: 35px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 70px;
    height: 70px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 55px;
    height: 55px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 20s;
    animation-duration: 11s;
}
.circles li:nth-child(11){
    left: 15%;
    width: 200px;
    height: 200px;
    animation-delay: 18s;
    animation-duration: 11s;
}
.circles li:nth-child(12){
    left: 80%;
    width: 150px;
    height: 150px;
    animation-delay: 1s;
    animation-duration: 11s;
}
.circles li:nth-child(1)::before {	
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-purple2.svg);
}
.circles li:nth-child(2)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-red2.svg);
}
.circles li:nth-child(3)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-green2.svg);
}
.circles li:nth-child(4)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-blue2.svg);
}
.circles li:nth-child(5)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-orange2.svg);
}
.circles li:nth-child(6)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-yellow2.svg);
}
.circles li:nth-child(7)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-purple2.svg);
}
.circles li:nth-child(8)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-red2.svg);
}
.circles li:nth-child(9)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-green2.svg);
}
.circles li:nth-child(10)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-blue2.svg);
}
.circles li:nth-child(11)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-orange2.svg);
}
.circles li:nth-child(12)::before {
	content: url(https://pridecenter.jp/wp1/wp-content/uploads/2022/03/m-yellow2.svg);
}

@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 0.22;
    }
    100%{
        transform: translateY(-100vh) rotate(720deg);
        opacity: 0;
    }
}

/* .english-link { display: none; }
.translated-ltr .english-link { display: inline; }
.translated-ltr .japanese-link { display: none; } */

.m-normal.english-only { display: none; }
.translated-ltr .m-normal.japanese-only { display: none; }
.translated-ltr .m-normal.english-only { display: inline-block; }

.nodisplay { display: none; }

.translated-ltr a.mail-link::after, .translated-ltr a.ext-link::after {
	content: none;
}
.translated-ltr .expand i {
	display: none;
}
/* html.translated-ltr #schedule-link { display: none; } */

/* メニューの…をなくす */
.navi .item-label,
.navi .item-description {
  -webkit-line-clamp: 10;
}

.svg-x { width: 46%; }

/* XOカレンダー */
#xo-event-calendar-1 table.xo-month .month-event-title, #xo-event-calendar-en1 table.xo-month .month-event-title { white-space: normal; }
#xo-event-calendar-1, #xo-event-calendar-en1 {
	& .calendar-caption {
		color: #E8561E;
		font-size: 130%;
		font-family:'Zen Maru Gothic', sans-serif;
		font-weight: 500 !important;
		letter-spacing: 2px;
	}
	margin-bottom: 1em;
}
#xo-event-calendar-1 table.xo-month>tbody>tr>td, #xo-event-calendar-en1 table.xo-month>tbody>tr>td {
	height: 10rem;
}
#xo-event-calendar-1 table.xo-month, #xo-event-calendar-en1 table.xo-month {
	border: solid 0.5px #FFC5B3;
	border-bottom: none;
}
span.dashicons-arrow-left-alt2 {
	float: left;
	color: #E8561E;
}
span.dashicons-arrow-right-alt2 {
	float: right;
	color: #E8561E;
}
#xo-event-calendar-1 table.xo-month>tbody>tr *, #xo-event-calendar-en1 table.xo-month>tbody>tr * {
	border: none;
}
#xo-event-calendar-1 table.xo-month>thead>tr>th, #xo-event-calendar-en1 table.xo-month>thead>tr>th {
	background-color: #E8561E;
	color: #fff !important;
}
#xo-event-calendar-1 table.xo-month>thead>tr>th, #xo-event-calendar-en1 table.xo-month>thead>tr>th {
	border-right: solid 0.5px #FFC5B3;
	border-bottom: solid 0.5px #FFC5B3;
}
#xo-event-calendar-1 table.xo-month>thead>tr>th:last-child, #xo-event-calendar-en1 table.xo-month>thead>tr>th:last-child {
	border-right: none;
}
#xo-event-calendar-1 table.xo-month>tbody>tr>td, #xo-event-calendar-en1 table.xo-month>tbody>tr>td {
	border-bottom: solid 0.5px #FFC5B3;
}
#xo-event-calendar-1 table.xo-month>tbody>tr>td table.month-dayname>tbody>tr>td,
#xo-event-calendar-en1 table.xo-month>tbody>tr>td table.month-dayname>tbody>tr>td {
	border-right: solid 0.5px #FFC5B3;
}
#xo-event-calendar-1 table.xo-month>tbody>tr>td table.month-dayname>tbody>tr>td:last-child,
#xo-event-calendar-en1 table.xo-month>tbody>tr>td table.month-dayname>tbody>tr>td:last-child {
	border-right: none;
}
#xo-event-calendar-1 table.xo-month>tbody>tr>td table.month-dayname>tbody>tr.dayname>td>div,
#xo-event-calendar-en1 table.xo-month>tbody>tr>td table.month-dayname>tbody>tr.dayname>td>div {
	color: #E8561E;
}
#xo-event-calendar-1 table.xo-month>tbody>tr>td table.month-dayname>tbody>tr.dayname>td>div.other-month,
#xo-event-calendar-en1 table.xo-month>tbody>tr>td table.month-dayname>tbody>tr.dayname>td>div.other-month {
	color: #FFC5B3;
}
#xo-event-calendar-1 table.month-event-space tr td,
#xo-event-calendar-en1 table.month-event-space tr td {
	border-right: solid 0.5px #FFC5B3;
	background: transparent;
}
#xo-event-calendar-1 table.month-event-space tr td:last-child,
#xo-event-calendar-en1 table.month-event-space tr td:last-child {
	border-right: none;
}
.xo-event-calendar .today {
    background-color: #fffae2;
}
.xo-cal-nolink {
	pointer-events: none;
	text-decoration: none;
}
.cal-usage {
	font-size: 0.85em;
}
span#events-inside {
	background-color: #ffdf91;
	border-radius: 5px;
}
span#events-outside {
	background-color: #d5f2bf;
	border-radius: 5px;
}

/*---折り畳みアーカイブウィジェット---*/
.widget_archive a.year{ /*各年*/
	cursor: pointer;
	border-bottom: 1px dotted #ccc; /*各年に下線を引く*/
}
.widget_archive a.year::after{ /*各年横のアイコン*/
	font-family: "dashicons";
	content: "\f140"; /* アイコンの指定 */
	position: relative; /* 相対配置 */
	left: 5px; /* アイコンの位置 */
	font-weight: bold;
}
.widget_archive .years ul { /*各月*/
	display: flex;
	flex-flow: row wrap;
	margin-left: 5px; /*インデント*/
	font-size: 1rem;
	text-decoration: underline; /*各月に下線を引く*/
}
.widget_archive ul.years li {
	padding: 0 1px; /*各月の間隔*/
}
#sidebar .widget_archive ul.years li :hover { /*マウスホバー時*/
	background: none;
	transition: 0.1s;
	color: #72c7e6;
}
.widget_archive ul.years .hide { /*各年をクリックすると開閉*/
	margin: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
