/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments



--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@media print, screen and (max-width:768px) { 

html {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 62.5%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family:inherit;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}
blockquote {
	margin: 0 1.5em 1.6em;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
address {
	margin: 0 0 1.5em;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
figure {
	margin: 1em 0;
}
figcaption {
	text-align: center;
	font-size: 85%;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/*SP用の要素を非表示*/
.pc_show {
	display: none !important;
}

/* Links
--------------------------------------------- */
a {
	color: #0066c0;
}
a:visited {
	color: #649ACB;
}
a:hover,
a:focus,
a:active {
	color: #014786;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 1.2em .5em 1.2em;
	transition: all .1s;
	position: relative;
	z-index: 10;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: rgba(222,81,19,0.5);
	background: #FBDEDB;
	transition: all .1s;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.whole_wrap {
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s, transform .9s;
	transition-timing-function: ease-out;
	transition-delay: .2s;
	background: url("images/pages/washi_white2.jpg")repeat;
}
/*きっかけで付与するクラス*/
.whole-fadein {
	opacity: 1;
	visibility: visible;
	transition: opacity 1.2s, visibility 1.2s, transform 1.2s;
}


main.contents_top {
	margin: 68vh 0 0;
	padding-bottom: 130px;
}

main .contents_page_inner {
	margin: 0 auto 130px;
	width: 89%;
}
main .contents_page_inner.page_2col {
}
main .contents_page_inner.page_2col article {
}
main .contents_page_inner.page_2col aside {
}

/*要素をコンテナから開放*/
.breaking-out {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
/*子要素を内側にプレス*/
.press-inside {
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
}


/*アニメーション*/
.fuwafuwa_left {
  animation: fuwafuwa_left 1s ease-in-out infinite alternate;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
@keyframes fuwafuwa_left {
  0% {
    transform:translate(0, 0) rotate(-4deg);
  }
  50% {
    transform:translate(0, -5px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(4deg);
  }
}

.fuwafuwa_right {
  animation: fuwafuwa_right 1s ease-in-out infinite alternate;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
@keyframes fuwafuwa_right {
  0% {
    transform:translate(0, 0) rotate(4deg);
  }
  50% {
    transform:translate(0, -5px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-4deg);
  }
}

/*アニメーション*/
.toTop {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 1s, visibility 1s, transform .5s;
	transition-timing-function: ease-out;
}
.toLeft {
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
	transition: opacity 1s, visibility 1s, transform .5s;
	transition-timing-function: ease-out;
}
.toRight {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
	transition: opacity 1s, visibility 1s, transform .5s;
	transition-timing-function: ease-out;
}
.toRight-delay {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
	transition: opacity 1s, visibility 1s, transform .5s;
	transition-timing-function: ease-out;
	transition-delay: .2s;
}

/*きっかけで付与するクラス*/
.is-fadein {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* header
--------------------------------------------- */
.header {
	position: relative;
	z-index: 1;
}
.header_inner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 95%;
}
/*中ぺージ用*/
.header_page {
	padding: 0 0 12px;
	background: url("images/mv/washi.jpg")no-repeat;
	background-position: 50% 90%;
	background-size: 220%; 
}

.site_title {
	width: 70%;
	max-width: 140px;
}
.header_contact {
	display: none;
}


/* Navigation
--------------------------------------------- */

/*ボタン外側*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: fixed;
	top: 20px;
	right: 8px;
	background:none;
	background-size: contain;
	cursor: pointer;
    width: 60px;
    height:60px;
	z-index: 20;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 17%;
    height: 3px;
    border-radius: 2px;
	background: #333;
  	width: 65%;
  }
.openbtn span:nth-of-type(1) {
	top:9px;	
}
.openbtn span:nth-of-type(2) {
	top:21px;
}
.openbtn span:nth-of-type(3) {
	top:33px;
}
.openbtn span:nth-of-type(3)::after {
	content:"MENU";/*3つ目の要素のafterにメニュー表示を指定*/
	position: absolute;
	top:3px;
	left:-25%;
	width: 60px;
	text-align: center;
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}


/*activeクラスが付与されると線が回転して×になり、メニュー⇒とじるに変更*/
.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
    width: 65%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 11px;
    transform: translateY(-6px) rotate(45deg);
    width: 65%;
}
.openbtn.active span:nth-of-type(3)::after {
	content:"CLOSE";/*3つ目の要素のafterにとじる表示を指定*/
    transform: translateY(0) rotate(-45deg);
	position: absolute;
	top:8px;
	left:20%;
	width: 60px;
	text-align: center;
}

/*ナビメニュー*/
.sp_nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 11;
    background-color: rgb(255, 251, 238);
	backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
	overflow-y: auto;
}
.sp_nav_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
	height: 85%;
	background: url("images/headers/nav_sp_bg.svg")no-repeat;
	background-size: 80%;
	background-position: center center;
}
.sp_nav ul.sp_nav_menu {
	margin: 0 auto;
	padding: 15px 15px 30px;
	border-radius: 6px;
}
.sp_nav ul.sp_nav_menu li {
	margin-bottom: 8px;
}

/*リンクのスタイル*/
.sp_nav a,
.sp_nav a:hover,
.sp_nav a:active,
.sp_nav a:visited {
	color: #222;
	text-decoration: none;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

/*親メニュー*/
.sp_nav ul.sp_nav_menu > li >a {
	position: relative;
	display: inline-block;
	padding: .5em 15px .5em 3.3em;
	border-radius: 5px;
}
.sp_nav ul.sp_nav_menu > li >a:before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 12px;
  -webkit-transform : translateY(50%);
  transform : translateY(50%);
   width: 2em;
  height: 90%;
  background: url("images/headers/nav_list.svg")no-repeat;
  background-position: center;
}
.sp_nav ul.sp_nav_menu > li > a:active,
.sp_nav ul.sp_nav_menu > li > a:focus {
	background: #E7CF41;
	transition: all .2s;
}
/* TOP　コンテンツ
--------------------------------------------- */
.mv {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 73vh;
	min-height: 400px;
	background: url("images/mv/washi.jpg")no-repeat;
	background-position: 50% 90%;
	background-size: cover;
}
.mv:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	background: url("images/mv/bg_kome.png")no-repeat;
	background-size: cover;
	width: 100%;
	height: 40px;
}
.mv .kome_box_wrap {
	margin: 0 auto;
	width: 100%;
	height: 80%;
	overflow: hidden;
}
.mv .kome_box {
	position: relative;
	margin: 0 auto;
	width: 75vw;
	height: 100%;
	background: url("images/mv/mv.png")no-repeat;
	background-size: contain;
	background-position: 50% 60%;
}
.mv .kome_box .kome_left {
	position: absolute;
	right: 58%;
	top: 48%;
	width: clamp(230px, 50vw, 310px);
	height: clamp(230px, 50vw, 310px);
}
.mv .kome_box .kome_right {
	position: absolute;
	left: 57%;
	top: 30%;
	width: clamp(230px, 50vw, 310px);
	height: clamp(230px, 50vw, 310px);
}
.mv .kome_box img {
	width: auto;
	height: auto;
}
.mv .txt_box {
	display: none;
}

/*冷めても美味しい庄内米*/
.syounaimai h2 {
	margin: 20px 0 40px;
	overflow: hidden;
    aspect-ratio: 2.9/3;
}
.syounaimai h2 img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.syounaimai .join {
	margin: 0px auto;
	padding: 1em 6px;
	width: 90%;
	max-width: 550px;
	font-size: clamp(16px,3vw,20px);
	font-weight: 500;
	text-align: center;
	background: #fff;
	border: 1px solid #de5113;
	border-radius: 3px;
}
.syounaimai .join .colorbar {
	display: inline-block;
	margin: 2px 4px;
	padding: 2px 1em 4px;
	color: #fff;
	background: rgb(250, 102, 175);
	border-radius: 50px;
} 
.syounaimai .first_txt {
	margin: 3em 0;
	font-size: clamp(21px, 4.3vw, 32px);
	font-weight: 500;
	line-height: 2.2em;
	text-align: center;
}
@media print, screen and (min-width:700px) { 
.syounaimai h2 {
	margin: 20px 0 40px;
	overflow: inherit;
    aspect-ratio: inherit;
}
.syounaimai h2 img {
	width: 100%;
    height: 100%;
    object-fit: inherit;
}
}

.syounaimai .about {
	margin: 0 auto;
}
.syounaimai .about .img_box {
	overflow: hidden;
	aspect-ratio: 4/3;
}
.syounaimai .about .img_box img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
@media print, screen and (min-width:700px) { 
.syounaimai .about .img_box {
	aspect-ratio: 8/3;
}
}
.syounaimai .about .txt_box {
	position: relative;
	margin: -7vw auto 0;
	padding: 1.0em 1.5em 1.5em;
	width: 92%;
	color: #fff;
	font-size: clamp(17px, 1.2vw, 21px);
	font-weight: 500;
	line-height: 1.9;
	background: rgba(0,18,54,0.85);
	border-radius: 6px;
	z-index: 1;
}
.syounaimai .about .txt_box:before {
	content: '';
	position: absolute;
	top: 95px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	background: url("images/pages/where.svg")no-repeat;
	background-size: cover;
	width: clamp(200px, 28vw, 250px);
	height: clamp(200px, 28vw, 250px);
	border-radius: 50%;
	box-shadow: 9px 8px 5px rgba(0,0,0,0.15);
	border: 1px solid #E5E5E5;
}
.syounaimai .about .txt_box p:first-child {
	margin-bottom: clamp(230px, 33vw, 280px);
}

/*取扱銘柄*/
.items {
	margin: 60px 0;
}
.items h2 {
	margin: 0 auto 30px;
	width: auto;
	height: 70px;
	text-align: center;
}
.items h2 img {
	height: 100%;
	width: auto;
}

.items ul.list_populer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 5%;
}
.items ul.list_populer li {
	position: relative;
	overflow: hidden;
	margin: 0 auto 30px;
	width: 77%;
	height: 88vw;
	border:1px solid #bbb;
}

.items ul.list_populer li.tsuryahime a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: #fff url("images/pages/topitem_tsuyahime.png")no-repeat;
	background-position: center 35px;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-ms-background-size: 90%;
	background-size: 90%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.items ul.list_populer li.tsuryahime a:active:after,
.items ul.list_populer li.tsuryahime a:focus:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.items ul.list_populer li.yukiwakamaru a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: #fff url("images/pages/topitem_yukiwakamaru.png")no-repeat;
	background-position: center 35px;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-ms-background-size: 90%;
	background-size: 90%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.items ul.list_populer li.yukiwakamaru a:active:after,
.items ul.list_populer li.yukiwakamaru a:focus:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.items ul.list_populer li.sasanishiki a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: #fff url("images/pages/topitem_sasanishiki.png")no-repeat;
	background-position: center 35px;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-ms-background-size: 90%;
	background-size: 90%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.items ul.list_populer li.sasanishiki a:active:after,
.items ul.list_populer li.sasanishiki a:focus:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.items ul.list_populer li.koshihikari a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: #fff url("images/pages/topitem_koshihikari.png")no-repeat;
	background-position: center 35px;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	-ms-background-size: 90%;
	background-size: 90%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.items ul.list_populer li.koshihikari a:active:after,
.items ul.list_populer li.koshihikari a:focus:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media print, screen and (min-width:700px) { 
.items ul.list_populer li {
	margin: 0 3% 5%;
	width: 43%;
	height: 51vw;
}
 .items ul.list_populer li:nth-child(2n) {
    margin-top: 3%;
  }
}

.items ul.list_populer li a {
	display: block;
	width: 100%;
	height: 100%;
	border:1px solid #bbb;
	border-radius: 2px;
	text-decoration: none;
}
.items ul.list_populer li .shape_red {
	position: relative;
	top: -1px;
	left: -1px;
	width: 110px;
	height: 110px;
	background: #DE5113;
	border-radius: 0 0 130px 0;
	z-index: 1;
}
.items ul.list_populer li .shape_red span {
	display: inline-block;
	padding: 0.6em 0 0 5px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 160%;
    line-height: 1.3;
}
.items .btn_allitems {
	margin: 10px auto 0;
	text-align: center;
}
.items .btn_allitems a {
	position: relative;
	display: inline-block;
	padding: 1.1em;
	width: 80%;
	max-width: 450px;
	color: #213050;
	font-size: 115%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.17em;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #213050;
	border-radius: 100px;
	transition: all .2s;
}
.items .btn_allitems a:before{
	content: '';
	position: absolute;
	bottom: 50%;
	right: 20px;
	-webkit-transform : translateY(50%);
	transform : translateY(50%);
	background: url("images/pages/arrow_right.svg")no-repeat;
	background-size: contain;
	width: 21px;
	height: 20px;
}
.items .btn_allitems a:active,
.items .btn_allitems a:focus {
	color: #fff;
	background: #213050;
	transition: all .2s;
}

/*お問い合わせ*/
.contact {
	margin-left: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F7F0D2;
	border-radius: 60px 0 0 60px;
	border: 1px solid #d1cf9f;
}
.contact h2 {
	margin: 0 auto 30px;
	width: auto;
	height: 70px;
	text-align: center;
}
.contact h2 img {
	height: 100%;
	width: auto;
}

.contact ul {
	margin: 0 auto;
	/*width: 75%;*/
	max-width: 840px;
	font-weight: 500;
}


@media print, screen and (min-width:700px) { 

}

.contact ul li {
	display: flex;
	flex-wrap: wrap;
}
.contact ul li:nth-child(1) {
	margin-bottom: 30px;
}
.contact ul li .txt {
	margin: 0 auto 10px;
	width: 80%;
	max-width: 500px;
	font-size: 110%;
}
.contact ul li a.btn {
	display: block;
	/*flex-grow: 1;*/
	margin: 0 auto;
	width: 85%;
	max-width: 500px;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
}
.contact ul li a.btn.tel {
	padding: 3% 2.5% 3.5%;
	background: #88BE37;
	border: 4px solid #88BE37;
}
.contact ul li a.btn.tel img {
	max-width: 75%;
}
.contact ul li a.btn.form {
	position: relative;
	padding: 4.0% 2.5%;
	color: #DE5113;
	font-size: clamp(15px, 3vw, 22px);
	background: #F8DCD0;
	border: 1px solid #DE5113;
}
.contact ul li a.btn.form:before {
	content: '';
	position: absolute;
	bottom: 50%;
	right: 4%;
	-webkit-transform : translateY(50%);
	transform : translateY(50%);
	background: url("images/pages/arrow_right_red.svg")no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
}
.contact ul li a.btn.form:hover, 
.contact ul li a.btn.form:hover {
	color: #fff;
	background: #DE5113;
	transition: all .2s;
}


/* Posts and pages
--------------------------------------------- */
.entry-content p {
	margin-bottom: 1.8em;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 3em;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
	margin-left: 1.2em;
}
.entry-content .entry_meta {
	margin: 0 10px 20px;
	text-align: right;
	font-size: 90%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* Posts and pages（見出し）
--------------------------------------------- */
/* H1 */
h1.entry-title,
h1.category_name {
	margin: 1em auto;
	padding: 0.8em 0;
	width: 94%;
	color: #57440C;
	font-size: clamp(2.3rem, 6vw, 3.0rem);
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.08em;
	border-top: 3px double #57440C;
	border-bottom: 3px double #57440C;
	background: url("images/footers/footer_rice.png")no-repeat;
	background-position: right top;
	background-size: clamp(190px,44vw,240px);
}
.single h1.entry-title {
	font-size: clamp(2.0rem, 4vw, 2.7rem);
}
/* H2 */
.entry-content h2 {
	position: relative;
	margin: 10px 0 10px;
	padding: 6px 8px 6px 30px;
	color: #222;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
}
.entry-content h2:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 7px;
	border-radius: 10px;
	background: #222;
	position: absolute;
	top: 18px;
	left: -2px;
}
/* H3 */
.entry-content h3 {
	display: inline-block;
	margin: 10px 0;
	padding: 8px;
	font-size: 1.7rem;
	font-weight: 500;
	border-top: 1px solid #d0bc97;
    border-bottom: 1px solid #d0bc97;
	background: rgba(255,255,255,0.5);
}

/* Posts and pages（会社概要）
--------------------------------------------- */
.page-id-19 table {
	border-collapse: separate;
	width: 100%;
	border-top: 1px solid rgba(50,33,23,1.00);
	border-left: 1px solid rgba(50,33,23,1.00);
}
/*テーブルヘッダー*/
.page-id-19 table tr td:first-child {
	width: 27%;
	color: #fff;
	font-weight: 500;
	background: rgba(50,33,23,1.00);
	border-bottom: 1px solid rgba(255,255,255,0.80);
}
.page-id-19 table tr:last-child td:first-child {
	border-bottom: 1px solid rgba(50,33,23,1.00);
}

/*テーブル全体のボーダー*/
.page-id-19 table tr td {
	border-top: none;
	border-left: none;
	border-right: 1px solid rgba(50,33,23,1.00);
	border-bottom: 1px solid rgba(50,33,23,1.00);
}
.page-id-19 table tr td:first-child {
	border-left: 1px solid rgba(50,33,23,1.00);
}
.page-id-19 table tr td:nth-child(n+2) {
	background: #fff;
}

.page-id-19 figure {
	margin-bottom: 0;
}
.page-id-19 figcaption {
	padding: 15px 20px;
	font-size: 92%;
	background: #fff;
	border-radius: 7px;
}

/* Posts and pages（特別栽培米）
--------------------------------------------- */
.page-id-194 table {
	border-collapse: separate !important;
}
.page-id-194 table td {
	padding: .5em .8em;
	background: #fff;
}
/*テーブルヘッダー*/
.page-id-194 table tr:first-child td {
	color: #fff;
	font-weight: 500;
	background: rgba(50,33,23,1.00);
}
.page-id-194 table tr:first-child td:nth-child(n+2) {
	border-left: 1px solid #fff;
}
/*テーブル全体のボーダー*/
.page-id-194 table tr td {
	border-top: none;
	border-left: none;
	border-right: 1px solid rgba(50,33,23,1.00);
	border-bottom: 1px solid rgba(50,33,23,1.00);
}
.page-id-194 table tr td:first-child {
	border-left: 1px solid rgba(50,33,23,1.00);
}
/*表スタイル・割合*/
.page-id-194 table tr:first-child td:nth-child(1) {
	width: 60%;
}
.page-id-194 table tr:first-child td:nth-child(2) {
	width: 10%;
	min-width: 4em;
}
.page-id-194 table tr:first-child td:nth-child(3) {
	width: 13%;
	min-width: 4em;
}


/* Posts and pages（取扱商品）
--------------------------------------------- */
.item_bg {
	position: relative;
	margin: 120px 0 0;
	padding: 110px 1em 2em;
	background: rgba(255,255,255,0.70);
	border: 1px solid #D0CAAC;
	border-radius: 20px;
}

.item_bg:first-child {
	margin-top: 120px;
}
.item_bg figure {
	margin: 0 10px 5px;
	max-width: 300px;
}
.item_bg p {
	margin: 0;
}

/*つや姫*/
.item_tsuyahime:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -90px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	background: url("images/pages/item_tsuyahime.png")no-repeat;
	background-size: contain;
	width: clamp(160px,27vw,280px);
	height: 110%;
}
/*雪若丸*/
.item_yukiwakamaru:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -100px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	background: url("images/pages/item_yukiwakamaru.png")no-repeat;
	background-size: contain;
	width: clamp(135px,26vw,218px);
	height: 110%;
}
/*ひとめぼれ*/
.item_hitomebore:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -100px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	background: url("images/pages/item_hitomebore.png")no-repeat;
	background-size: contain;
	width: clamp(135px,26vw,218px);
	height: 110%;
}
/*ササニシキ*/
.item_sasanishiki:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -90px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	background: url("images/pages/item_sasanishiki.png")no-repeat;
	background-size: contain;
	width: clamp(180px,27vw,280px);
	height: 110%;
}
/*はえぬき*/
.item_haenuki:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -100px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	background: url("images/pages/item_haenuki.png")no-repeat;
	background-size: contain;
	width: clamp(135px,26vw,218px);
	height: 110%;
}
/*コシヒカリ*/
.item_koshihikari:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -100px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);	
	background: url("images/pages/item_koshihikari.png")no-repeat;
	background-size: contain;
	width: clamp(135px,26vw,218px);
	height: 110%;
}
/*他各種*/
.item_others {
	padding:100px .5em 2em 1.5em;
}
.item_others:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -90px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);	
	background: url("images/pages/item_others.png")no-repeat;
	background-size: contain;
	width: clamp(220px,19vw,280px);
	height: 130%;
}
.item_others p {
	font-size: 2.0rem;
	font-weight: 600;
}

/*ギフト*/
.item_gift {
	position: relative;
	margin: 60px auto 20px;
	padding: 300px 1em 2em;
	width: 100%;
	max-width: 880px;
	background: rgba(0,18,54,0.85);
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.75);
	box-shadow: 0 0 0 5px rgba(0,18,54,0.85);
}
.item_gift:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);	
	background: url("images/pages/item_gift.png")no-repeat;
	background-size: contain;
	width: 270px;
	height: 260px;
}
.item_gift p {
	margin: 0;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
}
.item_gift_txt {
	margin: 0 auto;
	width: 100%;
	max-width: 880px;
	font-size: 92%;
}


/* Posts and pages（お問い合わせ）
--------------------------------------------- */
.inquiry_list {
	margin: 80px auto 0;
	overflow: hidden;
}
.inquiry_list p {
	margin-bottom: 0;
}
.inquiry_list dt {
	margin: 0 0 5px;
}
.inquiry_list dd {
	margin: 0 0 .8em;
}
.inquiry_list input, .inquiry_list textarea, .inquiry_list select {
	margin: 2px 0 2px;
	padding: 4px 8px;
	border-radius: 5px;
	border: solid 1px #bbb;
}
.inquiry_list_confirm {
	margin-bottom: 15px;
	overflow: hidden;
}
.inquiry_list_confirm dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:20px 0;
	width:100%;
	overflow: hidden;
}
.inquiry_list_confirm dt {
	padding:10px 20px 5px 0;
	width: 28%;
    border-bottom:solid 1px #e6e6e6;
}
.inquiry_list_confirm dd {
	padding:5px 0;
	width: 72%;
    border-bottom:solid 1px #e6e6e6;
}

.mark_must {
	position: relative;
    top: -.35em;
    left: 7px;
}

/*名前、フリガナ*/
.con_name {
	margin: 0 10px 0 0;
	width: 100%;
    ime-mode:disabled;
}
/*メールアドレス*/
.con_address {
	margin: 0 10px 0 0;
	width: 100%;
    ime-mode:disabled;
}
/*TEL*/
.con_tel {
	width: 100%;
    ime-mode:disabled;
}
/*郵便番号*/
.con_yubin {
	margin-bottom: 10px;
	width: 130px;
    ime-mode:disabled;
}
/*住所*/
.con_jusyo {
	width: 100%;
    ime-mode:active;
}
/*お問い合わせ内容*/
.con_inquiry {
	width: 100%;
	height: 200px;
}
#agreement {
	margin: 30px 0;
	text-align: center;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-confirm, .wpcf7-submit, .wpcf7-back, .wpcf7-previous {
	margin: 5px 5px;
	padding: 10px 0;
	width: 8.5em;
	font-size: 1.8rem;
	letter-spacing: 3px;
}
.wpcf7-submit
,.wpcf7-previous {
	font-weight: 600;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.wpcf7 .wpcf7c-conf {
	background-color: #fff;
	font-weight: bold;
}
.mapp-layout {
	margin: 0 0 15px 0;
	border: solid 1px #cccccc;
}
.wpcf7-radio,
.wpcf7-checkbox {
	border: none;
}
.content-column {
	padding:5px;
}


/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* footer
--------------------------------------------- */
#site_footer {
	margin: 0 auto;
	position: relative;
	background: #F2E179;
}
#site_footer:before {
	content: "";
	position: absolute;
	top: -104px;
	left: 1%;
	display: inline-block;
	background: url("images/footers/footer_rice.svg")no-repeat;
	background-size: contain;
	width: 225px;
    height: 153px;
	z-index: 0;
}

.footer_innerwrap {
	margin: 0 auto;
	padding: 22px 0 45px;
	width: 96%;
}
.footer_about {
	position: relative;
	text-align: center;
	z-index: 1;
}
.footer_about p.footer_title {
/*	width: 170px;*/
	padding: 0 7% 10px 0;
}
.footer_about p.footer_title img {
	width: 35%;
	min-width: 170px;
    height: auto;
}
.footer_about p.footer_info {
	margin-top: 5px;
	font-size: 82%;
	line-height: 1.4em;
	letter-spacing: 0.07em;
}
.footer_about p.footer_info a.txtlink {
	display: inline-block;
}


/*フッターの共通スタイル*/
.footer_innerwrap a,
.footer_innerwrap a:visited {
	color: #222;
	text-decoration: none;
	font-size: 84%;
}
.footer_innerwrap a:hover,
.footer_innerwrap a:active {
	text-decoration: underline dotted #555;
}

/*コピーライト*/
#copyright {
	padding: 20px 0 10px;
	font-size: .9rem;
	text-align: center;
	letter-spacing: 0.2em;
}
#copyright a,
#copyright a:visited {
	color: #222;
	text-decoration: none;
}
#copyright a:hover,
#copyright a:active {
	text-decoration: underline;
}

/*下部固定メニュー*/
.footer_area {
	display: flex;
	justify-content: space-around;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 55px;
	z-index: 10000;
}
.footer_area .footer_area_inner {
	flex: 1;
}
a.inquiry_btn {
	display: block;
    text-align: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
a.inquiry_btn.foot_tel {
	background-color: #88BE37;
}
a.inquiry_btn.foot_contact {
	background-color: #DE5113;
}
a.inquiry_btn.foot_tel img {
	width: 20px;
	height: auto;
	margin-top: 6px;
	margin-bottom: 2px;
}
a.inquiry_btn.foot_contact img {
	width: 30px;
	height: auto;
	margin-top: 11px;
	margin-bottom: 5px;
}
a.inquiry_btn p {
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.9;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*PDFアイコン*/
a[href $='.pdf'] {
    background:url(icon/ico_pdf.gif) no-repeat right 70%;
    padding:0 18px 0 0;
}
a[href $='.pdf'] a {
    text-decoration:none;
}

a[href $='.pdf'] a:hover {
    text-decoration:none;
}

/*特別栽培米*/
.page-id-7 h1.entry-title {
background: #fff;
}
.page-id-7 .entry-content h2 {
	display: block;
	padding: 8px 1.5em 5px;
	background: #331314;
	color: #fff;
	border-radius: 10px;
}
.page-id-7 .entry-content h2::before {
	display: none;
}
.page-id-7 .entry-content h3 {
	margin: 0;
	font-weight: bold;
}
.page-id-7 .entry-content h3::before {
	display: none;
}
.page-id-7 main .contents_page_inner {
	max-width: 1000px;
}
}
