@charset "UTF-8";


/* 共通 */
html,
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
　word-break: auto-phrase;
  letter-spacing: 0;
  text-align: justify;
  max-width: 100%;
}

body * :where(h1, h2, h3, h4, p, span, strong, address, a, dt, dd, summary, input, figcaption, time, tr, td, th, br) {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
　word-break: auto-phrase;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

* ::-webkit-scrollbar {
  display: none;
}

a:is(:active, :hover, :link, :visited) {
  color: inherit;
  text-decoration: none;
}

li{
	list-style: none;
}

.inner{
    min-width: 900px;
    margin: 0 auto;
}

/* 改行 */
.sp{
	display: none;
}


/* header */
header > .inner > p{
    background: linear-gradient(180deg, #98d261 0%, #5b8e30 100%);
    font-size: 13px;
    padding: 5px;
    text-align: center;
    color: white;
}

header > .inner{
	overflow: hidden;
}

header > .inner > video{
    width: 100%;
}


/* menu */
header > .inner > .menu{
    display: flex;
    gap: 2px;
	margin: 0 auto 10px;
	justify-content: center;
	background: linear-gradient(180deg, #98d261 0%, #80b94c 50%, #6aa538 50%, #598b2f 100%);
}

header > .inner > .menu > a{
	width: 150px;
    padding: 10px;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
    color: #ffffff;
    background: linear-gradient(180deg, #98d261 0%, #80b94c 50%, #6aa538 50%, #598b2f 100%);
	text-shadow: 2px 2px 2px #666666;
}

header > .inner > .menu > a:hover{
    background: linear-gradient(180deg, #fee380 0%, #e5be3d 50%, #d5ab26 50%, #b38f20 100%);
}

header > .inner > .menu > a > img{
	width: 24px;
	height: 24px;
	margin-right: 8px;
	text-shadow: 2px 2px 1px #666666;
}


/* 神崎農園の紹介 */
#info > .inner{
    width: 900px;
    height: 290px;
    padding: 10px;
    background-color: #EDB329;
    display: flex;
    gap: 10px;
}

#info > .inner > img{
	flex: none;
	width: 480px;
}

#info > .inner > div > h2 > img{
    width: fit-content;
    height: 20px;
    margin-bottom: 11px;
}

#info > .inner > div > p,
#info > .inner > div > p > a{
    font-size: 0.9em;
}

#info > .inner > div > p > a{
    color: white;
    font-weight: bold;
}

#info > .inner > div > .btn{
    width: fit-content;
    height: 32px;
    display: flex;
    margin-top: 16px;
}


/* サイドバーとコンテンツ横並び */
.wrapper{
    width: 900px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
}

main > #container{
    width: 662px;
}

/* sidebar */
.sidebar{
    width: 220px;
}

/* 神崎農園の連絡先 */
.sidebar .address > h1 > a{
    width: 220px;
    height: 54px;
}
.sidebar .address > h1 > a::before{
    content: "";
    display: block;
    width: 218px;
    aspect-ratio: 222 / 54;
    margin: 11pt 0;
    background: url(../img/common/logo.jpg) no-repeat top center / contain;
}

.sidebar > .address > address{
	font-size: 11pt;
}

.sidebar > .address > address > a.tel{
    font-size: 19.5pt;
}

.sidebar > .address >  address > span{
	font-size: 1.5em;
}

.sidebar > .address > a{
    font-size: 11.5pt;
}

/* インスタのロゴ */
a.insta{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a.insta::after{
    content: "";
    display: block;
    width: 80px;
	height: 80px;
    margin: 11pt 0;
    background: url(../img/common/insta.jpg) no-repeat top center / contain;
}

/* インフォメーション、カレンダー、農園主の紹介 */
.sidebar > .container > .infomation,
.sidebar > .container > .calendar,
.sidebar > .container > .introduce{
    padding: 10px;
	margin-top: 10px;
    border: 1px solid #80b94c;
}

.sidebar > .container > .infomation *,
.sidebar > .container > .calendar *,
.sidebar > .container > .introduce *{
    line-height: 14pt;
	font-size: 10pt;
}

.sidebar > .container > .infomation > h3,
.sidebar > .container > .calendar > h3{
    background-color: #666666;
    color: white;
    padding: 5px;
}

/* 営業時間などの表 */
.sidebar > .container > .infomation > dl{
    display: flex;
    flex-shrink: 1;
	margin: 5px 0;
}

.sidebar > .container > .infomation > dl > dt{
    width: 70px;
}

/* 営業日カレンダー */
#isp_businesscalendar-3{
	margin-top: 5px;
}

#isp-business-calendar{
    border-collapse: collapse;
	border: 1px solid #909090;
}

table#isp-business-calendar thead th{
	color: white;
}

td.business{
	border: 1px solid #9B9B9B;
}

/* 農園主の紹介 */
.introduce > figcaption{
	margin-top: 16px;
	line-height: 1.8;
}

/* バナー広告 */
.banner > img{
    margin: 16px 0 8px;
}

/* 種なし・皮ごと・熟甘シリーズ */
main #container{
    width: 662px;
}

#index > #container > div{
    margin: 10px;
	display: flex;
	justify-content: space-between;
}

#index > #container > div > div{
	width: 200px;
}

#index > #container > div > div > figure > img{
    width: fit-content;
    height: 270px;
}

/* footer */
footer > .inner{
    padding: 20px 0;
    margin-top: 10px;
    background-color: #87c053;
    border-radius: 10px 10px 0 0;
}

footer > .inner > *{
    color: white;
    text-align: center;
}

footer > .inner > .menu > a::before,
footer > .inner > .menu > a:nth-child(6)::after{
    content: "｜";
}

footer > .inner > address{
    margin-top: 16px;
}


/* お知らせ */
#index > div > #container > h2,
#index > #container > #news > h2,
#news > #container > h2,
#news_detail > div > #container > h2{
	font-family: "Mochiy Pop P One", sans-serif;
    color: white;
    background: linear-gradient(180deg, #fc7d37 0%, #f2641e 50%, #e64500 100%);
    font-size: 16pt;
    line-height: 1;
    padding: 5px 8px 4px;        
	text-shadow: 3px 3px 1px #e64500;
}

/* トップページのみ「新着分」「▶一覧」追加 */
body#firstlevel > main#index > #container > #news > h2{
	display: flex;
	align-items: center;
}

body#firstlevel > main#index > #container > #news > h2 > span{
	background-color: #ff0000;
	border: 1px solid white;
	padding: 0.2em;
	font-size: 10pt;
	margin-left: 0.5vw;
}

body#firstlevel > main#index > #container > #news > h2 > a{
	color: #ffff00;
	font-size: 10pt;
	border-left: 1px solid white;
	margin-left: auto;
	display: flex;
}

body#firstlevel > main#index > #container > #news > h2 > a::before{
	content: "\025b6";
	display: block;
	margin-left: 0.5em;
}

#index > #container > #news > li,
#index > div > #container > li,
#news_detail > div > #container > li{
	list-style: none;
	border: 1px solid #80b94c;
	padding: 10px;
	margin-top: 10px;
}

#index > #container > #news > li > h3,
#index > div > #container > li > a > h3,
#news_detail > div > #container > li > h3{
	color: white;
	background-color: #666666;
	font-size: 15px;
	padding: 5px 0 5px 10px;
	line-height: 15pt;
}

#index > #container > #news > li > time,
#index > #container > #news > li > p,
#index > div > #container > li > a > time,
#index > div > #container > li > a >p,
#news_detail > div > #container > li > time,
#news_detail > div > #container > li > p{
	font-size: 12px;
	padding-left: 10px;
	line-height: 20pt;
}

/* ページネーション */
.pagination,
.pagination > ul{
	display: flex;
	margin: 10px auto;
	gap: 20px;	
	justify-content: center;
}

/* 農園主のこだわり */
#kodawari > #container > h2{
	font-family: "Mochiy Pop P One", sans-serif;
    height: 34px;
    color: white;
    background: linear-gradient(180deg, #d9b999 0%, #c49f79 50%, #ad8156 100%);
    font-size: 16pt;
    line-height: 1;
    padding: 5px 0 4px 8px;
	text-shadow: 3px 3px 1px #ad8156;
}

#kodawari > #container > div{
    flex-direction: column;
    margin: 20px 0 0;
    padding: 15px;
    background: linear-gradient(180deg, #d9eef9 0%, white 55%, #e4edc7 55%, #e4edc7 100%);
}

#kodawari > #container > div > div{
    display: flex;
}

#kodawari > #container > div > div > h3{
	font-family: "Mochiy Pop P One", sans-serif;
    font-size: 34px;
    line-height: 1;
    text-align: start;
	margin-right: 20px;
}

#kodawari > #container > div > .contents{
    height: 660px;
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
}

#kodawari > #container > div > .contents > .tab_btn_area{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#kodawari > #container > div > .contents > .tab_btn_area > .tab_btn{
	font-family: "Mochiy Pop P One", sans-serif;
	font-size: 1em;
    width: 16em;
    height: fit-content;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 10px;
    background-color: #f8e4a3;
}

#kodawari > #container > div > .contents > .tab_btn_area > .tab_btn:hover{
	cursor: pointer;
}

#kodawari > #container > div > .contents > .tab_btn_area > .tab_btn > span{
    font-size: 2em;
	margin: 0 0.5rem;
	line-height: 1 !important;
}

#kodawari > #container > div > .contents > .tab_content_area > .tab_content{
    width: 332px;
    height: fit-content;
    padding: 10px;
    display: none;
    border-radius: 20px;
    border: 5px solid;
}

#kodawari > #container > div > .contents > .tab_content_area > .tab_content{
    border-width: 5px;
    border-style: solid;
    background-color: #fff;
	position: relative;
}

.tab_content > h4 > span{
    color: white;
    font-size: 11pt;
    border-radius: 50%;
    padding: 10px;
}

.tab_content.active::after{
    width: 300px;
    height: 450px;
    display: block;
    position: absolute;
}

.tab_content:nth-child(1).active::after{
    content: url(../img/kodawari/kodawari_master1.gif);
    right: 325px;
    bottom: -180px;
}

.tab_content:nth-child(2).active::after{
    content: url(../img/kodawari/kodawari_master2.gif);
    right: 325px;
    bottom: -180px;
}

.tab_content:nth-child(3).active::after{
    content: url(../img/kodawari/kodawari_master3.gif);
    right: 330px;
    bottom: -120px;
}

/* ボタンの色と枠の色 */
#kodawari > #container > div > .contents > .tab_btn_area > .tab_btn:nth-child(1) > span{
    color: #faa047;
}

#kodawari > #container > div > .contents > .tab_content_area > .tab_content:nth-child(1){
    border-color: #faa047;
}

.tab_content:nth-child(1) > h4 > span{
    background-color: #faa047;
}

#kodawari > #container > div > .contents > .tab_btn_area > .tab_btn:nth-child(2) > span{
    color: #9ac86c;
}

#kodawari > #container > div > .contents > .tab_content_area > .tab_content:nth-child(2){
    border-color:#9ac86c;
}

.tab_content:nth-child(2) > h4 > span{
    background-color: #9ac86c;
}

#kodawari > #container > div > .contents > .tab_btn_area > .tab_btn:nth-child(3) > span{
    color: #5380b8;
}

#kodawari > #container > div > .contents > .tab_content_area > .tab_content:nth-child(3){
    border-color: #5380b8;
}

.tab_content:nth-child(3) > h4 > span{
    background-color: #5380b8;
}

#kodawari > #container > div > .contents > .tab_content_area > .tab_content > h4{
	font-family: "Mochiy Pop P One", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #e60012;
	display: flex;
	gap: 16px;
}

#kodawari > #container > div > .contents > .tab_content_area > .tab_content > figure{
	margin-top: 20px;
}

/* ボタンがアクティブになった時に表示 */
#kodawari > #container > div > .contents > .tab_content_area > .tab_content.active{
    display: block;
}



/* 主な生産品種 */
#seisan > #container > h2{
	font-family: "Mochiy Pop P One", sans-serif;
    height: 34px;
    color: white;
    background: linear-gradient(180deg, #aace6f 0%, #94c03b 50%, #7cb100 100%);
    font-size: 16pt;
    line-height: 1;
    padding: 5px 0 4px 8px;
	text-shadow: 3px 3px 1px #7cb100;
}

#seisan > #container > h2 + img{
    width: 80vw;
    height: fit-content;
    margin: 1rem 0 0.5rem 0;
}

#seisan > #container > div{
   padding: 10px;
   margin: 0 0 10px 0;
   gap: 1em;
   border: 1px solid black;
   display: flex;
   flex-direction: row-reverse;
}

main#seisan > #container > div#last{
    background-color: #f5f1e4;
}

#momotarou > figcaption > img,
#genkikun > figcaption > img,
#rocket > figcaption > img{
    width: 80%;
    margin: 5px 0;
}

#seisan > #container > div > figure > img{
    min-width: 240px;
    height: fit-content;
}

#seisan > #container > div h3{
    color: #bc5b4d;
    font-weight: bold;
    font-size: 12pt;
}

#seisan > #container > div figcaption p{
    font-size: 13px;
    line-height: 15pt;
}

.btn{
    display: flex;
}


/* フォトギャラリー */
#photo > #container > h2{
	font-family: "Mochiy Pop P One", sans-serif;
    height: 34px;
    color: white;
    background: linear-gradient(180deg, #a0badc 0%, #619bc8 50%, #3486b9 100%);
    font-size: 16pt;
    line-height: 1;
    padding: 5px 0 4px 8px;
	text-shadow: 3px 3px 1px #3486b9;
}

#photo.wrapper > #container > h3{
    min-height: 27px;
    margin: 1em 0 10px;
    padding-left: 0.5rem;
    color: white;
    background-color: #a3a2a2;
	font-size: 1.1em;
}

#photo.wrapper > #container > div{
    gap: 5px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#photo.wrapper > #container > div > a{
    width: 120px;
    padding: 4px;
}

#photo.wrapper > #container > div > a > figure > img{
    width: 113px;
    height: 85px;
    margin-bottom: 5px;
}

#photo.wrapper > #container > div > a > figcaption{
    width: 100px;
    font-size: 10px;
    line-height: 10pt;
}

/* アクセスマップ */
#map.wrapper{
    display: block;
}

#map > div{
    display: flex;
    margin: 11pt 0;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

#map > div > h1 > a{
    width: 220px;
    height: 54px;
}

#map > div > h1 > a::before{
    content: "";
    display: block;
    width: 218px;
    aspect-ratio: 222 / 54;
    background: url(../img/common/logo.jpg) no-repeat top center / contain;
}

/* Google マップロゴ */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.google{
    width: 174px;
    height: fit-content;
    aspect-ratio: 196 / 36;
    margin-right: 15px;
    background: url(../img/map/GoogleMaps_Logo_DarkGray.svg) no-repeat bottom / contain;
}


/* 出荷時期 */
#shukka > #container{
    width: 900px;
    margin-top: 10px;
}

#shukka > #container > h2{
    height: 34px;
    color: white;
    background: linear-gradient(180deg, #a3cfcc 0%, #77b7b2 50%, #469b95 100%)#b1865c;
    font-size: 16pt;
    line-height: 1;
    padding: 5px 0 4px 8px;
}

#shukka > #container > img{
    width: 100%;
    margin: 10px auto;
}

/* 営業日カレンダー　2025年12月24日追加プラグイン */

.holiday-titles {
	display: flex ;
}
.xo-event-calendar p.holiday-title {
    font-size: 80% !important;
    padding: 2px 5px 2px 0px !important;
}

.xo-event-calendar table.xo-month button span.nav-next {
    float: right;
    margin: 3px;
}


.xo-event-calendar table.xo-month button span.nav-prev {
    float: left;
    margin: 3px;
}
.xo-event-calendar table.xo-month button span.nav-prev {
	border-bottom: 1px solid #333 !important;
    border-left: 1px solid #333 !important;
	height: 10px !important;
	width: 10px !important;
	}
.xo-event-calendar table.xo-month button span.nav-next {
    border-right: 1px solid #333 !important;
    border-top: 1px solid #333 !important;
    height: 10px !important;
    width: 10px !important;
}

.month-event-space,
.month-event-space *:empty{
	display: none;
}

.month-dayname-space,
.month-dayname td div,
.dayname > td > div{
	height: 2em !important;
	text-align: center !important;
}

.month-dayname td div.today{
	color: black !important;
	font-weight: bold !important;
}
