@charset "UTF-8";


/****************************************
 	トップページ
*****************************************/
/*=============================
	mainvisual
==============================*/
.top-visual-sec {
	position: relative;
	background: url("../img/top/mv_bg_top.webp")no-repeat top center #FDEAE8;
	background-size: 100%;
	padding-bottom: 1.5rem;
	margin-top: 1rem;
}
.top-visual-sec .mainvisual {
	position: relative;
	max-width: 100%;
	height: auto;
}
.top-visual-sec .mainvisual img {
	width: 100%;
}
@media (min-width:768px){
	.top-visual-sec {
		padding-bottom: 2rem;
		margin-top: 2rem;
	}
}
@media (min-width:1000px){/*headerのブレイクポイント*/
	.top-visual-sec {
		padding-bottom: 2rem;
		margin-top: 0rem;
	}
}

/*=============================
	vision
==============================*/
.top-vision-sec {
	position: relative;
	background: url("../img/top/vision_curv_top.webp")no-repeat top center;
	background-size: 100%;
	padding: 2rem 0;
}
.top-vision-sec .ill {
	text-align: center;
}
.top-vision-sec .ill img {
	width: 75%;
	max-width: 300px;
}
.top-vision-sec .note {
	margin-top: 1rem;
	padding: 0 1rem;
}
.top-vision-sec .note .copy {
	line-height: 2;
}
@media (min-width:768px){
	.top-vision-sec {
		padding: 3rem 0;
	}
	.top-vision-sec .wrap {
		display: grid;
		grid-template-columns: 20rem 1fr;
		column-gap: 1rem;
		place-items: center;
	}
	.top-vision-sec .ill {
		text-align: left;
	}
	.top-vision-sec .ill img {
		width: 100%;
		max-width: 470px;
	}
	.top-vision-sec .note {
		margin-top: 0;
		padding: 0 0;
	}
}
@media (min-width:1110px){
	.top-vision-sec {
		padding: 3rem 0;
	}
	.top-vision-sec .wrap {
		grid-template-columns: 26rem 1fr;
		column-gap: 1rem;
	}
	.top-vision-sec .note .copy {
		font-size: 1.05rem;
		line-height: 2.3;
	}
}

/*=============================
	photo（swiper）
==============================*/

/* swiper */
.top-photo-sec {
	overflow: hidden;
	position: relative;
}
.top-photo-sec .swiper-wrapper {
	transition-timing-function: linear;
}
.top-photo-sec .swiper-slide {
	height: 110px !important;
	width: auto !important;
}
.top-photo-sec .swiper-slide img {
	width: 180px;
}
@media (min-width:768px){
	.top-photo-sec .swiper-slide {
	  height: 154px !important;
	  width: auto !important;
	}
	.top-photo-sec .swiper-slide img {
		width: 252px;
	}
}
@media (min-width:1024px){
	.top-photo-sec .swiper-slide {
	  height: 220px !important;
	  width: auto !important;
	}
	.top-photo-sec .swiper-slide img {
		width: 360px;
	}
}

/*=============================
	history
==============================*/
.top-history-sec {
	padding: 6rem 0 2rem 0;
	margin-top: -4rem;
}
.top-history-sec .list {
	list-style-type: none;
}
.top-history-sec .list-item {
	display: grid;
	grid-template-columns: 6.5rem 1fr;
	gap: .3rem;
}
.top-history-sec .list-item .date {
	color: #E60012;
	font-weight: 700;
	line-height: 1.5;
	font-size: 1.1rem;
	position: relative;
	padding: .5rem 0 .5rem 10px;
}
.top-history-sec .list-item .date:before {
	position: absolute;
	left: -4px;
	top: 15px;
	display: block;
	content:"";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #E60012;
	z-index: 1;
}
.top-history-sec .list-item .date:after {
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	content:"";
	width: 1px;
	height: 100%;
	background-color: #D6D2CF;
}
.top-history-sec .list-item:last-child .date:after {
	display: none;
}
.top-history-sec .list-item .cont {
	padding: .5rem 0;
	line-height: 1.5;
}
.top-history-sec .list-item .ttl {
	font-weight: 700;
	font-size: 1rem;
}
.top-history-sec .list-item .copy {
	font-weight: 400;
	font-size: .9rem;
	margin-top: .3rem;
}
.top-history-sec .photo {
	text-align: center;
	margin-top: 1rem;
}
.top-history-sec .photo img {
	width: 75%;
	max-width: 300px;
}
@media (min-width:768px){
	.top-history-sec {
		padding: 8rem 0 3rem 0;
		margin-top: -5rem;
	}
	.top-history-sec .wrap {
		display: grid;
		grid-template-columns: 1fr 16rem;
		gap: .3rem;
	}
	.top-history-sec .list-item {
		display: grid;
		grid-template-columns: 7rem 1fr;
		gap: .3rem;
	}
	.top-history-sec .list-item .date {
		font-size: 1.15rem;
		padding: .5rem 0 .5rem 15px;
	}
	.top-history-sec .list-item .date:before {
		left: -4px;
		top: 15px;
		width: 12px;
		height: 12px;
	}
	.top-history-sec .list-item .date:after {
		left: 0;
		top: 15px;
	}
	.top-history-sec .list-item .cont {
		padding: .5rem 0;
		line-height: 1.5;
	}
	.top-history-sec .list-item .ttl {
		font-size: 1.1rem;
	}
	.top-history-sec .list-item .copy {
		font-size: 1rem;
	}
	.top-history-sec .photo {
		text-align: left;
		margin-top: 0;
	}
	.top-history-sec .photo img {
		width: 100%;
		max-width: 460px;
	}
}
@media (min-width:1110px){
	.top-history-sec {
		padding: 10rem 0 4rem 0;
		margin-top: -6rem;
	}
	.top-history-sec .wrap {
		display: grid;
		grid-template-columns: 1fr 22rem;
		gap: 0rem;
	}
	.top-history-sec .list-item {
		display: grid;
		grid-template-columns: 7rem 1fr;
		gap: .3rem;
	}
	.top-history-sec .list-item .date {
		font-size: 1.1rem;
	}
	.top-history-sec .list-item .date:before {
		left: -6px;
		top: 20px;
		width: 12px;
		height: 12px;
	}
	.top-history-sec .list-item .date:after {
		left: 0;
		top: 20px;
	}
	.top-history-sec .list-item .ttl {
		font-size: 1.05rem;
	}
	.top-history-sec .list-item .copy {
		font-size: 1rem;
		margin-top: .1rem;
	}
}


/*=============================
	active
==============================*/
.top-active-sec .list {
	list-style-type: none;
}
.top-active-sec .list-item {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 3rem;
	padding: 1.5rem 1rem;
}
.top-active-sec .list-item:last-child {
	margin-bottom: 0;
}
.top-active-sec .list-item .ttl {
	font-size: 1.3rem;
	font-weight: 700;
	color: #E60012;
	line-height: 1.4;
	border-bottom: 1px solid #E60012;
	padding-bottom: .5rem;
	margin-bottom: .5rem
}
.top-active-sec .list-item .copy {
	font-size: 1rem;
	line-height: 1.4;
	padding-bottom: 1.5rem;
	border-bottom: 1px dashed #A7978C;
}
.top-active-sec .det-list {
	list-style-type: none;
}
.top-active-sec .det-list-item {
	border-bottom: 1px dashed #A7978C;
	line-height: 1.4;
	padding: .5rem 0;
	display: grid;
	grid-template-columns: 5rem 1fr;
	gap: .5rem;
}
.top-active-sec .det-list-item .det-ttl span {
	background-color: #A7978C;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	font-size: .8rem;
	display: block;
	padding: .2rem;
}
.top-active-sec .det-list-item .det-copy {
	line-height: 1.4;
	font-size: .9rem;
	padding: .2rem;
}
@media (min-width: 768px) {
	.top-active-sec .list-item {
		border-radius: 30px;
		margin-bottom: 3rem;
		padding: 2.5rem 2.5rem;
	}
	.top-active-sec .list-item .ttl {
		font-size: 1.5rem;
	}
	.top-active-sec .list-item .copy {
		font-size: 1rem;
	}
	.top-active-sec .det-list-item {
		grid-template-columns: 5.5rem 1fr;
		gap: .5rem;
	}
	.top-active-sec .det-list-item .det-ttl span {
		font-size: .9rem;
	}
	.top-active-sec .det-list-item .det-copy {
		font-size: 1rem;
	}
}
@media (min-width: 1110px) {
	.top-active-sec .list-item {
		margin-bottom: 3rem;
		padding: 2.5rem 4rem;
	}
	.top-active-sec .list-item .ttl {
		margin-bottom: 1rem
	}
	.top-active-sec .det-list-item {
		padding: .7rem 0;
	}
}



/****************************************
 	共通：行事案内リスト
	・トップページ
	・行事案内ページ
*****************************************/
.c-events-list {
	list-style-type: none;
}
.c-events-list-item {
	border-radius: 20px;
	margin-bottom: 3rem;
	padding: 1.5rem 1rem;
	background-color: #fff;
}
.top .c-events-list-item {/*トップページの場合*/
	background-color: #FCF0EF;
	margin-bottom: 1.5rem;
}
.c-events-list-item .photo {
	text-align: center;
}
.c-events-list-item .photo img.thumb {
	width: 75%;
	max-width: 250px;
}
.c-events-list-item .note {
	margin-top: 1.5rem;
}
.c-events-list-item .ttl {
	font-size: 1.3rem;
	font-weight: 700;
	color: #E60012;
	line-height: 1.4;
	border-bottom: 1px solid #E60012;
	padding-bottom: .5rem;
	margin-bottom: .5rem
}
.c-events-list-item .copy {
	font-size: 1rem;
	line-height: 1.4;
	padding-bottom: 1.5rem;
	border-bottom: 1px dashed #A7978C;
}
.c-events-list-item .det-list {
	list-style-type: none;
}
.c-events-list-item .det-list-item {
	border-bottom: 1px dashed #A7978C;
	line-height: 1.4;
	padding: .5rem 0;
	display: grid;
	grid-template-columns: 5rem 1fr;
	gap: .5rem;
}
.c-events-list-item .det-list-item .det-ttl span {
	background-color: #E6877F;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	font-size: .8rem;
	display: block;
	padding: .2rem;
}
.c-events-list-item .det-list-item .det-copy {
	line-height: 1.4;
	font-size: .9rem;
	padding: .2rem;
}
.c-events-list-item .pdf {
	margin-top: 1rem;
	text-align: right;
}
.c-events-list-item .pdf-link {
	position: relative;
	padding-left: 25px;
	line-height: 1.4;
}
.c-events-list-item .pdf-link:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 20px;
	height: 20px;
	background: url("../img/common/icon_pdf.svg") no-repeat 0 0;
	background-size: cover;
}
.c-events-list-item .pdf-link:hover {
	text-decoration: none;
}
@media (min-width: 768px) {
	.c-events-list-item {
		border-radius: 30px;
		margin-bottom: 3rem;
		padding: 2.5rem 2.5rem;
		display: grid;
		grid-template-columns: 15rem 1fr;
		gap: 2rem;
	}
	.c-events-list-item .photo {
		text-align: left;
	}
	.c-events-list-item .photo img.thumb {
		width: 100%;
		max-width: 100%;
	}
	.c-events-list-item .note {
		margin-top: .5rem;
	}
	.c-events-list-item .ttl {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.c-events-list-item .copy {
		font-size: 1rem;
	}
	.c-events-list-item .det-list-item {
		grid-template-columns: 5.5rem 1fr;
		gap: .5rem;
	}
	.c-events-list-item .det-list-item .det-ttl span {
		font-size: .9rem;
	}
	.c-events-list-item .det-list-item .det-copy {
		font-size: 1rem;
	}
}
@media (min-width: 1110px) {
	.c-events-list-item {
		margin-bottom: 3rem;
		padding: 2.5rem 4rem;
		display: grid;
		grid-template-columns: 16rem 1fr;
		gap: 2.5rem;
	}
	.c-events-list-item .det-list-item {
		padding: .7rem 0;
	}
	.c-events-list-item .pdf-link {
		padding-left: 30px;
		line-height: 1.4;
	}
	.c-events-list-item .pdf-link:before {
		width: 25px;
		height: 25px;
	}
}

/****************************************
 	共通：ページ内リンクナビ
*****************************************/
.c-navi-sec {
	padding: 2rem 0 .5rem 0;
}
.c-navi-list {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.c-navi-list-item {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.c-navi-list-item:nth-child(2n) {
	margin-right: 0;
}
a.c-navi-list-link {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	line-height: 1.4;
	padding: 1rem 1rem;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700;
	position: relative;
	padding-left: 30px;
}
a.c-navi-list-link:before {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 10px;
	height: 10px;
	background: url("../img/common/btn_icon_arrow_down.svg") no-repeat 0 0;
	background-size: cover;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
a.c-navi-list-link:hover {
	color: #E60012;
}
a.c-navi-list-link:hover:before {
	top: 58%;
}
@media (min-width: 768px) {
	.c-navi-sec {
		padding: 2rem 0 1rem 0;
	}
	.c-navi-list-item {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.c-navi-list-item:nth-child(2n) {
		margin-right: 2%;
	}
	.c-navi-list-item:last-child {
		margin-right: 0;
	}
	a.c-navi-list-link {
		padding: 1.2rem 1rem;
		font-size: 1.1rem;
		padding-left: 30px;
	}
	a.c-navi-list-link:before {
		left: 15px;
		width: 15px;
		height: 15px;
	}
}
@media (min-width: 1110px) {
	.c-navi-sec {
		padding: 2rem 0 2rem 0;
	}
	a.c-navi-list-link {
		font-size: 1.2rem;
	}
}

/****************************************
 	共通：準備中のページ
*****************************************/
.c-pre-sec{
	padding: 2rem 0 6rem 0;
}
@media (min-width: 768px) {
	.c-pre-sec{
		padding: 2rem 0 10rem 0;
	}
}

/****************************************
 	活動紹介 一覧ページ
*****************************************/
.page-activity-arc .arc-sec .list {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1.5rem;
}
.page-activity-arc .arc-sec .list-link {
	display: block;
	position: relative;
	text-decoration: none;
}
.page-activity-arc .arc-sec .list-link img.thumb {
	width: 100%;
	aspect-ratio: 4/2.4;
	object-fit: cover;
	border-radius: 0.5rem 0.5rem 0 0;
}
.page-activity-arc .arc-sec .list-link .note {
	background-color: #fff;
	padding: .8rem .5rem;
}
.page-activity-arc .arc-sec .list-link .ttl {
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.5;
	position: relative;
	padding-left: 1.5rem;
}
.page-activity-arc .arc-sec .list-link .ttl:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 1.2rem;
	height: 1.2rem;
	background: url("../img/common/arrow_circle_red.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width: 768px) {
	.page-activity-arc .arc-sec .list {
		grid-template-columns: repeat(3,1fr);
		gap: 2.2rem;
	}
	.page-activity-arc .arc-sec .list-link img.thumb {
		border-radius: 1rem 1rem 0 0;
	}
	.page-activity-arc .arc-sec .list-link .note {
		padding: 1rem .5rem;
	}
	.page-activity-arc .arc-sec .list-link .ttl {
		font-size: 1.3rem;
		padding-left: 1.8rem;
	}
	.page-activity-arc .arc-sec .list-link .ttl:before {
		width: 1.4rem;
		height: 1.4rem;
	}
}
@media (min-width: 1110px) {
}


/****************************************
 	活動紹介 詳細ページ
*****************************************/
.page-activity-det .m-pagettl-sec {
	background: none;
	background-color: #FCF8F5;
}
.page-activity-det .m-pagettl-sec .wrap {
	background: none;
	padding-bottom: 0;
}
.page-activity-det .ttl-page {
	border-bottom: 6px dotted #E60012;
	color: #E60012;
	font-weight: 700;
	line-height: 1.5;
	font-size: 1.8rem;
	padding-bottom: .3rem;
}
.page-activity-det .cont {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 2rem;
	padding: 1rem 1.2rem 3rem 1.2rem;
}
.page-activity-det .ttl-L {
	background-color: #E60012;
	border-radius: 10px 10px 0 0;
	margin-bottom: 1rem;
	padding: .5rem 1rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.5;
}
.page-activity-det .ttl-M {
	color: #E60012;
	border-bottom: 4px dotted #E60012;
	margin-bottom: 1rem;
	margin-top: 2rem;
	padding-bottom: .5rem;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.4;
}
.page-activity-det .box {
	background-color: #FCF8F5;
	padding: 1rem 1rem;
}
.page-activity-det .box .photo {
	text-align: center;
	margin-top: 1rem;
}
.page-activity-det .box .photo img {
	width: 70%;
	max-width: 180px;
}
@media (min-width: 768px) {
	.page-activity-det .ttl-page {
		font-size: 2rem;
		/*padding-bottom: .3rem;*/
	}
	.page-activity-det .cont {
		border-radius: 30px;
		margin-top: 2rem;
		padding: 2rem 2rem 4rem 2rem;
	}
	.page-activity-det .ttl-L {
		border-radius: 10px 10px 0 0;
		margin-bottom: 1.5rem;
		padding: .5rem 1rem;
		font-size: 1.5rem;
	}
	.page-activity-det .ttl-M {
		/*margin-top: 2rem;
		padding-bottom: .5rem;
		font-weight: 700;*/
		font-size: 1.4rem;
	}
	.page-activity-det .box {
		padding: 2rem 2rem;
		display: grid;
		grid-template-columns: 1fr 12rem;
		gap: 1rem;
	}
	.page-activity-det .box .photo {
		text-align: left;
		margin-top: 0;
	}
	.page-activity-det .box .photo img {
		width: 100%;
		max-width: 230px;
	}
	.page-activity-det .photo-L img {
		width: 80%;
	}
	.page-activity-det .photo-M img {
		width: 60%;
	}
}
@media (min-width: 1110px) {
	.page-activity-det .ttl-page {
		font-size: 2.2rem;
	}
	.page-activity-det .cont {
		margin-top: 3rem;
		padding: 3rem 4rem 6rem 4rem;
	}
	.page-activity-det .ttl-L {
		font-size: 1.7rem;
	}
	.page-activity-det .ttl-M {
		font-size: 1.6rem;
	}
	.page-activity-det .box {
		padding: 2rem 3rem;
		grid-template-columns: 1fr 12rem;
		gap: 1.5rem;
	}
	.page-activity-det .photo-L img {
		width: 90%;
	}
	.page-activity-det .photo-M img {
		width: 60%;
	}
	
}

/****************************************
 	女性部応援隊ページ
*****************************************/
/*=============================
	イントロ
==============================*/
.page-cheer .copy-main {
	text-align: center;	
}
.page-cheer .copy-main img {
	width: 100%;
	max-width: 340px;
}
@media (min-width: 768px) {
	.page-cheer .copy-main img {
		width: 80%;
		max-width: 450px;
	}
}
@media (min-width: 1110px) {
	.page-cheer .copy-main img {
		width: 80%;
		max-width: 630px;
	}
}

/*=============================
	リスト
==============================*/
.page-cheer .list {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 3rem;
	margin-top: 3rem;
	padding: 0 1rem;
}
.page-cheer .list-link {
	display: block;
}
.page-cheer .list-link img {
	border: 1px solid #E3E0DD;
}
@media (min-width: 768px) {
	.page-cheer .list {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem;
		margin-top: 3rem;
		padding: 0;
	}
}
@media (min-width: 1110px) {
	.page-cheer .list {
		gap: 4rem;
		margin-top: 3rem;
	}
}



/****************************************
 	理念・ビジョンページ
*****************************************/
/*=============================
	イントロ
==============================*/
.page-vision .intro-sec .copy-main {
	text-align: center;	
}
.page-vision .intro-sec .copy-main img {
	width: 80%;
	max-width: 300px;
}
.page-vision .intro-sec .philo-box .head {
	background-color: #E60012;
	border-radius: 10px 10px 0 0;
	color: #fff;
	text-align: center;
	margin-top: 1.5rem;
	padding: .7rem 0;
}
.page-vision .intro-sec .philo-box .head .en {
	font-weight: 400;
	font-size: .8rem;
	line-height: 1.6;
}
.page-vision .intro-sec .philo-box .head .jp {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
}
.page-vision .intro-sec .philo-box .note {
	background-color: #fff;
	padding: 2rem 1rem;
	text-align: center;
}
.page-vision .intro-sec .philo-box .note .copy {
	font-size: 1.3rem;
	text-align: center;
	font-weight: 700;
	display: inline;
	background: linear-gradient(transparent 50%, #FCF0EF 50%);
}
@media (min-width: 768px) {
	.page-vision .intro-sec .copy-main img {
		width: 80%;
		max-width: 360px;
	}
	.page-vision .intro-sec .philo-box .head {
		border-radius: 20px 20px 0 0;
		padding: 1rem 0;
	}
	.page-vision .intro-sec .philo-box .head .en {
		font-size: 1rem;
	}
	.page-vision .intro-sec .philo-box .head .jp {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	.page-vision .intro-sec .philo-box .note {
		padding: 2rem 1rem;
	}
	.page-vision .intro-sec .philo-box .note .copy {
		font-size: 2rem;
		letter-spacing: 2px;
	}
}
@media (min-width: 1110px) {
	.page-vision .intro-sec .copy-main img {
		width: 80%;
		max-width: 470px;
	}
	.page-vision .intro-sec .philo-box .head {
		border-radius: 30px 30px 0 0;
	}
	.page-vision .intro-sec .philo-box .head .en {
		font-size: .95rem;
	}
	.page-vision .intro-sec .philo-box .head .jp {
		font-size: 1.9rem;
	}
	.page-vision .intro-sec .philo-box .note {
		padding: 3rem 1rem;
	}
	.page-vision .intro-sec .philo-box .note .copy {
		font-size: 2.3rem;
	}
}

/*=============================
	vision
==============================*/
.page-vision .vision-sec .ill {
	text-align: center;
}
.page-vision .vision-sec .ill img {
	width: 85%;
	max-width: 360px;
}
.page-vision .vision-sec .note {
	margin-top: 2rem;
	padding: 0 1rem;
}
.page-vision .vision-sec .note .copy-main {
	color: #E60012;
	font-weight: 700;
	line-height: 1.5;
	font-size: 1.3rem;
}
.page-vision .vision-sec .note .copy-sub {
	line-height: 2;
	margin-top: 1rem;
}
@media (min-width:768px){
	.page-vision .vision-sec .wrap {
		display: grid;
		grid-template-columns: 20rem 1fr;
		gap: 2rem;
		place-items: center;
	}
	.page-vision .vision-sec .ill {
		text-align: left;
	}
	.page-vision .vision-sec .ill img {
		width: 100%;
		max-width: 470px;
	}
	.page-vision .vision-sec .note {
		margin-top: 0;
		padding: 0 0;
	}
	.page-vision .vision-sec .note .copy-main {
		font-size: 1.5rem;
	}
}
@media (min-width:1110px){
	.page-vision .vision-sec .wrap {
		grid-template-columns: 26rem 1fr;
		gap: 4rem;
	}
	.page-vision .vision-sec .note .copy-main {
		font-size: 1.6rem;
	}
	.page-vision .vision-sec .note .copy-sub {
		font-size: 1.05rem;
		line-height: 2.3;
	}
}



/****************************************
 	会員紹介ページ
*****************************************/
/*=============================
	女性部会役員
==============================*/
.page-member .officer-sec .list {
	list-style-type: none;
}
.page-member .officer-sec .list-item {
	background-color: #FCF8F5;
	border-radius: 10px;
	padding: 2rem 1.5rem;
	margin-bottom: 2rem;
}
.page-member .officer-sec .list-item .photo {
	text-align: center;
}
.page-member .officer-sec .list-item .photo img {
	width: 65%;
	max-width: 250px;
}
.page-member .officer-sec .list-item .note {
	margin-top: 1rem;
}
.page-member .officer-sec .list-item .head {
	border-bottom: 5px dotted #E60012;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.page-member .officer-sec .list-item .position {
	background-color: #E60012;
	display: inline-block;
	padding: .2rem 1rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	font-size: 1rem;
}
.page-member .officer-sec .list-item .name {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: .5rem;
}
.page-member .officer-sec .list-item .info {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: .5rem;
}
.page-member .officer-sec .list-item .comment {
	font-size: 1rem;
}

/*スモール版*/
.page-member .officer-sec .list-item.sub .head {
	display: grid;
	grid-template-columns: 8rem 1fr;
	gap: 1rem;
	align-items: center;
}
.page-member .officer-sec .list-item.sub .head.poka {
	border-color: #FF8336;
}
.page-member .officer-sec .list-item.sub .head.run {
	border-color: #87CB4D;
}
.page-member .officer-sec .list-item.sub .head .photo {
	text-align: left;
}
.page-member .officer-sec .list-item.sub .head .photo img {
	width: 100%;
}
.page-member .officer-sec .list-item.sub .note {
	margin-top: 0;
}
.page-member .officer-sec .list-item.sub .position {
	font-size: .9rem;
	padding: .2rem .5rem;
}
.page-member .officer-sec .list-item.sub .position.poka {
	background-color: #FF8336;
}
.page-member .officer-sec .list-item.sub .position.run {
	background-color: #87CB4D;
}
@media (min-width: 768px) {
	.page-member .officer-sec .list-item {
		border-radius: 30px;
		padding: 3rem 3rem;
		margin-bottom: 2rem;
		display: grid;
		grid-template-columns: 15rem 1fr;
		gap: 2rem;
	}
	.page-member .officer-sec .list-item .photo {
		text-align: left;
	}
	.page-member .officer-sec .list-item .photo img {
		width: 100%;
		max-width: 300px;
	}
	.page-member .officer-sec .list-item .note {
		margin-top: 0;
	}
	.page-member .officer-sec .list-item .name {
		font-weight: 700;
		font-size: 1.6rem;
	}
	.page-member .officer-sec .list-item .info {
		font-size: .9rem;
	}
	.page-member .officer-sec .list-item .comment {
		font-size: .9rem;
	}
	
	/*スモール版*/
	.page-member .officer-sec .list.sub {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem; 
	}
	.page-member .officer-sec .list-item.sub {
		display: block;
		padding: 1.5rem 1.5rem;
	}
	.page-member .officer-sec .list-item.sub .head {
		display: grid;
		grid-template-columns: 7.5rem 1fr;
		gap: .5rem;
	}
	.page-member .officer-sec .list-item.sub .position {
		font-size: 1rem;
		padding: .2rem .5rem;
	}
}
@media (min-width: 1110px) {
	.page-member .officer-sec .list-item {
		padding: 3rem 4.5rem 2.5rem 4.5rem;
		margin-bottom: 3rem;
		display: grid;
		grid-template-columns: 16rem 1fr;
		gap: 2.5rem;
	}
	
	/*スモール版*/
	.page-member .officer-sec .list-item.sub {
		padding: 2rem 2rem;
	}
	.page-member .officer-sec .list-item.sub .head {
		display: grid;
		grid-template-columns: 10rem 1fr;
		gap: 1.5rem;
	}
	.page-member .officer-sec .list-item.sub .position {
		font-size: 1rem;
		padding: .2rem 1rem;
	}
}


/*=============================
	新会員紹介
==============================*/
.page-member .new-sec .list {
	list-style-type: none;
}
.page-member .new-sec .list-item {
	background-color: #FCF8F5;
	border-radius: 10px;
	padding: 2rem 1.5rem;
	margin-bottom: 2rem;
}
.page-member .new-sec .list-item:last-child {
	margin-bottom: 0;
}
.page-member .new-sec .list-item .photo {
	text-align: center;
}
.page-member .new-sec .list-item .photo img {
	width: 65%;
	max-width: 250px;
}
.page-member .new-sec .list-item .note {
	margin-top: 1rem;
}
.page-member .new-sec .list-item .head {
	border-bottom: 5px dotted #E60012;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.page-member .new-sec .list-item .name {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 1px;
}
.page-member .new-sec .list-item .info {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: .5rem;
}
.page-member .new-sec .list-item .business th,
.page-member .new-sec .list-item .business td {
	padding: .8rem .8rem;
	line-height: 1.5;
	font-size: .9rem;
}
.page-member .new-sec .list-item .business th {
	background-color: #EFE8E2;
	width: 6rem;
	vertical-align: middle;
	text-align: center;
}
.page-member .new-sec .list-item .business td {
	background-color: #fff;
}
.page-member .new-sec .list-item .comment {
	background-color: #fff;
	border-radius: 10px;
	font-size: 1rem;
	margin-top: 2rem;
	padding: 1rem 1.2rem 1rem 1.2rem;
	position: relative;
}
.page-member .new-sec .list-item .comment .ttl {
	background-color: #E6877F;
	display: block;
	width: 12rem;
	padding: .2rem 0;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	font-size: .9rem;
	margin-top: -1.8rem;
}
.page-member .new-sec .list-item .comment .copy {
	font-size: .9rem;
	margin-top: .5rem;
}
@media (min-width: 768px) {
	.page-member .new-sec .list-item {
		border-radius: 30px;
		padding: 3rem 3rem;
		margin-bottom: 2rem;
		display: grid;
		grid-template-columns: 15rem 1fr;
		gap: 2rem;
	}
	.page-member .new-sec .list-item .photo {
		text-align: left;
	}
	.page-member .new-sec .list-item .photo img {
		width: 100%;
		max-width: 300px;
	}
	.page-member .new-sec .list-item .note {
		margin-top: 0;
	}
	.page-member .new-sec .list-item .name {
		font-weight: 700;
		font-size: 1.6rem;
	}
	.page-member .new-sec .list-item .info {
		font-size: .9rem;
	}
}
@media (min-width: 1110px) {
	.page-member .new-sec .list-item {
		padding: 3rem 4.5rem 2.5rem 4.5rem;
		margin-bottom: 3rem;
		display: grid;
		grid-template-columns: 16rem 1fr;
		gap: 2.5rem;
	}
	.page-member .new-sec .list-item .business th,
	.page-member .new-sec .list-item .business td {
		padding: 1rem 1rem;
	}
	.page-member .new-sec .list-item .comment {
		border-radius: 20px;
		padding: 1rem 1.7rem 1rem 1.7rem;
	}
	.page-member .new-sec .list-item .comment .ttl {
		width: 11rem;
		padding: .3rem 0;
		border-radius: 10px;
		font-size: .85rem;
		margin-top: -1.8rem;
	}
	.page-member .new-sec .list-item .comment .copy {
		font-size: .9rem;
		margin-top: .5rem;
	}
}


/*=============================
	会員の皆様
==============================*/
.page-member .mem-sec .copy-caution {
	text-align: right;
	font-size: .7rem;
	margin-bottom: .5rem;
}
.page-member .mem-sec .row-ttl {
	background-color: #E60012;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: .8rem 1rem;
}
.page-member .mem-sec .note {
	background-color: #fff;
	padding: 1rem 1rem;
	margin-bottom: 2rem;
}
.page-member .mem-sec table {
	border-top: 1px solid #E0DDDA;
}
.page-member .mem-sec tr:nth-child(2n) {
	background-color: #FAFAFA;
}
.page-member .mem-sec th,
.page-member .mem-sec td {
	border-bottom: 1px solid #E0DDDA;
	border-right: 1px solid #E0DDDA;
	padding: .7rem .2rem;
	line-height: 1.3;
	font-size: .85rem;
}
.page-member .mem-sec th:nth-child(3),
.page-member .mem-sec td:nth-child(3) {
	border-right: none;
}
.page-member .mem-sec .head th {
	text-align: center;
	font-weight: 500;
	padding: .2rem .3rem;
	font-size: .75rem;
}
.page-member .mem-sec th:nth-child(1) {
	width: 35%;
}
.page-member .mem-sec th:nth-child(2) {
	width: 40%;
}
.page-member .mem-sec th:nth-child(3) {
	width: 25%;
}
@media (min-width: 768px) {
	.page-member .mem-sec .copy-caution {
		font-size: .8rem;
	}
	.page-member .mem-sec .row-ttl {
		font-size: 1.2rem;
		padding: .8rem 1.5rem;
	}
	.page-member .mem-sec .note {
		padding: 1.5rem 2rem;
		margin-bottom: 3rem;
	}
	.page-member .mem-sec th,
	.page-member .mem-sec td {
		padding: 1rem 1rem;
		line-height: 1.4;
		font-size: .9rem;
	}
	.page-member .mem-sec .head th {
		padding: .3rem .3rem;
		font-size: .8rem;
	}
	.page-member .mem-sec th:nth-child(1) {
		width: 30%;
	}
	.page-member .mem-sec th:nth-child(2) {
		width: 40%;
	}
	.page-member .mem-sec th:nth-child(3) {
		width: 30%;
	}
}
@media (min-width: 1110px) {
	.page-member .mem-sec .note {
		padding: 1.5rem 4rem 2rem 4rem;
	}
	.page-member .mem-sec th,
	.page-member .mem-sec td {
		padding: 1rem 2rem;
	}
}

/****************************************
 	入会案内ページ
*****************************************/
/*=============================
	規約
==============================*/
.page-guide .terms-sec .list {
	list-style-type: none;
}
.page-guide .terms-sec .list-item {
	margin-bottom: 1rem;
}
.page-guide .terms-sec .list-item .ttl {
	background-color: #FCF0EF;
	border-radius: 10px;
	color: #E60012;
	font-size: 1.1rem;
	line-height: 1;
	padding: .8rem 1rem;
}
.page-guide .terms-sec .list-item .note {
	padding: 1rem 1rem;
	display: grid;
	grid-template-columns: 4rem 1fr;
	gap: 1rem;
}
.page-guide .terms-sec .list-item .ttl-sub {
	font-weight: 700;
}
@media (min-width: 768px) {
	.page-guide .terms-sec .list-item {
		margin-bottom: 1rem;
	}
	.page-guide .terms-sec .list-item .ttl {
		font-size: 1.2rem;
		padding: .8rem 1.5rem;
	}
	.page-guide .terms-sec .list-item .note {
		padding: 1rem 1.5rem;
		display: grid;
		grid-template-columns: 5rem 1fr;
		gap: 1rem;
	}
}
@media (min-width: 1110px) {
	
}

/*=============================
	申込方法
==============================*/
.page-guide .howto-sec .box {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.5rem 1.5rem;
}
.page-guide .howto-sec .address {
	text-align: center;
	line-height: 1.4;
	margin-top: 1rem;
}
.page-guide .howto-sec .address .name {
	font-weight: 700;
	font-size: 1.4rem;
}
.page-guide .howto-sec .address .num {
	font-weight: 900;
	color: #E60012;
	font-size: 2rem;
}
.page-guide .howto-sec .btn-wrap {
	margin-top: 1rem;
}
.page-guide .howto-sec .btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 20rem;
	height: 70px;
	padding: 17px 3px 0 15px;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #E60012;
	border-radius: 15px;
	background-color: #E60012;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.page-guide .howto-sec .btn:hover {
	opacity: .7;
}
.page-guide .howto-sec .btn:before {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 25px;
	height: 25px;
	background: url("../img/common/icon_pdf_white.svg") no-repeat 0 0;
	background-size: cover;
}
.page-guide .howto-sec .btn:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	content:"";
	width: 15px;
	height: 15px;
	background: url("../img/common/ft_btn_arrow.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width: 768px) {
	.page-guide .howto-sec .box {
		border-radius: 30px;
		padding: 3rem 1.5rem;
		text-align: center;
	}
}
@media (min-width: 1110px) {
	.page-guide .howto-sec .address .name {
		font-size: 1.6rem;
	}
	.page-guide .howto-sec .address .num {
		font-size: 2.2rem;
	}
	.page-guide .howto-sec .btn {
		width: 380px;
		max-width: 380px;
		height: 90px;
		padding: 25px 3px 0 25px;
		border-radius: 20px;
		font-size: 1.2rem;
	}
	.page-guide .howto-sec .btn:before {
		left: 15px;
		width: 34px;
		height: 34px;
	}
}

/****************************************
	管理画面エディタで入力するコンテンツ
*****************************************/
/*  管理画面からエディタで入力するコンテンツ
	wordpressのネイティブCSSが適用されるようにする
	.admin-edit
-----------------------------------------------*/
/* ワードプレス固有のCSSクラスの復元 */
.admin-edit .aligncenter { display: block; margin: 0 auto;}

.admin-edit .alignright { float: right; margin: 0 0 10px 20px;}

.admin-edit .alignleft { float: left; margin: 0 20px 10px 0;}

.admin-edit .wp-caption {
	text-align: left;
	max-width: 100%;
}

.admin-edit .wp-caption img { margin: 0; padding: 0; border: 0 none;}

.admin-edit .wp-caption p.wp-caption-text,
.admin-edit .wp-caption-text.gallery-caption{ font-size: .7rem; line-height: 1.5; margin-top: .5rem; padding: 0;text-align: left;}

/* reset.cssでリセットしたタグの再定義 */

.admin-edit strong { font-weight: bold; }

.admin-edit em { font-style: italic; }

.admin-edit h1 {
	font-size: 1.6em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: .3em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h2 {
	font-size: 1.4em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	background-color: #f5f5f5;
	padding: .5em .5em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h3 {
	font-size: 1.25em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px dashed #000;
	padding-bottom: .5em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h4 {
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 1em 0 .5em 0; 
}
.admin-edit h5 {
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 1em 0 .5em 0; 
}
.admin-edit h6 {
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 1em 0 .5em 0; 
}
.admin-edit {
	font-size: .9rem;
	line-height: 2;
}

.admin-edit ul,
.admin-edit ol { padding-left: 20px;}

.admin-edit blockquote { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px;}

.admin-edit img,
.admin-edit .gallery-item img {
	height: auto;
	width: auto;
	max-width: 100% !important;
	border: 1px solid #D5D3CF !important;
}

.admin-edit table {
	margin: 1em 0;
}
.admin-edit table,
.admin-edit tr,
.admin-edit th,
.admin-edit td {
	border-width: thin;
}
.admin-edit th,
.admin-edit td {
	padding: 5px 5px;
	border: 1px solid #e7e7e7;
	font-size: 1em;
}
.admin-edit th {
	background-color: #f5f5f5;
	font-weight: bold;
}
.admin-edit a {
	text-decoration: underline;
}
.admin-edit:after {/*画像など回り込みの解除 clearfix*/
	content: "";
	clear: both; 
	display: block;
}


@media (min-width:768px){
	.admin-edit { font-size: .95rem; }
	.admin-edit th,
	.admin-edit td {
		padding: 10px 10px;
	}
}

