@charset "utf-8";

/*
theme Name: OKAJY Corp
Author: MURAMA2nd
Description: original theme
version： 1.0.0
*/

/*▼▼▼リセットcss▼▼▼*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*▲▲▲リセットcss▲▲▲*/
body {
	font-size: 16px;
	line-height: 32px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #FFFFFF;
	letter-spacing: 0px;
	font-family: "Noto Sans JP";
	font-weight:400;
    min-width: 1200px;
}
.container {
	display: block;
	margin: 0 auto;
	width:1200px;
    clear: both;
}
h1 {
	text-align: center;
	font-size : 40px;
	letter-spacing : 2px;
	color : #ffffff;
	font-weight: 700;
    padding: 10% 0;
	text-shadow: 0px 0px 6px #000000;
}
h2 {
	font-size : 26px;
	letter-spacing : 2px;
	color : #136C3B;
	padding-top: 80px;
	text-align: center;
	font-weight: 700;
}
a {
	color: #000000;
	text-decoration: none;
}
li {
    list-style: none;
}
br.sp-br {
	display:none;
}
#slide {
    position: relative;
    width: 100%;
    padding-bottom: 51%;
    overflow: hidden;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#slide li {
    width: 100% !important;
    height: auto !important;
}
#slide ul li img {
    width: 100%;
}
.top-slidebox {
    position: relative;
	clear: both;
}
header {
    background-color: #F4EAB3;
}
.header-logo img{
	width: 143px;
	height: auto;
}
img.slide-logo {
    position: absolute;
    top: 30%;
    left: 37%;
    width: 28%;
    height: auto;
}
img.curve {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}
img.scroll {
	position: absolute;
    top: 90%;
    left: 48%;
    width: 4%;
    height: auto;
    animation-name: scroll-mark;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
}
@keyframes scroll-mark {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-20px)
    }
}
ul.top-menu {
	display: flex;
	width: 600px;
    justify-content: space-between;
	clear: both;
	position: relative;
    top: 4px;
}
.box-right {
	float: right;
    margin: 30px 55px 16px 0;
}
.box-right .tel-number{
	float: right;
}
.tel-number {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.tel-number span {
	font-size: 20px;
	font-weight: 500;
}
.box-right a, .box-right p, p.tel-number, p.tel-number a {
	color : #136C3B;
}
.header-logo {
    float: left;
    margin: 30px 0 10px 55px;
}
.top-menu li {
	position: relative;
}
.top-menu li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #136C3B;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.top-menu li a:hover::after {
    transform: scale(1, 1);
}
.h2-underline {
    margin: 10px auto 40px;
    display: block;
    width: 90px;
    height: auto;
}
#greeting-area .lead, #reason_quality-area .lead {
  font-size : 28px;
  line-height : 40px;
  color : #136C3B;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}
#greeting-area .lead {
  margin-bottom: 20px;
}
#reason_quality-area .lead {
  margin-bottom: 10px;
}
#greeting-area img.owner {
	width: 390px;
	height: auto;
}
#cultivars-area {
  background : #CAF0EB;
}
#greeting-area, #cultivars-area, #reason_quality-area, #fb-area {
	padding-bottom: 70px;
}
#greeting-area .content {
	font-size: 0;
}
#greeting-area .content p, #greeting-area .content img {
    display: inline-block;
}
#greeting-area .content p {
	width: 747px;
    margin-left: 63px;
    text-align: justify;
    vertical-align: top;
    font-size: 16px;
}
#greeting-area .content p span {
	text-align: right;
    display: block;
}
#cultivars-area .container, #reason_quality-area .container {
	font-size: 0;
}
#cultivars-area .content-box {
    width: 565px;
    height: 640px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
  	position: relative;
    -webkit-filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.2));
    border-radius: 6px;
}
  /* ----------パターン1：透明度が変化---------- */
  /* 画面外 */
  .scroll-block {
    opacity: .05;
    transition: all 2s;
  }
  /* 画面に入った時の動き */
  .scroll-block.blockIn {
    opacity: 1;
  }

#cultivars-area .content-box p {
	font-size: 16px;
    padding: 0 40px;
    text-align: justify;
    position: absolute;
    bottom: 30px;
}
#cultivars-area .content-box img {
    display: block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.content-box.benihoppe, .top-quality {
	margin-left: 70px;
}
#cultivars-area .content-box .name {
    font-size: 26px;
    letter-spacing: 1.3px;
    color: #136C3B;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 387px;
    left: 214px;
}
#reason_quality-area img.circle-photo {
    width: 373px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}
.top-reason, .top-quality {
    width: 565px;
	display: inline-block;
	font-size: 16px;
}
#access-area {
    padding-bottom: 50px;
}
.link-arrow {
	background-image: url(../images/link-arrow.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    width: 140px;
    height: 33px;
    float: right;
    margin-top: 10px;
    font-weight: 700;
}
.link-arrow a {
    color: #136C3B;
}
#access-area, container {
    font-size: 0;
}
#access-area .textbox, img.appearance, img.map {
    display: inline-block;
    font-size: 16px;
	vertical-align: top;
}
#access-area .textbox {
    margin-left: 30px;
}
img.appearance {
	width: 290px;
	height: auto;
}
img.map {
	width: 436px;
    height: auto;
    /* margin-left: 95px; */
    float: right;
}
.map-link {
	border: 1px solid #136C3B;
    border-radius: 20px;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    display: inline-block;
    margin-top: 10px;
}
.map-link a {
    display: block;
    color: #136C3B;
}
.map-link a:after {
	content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/map-arrow.jpg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.address_and_tel {
	margin-top: 35px;
}
iframe {
    vertical-align: bottom;
}
#fb-area {
    background: #CAF0EB;
}
#fb-area iframe {
    margin: 0 auto;
    display: block;
}
#fb-area iframe.sp-none {
    display: block;
}
#fb-area iframe.pc-none {
    display: none;
}
footer {
  background : #F4EAB3;
	font-size: 0;
	clear: both;
}
footer .container {
	padding: 40px 0;
    height: 340px;
}
footer .box1, footer .box2, footer iframe {
	display: inline-block;
	vertical-align: top;
}
footer .box1, footer .box2 {
	font-size: 16px;
}
footer .box1 {
	margin-right: 180px;
}
footer .box2 {
	margin-right: 0;
    position: relative;
    top: 10px;
}
footer .box2 p.title {
    padding: 0px 0.8em;
    background-color: #136C3B;
    color: #ffffff;
    margin-bottom: 12px;
}
footer img.logo {
	width : 263px;
	height: auto;
    margin-bottom: 20px;
}
.footer-menu li, .footer-menu li a {
	color: #136C3B;
}
ul.footer-menu {
    display: flex;
    width: 600px;
    justify-content: space-between;
    font-size: 16px;
    float: left;
    position: relative;
    top: 70px;
}
.fb-link:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/facebook-mark.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 3px;
    position: relative;
    top: -2px;
}
.fb-link {
	font-weight: 700;
}
.triangle-arrow {
  font-size: 22px;
  color: #666666;
  position: relative;
  top: 2px;
}
footer .fb-container {
    float: right;
}
.copyright {
	height: 64px;
	line-height: 64px;
	color: #ffffff;
	font-size: 14px;
	background-color: #136C3B;
	text-align: center;
}
.fb-container {
	width: 340px;
}
#top-head.fixed {
    z-index: 999;
}
.business-hours {
  display: block;
  line-height: 20px;
  margin-bottom: 6px;
  font-size: 14px;
}
/*▼▼▼無限スライド▼▼▼*/
.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 600px;
    height: 400px;
	list-style: none !important;
}
.simply-scroll-list li img {
    width: 100%;
    height: auto;
	display: block;
}
/*▲▲▲無限スライド▲▲▲*/
/*▼▼▼美味しさの理由▼▼▼*/
#reasons, #qualities {
	padding-top: 40px;
}

#reasons h2, #qualities h2 {
    padding-top: 0;
    text-align: left;
    margin: 30px 0 20px 1.6em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.header-img.reason-header {
	background-image: url("../images/reason-headimg.jpg");
	background-repeat: no-repeat;
	background-size: cover,contain;
	clear: both;
}
#reasons .container, #qualities .container, #contact .container {
    width: 1045px;
}
#reasons .container, #qualities .container {
	position: relative;
	height: 345px;
}
img.image-photo {
	width: 522px;
	height: auto;
	float: left;
    border-radius: 10px;
}
#reasons .textbox, #qualities .textbox {
	float: left;
	width: 500px;
}
#reasons .cream .textbox, #qualities .blue .textbox {
	float: right;
}
img.image-photo, #reasons .textbox, #qualities .textbox {
}
#reasons p, #qualities p {
    padding: 30px 40px;
	text-align: justify;
    left: -30px;
    position: relative;
}
p.white {
	background-image: url("../images/stat17.png");
}
p.cream {
	background-image: url("../images/stat16.png");
    background-position: top right;
}
#reasons .wrapper, #qualities .wrapper {
    padding: 40px 0;
}
.wrapper.cream {
	background : #F8F3D1;
}
.wrapper.cream img.image-photo {
    float: right;
    z-index: 1;
    position: relative;
}
#reasons p.white, #qualities p.white {
    left: 30px;
    z-index: 1;
}
/*▲▲▲美味しさの理由▲▲▲*/
/*▼▼▼品質へのこだわり▼▼▼*/
.wrapper.blue {
	background : #CAF0EB;;
}
p.blue {
	background-image: url("../images/stat18.png");
	background-position: top right;
}
.wrapper.blue img.image-photo {
    float: right;
}
.header-img.quality-header {
	background-image: url("../images/quality-headimg.jpg");
	background-repeat: no-repeat;
	background-size: cover,contain;
	clear: both;
}
img.strowberry {
    width: 77px;
    height: auto;
    position: absolute;
    top: 10px;
    filter: drop-shadow(2px 2px 4px #aaa);
    z-index: 99;
}
img.strowberry.ver1 {
    left: 460px;
}
img.strowberry.ver2 {
    left: 500px;
}
/*▲▲▲品質へのこだわり▲▲▲*/
/*▼▼▼お問い合わせ▼▼▼*/
.header-img.contact-header {
	background-image: url("../images/contact-headimg .jpg");
	background-repeat: no-repeat;
	background-size: cover,contain;
	clear: both;
}
span.normal-p {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	font-family: "Noto Sans JP";
	font-weight:400;
	color: #000000;
}
#contact {
	padding: 80px 0;
}
p.note {
    padding: 0px 10px;
    background-color: #000000;
    color: #ffffff;
    line-height: 28px;
    height: 28px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 8px;
}
#contact p.tel-number {
    margin-top: 8px;
}
form {
    margin-top: 60px;
	font-size: 0;
}
dt {
    font-size: 18px;
    font-weight: 400;
	width: 20%;
}
dd {
    font-size: 18px;
    font-weight: 400;
	width: 80%;
    margin-bottom: 20px;
}
dt span {
    font-size: 12px;
    padding: 0 5px 3px; 
	background-color: #C1272D;
	color: #ffffff;
	border-radius: 4px;
	margin-left: 0.5em;
    position: relative;
    top: -2px;
}
dt, dd {
	display: inline-block;
    vertical-align: top;
}
input, textarea {
    width: 100%;
    font-size: 18px;
    font-family: "Noto Sans JP";
    font-weight: 400;
}
input {
    height: 40px;
}
textarea {
    height: 300px;
	line-height: 32px;
}
dd.submit {
	margin-top: 1em;
    width: 20%;
}
dd input[type="submit"] {
	border: 0;
    border-radius: 0;
    height: 60px;
    background-color: #cccccc;
}
/*▲▲▲お問い合わせ▲▲▲*/
/*------------レスポンシブ------------------*/

@media screen and (max-width: 767px) {
body {
	font-size: 3.6vw;
	line-height: 7vw;
    min-width: auto;
}
.container {
	width:94%;
    margin: 0 3%;
}
h1 {
    font-size: 6vw;
    padding: 16% 0 4%;
}
h2 {
    font-size: 6vw;
    letter-spacing: 0.4vw;
    padding-top: 10vw;
}
br.sp-br {
	display:block;
}
#greeting-area .content p {
    width: 100%;
    margin-left: 0;
    font-size: 3.6vw;
}
#cultivars-area .content-box {
    width: 100%;
    height: 126vw;
}
.content-box.benihoppe, .top-quality {
    margin-left: 0;
    margin-top: 6vw;
}
.content-box.benihoppe {
    margin-top: 6vw;
}
.top-quality {
    clear: both;
    margin-top: 14vw;
}
.link-arrow {
    width: 31vw;
    height: 7vw;
    margin-top: 0px;
    background-size: contain;
}
#cultivars-area .content-box img {
    width: 100%;
    height: auto;
}
ul.footer-menu {
    display: block;
    width: auto;
    font-size: 3.6vw;
    float: none;
    position: relative;
    top: 0;
}
.top-reason, .top-quality {
    width: 100%;
    display: block;
    font-size: 3.6vw;
}
#greeting-area img.owner {
    width: 100%;
    margin-bottom: 4vw;
}
#reason_quality-area img.circle-photo {
    width: 80%;
    margin: 0 auto 4vw;
}
.simply-scroll-list {
    height: 40vw;
}
.simply-scroll-list li {
    width: 60vw;
    height: auto;
}
.header-logo {
	float: none;
    margin: 4vw 0 0 4vw;
    z-index: 998;
    position: fixed;
}
.box-right {
	display: none;
}
.header-logo img {
    width: 20vw;
}
img.scroll {
    top: 92%;
    width: 10%;
    left: 45%;
}
#global-nav p.tel-number, #global-nav p.tel-number a {
    color: #ffffff;
}
#global-nav ul {
	margin-bottom: 6vw;
}
#greeting-area .lead {
    margin-bottom: 4vw;
}
#greeting-area .lead, #reason_quality-area .lead {
    font-size: 4.6vw;
    line-height: 7vw;
}
.tel-number {
    font-size: 6vw;
}
.tel-number span {
    font-size: 4vw;
}
#slide li {
    width: auto !important;
    height: 100% !important;
    overflow: visible !important;
    left: -80vw !important;
}
#slide ul li img {
    width: 140%;
    height: auto;
}
#slide {
    height: 29vw;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
img.curve {
    top: 122vw;
}
img.slide-logo {
    top: 50%;
    left: 35%;
    width: 36%;
}
.h2-underline {
    margin: 2vw auto 6vw;
    width: 18vw;
}
#greeting-area, #cultivars-area {
    padding-bottom: 12vw;
}
#reason_quality-area {
    padding-bottom: 22vw;
}
#cultivars-area .content-box .name {
    font-size: 5vw;
    letter-spacing: 0.4vw;
    position: relative;
    top: -10vw;
    left: 0;
}
#cultivars-area .content-box.kirapika .name {
    top: -11vw;
}
#cultivars-area .content-box p {
    font-size: 3.6vw;
    padding: 0 5%;
    bottom: 8vw;
}
img.appearance {
    width: 100%;
    margin-bottom: 4vw;
}
#fb-area iframe.sp-none {
    display: none;
}
#fb-area iframe.pc-none {
    display: block;
}
#access-area .textbox {
    margin-left: 0;
}
#access-area .textbox, img.appearance, img.map {
    font-size: 3.6vw;
}
.address_and_tel {
    margin-top: 4vw;
}
img.map {
    width: 100%;
    float: none;
    margin-top: 2vw;
}
footer .fb-container {
    float: none;
    display: block;
    margin: 0 auto;
}
footer .container {
    padding: 10vw 0;
    height: auto;
}
#greeting-area .content p, #greeting-area .content img {
    display: block;
}
ul.footer-menu {
    display: none;
}
.copyright {
    height: 13vw;
    line-height: 13vw;
    font-size: 3vw;
}
footer .box1 {
    margin-bottom: 8vw;
}
footer .box2 {
    margin-bottom: 3vw;
}
footer .box1, footer .box2 {
    font-size: 3.6vw;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
}
#access-area {
    padding-bottom: 4vw;
}
footer img.logo {
    width: 40vw;
    margin-bottom: 0;
    margin: 0 auto 3vw;
    display: block;
}
footer .box1, footer .box2, footer .fb-container {
    display: block;
}
span.p-palt	{
	font-feature-settings: "palt";
}
.fb-container {
	width: 100%;
	max-width: 340px;
}
footer .box2 p.title {
    padding: 0;
    margin-bottom: 2vw;
    text-align: center;
}
br.pc-br {
	display: none;
}
.left-1em {
	margin-left: 1em;
}
.business-hours {
  font-size: 3.2vw;
  line-height: 5vw;
  margin-bottom: 1vw;
}
/*▼▼▼美味しさの理由▼▼▼*/
#reasons, #qualities {
    padding-top: 0;
    padding-bottom: 0;
}
#reasons h2, #qualities h2 {
	margin: 2vw 0 2vw 22vw;
    font-size: 4.4vw;
}
#reasons .container, #qualities .container, #contact .container {
    width: 94%;
}
#reasons .container, #qualities .container {
	height: auto;
}
img.image-photo {
    width: 100%;
    border-radius: 2vw;
    float: none;
}
.wrapper.cream img.image-photo, .wrapper.blue img.image-photo {
    float: none;
}
#reasons .textbox, #qualities .textbox {
	width: 100%;
	float: none;
}
#reasons .cream .textbox, #qualities .blue .textbox {
	float: none;
}
#reasons p, #qualities p {
    padding: 3vw 1em;
}
#reasons .wrapper, #qualities .wrapper {
    padding: 12vw 0;
}
#reasons p, #qualities p {
    left: 0;
}
#reasons p.white, #qualities p.white {
    left: 0;
}
/*▲▲▲美味しさの理由▲▲▲*/
/*▼▼▼品質へのこだわり▼▼▼*/
img.strowberry {
    width: 16vw;
    top: 52vw;
}
img.strowberry.ver1 {
    left: 2vw;
}
img.strowberry.ver2 {
    left: 2vw;
}
/*▲▲▲品質へのこだわり▲▲▲*/
/*▼▼▼お問い合わせ▼▼▼*/
span.normal-p {
	font-size: 3.6vw;
	line-height: 7vw;
    display: block;
}
#contact {
	padding: 10vw 0;
}
#contact p {
	text-align: justify;
}
p.note {
	padding: 0 0.8em;
    line-height: 6vw;
    height: 6vw;
    margin-bottom: 2vw;
}
#contact p.tel-number {
    margin-top: 2vw;
}
form {
    margin-top: 8vw;
}
dt, dd {
    display: block;
}
dt {
    font-size: 5vw;
    width: 100%;
    margin-bottom: 1vw;
}
dd {
    font-size: 4vw;
	width: 100%;
    margin-bottom: 4vw;
}
dt span {
    font-size: 3.2vw;
    padding: 0 2vw 0.5vw;
    border-radius: 1vw;
    margin-left: 0.5em;
    vertical-align: bottom;
    top: 0;
}
input, textarea {
    font-size: 4vw;
    box-sizing: border-box;
}
input {
    height: 8vw;
}
textarea {
    height: 40vw;
    line-height: 6vw;
}
dd.submit {
    margin: 0 auto;
    width: 40%;
}
dd input[type="submit"] {
    height: 9vw;
 -webkit-appearance: none;
}
dt.sp-none {
	display: none;
}
/*▲▲▲お問い合わせ▲▲▲*/
}
