@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}


/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,70px);
	/* font-style: italic; */
	text-align: center;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-family: "Dancing Script", cursive;
	font-weight: 400;
	color:#2d2d2d;
}
.spot-heading01::first-letter {
	color: var(--main-color)
	}

.spot-heading02-img {
	width: 50%;
	margin: 5px auto 0 auto;
}

.spot-heading02{
	font-size: clamp(24px, 2.7vw, 28px);
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	min-height: 0vw;
	color: #444;
	padding-bottom: 0.5em;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
}

.spot-heading02+p{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 16px;
    inline-size: fit-content;
    margin-inline: auto;
}

.line{
	width: 1px;
	height: auto;
	padding-top: clamp(20px,6vw,30px);
	background-color: #2d2d2d;
	margin: 0% auto;
	margin-bottom: 2%;
}

.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}

.lead-copy {
    text-align: center;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
    line-height: 1.4;
    color: var(--accent-color2);
    letter-spacing: 0.05em;
    margin: 1.5rem auto 0.3rem;
}


/*======= FONT ======*/
/*英字*/
.heading06::before {
	font-family: "Noto Serif JP", serif;
	font-weight: 500 !important;
	font-style: normal;
	z-index: -1;
}

.heading,
.heading span,
.heading14::before,
.heading-decoration_c + p,
.heading-decoration + p,
.heading-decoration_nl + p,
.heading-decoration_lg + p,
.heading-number {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
}

/*日本語*/
@media (min-width: 769px) {
    .nav ul {
		font-family: "Noto Serif JP", serif;
		font-weight: 700 !important;
		font-style: normal;
    }
}

@media (max-width: 768px) {
    .nav ul {
		font-family: "Noto Serif JP", serif;
		font-weight: 700 !important;
		font-style: normal;
    }
}

.faq-question,
.heading_spot,
.flow01 > li dl dt,
.greeting-card__item H4,
.sec1-card__item H4,
.heading-decoration2,
.heading-decoration_nl,
.heading-decoration_c,
.heading-decoration_lg,
.card__item H4,
.lead-copy,
.heading06 {
	font-family: "Noto Serif JP", serif;
	font-weight: 700 !important;
	font-style: normal;
}


.heading_spot {
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .05em;
}

.heading_spot span {
	display: block;
	margin-bottom: 8px;
	color: var(--main-color);
	font-size: clamp(.75rem, 1vw, .9rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.heading_spot::after {
	content: "";
	display: block;
	width: 45px;
	height: 3px;
	margin: 15px auto 0;
	border-radius: 10px;
	background-color: var(--main-color);
	margin-bottom: 5vw;
}

/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--accent-color1);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
	background-position: bottom;
}

.greeting-spot {
    padding: clamp(40px, 6vw, 90px) 0 0;
    background-color: var(--base-color);
    position: relative;
    z-index: 1;
}

p.grp{
	font-size: 14px;
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;

}

.heading_greeting {
	position: relative;
	margin: 35px 0;
	padding-bottom: 18px;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-align: center;
}

.heading_greeting::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 45px;
	height: 1px;
	background-color: var(--main-color);
	transform: translateX(-50%);
}

.heading_greetingh3 {
	margin: 0 0 25px;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: center;
}

.tx-l.yuta {
	margin: 0;
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 0.03em;
}

.tx-l.yuta ruby {
	font-family: inherit;
}

.tx-l.yuta rt {
	font-size: 0.5em;
}


/*=======================================================*/
/*					スマートフォン						  */
/*=======================================================*/

@media only screen and (max-width: 568px) {

	.heading_greeting {
		margin-bottom: 25px;
		padding-bottom: 14px;
		font-size: 1.7rem;
	}

	.heading_greeting::after {
		width: 36px;
	}

	.heading_greetingh3 {
		margin-bottom: 18px;
		font-size: 1.15rem;
		line-height: 1.75;
	}

	.tx-l.yuta {
		line-height: 2;
	}

	p.grp{
	font-size: 16px;
	margin-bottom: 30px;
	}

}



/*=======================================================*/
/*					共通見出し							  */
/*=======================================================*/

.common-heading {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 22px;
	text-align: center;
}

.common-heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 45px;
	height: 1px;
	background-color: var(--main-color);
	transform: translateX(-50%);
}

.common-heading__en {
	margin: 0 0 8px;
	color: var(--main-color);
	font-family: serif;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.2em;
}

.common-heading__ja {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.common-heading__ja rt {
	font-size: 8px;
}


/*=======================================================*/
/*					スマートフォン						  */
/*=======================================================*/

@media only screen and (max-width: 568px) {

	.common-heading {
		margin-bottom: 30px;
		padding-bottom: 18px;
	}

	.common-heading::after {
		width: 36px;
	}

	.common-heading__en {
		margin-bottom: 7px;
		font-size: 10px;
	}

	.common-heading__ja {
		font-size: 1.65rem;
	}

}


/*=======================================================*/
/*					取り扱い品目 リード					  */
/*=======================================================*/

.products-lead {
	max-width: 850px;
	margin: 45px auto 0;
	text-align: center;
}

.products-lead__title {
	margin: 0 0 22px;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.products-lead__text {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.03em;
}


@media only screen and (max-width: 568px) {

	.products-lead {
		margin-top: 30px;
		text-align: left;
	}

	.products-lead__title {
		margin-bottom: 18px;
		font-size: 1.35rem;
		line-height: 1.7;
	}

	.products-lead__text {
		line-height: 1.9;
	}

}

/*=======================================================*/
/*					取り扱い品目						  */
/*=======================================================*/

.products {
	padding: var(--v-space) 0;
}


.products-outline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	margin-top: 50px;
}


/* 販売・制作 */
.products-outline__item {
	padding: 36px 38px 40px;
	border: 1px solid #d5cec2;
	background-color: #fff;
}

.products-outline__heading {
	margin-bottom: 22px;
	padding-bottom: 17px;
	border-bottom: 1px solid #d5cec2;
}

.products-outline__en {
	margin: 15px 0 5px;
	color: var(--main-color);
	font-family: serif;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.18em;
}

.products-outline__title {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.4rem, 2vw, 1.75rem);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.products-outline__body {
	min-width: 0;
}

.products-outline__text {
	margin: 0;
	font-size: 16px;
	line-height: 2.15;
	letter-spacing: 0.03em;
}


/*=======================================================*/
/*					特注品								  */
/*=======================================================*/

.products-order {
	position: relative;
	margin-top: 28px;
	padding: 26px 30px;
	border-top: 1px solid #cfc7bb;
	border-bottom: 1px solid #cfc7bb;
	text-align: center;
}

.products-order__title {
	margin: 0 0 6px;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.products-order__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
}


/*=======================================================*/
/*					スマートフォン						  */
/*=======================================================*/

@media only screen and (max-width: 568px) {

	.products-outline {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 35px;
	}

	.products-outline__item {
		padding: 26px 22px 28px;
	}

	.products-outline__heading {
		margin-bottom: 18px;
		padding-bottom: 14px;
	}

	.products-outline__en {
		font-size: 10px;
	}

	.products-outline__title {
		font-size: 1.3rem;
	}

	.products-outline__text {
		font-size: 16px;
		line-height: 2;
	}

	.products-order {
		margin-top: 22px;
		padding: 22px 18px;
	}

	.products-order__title {
		font-size: 17px;
	}

	.products-order__text {
		font-size: 16px;
	}

}

/*=======================================================*/
/*					仕事と品々					  */
/*=======================================================*/

.works_products {
	padding: var(--v-space) 0 0;
}


.products-detail__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(30px, 4vw, 80px);
	padding: 90px 0;
	border-bottom: 1px solid #d8d1c7;
}

.products-detail__item:first-child {
	padding-top: 0;
}


/* 左右反転 */
.products-detail__item--reverse .products-detail__visual {
	order: 2;
}

.products-detail__item--reverse .products-detail__body {
	order: 1;
}


.products-detail__item:first-of-type {
	padding-top: 30px;
}


/*=======================================================*/
/*					画像								  */
/*=======================================================*/

.products-detail__visual {
	min-width: 0;
}

.products-detail__main-img {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background-color: #eee;
}

.products-detail__main-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.products-detail__gallery-label {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 16px;
	background-color: rgb(255 255 255 / 92%);
	color: #333;
	font-family: serif;
	font-size: 10px;
	letter-spacing: 0.14em;
}

.products-detail__hidden {
	display: none;
}

.products-detail__note {
	margin: 8px 0 0;
	color: #777;
	font-size: 13px;
	line-height: 1.6;
}


@media (hover: hover) {

	.products-detail__main-img:hover img {
		transform: scale(1.025);
	}

}


/*=======================================================*/
/*			商品詳細 サムネイルギャラリー				  */
/*=======================================================*/

.products-detail__thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.products-detail__thumb {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background-color: #f5f5f5;
}


.products-detail__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.3s ease;
}

.products-detail__thumb:hover img {
	opacity: 0.75;
}


/* スマートフォン */
@media only screen and (max-width: 568px) {

	.products-detail__thumbs {
		grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
		gap: 5px;
		margin-top: 7px;
	}

}

/*=======================================================*/
/*					本文								  */
/*=======================================================*/

.products-detail__body {
	min-width: 0;
}

.products-detail__heading {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 28px;
}

.products-detail__number {
	padding-top: 3px;
	color: var(--main-color);
	font-family: serif;
	font-size: 16px;
	letter-spacing: 0.12em;
}

.products-detail__en {
	margin-bottom: 5px;
	color: var(--main-color);
	font-family: serif;
	font-size: 13px;
	letter-spacing: 0.18em;
}

.products-detail__title {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.6rem, 2.5vw, 2.2rem);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.products-detail__catch {
	margin-bottom: 26px;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.15rem, 1.7vw, 1.45rem);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

.products-detail__text {
	margin-top: 15px;
	font-size: 16px;
	line-height: 2;
}

.products-detail__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.products-detail__tags li {
	padding: 7px 13px;
	border: 1px solid #d3cabd;
	font-size: 14px;
}


/*=======================================================*/
/*					タブレット・SP						  */
/*=======================================================*/

@media only screen and (max-width: 768px) {

	.products-detail__item {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 65px 0;
	}

	.products-detail__item--reverse .products-detail__visual,
	.products-detail__item--reverse .products-detail__body {
		order: initial;
	}

}

@media only screen and (max-width: 568px) {

	.products-detail__item {
		gap: 26px;
		padding: 50px 0;
	}

	.products-detail__main-img {
		aspect-ratio: 4 / 3;
	}

	.products-detail__heading {
		gap: 13px;
		margin-bottom: 20px;
	}

	.products-detail__title {
		font-size: 1.5rem;
	}

	.products-detail__catch {
		margin-bottom: 19px;
		font-size: 1.3rem;
	}

	.products-detail__text {
		font-size: 16px;
		line-height: 1.9;
	}

	.products-detail__gallery-label {
		padding: 8px 12px;
		font-size: 9px;
	}

	.products-detail__note {
		margin-top: 6px;
		font-size: 10px;
	}

}





/*=======================================================*/
/*					電話バナー							  */
/*=======================================================*/


.bnr_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: var(--accent-color1);
	background: url(../img/bg_01.jpg);
	background-size: cover;
	background-position: top;
}

.bnr_sec1::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0); /* ▼ 谷型 */
	z-index: 2; /* 上にかぶせる */
}


.tel-bnr {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto 0;
	border: 2px solid var(--accent-color3);
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}


.tel-bnr a {
	display: block;
	transition: opacity 0.3s ease;
}

.tel-bnr picture {
	display: block;
}

.tel-bnr img {
	display: block;
	width: 100%;
	height: auto;
}

.under-b {
	padding-top: 10px;
	font-size: 13px;
	text-align: center;
}

@media (hover: hover) {

	.tel-bnr a:hover {
		opacity: 0.8;
	}
}



/*=======================================================*/
/*					スマートフォン						  */
/*=======================================================*/

@media only screen and (max-width: 599px) {

	.tel-bnr {
		margin-top: 35px;
	}

	.under-b {
		text-align: left;
	}

}




/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

.faq2 {
	/*display: flex;*/
	flex-direction: column;
	gap: 10px;
}


.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
	font-size: 16px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;
	font-family: "Noto Serif JP", serif;
	/* lavelを上揃えに */
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label span {
	transform: translateY(-1px);
}

.faq-label.a {
	background-color: var(--accent-color2);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.8;
	text-align: justify;
}

.faq-question {
	font-weight: bold;
	font-size: 17px;
}

hr.faqHr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e9e9e9;
}



/*=======================================================*/
/*					会社情報							  */
/*=======================================================*/

.info_sec1 {
	padding: var(--v-space) 0;
	background-color: #f0efec;
}


.bg_b {
	padding: clamp(45px, 6vw, 80px);
	background-color: #fcfcfc;
}

.company-info-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	align-items: center;
	gap: clamp(40px, 6vw, 80px);
}

.company-info-table {
	width: 100%;
	border-collapse: collapse;
}

.company-info-table tr {
	border-bottom: 1px solid #d5cec2;
}

.company-info-table tr:first-child {
	border-top: 1px solid #d5cec2;
}

.company-info-table td {
	padding: 10px 12px;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.9;
}

.company-info-table .info1 {
	width: 110px;
	color: #806d51;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.company-info-table .info2 {
	color: #333;
}

.company-info-table .info2 small {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.8;
}

.company-info-wrapper > .img {
	margin: 0;
}

.company-info-wrapper > .img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.company-info-wrapper > .img figcaption {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

/*info 写真*/
.info__item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.info__item {
		grid-template-columns: 1fr;
	}
}

.info-img {
	text-align: center;
	margin: 0;
}

.info-img img {
	width: 100%;
	height: auto;
	display: block;
}

.info-img figcaption {
	font-size: 0.85rem;
	color: #555;
	margin-top: 8px;
}

/*=======================================================*/
/*					代表プロフィール					  */
/*=======================================================*/

.profile_c {
	margin-top: 80px;
	padding-top: 70px;
	border-top: 1px solid #d5cec2;
}

.pimgtext-container {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	align-items: start;
	gap: clamp(40px, 6vw, 80px);
}

/* 見出し */
.pimgtext-container hgroup {
	margin-bottom: 30px;
}

.pimgtext-container hgroup > p {
	margin: 7px 0 0;
	color: var(--main-color);
	font-family: serif;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.profile {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.6rem, 2.3vw, 2rem);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

/* メディア掲載 */
.media-published {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 25px;
	padding: 15px 18px;
	border: 1px solid #d5cec2;
}

.media-published__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
}

.media-published__button {
	flex-shrink: 0;
	display: inline-block;
	padding: 8px 14px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

@media (hover: hover) {
	.media-published__button:hover {
		opacity: 0.75;
	}
}


/*=======================================================*/
/*					プロフィール画像					  */
/*=======================================================*/

.pimgtext-container > .img {
	margin: 0;
}

.pimgtext-container > .img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 7 / 8;
	object-fit: cover;
}


/*=======================================================*/
/*					資格・所属						  */
/*=======================================================*/

.profile-detail {
	display: grid;
	gap: 25px;
}

.profile-detail__group {
	min-width: 0;
}

.profile-detail__title {
	margin: 0 0 12px;
	padding-bottom: 9px;
	border-bottom: 1px solid #cfc7bb;
	color: #8b7655;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.profile-detail__text {
	margin: 0;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.02em;
}


/*=======================================================*/
/*					タブレット						  */
/*=======================================================*/

@media only screen and (max-width: 768px) {

	.profile_c {
		margin-top: 60px;
		padding-top: 55px;
	}

	.pimgtext-container {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pimgtext-container > .text {
		display: contents;
	}

	.pimgtext-container hgroup {
		order: 1;
		margin-bottom: 0;
	}

	.pimgtext-container > .img {
		order: 2;
		max-width: 450px;
		margin: 0 auto;
	}

	.profile-detail {
		order: 3;
	}

}


/*=======================================================*/
/*					スマートフォン					  */
/*=======================================================*/

@media only screen and (max-width: 568px) {

	.profile_c {
		margin-top: 45px;
		padding-top: 40px;
	}

	.pimgtext-container {
		gap: 24px;
	}

	.profile {
		font-size: 1.4rem;
	}

	.pimgtext-container hgroup > p {
		font-size: 10px;
	}

	.pimgtext-container > .img {
		max-width: none;
	}

	.profile-detail {
		gap: 22px;
	}

	.profile-detail__title {
		margin-bottom: 9px;
		font-size: 14px;
	}

	.profile-detail__text {
		font-size: 13px;
		line-height: 1.9;
	}

		.media-published {
		display: block;
		margin-top: 20px;
		padding: 14px 15px;
	}

	.media-published__text {
		font-size: 10px;
	}

	.media-published__button {
		margin-top: 10px;
		padding: 7px 12px;
		font-size: 9px;
	}

}




/*=======================================================*/
/*					アクセス							  */
/*=======================================================*/

.access_sec1 {
	padding: var(--v-space) 0;
}

.access_sec1 table {
	width: 100%;
	margin: 40px auto 0;
	border-collapse: collapse;
}

.access_sec1 tr {
	border-bottom: 1px solid #d5cec2;
}

.access_sec1 tr:first-child {
	border-top: 1px solid #d5cec2;
}

.access_sec1 td {
	padding: 18px 16px;
	line-height: 1.8;
}

.access1 {
	width: 180px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.access2 {
	color: #333;
}

.svgicon02 {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	vertical-align: -2px;
}


/*=======================================================*/
/*					タブレット							  */
/*=======================================================*/

@media only screen and (max-width: 900px) {

	.bg_b {
		padding: 45px 35px;
	}

	.company-info-wrapper {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.access_sec1 .tx-c {
		margin: 0 auto;
		max-width: 600px;
		text-align: left;
	}


}


/*=======================================================*/
/*					スマートフォン						  */
/*=======================================================*/

@media only screen and (max-width: 568px) {

	.bg_b {
		padding: 30px 18px;
	}

	.company-info-wrapper {
		gap: 28px;
	}

	.company-info-table td {
		padding: 14px 8px;
		font-size: 16px;
	}

	.company-info-table .info1 {
		width: 90px;
	}

	.company-info-table .info2 small {
		font-size: 13px;
	}

	.company-info-wrapper > .img figcaption {
		font-size: 13px;
	}


	.profile-detail {
		gap: 28px;
	}

	.profile-detail__title {
		font-size: 16px;
	}

	.profile-detail__list li {
		padding: 8px 0 8px 16px;
		font-size: 14px;
	}

	.access_sec1 table {
		margin-top: 30px;
	}

	.access_sec1 td {
		padding: 14px 10px;
		font-size: 16px;
	}

	.access1 {
		width: 110px;
	}

}
/*=======================================================*/
/*			GLightbox SP								  */
/*=======================================================*/

@media only screen and (max-width: 768px) {

	/* 全体 */
	.glightbox-container,
	.glightbox-container .gcontainer,
	.glightbox-container .gslider,
	.glightbox-container .gslide {
		background: #000 !important;
	}

	.glightbox-container .gslide-inner-content {
		width: 100% !important;
		height: 100dvh !important;
	}

	/* 画像＋キャプション全体 */
	.glightbox-container .ginner-container {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;

		width: 100% !important;
		height: 100dvh !important;
		max-height: 100dvh !important;

		padding: 50px 12px 20px !important;
		box-sizing: border-box !important;
	}

	/* 画像エリア */
	.glightbox-container .gslide-media,
	.glightbox-container .gslide-image {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;

		width: 100% !important;
		height: auto !important;
		max-width: 100% !important;

		flex: 1 1 auto !important;
		min-height: 0 !important;

		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	/* 画像 */
	.glightbox-container .gslide-image img {
		display: block !important;

		width: auto !important;
		height: auto !important;

		max-width: 100% !important;
		max-height: 100% !important;

		min-width: 0 !important;
		min-height: 0 !important;

		object-fit: contain !important;

		margin: auto !important;
		padding: 0 !important;
	}

	/* キャプション */
	.glightbox-mobile .glightbox-container .gslide-description {
		position: static !important;

		flex: 0 0 auto !important;

		width: 100% !important;
		height: auto !important;
		max-height: none !important;

		padding: 16px 0 5px !important;
		margin: 0 !important;

		background: transparent !important;
		overflow: visible !important;
	}

	.glightbox-mobile .glightbox-container .gdesc-inner {
		padding: 0 !important;
		background: transparent !important;
	}

	.glightbox-mobile .glightbox-container .gslide-title,
	.glightbox-mobile .glightbox-container .gslide-desc,
	.glightbox-mobile .glightbox-container .gslide-desc * {
		color: #fff !important;
	}

}


/*=======================================================*/
/*			GLightbox PC								  */
/*=======================================================*/

@media print, screen and (min-width: 769px) {

	.glightbox-container .gslide-image img {
		width: auto !important;
		height: auto !important;

		max-width: calc(100vw - 140px) !important;
		max-height: calc(100vh - 160px) !important;

		min-width: 0 !important;
		min-height: 0 !important;

		object-fit: contain !important;
	}

	/* キャプション */
	.glightbox-container.glightbox-clean .gslide-description,
	.glightbox-container.glightbox-clean .gdesc-inner {
		background: transparent !important;
	}

	.glightbox-container.glightbox-clean .gslide-title,
	.glightbox-container.glightbox-clean .gslide-desc,
	.glightbox-container.glightbox-clean .gslide-desc * {
		color: #fff !important;
	}

	.glightbox-container.glightbox-clean .gdesc-inner {
		padding: 20px 0 0 !important;
	}

}


/*=======================================================*/
/*			GLightbox 左右ボタン						  */
/*=======================================================*/

.glightbox-clean .gprev,
.glightbox-clean .gnext {
	position: fixed !important;
	top: 50% !important;

	z-index: 100000 !important;

	width: 44px;
	height: 54px;

	transform: translateY(-50%) !important;
}

.glightbox-clean .gprev {
	left: 20px !important;
}

.glightbox-clean .gnext {
	right: 20px !important;
}


/*=======================================================*/
/*			GLightbox 左右ボタン SP					  */
/*=======================================================*/

@media only screen and (max-width: 568px) {

	.glightbox-clean .gprev,
	.glightbox-clean .gnext {
		width: 38px;
		height: 48px;
	}

	.glightbox-clean .gprev {
		left: 8px !important;
	}

	.glightbox-clean .gnext {
		right: 8px !important;
	}

}

/*======= 調整 ======*/

/*追加*/
.small {
	font-size: 14px;
}
