@charset "UTF-8";
/* CSS Document */

/*ヘッダー＆フッター*/
/*トップページ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	header {
		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background: #000;
	}
	
	header a {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 20px;
		color: #fff;
		text-align: center;
		white-space: nowrap;
	}
	
	footer {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 60px 0;
		background: #000;
	}
	
	#top_mv {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 80px 0;
		background: #E2E2E2;
	}
	
	#top_mv h1 {
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	#top_nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		width: 1000px;
		height: auto;
		margin: 80px auto 80px auto;
	}
	
	#top_nav a {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 10px 0 10px;
		padding: 18px 0 18px 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #191919;
		border: solid 1px #191919;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	#top_nav a:hover {
		color: #191919;
		background: #fff;
		border: solid 1px #191919;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	
	
}

/*会員検索*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#m_mv {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 80px 0;
		background: #E2E2E2;
	}
	
	#m_mv h1 {
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	#m_cat {
		position: relative;
		width: 80%;
		min-width: 1000px;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#m_cat ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#m_cat ul li {
		list-style: none;
	}
	
	#m_cat ul li a {
		position: relative;
		margin: 0 15px 0 15px;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		color: #000;
		transition: 0.3s;
	}
	
	#m_cat ul li a:hover {
		color: #FF1259;
	}
	
	#m_cat ul li a.current {
		color: #FF1259;
	}
	
	#m_list {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#m_list .number {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.loop {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.loop a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0 15px 0;
		margin: 0 auto 0 auto;
		border-top: solid 1px #E2E2E2;
	}
	
	.loop a:last-of-type {
		border-bottom: solid 1px #E2E2E2;
	}
	
	.loop a .img {
		position: relative;
		width: 120px;
		height: 120px;
		overflow: hidden;
	}
	
	.loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 120px;
		object-fit: cover;
		object-position: center;
	}
	
	.loop a .text {
		position: relative;
		width: 740px;
		height: auto;
	}
	
	.loop a .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.loop a .text .cat font {
		display: table;
		position: relative;
		padding: 7px 10px;
		margin: 0 20px 0 0;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
	}
	
	.loop a .text .cat font:nth-of-type(1) {
		background: #000;
	}
	
	.loop a .text .cat font:nth-of-type(2) {
		background: #0F9AFF;
	}
	
	.loop a .text p {
		margin-top: 12px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 18px;
		text-align: left;
	}
	
	#m_profile {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1200px;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#m_profile .img {
		position: relative;
		width: 300px;
		height: 300px;
		overflow: hidden;
	}
	
	#m_profile .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: center;
	}
	
	#m_profile .text {
		position: relative;
		width: 850px;
		height: auto;
	}
	
	#m_profile .text table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#m_profile .text table tr {
		border-bottom: solid 1px #CACACA;
	}
	
	#m_profile .text table tr:first-of-type {
		border-top: solid 1px #CACACA;
	}
	
	#m_profile .text table tr th {
		position: relative;
		width: 250px;
		padding: 15px 0 15px 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #484848;
		box-sizing: border-box;
	}
	
	#m_profile .text table tr td {
		position: relative;
		width: 600px;
		padding: 15px 0 15px 30px;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		box-sizing: border-box;
	}
	
	#m_profile .text a.btn {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 30px auto 0 auto;
		padding: 15px 0 15px 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #484848;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	
	
}

/*行事登録*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*一覧ページ*/
	#e_mv {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 80px 0;
		background: #E2E2E2;
	}
	
	#e_list {
		position: relative;
		width: 900px;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
	#e_list a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0 15px 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		border-bottom: solid 1px #000;
	}
	
	#e_mv h1 {
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	/*個別ページ*/
	#e_post {
		position: relative;
		width: 100%;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
	#e_post .title {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#e_post .title .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#e_post .title .text h1 {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: left;
	}
	
	#e_post .title .text h1 span {
		display: block;
		position: relative;
		margin: 5px auto 0 auto;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: left;
		color: #FF4043;
	}
	
	#e_post .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 15px auto 0 auto;
	}
	
	#e_post .title .text .cat font {
		display: block;
		position: relative;
		margin: 0 30px 0 0;
		padding: 10px 15px 10px 15px;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: #8E8E8E;
	}
	
	#e_post .title .img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#e_post .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#e_post .detail {
		position: relative;
		width: 900px;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
	#e_post .detail table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#e_post .detail table tr {
		border-top: solid 1px #8F8F8F;
	}
	
	#e_post .detail table tr:last-child {
		border-bottom: solid 1px #8F8F8F;
	}
	
	#e_post .detail table tr th {
		position: relative;
		width: 300px;
		padding: 15px 0 15px 0;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
	}
	
	#e_post .detail table tr td {
		position: relative;
		width: 600px;
		padding: 15px 0 15px 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	#e_post .form {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 80px 0;
		background: #F4F4F4;
	}
	
	#e_post .form .title {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#e_post .form .title h2 {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
	}
	
	#e_post .form .cf7 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.cf7 table tr {
		border-bottom: solid 1px #D3D3D3;
	}
	
	.cf7 table tr:last-child {
		border-bottom: none;
	}
	
	.cf7 table tr th {
		position: relative;
		width: 300px;
		padding: 52px 0 0 0;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	.cf7 table tr th p {
		position: relative;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #393939;
	}
	
	.cf7 table tr th p span {
		position: absolute;
		top: -6px;
		right: 65px;
		padding: 7px 10px 7px 10px;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 15px;
		color: #fff;
		background: #FF3C3F;
		border-radius: 0;
	}
	
	.cf7 table tr td {
		width: 600px;
		padding: 30px 0 30px 0;
		box-sizing: border-box;
	}
	
	.cf7 table tr td p {
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #3E3A39;
	}
	
	.cf7 table tr td text {
		display: block;
		position: relative;
		margin-top: 15px;
	}
	
	.cf7 table tr td.birth p {
		display: contents;
	}
	
	/*入力欄設定*/
	::placeholder {
		color: #9D9D9D;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
	}
	
	select[name="event_pay"],
	input[name="event_name01"],
	input[name="event_name02"],
	input[name="zip"],
	input[name="pref"],
	input[name="addr"],
	input[name="event_email"],
	input[name="event_tel"],
	textarea[name="event_textarea"] {
		padding: 22px 28px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
		color: #5A5959;
		background: #fff;
		box-sizing: border-box;
	}
	
	select[name="event_pay"] {
		width: 400px;
	}
	
	input[name="event_name01"],
	input[name="event_name02"],
	input[name="pref"],
	input[name="addr"],
	input[name="event_email"],
	input[name="event_tel"] {
		width: 100%;
	}
	
	input[name="zip"] {
		width: 210px;
	}
	
	input[name="pref"] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	textarea[name="event_textarea"] {
		width: 100%;
		height: 220px;
	}
	
	span[data-name="event_sex"] .wpcf7-list-item {
		margin: 18px 90px 18px 0;
	}
	
	input[name="post_title"] {
		position: relative;
		width: 100%;
		height: 50px;
		padding: 18px 20px 10px 0;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #393939;
		background: rgba(255,255,255,0.00);
		border: none;
		box-sizing: border-box;
		overflow: hidden;
		pointer-events: none;
	}
	
	/*個人情報保護方針*/
	span[data-name="cf_acceptance"] span.wpcf7-list-item {
		margin-left: 0!important;
	}
	
	input[name="cf_acceptance"] {
		position: relative;
		top: 0.5px;
		margin-right: 5px;
	}
	
	.accept_btn {
		margin: 20px auto 0 auto;
	}
	
	.accept_btn p {
		margin-top: 15px;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
	}
	
	.accept_btn p a {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		color: #3B6AFF;
	}
	
	.accept_btn p a:hover {
		text-decoration: underline;
	}
	
	/*送信ボタン*/
	input[type="submit"] {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 30px auto 0 auto;
		padding: 25px 0 25px 0;
		font-size: 18px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #000;
		border: solid 1px #000;
		border-radius: 5px;
		box-sizing: border-box;
		text-decoration: none;
		transition: 0.4s;
	}
	
	input[type="submit"]:hover {
		color: #000;
		background: #fff;
		border: solid 1px #000;
	}
	
	.wpcf7 form .wpcf7-response-output {
		width: 100%;
		margin: 30px auto 0 auto!important;
		font-size: 16px;
		box-sizing: border-box;
	}	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	
	
}