body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'klee','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}
li {
    list-style: none;
}
.wrap0 {
    width: 100%;
    overflow: hidden;
}
/*------------------------------------------*/
#header {
    width: 100%;
    background-color: #fff;
    position: relative;
}
nav.navbar {
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav .logo {
    width: 20%;
}
nav h1 img {
    width: 140%;
	padding-top:20px;
}
#menu-globalnavi {
	padding: 0 0 10px 0;
}
ul.w-menu {
	padding: 0;
}
.w-menu li {
    display: inline-block;
	text-align: center;
    list-style: none;
    padding: 5px 10px 5px 10px;
    position: relative;
	font-size: 14px;
}
.w-menu a::after {
  content: attr(data-desc);
	display: block;
	text-align: center;
		font-size: 20px;
	letter-spacing : -0.05em;
	margin-top: -6px;
}
nav ul li a {
    text-decoration: none;
    color: #000;
    position: relative;
}

.g-navlinks::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2.5rem;
    height: 2.5rem;
    background-color: #bce2e8;
    border-radius: 50%;
    z-index: -1;
}
.circle {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #bce2e8;
    z-index: -1;
    transition: .3s;
  }
.w-menu li a::hover + .circle {
    background-color: #bce2e8;
  }

nav.sticky {
    position: fixed;
    width: 100%;
    height: 90px;
    left: 0;
    top: 0;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.4s;
    z-index: 40;
}
.tel {
    display: block;
    margin: 20px 20px;
    border-left: 1px solid #000;
    padding-left: 10px;
    z-index: 40;
}
#mask {
    display: none;
}
.mobilemenu {
    display: none;
}
.bm {
    display: none;
}
.cascade {
    width: 300px;
    position: absolute;
    top: 60px;
    right: -300px;
    background-color: #fff;
    opacity: 0;
}

/*---------------------------------------------
ヘッダーここまで
----------------------------------------------*/

.maincontent {
    width: 100%;
    display: block;
    margin-top: 20px;
}

/*---------------------------------------------
セクション１
----------------------------------------------*/
.section1 {
    width: 100%;
    height: 720px;
    z-index: 10;
}
.wrap1 {
    width: 100%;
    height: 720px;
    margin: 0 auto;
    background-image: url("https://katayama-organic-farm.com/wp-content/uploads/2025/10/ryushion00001.jpg");
    background-position: center;
    background-size: cover;
}
.secin1a img{
    width: 96%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.cerri_cta {
    position: absolute;
    left: 2vw;
    top: 55vw;
    z-index: 20;
    width: 10rem;
    padding: 0.75rem 0.75rem 1.5rem;
    background-color: rgba(255,255,255,.9);
    border-radius: 110px 110px 0 0;
    box-shadow: 0 0 30px rgba(90,116,138,.3);
    font-size: .875rem;
    line-height: 1.5;
    text-align: center;
}
.cerri_cta a {
	    letter-spacing: 0;
    transform: translateY(10px);
}
p.name{
    line-height: 0.6rem;
    font-size: 16px;
}
.cta_area {
    margin: 0 auto;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-color: #bce2e8;
}
.cta_area a{
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    letter-spacing: 0;
    transform: translateY(10px);
}
.cta_area2 {
    margin: 0 auto;
    border-radius: 25% 10%;
    background-color: rgb(146, 227, 197);
}
.under_cta {
	position: fixed;
	top: 10vw;
	left: 84vw;
	z-index: 50;
    margin: 0 auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #bce2e8;
    text-align: center;
	font-size: 80%;
	opacity: 0.9;
}
.under_cta img {
	width: 50%;
}
.under_cta a {
	margin-top: -10%;
}
/*---------------------------------------------
セクション2　ブログエリア 
----------------------------------------------*/
.section2 {
    width: 78%;
    margin-left: 25%;
}
.wrap2 {
    display: flex;
}
.wrap2 h2 {
	margin-top: 20px;
	padding-top: 30px;
	font-size: 32px;
	text-align: center;
}
.wrap2 ul {
	padding: 0;
}
.wrap2 li {
	background-color: #fff;
	margin-bottom: 20px;
	height: 50px;
	filter: drop-shadow(0 0 4px #ccc);
	position:relative;
}
.keijilist {
	width:600px;
}
p.keijidate {
	margin: auto;
	padding: 0 0 0 40px;
}
p.keijidate:before {
	content: "○";
	position: absolute;
	top: 30%;
}
.ichiranhe {
	margin-left: 360px;
}
.ichiranhe a {
		border: solid 1.5px;
	padding: 4px;
	font-size: 18px;
}


/*---------------------------------------------
セクション３
----------------------------------------------*/
/*---------------------------------------------
セクション４
----------------------------------------------*/
.section4 {
    width: 100%;
	display: block;
	margin-top: 0;
}
.taiken-wrap {
    width: 98%;
}
/*---------------------------------------------
セクション6　作物加工品
----------------------------------------------*/
.wrap6 {
	width: 94%;
	margin: 0 auto;
}
/*カテゴリー・アーカイブページ呼び出し部分枠*/
.stage_container{
	width: 100%;
	margin: 0 auto;
}
/*枠*/
.stage_box a{
	width: 100%;
	background-color: #fff;
	margin: 0 0 20px 0;
	padding: 0;
   box-shadow: 0 3px 5px rgba(139, 139, 139, 0.22);
	display: flex;
	flex-direction: left;
}
.stage_box a:hover {
		color: #a2a2a2;
	}
/*テキスト*/
.stage_box_text {
	margin-top: 0;
	padding: 8px;
	font-size: 20px;
	letter-spacing: -0.04em;
}
/*画像*/
.stage_box_img {
	width: 150px;
	height: 150px;
	margin-top: 0;
	margin-bottom: 0;
}
.stage_box_img  img{
  width: 150px;
height: 150px;
	overflow: hidden;
	object-fit: cover;
}
/*実績一覧へ*/
.history-ichiran {
	text-align:right;
}
.history-ichiran a {
		border: solid 1.5px;
	padding: 4px;
	font-size: 18px;
}
/*---------------------------------------------
 * セクション８　マルシェ
 -----------------------------------------------*/
.wrap8 {
	width: 94%;
	margin: 0 auto;
}
/*どこでもマルシェ｜右側*/
.thankbox {
	width: 420px;
	height: 150px;
	margin: 10px;
	border: solid 2px;
	border-color: #bce2e8;
	border-radius: 10px;
	display: flex;
}
.thankphot {
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
}
.thanktext {
	width: 280px;
	margin: 0;	
	padding-left: 12px;
}
/*---------------------------------------------
 * セクション７　インスタグラム
 -----------------------------------------------*/
#instaarea {
	width:100%;
}
.wrap7 {
	width: 96%;
	margin: 0 auto;
}
#sbi_load a.sbi_load_btn {
	background-color: #1B4F31!important;
}
/*---------------------------------------------
 * セクション9　ボランティア
 -----------------------------------------------*/
.wrap9 {
	width: 94%;
	margin: 0 auto;
}
/*---------------------------------------------
フッター
----------------------------------------------*/
#footer {
    position: relative;
    overflow: hidden;
    z-index: 0;
	border-top: 4px solid #bce2e8;
	background-color: #f9f9f9;
}
.footer_main {
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.footer_main_left {
	flex: 1;
}
.footer_main_center {
	flex: 1;
	margin: 0 auto;
}
.footer_main_right {
	flex: 1;
}
@media screen and (max-width: 800px) {
	.ft_con {
	display: block;
}
	.ftaiken {
		margin: 20px auto;
	}
		.fcall {
		margin: 20px auto;
	}
}

.footer_main {
    display: flex;
    justify-content: center;
}
ul.widget1 {
	padding-left: 10px;
}
ul.widget2 {
	padding-left: 10px;
}
ul.widget3 {
	padding-left: 10px;
}
.copyright {
    text-align: center;
    background-color: #bce2e8;
}

/*ーーーーーーーーーーーーーーーーーー
ここからモバイル用のCSS
ーーーーーーーーーーーーーーーーーー*/

@media screen and (max-width: 940px) {
    #mask {
        display: none;
    }
    .mv3 {
        display: none;
    }
    #header {
        width: 100%;
        background-color: #fff;
        position: relative;
    }
	#menu-globalnavi-1 {
		padding-left: 0;
	}
    nav.navbar {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        background-color: #fff;
    }
    .logo img {
        padding-left: 10px;
        width: 150px;
    }
    .w-menu {
        display: none;
    }
    .tel {
        display: none;
    }
    .mobilemenu {
        display: block;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .taiken {
        text-align: center;
        font-size: 12px;
        width: 70px;
        height: 60px;
        margin: 0 auto;
        border-left: solid 1px;
    }
    .toiawase {
        display: block;
        text-align: center;
        font-size: 12px;
        width: 70px;
        height: 60px;
        background-color: #000;
        color: #fff;
    }
    .taiken p {
		line-height: 0.9em !important;
		margin: 4px auto;
		text-align: center;
		display: block;
	}
	.taiken p::before {
		content: url("https://katayama-organic-farm.com/wp-content/uploads/2025/10/ninjin.svg");
		display: block;
		margin: 0 auto 4px auto;
		width: 20px;
		height: 20px;
	}
    .toiawase a p {
		line-height: 0.9em !important;
		margin: 4px auto;
		text-align: center;
		display: block;
		color: #fff;
	}
	.toiawase p::before {
		content: url("https://katayama-organic-farm.com/wp-content/uploads/2025/10/whitemail.svg");
		display: block;
		margin: 0 auto 4px auto;
		width: 20px;
		height: 20px;
	}
    .bm {
        display: block;
        text-align: center;
        width: 70px;
        margin: 0 auto;
        cursor: pointer;
    }
    .bgtitle {
        display: block;
        position: fixed;
        top: 3%;
        right: 10px;
        font-size: 12px;
        color: #3e505a;
        text-align: center;
    }
    .burger {
        display: block;
        position: fixed;
        top: 2.4%; 
    }
    .burger div {
        position: absolute;
        display: block;
        left: 20px;
        width: 28px;
        height: 1.4px;
        background-color: #3e505a;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .burger div:nth-child(1) {
        top: 4px;
    }
    .burger div:nth-child(2) {
        top: 14px;
    }
    .burger div:nth-child(3) {
        bottom: 4px;
    }

    .open .mobilemenu .bm .burger div:nth-child(1) {
        transform: translateY(-4.5px) rotate(-315deg);
    }
    .open .mobilemenu .bm .burger div:nth-child(2) {
        opacity: 0;
    }
    .open .mobilemenu .bm .burger div:nth-child(3) {
        transform: translateY(4.5px) rotate(315deg);
    }
    #mask {
        transition: all 0.5s;
    }
    .open #mask {
        display: block;
        position: absolute;
        background-color: #40db88;
        width: 100%;
        height: 100%;
        top: 60px;
        left: 0;
        position: fixed;
        opacity: 0.6;
        cursor: pointer;
    }
    .open .cascade {
        width: 210px;
        height: 400px;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #fff;
        opacity: 1;
    }
    ul.c-menu {
        padding-left: 16px;
        padding-right: 16px;
    }
    .c-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #3e505a;
    }
    .c-menu li a {
        display: block;
        color: #3e505a;
        font-weight: 16px;
        padding: 0.8rem 1rem;
        transition-duration: 0.2s;
		padding-top:20px;
    }
		ul#menu-header_menu-1{
		padding-inline-start: 0!important;
	}
/*-----------------------------------
セクション1　画像 
----------------------------------------------*/
	.section1 {
    width: 100%;
    height: 300px;
    z-index: 10;
}
	.wrap1 {
    width: 98%;
    height: 300px;
    margin: 0 auto;
    background-image: url("https://katayama-organic-farm.com/wp-content/uploads/2025/10/ryushion00001.jpg");
    background-position: center;
	background-repeat:no-repeat;
    background-size: contain;
}
	.cutimg {
		display:none;
	}
	.cta_area2 {
    margin: 0 auto;
    border-radius: 25% 10%;
    background-color: rgb(146, 227, 197);
}
/*-----------------------------------
セクション２　コンセプト 
----------------------------------------------*/
.section2 {
    width: 98%;
	margin: 2% 0 0 0;
}
	.section2 h2 {
		padding-left: 2%;
	}
.wrap2 {
		display: block;
		width: 96%;
		margin: 0 auto;
	}
.concept {
    margin-top: 10px;
	text-align: left;
    margin-bottom: 0;
    font-size: 32px;
    padding-left: 20px;
}

.concept-text {
    display: block;
	max-width: 900px;
}
.concept-text p {
    width: 98%;
}

.cpimg {
    margin: 30px auto;
    text-align: center;
}
.cpimg img {
    max-width: 90%;
}
.ichiranhe {
	margin-left:10%;
}
/*---------------------------------------------
セクション３　講師 INSTRUCTOR
----------------------------------------------*/
.section3 {
    width: 100%;
    margin-top: 10px;
}
.wrap3 {
    width: 96%;
    margin: 10px auto;
}

.wrap3 h2 {
    margin: 0;
    padding-top: 30px;
    font-size: 32px;
}
	.wrap3 h2::after {
		display: none;
	}
/*---------------------------------------------
セクション４　クラス CLASS
----------------------------------------------*/
.section4 {
    width: 100%;
	display: block;
	background-color: #fbfaf5;
	margin-top: 0;
}
.wrap4 {
	display: block;
	width: 98%;
	margin: 0 auto;
	padding-top: 20px;
}
.wrap4 h2 {
    margin: 0;
    padding-left: 20px;
	writing-mode: horizontal-tb;
    font-size: 32px;
  }
.classwrap {
    width: 96%;
	margin: 0 auto;
}

.classname {
	width: 512px!important;
    background-color: #fff;
	box-shadow: 4px 4px 2px #ccc !important;
}
.classA {
box-shadow: 4px 4px 2px #ccc !important;
}
/*-----------------------------------
セクション5　ブログエリア 
----------------------------------------------*/
.section5 {
	width:100%;
}
.wrap5 {
	width: 90%;
	margin: 0 auto;
}
.wrap5 h2 {
	margin: 0;
	padding-top: 20px;
	font-size: 32px;
	text-align: center;
}
.wrap5 ul {
	padding: 0;
}
.wrap5 li {
	background-color: #fff;
	margin-bottom: 20px;
	height: 50px;
	filter: drop-shadow(0 0 4px #ccc);
}

p.keijidate {
	margin: 0 auto;
	padding: 4px 0 0 10px;
	font-size: 80%;
	letter-spacing: -1.2px;
}
	/*画像*/
.stage_box {
	width: 100%;
	background-color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
   box-shadow: 0 3px 5px rgba(139, 139, 139, 0.22);
}
.stage_box_img {
	margin-bottom: 0;
	width: 120px;
	height: 120px;
}
.stage_box_img  img{
  width: 120px;
height: 120px;
	overflow: hidden;
	object-fit: cover;
}
/*テキスト*/
.stage_box_text {
	margin-bottom: 0;
	padding: 8px;
	font-size: 16px;
	letter-spacing: -0.1em;
}
/*---------------------------------------------
セクション6　ブログエリア 
----------------------------------------------*/
.section6 {
	width:100%;
}
/*　イラスト付きお申込みボタン*/
.cerri_cta {
	display:none;
}
/*---------------------------------------------
フッター
----------------------------------------------*/
	.footer_contact {
		height: 180px;
	}
	.footer_contact h2 {
		margin: 10px 0;
		font-size: 32px;
	}
    .footer_main {
    display: block;
		width: 100%;
		margin: 0 auto;
    }
	.footer_main_left {
		width: 96%;
		margin: 0 auto;
	}
	ul.widget1 {
		padding: 0 20px 0 20px;
	}
	ul.widget2 {
		padding: 0 20px 0 20px;
	}
	ul.widget3 {
		padding: 0 20px 0 20px;
	}
}