@charset "UTF-8";

/*

media
スマホ縦：320（〜iPhone5s）
スマホ縦：360（Android）
スマホ縦：375（iPhone6）
スマホ縦：414（iPhone6 Plus）
スマホ横：480（iPhone4）
スマホ横：568（iPhone5）
スマホ横：640（Android）
スマホ横：667（iPhone6）
スマホ横：736（iPhone6 Plus）
タブレット縦：768（iPad）
タブレット横：1024（iPad）
PC：1024
PC：1280
PC：1920

color
#deba29　ベース

*/


/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
	text-align: left;
	padding-top: 50px;
	/*padding-bottom: 50px;*/
	position: relative;
}

/* ホーム
--------------------------------------------------------------------------------- */
/*#home #page-header {
	background-color: transparent;
}
#home #page-header h1 {
	display: none;
}*/
/*#home #contents {
	padding-top: 0px;
	padding-bottom: 0px;
}*/
#home #page-footer {
	border-width: 0px;
}

/* メインイメージ */
#home-main {
	background-image: url(../images/home_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 223px;
	overflow: hidden;
	margin-bottom: 60px;
}

#home-main.type-b {
	background-image: url(../images/home_main_bg2.jpg);
}

#home-main p {
	margin: 60px 0px 0px 0px;
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
}

#home-main a {
	display: block;
	width: 65px;
	margin: 0px auto;
	transition: none;
}

#home-main a img {
	transition: all .2s;
}

#home-main a:hover img {
	opacity: 0.7;
}

/* 見出し */
.title-main {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/icon_t.png), url(../images/icon_y.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	background-size: 38px auto, 38px auto;
	padding: 10px 55px 10px 55px;
	display: inline-block;
	margin: 0px 0px 40px 0px;
}

.title-sub {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	margin: -20px 0px 40px 0px;
}

/* ホットニュース */
#home-hot-news {
	text-align: center;
	margin-bottom: 60px;
}

#home-hot-news .inner {
	padding: 0px 20px;
	max-width: 944px;
	margin: 0px auto;
}

.slick-box01 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.slick-box01 li {
	margin: 0px 0px 38px 0px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
}

.slick-box01 p {
	margin: 0px;
	font-size: 14px;
	line-height: 26px;
}

.slick-box01 .img {
	margin: 0px 0px 8px 0px;
	overflow: hidden;
}

.slick-box01 a {
	text-decoration: none;
}

.slick-box01 a img {
	transition: all .2s;
}

.slick-box01 a:hover img {
	opacity: 0.7;
}

/* トピックス */
#home-topics {
	text-align: center;
	margin-bottom: 60px;
}

#home-topics .inner {
	padding: 0px 20px;
	max-width: 944px;
	margin: 0px auto;
}

.news-tab {
	letter-spacing: -.4em;
	/* 文字間を詰めて隙間をなくす */
	margin: 0px -1em;
	padding: 0px;
	list-style-type: none;
}

.news-tab li {
	letter-spacing: normal;
	/* 文字間を元に戻す */
	margin: 0px 1em 0px 1em;
	padding: 0px;
	font-size: 12px;
	line-height: 34px;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
}

.news-tab li.on {
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #df0615;
}

.news-list {
	margin: 0px 0px 28px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}

.news-list li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 21px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #cccccc;
}

.news-list li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
}

.news-list li .date {
	display: block;
}

.tab-box {
	display: none;
}

#box-tab-001 {
	display: block;
}

.go-topics {
	margin: 0px 0px 28px 0px;
	padding: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 26px;
	vertical-align: middle;
}

.go-topics a {
	text-decoration: none;
}

.go-topics span {
	font-size: 10px;
	vertical-align: middle;
	color: #df0615;
	margin-right: 5px;
}

/* バナー */
#home-banner {
	margin-bottom: 0px;
	overflow: hidden;
}

#home-banner .inner {
	padding: 0px 5px;
}

.hb-box {
	width: 50%;
	float: left;
}

.hb-box a {
	display: block;
	margin: 5px;
	position: relative;
}

.hb-box a:hover {
	opacity: 0.7;
}

.hb-box p {
	margin: 0px;
}

.hb-box .title {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
}

.hb-box.black .title {
	color: #000;
}

/* 下層ページ
--------------------------------------------------------------------------------- */
/* 　カテゴリコピー */
#copy {
	background-color: #fffcdb;
	color: #000;
	padding: 10px 10px;
	display: none;
}

#copy .category {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: georgia, 'times new roman', serif;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

#copy .category-copy {
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
}

/* 　パンくず */
#topic-path {
	margin: 0px 50px 0px 0px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: -.4em;
	/* 文字間を詰めて隙間をなくす */
	position: absolute;
	top: 54px;
	left: 10px;
	line-height: 0px;
}

#topic-path li {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	letter-spacing: normal;
	/* 文字間を元に戻す */
}

#topic-path li a {}

/* 　ラッパー */
.wrap {
	padding: 0px 20px;
	max-width: 944px;
	margin: 0px auto;
}

.wrap.wide {
	max-width: 1240px;
}

.block {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}


/* トピックス
--------------------------------------------------------------------------------- */
#topics .news-list {
	margin-bottom: 80px;
}

.year-tab {
	letter-spacing: -.4em;
	/* 文字間を詰めて隙間をなくす */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.year-tab li {
	letter-spacing: normal;
	/* 文字間を元に戻す */
	margin: 0px 1em;
	padding: 0px;
	font-size: 12px;
	line-height: 34px;
	display: inline-block;
	font-weight: bold;
}

.year-tab li a {
	display: block;
	text-decoration: none;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #FFF;
}

.year-tab li a.on {
	border-color: #df0615;
}

.topics-date {
	margin: 0px;
	font-weight: bold;
}

/* つや姫
--------------------------------------------------------------------------------- */
#tsuyahime #page-header h1 .yuki {
	display: none;
}

#tsuyahime #sub-nav {
	background-color: #72ae2d;
}

#tsuyahime #sub-nav li a {
	color: #FFF;
	border-color: #72ae2d;
}

#tsuyahime #sub-nav li a.on {
	border-color: #df0615;
}

#tsuyahime #sub-nav li a:hover {
	color: #FFF;
	opacity: 0.7;
}

#tsuyahime #sub-menu::before,
#tsuyahime #sub-menu::after,
#tsuyahime #sub-menu span {
	background-color: #FFF;
}

#tsuyahime #topic-path li,
#tsuyahime #topic-path li a {
	color: #FFF;
}

#tsuyahime .title-main {
	background-image: url(../images/icon_t.png), url(../images/icon_t.png);
}

/* メインコピー*/
#home-main-copy {
	background-image: url(../images/t_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 60px;
	padding: 0px 20px;
}

#home-main-copy h2 {
	width: 210px;
	margin: 20px auto;
}

#home-main-copy .copy {
	margin: 0px auto 20px auto;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	max-width: 884px;
	color: #FFF;
}

#home-main-copy .copy p {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: georgia, 'times new roman', serif;
	margin: 0px;
}

/* コンテンツ*/
#home-contents {
	text-align: center;
	margin-bottom: 60px;
}

#home-contents .inner {
	padding: 0px 20px;
	max-width: 944px;
	margin: 0px auto;
}

/* つや姫について*/
.bg {
	background-color: #fffcdb;
	padding: 40px 0px 12px 0px;
	margin: 0px -20px 40px -20px;
}

.video video {
	width: 260px;
	height: 150px;
}

/* 食べられるお店・買えるお店*/
.shop-tab {
	text-align: left;
	width: 100%;
}

.shop-tab tr {
	display: block;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #cccccc;
	padding: 10px;
}

.shop-tab th {
	display: none;
	font-size: 12px;
	line-height: 22px;
}

.shop-tab td {
	display: block;
	font-size: 12px;
	line-height: 22px;
	word-break: break-all;
}

.shop-tab td.name {
	font-weight: bold;
}

#prefectures {
	/*font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Arial, Helvetica, "sans-serif";
	margin: 0px;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 24px;
	border-width: 1px;
	border-color: #C9C9C9;
	border-style: solid;
	background-color: #FFF;
	height: 40px;
}

/* マイスター日記 */
#page-nation {
	overflow: hidden;
	padding: 40px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}

#page-nation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	letter-spacing: -.4em;
	/* 文字間を詰めて隙間をなくす */
}

#page-nation li {
	margin: 0px 0.5em;
	padding: 0px;
	display: inline-block;
	letter-spacing: normal;
	/* 文字間を元に戻す */
	font-weight: bold;
}

#page-nation li a {
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
}

#page-nation li a.on {
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #df0615;
	padding-bottom: 0px;
}

/* 種苗法 */
.line-box {
	padding: 28px 28px 0px 28px;
	border-width: 2px;
	border-style: solid;
	border-color: #df0615;
}

/* 雪若丸
--------------------------------------------------------------------------------- */
#yukiwakamaru #contents a:hover {
	color: #72ae2d;
}

#yukiwakamaru #page-header h1 .tsuya {
	display: none;
}

#yukiwakamaru #sub-nav {
	background-color: #df0615;
}

#yukiwakamaru #sub-nav li a {
	color: #FFF;
	border-color: #df0615;
}

#yukiwakamaru #sub-nav li a:hover {
	color: #FFF;
	opacity: 0.7;
}

#yukiwakamaru #sub-nav li a.on {
	border-color: #72ae2d;
}

#yukiwakamaru #sub-menu::before,
#yukiwakamaru #sub-menu::after,
#yukiwakamaru #sub-menu span {
	background-color: #FFF;
}

#yukiwakamaru #local-nav li a.on {
	border-color: #72ae2d;
}

#yukiwakamaru #topic-path li,
#yukiwakamaru #topic-path li a {
	color: #FFF;
}

#yukiwakamaru .title-main {
	background-image: url(../images/icon_y.png), url(../images/icon_y.png);
}

#yukiwakamaru .m01::before {
	background-color: #72ae2d;
}

/* メインコピー*/
#yukiwakamaru #home-main-copy {
	background-image: url(../images/y_main.jpg);
}

/* サイトマップ
--------------------------------------------------------------------------------- */
.sm-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sm-list li {
	margin: 28px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

.sm-list li a {
	text-decoration: none;
	color: #df0615;
}

.sm-list li a:hover {
	text-decoration: underline;
}

.sm-list li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sm-list li ul li {
	margin: 0px;
	font-weight: normal;
}

.sm-list li ul li a {
	color: #000;
}

.sm-list li ul li a:hover {
	color: #df0615;
}

.sm-list li ul li ul {
	margin: 0px 0px 0px 1em;
	padding: 0px;
	list-style-type: none;
}

/* 共通
--------------------------------------------------------------------------------- */
/* 見出し */
.title-page {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: georgia, 'times new roman', serif;
	text-align: center;
	font-size: 26px;
	line-height: 38px;
	margin: 60px 0px 50px 0px;
}

.title-page-sub {
	/*	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: georgia, 'times new roman', serif;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px 0px 50px 0px;
	letter-spacing: 0.1em;
}

.style {
	background-color: #e0e0e0;
	font-size: 16px;
	line-height: 20px;
	margin: 40px 0 10px;
	padding: 8px 10px;
}

.m01 {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: georgia, 'times new roman', serif;
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 12px 0px;
	position: relative;
}

.m01::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 2px;
	background-color: #df0615;
	text-indent: -9999px;
	display: inline-block;
}

.m02 {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: georgia, 'times new roman', serif;
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 16px 0px;
}

.m03 {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}

.m04 {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #df0615;
}

.m05 {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}

.m06 {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-family: georgia, 'times new roman', serif;
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 16px 0px;
}

/* リスト */
ul {
	margin-left: 0px;
	padding-left: 1.4em;
}

ul li {
	margin: 0px;
	padding: 0px;
}

ol {
	margin-left: 1.4em;
	padding: 0px;
}

ol li {
	margin: 0px;
	padding: 0px;
}

.list01,
.list02,
.list03 {
	padding-left: 0px;
	list-style-type: none;
}

.list01 li,
.list02 li,
.list03 li {
	padding: 0px 0px 0px 1em;
	position: relative;
}

.list01 li::before,
.list02 li::before,
.list03 li::before {
	position: absolute;
	left: 0px;
	font-size: 12px;
	color: #72ae2d;
}

.list01 li::before {
	content: "●";
}

.list02 li::before {
	content: "■";
}

.list03 li::before {
	content: "▶";
}

td ul,
td ol {
	margin-bottom: 0px;
}

/* テーブル */
.basic {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

table.line {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	border-width: 1px 0px 0px 0px;
	border-color: #ccc;
	border-style: solid;
	width: 100%;
}

table.line th,
table.line td {
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
	padding: 16px 6px;
	vertical-align: top;
}

table.small th,
table.small td {
	font-size: 12px;
	line-height: 18px;
}

table.scroll {
	width: 688px;
}

.scroll-box {
	overflow-x: scroll;
}

/* イメージ */
img {
	max-width: 100%;
	height: auto;
}

.img-box {
	overflow: hidden;
}

.img-box .caption {
	font-size: 12px;
	line-height: 24px;
	margin-top: -16px;
}

.img-box .img img {
	width: 100%;
}

.img-box.wide {
	margin: 0px -20px -20px -20px;
}

.img-box.wide .img {
	margin: 0px;
}

.img-box.short .img,
.img-box.short .caption {
	max-width: 452px;
	margin-left: auto;
	margin-right: auto;
}

.img-box.scroll {
	width: 684px;
}

/* イメージ -テキスト*/
.img-txt {}

.img-txt.type-a .img-area {
	margin: 0px -20px -20px -20px;
}

.img-txt.type-a .img-area p {
	margin: 0px;
}

/* 段組み */
.col-box {
	overflow: hidden;
	text-align: left;
}

.col-box .col {
	overflow: hidden;
	margin: 0px 0px 28px 0px;
}

.col-box .txt p {}

.col-box a.noline {
	text-decoration: none;
}

.col-box a .img {
	transition: all .2s;
}

.col-box a:hover .img {
	opacity: 0.6;
}

.col-box.col5 {
	margin-left: -5px;
	margin-right: -5px;
	letter-spacing: -.4em;
	/* 文字間を詰めて隙間をなくす */
	vertical-align: top;
}

.col-box.col5 .col {
	letter-spacing: normal;
	/* 文字間を元に戻す */
	width: 145px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
}

.col-box.col5 .txt .m03 {
	margin-top: -20px;
}

/* 太さ */
.bold {
	font-weight: bold;
}

/* 大きさ */
.small {
	font-size: 12px;
	line-height: 24px;
}

.large {
	font-size: 16px;
	line-height: 32px;
}

/* 色 */
/* クリア */
.clear {
	clear: both;
}

/* 罫線 */
/* 文字揃え */
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

/* 改行 */
.sp {}

.tab {
	display: none;
}

.tabpc {
	display: none;
}

.pc {
	display: none;
}

/* マージン */
.mb0 {
	margin-bottom: 0px;
}

.mt0 {
	margin-top: 0px;
}

.ml1em {
	margin-left: 1em;
}

.ml2em {
	margin-left: 2em;
}

.ml3em {
	margin-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- スマホ横：375（iPhone8） */
@media all and (min-width:370px) {

	/* つや姫について*/
	.video video {
		width: 310px;
		height: 176px;
	}
}

/*
--------------------------------------------------------------------------------- スマホ横：480（iPhone4） */
@media all and (min-width:480px) {

	/* ホーム
--------------------------------------------------------------------------------- */
	#home-main {
		height: 360px;
	}

	#home-main p {
		margin: 100px 0px 0px 0px;
	}

	#home-main a {
		width: 90px;
	}

	/* つや姫について*/
	.video video {
		width: 410px;
		height: 232px;
	}
}

/*
--------------------------------------------------------------------------------- スマホ横：568（iPhone5） */
@media all and (min-width:568px) {

	/* つや姫について*/
	.video video {
		width: 498px;
		height: 282px;
	}
}

/*
--------------------------------------------------------------------------------- タブレット：768（iPad縦） */
@media all and (min-width:768px) {

	/* コンテンツ
--------------------------------------------------------------------------------- */
	#contents {
		padding-top: 80px;
		/*padding-bottom: 80px;*/
	}

	/* ホーム
--------------------------------------------------------------------------------- */
	#home #contents {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#home-main {
		border-width: 10px;
		border-style: solid;
		border-color: #FFF;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		height: 524px;
		margin-bottom: 150px;
	}

	#home-main p {
		margin: 130px 0px 0px 0px;
	}

	#home-main a {
		width: 130px;
	}

	/* 見出し */
	.title-main {
		font-size: 34px;
		line-height: 40px;
		background-position: left center, right center;
		padding: 0px 55px;
		margin: 0px 0px 90px 0px;
	}

	.title-sub {
		font-size: 16px;
		line-height: 32px;
		margin: 0px 0px 90px 0px;
	}

	/* ホットニュース */
	#home-hot-news {
		margin-bottom: 150px;
	}

	#home-hot-news .inner {
		padding: 0px 40px;
	}

	.slick-box01 {
		margin: 0px -12px 38px -12px;
		overflow: hidden;
	}

	.slick-box01 li {
		margin: 0px 0px 38px 0px;
		padding: 0px;
		width: 50%;
		float: left;
	}

	.slick-box01 li a {
		display: block;
		margin: 0px 12px;
		overflow: hidden;
	}

	.slick-box01 .date {
		width: 8em;
		float: left;
	}

	.slick-box01 .title {
		overflow: hidden;
	}

	/* トピックス */
	#home-topics {
		margin-bottom: 150px;
	}

	#home-topics .inner {
		padding: 0px 40px;
	}

	.news-tab li {
		font-size: 14px;
		line-height: 40px;
		margin: 0px 2em;
	}

	.news-list {
		margin: 0px 0px 32px 0px;
	}

	.news-list li {
		font-size: 14px;
		line-height: 26px;
	}

	.news-list li a {
		display: block;
		padding: 16px 20px;
		text-decoration: none;
	}

	.news-list li .date {
		float: left;
		width: 8em;
	}

	.news-list li .title {
		display: block;
		overflow: hidden;
	}

	/* バナー */
	.hb-box {
		width: 33.33%;
	}

	.hb-box .title {
		font-size: 14px;
		line-height: 21px;
	}

	/* 下層ページ
--------------------------------------------------------------------------------- */
	/* 　カテゴリコピー */
	#copy {
		padding: 20px 10px;
		display: block;
	}

	#copy .category {
		display: none;
	}

	#copy .category-copy {
		display: block;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}

	/* 　パンくず */
	#topic-path {
		margin: 10px auto 0px auto;
		padding: 0px 40px;
		position: relative;
		top: auto;
		left: auto;
	}

	#topic-path li {
		margin: 0px 6px 0px 0px;
		font-size: 12px;
		line-height: 20px;
	}

	/* 　ラッパー */
	.wrap {
		padding: 0px 40px;
	}

	.block {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	/* トピックス
--------------------------------------------------------------------------------- */
	.year-tab li {
		font-size: 14px;
		line-height: 40px;
	}

	/* つや姫
--------------------------------------------------------------------------------- */
	#tsuyahime #topic-path li,
	#tsuyahime #topic-path li a {
		color: #000;
	}

	/* メインコピー*/
	#home-main-copy {
		margin-top: -34px;
		margin-bottom: 150px;
		padding: 0px 40px;
	}

	#home-main-copy h2 {
		width: 300px;
		margin: 50px auto;
	}

	#home-main-copy .copy {
		margin: 0px auto 60px auto;
		padding: 80px 40px;
	}

	#home-main-copy .copy p {
		font-size: 18px;
		line-height: 50px;
	}

	/* コンテンツ*/
	#home-contents {
		margin-bottom: 150px;
	}

	#home-contents .inner {
		padding: 0px 40px;
	}

	/* つや姫について*/
	.bg {
		margin: 0px -40px 40px -40px;
	}

	.video video {
		width: 720px;
		height: 405px;
	}

	/* 食べられるお店・買えるお店*/
	.shop-tab {
		border-width: 1px 0px 0px 0px;
		border-style: dashed;
		border-color: #cccccc;
	}

	.shop-tab tr {
		display: table-row;
		border-width: 0px;
		padding: 0px;
	}

	.shop-tab th {
		display: table-cell;
		border-width: 0px 0px 1px 0px;
		border-style: dashed;
		border-color: #cccccc;
		padding: 10px;
		vertical-align: top;
	}

	.shop-tab td {
		display: table-cell;
		border-width: 0px 0px 1px 0px;
		border-style: dashed;
		border-color: #cccccc;
		padding: 10px;
		/*vertical-align: top;*/
		vertical-align: middle;
	}

	.shop-tab td.name {
		font-weight: normal;
	}

	.shop-tab th.name {
		width: 12em;
	}

	.shop-tab th.code {
		width: 6em;
	}

	.shop-tab th.address {
		width: 14em;
	}

	.shop-tab th.tel {
		width: 9em;
	}

	/* マイスター日記 */
	#page-nation {
		padding: 80px 0px;
	}

	#page-nation li {
		margin: 0px 1em;
	}

	/* 雪若丸
--------------------------------------------------------------------------------- */
	#yukiwakamaru #topic-path li,
	#yukiwakamaru #topic-path li a {
		color: #000;
	}

	/* その他
--------------------------------------------------------------------------------- */
	#other #sub-nav li {
		margin: 0px 2em;
		font-size: 16px;
		line-height: 24px;
	}

	/* サイトマップ
--------------------------------------------------------------------------------- */
	.sm-list {
		width: 50%;
		float: left;
	}

	.sm-list.sleft {
		clear: left;
	}

	.sm-list.sright {
		float: right;
	}



	/* 共通
--------------------------------------------------------------------------------- */
	/* 見出し */
	.title-page {
		font-size: 36px;
		line-height: 50px;
		margin: 100px 0px 90px 0px;
	}

	.title-page-sub {
		font-size: 16px;
		line-height: 32px;
		margin: 0px 0px 90px 0px;
	}

	.m01 {
		font-size: 22px;
		line-height: 36px;
		margin: 0px 0px 80px 0px;
	}

	/* イメージ */
	.img-box.col2,
	.img-box.col3 {
		margin: 0px -20px;
	}

	.img-box.col2 .col {
		width: 50%;
		float: left;
	}

	.img-box.col3 .col {
		width: 33.33%;
		float: left;
	}

	.img-box.col2 .img,
	.img-box.col2 .caption,
	.img-box.col3 .img,
	.img-box.col3 .caption {
		margin-left: 20px;
		margin-right: 20px;
	}

	.img-box.col2 .col-inner,
	.img-box.col3 .col-inner {
		margin-left: 20px;
		margin-right: 20px;
	}

	.img-box.wide {
		margin: 0px -40px -80px -40px;
	}

	/* イメージ -テキスト*/
	.img-txt.type-a .img-area {
		margin: 0px -40px -80px -40px;
	}

	.img-txt.type-b .txt-area {
		width: 50%;
		float: left;
	}

	.img-txt.type-b .txt-area p {
		margin-right: 10px;
	}

	.img-txt.type-b .img-area {
		position: absolute;
		width: 50%;
		left: 50%;
		max-width: 688px;
	}

	.img-txt.type-b .img-area p {
		margin-left: 10px;
	}

	/* 段組み */
	.col-box.col2,
	.col-box.col3 {
		margin: 0px -20px;
	}

	.col-box.col2 .col {
		width: 50%;
		float: left;
		margin: 0px;
	}

	.col-box.col3 .col {
		width: 33.33%;
		float: left;
		margin: 0px;
	}

	.col-box.col2 .col-inner,
	.col-box.col3 .col-inner {
		margin-left: 20px;
		margin-right: 20px;
	}

	.col-box.col5 .col {
		width: 172px;
	}

	.col-box.col2 .col-inner .col-inner,
	.col-box.col3 .col-inner .col-inner {
		margin-left: 0px;
		margin-right: 0px;
	}

	.col-box.col2 .col .col {
		width: 100%;
	}

	.col-box.col3 .col .col {
		width: 100%;
	}

	.img-box.scroll {
		width: 100%;
	}

	/* テーブル */
	table.scroll {
		width: 100%;
	}

	.scroll-box {
		overflow-x: hidden;
	}

	/* 大きさ */
	.small {
		font-size: 12px;
		line-height: 24px;
	}

	.large {
		font-size: 16px;
		line-height: 32px;
	}

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

	.tab {
		display: inline-block;
	}

	.tabpc {
		display: inline-block;
	}

	.pc {
		display: none;
	}

	/* マージン */
	.mb0 {
		margin-bottom: 0px;
	}

	.mt0 {
		margin-top: 0px;
	}

	.ml1em {
		margin-left: 1em;
	}

	.ml2em {
		margin-left: 2em;
	}

	.ml3em {
		margin-left: 3em;
	}
}

/*
--------------------------------------------------------------------------------- PC：1024 */
@media all and (min-width:1024px) {

	/* ホーム
--------------------------------------------------------------------------------- */
	#home-main p {
		margin: 0px;
	}

	#home-main a {
		width: 30%;
		height: 100%;
		overflow: hidden;
	}

	#home-main a span {
		display: table-cell;
		width: 2000px;
		vertical-align: middle;
		height: 100%;
	}

	#home-main a img {
		width: 100%;
		max-width: none;
	}

	/* バナー */
	.hb-box {
		width: 25%;
	}

	/* つや姫
--------------------------------------------------------------------------------- */
	/* メインコピー*/
	#home-main-copy .copy {
		padding: 80px 80px;
	}

	#home-main-copy .copy p {
		font-size: 24px;
		line-height: 70px;
	}

	/* つや姫について*/
	.bg {
		position: absolute;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		left: 0px;
	}

	.bg-box {
		padding: 40px 0px 12px 0px;
		margin-bottom: 40px;
	}

	/* 食べられるお店・買えるお店*/
	.shop-tab th {
		font-size: 14px;
		line-height: 24px;
	}

	.shop-tab td {
		font-size: 14px;
		line-height: 24px;
	}

	.shop-tab th.name {
		width: 18em;
	}

	.shop-tab th.address {
		width: 22em;
	}

	/* その他
--------------------------------------------------------------------------------- */
	#other #sub-nav li {
		margin: 0px 3em;
	}

	/* 共通
--------------------------------------------------------------------------------- */
	/* 見出し */
	.title-page {
		font-size: 42px;
		line-height: 60px;
		margin: 120px 0px 120px 0px;
	}

	.title-page-sub {
		margin: 0px 0px 120px 0px;
	}

	.m03 {
		font-size: 16px;
		line-height: 32px;
	}

	.m04 {
		font-size: 16px;
		line-height: 32px;
	}

	.m05 {
		font-size: 16px;
		line-height: 32px;
	}

	.m06 {
		font-size: 22px;
		line-height: 30px;
		margin: 64px 0px 32px 0px;
	}

	/* 大きさ */
	.small {
		font-size: 14px;
		line-height: 28px;
	}

	.large {
		font-size: 18px;
		line-height: 36px;
	}

	/* イメージ  */
	.img-box.wide {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 500px;
		margin: 0px;
		overflow: hidden;
	}

	.img-box-wide {
		height: 452px;
	}

	/* イメージ -テキスト*/
	.img-txt {
		overflow: hidden;
	}

	.img-txt.type-a {
		margin: -80px 0px 0px 0px;
	}

	.img-txt.type-a .txt-area {
		margin: 80px 0px 0px 0px;
		width: 50%;
		float: left;
		min-height: 400px;
	}

	.img-txt.type-a .img-area {
		margin: 0px 0px 0px 0px;
		width: 47%;
		max-width: 880px;
		position: absolute;
		right: 0px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		text-indent: -9999px;
	}

	.img-txt.type-b .txt-area p {
		margin-right: 20px;
	}

	.img-txt.type-b .img-area p {
		margin-left: 20px;
	}

	/* テーブル */
	table.line th,
	table.line td {
		padding: 20px 16px;
	}

	table.small th,
	table.small td {
		font-size: 14px;
		line-height: 21px;
	}

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

	.tab {
		display: none;
	}

	.tabpc {
		display: inline-block;
	}

	.pc {
		display: inline-block;
	}

	/* マージン */
	.mb0 {
		margin-bottom: 0px;
	}

	.mt0 {
		margin-top: 0px;
	}

	.ml1em {
		margin-left: 1em;
	}

	.ml2em {
		margin-left: 2em;
	}

	.ml3em {
		margin-left: 3em;
	}
}

/*
--------------------------------------------------------------------------------- PC：1240*/
@media all and (min-width:1240px) {

	/* ホーム
--------------------------------------------------------------------------------- */
	/* バナー */
	.hb-box {
		width: 16.66%;
	}
}


	/* つや姫 英訳ページ（Tsuyahime Retailers）
--------------------------------------------------------------------------------- */

th.name2{
	width: 17%;
}

th.category2{
	width: 13%;
}

th.adress2{
	width: 55%;
}

th.url2{
	width: 15%;
}

td.links ul{
	display: flex;
	justify-content: left;
	gap: 15px;
	padding: 0;
	margin-top: 10px;
}

td.links li{
	width: 30px;
	list-style: none;
}

td.links a{
	margin: 0;
	padding: 0;
	transition: all 0.4s;
}

td.links a:hover{
	opacity: 0.7;
	transition: all 0.4s;
}

/* セレクトリスト */
.ly_cont{
  display: grid;
}

.bl_selectCont {
  display: none;
}

.bl_selectCont.is_active {
  display: revert;
}

.bl_selectToggle_wrapper.wrap{
	margin: 0 0 30px;
	max-width: 1240px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

select#js_selectToggle{
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #666;
	border-radius: 4px;
	padding: 8px 50px 8px 8px;
}

/*
--------------------------------------------------------------------------------- PC：768*/
@media all and (min-width:768px) {
	td.links ul{
		margin-top: 0px;
	}
}