@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: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	font-style: normal;
}
.spot-heading02+p{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 15px;
    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;
}
  
/*======= FONT ======*/
/*英字*/
.heading06::before 
 {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700 !important;
    font-style: normal;
	z-index: -1;
}

.heading,
.heading14::before
 {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700 !important;
    font-style: normal;
}

/*日本語*/
@media (min-width: 569px) {
    .nav ul {
        font-family: "Lato", sans-serif;
        font-weight: 700 !important;
        font-style: normal;
        letter-spacing: 0.2em;
    }
}

@media (max-width: 568px) {
    .nav ul {
        font-family: "Lato", sans-serif;
        font-weight: 700 !important;
        font-style: normal;
        letter-spacing: 0.2em;
    }
}

.heading06,
.heading span,
.spot-heading02,
.heading-decoration,
.flow01 > li dl dt,
.greeting-card__item H4,
.sec1-card__item H4,
.heading-decoration2,
.sec2__title ,
.sec2__catch01,
.sec2__subtitle
 {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500 !important;
    font-style: normal;
}


/*画像トリミング*/
.figure-img {
	width: 100%;
	max-width: 800px;
	margin: 0;
}

.responsive-img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 986px) {
	.figure-img {
		height: 300px; /* トリミング高さ */
		overflow: hidden;
		position: relative;
	}

	.responsive-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}
}
@media print {
	.figure-img {
		height: auto !important;
		overflow: visible !important;
		position: static !important;
	}

	.responsive-img {
		width: 100% !important;
		height: auto !important;
		object-fit: none !important;
		object-position: initial !important;
	}
}

.responsive-img2 {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 986px) {
	.responsive-img2 {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media print {

	.responsive-img2 {
		width: 100% !important;
		height: auto !important;
		object-fit: none !important;
		object-position: initial !important;
	}
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) ;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.greeting_h2 {
	font-size: clamp(20px, 2.5vw, 24px);
    min-height: 0vw;
    color: #444;
    font-family: "Lato", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    letter-spacing: 0.2em;
    line-height: 1.5em;
	text-align: center;
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) 0;
}

.greeting_p {
	color: var(--accent-color3);
	font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.haba2:after  {
    content: "";
    width: 1px;
    height: 40px;
    background-color: var(--accent-color3);
    position: absolute;
    margin: 50px 0 0 0;
    left: 50%;
}

/*======= コンテンツ ======*/


/*======= ABOUT ======*/
/*section1*/
.sec1 {
    padding: var(--v-space) 0;
    background-color: #fff;
}

/*カード*/
.card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.card__item{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

    padding: 20px;
    box-sizing: border-box;
}
.card__item H4{
    padding: 5px 0 10px 0;
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2em;
}
.card__item p{
	display: inline-block;
    font-size: 15px;
    line-height: 2;
    text-align: center;
	color: var(--accent-color3);
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/*======= MENU ======*/
/*section2*/
.sec2 {
	background-image: url(../img/bg_04.png);
	background-size:cover;
	background-position: bottom;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
	padding: var(--v-space) 0;
}

.bg_b{
	padding:40px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}


/* メニュー表 */ 

.heading-decoration_menu {
    font-size: clamp(22px, 3vw, 26px);
    min-height: 0vw;
    color: #444;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}


.menu-heading {
	margin-bottom: 1.5rem;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-left: 2rem;
}

@media screen and (max-width: 768px) {
	.menu-heading {
		padding-left: 0;
	}
}

.menu-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
	padding: 2rem 1rem;
}

.menu-table-wrap {
	/* 特に指定なし */
}

.menu-table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	table-layout: auto;
}

.menu-table th:first-child,
.menu-table td:first-child {
	min-width: 150px;
	white-space: nowrap;
}

.menu-table th,
.menu-table td {
	padding: 0.35rem 1rem;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.menu-table thead th {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
}

/* 価格数字の右揃え */
.menu-table td.price {
	text-align: right;
	white-space: nowrap;
	width: 80px; /* 固定幅で揃え */
}

/* 「〜」は左揃え・小さい幅 */
.menu-table td.mark {
	text-align: left;
	width: 1em;
    padding-left: 0;
}

/* タブレット（768px〜968px）も2カラム */
@media (max-width: 968px) and (min-width: 769px) {
	.menu-grid {
		grid-template-columns: 1fr 1fr;
	}
}

/* スマホ（768px以下）は1カラム */
@media (max-width: 768px) {
	.menu-grid {
		grid-template-columns: 1fr;
		gap: 0 !important;
	}
	.menu-table td.price,
	.menu-table th.price {
		width: 90px; /* スマホでは少し広めに */
		min-width: 90px;
	}
	.menu-table td {
	font-size: 0.9em;
}
}

/* 印刷時はPCと同じ2カラム */
@media print {
	.menu-grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 2rem !important;
		align-items: start !important;
		padding: 2rem 1rem !important;
	}
}






/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-color: var(--accent-color1);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
    border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 5.25em;
	line-height: 1.5;
    letter-spacing: 0.06em;
}
.info2 {
    border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 400px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
@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);
	}
}



.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= google map モノクロ ======*/
.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

    .gmp.google-map {
      width: 100%;
      height: 450px;
    }


/*======= リスト ======*/
@media (max-width: 1024px) {
	ul.sidelist2 li {
		font-size: 13px;
		padding: 5px 4px;
	}
}

ul.sidelist2 li {
    box-sizing: border-box;
    list-style-type: none;
    float: left;
    --widthA: calc(100% - 10px);
    --widthB: calc(var(--widthA) / 2);
    width: var(--widthB);
    margin: 2.5px 5px 2.5px 0;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding: 5px;
	color: --txt-color;
    border: dashed 1px var(--main-color);
    background: #fff;
}

 .mb-20 {
	margin-bottom: 20px !important;
 }

 .cleafix {
	content: '';
    display: block;
    clear: both;
    padding-top: 20px;
 }


/*======= 電話 ======*/
 .sec3-heading {
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 1vw, 18px);
    text-align: center;
    border: 0;
    color: var(--txt-color);
    margin: 10px;
}

.sec3-heading::before {
    margin-right: 30px;
    transform: rotate(-35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

.sec3-heading::after {
    margin-left: 30px;
    transform: rotate(35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

a.btn_01 {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 1rem;
    font-size: small;
    color: var(--base-color);
    background: var(--accent-color1);
    transition: 0.3s ease-in-out;
}

a.btn_01::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--accent-color2);
    transition: 0.2s;
}
@media (max-width: 865px) {
	a.btn_01 {
		width: 70%;
	}
}
@media (max-width: 568px) {
	a.btn_01 {
		width: 90%;
	}
}

/*======= 調整 ======*/
.l-c {
    margin-right: auto;
    margin-left: auto;
}

.cgray {
	color: var(--accent-color3);
}

.lato {
	font-family: "Lato", sans-serif !important;
	font-weight: 900 !important;
	font-style: normal !important;
	letter-spacing: 0.1em !important;
}

.kaku {
	font-size: 15px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
}

.source {
	letter-spacing: 0.1em;
    line-height: 1.5em;
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}