@charset "utf-8";
/*--------------------------------
	Name: styles.css
	Released : 2025.06.01
	Version: 1.0
	Author:rising
---------------------------------*/

/* reser.css
---------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0; padding: 0; border: 0; list-style-type: none; font-weight: normal; font-style: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
img{width: auto;}
a{text-decoration: none;color:black;}
a:hover{text-decoration: none;color:#666;}
a.button{
	background-color: #363638;
	border: 1px solid rgba(0, 0, 2, 0.8);
	box-shadow: 0 1px 0 rgba(253, 253, 255, 0.2) inset, 0 1px 1px rgba(0, 0, 2, 0.2);
	border-radius: 4px;
    color: #FDFDFF;
    font-size: 11px;
    padding: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 2, 0.3);
	}
a.button:hover {
	border-bottom-color: #5d8b9d;
	color: #ff8403;
	}
a.button:active { border-top: 1px solid #5d8b9d; }
.flexslider a[target="_blank"]{ background : none; padding-right : 0px; }
.addtoany_list a[target="_blank"],.a2a_menu a[target="_blank"]{background : none;}
html{background: #fff; font: normal 100%/1.5 Arial,"Hiragino Sans","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif; color: #000;}
body{
	margin: 10px auto;
	background: #fff;
}
img{width: 100%;}
.pc{display: none;height: 0;}
@media screen and (min-width: 960px) {
	.pc{display: block;height: auto;}
    .mobile{display: none;height: 0;}
}


/* ------------------------------------------------
# toggle-menu
------------------------------------------------ */
#toggle-menu {
  opacity: 0;
}
#toggle-menu:checked + .menu-btn > span {
  transform: rotate(45deg);
}
#toggle-menu:checked + .menu-btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#toggle-menu:checked + .menu-btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#toggle-menu:checked ~ #global-nav {
  right: 0 !important;
}
.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}
#global-nav {
  display: block;
  position: fixed;
  top: 50px;
  right: -100%;
  width: 100%;
  height: calc(100% - 50px);
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fffffd;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 1;
	overflow: scroll;
}
#global-nav .menu{
	padding: 20px 35px;
}
.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
#global-nav ul li{
	border-bottom: 1px solid #f08300;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#global-nav ul li a{
	font-weight: bold;
	padding-left: 10px;
}
#global-nav .menu-lv2 a{
	font-weight: normal;
	padding-left: 25px;
	font-size: 14px;
}


@media screen and (min-width: 960px) {
    .menu-btn {
    top: 35px;
    right: 20px;
    width: 40px;
    height: 40px;
    }
    #global-nav {
		top: 75px;
    }
/*	#global-nav {
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		width: 90%;
		height: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background-color: #fffffd;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
		transition-duration: .25s;
	}
	.menu-item {
		display: block;
		padding: 12px 24px;
		color: #333;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-weight: 600;
		text-decoration: none;
		transition-duration: .25s;
	}*/
}





/* ------------------------------------------------
# bread-crumb
------------------------------------------------ */
.bread_crumb {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 14px 0;
}
.bread_crumb li {
    font-size:14px;
    color:rgb(180,180,180);
    float:left;
    list-style: none outside none;
}
.bread_crumb li:after {
    content : '>';
    padding-left:10px;
    margin-right:10px;
}
.bread_crumb li:last-child:after {
    content : '';
}
.bread_crumb li a {
    color:rgb(120,120,120);
}
.bread_crumb li.current {
}


/* ---header-- */
#header{margin-top: 10px;}
#header .header-area{
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
#header .header-area .sub-nav{
    display: flex;
}
#header .header-area .sub-nav li{
    padding: 5px;
    max-height: 25px;
}
#header .header-area .sub-nav li img{
    max-height: 25px;
    width: auto;
}
.slider img{
    width: 100%;
}
@media screen and (min-width: 960px) {
    #header .logo{
        max-width: 500px;
    }
    #header .sub-nav .pc img{
        max-width: 100px;
    }
    #header .header-area .sub-nav li img{
        max-height: 40px;
        width: auto;
        margin-right: 15px;
    }
}




/* ---contents-- */
#contents{
    margin: 20px auto;
    width: 95%;
}
h1{
    margin-bottom: 20px;
}
p,
h2,
li{
    margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
    #contents .main-area,
    #contents .banner-area{
        overflow: hidden;
    }
    #contents .display-pc,
    #contents .banner-area li{
        float: left;
        width: 48%;
    }
    #contents .display-pc:nth-child(odd),
    #contents .banner-area li:nth-child(odd){
        margin-right: 4%;
    }
    #contents p{
        line-height: 2;
    }
}

/* ---footer-- */
#footer{
    width: 95%;
    margin: 15px auto;
}
#footer li{
    margin-bottom: 15px;
}
/*#footer .footer-banner02{
    overflow: hidden;
}
#footer .footer-banner02 li{
    float: left;
    width: 48%;
    margin: 0 auto;
}
#footer .footer-banner02 li:nth-child(odd){
    margin-right: 4%;
}
#footer .footer-banner02 li img{
    min-width: 150px;
    text-align: center;
}*/
#footer .footer-banner02 .footer-banner-text li{
    width: 100%;
    float: none;
    text-align: right;
}
.copy-right{
    text-align: center;
}
@media screen and (min-width: 960px) {
    #footer .footer-banner01{
        overflow: hidden;
    }
    #footer .footer-banner01 li{
        float: left;
        width: 48%;
    }
    #footer .footer-banner01 li:nth-child(odd){
        margin-right: 4%;
    }
	#footer .footer-banner02{
		overflow:hidden;
	}
    #footer .footer-banner02 li{
		float:left;
        width: 22%;
        margin-right: 4%;
    }
    #footer .footer-banner02 li:last-child{
        margin-right: 0;
    }
}



/* ---news-topics-- */
.news-topics{
	margin: 40px auto 20px auto;
	width: 100%;
	position: relative;
}
.news-topics .wrapper{
	border: 1px solid #f08300;
	padding: 15px;
}
.news-topics .wrapper .news-title{
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/news-topics-title.jpg) no-repeat;
	width: 300px;
	text-indent: -9999px;
}
li.news-item{
	padding-bottom: 5px;
	border-bottom: 1px solid #f08300;
}
div.section-list{
	text-align: right;
}

/* ---kokoo-farm-- */
.farm-title{
	max-width: 830px;
	margin: 0 auto;
}
h1.farm-title{
	margin-top: 20px;
}
section.farm-area{
	margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
	section.farm-area{
		overflow: hidden;
		max-width: 1680px;
		margin: 0 auto;
	}
	section.farm-area .farm-area-left{
		width: 49%;
		max-width: 830px;
		float: left;
		margin-right: 20px;
	}
	section.farm-area .farm-area-right{
		width: 49%;
		max-width: 830px;
		float: right;
	}
}

/* ---best-products-- */
.products-htitle{
	max-width: 830px;
	margin: 0 auto;
}


/* ---online-shop-btn-- */
p.online-shop-btn{
	width: auto;
	max-width: 230px;
	margin: 20px auto 50px auto;
}


/* ---story-oranges-- */
.orange-list li{text-align:center;}
.orange-list li > img{width: 85%;}
.orange-list li dl dd{text-align:left;}
.story-htitle{
	max-width: 830px;
	margin: 0 auto;
}
.story-mikan li.story-description-left img,
.story-mikan li.story-description-right img,
.story-six img{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width: 960px) {
.orange-list li > img{width: 100%;}
	.orange-list,
	.story-six,
	.story-mikan{
		overflow: hidden;
		margin-bottom: 35px;;
	}
	.story-mikan{
		width: 85%;
		margin: 0 auto;
	}
	.orange-list li,
	.story-six li{
		width: 30%;
		float: left;
		margin-right: 5%;
		margin-bottom: 20px;
	}
	.orange-list li:nth-child(3n),
	.story-six li:nth-child(3n){
		margin-right: 0;
	}
	.story-mikan li.story-description-left,
	.story-mikan li.story-description-right{
		width: 40%;
		float: left;
	}
	.story-mikan li.story-description-left{
		margin-right: 5%;
	}
}


/* ---furusato-- */
.footer-banner-furusato{
	display: none;
	margin-top: 15px;
	overflow: hidden;
}
.footer-banner-furusato li{
	margin-bottom: 20px;
	width: 48%;
	float: left;
}
.footer-banner-furusato li:nth-child(odd){
	margin-right: 4%;
}
.footer-banner-furusato li{
	text-align: left;
}
@media screen and (min-width: 960px) {
	.footer-banner-furusato li img{
	width: 98%;
	}
}
.footer-banner-marriott{
    display: none;
    margin-top: 15px;
}
#footer .footer-banner-marriott li{
    float: none;
    width: 100%;
}
@media screen and (min-width: 960px) {
	#footer .footer-banner-marriott li{
		text-align: right;
	}
}


/* ---furusato-- */
section.recipe-area{
	width: 95%;
	margin: 0 auto;	
	font-size: 18px;
	line-height: 2;
	margin-bottom: 15px;
	border: 1px solid #f08300;
	padding: 20px 40px 0px 40px;
}
.recipe-area div.recipe-pic{
	display: none;
	vertical-align: middle;
	padding-bottom: 0px;
	padding-left: 60px;
	position: relative;
}
.recipe-area h2{
	font-weight: bold;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-left: 60px;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 20px;
	font-weight: normal;
}
.recipe-area h2::before{
	content: url(../images/recipe-area-arrow-down.png);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -27px;
}
.recipe-area h2.close::before{
	content: url(../images/recipe-area-arrow-up.png);
}


/* ------------------------------------------------
# inquiry
------------------------------------------------ */
.inquiry{
	width: 90%;
	margin: 0 auto;
}

table.inquiry tr{
	border-top: 1px solid #e5e5e5;
}

table.inquiry tr th p{
	margin-bottom: 0;
	width: 80%;
}

/*入力欄*/
.inquiry input, .inquiry textarea, .inquiry select {
	border: 1px solid #d8d8d8;
	padding: 8px;
}

.inquiry ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.inquiry .haveto{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.inquiry .any{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.inquiry th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	text-align:left;
	vertical-align: top;
	}	
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.inquiry{
	width:95%;
}
.inquiry tr, .inquiry td, .inquiry th{
	display: block;
	width: 95%;
line-height:2.5em;
}
.inquiry th{
	background-color:#ebedf5;
}
}

/* 「送信する」ボタン */
#formbtn {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	padding: 10px 20px;
}

#formbtn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}


/* ------------------------------------------------
# table
------------------------------------------------ */
table th{
	background-color: #EAEAEA;
	padding: 15px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #e2e2e2;
}
table td{
	padding: 15px 20px;
	font-size: 16px;
	border: 1px solid #e2e2e2;
}
@media (max-width: 450px) {
	.holiday-table th,.holiday-table td{
		padding:5px;
		text-align: center;
	}
}

.more-btn {
	width: 50px;
	height: 50px;
	position: fixed;
	left: 0;
	bottom: 100px;
	opacity: 1;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 5px;
}
 #page_top a{
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
  }
