@charset "utf-8";
:root {
	--theme-color: #808080; /*テーマカラー*/
	--font-color: #555; /*フォント色*/
	--link-color: #00f; /*リンク*/
	--footer-bg-color: #f5f5f5; /*フッター背景色*/
	--footer-border-color: #cfcfcf; /*フッターボーダー色*/
	--bg-color: #fff; /*背景色*/
	--main-font: "Noto Sans JP", sans-serif; /*メインフォント ress.cssでデって済みですが、予備的に設定*/
	--heading-font-jp: "Shippori Mincho B1", serif; /*見出しフォント*/
	--heading-font-en: "Cormorant Garamond", serif;
	--heading-color: #333;

	--decoration-en: "Sacramento", cursive;
	--section-padding-pc: 110px 0; /*PC時のセクション内部余白*/
	--section-padding-sp: 50px 0;
	--header-color: rgba(255, 255, 255, 0.8); /*ヘッダー背景色*/
	--header-active-color: rgba(
		255,
		255,
		255,
		0.8
	); /*スクロールした後のヘッダー背景色*/
	--header-height: 80px; /*アンカーリンクの調整*/
	--boder-color: #cfcfcf;
}

body {
	color: var(--font-color);
	background-color: var(--bg-color);
}

/*リキャプチャ設定*/
.grecaptcha-badge { visibility: hidden; }

.recaptcha_description {
	text-align: center;
}

h2 {
	color: var(--heading-color);
}

.heading_h2_en h2 {
	font-family: var(--heading-font-en);
	letter-spacing: 0.3rem;
}

.heading_h2_jp h2 {
	font-family: var(--heading-font-jp);
}

.anchor {
	/* margin-top: calc(var(--header-height) * (-1)); */
	/* padding-top: var(--header-height); */
	padding-top: 20px;
}

.row_reverse {
	flex-direction: row-reverse;
}

/*header*/
header {
	box-shadow: 0 10px 9px rgba(0, 0, 0, 0.08);
}

.header1 {
	transition: 0.3s;
	background: var(--header-color);
}

.header1.active,
.header_subpage.active {
	background: var(--header-active-color);
}

main {
	position: relative;
	z-index: 1;
	background: var(--bg-color);
	/* padding-bottom: 50px; */
}

/*contact*/

.top_contact_section {
	background: url(../img/contact_bg_sp.jpg) no-repeat center/ cover;
	padding: 25.6vw 0;
	text-align: center;
}

.top_contact_section .heading_h2 {
	margin-bottom: 3rem;
}

.top_contact_section .heading_h2 h2 {
	color: #fff;
}

.top_contact_section .heading_h2 h2 + span {
	/* color: var(--theme-color); */
	color: #fff;
	font-family: var(--heading-font-en);
}

.top_contact_btn_wrap {
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
	align-items: center;
}

.top_contact_btn_wrap .contact_btn {
	display: inline-block;
	width: 80%;
	max-width: 300px;
	background: rgba(255, 255, 255, 0.9);
	/* border-radius: 80px; */
	border-radius: 10px;
	padding: 30px 0;
}

.top_contact_btn_wrap p {
	font-size: 1.4rem;
	color: #808080;
	font-family: var(--heading-font-jp);
	/* margin-bottom: 25px; */
	margin-bottom: 1rem;
}

.top_contact_btn_wrap a {
	text-decoration: none;
}

.tel_btn a {
	display: inline-block;
	color: #1a1a1a;
	font-family: var(--heading-font-jp);
	font-size: 1.6rem;
	font-weight: bold;
}

.tel_btn a:hover,
.top_contact_link_btn a:hover {
	opacity: 0.8;
}

.top_contact_link_btn a {
	padding: 12px 25px;
	color: #fff;
	background: #1a1a1a;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 10px;
	border: 1px solid #1a1a1a;
	display: inline-block;
	font-family: var(--heading-font-en);
}

/*About*/
.about_section {
	padding-top: 100px;
	padding-bottom: 50px;
	background: #fff;
}

.about_inner {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
	max-width: 1435px;
	margin: 0 auto 3.2rem;
	padding: 0 17.5px;
}

.about_inner .txt {
	padding: 0 17.5px;
}

.about_inner .txt h2 {
	font-size: 2.2rem;
	/* margin-bottom: 20px; */
}

.about_inner .txt h3 {
	font-family: var(--heading-font-jp);
	font-size: 2.4rem;
	margin-bottom: 20px;
	color: var(--heading-color);
}

.heading_h2 {
	margin-bottom: 3.2rem;
	text-align: center;
}

/*season*/
.section {
	padding: var(--section-padding-sp);
}

.inner {
	max-width: 1435px;
	margin: 0 auto;
	padding: 0 17.5px;
}

.heading_h2_wrap {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 3.2rem;
	/* margin-bottom: 120px; */
	margin-bottom: 60px;
	/* font-weight: 300; */
}

.section h2 {
	font-size: 2.5rem;
}

.section h2 + span {
	color: var(--theme-color);
	font-weight: 300;
	font-family: var(--heading-font-en);
}

.gallery {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 5rem;
	margin-bottom: 3.2rem;
}

.gallery figure {
	text-align: center;
}

.name_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 15px;
}

/* .name_area {
	
} */

.name_area h3 {
	font-family: var(--heading-font-jp);
	font-size: 2.2rem;
	color: var(--heading-color);
}

.name_area h3 + span {
	font-weight: 300;
	color: var(--theme-color);
}

.price {
	font-size: 2rem;
}

.item_img {
	margin-bottom: 15px;
}

.item_img img {
	width: 100%;
	height: auto;
}

/* .swiper2 {
	counter-reset: num;
}

.counter::before {
	counter-increment: num ;
	content: counter(num) " ";
} */

.counter {
	font-size: 1.6rem;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-family: var(--heading-font-en);
	letter-spacing: 0.3rem;
	color: var(--theme-color);
	font-weight: 500;
}

/*カルーセル*/
.slider2 {
	overflow: hidden;
}

.slider2 .name_area h3 + span {
	color: #808080;
}

.swiper2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 430/ 660;
	object-fit: cover;
	object-position: center;
}

.menu_description {
	color: var(--font-color);
}

/*hero section*/
.hero {
	position: relative;
	width: 100%;
	/* height: 100vh; */
	height: 177.8666vw;
	z-index: 1;
}

.slider_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.eyecatch {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	/* width: 11.8vw; */
	width: 58.6vw;
	max-width: 436px;
	min-width: 100px;
	z-index: 10;
}

/*メイン画像スライドショー（SP）*/
.slide_image1 {
	width: 100%;
	/* height: 100vh; */
	height: 177.8666vw;
	background: url(../img/top_slide1_sp.webp) no-repeat center/cover;
}

.slide_image2 {
	width: 100%;
	height: 100vh;
	background: url(../img/top_slide2_sp.webp) no-repeat center/cover;
}

.slide_image3 {
	width: 100%;
	height: 100vh;
	background: url(../img/top_slide3_sp.webp) no-repeat center/cover;
}

.slide_image4 {
	width: 100%;
	height: 100vh;
	background: url(../img/top_slide4_sp.webp) no-repeat center/cover;
}

.slide_image5 {
	width: 100%;
	height: 100vh;
	background: url(../img/top_slide5_sp.webp) no-repeat center/cover;
}

.slide_image6 {
	width: 100%;
	height: 100vh;
	background: url(../img/top_slide6_sp.webp) no-repeat center/cover;
}

/*swiper*/
.swiper_container_wrap {
	/* overflow: hidden; */
	width: 100%;
	display: flex;
	margin-top: 30px;
	max-width: 1200px;
}

.swiper-slide {
	width: 100%;
	/* margin-bottom: 30px; */
	text-decoration: none;
}

.slide_content img {
	width: 100%;
	aspect-ratio: 270/450;
	object-fit: cover;
	overflow: hidden;
}

[class*="swiper"]:focus {
	outline: none;
}

.all_slide_controls {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: relative !important;
	width: calc(100% - 100px) !important;
	left: 0 !important;
	bottom: auto !important;
}

.prev_next_button {
	display: flex;
	width: 100px;
	column-gap: 20px;
	justify-content: center;
	margin-left: auto;
	/* margin-top: 80px; */
	margin-top: 30px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
	height: 50px !important;
	width: 50px !important;
	position: relative !;
}

.pc-tab {
	display: none !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::before,
.swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	-webkit-box-shadow: #ddd;
	box-shadow: #ddd;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "" !important;
	height: 40px;
	margin: auto;
	width: 40px;
}

.swiper-button-prev:after {
	background: url(../img/slide_left_arrow.svg);
}

.swiper-button-next:after {
	background: url(../img/slide_right_arrow.svg);
}

.swiper-button-prev:hover:after {
	/* background: url(../img/slide_left_arrow_hov.svg); */
	opacity: 0.8;
}

.swiper-button-next:hover:after {
	/* background: url(../img/slide_right_arrow_hov.svg); */
	opacity: 0.8;
}

.prev_next_button .swiper-button-prev,
.prev_next_button .swiper-button-next {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
}

.prev_next_button .swiper-button-prev:hover,
.prev_next_button .swiper-button-next:hover {
	opacity: 0.8;
}

/*バナー*/
.banner_area {
	position: relative;
}

.banner_img {
	display: grid;
	/* grid-template-columns: repeat(3, 1fr); */
	grid-template-columns: 1fr;
	align-items: flex-start;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner_img > div:first-child,
.banner_img > div:last-child {
	display: none;
}

.banner_over_lay {
	background: rgba(0, 0, 0, 0.3);
	/* background: #000;
	mix-blend-mode: multiply; */
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner_link {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.banner_link p {
	font-family: var(--heading-font-en);
	font-size: 2.5rem;
	font-weight: 500;
	color: var(--heading-color);
	letter-spacing: 0.3rem;
}

.banner_link p + span {
	color: #808080;
	display: block;
	margin-bottom: 4.2vw;
}

.link_btn {
	display: grid;
	width: 200px;
	height: 60px;
	place-items: center;
	text-decoration: none;
	color: #fff;
	background: #1a1a1a;
	transition: 0.3s;
	margin: 0 auto;
	/* color: var(--heading-color); */
	border: 1px solid var(--heading-color);
	border-radius: 10px;
	font-family: var(--heading-font-en);
}

.link_btn:hover {
	color: #fff;
	background: var(--heading-color);
}



/*お知らせ*/
.news_section .inner {
	display: grid;
	row-gap: 30px;
	margin-bottom: 20px;
}

/* .news_section + div {
	background: #fff;
}
 */
.news_list ul {
	margin-bottom: 30px;
}

.news_list li:first-child {
	border-top: 1px solid var(--boder-color);
}

.news_list li {
	border-bottom: 1px solid var(--boder-color);
	padding: 20px 0;
}

.news_list li time {
	display: inline-block;
	margin-bottom: 5px;
	color: var(--theme-color);
}

.news_list li a {
	color: #1a1a1a;
	text-decoration: none;
}

.news_list li a:hover {
	text-decoration: underline;
}

.section.news_section {
	padding-bottom: 0;
	background: #fff;
}

/*マップ*/
.map_section {
	display: grid;
	row-gap: 30px;
	grid-template-columns: 1fr;
}

.map {
	order: 2;
	position: relative;
	width: 100%;
	padding-top: 80%;
}

.map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.access {
	order: 1;
	padding: 0 17.5px;
}

address,
.edit_area {
	line-height: 2;
}

.access .heading_h2 {
	margin-bottom: 30px;
}

.access address {
	margin-bottom: 20px;
}

.activity_section {
	background: #fff;
}

/* .bg_container {
	background: #fff;
	margin-top: 60vh;
}

.bg_container::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/top_content_bg.jpg) no-repeat center/ cover;
	z-index: -100;
} */

/* .activity_section {
	position: relative;
}

.activity_section::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img//top_content_bg.jpg) no-repeat center/ cover;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
} */

/*ミニスライダー*/
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes infinity-scroll-right {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(100%);
	}
}

.bg_wrapper {
	padding: 60px 0 0;
	position: relative;
	/* background: url(../img/top_bg01.png) no-repeat center bottom -100px/ cover; */
}

.mini_slider  {
	margin-top: 20px;
}

.mini_slider_wrap {
	display: flex;
	overflow: hidden;
	align-items: center;
	column-gap: 30px;
}

.mini_slider_list {
	display: flex;
	list-style: none;
	padding: 0;
	animation: infinity-scroll-left 40s infinite linear 0.5s both;
	column-gap: 30px;
}

.mini_slider_item {
	width: 200px;
}

.bg_txt_inner {
	display: flex;
	overflow: hidden;
	column-gap: 30px;
}

.txt_animation {
	display: flex;
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
	column-gap: 30px;
}

.bg_txt_inner p {
	width: 1000px;
}

.bg_txt_inner p img {
	width: 100%;
}




/*フッター*/
footer {
	/* background: var(--footer-bg-color); */
	background: #fff;
	position: relative;
	z-index: 5;
}

.footer_left address p:first-child {
	margin-bottom: 3rem;
}

.copy small {
	font-family: var(--heading-font-en);
}

/*下層・お知らせ一覧*/
.news_list.subpage_news_list {
	max-width: none;
	width: 100%;
	margin-bottom: 30px;
}

.news_inner {
	max-width: 1035px;
	margin: 0 auto;
	padding: 0 17.5px;
}

.subpage_main .heading_h2 {
	margin-bottom: 30px;
}

.article_heading h2 {
	text-align: center;
	font-family: var(--heading-font-jp);
	font-size: 2.4rem;
}

.article_heading {
	margin-bottom: 40px;
}

.news_cat {
	color: #fff;
	background: var(--theme-color);
	border-radius: 20px;
	display: inline-block;
	margin-left: max(10px, min(1.5625vw, 30px));
	padding: 0 10px;
}

.post_time {
	font-weight: bold;
}

.time_cat {
	margin-bottom: 40px;
}

.time_cat .news_cat {
	margin-left: 10px;
}

.time_cat time {
	color: var(--theme-color);
	font-weight: bold;
}

/* .article_main {
	margin-bottom: 50px;
} */

.article_main p {
	margin-bottom: 1.6rem;
}

/*お問い合わせフォーム*/
.top_contact_section .heading_h2 {
	text-align: center;
	/* margin-bottom: 120px; */
	margin-bottom: 60px;
}

.form_wrapper form {
	max-width: 1000px;
	margin: 0 auto;
}

/*下層ページ*/
.subpage_section {
	/* padding-top: min(110px, 5.8%);
    padding-bottom: min(110px, 5.8%); */
	padding: var(--section-padding-sp);
}

.subpage_haeding_wrap {
	text-align: center;
	margin-bottom: 30px;
}

.subpage_products .subpage_haeding_wrap {
	margin-bottom: 50px;
}

.subpage_h2 h2 {
	font-family: var(--heading-font-jp);
	font-size: 2.5rem !important;
}

.subpage_heading_span {
	font-family: var(--heading-font-en);
	color: var(--theme-color);
	font-size: 1.4rem;
}

.about_page {
	/* text-align: center; */
	text-align: left;
	/* margin-bottom: 120px; */
	margin-bottom: 60px;
}

.subpage_content {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 30px;
}

.subpage_content.history_content  {
	flex-direction: column;
	row-gap: 0;
}

.subpage_content h3 {
	font-family: var(--heading-font-jp);
	/* font-size: 3rem; */
	font-size: 2.5rem;
	/* margin-bottom: 40px; */
	margin-bottom: 20px;
}

.subpage_content h3.concept_h3 {
	font-size: 1.8rem;
}

.signature {
	/* margin-top: 40px; */
	margin-top: 20px;
	text-align: right;
}

.subpage_content.philosophy_content .txt p:not(:first-of-type) {
	margin-top: 10px;
}

/*カスタムフィールドテーブル*/
.acf_table > dl {
	max-width: 1100px;
	margin: 0 auto;
}

.acf_table > dl > dt,
.acf_table > dl > dd {
	padding: 10px 10px;
	text-align: center;
}

.acf_table > dl > dt {
	/* background: var(--theme-color); */
	background: #8ac23b;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}

.acf_table > dl > dd {
	margin-bottom: 20px;
}

.col_3_pc {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 60px;
	/* margin-bottom: 220px; */
	margin-bottom: 100px;
}

.col_3_pc .txt {
	text-align: center;
}

.introduction .number {
	color: var(--theme-color);
	font-size: 1.8rem;
	font-family: var(--heading-font-jp);
	font-weight: 900;
}

.introduction h3 {
	font-size: 2.2rem;
	font-family: var(--heading-font-jp);
	margin: 10px 0 0;
	line-height: 1.3;
}

.introduction h3 + span {
	color: var(--theme-color);
	font-size: 1.4rem;
}

.introduction figure {
	text-align: center;
}

.col_3_pc .txt p {
	margin-top: 20px;
	text-align: left;
	font-size: 1.4rem;
}

.col_3_pc li {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 20px;
}

.align_center {
	text-align: center;
}

.subpage_content .number {
	font-size: 2.4rem;
	font-weight: 900;
	font-family: var(--heading-font-jp);
	color: var(--theme-color);
}

.detail_wrapper {
	display: grid;
	grid-template-columns: 1fr;
	/* row-gap: 220px; */
	row-gap: 100px;
}

/*会社概要 調整*/
.acf_inner {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 5px;
	margin-bottom: 10px;
}

/*歴史タイムライン*/
.history_timeline li {
	display: grid;
	grid-template-columns: 10px 1fr;
	column-gap: 20px;
	/* padding-bottom: 30px; */
	/* padding-left: 20px; */

}


.timeline_content_wrapper {
	display: grid;
	row-gap: 10px;
	padding-bottom: 30px;
}

.timeline_line {
	position: relative;
}

.timeline_line::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #555;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}

.timeline_line::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #555;
}

.history_timeline.left li:first-child .timeline_line::after {
	height: calc(100% - 20px);
	top: 20px;
}

.timeline_year {
	font-size: 1.8rem;
	font-weight: bold;
}



.timeline_content figcaption {
	font-size: 1.3rem;
	margin-top: 5px;
	line-height: 1.4;
}

.timeline_content figure {
	margin-top: 10px;
}

.history_img1 {
	width: 150px;
}

.history_img2 {
	width: 200px;
}

.history_block p:not(:first-of-type) {
	margin-top: 30px;
}

/*マップ*/
.map_content {
	margin-top: 50px;
}
/*アーカイブ*/
.subpage_main.archive {
	padding-bottom: 0;
}

.item_nav {
	margin-bottom: 50px;
}

.item_nav ul {
	display: flex;
	column-gap: 10px;
	justify-content: center;
	max-width: 340px;
	margin: 0 auto;
}

.item_nav ul li {
	width: calc((100% - 20px) / 3);
	text-align: center;
}

.item_nav ul li a {
	display: block;
	text-decoration: none;
	color: var(--theme-color);
	font-size: 1.4rem;
	border-radius: 5px;
	border: 1px solid var(--theme-color);
	transition: 0.3s;
	padding: 3px 0;
}

.item_nav ul li a:hover {
	background: var(--theme-color);
	color: #fff;
}

.item_nav ul li a.current {
	color: #fff;
	background: var(--theme-color);
	pointer-events: none;
}

.item_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 20px;
	column-gap: 20px;
}

.item_list a {
	display: block;
	text-decoration: none;
}

.item_list a:hover {
	opacity: 0.8;
}

.item_list .name_wrap {
	margin-top: 15px;
}

.item_list .name_area h3 {
	font-size: 1.6rem;
}

.item_list .name_area h3 + span {
	font-size: 1.2rem;
}

.swiper2 a {
	text-decoration: none;
}

.swiper2 a:hover {
	opacity: 0.8;
}

/*カスタムポスト記事*/
.item_thumb_main {
	margin-bottom: 18px;
}

.carousel_img {
	max-width: 1000px;
}

.carousel_img ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 10px;
}

.carousel_img ul li {
	cursor: pointer;
}

.carousel_img ul li.current {
	pointer-events: none;
}

.item_thumb_main img,
.carousel_img ul li img {
	width: 100%;
}

.item_containter {
	display: grid;
	row-gap: 50px;
	margin-bottom: 45px;
}

.item_detail .name_area h3 {
	font-size: 2.5rem;
}

.item_detail .name_area h3 + span {
	font-size: 1.4rem;
}

.item_detail .name_wrap {
	margin-bottom: 20px;
}

.item_description {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.online_store {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: var(--theme-color);
	font-weight: bold;
	padding: 15px 0;
	border-radius: 10px;
	margin-bottom: 45px;
}

.online_store span {
	display: inline-block;
	padding-left: 33px;
	position: relative;
}

.online_store span::before {
	content: "";
	background: url(../img/cart_icon.svg) no-repeat left center/24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 20px;
}

.align_center {
	text-align: center;
}

/*バナー*/
.group_banner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	justify-content: center;
}

.group_banner li a {
	border: 1px solid #ccc;
	display: block;
	text-align: center;
}

.group_banner li a:hover {
	opacity: .8;
}

@media screen and (min-width: 600px) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 20px;
	}
}

@media screen and (min-width: 768px) {
	/* main {
		padding-bottom: min(110px, 5.8%);
	} */
	.section {
		padding-top: min(110px, 5.8%);
		padding-bottom: min(110px, 5.8%);
	}

	.heading_h2 {
		margin-bottom: min(100px, 5.3vw);
	}

	.section h2 + span {
		font-size: 1.5rem;
	}

	.header1 .logo img {
		width: 137px;
	}

	/*メインビジュアル*/
	.hero {
		height: 52.83vw;
	}

	.slide_image {
		height: 52.83vw;
	}

	/*メイン画像スライドショー*/
	.slide_image1 {
		width: 100%;
		background: url(../img/top_slide1.webp) no-repeat center/cover;
	}

	.slide_image2 {
		width: 100%;
		background: url(../img/top_slide2.webp) no-repeat center/cover;
	}

	.slide_image3 {
		width: 100%;
		background: url(../img/top_slide3.webp) no-repeat center/cover;
	}

	.slide_image4 {
		width: 100%;
		background: url(../img/top_slide4.webp) no-repeat center/cover;
	}

	.slide_image5 {
		width: 100%;
		background: url(../img/top_slide5.webp) no-repeat center/cover;
	}

	.slide_image6 {
		width: 100%;
		background: url(../img/top_slide6.webp) no-repeat center/cover;
	}

	

	.slider_wrap {
		/* height: 42.7vw; */
		height: 52.83vw;
		/* top: 180px; */
		top: 0;
	}

	/* .slide_image2 {
		width: 100%;
		height: 100vh;
		background: url(../img/top_slide2.jpg) no-repeat center/cover;
	} */

	.eyecatch {
		width: 23.4375vw;
		min-width: 250px;
		left: 9.11vw;
		right: auto;
	}

	.bg_wrapper {
		padding-top: 120px;
	}
	
	/*About*/
	.about_section {
		padding: var(--section-padding-pc);
		padding-top: 220px;
	}

	.about_inner {
		flex-direction: row-reverse;
		/* gap: 2em; */
		gap: 7.8125vw;
		align-items: center;
		margin-bottom: 100px;
	}

	.about_inner img {
		width: min(950px, 49.5%);
	}

	.about_inner .txt {
		padding: 0;
	}

	.about_inner .txt h2 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	.about_inner .txt h3 {
		font-size: 3rem;
		margin-bottom: 30px;
	}

	/*季節限定メニュー*/
	.gallery {
		column-gap: 55px;
		margin-bottom: 100px;
	}

	/* .section.activity_section, */
	.section.related_companies_section {
		margin-bottom: 100px;
	}

	.news_section .inner {
		display: flex;
		justify-content: space-between;
		column-gap: 30px;
		margin-bottom: 0;
	}

	.news_section .link_btn {
		margin-left: auto;
		margin-right: 0;
	}

	.news_section .inner .heading_h2 {
		width: 30%;
	}

	.news_list {
		max-width: 950px;
		width: calc(70% - 30px);
	}

	.news_list ul {
		margin-bottom: 60px;
	}

	.news_list li {
		padding: 25px 40px;
	}

	/*定番メニュー*/
	.counter {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	/*バナー*/
	.banner_img {
		grid-template-columns: repeat(3, 1fr);
	}

	.banner_img > div:first-child,
	.banner_img > div:last-child {
		display: block;
	}

	/*マップ*/
	.map_section {
		display: flex;
		gap: 2rem;
		align-items: center;
		/* padding: 0 max(17.5px,calc((100% - 1400px) / 2)) 0 17.5px; */
	}

	.map {
		order: 1;
		width: min(950px, 49.5%);
		padding-top: 39.6%;
	}

	.access {
		order: 2;
		padding: 0 max(17.5px, calc((100% - 1400px) / 2)) 0 17.5px;
	}

	.access address {
		margin-bottom: 40px;
	}

	/*top contact*/
	.top_contact_section {
		background: url(../img/contact_bg_pc.jpg) no-repeat center/ cover;
		padding: 8.33vw 0;
	}

	.top_contact_btn_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 3.4375vw;
		justify-content: center;
	}

	.top_contact_section .heading_h2 h2 {
		font-size: 2.3rem;
	}

	.top_contact_section .heading_h2 h2 + span {
		font-size: 1.5rem;
	}

	.top_contact_btn_wrap p {
		font-size: 2.2rem;
	}

	.tel_btn a {
		font-size: 2.5rem;
	}

	.top_contact_link_btn a {
		font-size: 1.4rem;
	}

	.top_contact_btn_wrap .contact_btn {
		display: grid;
		max-width: none;
		width: 450px;
		height: 200px;
		place-items: center;
		border-radius: 10px;
	}

	/*フッター*/
	footer {
		padding: min(185px, 9.7vw) 0 min(200px, 10.5vw);
	}

	.footer_top,
	.footer_bottom {
		padding-left: min(55px, 4%);
		padding-right: min(55px, 4%);
	}

	.footer_left {
		text-align: left;
	}

	.sns {
		justify-content: flex-end;
	}

	/*下層・お知らせ一覧*/
	.news_list.subpage_news_list {
		margin-bottom: 60px;
	}

	.news_list.subpage_news_list li {
		display: grid;
		grid-template-columns: 250px auto;
		column-gap: 5%;
		padding: 30px min(90px, 8%);
	}

	.article_heading h2 {
		font-size: 3rem;
	}

	.time_cat {
		margin-bottom: 75px;
	}

	/* .article_main {
		margin-bottom: 100px;
	} */

	/*お問い合わせフォーム*/
	.top_contact_section .heading_h2 {
		margin-bottom: 120px;
	}

	/*下層ページ*/
	.subpage_section {
		padding-top: min(110px, 5.8%);
		padding-bottom: min(110px, 5.8%);
	}

	.subpage_haeding_wrap {
		margin-bottom: 40px;
	}

	.subpage_products .subpage_haeding_wrap {
		margin-bottom: 120px;
	}

	.about_page {
		text-align: center;
		margin-bottom: 120px;
	}

	.subpage_content {
		display: flex;
		flex-direction: row;
		row-gap: 30px;
		align-items: center;
		justify-content: space-between;
	}

	.subpage_content.history_content {
		flex-direction: row;
	}

	

	.subpage_content.flex-strat {
		align-items: flex-start;
		justify-content: center;
		column-gap: 50px;
	}

	.subpage_content.col_1 {
		display: block;
	}

	.subpage_content.reverse {
		flex-direction: row-reverse;
	}

	.subpage_content .txt {
		/* flex-basis: 33%; */
		flex-basis: 45%;
	}

	.subpage_content .img {
		/* flex-basis: 58.45%; */
		flex-basis: 50%;
	}

	.subpage_content.philosophy_content .txt {
		flex-basis: 50%;
	}

	.subpage_content.philosophy_content .img {
		flex-basis: 45%;
	}

	.subpage_content h3 {
		font-size: 2.5rem;
		margin-bottom: 40px;
	}

	.signature {
		margin-top: 40px;
	}

	/*カスタムフィールドテーブル*/
	.acf_table > dl {
		display: grid;
		grid-template-columns: 210px auto;
	}

	.acf_table.dt_large > dl {
		grid-template-columns: 250px auto
	}

	.acf_table > dl:first-child {
		border-top: 1px solid #cfcfcf;
	}

	.acf_table > dl {
		border-bottom: 1px solid #cfcfcf;
	}

	.acf_table > dl > dt,
	.acf_table > dl > dd {
		text-align: left;
		padding: 35px min(50px, 2.7vw);
	}

	.acf_table > dl > dt {
		background: transparent;
		color: var(--theme-color);
		margin: 0;
	}

	.acf_table > dl > dd {
		margin-bottom: 0;
	}

	.col_3_pc {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 50px;
		margin-bottom: 220px;
	}

	.col_3_pc .txt p {
		text-align: center;
	}

	.col_3_pc li {
		row-gap: 30px;
	}

	.detail_wrapper {
		row-gap: 220px;
	}

	/*会社概要 調整*/
	.acf_inner {
		grid-template-columns: 150px 1fr;
		row-gap: 5px;
		margin-bottom: 10px;
	}

	/*アーカイブ一覧*/
	.item_nav {
		margin-bottom: 80px;
	}

	.item_nav ul {
		column-gap: 20px;
	}

	.item_nav ul li {
		width: calc((100% - 40px) / 3);
	}

	.item_list {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 55px;
		column-gap: 55px;
	}

	.item_list .name_area h3 {
		font-size: 1.8rem;
	}

	.item_list .name_area h3 + span {
		font-size: 1.4rem;
	}

	/*カスタムポスト記事*/

	/*歴史 タイムライン*/

	/*マップ*/
	.map_content {
		margin-top: 100px;
	}

	/*バナー*/
	.group_banner {
		display: flex;
		flex-wrap: wrap;
		column-gap: 30px;
		row-gap: 30px;
		justify-content: flex-start;
	}

	.group_banner li {
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (min-width: 1024px) {
	.heading_h2_wrap {
		margin-bottom: min(120px, 8.6%);
		display: flex;
		column-gap: 80px;
		justify-content: space-between;
	}

	.heading_h2_wrap .heading_h2 {
		width: 30%;
		margin-bottom: 0;
		text-align: left;
	}

	.heading_right {
		width: calc(70% - 30px);
		max-width: 950px;
	}

	/*About,map*/

	.access {
		padding: 0 max(17.5px, calc((100% - 1400px) / 2)) 0
			max(17.5px, min(200px, 10.4vw));
		width: calc(50.5% - 2em);
	}

	/*gallery*/
	.item_img,
	.name_wrap {
		margin-bottom: 30px;
	}

	/*swiper*/
	.prev_next_button {
		margin-top: min(80px, 6.7%);
		width: 140px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 60px !important;
		height: 60px !important;
	}

	.swiper-button-prev:after,
	.swiper-button-next:after {
		width: 60px;
		height: 60px;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 0 !important;
	}

	/*カスタムポスト記事*/
	.item_containter {
		max-width: 1000px;
		margin: 0 auto 95px;
		display: grid;
		grid-template-columns: 50% 40%;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1280px) {
	/*下層ページ*/
	.subpage_content .txt {
		flex-basis: 33%;
	}

	.subpage_content.tison_content .txt,
	.subpage_content.tison_content .img,
	.subpage_content.history_content .txt {
		flex-basis: 45%;
	}

	.subpage_content .img {
		flex-basis: 58.45%;
	}

	.subpage_content.philosophy_content .txt {
		flex-basis: 52%;
	}

	.subpage_content.philosophy_content .img {
		flex-basis: 40%;
	}

	.subpage_content h3 {
		font-size: clamp(2.5rem, 1.5625vw, 3rem);
	}
}
