@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Yuji+Boku&display=swap');

/*
Theme Name: GW 2206
Description:GW社友の会サイト
Theme URI: http://www.toyamano.com/GW/gw/wp/wp-admin/themes/wp-gw/
Author: oort
Author URI: oort
Version: 4.8.2
License: ライセンス
License URI: ライセンスの URL
@charset "utf-8";


/*********************************
↓　全体設定
*********************************/
.news {
	overflow: hidden;
	justify-content: space-between;
	flex-wrap: nowrap;
	/* background: #ffe100; */
	font-size: 18px;
	line-height: 1;
	border: 1px solid #333;
}

.news_ttl {
	text-align: center;
	padding: 20px 0;
	width: 120px;
	float: left;
}

.news_cnt {
	margin-left: 120px;
	border-left: 1px solid #333;
	white-space: nowrap;
	overflow: hidden;
}

.news_cnt span {
	display: inline-block;
	padding: 20px 5em 20px 20px;
}

/* 全体設定 */
* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

html {
	font-size: 100%; /* font-size: 16px と同義 */
}

body {
	font-size: 100%; /* font-size: 16px と同義 */
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	/* font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; */
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* テーブル */
table,
th,
td {
}

table {
	margin: 0;
}

th,
td {
	padding: 4px 8px;
	font-weight: normal;
	font-size: 100%;
	vertical-align: middle;
	border: 1px solid #ccc;
}

th {
	background-color: #333;
	color: white;
}

/* レスポンシブテーブル用画像（PC非表示） */
th img {
	display: none;
}

td {
}

/* clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* inline-block */
.inline_block {
	display: inline-block;
}

/* フォント指定 */
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.maru_gothic {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/* とりあえず画像の最大サイズは親要素を超えないように */
img {
	max-width: 100%;
}

/*********************************************************
 アニメーション定義
**********************************************************/
@keyframes sample_animation {
	0% {
		color: white;
	}

	50% {
		color: black;
	}

	100% {
		color: white;
	}

}

/*********************************************************
 全ページ共通
**********************************************************/
#all {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

/* clearfix */
section:after,
header:after {
	content: "";
	display: block;
	clear: both;
}

/* ヘッダー */
header {
	width: 100%;
	height: 26.75vw;
	max-height: 300px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

header > h1 {
	width: 32.25%;
	display: inline-block;
	float: left;
	margin: 0;
}

header > h1 img {
	width: 100%;
	vertical-align: middle;
}

header > h1 .small_logo {
	display: none;
}

header > #header_image {
	width: 67.75%;
	height: 100%;
	display: inline-block;
	float: right;
	background: url(images/header_back.jpg) center center no-repeat;
	background-size: cover;
}

#header_image h2 {
	color: #ffffff;
	font-size: 3.75rem;
	font-weight: normal;
	line-height: 1;
	text-align: right;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #ffffff;
	padding-right: 1rem;
	margin-top: 16%;
}

.login_link {
	text-align: right;
	margin-top: 2.5rem;
	line-height: 1.3em;
	font-size: 1.3rem;
}

.login_link a {
	color: #ffffff;
	letter-spacing: 0.25em;
	vertical-align: middle;
	border: 2px solid #f2d824;
	padding: 0.3rem 2rem 0.2rem;
	margin-right: 2rem;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.login_link a:hover {
	color: #333333;
	background-color: #f2d824;
	text-decoration: none;
}

/* ページナビ */
nav,
#f_nav {
	width: 100%;
	background-color: #333333;
	overflow: hidden;
	text-align: center;
	padding: 0;
}

#f_nav {
	margin-top: 2rem;
}

nav ul,
#f_nav ul {

	/* display: inline-block; */
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1.5rem;
	margin: 0 auto;
}

nav ul li,
#f_nav ul li {
	flex: auto;
	list-style-type: none;
}

nav li > a,
#f_nav li > a {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	vertical-align: middle;
	color: #ffffff;
	background-color: #333333;
	padding: 0.5rem 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	line-height: 1.4;
	box-sizing: border-box;
}

nav li > a:hover,
#f_nav li > a:hover {
	color: #333333;
	background-color: #f2f2f2;
	text-decoration: none;
}

nav li > a > span,
#f_nav li > a > span {
	font-size: 1rem;
	padding-left: 0.2rem;
}

/* フッター */
footer {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	/* color: #fff; */
	/* background-color: #b3b3b3; */
	padding-bottom: 1em;
}

#footer_logo {
	padding: 5rem 0;
}

#footer_logo img {
	vertical-align: middle;
}

small {
	font-size: 1rem;
}

/* section */
section {
}

section:nth-child(odd) {
	background-color: #ffffff;
	padding: 2rem 3rem 4rem;
}

section:nth-child(even) {
	/* background-color: #f2f2f2; */
	padding: 2rem 3rem 3rem;
}

section h2,
#primary #content article h1.entry-title {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: normal;
	display: block;
	text-align: center;
	color: #333333;
	margin-bottom: 3rem;
}

section h2 > span,
#primary #content article h1.entry-title > span {
	display: inline-block;
	padding: 0 1em 5px;
	border-bottom: 0.75pt solid #333;
	/* background: linear-gradient(to top, #f2d824 0%, #f2d824 35%, transparent 35%, transparent 100%); */
}

/* section:nth-child(odd) .eyecatch_photo {
	float: left;
	margin-right: 2rem;
} */

section .eyecatch_photo {
	float: right;
	margin-left: 2rem;
}

section .eyecatch_photo {
	width: 40%;
}

section .eyecatch_photo img {
	vertical-align: middle;
	width: 100% !important;
	height: auto !important;
}

/*********************************************************
トップページ
**********************************************************/
.textAreaBox {
	width: 80%;
	margin: 0 auto 1.5rem;
	border: 1px solid #c0c0c0;
}

.textAreaBox h3 {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
	background-color: #f2f2f2;
	color: #333333;
	border-bottom: 1px dotted #c0c0c0;
}

.textArea {
	width: 100%;
	height: 300px;
	padding: 1em 2em 2em 1.5rem;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	background-color: #ffffff;
	color: #333333;
}

.textArea h4 {
	color: #333333;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 0.8rem;
}

.textArea ul {
}

.textArea ul li {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	padding: 0 1em;
	position: relative;
	margin-bottom: 0.8rem;
}

.textArea ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.textArea ul li:last-child {
	margin-bottom: 2rem;
}

.text_link,
.yellow_arrow_link {
	color: #000000;
	text-align: center;
	font-size: 1.5rem;
}

.text_link a {
	color: #333333;
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.text_link a:visited {
	color: #551a8b;
}

.text_link a:hover {
	color: #f62e36;
}

.yellow_arrow_link {
	margin-top: 1rem;
}

.yellow_arrow_link a {
	color: #333333;
	padding: 0.3rem 2rem 0.3rem 3.5rem;
	display: inline-block;
	background-color: #ffffff;
	border: 2px solid #333333;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.yellow_arrow_link a > span {
	font-size: 1.1rem;
}

.yellow_arrow_link a:before {
	content: "";
	width: 0;
	border-width: 0.75rem 0 0.75rem 1rem;
	border-style: solid;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 0.75em;
	left: 2rem;
}

.yellow_arrow_link a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #333333;
}
.yellow_arrow_link a:hover:before {
	border-color: transparent transparent transparent #fff;
}

.sign_data {
	text-align: right;
	margin-top: 1rem;
	line-height: 1.5;
}

/*********************************************************
会員ページ
**********************************************************/

/* ヘッダー */
#header_image h3 {
	color: #ffffff;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: right;
	padding-right: 2rem;
	margin-top: 0.2rem;
	letter-spacing: 0.3rem;
}

#header_image .logout_link {
	text-align: right;
	padding-right: 2.3rem;
}

#header_image .logout_link a {
	display: inline-block;
	background-color: #ffffff;
	color: #333333;
	padding: 0 2rem;
	letter-spacing: 0.2rem;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header_image .logout_link a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #ffffff;
	box-sizing: border-box;
}

/* section */
section h2 > .member_h2_span {
	width: 32rem;
	padding: 0;
}

section h2 > .member_h2_span > span {
	font-size: 1.5rem;
	padding-left: 0.2rem;
}

.banner_center {
	text-align: center;
	margin-top: 2rem;
}

.banner_center a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.banner_center a:hover {
	opacity: 0.6;
}

.banner_center a img {
	vertical-align: middle;
}

.houkoku_link {
	text-align: center;
	margin-bottom: 2.2rem;
}

.houkoku_link:last-child {
	margin-bottom: 0;
}

.houkoku_link a {
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.5rem;
	border: 1px solid #333333;
	padding: 1.3rem 0;
	display: inline-block;
	width: 14em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.houkoku_link a:hover {
	color: #f2f2f2;
	background-color: #333333;
	text-decoration: none;
}

.square_type_list {
	list-style-type: none;
	font-size: 1.3rem;
	width: 32rem;
	margin: 5rem auto 0;
}

.square_type_list > li {
	line-height: 1.5;
	margin-bottom: 2.5rem;
}

.square_type_list > li:before {
	content: "■";
	margin-right: 0.5rem;
	color: #333333;
	transform: scale(4);
}

.square_type_list > li .sub_link {
	font-size: 1.1rem;
	margin-left: 1.5rem;
	display: block;
	list-style-type: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.square_type_list > li .sub_link li {
	margin-bottom: 0.3rem;
}

.square_type_list > li .sub_link li:before {
	content: "・";
}

.square_type_list li .sub_link li:hover {
	color: #f62e36;
}

.square_type_list li a {
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.square_type_list li a:visited {
	color: #551a8b;
}

.square_type_list li a:hover {
	color: #f62e36;
}

.square_type_list > li p {
	text-align: right;
	font-size: 1.1rem;
	margin-top: 1rem;
}

.square_type_list p {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1rem;
}

#renraku {
	width: 32rem;
	margin: 3rem auto 0;
}

#renraku p {
	line-height: 1.5;
	margin-top: 1rem;
}

#renraku dl {
	font-size: 1rem;
	line-height: 1.5;
}

#renraku dl dt {
	float: left;
}

#renraku dl dd {
	margin-left: 80px;
}

/* 行事カレンダー */
.eo-fullcalendar .fc-toolbar .fc-left h2 {
	font-size: 2rem;
	line-height: 1.2;
}

.eo-fullcalendar table thead th,
.eo-fullcalendar table thead td {
	font-size: 1.5rem;
}

.eo-fullcalendar .fc-view > table > thead {
	background-color: #333333 !important;
}

.eo-fullcalendar-reset .fc-view-container td.fc-day-number {
	padding: 4px 8px 0px !important;
	line-height: 1.5;
}

/*********************************************************
カレンダー詳細ページ
**********************************************************/
.gray_border {
	width: 100%;
	height: 56px;
	background-color: #333333;
}

#primary #content article {
	padding: 2rem 3rem 3rem;
}

#primary #content article h1.entry-title > span {
	min-width: 50%;
}

.event_photo {
	width: 80%;
	margin: 0 auto 1rem;
	text-align: center;
}

.event_photo img {
	max-width: 100% !important;
	height: auto !important;
}

#primary #content article .entry-content {
	width: 80%;
	margin: 0 auto;
}

.eventorganiser-event-meta h4 {
	text-align: center;
	color: #333333;
	font-size: 1.7rem;
	font-weight: normal;
}

.eventorganiser-event-meta ul.eo-event-meta {
	width: 30rem;
	list-style-type: none;
	margin: 0 auto;
	font-size: 1.2rem;
}

#primary #content article .entry-content .comments {
	font-size: 1.1rem;
	margin-top: 1rem;
}

/*********************************************************
アーカイブページ
**********************************************************/
#notice_archive ul {
	list-style-type: none;
	width: 32rem;
	margin: 0 auto;
	font-size: 1.1rem;
}

#notice_archive ul li:before {
	content: "・";
}

#notice_archive ul li:hover {
	color: #f62e36;
}

#notice_archive ul li a,
.page_next a,
.page_prev a {
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#notice_archive ul li a:visited,
.page_next a:visited,
.page_prev a:visited {
	color: #551a8b;
}

#notice_archive ul li a:hover,
.page_next a:hover,
.page_prev a:hover {
	color: #f62e36;
}

#pagination {
	width: 36rem;
	margin: 1.5rem auto 0;
	position: relative;
	font-size: 1.3rem;
}

#pagination .page_prev {
	position: absolute;
	top: 0;
	left: 0;
}

#pagination .page_next {
	position: absolute;
	top: 0;
	right: 0;
}

/*********************************************************
汎用クラス
**********************************************************/
.mar_top_5rem {
	margin-top: 5rem;
}

.mar_top_3rem {
	margin-top: 3rem;
}

.mar_top_2rem {
	margin-top: 2rem;
}

.mar_top0 {
	margin-top: 0;
}

/*********************************************************
メディアクエリ
**********************************************************/

/* PC・タブレット表示（横999px以下） */
@media screen and (max-width:999px) {
	#header_image h2 {
		margin-top: 12%;
	}

	.login_link {
		margin-top: 1.2rem;
	}

	nav ul,
	#f_nav ul {
		font-size: 1.2rem;
	}

}

/* タブレット・スマートフォン表示（横768px以下） */
@media screen and (max-width:768px) {
	#header_image h2 {
		margin-top: 1.5rem;
		font-size: 3rem;
	}

	nav ul,
	#f_nav ul {
		font-size: 1rem;
	}

	section:nth-child(odd) {
		padding: 2rem 2rem 4rem;
	}

	section:nth-child(even) {
		padding: 2rem 2rem 3rem;
	}

	section .eyecatch_photo {
		float: none;
		width: 100%;
		margin: 0 0 2rem;
	}

	/* TOPページ */
	.textAreaBox {
		width: 100%;
	}

	/* 会員ページ */
	section h2 > .member_h2_span,
	#primary #content article h1.entry-title > span {
		width: 80%;
		padding: 0;
	}

}

/* スマートフォン表示（横640px以下） */
@media screen and (max-width:640px) {
	.news {
		font-size: 15px;
	}

	.news_ttl {
		width: 100px;
	}

	.news_cnt {
		margin-left: 100px;
	}

	header > h1 .big_logo {
		display: none;
	}

	header > h1 {
		text-align: center;
		/* background-color: #b3b3b3; */
	}

	header > h1 .small_logo {
		display: inline;
		width: auto;
		height: auto;
		vertical-align: middle;
	}

	header {
		height: auto;
		max-height: 100%;
	}

	header > h1,
	header > #header_image {
		display: block;
		width: 100%;
		float: none;
	}

	#header_image h2 {
		margin-top: 0;
		padding-top: 2rem;
	}

	#header_image .login_link {
		margin: 1.5rem 0 2rem;
		text-align: center;
	}

	#header_image .login_link a {
		margin-right: 0;
	}

	#header_image .logout_link {
		margin-top: 0.5rem;
		margin-bottom: 1.5rem;
	}

	#header_image h2,
	#header_image h3,
	#header_image .logout_link {
		text-align: center;
		padding-right: 0;
	}

	nav ul li,
	#f_nav ul li {
		width: 50%;
		box-sizing: border-box;
		border-bottom: 1px solid #f2f2f2;
	}

	nav ul li:last-child,
	#f_nav ul li:last-child {
		border-bottom: none;
	}

	nav ul li:nth-child(1),
	nav ul li:nth-child(3),
	#f_nav ul li:nth-child(1),
	#f_nav ul li:nth-child(3) {
		border-right: 1px solid #f2f2f2;
	}

	.event_photo,
	#primary #content article .entry-content,
	.eventorganiser-event-meta ul.eo-event-meta,
	#primary #content article .entry-content .comments {
		width: 100%;
	}

	/* 会員ページ */
	.square_type_list,
	#notice_archive ul {
		width: 100%;
	}

	.square_type_list li .sub_link {
		margin-top: 0.5rem;
	}

	#renraku {
		width: auto;
	}

	/*アーカイブページ */
	#pagination {
		width: 100%;
	}

}

/* スマートフォン表示（横480px以下） */
@media screen and (max-width:480px) {
	.textArea {
		padding: 1em 1em 2em 0.5em;
	}

	.yellow_arrow_link a {
		padding: 0.3rem 1rem 0.3rem 2.5rem;
	}

	.yellow_arrow_link a:before {
		top: 0.65em;
		left: 1rem;
	}

	section h2 > .member_h2_span,
	#primary #content article h1.entry-title > span {
		width: 100%;
	}

	.square_type_list .sm_block,
	#notice_archive ul .sm_block {
		display: block;
		margin-left: 2rem;
	}

	.square_type_list li .sub_link .sm_block {
		margin-left: 1rem;
	}

	.houkoku_link a {
		width: 100%;
	}

}

/* スマートフォン表示（横400px以下） */
@media screen and (max-width:400px) {
}
