.building_card .flex {
	display: flex;
	flex-wrap: wrap;
}

.building_card .flex .item {
	width: 49%;
	margin-bottom: 2rem;
}

.building_card .flex .item:nth-child(odd) {
	margin-right: 2%;
}


@media screen and (max-width: 540px) {
	.building_card .flex {
		display: block;
	}

	.building_card .flex .item {
		width: 100%;
		margin-bottom: 2rem;
	}

	.building_card .flex .item:nth-child(odd) {
		margin-right: 0%;
	}
}

.building_card .flex .item p {
	font-size: 0.9rem;
	margin-top: 0.75rem;
}

@media (max-width: 480px) {
	.grid-item {
		width: 50%;
		/* 2列にするために、要素の幅を50%に設定する */
		box-sizing: border-box;
		/* 要素のborderとpaddingも含めた幅を設定する */
	}
}

/* ========================

biruthday

======================== */

.birthday_card .flex {
	display: flex;
	flex-wrap: wrap;
}

.birthday_card .flex .item {
	width: 23.5%;
	margin-bottom: 3rem;
}

.birthday_card .flex .item {
	width: 23.5%;
	margin-left: 2%;
}

.birthday_card .flex .item:nth-child(4n+1) {
	margin-left: 0%;
}

.birthday_card .flex .item .image {
	height: 22rem;
}





/*　キラッ　*/

.shine span.mask{
	position: relative;/*キラッの基点となる位置を定義*/
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.shine span.mask::before {
	position: absolute;
	content:"";
	width: 50%;/*キラッの横幅*/
	height: 100%;/*キラッの縦幅*/
	top: 0;/*.shine span.maskのトップ0を基点*/
	left: -90%;/*画面の見えていない左から右へ移動するスタート地点*/
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);/*背景白透過を斜めに*/
}

.shine span.mask:hover::before {/*hoverした時の変化*/
	animation: shine 0.7s;/*アニメーションの名前と速度を定義*/
}

@keyframes shine {
	100% {
		left: 125%;/*画面の見えていない左から右へ移動する終了地点*/
	}
}














@media screen and (max-width: 540px) {
	.birthday_card .flex .item:nth-child(4n+1) {
		margin-left: initial;
	}

	.birthday_card .flex .item {
		width: 47.5%;
		margin-bottom: 3rem;
		margin-left: initial;
	}

	.birthday_card .flex .item:nth-child(odd) {
		margin-right: 5%;
	}

	.birthday_card .flex .item .image {
		height: 18rem;
	}
}

.birthday_card .flex .item .image img {
	height: 100%;
	object-fit: cover;
}


.birthday_card .flex .item p {
	font-size: 0.7rem;
	margin-top: 1rem;
	letter-spacing: 0.06rem;
}

.birthday_card .flex .item p span {
	color: #8a8a8a;
}

.birthday_girl .contents {
	text-align: center;

}

.birthday_girl .contents img {
	max-height: 760px;
	width: 100%;
	object-fit: contain;
	margin-bottom: 4rem;
}

@media screen and (max-width: 540px) {
	.birthday_girl .contents img {
		max-height: 760px;
		width: 100%;
		object-fit: contain;
		margin-bottom: 2rem;
	}
}

.question {
	margin-top: 25rem;
	background-color: #fafcff;
	padding: 6rem 0 3rem 0;
}

.question .profile {
	display: flex;
	margin-bottom: 3rem;
}

.question .profile .photo {
	width: 50%;
	margin-top: -20rem;
}

.question .profile .text {
	width: 50%;
	padding: 0 2rem;
	font-size: 0.84rem;
	letter-spacing: 0.05rem;
}
.question .profile .text span {
	width: 100%;
    padding: 0.5rem 0;
    font-size: 0.84rem;
    letter-spacing: 0.05rem;
    display: block;
}

@media screen and (max-width: 540px) {
	.question .profile {
		display: block;
		margin-bottom: 3rem;
	}

	.question .profile .photo {
		width: 80%;
		margin: auto;
		margin-top: -15rem;
	}

	.question .profile .text {
		width: 100%;
		padding: 0rem;
	}
	
	.question .faq_row .faq_a {
	font-size: 0.82rem;
	margin-top: 0.75rem;
	letter-spacing: 0.05rem;
}

	
}


.question .faq_row {
	max-width: 850px;
	margin: auto;
	margin-bottom: 3rem;
	letter-spacing: 0.05rem;
}

.question .faq_row .faq_q span {
	font-size: 1.3rem;
}

.question .faq_row .faq_a {
	font-size: 0.82rem;
	margin-top: 0.75rem;
	letter-spacing: 0.05rem;
}

.question .remarks {
	max-width: 850px;
	margin: auto;
	font-size: 0.9rem;
	margin-top: 4rem;
}

.question .remarks .head {
	margin-bottom: 1rem;
}

.remarks2 {
	margin: auto;
	margin-top: 2rem;
	max-width: 850px;
	font-size: 0.8rem;
	margin-bottom: 5rem;
	letter-spacing: 0.06rem;
}

@media screen and (max-width: 540px) {
	.remarks2 {
		width: 90%;
	}
}



.backlist {
	text-align: center;
	font-size: 0.9rem;
}

/* ========================

FLOWERS and...

======================== */

.interview .head {
	position: relative;
	display: flex;
	background-color: aqua;
}

.interview .head .icon {
	position: absolute;
	width: 6rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.interview .head .left {
	padding: 8rem;
	width: 50%;
	text-align: center;
	background-color: #a7b4bc;
}

.interview .head .left .name {
	font-size: 0.7rem;
}

.interview .head .right {
	padding: 8rem;
	width: 50%;
	text-align: center;
	background-color: #e3e3e3;
}

.interview .head .right .name {
	font-size: 0.7rem;
}

@media screen and (max-width: 540px) {
	.interview .head .left {
		padding: 2rem;
		width: 100%;
		text-align: center;
		background-color: #a7b4bc;
	}

	.interview .head .right {
		padding: 2rem;
		width: 100%;
		text-align: center;
		background-color: #e3e3e3;
	}

	.interview .head .icon {
		position: absolute;
		width: 4rem;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

}
.ggg_pro_contents {
	padding: 1rem 0 6rem 0;
    line-height: 1.6rem;
}
.ggg_pro_contents p.ggg_pro_txt {
	padding: 1rem 0 0.6rem 0;
    line-height: 1.2rem;
	font-size: 0.8rem;
}
.ggg_pro_contents p.ggg_name_txt {
	padding: 0 0 0.3rem 0;
    line-height: 1.2rem;
    font-size: 0.8rem;
}

.ggg_pro_contents p.ggg_read_txt {
	padding: 0 0 0.3rem 0;
    line-height: 1.6rem;
    font-size: 0.8rem;
}

.interview_contents {
	padding: 2rem 0;
    line-height: 1.6rem;
}

.atelierb_pro_contents {
	padding: 1rem 0 6rem 0;
    line-height: 1.6rem;
	text-align: center;
}

.atelierb_pro_contents p {
	font-size: 0.8rem;
}

@media screen and (max-width: 540px) {
	.interview_contents .ggg_pro_contents {
		padding: 4rem 0;
		width: 90%;
		margin: auto;
		font-size: 0.95rem;
    	line-height: 1.6rem;
	}
}

.interview .remarks {
	padding: 2rem 0rem;
    /* background-color: #f8f9e7; */
    font-size: 0.7rem;
    margin: 2rem 0 5rem 0;
    line-height: 1.6rem;
}

@media screen and (max-width: 540px) {
	.interview .remarks {
		/*padding: 2rem 2rem;
		background-color: #f8f9e7;*/
		font-size: 0.9rem;
	}
}




.meeting_room_contents {
	padding: 1rem 0 2rem;
    line-height: 1.6rem;
	text-align: left;
}

.meeting_room_contents p {
	font-size: 0.8rem;
}







.creator {
	max-width: 850px;
	width: 90%;
	margin: auto;
	margin-top: 4rem;
}

.creator tbody h4 {
	width: 36%;
	height: 11rem;
}


@media screen and (max-width: 540px) {
	.creator tbody h4 {
		width: 40%;
	}
}


.creator tbody h4 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.creator tbody td h6 {
	width: 64%;
	margin: initial;
	margin-left: 5%;
	padding-right: 0.75rem;
	font-weight: 500;
}



@media screen and (max-width: 540px) {
	.creator tbody td p {
		width: 60%;
	}
}

.creator tbody td {
	display: flex;
}

.creator tbody tr {
	display: flex;
	margin-bottom: 1rem;
}

@media screen and (max-width: 540px) {
	.creator tbody td {
		width: 100% !important;
		margin-bottom: 1.5rem;
	}

	.creator tbody tr {
		display: block;
		margin-bottom: 1rem;
	}
}


/* ========================

ABOUT

======================== */
.about .flex {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 10rem;
}

.about .flex .left {
	width: 45%;
}

.about .flex .right {
	width: 46%;
	font-size: 0.8rem;
	line-height: 2;
	letter-spacing: 0.07rem;
}

@media screen and (max-width: 540px) {
	.about .flex {
		display: block;
	}

	.about .flex .left {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.about .flex .right {
		width: 100%;
		text-align: center;
		font-size: 0.9rem;
	}
}


.about .flex .right span {
	font-size: 1.4rem;
	line-height: 1.2;
}

.privacy {
	font-size: 0.9rem;
}

/* ========================

CONTACT

======================== */

.list_row {
	padding: 1.3rem 0rem;
	line-height: 1.9;
}

@media screen and (max-width: 768px) {
	.list_row {
		padding: 1rem 0;
	}
}

.list_row .flex_center {
	align-items: center;
}

.list_row .left {
	max-width: 900px;
	margin: auto;
	width: 100%;
	font-size: 0.8rem;
}

input::-webkit-input-placeholder {
	color: #000;
}

textarea::-webkit-input-placeholder {
	color: #000;
}



@media screen and (max-width: 768px) {
	.list_row .left {
		width: 100%;
	}
}

.radio_item {
	width: 10rem;
}

.contact_sec {
	background-color: #f5f5f5;
	padding: 4rem 0 0;
	margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
	.contact_sec {
		padding: 2rem 0 0;
	}
}

.contact_sec .input_form {
	padding: 1.2rem 1.5rem;
	width: 100%;
	border: initial;
}


.contact_sec .pcWidth-l {
	padding: 2rem;
	padding-top: 0;
}

@media screen and (max-width: 768px) {
	.contact_sec .pcWidth-l {
		padding: 0rem;
		padding-bottom: 2rem;
	}
}



.agree {
	max-width: 900px;
	margin: auto;
}

.submit input {
	background-color: #b2b2b2;
	padding: 0.8rem 5rem;
	border: none;
	border-radius: 0.3rem;
	color: #fff;
	transition: 0.3s ease;
}

.submit input:hover {
	background-color: #000;
	transition: 0.3s ease;
}


.submit button {
	background-color: #b2b2b2;
	padding: 0.8rem 5rem;
	border: none;
	border-radius: 0.3rem;
	color: #fff;
	transition: 0.3s ease;
}

.submit button:hover {
	background-color: #000;
	transition: 0.3s ease;
}


.submit {
	margin: auto;
	margin-top: 1rem;
	max-width: 900px;
}



.interview .item .job {
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

.interview .item .name_eng {
	font-size: 1.6rem;
	margin-bottom: 0.25rem;
	line-height: 1.3;
	letter-spacing: 0.175rem;
}

.interview_contents table {
	margin-top: 2.5rem;
}

.interview_contents table tr td:first-child {
	vertical-align: initial !important;
	font-weight: bold !important;
	color: #cecece !important;
}

.interview_contents table tr td {
	vertical-align: baseline;
}

.interview_contents table tr {
	margin-bottom: 4rem;
	height: auto !important;
	/*display: block;*/
}

.interview_contents table tr:last-child {
	margin-bottom: 0rem;
}


@media screen and (max-width: 540px) {
	.interview_contents table tr td:first-child {
		width: 17% !important;
	}
}