@charset "UTF-8";

/* CSS Document */
html {
	scroll-behavior: smooth;
}

html,
div,
body {
	padding: 0;
	margin: 0;
}

a {
	transition: 0.5s;
	word-break: break-all;
}

a:hover {
	opacity: 0.75;
}

p {
	font-size: 16px !important;
}

p,
.ttl,
h2,h3,h4,li,div,strong {
	line-height: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
}

.ttl {
	font-size: 2.3rem !important;
	line-height: 2.6rem !important;
	font-weight: 500 !important;
}

.ttl {
	margin-bottom: 3% !important;
}

img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

ul {
	padding-left: 0;
}

.bflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 35px 0;
	align-items: center;
	/* width: 100%; */
}

.main {
	max-width: 1280px;
	width: 100%;
}

.con {
	padding: 5%;
}

.sp-only {
	display: none;
}

.pc-only {
	display: block;
}

@media (max-width: 700px) {
	.ttl {
		font-size: 26px;
	}

	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}
}

/* intro */
#intro {
	background: url(./img/what_bg.png);
}

#intro h3.tag {
	max-width: 350px;
}

.nav {
	max-width: 960px;
	margin: auto;
}

.nav .icon {
	width: 22.5%;
}

.box {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.box .box_lead {
	padding: 1% 17% 8%;
}

.box .img {
	width: 44%;
	margin: 0 auto;
}

.box .txt_box {
	width: 50%;
}

.box .img2 {
	width: 85%;
	margin: 0 auto;
}

.box .img3 {
	width: 30%;
}

.box .txt_box p {
	margin: 5px 0 25px;
}
#mcourse .mt {
	margin-top: 35px;
}

/* ぱんくず */
.bread_list {
	overflow: hidden;
	padding: 12px 0;
	margin: 0 auto;
}

.bread_list li {
	float: left;
}

.bread_list li a {
	color: #324C55;
	text-decoration: none;
}

.bread_list li:before {
	content: '>';
	margin: 0 10px;
	color: #a0a0a0;
}

.bread_list a,
.bread_list span {
	display: inline-block;
	font-size: 13px;
}

.bread_list li:first-child::before {
	display: none;
}

@media (max-width: 700px) {
	.bflex {
		margin: 15px 0;
	}

	#intro h3 {
		font-size: 1.6rem;
		margin-bottom: 6%;
	}

	#intro .box .txt_box {
		width: 100%;
		margin: 2%;
	}

	.top {
		padding: 0 3%;
	}

	.box {
		margin-left: 0;
	}

	.box .box_lead {
		padding: 1% 8% 8%;
	}

	.box .img {
		width: 100%;
	}

	.box .txt_box {
		width: 100%;
		margin: 1%;
	}

	.box .txt_box .ttl {
		font-size: 1.7rem;
		margin-top: 5%;
	}

	.box .txt_box a {
		width: 100%;
		margin-bottom: 1%;
	}

	.box .food {
		width: 100%;
	}

	.box .food img {
		width: 70%;
		margin: 0 auto;
	}

	.box .img2 {
		width: 100%;
		margin: 0 auto 3%;
	}

	.box .txt_box2 {
		width: 100%;
	}

	.nav .icon {
		width: 49%;
		margin-bottom: 10px;
	}

	.box .img3 {
		width: 44%;
	}
}

/* work */
#work {
	background-color: #457938;
}

#work h3 {
	color: #ffeb4c;
	font-size: 2.3rem;
	font-family: 'Zen Maru Gothic', sans-serif;
}

#work .box .txt_box p {
	color: #fff;
}

#work .box .txt_box p large {
	font-size: 1.25rem;
	line-height: 2.5;
}

#work .txt_box2 p.border {
	border: 1px solid #fff;
	padding: 2% 3%;
}

#work .info {
	background: none;
	border-radius: 15px;
	padding: 3px;
	margin-top: 30px;
}

#work .info .border {
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 40px;
}

#work ul {
	max-width: 770px;
	margin: 0 auto;
	line-height: 1.5;
}

#work ul li {
	list-style-type: none;
	font-size: 1rem;
	text-indent: -15px;
	padding-left: 15px;
}

#mcourse {
	background: url(./img/course_bg.png);
	background-size: cover;
	padding: 3% 8%;
}

#mcourse .look img {
	width: 100px;
}

#mcourse h3 {
	width: 40%;
	margin: 0 auto 3%;
}

#mcourse .course_box {
	position: relative;
	/* width: 100%; */
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	box-shadow: 2px 2px 10px rgb(156, 156, 156);
}

#mcourse .course_box .look {
	position: absolute;
	top: 0;
	left: 75px;
}

#mcourse .course_box h2 {
	font-size: 1.55rem;
	line-height: 3.5rem;
}

#mcourse .course_box h2 strong {
	font-size: 1.5rem;
	margin-left: 5px;
}

#mcourse .course_box h2 span {
	padding: 2px 5px;
	color: #fff;
	margin-left: 10px;
	font-size: 1rem;
}

#mcourse .course_box .pink_bg {
	background: #ea608d;
}

#mcourse .course_box .blue_bg {
	background: #3da1cd;
}

#mcourse .course_box .orange_bg {
	background: #ff8435;
}

#mcourse .course_box .dorange_bg {
	background: #e55425;
}

#mcourse .course_box .pink {
	color: #ea608d;
	margin: 0;
}

#mcourse .course_box .blue {
	color: #3da1cd;
}

#mcourse .course_box .orange {
	color: #ff8435;
}


#mcourse .course_box .dorange {
	color: #e55425;
}

#mcourse .course_box h4 {
	font-size: 1.15rem;
}

#mcourse .course_box p strong {
	color: #ff0000;
	font-size: 1.15rem;
}

#mcourse .course_box a {
	font-size: 1rem;
	background: #649431;
	padding: 15px;
	border-radius: 30px;
	width: 200px;
	display: inline-block;
	text-align: center;
	position: relative;
	color: #fff;
	text-decoration: none;
}

#mcourse .course_box a::before {
	content: url(./img/arrow_right.svg);
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translate(-50%, -50%);
	width: 10px;
}

#mcourse .course_box a.cs {
	background: #93908b;
}

@media (max-width: 700px) {
	#work h3 {
		font-size: 1.5rem;
	}

	#mcourse h3 {
		width: 100%;
		margin: 3% auto;
	}

	#work .info .border {
		padding: 25px;
	}

	#mcourse .course_box h2 {
		font-size: 1.25rem;
	}

	#mcourse .course_box h2 strong {
		font-size: 1.75rem;
		margin-left: 2px;
	}

	#mcourse .course_box h2 span {
		margin-left: 5px;
		font-size: 0.85rem;
	}

	#mcourse .course_box h4 {
		font-size: 1.1rem;
		margin: 0;
	}

	#work .box .txt_box p large {
		font-size: 1.25rem;
		line-height: 1.85;
	}

	#mcourse .course_box p {
		font-size: 0.85rem !important;
		line-height: 1.3rem;
	}

	#mcourse .look img {
		width: 85px;
	}

	#mcourse .course_box .look {
		left: 16px;
	}

	#mcourse .course_box p.clink {
		text-align: center;
	}

	#mcourse .course_box a {
		margin: 0 auto;
	}
}


/* entry */
#entry {
	background: url(./img/entry_bg.png);
	background-size: cover;
}

#entry .ttl {
	width: 40%;
	margin: 0 auto;
}

#entry ol {
	counter-reset: num;
	list-style-type: none !important;
	padding: 0;
	width: 100%;
}

#entry ol li {
	position: relative;
	padding: 0.7em 0.7em 0.7em 55px;
	background: #fff;
	border-radius: 30px;
	margin: 0 auto;
	margin-bottom: 3%;
	/* display: inline-block; */
	font-size: 1.2rem;
	width: 65%;
}

#entry ol li span {
	font-size: 0.9rem;
}

#entry ol li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	background: #71a444;
	color: #FFF;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	border-radius: 50%;
	left: 25px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

#entry ol li:not(:last-child)::after {
	content: '';
	background-image: url(img/arrow_down.png);
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 35px;
	height: 35px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 100%;
	left: 48%;
}

#entry ol li::after:last-child {
	display: none;
}

@media (max-width: 700px) {
	#entry {
		padding-top: 7%;
	}

	#entry ol li {
		margin-bottom: 10%;
		width: auto;
	}

	#entry ol li::after {
		width: 13px;
		height: 13px;
		top: 105%;
		left: 50%;
	}

	#entry .ttl {
		width: 75%;
	}
}


/* video */
#video h3.tag {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 3%;
}

#video .bflex {
	align-items: baseline;
}

#video .bflex .video_box {
	width: 23%;
}

#video .bflex .video_box iframe {
	width: 100%;
}

#video .bflex .video_box h3 {
	font-size: 1rem;
	line-height: 2.5rem;
	color: #457938;
	font-weight: bold;
}

#video .bflex .video_box p {
	font-size: 0.8rem !important;
	line-height: 1.3rem !important;
	margin-bottom: 20px;
}

#video .first {
	margin: 0 auto 60px;
	text-align: center;
	font-size: 1.2rem;
}

@media (max-width: 700px) {
	#video h3 {
		font-size: 1.5rem;
	}

	#video .bflex .video_box {
		width: 100%;
	}
}

/* logo */
#logo {
	position: relative;
}

#logo h2 {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 30px;
	line-height: 2rem;
}

#logo .bflex .logo_box {
	width: 50%;
}

#logo {
	padding: 6% 25% 5%;
	background: #d4e4c3;
}

@media (max-width: 700px) {
	#logo .bflex .logo_box {
		width: 100%;
	}

	#logo {
		padding: 10% 5% 5%;
	}
}

/* footer */
#footer {
	background: #f8f7f8;
	padding: 2% 8%;
}

#footer .bflex .txt_box {
	width: 45%;
}

footer .copy {
	background: #fff;
	padding: 15px 5%;
}

footer .copy p {
	text-align: center;
}



@media (max-width: 700px) {

	#footer .bflex .txt_box {
		width: 100%;
		margin-bottom: 5%;
	}
}


/* コース詳細 */
#course .course_bg {
	background: url(./img/course/bg.png);
	background-size: cover;
	padding: 1% 5% 5%;
}

#course .course_box h2 {
	font-size: 1.55rem;
	line-height: 4.5rem;
}

#course .course_box h2 strong {
	font-size: 2rem;
	margin-left: 5px;
}

#course .course_box h2 span {
	padding: 2px 5px;
	color: #fff;
	margin-left: 10px;
	font-size: 1rem;
}

#course .chr {
	border-top: 1px dashed #000;
	margin: 30px 0;
}

#course .course_box .pink_bg {
	background: #ea608d;
}

#course .course_box .blue_bg {
	background: #3da1cd;
}

#course .course_box .orange_bg {
	background: #ff8435;
}

#course .course_box .dorange_bg {
	background: #e55425;
}

#course .course_box .pink {
	color: #ea608d;
}

#course .course_box .blue {
	color: #3da1cd;
}

#course .course_box .orange {
	color: #ff8435;
}

#course .course_box .dorange {
	color: #e55425;
}

#course .course_box h4 {
	font-size: 1.35rem;
}

#course .course_box p strong {
	color: #ff0000;
	font-size: 1.15rem;
}

#course h3 img {
	margin: 3% auto;
	width: 40%;
}

#course .course_main {
	background-color: #fff;
	border-radius: 15px;
	padding: 0% 5% 5%;
}

#course .course_main .course_box h2 {
	line-height: 3rem;
}

#course .course_main .course_box strong {
	font-size: 1.4rem;
	margin-left: 3px;
}

#course .course_main .course_box .txt_box {
	width: 42%;
	margin: 5% 0 0;
}

#course .course_main .course_box .img {
	width: 57%;
}

#course .course_main .traffic {
	padding-top: 25px;
}

#course .course_main .traffic .traffic_in {
	background: #f5f2e8;
	padding: 15px 30px;
	margin-bottom: 15px;
}

#course .course_main .traffic .traffic_in img {
	max-width: 630px;
	margin: 0;
}

#course .course_main ul li {
	font-size: 0.95rem;
	line-height: 1.75;
	text-indent: -15px;
	padding-left: 15px;
}

#course .course_main .detail {
	position: relative;
	font-size: 1rem;
}

#course .course_main .detail table tr th,
td {
	padding: 10px 0;
	text-align: left;
}

#course .course_main .detail table tr th {
	width: 16%;
	color: #457938;
	padding-right: 1%;
	vertical-align: top;
}

#course .course_main .detail table tr td {
	width: 80%;
}

#course .course_main .detail .alart {
	border: 1px solid #333;
	padding: 25px 45px;
	line-height: 1.5;
	margin: 30px 0;
}

#course .course_main .detail .hotel {
	position: absolute;
	top: 0;
	right: 0;
	width: 24%;
}

#course .course_main .detail .hotel_02 {
	position: absolute;
	top: 180px;
	right: -10px;
	width: 25.75%;
}

#course .course_main .detail .green_txt {
	color: #457938;
}

#course .course_main .detail .green_bg {
	color: #fff;
	background: #457938;
	padding: 3px 7px 5px;
	display: inline-block;
}

#course .course_main .detail p {
	margin-bottom: 20px;
}

#course .course_main .detail p strong {
	color: #ff0000;
}

#course .course_footer h2 {
	width: 40%;
	margin: 4% auto 0;
}

#course .course_footer .label {
	background: #5e4e2c;
	padding: 7px 10px;
	color: #fff;
	margin-bottom: 2%;
	font-size: 1rem;
}

#course .course_footer .bflex .txt_box {
	width: 40%;
}

#course .course_footer .bflex .img {
	width: 15%;
}

@media (max-width: 700px) {
	#course .course_box h2 {
		font-size: 1.25rem;
	}

	#course .course_box h2 strong {
		font-size: 1.75rem;
		margin-left: 2px;
	}

	#course .course_box h2 span {
		margin-left: 5px;
		font-size: 0.85rem;
	}

	#course .course_box h4 {
		font-size: 1.1rem;
		margin: 0;
	}

	#course .course_box p {
		font-size: 0.85rem !important;
		line-height: 1.3rem;
	}

	#course h3 img {
		width: 75%;
	}

	#course .course_main .course_box h2 {
		font-size: 1.5rem !important;
		margin: 0;
	}

	.box .txt_box p {
		font-size: 0.8rem;
	}

	#course .course_main .course_box .txt_box {
		width: 100%;
	}

	#course .course_main .course_box .img {
		width: 100%;
	}

	#course .course_main .traffic .traffic_in {
		padding: 10px;
	}

	#course .course_main .detail table tr {
		margin-bottom: 10px;
	}

	#course .course_main .detail table tr th {
		width: 45%;
		color: #457938;
		padding: 0;
		padding-top: 15px;
	}

	#course .course_main .detail table tr td {
		width: 100%;
		padding: 5px 0px;
	}

	#course .course_main .detail table tr th,
	td {
		display: block;
		width: 100%;
	}

	#course .course_footer .bflex .txt_box {
		width: 100%;
	}

	#course .course_footer .bflex .img {
		width: 100%;
	}

	#course .course_main .detail .hotel,
	#course .course_main .detail .hotel_02 {
		position: static;
		width: 60%;
		margin: 5% auto;
	}

	#course .course_main .detail .alart {
		padding: 15px;
		margin: 20px 0;
	}

	#course .course_footer h2 {
		width: 100%;
	}

	#course .course_main .detail .hotel img,
	#course .course_main .detail .hotel_02 img {
		margin: 0 auto;
	}
}

.fukuoka-inner {
	max-width: 1280px;
	margin: 0 auto;
}

/* 20241025 add by Tsujiyama */
#work .box .txt_box p large span {
	font-size: 1.6rem;
}

#work .box .txt_box p large {
	font-weight: bold;
	border-bottom: 2px solid #fff;
	font-size: 1.45rem;
}

#mcourse .course_box a::before {
	right: 1rem;
}

#course ul li,
.bread_list {
	list-style: none;
}

/* 20241118 add by Tsujiyama */
#course .course23__container {
	gap: 1em;
	background: url(img/course/02/course_intro.webp) repeat;
	align-items: stretch;
	justify-content: center;
	border-radius: 20px;
	margin: 25px 0 0;
	position: relative;
}
#course .course23__container::before {
	content: "農家のご紹介";
	position: absolute;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	background-color: #5b4f30;
	height: 2em;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
#course .course23__intro {
	/* width: calc(50% - 3em); */
	width: 45%;
	align-items: stretch;
	border-right: 1px solid #000;
	padding-right: 1em;
	margin-top: 6.5em;
}

#course .course23__intro:last-child {
	border-right: none;
}

#course .course23__head {
	background: url(img/course/02/course_intro-tag.webp) no-repeat;
	background-size: 100%;
	color: #fff;
	width: 5em;
	padding-left: 2.4em;
	height: 2em;
	line-height: 2em;
	font-size: 1.2rem;
}

#course .course23__ttl {
	justify-content: start;
	/* gap: 10px; */
	margin: 0;
}

#course .course23__name {
	color: #5b4f30;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0;
	padding-left: 0.5em;
}

#course .course23__detail p {
	width: 70%;
	margin-bottom: 0;
}

#course .course23__detail {
	margin: 0;
	align-items: start;
}

#course .course23__img {
	width: 30%;
	align-items: start;
	padding-top: 1.2em;
}

@media (max-width:768px) {
	#course .course23__intro {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #000;
		padding: 1em;
		margin: 0;
	}
	#course .course23__intro:first-child {
		margin-top: 5em;
	}
	#course .course23__intro:last-child {
		border-bottom: none;
	}
	#course .course23__detail p,#course .course23__img {
		width: 100%;
	}
	#course .course23__detail p {
		font-size: 0.95rem!important;
	}
}
