@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	/*font-size: clamp(50px,5vw,60px);*/	/*英字*/
	/*font-size: clamp(33px,3.5vw,40px);*/	/*日本語*/
	font-size: clamp(28px,3vw,35px);/*今回のみ*/
	line-height: 1.3em;
	font-style: italic;
	text-align: center;
	font-weight: 600;
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	/*font-size: clamp(22px, 2.7vw, 30px);*/
	font-size: clamp(20px, 2.5vw, 27px);
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	color: #999;
	/*font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;*/
	font-family: 'Noto Serif JP', serif;

}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 22px;
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 3.5%;
	background-color: #2d2d2d;
	margin: 1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7.5%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 3.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/**/
.adjus{
	padding-top: 5px;
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*アイコン画像*/
.i-icon01 {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
/*画像角丸*/
img.borad {
	border-radius: 7px;
}
/*よく使うリスト*/
.list-design {
	list-style: none;
	padding: 0 .8em .5em;
	position: relative;
	margin: 0 auto;
}
.list-design li {
	border-bottom: 1px dashed #6f6f6f;
	padding: .5em 0 .5em 2em;
	/*padding: .1em 0 .1em 2em;*/
	color: #fff;/*今回のみ*/
	font-size: clamp(14px, 1.6vw, 17px);
}
.list-design li:before {
	color: #67bdc3;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 3px 0;
	position: absolute;
}

@media (max-width: 768px)  {
	ul.list-design {
		padding: 0 .8em;
	}
}
/*見出し装飾*/
.puti{
	font-size: clamp(21px, 2.5vw, 27px);
	position: relative;
	/*display: inline-block;*/
	/*padding: 0 2em;*/
	text-align: center;
	margin: 0 auto 10px auto;
}
.puti:before,
.puti:after {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	/*position: absolute;
	top: calc(50% - .5em);*/
	color: #eb6100;
}
.puti:before {
	left: 0;
	content: '\f101';
}
.puti:after {
	right: 0;
	content: '\f100';
}


/*======= ご挨拶 ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) 0;
	background-color: var(--base-color);
}
/**/
p.grp{
	font-size: 14px;
	/*padding: 15px 20px;*/
	margin: 0 auto;
	/*border: 1px solid #ccc;*/
	color: #777;
	width: fit-content;
}
/**/
.kukuri{
	padding: 10px 20px;
	margin: 20px auto;
	border: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.5);
}
h6 {
	font-size: clamp(17px, 1.8vw, 19px);
	border-bottom: 1px solid #eee;
	padding: 15px 5px 15px 65px;
	background: url(../img/i-icon_01.png) no-repeat 3px center;
	background-size: auto;
	background-size: 60px;
	box-sizing: border-box;
}
h6.normal {
	font-size: clamp(17px, 1.8vw, 19px);
	border-bottom: 1px solid #eee;
	padding: 15px;
	box-sizing: border-box;

}
.kukuri p {
	margin: 10px auto 5px auto;
	font-size: clamp(16px, 1.6vw, 17px);
	line-height: 1.5;
}
/**/
p.fuz{
	font-size: clamp(13px, 1.4vw, 15px);
	text-align: justify;
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 15px;
	margin-bottom: 20px;
}
/*4つ*/
.gr-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px 15px;
}
@media (max-width: 868px) {
	.gr-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.gr-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
.gr-item {
	/*padding-bottom: 2vw;*/
	box-sizing: border-box;
	/*background-color: rgba(36, 36, 36, 0.2);*/
	/*border-radius: 5px;*/
	margin-top: 10px;
}
/*印刷時の為に今回だけ*/
@media print{
	.gr-item-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 15px 15px;
	}
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為に今回だけ*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}




/*======= Custom Orders オーダークラブ ======*/
/*sec1*/
.sec1 {
	padding: var(--v-space) 0;
	background-color: #f0f0f0;
	background-image: url(../img/bg_03.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
}
@media screen and (max-width: 568px) {
	.sec1{
		background-position: 64% 100%;
	}
}



/*======= Original オリジナル（噂のクラブ） ======*/
/*sec2*/
.sec2 {
	padding: var(--v-space) 0;
	background-image: url(../img/bg_02.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*2つ*/
.sec2-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 25px;
}
@media (max-width: 968px) {
	.sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為に今回だけ*/
@media print{
	.sec2-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 25px;
	}
}



/*リボン風見出し*/
h2.rib-2 {
	position: relative;
	display: inline-block;
	margin: 1rem 0 1rem -10px;
	padding: 0.8rem 1.7rem;
	color: #fff;
	font-size: clamp(25px, 2.3vw, 30px);
	line-height: 1.3;
	font-weight: 400;
	border-radius: 0 100vh 100vh 0;
	background: var(--main-color);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
h2.rib-2:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #076c6a;
	border-left: 10px solid transparent;
}

/*サービス紹介*/
.imgtext3 {
	padding: 0;
	background-color: rgba(255,255,255,0.99);
	border-radius: 10px;
	border: 2px solid var(--main-color);
}
.imgtext-container3 {
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	.imgtext-container3.reverse {
		flex-direction: row-reverse;
		/*border: 2px solid var(--main-color);*/
		border-radius: 10px;
	}
}
@media (min-width: 769px) {
	.imgtext-container3 {
		flex-direction: row;
		/*align-items: center;*/
	}
}

@media (min-width: 769px) {
	.imgtext-container3 > .text {
		flex: 1;
		min-width: 17em;
	}
}
@media (min-width: 769px) {
	.imgtext-container3 > .img {
		flex: 0.8;
		padding: 15px 20px;
	}
}
@media (max-width: 768px) {
	.imgtext-container3 > .img {
		padding: 20px;
	}
}

/*印刷時の為に今回だけ*/
@media print{
	.imgtext-container3 {
		flex-direction: row;
		align-items: center;
	}

	.imgtext-container3.reverse {
		flex-direction: row-reverse;
	}

	.imgtext-container3 > .text {
		flex: 1;
		min-width: 17em;
  	}

	.imgtext-container3 > .img {
		flex: 0.8;
		padding: 15px 20px;
	}
}





/**/
.wakadjus {
	box-sizing: border-box;
	margin: 15px 20px 15px 0px;
}
@media (max-width: 768px) {
	.wakadjus {
		margin: 15px 20px;
	}
}

/**/
h4.ab {
	font-size: clamp(17px, 1.9vw, 20px);
	margin: 0 0 10px 0;
	padding: 5px 5px 4px 20px;
	color: #000;
	position: relative;
	background-color: #c8df7f;
}
h4.ab::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 10px solid transparent;
	box-sizing: border-box;
	border-left-color: #12603c;
	top: 7px;
	left: 0;
}


/**/
.sec2-item h4{
	font-size: clamp(20px, 2vw, 23px);
	border: 1px solid #bbb;
	background: rgba(255, 255, 255, 0.4);
	text-align: center;
	margin: 10px 0;
	padding: 7px;
	font-weight: 400;
	line-height: 1.3;
}
.sec2-item h4 span{
	font-size: clamp(13px, 1.4vw, 15px);
}
/*テーブル*/
table.tbl02 {
	margin: 10px 0 5px 0;
}
table.tbl02 tr th {
	text-align: left;
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #999;
	background: rgba(255, 255, 255, 0.3);
}
table.tbl02 tr th.moj {
	width: 7.5em;
}
table.tbl02 tr td {
	text-align: left;
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid #999;
	background: rgba(255, 255, 255, 0.3);
}
table.tbl02 tr td.pri {
	text-align: right;
	width: fit-content;
}
table.tbl02 tr td span {
	font-size: clamp(11px, 1.1vw, 12px);
}


/*中途半端な横幅サイズ対応*/
.flex-child-wp01{
	width: 47%;
}
.flex-child-wp02{
	width: 51%;
}
@media screen and (max-width: 1168px) {
	.flex-child-wp01{
		width: 100%;
		margin: 0px auto;
	}
	.flex-child-wp02{
		width: 100%;
		margin: 0px auto;
	}
}
@media (max-width: 968px) {
	.flex-child-wp01{
		width: 47%;
	}
	.flex-child-wp02{
		width: 51%;
	}
}
@media screen and (max-width: 768px) {
	.flex-child-wp01{
		width: 100%;
		margin: 0px auto;
	}
	.flex-child-wp02{
		width: 100%;
		margin: 0px auto;
	}
}



/* チューンナップ */
/*sec3*/
.sec3 {
	padding: var(--v-space) 0;
	background-color: #f0f0f0;
}


/*3つ*/
.sec3-item-container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 5px 15px;
}
.sec3-item-container article{
	/*子要素のそれぞれのarticleの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	/*ここまで*/
}

@media (max-width: 968px) {
	.sec3-item-container {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 768px) {
	.sec3-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*
@media (max-width: 568px) {
	.sec3-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
*/

/*印刷時の為に今回だけ*/
@media print{
	.sec3-item-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

.sec3-item {
	box-sizing: border-box;
}

/*吹き出し*/
/*bottom*/
.balloon-bot {
	position: relative;
	margin: 1em 0 1.5em 0;
	padding: 10px;
	background: var(--main-color);
}
.balloon-bot:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid var(--main-color);
}
.balloon-bot p {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.5;
	color: #fff;
	margin: 0;
	padding: 0;
}
/**/
.kukuri p.tx-ctj {
	font-size: clamp(14px, 1.5vw, 15px);
	margin: 5px auto;
	line-height: 1.5;
	text-align: center;
}
@media (max-width: 968px) {
	.kukuri p.tx-ctj {
		text-align: justify;
	}
}




/*======= よくある質問 FAQ ======*/
/* よくある質問 FAQ */
.faq_sec1 {
	/*padding: clamp(50px, 4vw, 50px) 0;*/	/*ページ内カテゴリーの場合*/
	padding: var(--v-space) 0;
	/*padding: 0px 0 100px 0;*/	/*別ページの場合*/
	/*background-color: #f4f4f4;*/
}
/**/
div.faq2{
	padding: 10px 0 0 0;
}

/*通常デザイン*/
div.faq2 p.b {
	font-weight: 600;
	color: #000;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-weight: 600;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
	color: #555;
}
div.faq2 p::first-letter {
	color: #db9a00;
	font-weight: 600;
}







/*======= Company info 会社概要 ======*/
/*info_sec1*/
.info_sec1{
	padding: var(--v-space) 0;
	background-image: url(../img/bg_01.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.85);
	padding: 40px 50px;
}
@media screen and (max-width: 568px) {
	.info_sec1{
		background-position: 21% 100%;
	}
	.bg_b {
		padding: 20px;
	}
}

/* 概要・アクセス部分のテーブル */
/*アイコン画像*/
.if-ico {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #5e5e5e;
	padding: 3px 5px 3px 0px;
	width: 7.25em;
	font-size: clamp(17px, 1.6vw, 18px);
	box-sizing: border-box;
}
.info2 {
	font-size: clamp(15px, 1.5vw, 16px);
	border-bottom: 1px dashed #8a8a8a;
	padding: 15px 10px 15px 20px;
	width: 400px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.if-ico {
		width: 35px;
	}
	td.info1 {
		display: block;
		padding: 1px 5px 1px 0px;
		width: 100%;
		background-color: #d9e8dde3;
		mix-blend-mode: multiply;
	}
	.info2 {
		display: block;
		padding: 10px 2px 10px 5px;
		width: 99%;
	}
}
/**/
.kakomi01 {
	padding: 3px 10px 2px 10px;
	margin: 2px 10px 2px 0;
	background-color: #f4f1ac;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}


/*======= Access アクセス ======*/
/**/
.access_sec1{
	padding: var(--v-space) 0 70px 0;
	background-color: #f4f4f4;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*カード*/
.access_sec1-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 20px;
}

@media only screen and (max-width: 768px) {
	.access_sec1-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.access_sec1-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.access_sec1-card__item img{
	width: 30%;/*アイコンの場合*/
	/*width: 100%;*/
	margin: 0 auto;
}
.access_sec1-card__item h4{
	color: var(--main-color);
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: clamp(18px,1.9vw,20px);
	font-weight: 600;
	text-align: center;
	border-top: 2px dotted #9eaca2;
	border-bottom: 2px dotted #9eaca2;
}




