@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

img.pcspwidG{
    width: 30%;
    margin: 30px auto 0 auto;
}

@media screen and (max-width: 568px) { 
	img.pcspwidG{
		width: 70%;
		margin: 30px auto 0 auto;
	}
}

.col{
	color:#4886b0;
	font-weight:500;
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}

p.cnt{
	font-size:20px;
	text-align:center;
}
@media screen and (max-width: 568px) { 
	p.cnt{
		font-size:initial;
		text-align:left;
		font-weight:450;
	}
}

.wakuG{
	background-color:var(--main-color);
	color:white;
	padding:10px;
	border-radius:10px;
	text-align:center;
}
@media screen and (max-width: 568px) { 
	.wakuG{
		text-align:left;
	}
}


/*======= コンテンツ ======*/



/*======= Service サービス案内 ======*/

.secS {
	padding: var(--v-space) 0;
	background-color: var(--accent-color2);
}


/* スマホ時のみ上下を逆にする */
@media screen and (max-width: 768px) {
    .imgtext-container2 {
        flex-direction: column-reverse;
    }
}


/* タグ2 */
.kakomi02 {
	text-align: left;
}
.kakomi02 span {
	padding: 1px 10px 2px 10px;
    margin: 4px 3px;
    background-color: var(--main-color);
    order: 1px solid var(--main-color);
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
@media only screen and (max-width: 768px) {
	.kakomi02 {
		text-align: center;
	}
}

/* タグ3 */
.kakomi03 {
	text-align: left;
}
.kakomi03 span:not(.marker) {
    padding: 1px 10px 2px 10px;
    margin: 4px 3px;
    background-color: #666;
    border: 1px solid #666;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-align: left;
}

.marker {
    background: linear-gradient(transparent 60%, #a9ebea 60%);
    display: inline-block; /* 必要なら */

}
@media only screen and (max-width: 768px) {
	.kakomi03 {
		text-align: left;
	}
}


/*======= Price 料金案内 ======*/

.secP {
	padding: var(--v-space) 0 0 0;
	background-color: white;
}
p.cnt2{
	text-align:center;
}
/*アイコン画像*/
.pcspwid2pr{
	margin-top:-6em !important;
	margin-bottom:2em !important;
}



@media screen and (max-width: 568px) { 


	.pcspwid2pr{
		margin-bottom:-2em !important;
	}


}

.priceGrid{

	display: grid;
	grid-template-columns: 1fr 1fr; /* 常に2列＝50%ずつ */
	gap: 10px; /* 必要なければ0でもOK */
}

.priceGrid img{
	width: 100%;
	height: auto;
	display: block;
}


/* テーブル（共通） */
.se_sec3__tableWrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 12px;
	border: 1px solid rgba(0, 109, 167, 0.14);
	background: #fff;
}

.se_sec3__table {
	width: 100%;
	/* min-width: 680px; */
	border-collapse: collapse;
	font-size: clamp(14px,1.6vw,16px);
}

.se_sec3__table th,
.se_sec3__table td {
	padding: 12px 12px;
	border-bottom: 1px solid rgba(0, 109, 167, 0.10);
	vertical-align: top;
	text-align: left;
}

.se_sec3__table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	background: rgba(212, 229, 239, 0.55);
	color: var(--txt-color);
	font-weight: 600;
}

.se_sec3__table tbody th {
	font-weight: 600;
	background: rgba(255, 255, 255, 0.9);
	position: sticky;
	left: 0;
	z-index: 1;
}

.se_sec3__table .cat {
	text-align: left;
	min-width: 85px;
	max-width: 120px;
}
.se_sec3__table .is-num {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.se_sec3__table tbody tr:hover td,
.se_sec3__table tbody tr:hover th {
	background: rgba(144, 196, 238, 0.10);
}

.se_sec3__table tbody tr.is-total th,
.se_sec3__table tbody tr.is-total td {
	font-weight: 700;
	background: rgba(221, 217, 51, 0.18);
}


/*======= 支払い方法 ======*/

.secP-2 {
	padding: var(--v-space2) 0;
	background-color: var(--accent-color2);
}


/*======= Time 営業時間 ======*/
.secT{
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #f7f7f7;
	background-image: repeating-linear-gradient(0deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 15px), repeating-linear-gradient(90deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 15px);
	background-size: 15px 15px;
}

@media screen and (min-width: 568px) { 
	.tel_ico2{
		display:inline-block;
		font-size:40px;
		margin-top:-10px !important;
	}
	.tel2{
		font-size:45px;

		margin-bottom:-10px !important;
	}
}
.mkr {
    background: linear-gradient(to bottom, transparent 60%, #b3e5fc 60%);
    padding: 0 2px;
	font-weight:500;
}

/*======= License 許認可 ======*/

.secL {
	padding: var(--v-space) 0;
	background-color: white;
	background-image: url(../img/bg_01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

@media screen and (max-width: 568px) { 
	.pcspwidL{
		margin-top:-3em !important;
	}
}
/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: var(--accent-color2);

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 5px;
}

.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;
	/* lavelを上揃えに */
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.6;
	text-align: justify;
}

.faq-question {
	font-weight: bold;
}

hr.faqHr {
	height: 0px;
	border: 1px dashed var(--accent-color1);
	margin: 20px auto;
}


/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_04.jpg);
	background-size:cover;
	background-position: center;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.infopic{
	width:250px;
	margin-left:19%;
	border-radius:10px;
}

@media screen and (max-width: 568px) { 
	.infopic{
		margin-left:0%;
		margin:0 auto;
		width:250px;
		text-align:center;
	}
}

@media screen and (max-width: 568px) { 

	.info_sec1{
		padding: var(--v-space) 0;
		background-color: #FFF;
		background-image: url(../img/bg_04a.jpg);
		background-size:cover;
		background-position: bottom;

		position: relative; /* sectionの位置を相対的にする*/ 
		z-index: 1; /* 背景画像より上に表示 */ 
	}

}
.info_sec1::before {
	content: "";
	position: absolute;
	inset: 0; /* top:0;right:0;bottom:0;left:0 */
	background-color: rgba(255, 255, 255, 0.6); /* 白を60%透過 */
	z-index: -1; /* 背景の下に置く */
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 5.25em;
}
.info2 {
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

/*会社概要*/
.bg_b{
	background: rgba(50, 108, 145, 0.8);
	padding:40px;
	border-radius: 20px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/*======= 調整 ======*/
.l-c {
	margin-right: auto;
	margin-left: auto;
}

.spot-heading01 {
	font-size: clamp(40px, 6vw, 60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spot-heading02 {
	font-size: clamp(22px, 2.7vw, 30px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs', 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana;
}

/*全h共通*/

h2{
	font-family: "Zen Kaku Gothic New", serif !important;
	font-weight: 500 !important;
}

h3{
	font-family: "Zen Kaku Gothic New", serif !important;
	font-weight: 500 !important;
}

h4{
	font-family: "Zen Kaku Gothic New", serif !important;
	font-weight: 400 !important;
}

h4.title{
	font-size: clamp(18px, 3vw, 22px);
	min-height: 0vw;
	font-weight: 500 !important;
	color: #444;
	text-align:left;
	font-style:normal;
}

h4.title::after {
	display: block;
    content: '';
    width: 160px;
    height: 0px;
    margin-top: 0.5em;
    margin-bottom: 0.2rem;
    border-bottom: 3px solid var(--main-color);
    font-weight: bold;
    font-size: 26px;
}
h4.title + p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #aaa;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 0.15em;
	text-align: left;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 868px) {
	h4.title{
		text-align:center;
	}

	h4.title::after {
		margin: 0 auto;
		margin-top: 0.5em;
		margin-bottom: 0.2rem;
	}
	h4.title + p {
		text-align: center;
	}
}

/*テーブル共通*/
.pr, .pr td, .pr th {
	border-collapse: collapse;
	border-bottom: 1px solid #999; 
	text-align:center;
	padding:10px;
}
/*1行目のみ指定*/
.pr td:first-child {
	font-weight: 500;          /* 文字を太字に */
	width:70%;
	text-align:left;
	padding-left:10%;
}



.pr td:nth-child(2) {
	text-align:right;
	padding-right:10%;
}


.pr2 td:first-child {
	font-weight: bold;          /* 文字を太字に */
	width:55%;
	text-align:left;
	padding-left:10%;
}

.pr td:nth-child(2) {
	text-align:right;
	padding-right:10%;
}


@media screen and (max-width: 568px) { 

	.pr td:first-child {
		font-weight: 500;          /* 文字を太字に */
		width:60%;
		text-align:left;
		padding-left:10%;
	}

	.pr2 td{
		display:block;
		width:initial !important;
	}

	.pr2 td:nth-child(1) {
		border:none;
	}


}



/*文字枠共通*/
.waku{
	background-color:white;
	box-shadow: 0 13px 13px 0 rgba(0, 0, 0, .03);
	padding:5px;
	border-radius:10px;
	margin-bottom:10px;
	text-align:center;
}
@media screen and (max-width: 568px) { 
	.waku{
		text-align:left;
	}
}

/*その他*/
strong{
	font-weight:normal;
}



/* 表調整 */
.w80 {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) { 
	.w80 {
		width: 100%;
	}
}

.w50 {
	width: 50%;
	text-align: right !important;
}