@charset "utf-8";
@import url('../../../common/slick/slick.css');
@import url('../../../common/slick/slick-theme.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

.l-freepage-wrap,
.l-freepage-wrap *, 
.l-freepage-wrap *::before, 
.l-freepage-wrap *::after {
	box-sizing: border-box;
}

.l-freepage-wrap h1, .l-freepage-wrap h2, 
.l-freepage-wrap h3, .l-freepage-wrap h4,
.l-freepage-wrap h5, .l-freepage-wrap h6,
.l-freepage-wrap p {
	margin: 0;
	padding: 0;
}

.l-freepage-wrap, .l-freepage-wrap * {
	font-family: YakuHanJPs, 'Noto Sans JP', Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

.l-freepage-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-freepage-wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

.l-freepage-wrap a,
.l-freepage-wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

.l-freepage-wrap a:hover,
.l-freepage-wrap a:hover > img {
	opacity: 0.5;
}

.l-freepage-wrap strong {
	font-size: inherit;
	font-weight: bold;
}

.l-freepage-wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

/* .tec16-mainframe-header_bread-list {
	display: none !important;
} */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

html, body {
	margin: 0;
	padding: 0;
}



/* ========== ========== ==========
	Layout
========== ========== ========== */

.l-freepage-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 2em auto 0;
	padding: 0;
}
.l-freepage-head {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.l-freepage-nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.l-freepage-main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.l-section {
	margin: 6em auto;
}



/* ========== ========== ==========
	Component
========== ========== ========== */

.l-freepage-wrap .c-yokoku {
	padding: 1em;
	background-color: #b81c2b;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

/* ===== ===== ===== */

.c-section-ttl {
	color: #b81c2b;
	font-size: 4em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: relative;
}
.c-section-ttl .c-section-ttl__sub {
	width: 100%;
	color: #222222;
	font-size: 0.4em;
	/* position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%); */
}

/* ===== ===== ===== */

.c-info {
	margin-top: 4em;
	padding: 1em;
	background-color: #eeeeee;
}
.c-info .l-section__inner {
	padding: 2em;
	background-color: #ffffff;
}
.c-info .c-info__ttl {
	margin-bottom: 1em;
	padding: 0.5em 0;
	border-top: 2px solid #222222;
	border-bottom: 2px solid #222222;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.c-info .c-info__content:not(:first-of-type) {
	margin-top: 2em;
}
.c-info .c-info__content h4.ttl {
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #f1d2d5;
	font-weight: bold;
	line-height: 1;
}
.c-info .c-info__content h5.ttl {
	margin-top: 1em;
	font-weight: bold;
}
.c-info .c-info__content h5.ttl::before {
	content: "■";
	margin-right: 0.5em;
}
.c-info .c-info__content p:not(:first-of-type) {
	margin-top: 1em;
}
.c-info .c-info__content strong {
	color: #b81c2b;
	font-size: 1.25em;
	font-weight: bold;
}
.c-info .c-info__content a {
	color: #558fca;
	font-weight: bold;
	text-decoration: underline;
}	

/* ===== ===== ===== */

.c-item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em;
	margin-top: 2em;
}
.c-item-list .c-item-list__item {
	display: flex;
	flex-direction: column;
	width: calc( (100% - 1em) / 2);
	border: 2px solid #3e6d36;
	border-radius: 1em;
	color: #222222;
	overflow: hidden;
}
.c-item-list--3column .c-item-list__item {
	width: calc( (100% - 2em) / 3);
}
.c-item-list .c-item-list__txt {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 1em;
}
.c-item-list .c-item-list__txt p {
	font-size: 0.9em;
}
.c-item-list .c-item-list__txt .txt {
	height: 100%;
	flex-grow: 1;
}
.c-item-list .c-item-list__txt .ttl {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted #222222;
	font-weight: bold;
}
.c-item-list .c-item-list__txt .price {
	font-weight: bold;
	text-align: right;
}
.c-item-list .c-item-list__txt .price::before {
	content: "……";
	margin-right: 0.5em;
}

/* ===== ===== ===== */

.c-btn-list .c-btn {
	display: block;
	margin-top: 2em;
	padding: 1em;
	background-color: #3e6d36;
	border-radius: 0.5em;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.c-btn-list .c-btn::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	border-top: 0.25em solid #ffffff;
	border-right: 0.25em solid #ffffff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}



/* ========== ========== ==========
	Project
========== ========== ========== */

.p-head-slider.slick-dotted.slick-slider {
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.p-head-slider .slick-slide {
	height: 48vw;
	max-height: 500px;
}
.p-head-slider .slick-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.p-head-slider .slick-dots {
    width: auto;
    padding: 1em 2em;
    position: absolute;
    right: 0;
    bottom: 0;
}
.p-head-slider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 50%;
}
.p-head-slider .slick-dots li.slick-active button:before {
    background-color: transparent;
}
.p-head-slider .arrow {
    content: "";
    width: 25px;
    height: 45px;
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    transition: 0s;
}
.p-head-slider .arrow:hover {
    cursor: pointer;
}
.p-head-slider .arrow.prev {
    background: url("../images/controls.png") left top no-repeat;
    left: -3em;
}
.p-head-slider .arrow.prev:hover {
    background-position: left bottom;
}
.p-head-slider .arrow.next {
    background: url("../images/controls.png") right top no-repeat;
    right: -3em;
}
.p-head-slider .arrow.next:hover {
    background-position: right bottom;
}

/* ===== ===== ===== */

.p-nav-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	background-color: #b81c2b;
}
.l-freepage-wrap a.p-nav-list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc( 100% / 6 );
	padding: 0.5em 1em;
	color: #ffffff;
	font-weight: bold;
}
.p-nav-list__item:not(:first-of-type) {
	border-left: 1px solid #ffffff;
}
.p-nav-list__item .inner {
	font-size: 0.9em;
	text-align: center;
}
.stuck {
	position: fixed;
	top: 0;
	z-index: 999;
}

/* ===== ===== ===== */

.p-taste-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em;
	margin-top: 2em;
}
.p-taste-list .p-taste-list__item {
	width: calc( (100% - 1em) / 2 );
	border: 2px solid #3e6d36;
	border-radius: 1em;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}
.p-taste-list .p-taste-list__txt {
	width: 100%;
	padding: 1em;
	background-color: rgb(62 109 54 / 0.75);
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}



/* ========== ========== ==========
	Utility
========== ========== ========== */

.u-btn-list--price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em;
	margin-top: 2em;
}
.u-btn-list--price .c-btn {
	margin-top: 0;
	width: calc( (100% - 2em) / 3 );
}