@charset "UTF-8";
/*
Theme Name: Udono Citrus Farm 2017 Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 0.1
Updated: 2019-10-12 05:19:07

*/
:root {
  /* --base-color1: #00970d; */
  /* --base-color2: #bcda1e; */
  --base-color1: #22ac38;
  --base-color2: #bddb1f;
  --base-color3: #fff100;
}
html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] select, html[lang="ja"] textarea {
    font-family: 'M PLUS Rounded 1c', "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
#page {
  overflow: hidden;
}
/*
* Header部データ
*/
.site-header {
  background: none;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.96;
  z-index: 1;
}
.site-branding {
  padding: 6px 0 0 20px;
  background-color: white;
}
.site-branding > .wrap {
  max-width: 100%;
}
.custom-logo-link {
  float: left;
  padding-top: 10px;
}
.head-right {
  display: none;
}
.info {
  color: var(--base-color1);
}
.head-right .opn-time {
  letter-spacing: 2.2px !important;
}
.navigation-top {
  display: none;
}
body.home .head-bottom { margin-top: 0; }
body:not(.home) .head-bottom { margin-top: 60px; }
.head-bottom {
  display: flex;
}
.head-bottom .tel-no {
  width: 55%;
  padding: 7px;
}
.head-bottom .info {
  margin-top: 3px;
  width: 45%;
  padding: 2px;
  line-height: 1.3;
  font-size: 10px;
  text-align: center;
  background-color: white;
  /* z-index: 3; */
}
.head-bottom .opn-time {
  letter-spacing: 2px !important;
}
@media screen and (min-width: 375px) {
  .head-bottom .info {
    font-size: 12px;
  }
}
@media screen and (min-width: 425px) {
  .head-bottom .info {
    font-size: 3vw;
    line-height: 1.36;
  }
  .head-bottom .opn-time {
    letter-spacing: 2.6px !important;
  }
}
@media screen and (min-width: 768px) {
  .site-branding {
    padding: 20px 0 0;
    height: 75px;
  }
  .site-branding > .wrap {
    max-width: 100%;
    padding: 0 10px;
  }
  .custom-logo-link {
    float: left;
    padding-top: 10px;
  }
  .head-right {
    display: block;
  }
  .head-right .info {
    float: right;
    padding-right: 4px;
    font-size: 12px;
  }
  .head-right .tel-no {
    width: 200px;
    float: right;
  }
  .navigation-top {
    display: block;
    top: 75px;
    border-top: none;
    border-bottom: 0.5px solid #eee;
  }
  .navigation-top .wrap {
    padding: 1px 0;
    max-width: 100%;
  }
  .topmenu-back.min986 {
    display: none;
  }
  .topmenu-back.max985 {
    display: block;
    margin: 0 0 0 auto;
    width: 450px;
    height: 40px;
    fill: #83df43;
    /* fill: var(--base-color1); */
    opacity: 0.7;
  }
  .menu-topmenu-container {
    display: block;
    margin: -30px 0 0 auto;
    width: 400px;
  }
  .main-navigation a {
    padding: 0 10px;
    color: white;
    font-weight: normal;
  }
  .main-navigation a:hover {
    color: #f4f4f4;
  }
  .head-bottom {
    display: none;
  }
}
@media screen and (min-width: 986px) {
  .head-right .info {
    padding-right: 20px;
    font-size: 16px;
  }
  .head-right .opn-time {
    letter-spacing: 3px !important;
  }
  .head-right .tel-no {
    width: 280px;
  }
  .navigation-top {
    font-size: 24px;
  }
  .topmenu-back.max985 {
    display: none;
  }
  .topmenu-back.min986 {
    display: block;
    margin: 0 0 0 auto;
    width: 1000px;
    height: 70px;
    fill: #83df43;
    /* fill: var(--base-color1); */
    opacity: 0.7;
  }
  .menu-topmenu-container {
    margin: -54px 0 0 auto;
    width: 850px;
  }
}
@media screen and (min-width: 1024px) {
  .site-branding > .wrap {
    padding: 0 20px;
  }
  .head-right {
    margin-top: -4px;
  }
  .head-right .tel-no {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .custom-logo-link img {
    max-width: 380px;
  }
}
/*
* content部データ
*/
.page-one-column .panel-content .wrap {
  padding: 10px 6px;
}
.entry-header {
  display: none;
}
.so-panel.widget {
  padding-bottom: 0;
}
.widget ul.banner li {
  width: 100%;
  height: 31vw;
  padding: 0 0 31vw 0;
  border: none;
  background-color: var(--base-color2);
  margin-bottom: 6px;
}
.widget ul.banner li a img {
  box-shadow: none;
}
.updown-border {
  display: table;
  margin: 0 auto;
  padding: 0 4px;
  text-align:center;
  color: var(--base-color1);
  font-size:5.4vw;
  font-weight: normal !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .page-one-column .panel-content .wrap {
    padding: 20px 0;
  }
  .widget ul.banner li {
    max-width: 330px;
    height: 9vw;
    padding: 0 0 9vw 0;
  }
  .updown-border {
    font-size:38px;
  }
}
@media screen and (min-width: 1024px) {
  .page-one-column .panel-content .wrap {
    max-width: 1000px;
  }
  .site-content .wrap {
    max-width: 1000px;
  }
  .page.page-one-column:not(.twentyseventeen-front-page) #primary {
    max-width: 1000px;
  }
  .widget ul.banner li {
    height: 10vw;
    padding: 0 0 10vw 0;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .page-one-column .panel-content .wrap {
    max-width: 1200px;
  }
  .site-content .wrap {
    max-width: 1200px;
  }
  .page.page-one-column:not(.twentyseventeen-front-page) #primary {
    max-width: 1200px;
  }
  .widget ul.banner li {
    height: 113px;
	 padding: 0 0 113px 0;
  }
}
/*
* footer部データ
*/
.site-footer {
  border-top: none;
}
.site-footer .wrap {
  max-width: 1200px;
  padding: 0;
  text-align: center;
}
.site-info {
  float: none;
  margin: 0;
  width: auto;
  min-height: 50px;
  padding: 1vw 34px;
}
.site-info a,
.site-info a:hover {
  color: var(--base-color1);
  box-shadow: none;
}

.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 0.1em;
  padding: 0.1em;
  margin: 0 0 0	0em;
}

.cssgrid > div {
  overflow: auto;
  min-width: 0;
  padding: 5px;
}

.marker{
	background: linear-gradient(transparent 60%, #ff6 60%);
}


.tbl-r02 th {
  background: #22ac38;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
	text-align: center;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.itemimg {
	margin-top: 150px;
	width: 100%;
}
@media screen and (max-width:768px){
.itemimg {
		margin-top: 0px;
	width: 100%;
}
}
#inside-cart {
	margin-top: 150px;
}
@media screen and (max-width:768px){
#inside-cart {
	margin-top: 0px;
}
}

#cart .upbutton {
    text-align: right;
    padding-right: 0px;
    margin-bottom: 20px;
}
@media screen and (max-width:768px){
#cart .upbutton {
    text-align: right;
    padding-right: 0px;
    margin-bottom: 20px;
	font-size: 12px;
}
}

.updwn-border {
	padding: 2px 4px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.img-head {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
}
.img-head img {
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0;
  text-align: center;
  margin-bottom: 20px;
}
.img-info {
	width: 90%;
	height: auto;
	margin: 0 auto;
	font-size: 0.9em;
}
@media screen and (min-width:768px){
	.img-info {
		height: 100px;
	}
}
#icon-instagram {
	width: 16px;
	height: 16px;
	display: inline-block;
}
.social-insta::after {
	content: "";
	display: block;
	clear: both;
}
#icon-twitter {
	width: 20px;
	height: 20px;
}
.social-twit {
	display: block;
	position: relative;
}
@media screen and (min-width: 768px) {
.social-twit::after {
	content: "";
  display: block;
  border-bottom: 1px solid #bcda1e;
  width: 40%;
  position: absolute;
  bottom: 12px;
  left: 240px;
}
}
@media screen and (min-width: 1200px){
.social-twit::after {
  width: 50%;
}
}

	.blinking{
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
#itempage h3 {
    color: #FFFFFF;
    text-align: center;
    background-color: #22ac38;
    padding: 3px 5px;
}


.lemontxt {
	margin-top: 30px;
}

.pp-info {
	font-size: 0.9em;
	display: block;
}

.entry-footer {
	display: none;
}

#itempage .field {
	text-align: right;
	margin-top: 10px;
}

#itempage .itemimg img {
    width: 100%;
}

#customer-info {
	margin-top: 150px;
}

#customer-info h5 {
	margin-top: 30px;
}


#cart input.delButton {
    padding: 5px 5px;
    font-weight: normal;
    margin-top: 0;
}

.post-date-teuchi {
	text-align: center;
	margin-top: 20px;
}

div.whatsnew dd {
    padding-left: 20px;
}

.entry-header {
    display: block;
    margin-top: 100px;
    margin-bottom: 50px;
	color: #22ac38;
}

h2.entry-title {
	display: none;
}
h1.entry-title {
    display: table;
    margin: 0 auto;
    padding: 0 4px;
	font-size: 36px !important;
    text-align: center;
    	color: #22ac38 !important;
    font-size: 5.4vw;
    font-weight: normal !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
	h1.entry-title {
    display: table;
    margin: 0 auto;
    padding: 0 4px;
	font-size: 22px !important;
    text-align: center;
    	color: #22ac38 !important;
    font-size: 5.4vw;
    font-weight: normal !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
}
.single .byline, .group-blog .byline {
display: none;
}

.single-post .entry-title, .page .entry-title {
 text-align: center;
}

.edit-link {
	display: none;
}

.entry-meta {
	text-align: center;
}
