<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*$font-family-sans-serif:-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
"游ゴシック Medium",
"Yu Gothic",
YuGothic,
YuGothicMedium,
"Hiragino Kaku Gothic ProN",
Meiryo,
sans-serif !default;*/
/* 
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;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 *  http://yuilibrary.com/yui/docs/cssfonts/#fontsize
 */
/*body {
	font:30px / 1.4 arial, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
	}*/
/*===Base FontSize===*/
body {
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", arial, helvetica, sans-serif;
  line-height: 1.4;
}

/*IE FIX*/
.isIE body {
  font-size: small;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", arial, helvetica, clean, sans-serif;
}

/*
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
  /*20px via YUI Fonts CSS foundation*/
  font-size: 142.5%;
  margin: 0;
}

h2 {
  /*18px via YUI Fonts CSS foundation*/
  font-size: 128.2%;
  margin: 0 0 1em;
}

h3 {
  /*16px via YUI Fonts CSS foundation*/
  font-size: 114%;
  margin: 0 0 0.5em;
}

h4 {
  /*14px via YUI Fonts CSS foundation*/
  font-size: 100%;
  margin: 0 0 0.3em;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  /*bringing boldness back to headers and the strong element*/
  font-weight: bold;
}

p {
  line-height: 1.6;
}

abbr,
acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  /*bringing italics back to the em element*/
  font-style: italic;
}

p,
fieldset,
table,
pre {
  /*so things don't run into each other*/
  font-size: 100%;
  margin-bottom: 1.2em;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
/*input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}*/
img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

/*====Basic Table Style ====================================*/
table {
  width: 100%;
}

th,
td {
  /*borders and padding to make the table readable*/
  padding: 5px;
  border: 1px solid #bbb;
  /*border-bottom: 1px solid #BBB;*/
}

th {
  /*distinguishing table headers from data cells*/
  font-weight: normal;
  text-align: left;
}

caption {
  /*coordinated margin to match cell's padding*/
  margin-bottom: 0.5em;
  /*centered so it doesn't blend in to other content*/
  text-align: center;
}

/*====Basic List Style ====================================*/
ol,
ul {
  /*bringing lists on to the page with breathing room */
  margin-left: 2em;
  margin-bottom: 1.2em;
}

ol {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}

ul {
  /*giving UL's LIs generated disc markers*/
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 2em;
}

ul.kome {
  margin-left: 0.3em;
}

ul.kome li {
  margin-left: 0px;
  padding-left: 15px;
  background-image: url(../img/parts/css/icon_kome.gif);
  background-repeat: no-repeat;
  background-position: left top;
  list-style-type: none;
  font-size: 14px;
}

ul.ten {
  margin-left: 0.3em;
}

ul.ten li {
  margin-left: 0px;
  padding-left: 15px;
  background-image: url(../img/parts/css/list_ten.gif);
  background-repeat: no-repeat;
  background-position: left top;
  list-style-type: none;
}

ul.img-btn li {
  background-image: none;
  padding: 0;
  list-style-type: none;
  margin-left: -1.7em;
}

ul li.img-btn {
  /*line-height: 1.2;*/
  background-image: none;
  padding: 0;
  list-style-type: none;
  margin-left: -1.7em;
}

/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
a span.arrow,
a span.rev-arrow,
a span.pdf,
a span.excel,
a span.word,
a span.blank {
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 3px;
  padding-right: 21px;
  padding-bottom: 1px;
}

a span.arrow {
  background-image: url(../img/parts/css/icon_arrow.gif);
}

a span.rev-arrow {
  background-image: url(../img/parts/css/icon_arrow_rev.gif);
}

a span.pdf {
  background-image: url(../img/parts/css/icon_pdf.gif);
}

a span.excel {
  background-image: url(../img/parts/css/icon_excel.gif);
}

a span.word {
  background-image: url(../img/parts/css/icon_word.gif);
}

a span.blank {
  background-image: url(../img/parts/css/icon_blank.gif);
}

span.new {
  background-image: url(../img/parts/css/icon_new.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 31px;
}

/*==Link Base==*/
ul li.icon {
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -1.7em;
  padding-top: 3px;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}

ul li.icon a:link,
ul li.icon a:visited {
  /*text-decoration: none;*/
  padding-left: 19px;
}

ul li.icon-block {
  background-repeat: no-repeat;
  margin-left: -1.7em;
  padding-top: 0px;
  padding-left: 0;
  list-style-type: none;
  position: relative;
  padding-left: 19px;
  background-position: left top;
}

/*==Select Icons==*/
ul li.arrow {
  background-image: url(../img/parts/css/icon_arrow.gif);
}

ul li.rev-arrow {
  background-image: url(../img/parts/css/icon_arrow_rev.gif);
}

ul li.pdf {
  background-image: url(../img/parts/css/icon_pdf.gif);
}

ul li.feed {
  background-image: url(../img/parts/css/icon_feed.gif);
}

ul li.excel {
  background-image: url(../img/parts/css/icon_excel.gif);
}

ul li.word {
  background-image: url(../img/parts/css/icon_word.gif);
}

ul li.blank {
  background-image: url(../img/parts/css/icon_blank.gif);
}

ul li.close {
  background-image: url(../img/parts/css/icon_close.gif);
}

/*==== Paragraph &amp; Font Settings ====================================*/
.atten {
  color: #CC0000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.font-nomal {
  color: #505050;
  font-size: 12px;
  font-weight: normal;
}

.font-xsmall {
  font-size: 10px;
  font-weight: normal;
}

.fs26px {
  /*font-size:211.8%;*/
  font-size: 182.4%;
}

.fs24px {
  /*font-size:195.7%;*/
  font-size: 168.5%;
}

.fs22px {
  /*font-size:179.6%;*/
  font-size: 154.6%;
}

.fs21px {
  /*font-size:173.8%;*/
  font-size: 149.6%;
}

.fs20px {
  /*font-size:165.5%;*/
  font-size: 142.5%;
}

.fs18px {
  /*	font-size:148.9%;*/
  font-size: 128.2%;
}

.fs16px {
  /*font-size:132.4%;*/
  font-size: 114%;
}

.fs14px {
  /*font-size:116.1%;*/
  font-size: 100%;
}

.fs12px {
  /*font-size:100%;*/
  font-size: 86.1%;
}

.fs10px {
  /*font-size:82.8%;*/
  font-size: 71.3%;
}

/*=====Basic Tag Utility====*/
.clb {
  clear: both;
}

ul.mg-bot,
p.mg-bot,
.mg-bot {
  margin-bottom: 2.5em;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.right-float {
  float: right;
  margin-bottom: 10px;
  margin-left: 15px;
}

.left-float {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

/*=== Basic Link Style ============================================================*/
a:link {
  color: #196b99;
  text-decoration: none;
}

a:visited {
  color: #4c8cb1;
  text-decoration: none;
}

a:hover {
  color: #196b99;
  text-decoration: underline;
}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clf {
  zoom: 1;
}

/*+++++++++++++++++++++++++++++++++*/
/*Web Site BODY.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/
/*Mobile*/
/*===Page Body ============================================*/
body {
  color: #000;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  /*background-image: url(../img/global/body_bg.jpg);*/
  background-repeat: repeat-x;
  background-position: center 298px;
  padding-top: 78px;
}

body.Index {
  /*background-image: url(../img/global/body_bg_idx.jpg);
  background-position: center 682px;*/
  padding-top: 0;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.75;
}

/*==== Base Layout &amp; Navigation Items ==============================================*/
/*----------Two Columns Helper Include ContentBody &amp; SideBar-----*/
#MainColumn {
  text-align: left;
  padding-top: 30px;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  font-size: 108%;
}

.MainVisual {
  height: 384px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.Stage {
  width: 1000px;
  height: 384px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.VisualContaner {
  position: relative;
}

.VisualContaner img {
  float: left;
}

.stage-shadow-top {
  height: 43px;
  position: absolute;
  z-index: 900;
  background-repeat: repeat-x;
  background-image: url(../img/index/stage_shadow_top.png);
  width: 100%;
  top: 0px;
}

.stage-shadow-bottom {
  height: 43px;
  position: absolute;
  z-index: 900;
  background-repeat: repeat-x;
  background-image: url(../img/index/stage_shadow_bottom.png);
  width: 100%;
  top: 341px;
}

/*++++++ ContentBody +++++++++++++++++++++++++++++++++++++++++++++++*/
/*#ContentBody {

	font-size:108%;
	width: 100%;
	text-align: left;
	padding-bottom: 25px;
	position: relative;

	display: block;
}*/
.shadow {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
}

/*.ContentsGrpup {}

.sub_2COL_type1 {}

.sub_2COL_type2 {}

.sub_3COL_type1 {}*/
.inqMain {
  width: 100%;
  /*margin-bottom: 20px;*/
}

.inqSide {
  width: 100%;
  /*margin-bottom: 20px;*/
}

.inqBar {
  width: 320px;
  float: left;
  margin-right: 20px;
}

.endBar {
  margin-right: 0px;
}

.sub_2COL_type1 .inqMain {
  float: right;
}

.sub_2COL_type1 .inqSide {
  float: left;
}

.sub_2COL_type2 .inqMain {
  float: left;
}

.sub_2COL_type2 .inqSide {
  float: right;
}

/*++++++ Header Section +++++++++++++++++++++++++++++++++++++++++++++*/
header {
  /*Base FontSize*/
  font-size: 108%;
  text-align: left;
  position: relative;
  width: 1000px;
  height: 135px;
  margin: 0 auto;
  padding-top: 20px;
  padding-right: px;
  display: none;
}

.Index header {
  display: block;
}

header h1 {
  background-repeat: no-repeat;
  width: 422px;
  height: 110px;
  z-index: 3;
  font-variant: normal;
  font-size: 10px;
}

header h1 a:link,
header h1 a:visited,
header h1 a:hover {
  background-position: 0 0;
  /*width: 422px;*/
  width: 295px;
  height: 110px;
  display: block;
  background-image: url(../img/global/header_logo.png);
}

header h1 a span {
  position: relative;
  z-index: -1;
  display: none;
}

.header-sub-btn {
  width: 260px;
  height: 107px;
  position: absolute;
  left: 740px;
  top: 20px;
}

.header-sub-title {
  text-align: center;
  font-size: 0.85rem;
  color: #676767;
  font-weight: bold;
  margin-bottom: 6px;
}

.header-sub-btn .sub-btn-box {
  overflow: hidden;
}

.header-sub-btn .sub-btn-box .sub-btn-box_l {
  float: left;
  width: 133px;
}

.header-sub-btn .sub-btn-box .sub-btn-box_r {
  float: right;
  width: 120px;
}

.header-sub-btn .sub-btn-box .sub-btn-box_l .btn01 {
  background-color: #E57065;
  border: 1px solid #000;
}

.header-sub-btn .sub-btn-box .sub-btn-box_l .btn01 a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 11px 15px;
  position: relative;
}

.header-sub-btn .sub-btn-box .sub-btn-box_l .btn02 {
  background-color: #25B3C5;
  border: 1px solid #000;
  border-top: none;
}

.header-sub-btn .sub-btn-box .sub-btn-box_l .btn02 a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 11px 15px;
  position: relative;
}

.header-sub-btn .sub-btn-box .sub-btn-box_l .btn01 a:after,
.header-sub-btn .sub-btn-box .sub-btn-box_l .btn02 a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 43%;
}

.header-sub-btn .sub-btn-box .sub-btn-box_r .btn03 {
  background-color: #000;
}

.header-sub-btn .sub-btn-box .sub-btn-box_r .btn03 a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 33px 0;
}

.header-banner {
  display: none;
  position: absolute;
  top: 20px;
  left: 822px;
}

.header_sub {
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7777;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.Index .header_sub {
  display: none;
}

.header_sub_inner {
  width: 1000px;
  margin: auto;
  overflow: hidden;
}

.header_sub .logo {
  /*width: 240px;*/
  width: 170px;
  float: left;
  padding-bottom: 5px;
}

.header_sub .logo img {
  width: 100%;
  height: auto;
}

.header_sub .header_sub_r {
  width: 760px;
  float: right;
}

.header_sub .header_sub_r_top {
  overflow: hidden;
  width: 710px;
  float: right;
  margin-bottom: 7px;
}

.header_sub .header_sub_r_top .btn01 {
  background-color: #E57065;
  border: 1px solid #000;
  margin-right: 10px;
  width: 140px;
  float: left;
  text-align: left;
}

.header_sub .header_sub_r_top .btn02 {
  background-color: #25B3C5;
  border: 1px solid #000;
  margin-right: 10px;
  width: 140px;
  float: left;
  text-align: left;
}

.header_sub .header_sub_r_top .btn03 {
  background-color: #000;
  border: 1px solid #000;
  width: 120px;
  text-align: center;
  float: left;
}

.header_sub .header_sub_r_top .btn01 a,
.header_sub .header_sub_r_top .btn02 a,
.header_sub .header_sub_r_top .btn03 a {
  color: #fff;
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  position: relative;
}

.header_sub .header_sub_r_top .btn01 a:after,
.header_sub .header_sub_r_top .btn02 a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.header_sub .header_sub_r_under {
  width: 100%;
  float: right;
}

.header_sub .header_sub_r_under ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.header_sub .header_sub_r_under ul li {
  list-style: none;
  margin: 0;
}

.header_sub .header_sub_r_under ul li:first-child {
  border-left: 1px solid #707070;
}

.header_sub .header_sub_r_under ul li a {
  display: block;
  border-right: 1px solid #707070;
  color: #707070;
  padding: 5px 13px;
  font-size: 0.77rem;
  text-decoration: none;
}

#Global {
  text-align: center;
  width: 100%;
  height: 143px;
  overflow: hidden;
  background-repeat: repeat-x;
  display: none;
  border-top: 1px solid #bbb;
}

.Index #Global {
  display: block;
}

#Global ul {
  text-align: left;
  width: 1000px;
  height: 143px;
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid #bbb;
}

#Global ul li {
  background-image: none;
  position: relative;
  z-index: 3;
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid #bbb;
  text-align: center;
}

#Global ul li a {
  color: #707070;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.84rem;
}

#Global ul li a span {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 95px;
}

#Global ul li a span:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0;
  left: 0;
  margin: auto;
  top: 25px;
}

#Global ul li#gnav00 a span:before {
  background-image: url(../img/global/icon_hone.png);
}

#Global ul li#gnav01 a span:before {
  background-image: url(../img/global/icon_seido.png);
}

#Global ul li#gnav02 a span:before {
  background-image: url(../img/global/icon_item.png);
}

#Global ul li#gnav02-2 a span:before {
  background-image: url(../img/global/icon_taberu.png);
}

#Global ul li#gnav03 a span:before {
  background-image: url(../img/global/icon_story.png);
}

#Global ul li#gnav04 a span:before {
  background-image: url(../img/global/icon_message.png);
}

#Global ul li#gnav05 a span:before {
  background-image: url(../img/global/icon_recipe.png);
}

#Global ul li a:link,
#Global ul li a:visited {
  width: 141px;
  height: 143px;
  display: block;
}

nav#TopicPath {
  font-size: 93%;
  text-align: center;
  width: 100%;
}

nav#TopicPath ul {
  text-align: left;
  width: 950px;
  margin: 0 auto;
  padding: 0;
}

nav#TopicPath ul li {
  font-size: 82.8%;
  line-height: 1.2;
  background-image: url(../img/global/topic_path_sep.png);
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
  margin: 0 15px 0 0;
  padding: 8px 20px 6px 0;
}

nav#TopicPath ul li a:link,
nav#TopicPath ul li a:visited,
nav#TopicPath ul li a:hover {
  color: #7c7c7c;
  text-decoration: none;
}

/*++++++ SideBar Section+++++++++++++++++++++++++++++++++++++++++++++*/
#SideBar {
  /*Base FontSize*/
  font-size: 108%;
  position: relative;
  overflow: hidden;
  float: left;
  display: block;
}

/*++++++ Footer Section ++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
  /*Base FontSize*/
  font-size: 93%;
  color: #676767;
  background-position: left top;
  width: 100%;
  clear: both;
  background-repeat: repeat-x;
  padding-top: 30px;
  position: relative;
  background: transparent linear-gradient(180deg, #FDFAF5 0%, #F5F0EB 100%) 0% 0% no-repeat padding-box;
}

.footer-inner {
  text-align: left;
  width: 590px;
  margin-right: auto;
  margin-left: auto;
  min-height: 236px;
  background-image: url(../img/global/footer_logo.png);
  background-repeat: no-repeat;
  background-position: left 15px;
  padding-left: 410px;
  position: relative;
}

.ft-navi {
  float: left;
  border-left: 1px #bbb solid;
  padding: 15px 15px 1px;
  min-height: 180px;
}

.ft-navi a:link,
.ft-navi a:visited,
.ft-navi a:hover {
  color: #000000;
}

.ft-navi ul {
  list-style-type: none;
  margin: 0px 0px 6px;
}

.ft-navi ul li {
  padding: 0px;
  bottom: 6px;
}

.pos1 {
  width: 165px;
}

.pos2 {
  width: 190px;
}

.pos3 {
  width: 140px;
}

.footer-down-link {
  position: absolute;
  left: 109px;
  top: 120px;
  text-indent: -9999px;
}

.footer-down-link a:link,
.footer-down-link a:visited,
.footer-down-link a:hover {
  width: 224px;
  height: 65px;
  display: block;
}

#Copyright {
  font-size: 82.8%;
  font-family: Arial, Helvetica, "Century Gothic", Geneva, sans-serif;
  text-align: left;
  width: 960px;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-left: auto;
  position: absolute;
  left: 0px;
  top: 205px;
}

/*==Scrollup BTN==*/
#Scroll-relative {
  width: 100%;
  height: 0;
  clear: both;
}

#Scroll-case {
  width: 100%;
  height: 0;
  z-index: 990;
}

#Scroll-case-inner {
  text-align: center;
  position: relative;
  width: 980px;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 900;
}

#Scroll {
  position: absolute;
  top: -86px;
  right: -60px;
  width: 60px;
  height: 60px;
  z-index: 900;
  overflow: hidden;
}

.fxd-s {
  position: fixed;
  right: 0;
  bottom: 60px;
}

.share-btn {
  width: 56px;
  height: 114px;
  position: fixed;
  right: 0px;
  top: 300px;
  z-index: 1000;
}

/*==Scrollup BTN==*/
nav#Scroll-up {
  text-align: left;
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

nav#Scroll-up ul {
  background-color: aqua;
  background-image: none;
  position: static;
  margin: 0;
  padding: 10px 10px 10px 0;
}

nav#Scroll-up ul li {
  background-image: none;
  position: relative;
  width: 83px;
  height: 13px;
  z-index: 3;
  float: right;
  margin: 0;
  padding: 0;
}

nav#Scroll-up ul li a span {
  font-size: 1px;
  line-height: 1;
  position: relative;
  z-index: -1;
  padding-bottom: 3px;
  padding-left: 3px;
}

nav#Scroll-up a:link,
nav#Scroll-up a:visited,
nav#Scroll-up a:hover {
  background-image: url(../img/global/btn_scrollup.jpg);
  background-repeat: no-repeat;
  text-decoration: none;
  width: 83px;
  height: 13px;
  display: block;
}

.PageUp {
  padding-right: 10px;
  padding-bottom: 25px;
}

.PageUp .Scrollup-btn {
  float: right;
}

/*----Helper----*/
#MainColumn:before,
#TopicPath ul:before,
#Scroll-up ul:before,
#MainColumn:after,
#TopicPath ul:after,
#Scroll-up ul:after {
  content: "";
  display: table;
}

#MainColumn:after,
#TopicPath ul:after,
#Scroll-up ul:after {
  clear: both;
}

#MainColumn,
#TopicPath ul,
#Scroll-up ul {
  zoom: 1;
}

.top_about_box {
  width: 100vw;
  margin: 50px 0 50px;
  background-image: url(../img/index/top_about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.win .top_about_box {
  width: 98.5vw;
}

_:-ms-lang(x)::-ms-backdrop,
.win .top_about_box {
  margin-left: -49.4vw;
  transform: translateX(0);
  width: 98.8vw;
}

.top_about_box_inner {
  width: 48%;
  float: right;
  padding: 70px 0;
}

.top_about_box_copy {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.top_about_box_btn {
  background: transparent linear-gradient(180deg, #A1BA8C 0%, #518322 100%) 0% 0% no-repeat padding-box;
  width: 200px;
  border-radius: 4px;
  margin-top: 20px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}

.top_about_box_btn a {
  display: block;
  padding: 15px;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.top_about_box_btn a:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 10px;
  top: 42%;
}

.top_link_cmscontents {
  display: flex;
  flex-wrap: wrap;
}

.top_link_cmscontents_item {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 30px;
}

.top_link_cmscontents_item:nth-child(2n) {
  margin-right: 0;
}

.top_link_cmscontents_item .title_banner {
  padding: 10px 10px 10px 80px;
  position: relative;
  background-color: #F7F6EE;
  border: 1px solid #C5C5C5;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.top_link_cmscontents_item .title_banner:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.top_link_cmscontents_item.story_item .title_banner:before {
  background-image: url(../img/index/icon_story.png);
}

.top_link_cmscontents_item.recipe_item .title_banner:before {
  background-image: url(../img/index/icon_recipe.png);
}

.top_link_cmscontents_item.movie_item .title_banner:before {
  background-image: url(../img/index/icon_message.png);
}

.top_link_cmscontents_item.shop_item .title_banner:before {
  background-image: url(../img/index/icon_taberu.png);
}

.top_link_cmscontents_item .title_banner .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.top_link_cmscontents_item .title_banner .title span {
  display: block;
  font-size: 1rem;
  color: #724848;
  letter-spacing: 0.4em;
}

.top_link_cmscontents_item .title_banner .btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  width: 70px;
}

.top_link_cmscontents_item .title_banner .btn a {
  display: block;
  padding: 5px 10px;
  position: relative;
  color: #919191;
  text-decoration: none;
  font-size: 0.8rem;
}

.top_link_cmscontents_item .title_banner .btn a:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-top: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  transform: rotate(45deg);
  right: 7px;
  top: 40%;
}

.top_link_cmscontents_item.story_item .post_item,
.top_link_cmscontents_item.shop_item .post_item {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.top_link_cmscontents_item .post_item a {
  display: block;
  overflow: hidden;
}

.top_link_cmscontents_item.story_item .post_item .thumbnail,
.top_link_cmscontents_item.shop_item .post_item .thumbnail {
  width: 135px;
  height: 135px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_link_cmscontents_item.story_item .post_item .text,
.top_link_cmscontents_item.shop_item .post_item .text {
  width: 320px;
  float: right;
  text-decoration: none;
}

.top_link_cmscontents_item.story_item .post_item .text .title {
  font-size: 1.5rem;
  color: #BE0000;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  margin-bottom: 5px;
}

.top_link_cmscontents_item.story_item .post_item .text .contents_text {
  color: #000;
  font-weight: bold;
  font-size: 1.04rem;
}

.top_link_cmscontents_item.recipe_item .post_item,
.top_link_cmscontents_item.movie_item .post_item {
  float: left;
  margin-right: 3%;
  width: 48.5%;
}

.top_link_cmscontents_item.recipe_item .post_item:last-child,
.top_link_cmscontents_item.movie_item .post_item:last-child {
  margin-right: 0;
}

.top_link_cmscontents_item.recipe_item .post_item .thumbnail {
  width: 230px;
  height: 230px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_link_cmscontents_item.recipe_item .post_item .text .title {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.04rem;
}

.top_link_cmscontents_item.movie_item .post_item .thumbnail {
  width: 230px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

.top_link_cmscontents_item.movie_item .post_item .text .title {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.04rem;
  font-weight: bold;
}

.top_link_cmscontents_item.recipe_item .post_item:hover a,
.top_link_cmscontents_item.movie_item .post_item:hover a {
  text-decoration: none;
}

.top_link_cmscontents_item.shop_item .post_item .text .title {
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.04rem;
}

.top_link_cmscontents_item.shop_item .post_item .text .category {
  font-size: 0.8rem;
  color: #000;
}

.footer_sns {
  width: 100%;
}

.footer_sns_inner {
  width: 1000px;
  margin: auto;
  overflow: hidden;
}

.sns_btn_facebook {
  width: 100%;
  float: left;
  background-color: #1877F2;
}

.sns_btn_facebook.half {
  width: 50%;
}

.sns_btn_facebook a {
  display: block;
  padding: 30px 0;
  position: relative;
}

.sns_btn_facebook a:before {
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/global/facebook_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
}

.sns_btn_youtube {
  width: 50%;
  float: left;
  background-color: #E60012;
}

.sns_btn_youtube a {
  display: block;
  padding: 30px 0;
  position: relative;
}

.sns_btn_youtube a:before {
  content: "";
  width: 50px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/global/youtube_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
}

.sns_btn_twitter {
  /*width: 50%;
  float: right;
  background-color: #1DA1F2;*/
  display: none;
}

.sns_btn_twitter a {
  display: block;
  padding: 30px 0;
  position: relative;
}

.sns_btn_twitter a:before {
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/global/twitter_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
}

.sp_header {
  display: none;
}

.sp_footer_fix {
  display: none;
}

.mobile_navi {
  display: none;
}

.search_sp {
  display: none;
}

.Search_title,
.store_title,
.story_title,
.video_title,
.recipe_title,
.other_title {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #509D35;
  padding: 40px 0;
  box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.1);
  background-image: url(../img/search/sub_header_shohin.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.store_title {
  background-image: url(../img/store/sub_header_shop.jpg);
}

.story_title {
  background-image: url(../img/story/sub_header_story.jpg);
}

.video_title {
  background-image: url(../img/video/sub_header_message.jpg);
}

.recipe_title {
  background-image: url(../img/recipe/sub_header_recipe.jpg);
}

.other_title {
  background-image: url(../img/global/sub_header_other.jpg);
}

.store_title_sub,
.story_title_sub,
.video_title_sub {
  background-color: #F4F7EE;
  text-align: center;
  padding: 15px calc((100% - 1000px) / 2);
  font-size: 1rem;
  font-weight: bold;
}
.store_title_sub span,
.story_title_sub span,
.video_title_sub span {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
}

/* mobile */
@media (max-width: 746px) {
  body {
    background-image: none;
    margin-top: 80px;
    padding-top: 0;
  }
  body.Index {
    background-image: none;
  }
  #Main {
    display: none;
  }
  #Global {
    display: none;
  }
  .header_sub {
    display: none;
  }
  #MainColumn {
    width: 90%;
  }
  .footer_sns_inner {
    width: 95%;
  }
  .footer-inner {
    width: 100%;
    padding: 0;
    height: 125px;
    min-height: auto;
    background-position: 6vw top;
  }
  .ft-navi {
    display: none;
  }
  .sp_header {
    display: block;
    z-index: 9000;
    top: 0;
    left: 0;
    position: fixed;
  }
  .Stage {
    width: 100%;
  }
  .sp_footer_fix {
    display: block;
    z-index: 8000;
    bottom: 0;
    left: 0;
    position: fixed;
  }
  .layout-top .idx-topics-list {
    width: 100%;
  }
  #Copyright {
    width: 100%;
    top: 145px;
    padding-bottom: 62px;
    text-align: center;
  }
  .sp_header {
    overflow: hidden;
    height: 80px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.2);
  }
  .sp_header_logo {
    width: 37%;
    padding: 13px 11px;
    float: left;
  }
  .sp_header_logo img {
    width: 100%;
    height: auto;
  }
  .search_btn {
    width: 20%;
    height: 80px;
    background-color: #509D35;
    position: absolute;
    right: 20vw;
    top: 0;
    padding: 0 !important;
  }
  .search_btn img {
    width: 47%;
    padding: 17px 0;
  }
  .js-mobile_navi {
    width: 20%;
    height: 80px;
    display: block;
    background-color: #27B9D3;
    position: absolute;
    right: 0;
    top: 0;
  }
  .js-mobile_navi span {
    width: 40%;
    display: block;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.3s ease;
  }
  .js-mobile_navi span:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -10px;
    transition: all 0.3s ease;
  }
  .js-mobile_navi span:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -10px;
    transition: all 0.3s ease;
  }
  .js-mobile_navi.open span {
    background-color: rgba(255, 255, 255, 0);
  }
  .js-mobile_navi.open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .js-mobile_navi.open span:after {
    transform: rotate(-45deg);
    bottom: 0;
  }
  .mobile_navi {
    background-color: #fff;
    top: 80px;
    position: absolute;
    height: 100vh !important;
    z-index: 8500;
    left: 0;
    overflow: scroll;
    margin-bottom: 30px;
  }
  .mobile_navi ul {
    margin: 0;
    padding-bottom: 200px;
  }
  .mobile_navi ul li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #000;
    margin: 0;
    font-size: 1rem;
  }
  .mobile_navi ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 25px;
  }
  .stage-shadow-top {
    display: none;
  }
  .non_scroll {
    height: 100%;
    overflow: hidden;
  }
  .sp_footer_fix {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #000;
  }
  .sp_footer_fix ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .sp_footer_fix ul li {
    list-style: none;
    margin: 0;
    width: 33.1%;
    border-right: 1px solid #000;
  }
  .sp_footer_fix ul li:last-child {
    border-right: none;
    width: 33.2%;
  }
  .sp_footer_fix ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 13px 0;
    text-align: center;
  }
  .sp_footer_fix ul li:first-child {
    background-color: #E57065;
  }
  .sp_footer_fix ul li:nth-child(2) {
    background-color: #25B3C5;
  }
  .sp_footer_fix ul li:last-child {
    background-color: #000;
  }
  .index_banner_1column_item a {
    padding: 10vw 0;
  }
  .index_banner_1column_item {
    margin-bottom: 5vw;
  }
  .top_link_cmscontents_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .top_link_cmscontents_item.story_item .post_item,
  .top_link_cmscontents_item.shop_item .post_item {
    overflow: hidden;
  }
  .top_link_cmscontents_item.story_item .post_item .thumbnail,
  .top_link_cmscontents_item.shop_item .post_item .thumbnail {
    width: 30%;
    height: 26vw;
    float: left;
  }
  .top_link_cmscontents_item.story_item .post_item .text,
  .top_link_cmscontents_item.shop_item .post_item .text {
    width: 65%;
  }
  .top_link_cmscontents_item.recipe_item .post_item .thumbnail {
    width: 100%;
    height: 42vw;
  }
  .top_link_cmscontents_item.story_item .post_item .text .contents_text,
  .top_link_cmscontents_item.recipe_item .post_item .text .title,
  .top_link_cmscontents_item.movie_item .post_item .text .title,
  .top_link_cmscontents_item.shop_item .post_item .text .title {
    font-size: 0.9rem;
  }
  .top_link_cmscontents_item .title_banner .title {
    font-size: 1.2rem;
  }
  .top_link_cmscontents_item .title_banner .title span {
    font-size: 0.9rem;
  }
  .footer-down-link {
    display: none;
  }
  .MainVisual {
    height: 63vw;
  }
  .VisualContaner a {
    display: block;
    width: 46.5vw !important;
  }
  .VisualContaner img {
    width: 100% !important;
  }
  .Index #Global {
    display: none;
  }
  .VisualContaner {
    margin-left: 0 !important;
    width: 1000px !important;
  }
}
/*オンラインバナー*/
.online_header1 {
  text-align: center;
  font-size: 25px;
  line-height: 3;
  border-bottom: 1px #bbb solid;
}

.online_header2 {
  text-align: center;
  font-size: 25px;
  line-height: 3;
  color: #C4330F;
}

.online_header3 {
  padding-left: 20px;
  padding-right: 20px;
}

.online_banner_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}

.online_banner_box {
  width: 290px;
  margin-right: 30px;
  margin-bottom: 4%;
}

.online_banner_box:nth-child(3n) {
  margin-right: 0;
}

.online_banner_box h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.online_banner_box a {
  display: block;
  color: #000;
  text-decoration: none;
}

.online_banner_box_thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 35%;
  overflow: hidden;
  margin-bottom: 10px;
}

.online_banner_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*++++ Search Panel ++++*/
.SearchContent {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #919191;
}

.toggle_SearchPanel {
  display: none;
}

.search_header {
  color: #fff;
  font-size: 30px;
  padding: 10px 0;
  margin-bottom: 0;
  background-color: #509D35;
  text-align: center;
  font-size: 1.5rem;
}

.search_header_sub {
  font-size: 1rem;
  padding: 10px;
  font-weight: bold;
}

.search_header span {
  font-size: 14px;
  color: #000;
  margin-left: 15px;
}

.search_category {
  font-size: 28px;
  font-weight: normal;
  padding-left: 1.5em;
  line-height: 2.5;
  background-color: #F7F6EE;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.content_padding {
  padding: 25px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.search_item_group {
  justify-content: space-between;
  /*align-items: center;*/
  margin-bottom: 15px;
}

.search_item_label {
  width: 100%;
  text-align: left;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.1rem;
}

.search_check_group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.kind_check {
  border: 1px #bbb solid;
  padding: 6px;
  width: 152px;
  box-sizing: border-box;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

.seisannch_check_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.seisannch_check {
  border: 1px #bbb solid;
  padding: 6px;
  width: 154px;
  box-sizing: border-box;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

.kisetsu_check_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.kisetsu_check {
  border: 1px #bbb solid;
  padding: 6px;
  width: 73px;
  box-sizing: border-box;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

.make_check_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.make_check {
  border: 1px #bbb solid;
  padding: 6px;
  width: 232px;
  box-sizing: border-box;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

.search_btn {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

.search_btn input {
  width: 300px;
}

.search_text {
  background-color: #F2EDE2;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border: 1px #bbb solid;
  border-top: 0;
}

.search_text_header {
  text-align: center;
  background-color: #E26C27;
  color: #fff;
  font-weight: bold;
  width: 300px;
  margin: 20px auto 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  padding: 8px 0 8px 15px;
  cursor: pointer;
  position: relative;
  font-size: 1.1rem;
}

.search_text_header:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/search/icon_check-box_w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search_text_body {
  padding: 20px;
}

/*++++++++++++++*/
.goto-shop {
  margin-bottom: 15px;
}

.mid-topics {
  padding: 10px 10px 10px 20px;
  margin-bottom: 0px;
}

.store-topics {
  border-top: 1px #bbb solid;
}

.store-topics a:link,
.store-topics a:visited,
.store-topics a:hover {
  text-decoration: none;
  color: #000000;
}

.store-topics dl {
  border-bottom: 1px #bbb solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.store-topics dt {
  width: 130px;
  float: left;
  text-align: center;
}

.store-topics dd {
  margin-left: 135px;
}

/*==== About ====*/
.three-thumb {
  width: 1020px;
  padding-bottom: 20px;
  position: relative;
  /*left: -10px;*/
}

.thumb-box {
  width: 320px;
  margin-right: 20px;
  float: left;
}

/*==== TOPPAGE ====*/
/*.fb-like-box{
	height: 350px;
}
*/
/*.fb-like-box span{
	height: 380px !important;
}*/
/*.fb-like-box span iframe {
	height: 380px !important;
}

.idx-store-col {}

.idx-store-list {}*/
.idx-store-list a:link,
.idx-store-list a:visited,
.idx-store-list a:hover {
  color: #000000;
  text-decoration: none;
}

.idx-store {
  padding: 20px;
  position: relative;
  border-bottom: 1px #bbb solid;
}

.idx-store h2 {
  font-size: 14px;
  margin-bottom: 4px;
}

.idx-store h3 {
  font-weight: normal;
  font-size: 12px;
}

.idx-store h4.gentei {
  font-weight: normal;
  font-size: 10px;
  color: #00C042;
}

.idx-story-col {
  height: 716px;
}

.idx-story {
  padding: 20px;
  position: relative;
  border-bottom: 1px #bbb solid;
}

.idx-story-list a:link,
.idx-story-list a:visited,
.idx-story-list a:hover {
  text-decoration: none;
  color: #000000;
}

.idx-story h2 {
  color: #C4330F;
  font-size: 14px;
  margin-bottom: 4px;
}

.idx-story h3 {
  font-weight: normal;
  font-size: 12px;
}

.idx-story-num {
  width: 49px;
  height: 34px;
  background-image: url(../img/index/story_fukidashi.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Times New Roman", Times, serif;
  padding-top: 10px;
  z-index: 300;
}

.idx-story-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.md-header {
  border-bottom: 1px #bbb solid;
}

.layout-top .idx-topics-list {
  width: 796px;
  float: right;
}

.idx-topics-header {
  width: 164px;
  float: left;
  background-color: #F7F6EE;
  border: 0;
  padding: 25px 20px;
  text-align: center;
}

.idx-topics-header-icon {
  margin-bottom: 20px;
}

.idx-topics-header-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.idx-topics-header-title span {
  display: block;
  font-size: 1rem;
  color: #724848;
  letter-spacing: 0.4em;
}

.idx-topics-header-icon img {
  width: 40%;
  height: auto;
}

.idx-topics-header-btn {
  width: 70px;
  border-radius: 5px;
  border: 1px solid #919191;
  margin: 25px auto 0;
  background-color: #fff;
}

.idx-topics-header-btn a {
  display: block;
  padding: 5px 13px;
  color: #919191;
  text-decoration: none;
  text-align: left;
  position: relative;
}

.idx-topics-header-btn a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #919191;
  border-right: 1px solid #919191;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 38%;
}

.layout-top {
  background-image: url(../img/index/topics_heade_bg.jpg);
  background-repeat: repeat-y;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.idx-topics-list a:link,
.idx-topics-list a:visited,
.idx-topics-list a:hover {
  text-decoration: none;
  color: #000000;
}

.idx-topics-list dl {
  border-bottom: 1px #bbb solid;
  margin: 0px;
  padding: 15px;
}

.idx-topics-list dt {
  font-size: 12px;
  margin-bottom: 4px;
}

.idx-topics-list dd {
  font-size: 12px;
}

.layout-top .idx-topics-list dt {
  font-size: 12px;
  margin-bottom: 4px;
  width: 106px;
  text-align: center;
  float: left;
  color: #919191;
}

.layout-top .idx-topics-list dd {
  font-size: 12px;
  margin-left: 110px;
}

/*==== Store ====*/
.side-comment {
  font-size: 12px;
  text-align: justify;
  padding: 15px 20px;
}

/*===== sitemap ====*/
.sitemap {
  margin-bottom: 3em;
}

.sitemap li {
  font-size: 114%;
  margin-bottom: 0.8em;
}

/*==== Calendar =====*/
.calendar-detail {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*===== register-detail =====*/
.register-detail {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*===== Video ====*/
.YouTube-frame {
  margin-bottom: 10px;
}

.YouTube-frame iframe {
  width: 100%;
  height: 550px;
}

.video-detail {
  padding: 30px 20px 15px 50px;
}

.video-detail h2 {
  font-size: 2１px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  margin-bottom: 5px;
  color: #C4330F;
}

.sub-col-right {
  width: 320px;
  float: right;
}

.sub-col-left {
  width: 320px;
  float: left;
}

/*==== Topics ====*/
.topics-header {
  border-bottom: 1px #bbb solid;
  padding: 30px 30px 10px;
  margin-bottom: 30px;
}

.topics-header h2 {
  font-size: 27px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  margin-bottom: 15px;
}

.topics-main-ph {
  padding-bottom: 30px;
  text-align: center;
}

.topics-main-ph img {
  width: 100%;
}

.topics-sub-ph {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.topics-sub-ph a {
  display: block;
  float: left;
  width: 48.3%;
  margin-right: 3%;
}

.topics-sub-ph a:nth-child(2) {
  margin-right: 0;
}

.topics-body {
  padding-bottom: 30px;
}

.topics-body table {
  border-top: 1px #bbb solid;
  width: 410px;
}

.topics-body table th {
  border: 0;
  border-bottom: 1px #bbb solid;
  width: 12em;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 86.1%;
  vertical-align: middle;
}

.topics-body table td {
  border: 0;
  border-bottom: 1px #bbb solid;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 86.1%;
  vertical-align: middle;
}

/*=== Event =====*/
.event-detail {
  padding: 30px;
}

.event-photos {
  width: 100%;
  overflow: hidden;
}

.event-photos a {
  display: block;
  width: 48.3%;
  float: left;
  margin-right: 3%;
}

.event-photos a:nth-child(2n) {
  margin-right: 0;
}

.event-photos a .entry-thumb {
  width: 100%;
  height: 300px;
  background-size: cover;
}

.event-txt {
  width: 100%;
}

.event-txt table {
  border-top: 1px #bbb solid;
}

.event-txt table th {
  border: 0;
  border-bottom: 1px #bbb solid;
  width: 12em;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 86.1%;
  vertical-align: middle;
}

.event-txt table td {
  border: 0;
  border-bottom: 1px #bbb solid;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 86.1%;
  vertical-align: middle;
}

.event-txt h2 {
  font-size: 27px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  margin-bottom: 15px;
}

/*======Story =====*/
.story-header {
  padding: 30px;
}

.story-header h2 {
  font-size: 27px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  margin-bottom: 15px;
  color: #C4330F;
}

.story-header h3 {
  font-size: 27px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  margin-bottom: 15px;
  color: #66765E;
}

/*====== Recipe ======*/
.recipe-detail {
  /*background-image: url(../img/parts/css/sep_line_bg.png);*/
  background-repeat: repeat-y;
}

.recipe-sub {
  padding-top: 30px;
  padding-bottom: 10px;
}

.recipe-sub-case {
  width: 280px;
  float: left;
  margin-right: 30px;
}

.recipe-photos {
  width: 650px;
  float: left;
}

.recipe-txt {
  margin-right: 20px;
  float: right;
  width: 290px;
}

.recipe-txt h2 {
  font-size: 27px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  margin-bottom: 15px;
  margin-top: 15px;
}

.recipe-txt table {
  border-top: 1px #bbb solid;
}

.recipe-txt table th {
  border: 0;
  border-bottom: 1px #bbb solid;
  padding-left: 8px;
}

.recipe-txt table td {
  border: 0;
  border-bottom: 1px #bbb solid;
  text-align: right;
  padding-right: 8px;
}

.recipe-howto {
  padding-top: 30px;
  padding-bottom: 10px;
  clear: both;
  background-color: #FFFFFF;
}

.howto-content {
  width: 490px;
  margin-right: 20px;
  padding-bottom: 10px;
  float: left;
  overflow: hidden;
}

.howto-content:nth-child(2n+1) {
  margin-right: 0;
}

.howto-content dl {
  margin: 0px;
  padding: 0px;
  width: 300px;
  float: left;
}

.howto-content dl.width_full {
  width: 100%;
}

.howto-content dt {
  padding-left: 5px;
  width: 10px;
  color: #fff;
  background-color: #D46842;
  font-weight: bold;
  border-radius: 50%;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 15px;
}

.howto-content dd {
  margin-right: 10px;
  margin-bottom: 20px;
}

.recipe-point {
  border: 1px #bbb solid;
  background-color: #FCF9F4;
  color: #D46842;
  font-weight: bold;
  font-size: 20px;
  padding: 50px 40px 50px 175px;
  min-height: 80px;
  background-image: url(../img/parts/icon/icon_point.png);
  background-repeat: no-repeat;
  background-position: 45px center;
}

/*============ listing ==============*/
.listing a:link,
.listing a:visited,
.listing a:hover {
  color: #000000;
  text-decoration: none;
}

.List-frame.video_list .listing a {
  width: 100%;
  margin-right: 0;
}

.recipe-list.listing a {
  margin-right: 0;
  width: 320px;
  margin-right: 20px;
}

.recipe-list.listing a:nth-child(2n) {
  margin-right: 20px;
}

.recipe-list.listing a:nth-child(3n) {
  margin-right: 0;
}

.List-frame.video_list .video-view {
  padding: 25px 0;
}

.List-frame.video_list .video-view h2 {
  color: #000;
  font-weight: bold;
}

.List-frame.video_list .video-view h2,
.List-frame.video_list .video-view p {
  float: right;
  width: 770px;
}

.recipe-list {
  width: 1020px;
  display: flex;
  flex-wrap: wrap;
}

.recipe-list .spot-list {
  width: 320px;
  margin-right: 20px;
  float: left;
  padding: 0px 0px 25px;
  border: 0;
  height: auto !important;
}

.listing {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.listing a {
  display: block;
  width: 48%;
  margin-right: 4%;
  border-bottom: 1px #bbb solid;
  margin-bottom: 10px;
}

.spot-list {
  padding: 20px 0 20px;
  position: relative;
}
.spot-list .date {
  left: 140px;
  bottom: 40px;
  float: right;
  width: 340px;
}
.spot-list .product_list {
  float: right;
  width: 340px;
  margin: -8px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.spot-list .product_list li {
  list-style: none;
  margin-right: 1.2%;
  margin-bottom: 2%;
  width: 47.4%;
  background-color: #ACC46B;
  color: #fff;
  text-align: center;
  padding: 4px 1%;
}
.spot-list .product_list li:nth-child(2n) {
  margin-right: 0;
}

.listing a:nth-child(2n) {
  margin-right: 0;
}

.topics_list .listing a {
  width: 100%;
  margin-right: 0;
}

.topics_list .listing .entry-thumb {
  display: none;
}

.topics_list .listing h2 {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, Osaka, "MS Ｐゴシック", "ＭＳ ゴシック", arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}

.topics_list .listing p {
  margin-bottom: 0;
  color: #919191;
}

/*+++ recipe +++*/
.recipe-view h2 {
  font-size: 21px;
  /*font-family: var.$font-min;*/
  font-weight: 200;
  margin-bottom: 10px;
  font-weight: bold;
}

.recipe-view h3 {
  font-size: 12px;
  margin-bottom: 10px;
  color: #D46842;
  font-weight: bold;
}

/*+++ store +++*/
.store-view h2 {
  font-size: 21px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "MS Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 45px;
  float: right;
  width: 340px;
}

.store-view h2 span {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}

/*.store-view h2.mid_taberu {
	padding-left: 65px;
	background-image: url(../img/page_module/store/icon_taberu.png);
}

.store-view h2.mid_konyu {
	padding-left: 65px;
	background-image: url(../img/page_module/store/icon_konyu.png);
}*/
.store-view h3 {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-left: 140px;
}

.store-view h4 {
  font-size: 12px;
  margin-bottom: 10px;
  color: #45AE42;
  font-weight: bold;
  padding-left: 64px;
  background-image: url(../img/page_module/store/icon_kikan.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 140px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.store-btn-miru {
  width: 43px;
  height: 31px;
  background-repeat: no-repeat;
  background-image: url(../img/page_module/store/btn_miru.png);
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
}

.store-btn-event {
  width: 147px;
  height: 31px;
  background-repeat: no-repeat;
  background-image: url(../img/page_module/store/btn_event.png);
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/*+++ event +++*/
.event-view h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.event-view table {
  width: 360px;
  margin-bottom: 6px;
}

.event-view table th {
  border: 0;
  width: 5em;
  font-size: 86.1%;
  padding-bottom: 2px;
  padding-top: 1px;
}

.event-view table td {
  padding-bottom: 2px;
  padding-top: 1px;
  border: 0;
  font-size: 86.1%;
}

.next10-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  clear: both;
}

.btn-miru {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.icon-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/*+++ Topics+++*/
.topics-view h2 {
  font-size: 27px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  margin-bottom: 10px;
}

/* +++ Story+++*/
.story-view {
  padding-left: 25px;
  padding-right: 25px;
}

.story-view h2 {
  font-size: 1.1rem;
  /*font-family: var.$font-min;*/
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  margin-top: -10px;
  float: right;
  width: 290px;
}

.list-num {
  width: 290px;
  height: 60px;
  /*padding-top: 60px;*/
  text-align: left;
  color: #C4330F;
  /*background-image: url(../img/parts/icon/icon_story.png);*/
  background-repeat: no-repeat;
  background-position: center 0px;
  font-weight: bold;
  font-size: 30px;
  float: left;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  float: right;
}

/* +++ Story+++*/
.video-view {
  padding-left: 25px;
  padding-right: 25px;
}

.video-view h2 {
  font-size: 21px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  margin-bottom: 10px;
  color: #C4330F;
  margin-top: 6px;
}

/*+++++ Calendar ++++++*/
.Calendar {
  position: relative;
  /*width: 290px;*/
  /*margin-left: -7px;*/
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  /*padding-right: 30px;*/
  padding-left: 15px;
  border-bottom: 1px #bbb solid;
}

.Calendar table {
  position: relative;
  width: 290px;
  height: 190px;
  margin-left: -1px;
}

.Calendar table th {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  border: 0px;
  border-bottom: 1px solid white;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  width: 14.3%;
}

.Calendar table td {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
}

.Calendar table td a:link,
.Calendar table td a:visited,
.Calendar table td a:hover {
  /*width: 100%;
  height: 100%;
  display: table;
  background-color: #000000;*/
  color: #FFFFFF;
}

.Calendar table td.act {
  background-color: #000000;
  color: #fff;
  /*background-color:#AAAAAB;*/
  /*-webkit-box-shadow:  -3px -1px 5px 1px rgba(0,0,0,0.2) inset;
  -moz-box-shadow:  -3px -1px 5px 1px rgba(0,0,0,0.2) inset;
  box-shadow: -3px -1px 5px 1px rgba(0,0,0,0.2) inset;
  border-right-color: #666666;
  border-bottom-color: #666666;*/
}

.Cale-masck {
  width: 288px;
  height: 189px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.cale-header {
  background-image: url(../../img/global/side_cale_date_bg.png);
  background-repeat: no-repeat;
  position: relative;
  width: 280px;
  height: 50px;
}

.cale-header .y {
  color: black;
  font-size: 14px;
  font-family: Arial, Helvetica, "Century Gothic", Geneva, sans-serif;
  font-weight: nomal;
  position: absolute;
  top: 25px;
  left: 95px;
}

.cale-header .m {
  color: black;
  font-size: 48px;
  font-family: Arial, Helvetica, "Century Gothic", Geneva, sans-serif;
  font-weight: nomal;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 140px;
  background-image: url(../img/parts/icon/calendar_slash.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}

.btn-case {
  text-align: center;
  height: 30px;
}

.cale-open-btn {
  background-image: url(../img/parts/icon/cale_open.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  cursor: pointer;
}

.cale-close-btn {
  background-image: url(../img/parts/icon/cale_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  cursor: pointer;
  /*margin-bottom: 255px;*/
  display: none;
}

#scg02 {
  display: none;
}

/*
.cale-more-btn {
	text-align: center;
	height: 11px;

	}
.cale-more-btn img {
	cursor: pointer;
	}
.cale-close-btn {
	text-align: center;
	height: 11px;

	}
.cale-close-btn img {
	cursor: pointer;
	display: none;
	}
.cele-More {
	display: none;
	}

*/
/*++++++ Search Panel +++*/
.search-tabs-btn img {
  float: left;
  cursor: pointer;
}

.tabs-results {
  padding: 25px 30px 15px 30px;
  display: none;
}
.tabs-results li {
  float: left;
  margin-right: 1.5em;
  display: inline-block;
  list-style: none;
}

.searchPanel {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  width: 660px;
  height: 489px;
  background-image: url(../img/page_module/search/search_panel.jpg);
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
}

.search-txt {
  position: absolute;
}

.search-txt ul {
  margin: 0px;
  padding: 0px;
}

.search-txt ul li {
  margin-right: 1em;
  display: inline-block;
  float: left;
  font-size: 12px;
}

.sec1 {
  width: 140px;
  height: 90px;
  left: 28px;
  top: 90px;
}

.sec2 {
  width: 140px;
  height: 90px;
  left: 193px;
  top: 90px;
}

.sec3 {
  width: 140px;
  height: 90px;
  left: 358px;
  top: 90px;
}

.sec4 {
  width: 140px;
  height: 90px;
  left: 523px;
  top: 90px;
}

.sec5 {
  width: 508px;
  height: 110px;
  left: 160px;
  top: 212px;
}

.sec6 {
  width: 400px;
  height: 114px;
  left: 183px;
  top: 385px;
}

.item-index {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
}

.item-index img {
  float: left;
  width: 250px;
}

.sachi_item_list {
  box-shadow: none;
}

.sachi_item_list img {
  float: none;
  width: 100%;
  height: auto;
}

.sachi_item_list a {
  display: block;
  width: 242px;
  margin-right: 8px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  text-decoration: none;
  color: #000;
}

.sachi_item_list a:nth-child(4n) {
  margin-right: 0;
}

.sachi_item_list a .sachi_item_name {
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
  font-size: 1.1rem;
  font-weight: bold;
}

.sachi_item_list a .sachi_item_farm {
  margin: 10px;
  text-align: justify;
}

_:lang(x) + _:-webkit-full-screen-document,
.sachi_item_list a {
  width: 241px;
}

/*++++++ Search Panel TOPPAGE+++*/
.searchPanel-idx-hinsyu {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
  background-image: url(../img/index/search_header_hinsyu.jpg);
  background-color: #FFFFFF;
  padding-top: 175px;
}

.search-txt-relative {
  padding-left: 195px;
  background-repeat: no-repeat;
  background-position: 15px center;
  min-height: 84px;
  border-bottom: 1px #bbb solid;
}

.search-txt-relative a:link,
.search-txt-relative a:visited,
search-txt-relative a:hover {
  color: #000;
}

.search-txt-relative ul {
  margin: 0;
  padding-top: 30px;
}

.search-txt-relative li {
  margin-right: 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  float: left;
  list-style: none;
}

.label1 {
  background-image: url(../img/index/search_label_1.png);
}

.label2 {
  background-image: url(../img/index/search_label_2.png);
}

.label3 {
  background-image: url(../img/index/search_label_3.png);
}

.label4 {
  background-image: url(../img/index/search_label_4.png);
}

.label5 {
  background-image: url(../img/index/search_label_5.png);
}

.searchPanel-sanchi {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
  padding-left: 185px;
  background-repeat: no-repeat;
  background-position: 20px center;
  min-height: 100px;
  background-image: url(../img/index/search_header_sanchi.png);
  background-color: #EDEDDC;
  padding-bottom: 1px;
  padding-right: 5px;
}

.searchPanel-sanchi ul {
  margin: 0;
  padding-top: 20px;
  margin-bottom: 15px;
}

.searchPanel-sanchi li {
  margin-right: 1em;
  margin-bottom: 0.5em;
  background-color: #FFFFFF;
  border-radius: 6px;
  behavior: url(/cmn/css/PIE.htc);
  display: inline-block;
  list-style: none;
  float: left;
  line-height: 2;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-right: 1em;
}

.searchPanel-sanchi a:link,
.searchPanel-sanchi a:visited,
.searchPanel-sanchi a:hover {
  color: #7CB017;
}

.searchPanel-idx1 {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  width: 660px;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
  background-image: url(../img/index/search_panel1.jpg);
  background-color: #FFFFFF;
}

.searchPanel-idx2 {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  /*width: 660px;
  height:346px;*/
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
  background-image: url(../img/index/search_panel2_header.png);
  background-position: 20px center;
  padding-left: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
}

.searchPanel-idx3 {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  width: 660px;
  height: 126px;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
  background-image: url(../img/index/search_panel3.jpg);
  background-color: #FFFFFF;
}

.searchPanel-idx1 .sec1 {
  left: 28px;
  top: 257px;
}

.searchPanel-idx1 .sec2 {
  left: 193px;
  top: 257px;
}

.searchPanel-idx1 .sec3 {
  left: 358px;
  top: 257px;
}

.searchPanel-idx1 .sec4 {
  left: 523px;
  top: 257px;
}

.searchPanel-idx2 .search-txt {
  position: relative;
}

.searchPanel-idx2 .sec5 {
  left: 0px;
  top: 0px;
}

.searchPanel-idx3 .sec6 {
  left: 185px;
  top: 25px;
}

/*==== Parmalink visual ======*/
.visual-main {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: -30px;
  overflow: hidden;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  behavior: url(/cmn/css/PIE.htc);
}

.visual-main .ie-thumb {
  width: 660px;
  height: 280px;
}

.visual-main .ie-thumb img {
  height: 280px;
}

/*==== .store-ditail ====*/
.store-ditail .visual-main {
  height: 400px;
}

.store-ditail .visual-main .ie-thumb {
  height: 400px;
}

.store-ditail .visual-main .ie-thumb img {
  height: 400px;
}

/*==== .story-ditail ====*/
.story-detail .visual-main {
  height: 316px;
}

.story-detail .visual-main .ie-thumb {
  height: 316px;
}

.story-detail .visual-main .ie-thumb img {
  height: 316px;
}

.visual-side {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  width: 320px;
  height: 280px;
  overflow: hidden;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  behavior: url(/cmn/css/PIE.htc);
}

.visual-side .ie-thumb {
  width: 320px;
  height: 280px;
}

.visual-side .ie-thumb img {
  height: 280px;
}

.store-ditail .visual-side {
  height: 400px;
}

.store-ditail .visual-side .ie-thumb {
  height: 400px;
}

.store-ditail .visual-side .ie-thumb img {
  height: 400px;
}

.store-ditail-txt {
  padding: 20px;
}

.visual-side-label {
  background-color: #579B35;
  padding: 20px 9px 20px 20px;
}

.visual-side-label h2 {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 2px;
  line-height: 1.2;
  font-weight: normal;
}

.visual-side-label h3 {
  font-size: 34px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  color: #FFFFFF;
  margin-bottom: 0px;
  line-height: 1.2;
}

.side-item-banner img {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  margin-bottom: 20px;
  background-color: #FFFFFF;
}

.side-store-banner {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  margin-bottom: 20px;
  background-color: #FFFFFF;
}

.side-store-banner-name {
  padding: 0px 10px 15px 20px;
}

a:link .side-store-banner-name,
a:visited .side-store-banner-name,
a:hover .side-store-banner-name {
  color: #000000;
  text-decoration: none;
}

.inqSide a:hover {
  text-decoration: none;
}

.layout-block {
  padding: 20px 20px 10px;
}

.layout-block h2 {
  font-size: 34px;
  /*font-family: var.$font-min;*/
  font-weight: bold;
  font-size: 149.6%;
  margin-bottom: 1em;
  line-height: 1.2;
}

.image-right img {
  width: 400px;
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}

.image-right p,
.image-right h2 {
  margin-right: 420px;
}

.image-left img {
  width: 400px;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

.image-left p,
.image-left h2 {
  margin-left: 420px;
}

.store-info-group {
  padding: 20px;
}

.store-info {
  padding: 20px 20px 5px;
}

.store-info h2 {
  font-size: 149.6%;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  font-size: 149.6%;
  margin-bottom: 1em;
  line-height: 1.2;
}

.store-info p,
.store-info h2 {
  margin-left: 136px;
}

.selected-item {
  border-bottom: 1px #bbb solid;
  padding: 20px 20px 5px 30px;
}

.selected-item h2 {
  font-size: 149.6%;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  font-size: 149.6%;
  margin-bottom: 1em;
  line-height: 1.2;
}

.selected-item-txt {
  margin-left: 230px;
  width: 425px;
  /*float: left;*/
  /*margin-right: 300px;*/
}

.selected-item-farm {
  width: 230px;
  float: right;
}

/*************************************************************************************************************************/
/*==== ITEM Permalink ===*/
.item-visual {
  /*-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);*/
  behavior: url(/cmn/css/PIE.htc);
  margin-bottom: 20px;
}

.item-visual-main {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 365px;
  overflow: hidden;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  behavior: url(/cmn/css/PIE.htc);
}

.item-visual-main .ie-thumb {
  width: 660px;
  height: 240px;
}

.item-visual-main .ie-thumb img {
  height: 240px;
}

.item-visual-thumb {
  padding-top: 15px;
  padding-bottom: 15px;
}

.detail-module {
  /*-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);*/
  behavior: url(/cmn/css/PIE.htc);
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #000;
}

.inner-twins .detail-module {
  width: 320px;
  height: 400px;
}

.detail-module-header_r {
  width: 640px;
  float: right;
  padding-right: 20px;
}

.detail-module-header h2 {
  font-weight: 200;
  font-size: 20px;
  margin: 0px;
  padding: 15px;
}

.detail-module-body {
  border-top: 1px #bbb solid;
  overflow: hidden;
}

.detail-module-body_l {
  width: 48%;
  float: left;
}

.detail-module-body_r {
  width: 48%;
  float: right;
}

.detail-module-body dl {
  border-bottom: 1px #bbb solid;
  margin: 0px;
  padding: 8px 0px;
}

.detail-module-body dl:last-child {
  border-bottom: none;
}

.detail-module-body dt {
  padding: 0px 0px 0px 2em;
  width: 6em;
  float: left;
  margin: 0px;
  color: #66765E;
  font-size: 86.1%;
}

.detail-module-body dd {
  margin: 0px 0px 0px 8.5em;
  padding: 0px;
  font-size: 86.1%;
}

.info-banner {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.store-banner {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
}

.store-banner img {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  margin-bottom: 20px;
  background-color: #FFFFFF;
}

.related-module {
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  behavior: url(/cmn/css/PIE.htc);
  margin-bottom: 20px;
  background-color: #FFFFFF;
}

.related-module-header h2 {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  font-size: 20px;
  margin: 0px;
  padding: 15px 15px 15px 20px;
}

.related-module-body a:link,
.related-module-body a:visited,
.related-module-body a:hover {
  color: #000000;
  text-decoration: none;
}

.related-item {
  border-top: 1px #bbb solid;
  padding: 10px 10px 10px 20px;
}

.related-item h4 {
  font-size: 114%;
}

.related-item h3 {
  font-size: 86.1%;
}

.movie_relation {
  overflow: hidden;
  margin-top: 50px;
}

.movie_relation_l {
  width: 48%;
  float: left;
}

.movie_relation_l.full {
  width: 100%;
}

.movie_relation_r {
  width: 48%;
  float: right;
}

.movie_relation_l .item_list {
  margin-top: 20px;
}

.movie_relation_l .item {
  margin-bottom: 20px;
  border-bottom: 1px;
  border-bottom: 1px solid #bbb;
  overflow: hidden;
  padding-bottom: 20px;
}

.movie_relation_l .item:last-child {
  border-bottom: none;
}

.movie_relation_l .item .thumbnail {
  width: 230px;
  height: 145px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  position: relative;
}

.movie_relation_l .item .title {
  width: 230px;
  float: right;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
}

.movie_relation_l.full .item .title {
  width: 750px;
}

.movie_relation_r .post_item_list {
  margin-top: 20px;
}

.movie_relation_r .post_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bbb;
}

.movie_relation_r .post_item a {
  display: block;
  overflow: hidden;
}

.movie_relation_r .post_item .thumbnail {
  width: 135px;
  height: 135px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}

.movie_relation_r .post_item .text {
  width: 325px;
  float: right;
  color: #000;
}

.movie_relation_r .post_item .text .name {
  margin-bottom: 10px;
}

.movie_relation_r .post_item .text .title {
  font-size: 1.1rem;
  font-weight: bold;
}

.item-description {
  /*-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);*/
  behavior: url(/cmn/css/PIE.htc);
  margin-bottom: 20px;
  padding: 20px 0;
}

.item-description-content {
  width: 48%;
}

.item-description-content h2 {
  color: #579B35;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px #bbb solid;
  margin-bottom: 20px;
}

.module {
  /*-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);*/
  behavior: url(/cmn/css/PIE.htc);
  margin-bottom: 20px;
  background-color: #FFFFFF;
  padding: 0 0 1px;
}

.module-header {
  background-image: url(../img/parts/css/bar_green.png);
  background-repeat: repeat-y;
  border-bottom: 1px #bbb solid;
  border-top: 1px #bbb solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.module-header h2 {
  font-size: 1.5rem;
  /*font-family: var.$font-min;*/
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.module-header h2 .date {
  display: inline-block;
  font-weight: normal;
  font-size: 0.9rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 2.3;
}

.module-inner {
  padding: 20px 40px 40px;
}

.stores-list {
  padding-top: 20px;
  padding-bottom: 15px;
}

.store-thumb {
  width: 124px;
  float: left;
  margin-right: 32px;
}

.store-thumb p {
  font-size: 86.1%;
  margin-bottom: 1px;
}

.stores-list a:link,
.stores-list a:visited,
.stores-list a:hover {
  color: #000000;
  text-decoration: none;
}

.syukka-calendar table th {
  border: 0px;
  border-right: 1px #bbb solid;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 1px 2px;
}

.syukka-calendar table th span {
  font-weight: normal;
  font-size: 10px;
}

.syukka-calendar table td {
  line-height: 1.2;
  border: 0px;
  border-right: 1px #bbb solid;
  text-align: center;
  padding: 1px 1px 15px;
}

/*======EntryThumb======*/
.entry-view {
  background-repeat: repeat-x;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #bbb;
  background-color: #6FF;
}

.entry-thumb {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  /*border: solid 1px #bbb;*/
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  /*-webkit-box-shadow: 0px 0px 3px 2px #E6E6E6;
  -moz-box-shadow: 0px 0px 3px 2px #E6E6E6;
  box-shadow: 0px 0px 3px 2px #E6E6E6;

  -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 0px 3px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);*/
  /*-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;*/
  behavior: url(/cmn/css/PIE.htc);
}

.video_list .video-view .entry-thumb {
  position: relative;
}

.video_list .video-view .entry-thumb:after {
  content: "";
  width: 60px;
  height: 50px;
  background-image: url(../img/parts/icon/icon_video.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.entry-thumb a:link,
.entry-thumb a:visited,
.entry-thumb a:hover {
  position: relative;
  width: 120px;
  height: 120px;
  display: block;
}

.ie-thumb {
  background-color: white;
  text-align: center;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  behavior: url(/cmn/css/PIE.htc);
}

.ie-thumb img {
  height: 140px;
}

/*===== idx-store ====*/
.idx-store .entry-thumb {
  width: 66px;
  height: 66px;
  margin-bottom: 0px;
  margin-right: 10px;
}

.idx-store .ie-thumb {
  width: 66px;
  height: 66px;
}

.idx-store .ie-thumb img {
  height: 70px;
}

/*===== setting ====*/
.item-visual-thumb .entry-thumb {
  width: 185px;
  height: 135px;
  margin-bottom: 0px;
  margin-right: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.item-visual-thumb a:last-child .entry-thumb {
  margin-right: 0;
}

.item-visual-thumb .ie-thumb {
  width: 110px;
  height: 90px;
}

.item-visual-thumb .ie-thumb img {
  height: 100px;
}

/*=== detail-module-header ===*/
.detail-module-header {
  overflow: hidden;
}

.detail-module-header .entry-thumb {
  width: 320px;
  height: 240px;
  margin-bottom: 0px;
  margin-right: 0px;
  float: left;
}

.detail-module-header .ie-thumb {
  width: 320px;
  height: 240px;
}

.detail-module-header .ie-thumb img {
  height: 240px;
}

/*=== .related-item ===*/
.related-item .entry-thumb {
  width: 66px;
  height: 66px;
  margin-bottom: 0px;
  margin-right: 15px;
  float: left;
}

.related-item .ie-thumb {
  width: 66px;
  height: 66px;
}

.related-item .ie-thumb img {
  height: 80px;
}

/*=== .store-thumb ===*/
.store-thumb .entry-thumb {
  width: 124px;
  height: 124px;
  margin-bottom: 6px;
  margin-right: 0px;
  float: none;
}

.store-thumb .ie-thumb {
  width: 124px;
  height: 124px;
}

.store-thumb .ie-thumb img {
  height: 124px;
}

/*=== .store-info ===*/
.store-info .entry-thumb {
  width: 116px;
  height: 116px;
  margin-bottom: 10px;
  margin-right: 0px;
  float: left;
}

.store-info .ie-thumb {
  width: 116px;
  height: 116px;
}

.store-info .ie-thumb img {
  height: 124px;
}

/*=== .selected-item ===*/
.selected-item .entry-thumb {
  width: 200px;
  height: 157px;
  margin-bottom: 20px;
  margin-right: 0px;
  float: left;
}

.selected-item .ie-thumb {
  width: 200px;
  height: 157px;
}

.selected-item .ie-thumb img {
  height: 170px;
}

/*=== .event-view ===*/
.event-view .entry-thumb {
  width: 150px;
  height: 175px;
  margin-bottom: 0px;
  margin-left: 20px;
  float: right;
}

.event-view .ie-thumb {
  width: 150px;
  height: 175px;
}

.event-view .ie-thumb img {
  height: 180px;
}

/*=== .event-photos===*/
.event-photos .entry-thumb {
  width: 150px;
  height: 200px;
  margin-bottom: 25px;
  margin-left: 0px;
  float: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px auto;
  -moz-background-size: 150px auto;
  -webkit-background-size: 150px auto;
  -o-background-size: 150px auto;
  -ms-background-size: 150px auto;
  border: 1px #bbb solid;
}

.event-photos .ie-thumb {
  width: 150px;
  height: 200px;
}

.event-photos .ie-thumb img {
  width: 150px;
}

/*=== .topics-view ===*/
.topics-view .entry-thumb {
  /*	width: 150px;
  height: 175px;
  margin-bottom: 0px;
  margin-left: 20px;
  float:right;*/
  width: 150px;
  height: 200px;
  margin-bottom: 0px;
  margin-left: 20px;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px auto;
  -moz-background-size: 150px auto;
  -webkit-background-size: 150px auto;
  -o-background-size: 150px auto;
  -ms-background-size: 150px auto;
  border: 1px #bbb solid;
}

.topics-view .ie-thumb {
  width: 150px;
  height: 200px;
}

.topics-view .ie-thumb img {
  width: 150px;
}

/*=== .topics-sub-ph===*/
.topics-sub-ph .entry-thumb {
  /*width: 150px;
  height: 224px;
  margin-bottom:25px;
  margin-left: 0px;
  float:none;*/
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
  margin-left: 0px;
  float: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.topics-sub-ph .ie-thumb {
  width: 150px;
  height: 200px;
}

.topics-sub-ph .ie-thumb img {
  width: 150px;
}

/*=== .story-view ===*/
.story-view .entry-thumb {
  width: 120px;
  height: 120px;
  margin-bottom: 0px;
  margin-right: 10px;
  float: left;
}

.story-view .ie-thumb {
  width: 120px;
  height: 120px;
}

.story-view .ie-thumb img {
  height: 140px;
}

/*=== .idx-story ===*/
.idx-story .entry-thumb {
  width: 120px;
  height: 120px;
  margin-bottom: 0px;
  margin-right: 10px;
  float: left;
}

.idx-story .ie-thumb {
  width: 120px;
  height: 120px;
}

.idx-story .ie-thumb img {
  height: 140px;
}

/*=== .video-view ===*/
.video-view .entry-thumb {
  width: 210px;
  height: 120px;
  margin-bottom: 0px;
  margin-right: 20px;
  float: left;
}

.video-view .ie-thumb {
  width: 210px;
  height: 120px;
}

.video-view .ie-thumb img {
  height: 120px;
}

/*=== .recipe-view ===*/
.recipe-view .entry-thumb {
  width: 320px;
  height: 195px;
  margin-bottom: 10px;
  margin-right: 0px;
  float: none;
}

.recipe-view .ie-thumb {
  width: 320px;
  height: 195px;
}

.recipe-view .ie-thumb img {
  height: 210px;
}

/*=== .recipe-main ===*/
.recipe-main .entry-thumb {
  width: 100%;
  height: 550px;
  margin-bottom: 0px;
  margin-right: 0px;
  float: none;
  margin-bottom: 30px;
}

.recipe-main_text {
  font-size: 1rem;
}

.recipe-main .ie-thumb {
  width: 650px;
  height: 417px;
}

.recipe-main .ie-thumb img {
  height: 450px;
}

/*=== .recipe-sub ===*/
.recipe-sub .entry-thumb {
  width: 280px;
  height: 200px;
  margin-bottom: 8px;
  margin-right: 0px;
  float: none;
}

.recipe-sub .ie-thumb {
  width: 280px;
  height: 200px;
}

.recipe-sub .ie-thumb img {
  height: 220px;
}

/*=== .howto-content ===*/
.howto-content .entry-thumb {
  width: 160px;
  height: 160px;
  margin-bottom: 30x;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 0;
}

.howto-content .ie-thumb {
  width: 220px;
  height: 130px;
}

.howto-content .ie-thumb img {
  height: 150px;
}

/*=== .side-store-banner ===*/
.side-store-banner .entry-thumb {
  width: 320px;
  height: 186px;
  margin-bottom: 10x;
  float: none;
}

.side-store-banner .ie-thumb {
  width: 320px;
  height: 186px;
}

.howto-content .ie-thumb img {
  height: 200px;
}

.leftside {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

.more {
  margin-right: 39px;
}

.rightside {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.caption-box .entry-thumb {
  float: none;
  margin: 0 0 5px;
}

.entry-view .caption-box p {
  line-height: 1.4;
  margin: 0 0 10px;
}

.entry-txt {
  width: 610px;
  float: right;
  padding-top: 8px;
}

.entry-view p {
  line-height: 2;
}

/*==== Common Settings ====================================*/
.block-link a:link,
.block-link a:visited,
.block-link a:hover {
  color: #000000;
  text-decoration: none;
}

#GMap {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}

.WW-content {
  padding: 1px 30px 30px;
}

.WW-content img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 600px;
}

/*==== Headings ==========================================*/
.min {
  font-size: 27px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
}

h1.title-min {
  font-size: 27px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h1.page-title {
  font-size: 27px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  padding-bottom: 20px;
  margin-bottom: 15px;
  background-image: url(../img/parts/css/mid_shadow.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-left: 45px;
  padding-top: 10px;
}

h2.line {
  font-size: 24px;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 12px;
  border-bottom: 1px #bbb solid;
  margin-bottom: 0px;
}

h2.txt {
  font-size: 21px;
  margin-bottom: 0.4em;
}

.search_item_head {
  width: 100%;
  background-color: #F7F6EE;
  text-align: left;
  box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.1);
}

.search_item_head_inner {
  width: 1000px;
  margin: auto;
}

.search_item_head_inner.span_on {
  overflow: hidden;
  position: relative;
}

.search_item_head_inner.span_on span {
  width: 250px;
  height: 30px;
  background-color: #509D35;
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search_item_head_inner.span_on h1 {
  float: right;
  width: 730px;
  margin: 10px 0;
}

.search_item_head_inner.store_header h1 {
  padding: 30px 0;
}

.search_item_head_01 {
  border-bottom: 1px solid #707070;
}

.search_item_head_inner_sub {
  width: 1000px;
  margin: auto;
}

.search_item_head h1 {
  color: #509D35;
  font-size: 2rem;
  padding: 15px 0;
}

.search_item_head.story_header h1 {
  padding: 30px 0;
}

.search_item_head .sub_text {
  padding: 10px 0;
  font-size: 1rem;
}

.stores-list .post_item {
  float: left;
  margin-right: 20px;
  width: 474px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}

.stores-list .post_item:nth-child(2n) {
  margin-right: 0;
}

.stores-list .post_item a {
  display: block;
  overflow: hidden;
}

.stores-list .post_item .thumbnail {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}

.stores-list .post_item .text {
  float: right;
  width: 300px;
}

.stores-list .post_item .text .title {
  font-size: 1.04rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.syukka-calendar table th:last-child,
.syukka-calendar table td:last-child {
  border-right: none;
}

.farm_item_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}

.farm_item_list .item {
  width: 231.5px;
  margin-right: 22px;
  border: 1px solid #bbb;
  margin-bottom: 20px;
}

.farm_item_list .item:nth-child(4n) {
  margin-right: 0;
}

.farm_item_list .item .banner img {
  width: 100%;
  height: auto;
}

.farm_item_list .item .title {
  padding: 10px;
  border-bottom: 1px solid #bbb;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
}

.farm_item_list .item .name {
  padding: 10px;
  color: #000;
}

.farm_item_list .item a {
  display: block;
  text-decoration: none;
}

.pageback_btn {
  background: transparent linear-gradient(180deg, #919191 0%, #C5C5C5 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  width: 700px;
  margin: 0 auto 50px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  font-size: 1.2rem;
  text-decoration: none;
}

.pageback_btn_a {
  text-decoration: none !important;
  display: block;
  width: 700px;
  margin: auto;
}

.pageback_btn:hover {
  opacity: 0.7;
}

.store_cate_nav {
  width: 100%;
  margin-bottom: 7px;
}

.store_cate_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border: 1px solid #000;
}

.store_cate_nav ul li:last-child {
  border-right: none;
}

.store_cate_nav ul li {
  margin: 0;
  list-style: none;
  width: 332px;
  border-right: 1px solid #000;
  text-align: center;
}

.store_cate_nav.four_nav ul {
  border: none;
}

.store_cate_nav.four_nav ul li {
  width: 245px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.store_cate_nav.four_nav ul li.online {
  background-color: #F7F6EE;
  width: 250px;
  margin-left: 9px;
  border-left: 1px solid #000;
}
.store_cate_nav.four_nav ul li.online a {
  font-weight: bold;
  letter-spacing: -0.05em;
}

.store_cate_nav ul li.online:last-child {
  border-right: 1px solid #000;
}

.store_cate_nav ul li:first-child {
  border-left: 1px solid #000;
}

.store_cate_nav ul li.active {
  background-color: #509D35;
}

.store_cate_nav ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #000;
  font-size: 1.1rem;
}

.store_cate_nav ul li.active a {
  color: #fff;
}

.store_mainvirual {
  width: 100%;
  overflow: hidden;
  margin-top: -30px;
  margin-bottom: 30px;
}

.store_mainvirual_l {
  width: 50%;
  height: 400px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.store_mainvirual_r {
  width: 50%;
  height: 400px;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.store_info_box {
  overflow: hidden;
}

.store_info_box .store_info_l {
  float: left;
  width: 485px;
}

.store_info_box .store_info_l table tr {
  border-bottom: 1px solid #bbb;
}

.store_info_box .store_info_l table tr th {
  border: none;
  padding: 10px 0;
  width: 20%;
}

.store_info_box .store_info_l table tr td {
  border: none;
  padding: 10px 0;
}

.store_info_box .store_info_r {
  float: right;
  width: 445px;
  border: 1px solid #bbb;
  padding: 20px;
  overflow: hidden;
}

.store_info_box .store_info_r .staff_image {
  float: left;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.store_info_box .store_info_r .staff_comment {
  float: right;
  width: 305px;
}

.store_message {
  border: 1px solid #bbb;
  margin-bottom: 50px;
}

.store_message a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #000;
}

.store_message .thumbnail {
  width: 250px;
  height: 180px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.store_message .name {
  padding: 20px;
  width: 698px;
  float: right;
  font-size: 1.2rem;
  line-height: 122px;
}

.material_table table tr {
  border-bottom: 1px solid #bbb;
}

.material_table table tr th {
  border: none;
  padding: 5px 0;
}

.material_table table tr td {
  border: none;
  text-align: right;
  padding: 5px 0;
}

.store_info_r_item {
  overflow: hidden;
  margin-bottom: 20px;
}

.store_info_r_item:last-child {
  margin-bottom: 0;
}

#GMap iframe {
  width: 100%;
  height: 100%;
}

.download_block {
  overflow: hidden;
  margin: 50px 0;
}

.download_block .download_item {
  width: 48.2%;
  float: left;
  margin-right: 3%;
  border: 1px solid #919191;
  border-radius: 6px;
  margin-bottom: 20px;
}

.download_block .download_item:nth-child(2n) {
  margin-right: 0;
}

.download_block .download_item a {
  display: block;
  padding: 20px 25px;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 1.1rem;
}

.download_block .download_item a:after {
  content: "";
  display: block;
  width: 20px;
  height: 25px;
  background-image: url(../img/global/icon_btn_wh_pdf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 30%;
}

/* ページネーション */
.page_nav {
  margin: 50px 0;
  text-align: center;
}

.page_nav ul {
  display: inline-block;
  /*width: 200px;*/
  margin: auto;
  position: relative;
}

.page_nav ul .pre_btn {
  display: block;
  padding: 10px 15px;
  position: absolute;
  left: -70px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #bbb;
  border-radius: 4px;
}

.page_nav ul .pre_btn:hover {
  opacity: 0.6;
}

.page_nav ul .next_btn {
  display: block;
  padding: 10px 15px;
  position: absolute;
  right: -70px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #bbb;
  border-radius: 4px;
}

.page_nav ul .next_btn:hover {
  opacity: 0.6;
}

.page_nav ul a {
  text-decoration: none;
  display: block;
  padding: 10px;
  float: left;
  color: #707070;
}

.page_nav ul li {
  margin: 0;
  list-style: none;
  color: #333;
}

.page_nav ul li.page_nav_inte {
  float: left;
  padding: 10px;
}

.page_nav ul li.pagenav_active {
  color: #509D35;
  font-weight: bold;
}

/* mobile */
@media (max-width: 746px) {
  .idx-topics-header {
    width: 100%;
    padding: 4vw 0;
    float: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  }
  .idx-topics-header-icon {
    width: 20%;
    float: left;
  }
  .idx-topics-header-icon img {
    width: 60%;
  }
  .idx-topics-header-title {
    width: 70%;
    float: left;
    text-align: left;
  }
  .idx-topics-header-btn {
    position: absolute;
    bottom: 5vw;
    right: 5vw;
  }
  .module {
    box-shadow: none;
  }
  .idx-topics-list dl {
    width: 100%;
    padding: 5vw 0;
  }
  .layout-top .idx-topics-list dt {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 0.9rem;
  }
  .layout-top .idx-topics-list dd {
    margin: 0;
    font-size: 1rem;
  }
  .layout-top .idx-topics-list {
    float: none;
    width: 100%;
  }
  .layout-top {
    background-image: none;
  }
  .top_about_box {
    margin: 50px 0 50px;
    height: 400px;
    background-size: 350%;
  }
  .top_about_box_inner {
    width: 90%;
    float: none;
    margin: auto;
    padding: 30px 0 0;
    height: 370px;
    position: relative;
  }
  .top_about_box_copy {
    font-size: 1.3rem;
    color: #000;
    text-shadow: none;
  }
  .top_about_box_btn {
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
  .CatSach .search_item_list a {
    width: 48%;
    margin-right: 2%;
  }
  .CatSach .search_item_list a:nth-child(2n) {
    margin-right: 0;
  }
  .CatSach .search_item_list a img {
    width: 100%;
  }
  .kind_check {
    width: 48%;
  }
  .search_btn.search_btn_in {
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    right: 0;
    left: 0;
    margin: auto;
    width: 100vw;
    height: auto;
    bottom: 0;
    top: auto;
    z-index: 9999;
    background-color: #EFAAA4;
  }
  .search_btn.search_btn_in input {
    width: 75%;
    margin: 2vw 0;
  }
  .search_item_head_inner,
  .search_item_head_inner_sub {
    width: 90%;
  }
  .stores-list .post_item {
    width: 100%;
  }
  .item-visual-main {
    width: 100vw;
    margin-left: -5vw;
    height: 36vw;
    margin-top: -30px;
  }
  .item-visual-thumb .entry-thumb {
    width: 115px;
    height: 95px;
  }
  .item-visual-thumb {
    overflow: scroll;
  }
  .item-visual-thumb_inner {
    width: 665px;
  }
  .item-description-content {
    width: 100%;
  }
  .stores-list .post_item .thumbnail {
    width: 30%;
    height: 26vw;
  }
  .stores-list .post_item .text {
    width: 65%;
  }
  .syukka-calendar {
    overflow: scroll;
  }
  .syukka-calendar table {
    width: 200%;
  }
  .detail-module-header .entry-thumb {
    width: 100%;
  }
  .detail-module-header_r {
    width: 90%;
  }
  .info-banner {
    padding-top: 0;
    text-align: center;
  }
  .detail-module-body_l,
  .detail-module-body_r,
  .movie_relation_l,
  .movie_relation_r {
    width: 100%;
  }
  .detail-module-body dt {
    display: block;
    width: 95%;
    background-color: #DBDBDB;
    color: #000;
    font-size: 1rem;
    float: none;
    padding: 5px 0 5px 5%;
  }
  .detail-module-body dd {
    display: block;
    width: 95%;
    text-align: left;
    padding-left: 5%;
    margin-left: 0;
    font-size: 1rem;
    padding: 5px 0 5px 5%;
  }
  .detail-module-body dl {
    padding: 0;
    border: none;
  }
  .movie_relation_l .item .thumbnail {
    width: 40%;
    height: 28vw;
  }
  .movie_relation_l .item .title {
    width: 55%;
  }
  .movie_relation_r .post_item .thumbnail {
    width: 30%;
    height: 25vw;
  }
  .movie_relation_r .post_item .text {
    width: 65%;
  }
  .pageback_btn {
    width: 100%;
  }
  .image-left img,
  .image-right img {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
  .image-left p,
  .image-left h2,
  .image-right p,
  .image-right h2 {
    width: 100% !important;
  }
  .image-left p,
  .image-left h2 {
    margin-left: 0;
  }
  .visual-main {
    width: 100vw;
    margin-left: -5vw;
    height: 50vw;
    margin-bottom: 5vw;
  }
  .CatSach .layout-block {
    padding: 0;
  }
  .movie_relation_l.full .item .title {
    width: 55%;
  }
  .farm_item_list .item {
    width: 47%;
    margin-right: 4%;
  }
  .farm_item_list .item:nth-child(2n) {
    margin-right: 0;
  }
  .farm_item_list .item .title {
    font-size: 1rem;
  }
  .Search_title,
  .store_title,
  .story_title,
  .video_title,
  .other_title {
    font-size: 2rem;
    padding: 30px 0;
    background-image: none;
    background-color: #F7F6EE;
    border-bottom: 1px solid #bbb;
  }
  .store_title_sub,
  .story_title_sub,
  .video_title_sub {
    padding: 15px 20px;
  }
  .store_cate_nav ul li {
    width: 33%;
  }
  .store_cate_nav.four_nav ul {
    border: none;
  }
  .store_cate_nav.four_nav ul li {
    width: 32.9%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }
  .store_cate_nav.four_nav ul li:first-child {
    border-left: 1px solid #000;
  }
  .store_cate_nav.four_nav ul li.online {
    width: 100%;
    border: 1px solid #000;
    margin-top: 10px;
    margin-left: 0;
  }
  .listing a {
    width: 100%;
  }
  .entry-thumb {
    width: 30%;
    height: 25vw;
  }
  .store-view h2,
  .store-view h4 {
    width: 64%;
  }
  .store-btn-event {
    position: static;
  }
  .store_mainvirual {
    margin-top: 0;
  }
  .store_mainvirual_l {
    width: 100%;
    margin-bottom: 5vw;
    height: 65vw;
  }
  .store_mainvirual_r {
    width: 100%;
    height: 65vw;
  }
  .store_info_box .store_info_l table tr {
    border-bottom: none;
  }
  .store_info_box .store_info_l table tr th {
    display: block;
    width: 100%;
    background-color: #DBDBDB;
    padding: 5px 10px;
  }
  .store_info_box .store_info_l table tr td {
    display: block;
    padding: 5px 10px;
  }
  .store_info_box .store_info_r {
    width: 93%;
    padding: 3%;
  }
  .store_info_box .store_info_r .staff_image {
    width: 30%;
    height: 25vw;
  }
  .store_info_box .store_info_r .staff_comment {
    width: 65%;
  }
  .spot-list {
    padding: 0 0 3vw;
    margin-bottom: 3vw;
  }
  .spot-list .entry-thumb {
    margin-right: 6%;
  }
  .spot-list .date {
    left: calc(30% + 20px);
    bottom: 28px;
    width: 64%;
  }
  .spot-list .product_list {
    width: 64%;
  }
  .spot-list .product_list li {
    margin-right: 0;
    width: 100%;
    font-size: 0.8rem;
  }
  .story-view .entry-thumb {
    width: 30%;
    height: 26vw;
  }
  .list-num {
    width: 65%;
  }
  .story-view h2 {
    width: 65%;
  }
  .search_item_head h1 {
    font-size: 1.5rem;
  }
  .store_message .thumbnail {
    width: 30%;
    height: 25vw;
  }
  .store_message .name {
    width: 60%;
    padding: 5%;
    line-height: inherit;
    font-size: 1rem;
  }
  .List-frame.video_list .video-view {
    padding: 2vw 0;
  }
  .video-view .entry-thumb {
    width: 39%;
    height: 25vw;
  }
  .List-frame.video_list .video-view h2 {
    margin-top: 0;
    font-size: 1.1rem;
  }
  .List-frame.video_list .video-view h2,
  .List-frame.video_list .video-view p {
    width: 54%;
  }
  .YouTube-frame iframe {
    height: 52vw;
  }
  .recipe_title {
    font-size: 1.7rem;
    padding: 30px 0;
    background-image: none;
    background-color: #F7F6EE;
  }
  .recipe-list {
    width: 100%;
  }
  .recipe-list .spot-list {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
  }
  .recipe-list .spot-list a {
    padding: 0;
  }
  .recipe-list.listing a:nth-child(2n) {
    margin-right: 0;
  }
  .recipe-view .entry-thumb {
    float: left;
    width: 40%;
    height: 28vw;
  }
  .recipe-view h2,
  .recipe-view p {
    float: right;
    width: 55%;
  }
  .recipe-list.listing a {
    border-bottom: 1px solid #bbb;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
    margin-right: 0;
    width: 100%;
  }
  .howto-content {
    width: 100%;
  }
  .recipe-main {
    width: 100vw;
    margin-left: -5vw;
    margin-top: -30px;
  }
  .recipe-main .entry-thumb {
    height: 70vw;
    margin-bottom: 5vw;
  }
  .material_table table tr {
    border-bottom: none;
  }
  .material_table table tr th {
    display: block;
    width: 94%;
    background-color: #DBDBDB;
    padding: 7px 3%;
  }
  .material_table table tr td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 7px 3%;
  }
  .recipe-point {
    padding: 35vw 5vw 5vw 5vw;
    background-position: center 5vw;
    font-size: 1.1rem;
  }
  #GMap {
    height: 400px;
  }
  .topics-sub-ph .entry-thumb {
    height: 30vw;
  }
  .download_block .download_item {
    width: 99%;
    margin-right: 0;
  }
  .page_nav ul:before {
    left: -15vw;
  }
  .page_nav ul:after {
    right: -15vw;
  }
  .pageback_btn_a {
    width: 100%;
  }
}
/* about */
.thumb-box-thum {
  width: 100%;
  margin-bottom: 20px;
}

.thumb-box-thum img {
  width: 100%;
  height: auto;
}

.thumb-box-title {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-size: 1.3rem;
  height: 66px;
  margin-bottom: 20px;
}

.about_main_visual {
  height: 450px;
  background-image: url(../img/about/about_visual_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about_main_visual_inner {
  width: 1000px;
  margin: auto;
}

.about_main_visual .visual_text {
  text-align: left;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-size: 2.5rem;
  padding: 30px 0 20px;
}

.about_main_visual .visual_logo {
  width: 230px;
  height: 230px;
  float: left;
}

.about_main_visual .visual_logo img {
  width: 100%;
  height: auto;
}

.about-detail {
  padding: 30px;
  border: 1px solid #bbb;
  margin-bottom: 30px;
}

.about-detail img {
  width: 100%;
  height: auto;
}

.about_banner a {
  display: block;
  width: 490px;
  margin-right: 20px;
  float: left;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.about_banner a:last-child {
  margin-right: 0;
}

.about_banner a img {
  width: 100%;
  height: auto;
}

/* mobile */
@media (max-width: 746px) {
  .about_main_visual_inner {
    width: 90%;
  }
  .three-thumb {
    width: 100%;
  }
  .about_banner a {
    width: 48%;
    margin-right: 4%;
  }
  .about_banner a:last-child {
    margin-right: 0;
  }
  .about_main_visual {
    height: 75vw;
    background-image: url(../img/about/about_visual_back_sp.jpg);
  }
  .about_main_visual .visual_text {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
  .about_main_visual .visual_logo {
    width: 40vw;
    height: 40vw;
  }
  .thumb-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .thumb-box-title {
    height: auto;
    margin-bottom: 2vw;
    line-height: 1.4em;
  }
  .about-detail {
    padding: 10px;
  }
}
/* buy */
.buy_detail_two {
  overflow: hidden;
  margin: 30px 0;
}

.buy_detail_two .item {
  width: 470px;
  float: left;
  margin-right: 60px;
}

.buy_detail_two .item .image {
  margin-bottom: 20px;
}

.buy_detail_two .item img {
  width: 100%;
  height: auto;
}

.buy_detail_two .item:last-child {
  margin-right: 0;
}

.buy_detail_two .item .buy_title {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  color: #509D35;
  font-size: 1.5rem;
  margin-bottom: 20px;
  height: 66px;
}

.buy_detail_two .item .text {
  font-size: 1rem;
}

.buy-form {
  background-color: #25B3C5;
  margin: 20px 0 50px;
  padding: 30px 50px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.buy-form .item {
  width: 370px;
  float: left;
  margin-right: 40px;
  background-color: #F1EDE2;
  text-align: center;
  padding: 40px 30px;
}

.buy-form .item:last-child {
  margin-right: 0;
}

.buy-form .item .title {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.buy-form .item .tell {
  background-color: #fff;
  border: 1px solid #25B3C5;
  border-radius: 4px;
  padding: 15px 15px 15px 60px;
  position: relative;
  color: #25B3C5;
  font-weight: bold;
  font-size: 1.7rem;
}

.buy-form .item .tell:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/buy/icon_tel_B.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.buy-form .item .tell span {
  display: block;
  font-size: 1.1rem;
}

.buy-form .item .tell a {
  text-decoration: none;
  color: #25B3C5;
}

.buy-form .item .form_btn {
  background-color: #25B3C5;
  border-radius: 4px;
}

.buy-form .item .form_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 20px 20px 20px 60px;
  position: relative;
}

.buy-form .item .form_btn a:before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  background-image: url(../img/buy/icon_mail_W.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

a[href^="tel:"] {
  pointer-events: none;
}

/* mobile */
@media (max-width: 746px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .buy_detail_two .item {
    width: 100%;
  }
  .buy_detail_two .item .buy_title {
    height: auto;
    font-size: 1.2rem;
  }
  .buy-form .item {
    width: 100%;
    padding: 20px 0;
    margin: 0 0 18px 0;
  }
  .buy-form .item:last-child {
    margin-bottom: 0;
  }
  .buy-form {
    padding: 18px 5%;
  }
  .buy-form .item .tell {
    width: 70%;
    margin: auto;
    padding-left: 44px;
    font-size: 1.25rem;
  }
  .buy-form .item .tell span {
    font-size: 0.8rem;
  }
  .buy-form .item .tell:before {
    width: 9vw;
    height: 9vw;
  }
  .buy-form .item .form_btn {
    width: 90%;
    margin: auto;
  }
  .buy-form .item .form_btn a {
    font-size: 1.1rem;
  }
  .buy-form .item .form_btn a:before {
    width: 9vw;
    height: 9vw;
    left: 7vw;
  }
}
/* register */
.register-detail .item {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

.register-detail .item .thumb {
  width: 200px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.register-detail .item .text {
  width: 760px;
  float: right;
  text-align: left;
}

.register-detail .item .text .title {
  font-size: 1.3rem;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  margin-bottom: 30px;
}

.register-detail .item .text .text {
  font-size: 1rem;
}

.register-detail .item .text ul {
  margin: 0;
  border-top: 1px solid #B3B3B3;
}

.register-detail .item .text ul li {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #B3B3B3;
}

.register-detail .item .text table tr th {
  border: none;
}

.register-detail .item .text table tr td {
  border: none;
}

.register-detail .item .text table tr {
  border-bottom: 1px solid #B3B3B3;
}

.register-detail .item .text table tr:first-child {
  border-top: 1px solid #B3B3B3;
}

.register-detail .flow_title {
  text-align: left;
  font-size: 1.7rem;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  margin-bottom: 30px;
}

.register-detail .flow_box .item {
  padding: 20px 0;
  border-bottom: 1px solid #000;
  position: relative;
  margin-bottom: 30px;
}

.register-detail .flow_box .item:after {
  content: "";
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: auto;
  background-color: #fff;
}

.register-detail .flow_box .item:last-child:after {
  display: none;
}

.register-detail .flow_box .item .title {
  margin-right: 60px;
  font-size: 2.7rem;
  color: #E57065;
  font-weight: bold;
  float: left;
}

.register-detail .flow_box .item .info {
  padding: 14px 0;
  font-size: 1.3rem;
  float: left;
}

.register-detail .flow_box .item .download_btn {
  float: right;
  width: 365px;
  background: transparent linear-gradient(180deg, #E57065 0%, #F29B92 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  margin-left: 80px;
}

.register-detail .flow_box .item .download_btn a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}

.register-detail .flow_text {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  width: 900px;
  margin: 30px auto;
}

.register-form {
  background-color: #E57065;
  margin: 20px 0 50px;
  padding: 30px 50px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.register-form .item {
  width: 370px;
  float: left;
  margin-right: 40px;
  background-color: #F1EDE2;
  text-align: center;
  padding: 40px 30px;
}

.register-form .item:last-child {
  margin-right: 0;
}

.register-form .item .title {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.register-form .item .tell {
  background-color: #fff;
  border: 1px solid #E57065;
  border-radius: 4px;
  padding: 15px 15px 15px 60px;
  position: relative;
  color: #E57065;
  font-weight: bold;
  font-size: 1.7rem;
}

.register-form .item .tell:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/register/icon_tel_R.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.register-form .item .tell span {
  display: block;
  font-size: 1.1rem;
}

.register-form .item .tell a {
  text-decoration: none;
  color: #E57065;
}

.register-form .item .form_btn {
  background-color: #E57065;
  border-radius: 4px;
}

.register-form .item .form_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 20px 20px 20px 60px;
  position: relative;
}

.register-form .item .form_btn a:before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  background-image: url(../img/buy/icon_mail_W.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* mobile */
@media (max-width: 746px) {
  .register-detail .item .thumb {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .register-detail .item .text {
    width: 100%;
  }
  .register-detail .flow_text {
    width: 100%;
  }
  .register-detail .item:last-child {
    margin-bottom: 0;
  }
  .register-detail .flow_title {
    margin-bottom: 5vw;
  }
  .register-detail .flow_box .item .title {
    width: 100%;
    font-size: 2rem;
    margin-right: 0;
    text-align: left;
  }
  .register-detail .flow_box .item .info {
    width: 100%;
    padding-top: 5px;
    text-align: left;
    font-size: 1.1rem;
  }
  .register-detail .flow_box .item .download_btn {
    width: 80%;
    margin: auto;
  }
  .register-detail .flow_box .item:after {
    width: 30px;
    height: 30px;
    bottom: -16px;
  }
  .register-form .item {
    width: 100%;
    padding: 20px 0;
    margin: 0 0 18px 0;
  }
  .register-form .item:last-child {
    margin-bottom: 0;
  }
  .register-form {
    padding: 18px 5%;
  }
  .register-form .item .tell {
    width: 70%;
    margin: auto;
    padding-left: 44px;
    font-size: 1.25rem;
  }
  .register-form .item .tell span {
    font-size: 0.8rem;
  }
  .register-form .item .tell:before {
    width: 9vw;
    height: 9vw;
  }
  .register-form .item .form_btn {
    width: 90%;
    margin: auto;
  }
  .register-form .item .form_btn a {
    font-size: 1.1rem;
  }
  .register-form .item .form_btn a:before {
    width: 9vw;
    height: 9vw;
    left: 7vw;
  }
  .calendar-detail img {
    width: 100%;
  }
  .module-inner {
    padding: 0;
  }
}
.List-frame.event_list a {
  width: 100%;
  margin-right: 0;
}

.List-frame.event_list table {
  color: #919191;
}

.sp_img {
  display: none;
}

.calendar-detail {
  overflow: hidden;
  margin-top: 30px;
}

.calendar-detail .item {
  width: 490px;
  margin-bottom: 20px;
}
.calendar-detail .item:last-child {
  margin-right: 0;
}

.calendar-detail .item:nth-child(2n) {
  margin-right: 0;
}

.calendar-detail .item img {
  width: 100%;
  height: auto;
}

.material_table {
  overflow: hidden;
}

.material_table .material_table_item {
  float: left;
  width: 48.5%;
  margin-right: 2%;
}

.material_table .material_table_item:nth-child(2n) {
  margin-right: 0;
}

/* mobile */
@media (max-width: 746px) {
  .topics-main-ph {
    padding-bottom: 3vw;
  }
  .event-photos a .entry-thumb {
    height: 80vw;
  }
  .event-photos a {
    width: 99%;
    margin-bottom: 3vw;
    margin-right: 0;
  }
  .event-photos a .entry-thumb {
    background-size: contain;
    background-position: center;
    margin: 0;
  }
  .event-txt table {
    border-top: none;
  }
  .event-txt table tr th,
  .event-txt table tr td {
    border: none;
    display: block;
    padding: 5px 5%;
    font-size: 1rem;
    width: 90%;
  }
  .event-txt table tr th {
    background-color: #DBDBDB;
  }
  .online_banner_list {
    padding: 0;
  }
  .online_banner_box {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 5vw;
  }
  .online_banner_box:nth-child(3n) {
    margin-right: 3%;
  }
  .online_banner_box:nth-child(2n) {
    margin-right: 0;
  }
  .online_banner_box h4 {
    font-size: 1rem;
  }
  .sp_img {
    display: block;
  }
  .pc_img {
    display: none;
  }
  .calendar-detail .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
}
/* 2022.07 追加 /register/ */
.media_info_title {
  text-align: left;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.media_info_container {
  text-align: left;
  margin-bottom: 35px;
}

.media_info_container .item {
  border-bottom: 1px solid #919191;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  display: block;
}

.media_info_container .item:hover {
  opacity: 0.7;
}

.media_info_container .item:last-child {
  margin-bottom: 0;
}

.media_info_container .item a {
  display: block;
  padding: 0 10px 20px 10px;
  text-decoration: none;
  color: #000;
}

.media_info_container .item a .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.2em;
  width: 100%;
}

.media_info_container .item a .date_cat {
  display: flex;
  flex-wrap: wrap;
}

.media_info_container .item a .date_cat .date {
  color: #919191;
  margin-right: 15px;
  padding: 3px 0;
}

.media_info_container .item a .date_cat .cat {
  padding: 3px 10px;
  background-color: #919191;
  color: #fff;
}

.media_info_btn {
  width: 285px;
  border-radius: 4px;
  border: 1px solid #C5C5C5;
  transition: all 0.3s ease;
  margin: auto;
}

.media_info_btn:hover {
  background-color: #919191;
}

.media_info_btn a {
  display: block;
  padding: 18px 15px;
  position: relative;
  text-decoration: none;
  color: #919191;
  text-align: left;
  font-size: 1rem;
}

.media_info_btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.media_info_btn:hover a {
  color: #fff;
}

.store_cate_nav.topics_nav ul {
  border: none;
}

.store_cate_nav.topics_nav ul li {
  width: 198px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}

.store_cate_nav.topics_nav ul li:nth-child(-n+5) {
  border-top: 1px solid #707070;
}

.store_cate_nav.topics_nav ul li:last-child {
  border-right: 1px solid #707070;
}

.store_cate_nav.topics_nav ul li:nth-child(5n+1) {
  border-left: 1px solid #707070;
}

.amount_m_check_group,
.amount_y_check_group,
.place_check_group,
.coldchain_check_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.content_padding label {
  border: 1px #bbb solid;
  padding: 6px;
  box-sizing: border-box;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

.amount_m_check,
.amount_y_check,
.coldchain_check {
  width: 311px;
}

.place_check {
  width: 232px;
}

.module .free_text {
  width: 100%;
  padding: 15px 0;
}

.module .standard_lsit {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.module .standard_lsit .item {
  overflow: hidden;
  border-bottom: 2px solid #bbb;
  width: 480px;
  margin-right: 40px;
  margin-bottom: 17px;
  padding-bottom: 15px;
}

.module .standard_lsit .item:nth-child(2n) {
  margin-right: 0;
}

.module .standard_lsit .item .title {
  width: 100px;
  float: left;
  color: #707070;
}

.module .standard_lsit .item .date {
  width: 340px;
  float: right;
}

.module .logistics_lsit {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.module .logistics_lsit .item {
  overflow: hidden;
  border-bottom: 2px solid #bbb;
  width: 310px;
  margin-right: 35px;
  margin-bottom: 17px;
  padding-bottom: 15px;
}

.module .logistics_lsit .item:last-child {
  margin-right: 0;
}

.module .logistics_lsit .item .title {
  float: left;
  color: #707070;
  width: 145px;
}

.module .logistics_lsit .item .date {
  float: right;
  width: 120px;
  text-align: right;
}

.spot-list.topics-view .date_lavel {
  overflow: hidden;
}

.spot-list.topics-view .date_lavel p {
  float: left;
  width: 120px;
  padding: 3px 0;
}

.spot-list.topics-view .date_lavel .lavel {
  float: left;
  width: 130px;
  background-color: #919191;
  text-align: center;
  color: #FFF;
  padding: 3px;
}

/* mobile */
@media (max-width: 746px) {
  .store_cate_nav.topics_nav ul li {
    width: 49%;
  }
  .store_cate_nav.topics_nav ul li:nth-child(-n+5) {
    border-top: none;
  }
  .store_cate_nav.topics_nav ul li:nth-child(5n+1) {
    border-left: none;
  }
  .store_cate_nav.topics_nav ul li:nth-child(2n+1) {
    border-left: 1px solid #707070;
  }
  .store_cate_nav.topics_nav ul li:nth-child(-n+2) {
    border-top: 1px solid #707070;
  }
  .amount_m_check,
  .amount_y_check,
  .coldchain_check {
    width: 100%;
  }
  .place_check {
    width: 48%;
  }
  .module .standard_lsit .item {
    width: 100%;
    margin-right: 0;
  }
  .module .standard_lsit .item .title {
    width: 100%;
    margin-bottom: 5px;
  }
  .module .standard_lsit .item .date {
    width: 100%;
  }
  .module .logistics_lsit .item {
    width: 100%;
    margin-right: 0;
  }
  .spot-list.topics-view .date_lavel .lavel {
    font-size: 0.8rem;
  }
}
/* 2023.12 改修 商品条件検索 */
.no-scroll {
  overflow: hidden;
}

.conditional_search {
  width: 790px;
  margin: 0 auto 30px;
  border-radius: 4px;
  background-color: #EC9400;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 23px 0;
  line-height: 1.3;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.conditional_search:hover {
  background-color: #D87D07;
}
.conditional_search img {
  width: 21px;
  height: auto;
  margin-right: 15px;
  transform: rotate(-15deg);
}
.conditional_search:before {
  content: "";
  display: block;
  position: absolute;
  width: 530px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.conditional_search_fixed {
  width: 100%;
  background-color: #EC9400;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 23px 0;
  line-height: 1.3;
  transition: all 0.3s ease;
  cursor: pointer;
  position: fixed;
  top: 78px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.conditional_search_fixed:hover {
  background-color: #D87D07;
}
.conditional_search_fixed img {
  width: 21px;
  height: auto;
  margin-right: 15px;
  transform: rotate(-15deg);
}
.conditional_search_fixed.visible {
  opacity: 1;
  z-index: 6000;
}
.conditional_search_fixed:before {
  content: "";
  display: block;
  position: absolute;
  width: 530px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.search_modal {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8888;
  background-color: rgba(255, 255, 255, 0.9);
}
.search_modal .modal_close_btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #B3B3B3;
}
.search_modal .modal_close_btn:before {
  content: "";
  width: 50px;
  height: 6px;
  background-color: #fff;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.search_modal .modal_close_btn:after {
  content: "";
  width: 50px;
  height: 6px;
  background-color: #fff;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.search_modal .modal_close_btn:hover {
  opacity: 0.7;
}
.search_modal .search_modal_inner {
  width: 1000px;
  margin: auto;
  padding: 85px 0 300px;
}
.search_modal .search_modal_inner .conditional_cat {
  margin: 0 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  width: 805px;
  border: 1px solid #707070;
}
.search_modal .search_modal_inner .conditional_cat li {
  list-style: none;
  width: 170px;
  border-right: 1px solid #707070;
  padding: 10px 15px;
  font-size: 1.2rem;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search_modal .search_modal_inner .conditional_cat li:hover {
  background-color: rgba(236, 148, 0, 0.5);
}
.search_modal .search_modal_inner .conditional_cat li:last-child {
  border: none;
  width: 172px;
}
.search_modal .search_modal_inner .conditional_cat li.active {
  background-color: #EC9400;
  color: #fff;
}
.search_modal .search_modal_inner .cat_scroll_inner {
  height: calc(100vh - 410px);
  overflow: scroll;
  position: relative;
}
.search_modal .search_modal_inner .cat_container {
  position: absolute;
  left: 0;
  top: 0;
}
.search_modal .search_modal_inner .cat_container.area {
  display: none;
}
.search_modal .search_modal_inner .cat_container.season {
  display: none;
}
.search_modal .search_modal_inner .cat_container.terms {
  display: none;
}
.search_modal .search_modal_inner .cat_container h3 {
  font-size: 1.5rem;
}
.search_modal .search_modal_inner .cat_container .cat_container_item {
  margin-bottom: 30px;
}
.search_modal .search_modal_inner .cat_container .cat_container_item h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.search_modal .search_modal_inner .cat_container .cat_container_item .check_list {
  display: flex;
  flex-wrap: wrap;
  /*input[type="checkbox"]:checked+label:after {
  	opacity: 1;
  }*/
}
.search_modal .search_modal_inner .cat_container .cat_container_item .check_list label {
  width: 158px;
  border: 1px solid #919191;
  background-color: #fff;
  padding: 4px 8px 4px 32px;
  margin-right: 8px;
  position: relative;
}
.search_modal .search_modal_inner .cat_container .cat_container_item .check_list label:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #509D35;
  position: absolute;
  display: block;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search_modal .search_modal_inner .cat_container .cat_container_item .check_list label:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width: 4px;
  height: 9px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  left: 17px;
  top: 6px;
  transition: all 0.3s ease;
}
.search_modal .search_modal_inner .cat_container .cat_container_item .check_list input[type=checkbox] {
  display: none;
}
.search_modal .search_modal_inner .cat_container .cat_container_item .check_list input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.search_modal .search_modal_inner .cat_container.terms .cat_container_item label {
  width: 242px;
}
.search_modal .search_modal_inner .cat_container .hiroshima_map {
  margin: 0 auto 30px;
  width: 60%;
}
.search_modal .search_modal_inner .cat_container .hiroshima_map img {
  width: 100%;
  height: auto;
}
.search_modal .search_modal_inner .sp_decision_btn {
  display: none;
}

.conditions_fixed {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.conditions_fixed .conditions_fixed_inner {
  width: 1000px;
  margin: auto;
  padding: 25px 0;
  overflow: hidden;
}
.conditions_fixed .conditions_fixed_inner .conditions_table {
  width: 570px;
  float: left;
}
.conditions_fixed .conditions_fixed_inner .conditions_table .item {
  display: flex;
}
.conditions_fixed .conditions_fixed_inner .search_fix_btn {
  width: 350px;
  float: right;
  margin-top: 75px;
  background-color: #509D35;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  padding: 15px 0;
  line-height: 1.15;
  transition: all 0.3s ease;
  cursor: pointer;
}
.conditions_fixed .conditions_fixed_inner .search_fix_btn:hover {
  opacity: 0.7;
}
.conditions_fixed .conditions_fixed_inner .search_fix_btn img {
  width: 15px;
  height: auto;
  transform: rotate(-15deg);
  margin-right: 7px;
}

.free_search {
  width: 790px;
  margin: 0 auto 20px;
  padding-top: 25px;
  border-top: 1px solid #707070;
}
.free_search form {
  width: 500px;
  margin: auto;
}
.free_search form input {
  width: 340px;
  border-radius: 6px;
  box-shadow: none;
  font-size: 1.2rem;
  border-color: #707070;
  padding: 5px 15px;
  margin-right: 12px;
}
.free_search form input::-moz-placeholder {
  color: #B3B3B3;
}
.free_search form input::placeholder {
  color: #B3B3B3;
}
.free_search form button {
  width: 110px;
  border-radius: 4px;
  border: none;
  background-color: #509D35;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 12px 0;
}
.free_search form button img {
  width: 17px;
  transform: rotate(-15deg);
  margin-right: 7px;
}

.specified {
  background-color: #DBDBDB;
  position: relative;
  font-size: 1rem;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.specified:hover {
  opacity: 0.7;
}
.specified .plus {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.specified .plus:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #DBDBDB;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.specified .plus:after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #DBDBDB;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.specified.open .plus:after {
  transform: rotate(90deg);
}

.specified_open {
  border-bottom: 1px solid #919191;
}
.specified_open .specified_table {
  display: none;
  padding: 10px 0;
}
.specified_open .specified_table .item {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.specified_open .specified_table .item .head {
  display: inline-block;
  font-weight: bold;
}
.specified_open .specified_table .item .data {
  line-height: 1.5;
}
.specified_open .specified_table .item .data .title {
  font-weight: bold;
}

.his_number {
  padding: 15px 0;
  text-align: right;
}

.conditions_sp {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  height: calc(100vh - 110px);
}
.conditions_sp .conditions_sp_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 90%;
  background-color: #DBDBDB;
  padding: 20px 5%;
}
.conditions_sp .conditions_sp_btn button {
  width: 100%;
  margin: auto;
  background-color: #509D35;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 0;
  line-height: 1.15;
  transition: all 0.3s ease;
  cursor: pointer;
}
.conditions_sp .conditions_sp_btn button img {
  width: 20px;
  transform: rotate(-15deg);
  margin-right: 6px;
}
.conditions_sp .conditions_sp_inner {
  width: 90%;
  margin: auto;
  height: calc(100vh - 210px);
  overflow: scroll;
  padding-bottom: 100px;
}
.conditions_sp .conditions_sp_inner .scroll_inner {
  padding-bottom: 100px;
}
.conditions_sp .conditions_sp_inner .conditions_sp_title {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.conditions_sp .conditions_sp_inner .sp_search_cat_item {
  border-top: 1px solid #B3B3B3;
  padding: 15px 0;
}
.conditions_sp .conditions_sp_inner .sp_search_cat_item .title {
  font-size: 1.2rem;
  font-weight: bold;
}
.conditions_sp .conditions_sp_inner .sp_search_cat_item .result {
  font-size: 0.9rem;
  opacity: 0.5;
  line-height: 1.5;
}
.conditions_sp .conditions_sp_inner .sp_search_cat_item .result p {
  line-height: 1.3;
  margin-bottom: 8px;
}
.conditions_sp .conditions_sp_inner .sp_search_cat_item:last-child {
  border-bottom: 1px solid #B3B3B3;
}

/* mobile */
@media (max-width: 746px) {
  .conditional_search {
    width: 100%;
    font-size: 1.3rem;
    padding: 15px 0;
  }
  .conditional_search img {
    width: 18px;
    margin-right: 9px;
  }
  .conditional_search:before {
    width: 80%;
    height: 70%;
  }
  .conditional_search_fixed {
    font-size: 1.3rem;
    padding: 15px 0;
  }
  .conditional_search_fixed img {
    width: 18px;
    margin-right: 9px;
  }
  .conditional_search_fixed:before {
    width: 80%;
    height: 70%;
  }
  .free_search {
    width: 100%;
  }
  .free_search form {
    width: 100%;
  }
  .free_search form input {
    width: 60% !important;
    margin-right: 2%;
    font-size: 1rem;
    margin-top: 3px;
  }
  .free_search form button {
    width: 27% !important;
    font-size: 1rem;
  }
  .free_search form button img {
    width: 14px;
  }
  .search_modal {
    top: 80px;
  }
  .search_modal .modal_close_btn {
    width: 45px;
    height: 45px;
    z-index: 9000;
  }
  .search_modal .modal_close_btn:before {
    width: 30px;
    height: 3px;
  }
  .search_modal .modal_close_btn:after {
    width: 30px;
    height: 3px;
  }
  .search_modal .search_modal_inner {
    height: 100vh;
    width: 100%;
    padding: 0;
  }
  .search_modal .search_modal_inner .cat_scroll_inner {
    height: calc(100vh - 80px);
  }
  .search_modal .search_modal_inner .conditional_cat {
    display: none;
  }
  .search_modal .search_modal_inner .cat_container {
    background-color: #fff;
    z-index: 9000;
    width: 100%;
    padding: 90px 0 150px;
    min-height: calc(100vh - 270px);
  }
  .search_modal .search_modal_inner .cat_container h3 {
    color: #fff;
    background-color: #EC9400;
    padding: 20px 5%;
    position: relative;
    font-size: 1.2rem;
    z-index: 9999;
    position: fixed;
    width: 90%;
    top: 80px;
    left: 0;
  }
  .search_modal .search_modal_inner .cat_container h3 .cp_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .search_modal .search_modal_inner .cat_container h3 .cp_close:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 3px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .search_modal .search_modal_inner .cat_container h3 .cp_close:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 3px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  .search_modal .search_modal_inner .cat_container.kinds {
    display: none;
  }
  .search_modal .search_modal_inner .cat_container .cat_container_item {
    width: 90%;
    margin: 0 auto 30px;
  }
  .search_modal .search_modal_inner .cat_container .cat_container_item .check_list label {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 8px;
    padding-left: 29px;
    font-size: 0.9rem;
  }
  .search_modal .search_modal_inner .cat_container .cat_container_item .check_list label:nth-child(4n) {
    margin-right: 0;
  }
  .search_modal .search_modal_inner .cat_container .cat_container_item .check_list label:before {
    width: 10px;
    height: 10px;
    left: 9px;
  }
  .search_modal .search_modal_inner .cat_container .cat_container_item .check_list label:after {
    left: 16px;
  }
  .search_modal .search_modal_inner .cat_container.terms .cat_container_item .check_list label {
    width: 100%;
    margin-right: 0;
  }
  .search_modal .search_modal_inner .sp_decision_btn {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background-color: rgba(219, 219, 219, 0.9);
    padding: 15px 0;
  }
  .search_modal .search_modal_inner .sp_decision_btn .decision {
    width: 50%;
    margin: auto;
    color: #fff;
    background-color: #ACC46B;
    text-align: center;
    border-radius: 4px;
    font-size: 1.6rem;
    padding: 8px 0;
  }
  .conditions_fixed {
    display: none !important;
  }
}
.store_info {
  margin-top: 20px;
  border: 1px solid #bbb;
  padding: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.store_info a {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
}
.store_info .thumb_message {
  width: 460px;
  overflow: hidden;
  margin-right: 48px;
}
.store_info .thumb_message .thumb {
  width: 173px;
  height: 173px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}
.store_info .thumb_message .name_message {
  width: 260px;
  float: right;
}
.store_info .thumb_message .name_message h5 {
  font-size: 1.15rem;
  margin-bottom: 20px;
}
.store_info .info_table {
  width: 450px;
}
.store_info .info_table table {
  margin: 0;
}
.store_info .info_table table tr {
  border-bottom: 1px solid #bbb;
}
.store_info .info_table table tr th {
  border: none;
  padding: 7px 0;
  width: 20%;
}
.store_info .info_table table tr td {
  border: none;
  padding: 7px 0;
}
.store_info .info_table table tr:last-child {
  border-bottom: none;
}

/* mobile */
@media (max-width: 746px) {
  .module-header h2 .date {
    font-size: 0.85rem;
  }
  .store_info .thumb_message {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .store_info .thumb_message .thumb {
    width: 100%;
    height: 50vw;
    margin-bottom: 2.5vw;
  }
  .store_info .thumb_message .name_message {
    width: 100%;
  }
  .store_info .thumb_message .name_message h5 {
    margin-bottom: 2vw;
  }
  .store_info .info_table {
    width: 100%;
  }
  .store_info .info_table table tr th {
    display: block;
    width: 100%;
    font-weight: bold;
    padding-bottom: 0;
  }
  .store_info .info_table table tr td {
    display: block;
    width: 100%;
    padding-top: 3px;
  }
}
.calendar-detail .calendar_left {
  float: left;
  width: 490px;
}
.calendar-detail .calendar_right {
  float: right;
  width: 490px;
}
.calendar-detail .item table tr th {
  border-color: #ccc;
  font-size: 0.75rem;
  padding: 6px 13px;
  vertical-align: middle;
}
.calendar-detail .item table tr th.title {
  font-size: 1.6rem;
  padding: 10px 15px;
}
.calendar-detail .item table tr th.title span {
  font-size: 1rem;
  display: block;
  margin: 0 0 5px -9px;
}
.calendar-detail .item table tr th.vertical {
  writing-mode: vertical-rl;
  padding: 8px 6px;
  width: 13px;
}
.calendar-detail .item table tr th a {
  color: #000;
  text-decoration: underline;
  display: block;
}
.calendar-detail .item table tr td {
  border-color: #ccc;
}
.calendar-detail .item table tr td.month {
  font-size: 0.7rem;
  font-weight: bold;
  width: 16px;
  padding: 3px;
  vertical-align: middle;
}
.calendar-detail .item table tr td.month a {
  color: #000;
  text-decoration: underline;
}
.calendar-detail .item table tr td.season {
  position: relative;
}
.calendar-detail .item table tr td.season:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 11px;
  background-color: #61D161;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.calendar-detail .item table tr td.season.atte:before {
  background-color: #00B200;
}
.calendar-detail .item table.fruits tr td.season:before {
  background-color: #e0cf53;
}
.calendar-detail .item table.fruits tr td.season.atte:before {
  background-color: #c6a814;
}
.calendar-detail .item table.fisheries tr td.season:before {
  background-color: #54efe8;
}
.calendar-detail .item table.fisheries tr td.season.atte:before {
  background-color: #0cc4b6;
}
.calendar-detail .item table.livestock tr td.season:before {
  background-color: #f962aa;
}
.calendar-detail .item table.livestock tr td.season.atte:before {
  background-color: #f2208e;
}
.calendar-detail .item table.processing tr td.season:before {
  background-color: #FF903E;
}
.calendar-detail .item table.processing tr td.season.atte:before {
  background-color: #EF711D;
}

/* mobile */
@media (max-width: 746px) {
  .calendar-detail {
    margin-top: 3vw;
  }
  .calendar-detail .calendar_right,
  .calendar-detail .calendar_left {
    float: none;
    width: 100%;
  }
  .calendar-detail .item table tr th {
    padding: 6px 7px;
    font-size: 0.65rem;
  }
  .calendar-detail .item table tr th.title {
    font-size: 1.2rem;
    padding: 10px 9px;
  }
  .calendar-detail .item table tr th.vertical {
    width: 10px;
  }
  .calendar-detail .item table tr td.month {
    font-size: 0.65rem;
    padding: 2px;
  }
  .calendar-detail .item table tr td.season:before {
    height: 9px;
  }
}
/* about 2024.01.05 */
.about_contact_title {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 100px;
}

.about_contact {
  margin-bottom: 70px;
  background-color: #C4B152;
  padding: 25px 50px;
  overflow: hidden;
}
.about_contact .tel_con {
  background-color: #F1EDE2;
  padding: 30px;
  width: 340px;
  float: left;
}
.about_contact .tel_con h4 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
}
.about_contact .tel_con .tel_btn {
  background-color: #fff;
  border: 1px solid #C4B152;
  border-radius: 4px;
}
.about_contact .tel_con .tel_btn a {
  display: block;
  text-decoration: none;
  color: #C4B152;
  line-height: 1.2;
  padding: 5px 15px 10px 60px;
  font-weight: bold;
  font-size: 1.45rem;
  position: relative;
}
.about_contact .tel_con .tel_btn a span {
  font-size: 0.96rem;
  font-weight: normal;
}
.about_contact .tel_con .tel_btn a:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  background-image: url(../img/about/icon_tel_g.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_contact .form_con {
  background-color: #F1EDE2;
  padding: 30px;
  width: 340px;
  float: right;
}
.about_contact .form_con h4 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
}
.about_contact .form_con .form_btn {
  background: transparent linear-gradient(180deg, #B6A616 0%, #DBC244 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
.about_contact .form_con .form_btn a {
  display: block;
  line-height: 1.2;
  padding: 5px 15px 10px 60px;
  font-weight: bold;
  font-size: 1.45rem;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.about_contact .form_con .form_btn a span {
  font-size: 0.96rem;
  font-weight: normal;
}
.about_contact .form_con .form_btn a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url(../img/buy/icon_mail_W.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* mobile */
@media (max-width: 746px) {
  .about_contact {
    padding: 18px 5%;
  }
  .about_contact .tel_con {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 15px;
    margin-bottom: 20px;
  }
  .about_contact .tel_con h4 {
    font-size: 1.4rem;
  }
  .about_contact .tel_con .tel_btn a {
    padding: 5px 15px 10px 50px;
    font-size: 1.2rem;
  }
  .about_contact .tel_con .tel_btn a span {
    font-size: 0.8rem;
  }
  .about_contact .tel_con .tel_btn a:before {
    width: 35px;
    height: 35px;
  }
  .about_contact .form_con {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 15px;
  }
  .about_contact .form_con h4 {
    font-size: 1.4rem;
  }
  .about_contact .form_con .form_btn a {
    padding: 5px 15px 10px 50px;
    font-size: 1.2rem;
  }
  .about_contact .form_con .form_btn a span {
    font-size: 0.8rem;
  }
  .about_contact .form_con .form_btn a:before {
    width: 30px;
    height: 30px;
  }
}
/* buy 2024.01.05 */
.directly_con {
  background-color: #F1EDE2;
  padding: 25px 30px;
  width: 100%;
}
.directly_con h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: center;
}
.directly_con .directly_btn {
  background: transparent linear-gradient(180deg, #25B3C5 0%, #31CADD 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  margin-bottom: 10px;
}
.directly_con .directly_btn a {
  display: block;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.directly_con p {
  font-weight: bold;
  text-align: center;
  font-size: 1.15rem;
  margin: 0;
}

/* mobile */
@media (max-width: 746px) {
  .directly_con {
    padding: 20px 5%;
  }
  .directly_con h4 {
    font-size: 1.4rem;
  }
  .directly_con .directly_btn a {
    font-size: 1.3rem;
    padding: 13px;
  }
  .directly_con p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
/* 生産者動画 20240315 */
.producer_movie {
  width: 100vw;
  background-color: #F7F6EE;
  padding: 50px 0;
  margin: 60px 0 60px calc((100vw - 1000px) / 2 * -1);
}
.producer_movie .movie_inner {
  width: 1000px;
  margin: auto;
}
.producer_movie .movie_inner .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.producer_movie .movie_inner .title img {
  width: 60px;
  height: 60px;
}
.producer_movie .movie_inner p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 20px;
}
.producer_movie .movie_inner iframe {
  width: 100%;
  height: 550px;
}
.producer_movie .movie_inner .movie_info {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  padding: 12px 0 15px;
  margin-bottom: 40px;
}
.producer_movie .movie_inner .movie_info .name {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.producer_movie .movie_inner .movie_info .people {
  width: 100%;
  font-size: 22px;
}
.producer_movie .movie_inner .movie_info .people span {
  border: 1px solid #000;
  display: inline-block;
  padding: 3px;
  width: 70px;
  text-align: center;
  font-size: 15px;
  margin-right: 13px;
}
.producer_movie .movie_inner .movie_btn {
  width: 310px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
}
.producer_movie .movie_inner .movie_btn a {
  display: block;
  color: #C5C5C5;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  padding: 9px 15px;
}
.producer_movie .movie_inner .movie_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

/* mobile */
@media (max-width: 746px) {
  .producer_movie {
    margin-left: -5vw;
  }
  .producer_movie .movie_inner {
    width: 90%;
  }
  .producer_movie .movie_inner .title {
    font-size: 2rem;
  }
  .producer_movie .movie_inner .title img {
    width: 48px;
    height: auto;
  }
  .producer_movie .movie_inner p {
    font-size: 1rem;
  }
  .producer_movie .movie_inner iframe {
    height: 55vw;
  }
  .producer_movie .movie_inner .movie_info {
    margin-bottom: 8vw;
  }
  .producer_movie .movie_inner .movie_info .name {
    font-size: 1.3rem;
  }
  .producer_movie .movie_inner .movie_info .people {
    font-size: 1.1rem;
  }
  .producer_movie .movie_inner .movie_info .people span {
    font-size: 0.8rem;
    width: auto;
    padding: 3px 10px;
    margin-right: 10px;
  }
  .producer_movie .movie_inner .movie_btn {
    width: 75%;
  }
}
/* 2024.09.04 追記 */
.item_inquiry_block {
  display: inline-block;
  width: 100vw;
  background-color: #509D35;
  padding: 60px 0;
  margin: 20px 0 70px calc((100vw - 1000px) / 2 * -1);
}
.item_inquiry_block .item_inquiry_block_inner {
  width: 1000px;
  margin: auto;
  background-color: #F1EDE2;
  padding: 30px;
  box-sizing: border-box;
}
.item_inquiry_block .item_inquiry_block_inner h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 6px;
}
.item_inquiry_block .item_inquiry_block_inner h3 .sp_br {
  display: none;
}
.item_inquiry_block .item_inquiry_block_inner .producer_name {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}
.item_inquiry_block .item_inquiry_block_inner .manager_name {
  text-align: center;
  font-size: 1rem;
  margin-top: -5px;
  margin-bottom: 5px;
}
.item_inquiry_block .item_inquiry_block_inner .producer_contact {
  width: 830px;
  margin: auto;
}
.item_inquiry_block .item_inquiry_block_inner .producer_contact a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 2rem;
  padding: 20px 0 10px;
  color: #509D35;
}
.item_inquiry_block .item_inquiry_block_inner .producer_contact a img {
  width: 32px;
  height: auto;
  vertical-align: text-top;
  margin-right: -4px;
}

.sametype_item {
  display: inline-block;
  width: 100vw;
  margin-left: calc((100vw - 1000px) / 2 * -1);
  background-color: #F1EDE2;
  padding: 45px 0 65px;
  margin-bottom: -20px;
}
.sametype_item .sametype_item_inner {
  width: 1000px;
  margin: auto;
}
.sametype_item .sametype_item_inner h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 35px;
}
.sametype_item .sametype_item_inner h3 .sp_br {
  display: none;
}
.sametype_item .sametype_item_inner .sametype_slider .slick-track {
  display: flex;
}
.sametype_item .sametype_item_inner .sametype_slider .item {
  width: 242px;
  height: auto !important;
  background-color: #fff;
  border: 1px solid #919191;
  margin-right: 7px;
}
.sametype_item .sametype_item_inner .sametype_slider .item a {
  display: block;
  text-decoration: none;
}
.sametype_item .sametype_item_inner .sametype_slider .item a .banner img {
  width: 100%;
  height: auto;
}
.sametype_item .sametype_item_inner .sametype_slider .item a .title {
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid #919191;
  width: 93%;
  margin: auto;
  padding: 5px 0;
}
.sametype_item .sametype_item_inner .sametype_slider .item a .name {
  color: #000;
  width: 93%;
  margin: auto;
  padding: 5px 0;
}
.sametype_item .sametype_item_inner .sametype_slider .slick-arrow {
  background-color: rgba(213, 213, 213, 0.6);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  z-index: 5;
}
.sametype_item .sametype_item_inner .sametype_slider .slick-arrow:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: solid #fff 4px;
  border-left: solid #fff 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 5px;
  margin: auto;
  transform: rotate(45deg);
}
.sametype_item .sametype_item_inner .sametype_slider .slick-arrow.slick-prev {
  left: 15px;
}
.sametype_item .sametype_item_inner .sametype_slider .slick-arrow.slick-next {
  right: 20px;
}
.sametype_item .sametype_item_inner .sametype_slider .slick-arrow.slick-next:after {
  transform: rotate(225deg);
  left: 0;
  right: 5px;
}

/* mobile */
@media (max-width: 746px) {
  .item_inquiry_block {
    margin-left: -5vw;
  }
  .item_inquiry_block .item_inquiry_block_inner {
    width: 90%;
    padding: 30px 20px;
  }
  .item_inquiry_block .item_inquiry_block_inner h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .item_inquiry_block .item_inquiry_block_inner h3 .sp_br {
    display: block;
  }
  .item_inquiry_block .item_inquiry_block_inner .producer_name {
    font-size: 1.2rem;
  }
  .item_inquiry_block .item_inquiry_block_inner .manager_name {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }
  .item_inquiry_block .item_inquiry_block_inner .producer_contact {
    width: 100%;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: transparent linear-gradient(180deg, #3D980E 0%, #46CE31 100%) 0% 0% no-repeat padding-box;
  }
  .item_inquiry_block .item_inquiry_block_inner .producer_contact a {
    font-size: 1.3rem;
    padding: 15px 0;
    color: #fff;
  }
  .item_inquiry_block .item_inquiry_block_inner .producer_contact a img {
    width: 22px;
    margin-right: 0;
  }
  .item_inquiry_block .item_inquiry_block_inner .producer_contact a img.sp_img {
    display: inline-block;
  }
  .sametype_item {
    margin-left: -5vw;
  }
  .sametype_item .sametype_item_inner {
    width: 90%;
  }
  .sametype_item .sametype_item_inner h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .sametype_item .sametype_item_inner h3 .sp_br {
    display: block;
  }
}
/* 食べる・購入する　ソート用ナビ */
.store_sort_nav {
  margin-bottom: 40px;
}
.store_sort_nav ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #707070;
  margin: 0;
}
.store_sort_nav ul li {
  list-style: none;
  border-right: 1px solid #707070;
  margin: 0;
  width: calc((100% - 5px) / 6);
  transition: all 0.3s ease;
}
.store_sort_nav ul li a {
  display: block;
  color: #000;
  text-align: center;
  font-size: 1.1rem;
  padding: 11px 0;
}
.store_sort_nav ul li a:hover {
  text-decoration: none;
}
.store_sort_nav ul li:last-child {
  border-right: none;
}
.store_sort_nav ul li:hover {
  background-color: #F7F6EE;
}
.store_sort_nav ul li.active {
  background-color: #509D35;
}
.store_sort_nav ul li.active a {
  color: #fff;
}
.store_sort_nav ul li.active:hover {
  background-color: #509D35;
}

/* mobile */
@media (max-width: 746px) {
  .store_sort_nav {
    margin-top: 7vw;
  }
  .store_sort_nav ul li {
    width: calc((100% - 2px) / 3);
  }
  .store_sort_nav ul li:nth-child(3) {
    border-right: none;
  }
  .store_sort_nav ul li:nth-child(n+4) {
    border-top: 1px solid #707070;
  }
  .store_sort_nav ul li a {
    font-size: 1rem;
    padding: 9px 0;
  }
}
.unit_container {
  margin-bottom: 45px;
}

/* 見出し */
.unit_mid_type1 {
  font-weight: normal;
  font-size: 2.2rem;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
}

.unit_mid_type2 {
  background-image: url(../img/parts/css/bar_green.png);
  background-repeat: repeat-y;
  border-bottom: 1px #bbb solid;
  border-top: 1px #bbb solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 1.7rem;
}

.unit_mid_type3 {
  border-bottom: 1px #bbb solid;
  padding-bottom: 10px;
  font-size: 1.3rem;
  margin-bottom: 25px;
}

.unit_mid_type4 {
  font-size: 1.3rem;
  margin-bottom: 25px;
}

.unit_mid_type5 {
  margin-bottom: 25px;
  color: #509D35;
  font-size: 1.2rem;
}

/* 本文パーツ */
.unit_text_type1 {
  font-weight: bold;
  font-size: 1.3rem;
}

.unit_text_type2 {
  font-weight: normal;
}

.unit_text_type3 {
  font-weight: normal;
  background-color: #F0F0F0;
  border: 1px solid #000;
  padding: 25px;
}

/* 画像+テキストパーツ */
.unit_photo_and_txt {
  overflow: hidden;
}

.unit_photo_and_txt.photo_set_left .unit_photo {
  float: left;
}

.unit_photo_and_txt.photo_set_left .unit_txt {
  float: right;
}

.unit_photo_and_txt.photo_set_right .unit_photo {
  float: right;
}

.unit_photo_and_txt.photo_set_right .unit_txt {
  float: left;
}

.unit_photo_and_txt .unit_photo {
  width: 480px;
}

.unit_photo_and_txt .unit_photo img {
  width: 480px;
  height: auto;
  /*object-fit: cover;*/
  margin-bottom: 15px;
}

.unit_caption {
  color: #7E7D7D;
  font-size: 0.9rem;
  line-height: 1.2em;
  margin: 0;
}

.unit_btn {
  background-color: #fff;
  border: 1px solid #919191;
  border-radius: 6px;
  width: 99%;
  transition: all 0.3s ease;
}

.unit_btn:hover {
  opacity: 0.7;
}

.unit_btn a {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 1.1rem;
  color: #000;
  text-decoration: none;
}

.unit_btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #919191;
  border-right: 1px solid #919191;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.unit_photo_and_txt .unit_txt {
  width: 480px;
}

.unit_photo_and_txt .unit_txt .unit_btn {
  margin-bottom: 20px;
}

.unit_photo_and_txt .unit_txt .unit_btn:nth-last-child(2) {
  margin-bottom: 0;
}

.unit_photo_and_txt.unit_photo_and_txt_back {
  background-color: #F0F0F0;
  border: 1px solid #000;
  padding: 20px;
}

.unit_photo_and_txt.unit_photo_and_txt_back .unit_photo {
  width: 460px;
}

.unit_photo_and_txt.unit_photo_and_txt_back .unit_photo img {
  width: 460px;
  height: 306px;
}

.unit_photo_and_txt.unit_photo_and_txt_back .unit_txt {
  width: 450px;
}

/* 画像パーツ */
.unit_image_block img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.unit_image_block img.trimming {
  width: 100%;
  height: 666px;
  -o-object-fit: cover;
     object-fit: cover;
}

.unit_image_block_two {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.unit_image_block_two .unit_image_block {
  width: 480px;
  margin-right: 40px;
  margin-bottom: 35px;
}

.unit_image_block_two .unit_image_block:nth-child(2n) {
  margin-right: 0;
}

.unit_image_block_two .unit_image_block img.trimming {
  height: 320px;
}

.unit_image_block_three {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.unit_image_block_three .unit_image_block {
  width: 306px;
  margin-right: 41px;
  margin-bottom: 35px;
}

.unit_image_block_three .unit_image_block:nth-child(3n) {
  margin-right: 0;
}

.unit_image_block_three .unit_image_block img.trimming {
  height: 204px;
}

/* スライダー */
.unit_slider_content {
  margin-bottom: 20px;
}

.unit_slider_content img {
  width: 100%;
  height: 666px;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-trimming .unit_slider_content img {
  height: auto;
  -o-object-fit: auto;
     object-fit: auto;
}

.unit_slider_sub .slick-track img {
  margin-right: 10px !important;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}

.unit_slider_sub .slick-track img:last-child {
  margin-right: 0 !important;
}

/* 表組 */
.unit_table .unit_table_2col tr {
  border-top: 1px solid #000;
}

.unit_table .unit_table_2col tr:last-child {
  border-bottom: 1px solid #000;
}

.unit_table .unit_table_2col tr th {
  border: none;
  padding: 10px 0 10px 15px;
  width: 230px;
  background-color: #F1ECE4;
}

.unit_table .unit_table_2col tr td {
  padding: 10px 0 10px 15px !important;
  border: none;
  padding: 5px 0;
}

/* リストパーツ */
.unit_list ul {
  margin-left: 15px;
}

.unit_list ol {
  margin-left: 20px;
}

/* リンクボタン */
.unit_twin_btn {
  overflow: hidden;
}

.unit_twin_btn .unit_btn {
  width: 478px;
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}

.btn_color .unit_btn {
  background-color: #509D35;
  border: none;
}

.btn_color .unit_btn a {
  color: #fff;
}

.btn_color .unit_btn a:after {
  border-color: #fff;
}

.unit_twin_btn .unit_btn:nth-child(2n) {
  margin-right: 0;
}

.unit_btn.btn_icon_blank a:after {
  transform: rotate(0);
  border: none;
  width: 35px;
  height: 22px;
  background-image: url(../img/parts/icon/link_icon_brank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}

.unit_btn a[href$=".xls"]:after,
.unit_btn a[href$=".xlsx"]:after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../img/parts/icon/link_icon_excel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(0);
  border: none;
}

.unit_btn a[href$=".pdf"]:after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../img/parts/icon/link_icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  border-right-style: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(0);
  border: none;
}

.unit_btn a[href$=".doc"]:after,
.unit_btn a[href$=".docm"]:after,
.unit_btn a[href$=".docx"]:after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../img/parts/icon/link_icon_word.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(0);
  border: none;
}

.btn_color .unit_btn.btn_icon_blank a:after {
  background-image: url(../img/parts/icon/link_icon_brank_w.svg);
}

.btn_color .unit_btn a[href$=".xls"]:after,
.btn_color .unit_btn a[href$=".xlsx"]:after {
  background-image: url(../img/parts/icon/link_icon_excel_w.svg);
}

.btn_color .unit_btn a[href$=".pdf"]:after {
  background-image: url(../img/parts/icon/link_icon_pdf_w.svg);
}

.btn_color .unit_btn a[href$=".doc"]:after,
.btn_color .unit_btn a[href$=".docm"]:after,
.btn_color .unit_btn a[href$=".docx"]:after {
  background-image: url(../img/parts/icon/link_icon_word_w.svg);
}

.unit_one_btn .unit_btn {
  width: 800px;
  margin: auto;
  margin-bottom: 30px;
}

.unit_one_btn .unit_btn:last-child {
  margin-bottom: 0;
}

/* youtube */
.unit_youtube iframe {
  width: 100%;
  height: 600px;
}

/* google map */
.unit_googlemap iframe {
  width: 100%;
  height: 560px;
}

/* 一覧用パーツ */
.unit_link_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.unit_link_list .item {
  width: 478px;
  margin-right: 40px;
  border: 1px solid #B3B3B3;
  margin-bottom: 35px;
}

.unit_link_list .item:nth-child(2n) {
  margin-right: 0;
}

.unit_link_list .item a {
  display: block;
  text-decoration: none;
  color: #000;
}

.unit_link_list .item .thumbnail {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.unit_link_list .item .text_content {
  padding: 15px 20px;
}

.unit_link_list .item .text_content .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.unit_line_block {
  width: 100%;
  border-bottom: 1px solid #707070;
  margin-bottom: 45px;
}

/* mobile */
@media (max-width: 746px) {
  .unit_container {
    margin-bottom: 13vw;
  }
  .unit_mid_type1 {
    font-size: 2rem;
  }
  .unit_mid_type2 {
    font-size: 1.5rem;
  }
  .unit_text_type1 {
    font-size: 1.2rem;
  }
  .unit_photo_and_txt .unit_photo {
    width: 100%;
  }
  .unit_photo_and_txt .unit_txt {
    width: 100%;
  }
  .unit_photo_and_txt .unit_photo img {
    width: 100%;
  }
  .unit_photo_and_txt.unit_photo_and_txt_back .unit_photo {
    width: 100%;
    margin-bottom: 5vw;
  }
  .unit_photo_and_txt.unit_photo_and_txt_back .unit_txt {
    width: 100%;
  }
  .unit_photo_and_txt.unit_photo_and_txt_back .unit_photo img {
    width: 100%;
  }
  .unit_image_block img.trimming {
    height: 60vw;
  }
  .unit_image_block_two .unit_image_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .unit_image_block_two .unit_image_block:last-child {
    margin-bottom: 0;
  }
  .unit_image_block_two .unit_image_block img.trimming {
    height: 60vw;
  }
  .unit_image_block_three .unit_image_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .unit_image_block_three .unit_image_block:last-child {
    margin-bottom: 0;
  }
  .unit_image_block_three .unit_image_block img.trimming {
    height: 60vw;
  }
  .unit_slider_content img {
    height: 60vw;
  }
  .unit_slider_sub .slick-track img {
    height: 12vw;
  }
  .unit_table .unit_table_2col tr th {
    width: 95%;
    padding-left: 5%;
    display: block;
  }
  .unit_table .unit_table_2col tr td {
    width: 95%;
    padding-left: 5%;
    display: block;
  }
  .unit_one_btn .unit_btn {
    width: 100%;
  }
  .unit_twin_btn .unit_btn {
    width: 99%;
    margin-right: 0;
  }
  .unit_btn a {
    padding: 15px;
    font-size: 1rem;
  }
  .unit_btn.btn_icon_blank a:after {
    width: 25px;
  }
  .unit_btn a[href$=".pdf"]:after {
    width: 25px;
  }
  .unit_btn a[href$=".doc"]:after,
  .unit_btn a[href$=".docm"]:after,
  .unit_btn a[href$=".docx"]:after {
    width: 25px;
  }
  .unit_btn a[href$=".xls"]:after,
  .unit_btn a[href$=".xlsx"]:after {
    width: 25px;
  }
  .unit_youtube iframe {
    height: 55vw;
  }
  .unit_googlemap iframe {
    height: 60vw;
  }
  .unit_link_list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .unit_link_list .item:last-child {
    margin-bottom: 0;
  }
  .unit_link_list .item .thumbnail {
    height: 55vw;
  }
  .unit_photo_and_txt.photo_set_left .unit_photo {
    margin-bottom: 5vw;
  }
  .unit_photo_and_txt.photo_set_right .unit_photo {
    margin-bottom: 5vw;
  }
  .unit_line_block {
    margin-bottom: 13vw;
  }
}
/*====================================
		form tag Defaul
====================================*/
/*Last update 2014/04/10*/
select,
input,
button,
textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}

input,
select {
  vertical-align: middle;
}

input[type=radio] {
  margin: 4px 4px 6px 0px;
}

input[type=checkbox] {
  vertical-align: middle;
  margin: 4px 4px 6px 0px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  height: 2em;
  padding-left: 4px;
  border: solid 1px #BBB;
  margin: 0 8px 6px 0px;
}

textarea {
  padding: 4px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  position: relative;
  border: 1px solid #959595;
  border-radius: 4px;
  behavior: url(/cmn/css/PIE.htc);
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1) inset;
  behavior: url(/cmn/css/PIE.htc);
}

/*IE6 Fix*/
.inp-fix {
  height: 2em;
  padding-left: 4px;
  margin: 0 8px 6px 0px;
  /*width: 80%;*/
}

/*+++ width +++*/
input[type=password] {
  width: 50%;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 80%;
}

input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
  width: 50%;
}

input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
  width: 30%;
}

input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
  width: 20%;
}

input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
  width: 80%;
}

input[type=file] {
  border: solid 1px #BBB;
}

textarea {
  width: 80%;
}

select {
  width: 50%;
  line-height: 3;
  height: 30px;
  background-color: #f0f0f0;
  border-radius: 4px;
  border-width: 1px;
  border-color: #999;
  margin: 0 0px 6px;
}

select.select-mini {
  width: 6em;
}

input:focus,
textarea:focus {
  background-color: #f6f6f6;
  border-color: #060;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
.isMobileTablet input[type=text],
.isMobileTablet input[type=email],
.isMobileTablet input[type=tel],
.isMobileTablet input[type=text].mini,
.isMobileTablet input[type=email].mini,
.isMobileTablet input[type=tel].mini,
.isMobileTablet input[type=text].xmini,
.isMobileTablet input[type=email].xmini,
.isMobileTablet input[type=tel].xmini,
.isMobileTablet input[type=text].xxmini,
.isMobileTablet input[type=email].xxmini,
.isMobileTablet input[type=tel].xxmini,
.isMobileTablet input[type=text].wide,
.isMobileTablet input[type=email].wide,
.isMobileTablet input[type=tel].wide,
.isMobileTablet select,
.isMobileTablet textarea {
  width: 98%;
}

/*====================================
		Form ITEM Design
====================================*/
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin-bottom: 20px;
  border-top: 1px solid #bbb;
}

.Fieldset dl {
  padding-top: 10px;
  padding-bottom: 6px;
  position: relative;
  min-height: 35px;
  border-bottom: 1px solid #bbb;
  margin: 0px;
}

.Fieldset dt {
  width: 17em;
  /*background-color: #09F;*/
  margin: 0px;
  float: left;
  position: relative;
  padding: 0px 0px 0px 1em;
}

.Fieldset dd {
  padding: 0px;
  margin: 0px 0px 0px 19em;
  /*background-color: #9F6;*/
}

.Fieldset dd p {
  margin-bottom: 4px;
  line-height: 1.2;
}

.radio-group,
.checkbox-group {
  width: 85%;
  padding-left: 0.5em;
}

.select-group {
  width: 80%;
  padding-left: 0.5em;
  padding-top: 6px;
}

.ymd-group {
  width: 80%;
  padding-left: 0.5em;
  padding-top: 6px;
}

/*==== Req Label Image =====*/
.req-label {
  display: block;
  position: absolute;
  top: 0px;
  right: 0em;
  width: 20px;
  height: 20px;
  background-image: url(../img/form/maru.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.req-label-fix {
  background-image: url(../img/form/cheked.png);
}

.req,
.req-radio-group,
.req-checkbox-group,
.req-select-group,
.req-ymd-group {
  background-color: #fff4f6;
}

.req-yes,
.req-radio-group-yes,
.req-checkbox-group-yes,
.req-select-group-yes,
.req-ymd-group-yes {
  background-color: #FFF;
}

.auto-br label {
  white-space: nowrap;
}

/*====== BTN ===========*/
.Form-btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 40px;
}

.Form-btn img {
  vertical-align: top;
}

.Form-btn input {
  vertical-align: top;
  cursor: pointer;
}

.send-btn,
.gotop-btn {
  color: #FFF;
  font-size: 128.2%;
  font-weight: bold;
  background-color: #FB5A19;
  background: linear-gradient(to bottom, #FC831E 0%, #FB5A19 88%);
  text-align: center;
  width: 16em;
  border: 1px solid #333;
  display: block;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  behavior: url(/cmn/css/PIE.htc);
  margin: 0px auto;
  padding: 1em 0px;
}

.gotop-btn a:link,
.gotop-btn a:visited,
.gotop-btn a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.send-btn:hover,
.gotop-btn:hover {
  opacity: 0.8;
}

.Form-back-btn {
  background: linear-gradient(to bottom, #f3f3f2 0%, #a8a8a8 88%);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
  border: 1px solid #666;
  text-align: center;
  width: 6em;
  margin-bottom: 15px;
  border-radius: 6px;
  behavior: url(/cmn/css/PIE.htc);
}

.Form-back-btn a:link,
.Form-back-btn a:visited {
  line-height: 3;
  display: block;
  font-weight: bold;
  color: #676767;
  text-decoration: none;
}

.Form-back-btn :hover {
  opacity: 0.8;
}

/*======= TEXT &amp; Message ===========*/
.Form-step {
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}

.form-message {
  padding-left: 1em;
}

.thanks-message {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
}

form .example {
  color: #999999;
  padding-left: 15px;
}

form .red {
  color: #CC0000;
}

form .validation-mess {
  color: #F90;
}

/*======= Error Message ======= */
.error-message {
  margin-bottom: 1em;
  padding: 15px 6px 6px 40px;
  border: solid 1px #a21839;
  margin-right: 20px;
  margin-left: 20px;
}

.error-message p {
  margin-bottom: 6px;
}

#ContentBody .error-message h3 {
  color: #a21839;
  font-size: 108%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.3em;
  padding-left: 0;
  border-left-style: none;
  border-left-width: 0;
  background-image: none;
}

.error-message ul {
  margin-bottom: 0;
  padding-left: 1em;
}

.error-message li {
  background-image: url(../img/form/error_icon.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.2em;
  list-style-type: none;
}

.error_mes li span {
  color: #0f880a;
  padding-right: 8px;
}

.error_req {
  background-color: #fffaf4;
}

.ok_mes {
  color: #234990;
  font-size: 123.1%;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
  margin-right: 30px;
  margin-left: 30px;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
.isMobileTablet {
  text-align: left;
}

.isMobileTablet .Fieldset {
  font-size: 18px;
  padding-right: 8px;
  padding-left: 8px;
}

.isMobileTablet .Fieldset dt {
  float: none;
  min-height: 35px;
  margin-bottom: 8px;
  width: auto;
  padding-left: 2em;
}

.isMobileTablet .Fieldset dd {
  margin-left: 0em;
}

.isMobileTablet .select-group,
.isMobileTablet .radio-group,
.isMobileTablet .checkbox-group {
  width: 98%;
}

.isMobileTablet .req-label {
  /*font-size: 14px;*/
  left: 0px;
  top: 0px;
}

.isMobileTablet .send-btn,
.isMobileTablet .gotop-btn {
  width: 80%;
}

.isMobileTablet #ContentBody .error-message h3 {
  font-size: 20px;
}

.isMobileTablet .error-message li,
.isMobileTablet .error-message p,
.isMobileTablet .form-message {
  font-size: 18px;
}

.isMobileTablet .form-message {
  padding-left: 2em;
}

.isMobileTablet .error-message {
  padding: 8px;
}

.isMobileTablet .error-message ul {
  padding-left: 0;
  margin-left: 0px;
}

/*+++++++++++++++++++++++++
		Mobile Layout
++++++++++++++++++++++++*/
/*
.isMobileTablet .CatForm header,
.isMobileTablet .CatForm nav#Global,
.isMobileTablet .CatForm footer,
.isMobileTablet .CatForm #fixed-btn,
.isMobileTablet .CatForm #ContentBody h1{
	display:none;
}
.isMobileTablet .CatForm #MainColumn,
.isMobileTablet .CatForm nav#TopicPath,
.isMobileTablet .CatForm nav#TopicPath ul{
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
	padding-right: 8px;
	padding-left: 8px;
}

.isMobileTablet .CatForm .Form-step img{
	width: 100%;
}*/
.isMobileTablet .CatForm #mobile-header {
  text-align: center;
  display: block !important;
  padding-bottom: 10px;
}

.isMobileTablet .CatForm #mobile-header img {
  width: 100%;
}

.isMobileTablet #TopicPath ul li {
  font-size: 18px;
}

/*=====Clear fix======*/
/* For modern browsers */
.Fieldset dl:before,
.Fieldset dl:after {
  content: "";
  display: table;
}

.Fieldset dl:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.Fieldset dl {
  zoom: 1;
}

.field-header {
  font-size: 21px;
  padding-left: 0px;
  margin-left: 20px;
  border-left: 8px #000 solid;
  padding-left: 8px;
}

/* 20190702追加 */
.CatForm .page-title img {
  width: 100%;
  height: auto;
}

.CatForm h1.page-title {
  background: none;
}

.CatForm dl .radio-group label {
  display: inline-block;
  margin-right: 20px;
}

.CatForm dl .radio-group {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.CatForm .req-yes,
.req-radio-group-yes,
.req-checkbox-group-yes,
.req-select-group-yes,
.req-ymd-group-yes {
  background-color: rgba(255, 255, 255, 0);
}

.contact_name {
  width: 150px !important;
}

.btn_group {
  width: 420px;
  overflow: hidden;
  margin: auto;
}

.back-btn {
  display: inline-block;
}

.btn_group .Form-back-btn {
  padding: 20px 0;
  margin-right: 30px;
  margin-top: 7px;
  background: #dedede;
  cursor: pointer;
  font-size: 115%;
}

.btn_group .Form-back-btn:hover {
  opacity: 0.7;
}

.btn_group .Form-btn {
  display: inline-block;
}

.index_banner_1column_item {
  text-align: center;
  width: 100%;
  background-image: url(../img/index/top_sagasu_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.index_banner_1column_item a {
  display: block;
  padding: 50px 0;
}

.index_banner_1column_item img {
  width: 60%;
}

.index_banner_2column {
  width: 100%;
  overflow: hidden;
}

.index_banner_2column_l {
  width: 48.5%;
  float: left;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.index_banner_2column_r {
  width: 48.5%;
  float: right;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.index_banner_2column_l a img,
.index_banner_2column_r a img {
  width: 100%;
  height: auto;
}

.sub_3COL_type1 .inqBar:last-child {
  margin-right: 0;
}

.store_box {
  width: 100%;
}

.store_box_l {
  width: 320pxpx;
  overflow: hidden;
  float: left;
}

.store_box_r {
  width: 320px;
  float: right;
}

.store_l {
  width: 320px;
}

.store_l img {
  width: 100%;
  height: auto;
}

.store_r {
  width: 320px;
}

.store_r .idx-store {
  padding: 12px 20px;
}

.store_r a:last-child .idx-store {
  border-bottom: none;
}

.facebook_btn {
  width: 320px;
  float: right;
  margin-right: 20px;
  /*margin-top: 60px;*/
}

area {
  outline: none;
}

#Main .search {
  width: 280px;
  position: absolute;
  right: 240px;
  bottom: 8px;
}

#Main .search form input {
  width: 72%;
  height: 30px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #509D35;
  margin: 0 0 20px 0;
  outline: none;
}

#Main .search form input::-moz-placeholder {
  color: #888 !important;
  font-weight: bold !important;
}

#Main .search form input::placeholder {
  color: #888 !important;
  font-weight: bold !important;
}

#Main .search form button {
  width: 38px;
  height: 34px;
  background-color: #509D35;
  margin-left: -7px;
  position: absolute;
  border: 1px solid #509D35;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#Main .search form button::after {
  content: "";
  display: block;
  width: 16px;
  height: 23px;
  background-image: url(../img/global/search_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 1px auto;
}

.header_sub_r_top .search {
  width: 280px;
  float: left;
}

.header_sub_r_top .search form input {
  width: 72%;
  height: 30px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #509D35;
  margin: 0;
  outline: none;
}

.header_sub_r_top .search form input::-moz-placeholder {
  color: #888 !important;
  font-weight: bold !important;
}

.header_sub_r_top .search form input::placeholder {
  color: #888 !important;
  font-weight: bold !important;
}

.header_sub_r_top .search form button {
  width: 38px;
  height: 34px;
  background-color: #509D35;
  margin-left: -7px;
  position: absolute;
  border: 1px solid #509D35;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header_sub_r_top .search form button::after {
  content: "";
  display: block;
  width: 16px;
  height: 23px;
  background-image: url(../img/global/search_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 1px auto;
}

.download .six-thumb {
  margin-bottom: 400px;
}

.six-thumb {
  width: 100%;
  overflow: hidden;
}

.six-thumb .thumb-box {
  width: 320px;
  float: left;
  margin-right: 20px;
  margin-bottom: 70px;
}

.six-thumb .thumb-box:nth-child(3n) {
  margin-right: 0;
}

.six-thumb .thumb-box .thumb-icon {
  width: 100%;
}

.six-thumb .thumb-box .thumb-icon img {
  width: 100%;
  height: auto;
}

.six-thumb ul {
  margin: 0;
}

.six-thumb ul li {
  list-style: none;
}

.six-thumb .thumb-box .thumb-list {
  width: 100%;
}

.six-thumb .thumb-box .thumb-list ul li {
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.six-thumb .thumb-box .thumb-list ul li:hover {
  opacity: 0.7;
}

.six-thumb .thumb-box .thumb-list ul li a {
  display: block;
  padding: 20px 35px 20px 50px;
  text-decoration: none;
  color: #111;
  position: relative;
}

.six-thumb .thumb-box .thumb-list ul li.word_icon a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url(../img/download/word_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 3px;
}

.six-thumb .thumb-box .thumb-list ul li.excel_icon a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url(../img/download/excel_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 3px;
}

.six-thumb .thumb-box .thumb-list ul li a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url(../img/download/download_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 6px;
}

.search_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: -28px;
}

.search_list ul li {
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.search_list ul li a {
  display: inline-block;
  width: 88.5%;
  padding: 15px 70px 15px 45px;
  text-decoration: none;
  color: #000;
  position: relative;
}

.search_list ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  transform: rotate(45deg);
  right: 40px;
  top: 45%;
}

.search_list ul li:hover {
  opacity: 0.65;
}

/* 2020.06.10 追加 */
.search_item_list {
  display: flex;
  flex-wrap: wrap;
}

.search_item_list a {
  position: relative;
  display: block;
}

.item-visual-main.new_icon:before,
.search_item_list .new_icon:before,
.VisualContaner .new_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #D54018 transparent transparent;
}

.item-visual-main.new_icon:after,
.search_item_list .new_icon:after,
.VisualContaner .new_icon:after {
  content: "NEW";
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: -5px;
  width: 45px;
  height: 20px;
  display: block;
  transform: rotate(45deg);
  font-size: 0.7rem;
}

.search_item_list .new_icon:after {
  top: 17px;
  right: -10px;
}

.inqSide_movie_message {
  background-color: #FAF0E5;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.inqSide_movie_message a {
  padding: 20px;
  display: block;
  overflow: hidden;
}

.inqSide_movie_message .thumbnail {
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  text-align: center;
  position: relative;
}

.inqSide_movie_message .thumbnail img {
  width: 40%;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.inqSide_movie_message .movei_text {
  float: right;
  width: 200px;
}

.inqSide_movie_message .movei_text .title {
  font-size: 1.2rem;
  color: #404522;
}

.inqSide_movie_message .movei_text p {
  color: #66765E;
}

.module-header.pattern_b {
  background-image: url(../img/parts/css/bar_blue.png);
}

.module-header.pattern_c {
  background-image: url(../img/parts/css/bar_brown.png);
}

.module .pdf_btn {
  margin: 25px auto;
  width: 460px;
  border-radius: 4px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.module .pdf_btn a {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.module .pdf_btn.pop_pdf {
  background: linear-gradient(to bottom, #88CCE2, #78BAC8);
}

.module .pdf_btn.file_pdf {
  background: linear-gradient(to bottom, #B8A596, #A38A77);
}

.video-view h2 {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.video-view h1 {
  color: #404522;
  font-size: 1.15rem;
}

.movie_message:hover {
  text-decoration: none;
}

.movie_message p {
  color: #66765E;
  margin-bottom: 0;
}

.recipe-sub.thumbnail {
  overflow: hidden;
}

.recipe-sub.thumbnail .recipe-sub-case {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.recipe-sub.thumbnail .recipe-sub-case:last-child {
  margin-right: 0;
}

.recipe-sub.thumbnail .entry-thumb {
  width: 100%;
  height: 350px;
}

.recipe_use_item_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0 5px 10px;
  border-left: 3px solid #D46842;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.recipe_use_item {
  overflow: hidden;
  width: 100%;
}

.recipe_use_item .item {
  width: 318px;
  margin-right: 20px;
  border: 1px solid #DDDDDD;
  margin-bottom: 20px;
  float: left;
}

.recipe_use_item .item:nth-child(3n) {
  margin-right: 0;
}

.recipe_use_item .item a {
  overflow: hidden;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 10px;
}

.recipe_use_item .item .thumbnail {
  width: 120px;
  height: 80px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.recipe_use_item .item .text {
  width: 160px;
  float: right;
}

.VisualContaner {
  display: flex;
  flex-wrap: wrap;
}

.VisualContaner a {
  position: relative;
}

.Fieldset .item_name,
.Fieldset .item_type,
.Fieldset .industry,
.Fieldset .cast_text {
  display: none;
}

.video_item_banner {
  width: 100%;
  overflow: hidden;
}

.video_item_banner a {
  width: 320px;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.video_item_banner a:nth-child(2n) {
  margin-right: 0;
}

/* mobile */
@media (max-width: 746px) {
  .module .pdf_btn {
    width: 100%;
  }
  .recipe-sub.thumbnail .entry-thumb {
    height: 40vw;
  }
  .recipe_use_item_title {
    font-size: 149.6%;
  }
  .recipe_use_item .item {
    width: 99%;
    margin-right: 0;
  }
  .recipe_use_item .item .thumbnail {
    width: 38%;
    height: 25vw;
  }
  .recipe_use_item .item .text {
    width: 55%;
  }
  .howto-content .entry-thumb {
    margin-right: 0;
    width: 30%;
    height: 25vw;
  }
  .howto-content dl {
    width: 65%;
  }
  .howto-content dt {
    margin-bottom: 7px;
  }
  .search_sp {
    width: 90%;
    position: fixed;
    right: 0;
    left: 0;
    top: 100px;
    margin: auto;
    z-index: 5000;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  }
  .search_sp form input {
    width: 84% !important;
    height: 30px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #509D35;
    margin: 0 0 0 -12vw;
    outline: none;
    padding: 10px 3%;
  }
  .search_sp form input::-moz-placeholder {
    color: #888 !important;
    font-weight: bold !important;
  }
  .search_sp form input::placeholder {
    color: #888 !important;
    font-weight: bold !important;
  }
  .search_sp form button {
    width: 50px;
    height: 52px;
    background-color: #509D35;
    margin-left: -7px;
    position: absolute;
    border: 1px solid #509D35;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .search_sp form button::after {
    content: "";
    display: block;
    width: 25px;
    height: 30px;
    background-image: url(../img/global/search_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 1px auto;
  }
  body.search_back:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
  }
  .index_banner_1column_item img {
    width: 75%;
  }
  .six-thumb .thumb-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 20px;
	z-index:1000;
	margin-top:-15px;
}
[dir='rtl'] .slick-prev
{
    right: 20px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 20px;
	z-index:1000;
	margin-top:-15px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 20px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}*/
/*Mobile*/
@media screen and (max-width: 736px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
  }
  .slick-prev {
    left: 10px;
    z-index: 1000;
    margin-top: -10px;
  }
  .slick-next {
    right: 10px;
    z-index: 1000;
    margin-top: -10px;
  }
}
/* Dots */
.slick-slider {
  /*margin-bottom: 30px;*/
  margin-bottom: 0;
}

.idx-slisde-container .slick-slider {
  margin-bottom: 0px;
}

.idx-slisde-container .slick-slider {
  margin-bottom: -15px;
}

.slick-dots {
  /*  position: absolute;
    bottom: -45px;*/
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  /*add*/
  margin-left: -5px;
}

.idx-slisde-container .slick-dots {
  display: none;
}

.slick-dots li {
  /*
     position: relative;

     display: inline-block;

     width: 20px;
     height: 20px;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
     */
  position: relative;
  display: inline-block;
  width: 158px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}

.study_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 115px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}

.study_slider .slick-dots li img {
  width: 100%;
  height: auto;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.study_slider .slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*カスタム*/
.slider img {
  width: 100%;
  height: auto;
}

/*.single-item{
	padding:0;
	margin:0;
}*/
/*========Shadow box=====================================*/
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #505050;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  background-color: white;
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: solid 1px #303030;
  overflow: hidden;
  height: 100px;
  margin: 5px 15px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border-style: none;
  border-width: medium;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(../img/parts/shadowbox/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body,
#sb-loading {
  background-color: #fff;
}

#sb-title,
#sb-info {
  position: relative;
  margin: 8px 0 0;
  padding: 0;
  overflow: hidden;
}

#sb-title-inner {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  padding-right: 15px;
  padding-left: 15px;
}

#sb-info,
#sb-info-inner {
  line-height: 31px;
  min-height: 42px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#sb-nav a {
  display: block;
  height: 31px;
  width: 31px;
  cursor: pointer;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

#sb-close {
  height: 22px;
  float: none;
  clear: both;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  border: solid 1px black;
}

#sb-nav-close {
  background-image: url(../img/parts/shadowbox/close.gif);
  background-repeat: no-repeat;
  background-position: center;
  /*width: 100px;*/
  height: 22px;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  display: block;
  cursor: pointer;
}

#sb-nav-next {
  background-image: url(../img/parts/shadowbox/next.png);
  float: right;
}

#sb-nav-previous {
  background-image: url(../img/parts/shadowbox/previous.png);
  float: left;
}

#sb-nav-play {
  background-image: url(../img/parts/shadowbox/play.png);
  float: left;
}

#sb-nav-pause {
  background-image: url(../img/parts/shadowbox/pause.png);
  float: left;
}

#sb-counter {
  color: black;
  float: left;
  width: 45%;
  display: none;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/*+++++++++++++++++++++++++++++++++*/
/*Web Site PRINT.CSS */
/*+++++++++++++++++++++++++++++++++*//*# sourceMappingURL=import.css.map */</pre></body></html>