@charset "UTF-8";
/*
Theme Name: maruka
Theme URI: http://www.maruka-akita.co.jp/
Description: 丸果秋田県青果株式会社のオリジナルテーマ
Version: 1.0
Author: meldigital
Author URI: http://www.meldigital.jp/
*/
/* reset
 ================================================== */
html {
  color: #000;
  background-color: #fff;
}

body,
div {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
address {
  margin: 0;
  padding: 0;
}

address,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

del,
ins {
  text-decoration: none;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

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

th,
td {
  margin: 0;
  padding: 0;
}

th {
  font-weight: normal;
}

form,
fieldset,
legend,
input,
textarea {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

/* hypertext module */
a:link {
  color: #36c;
  text-decoration: underline;
}

a:visited {
  color: #666;
  text-decoration: underline;
}

a:hover {
  color: #09c;
  text-decoration: underline;
}

a:active {
  color: #3cf;
  text-decoration: underline;
}

/* font reset 13px */
body {
  font: 13px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

/* layout
================================================== */
body {
  background: url(images/bcg_body.jpg) repeat-x left top;
}

body.home {
  background: url(images/home/bcg_body_home.jpg) repeat-x left top;
}

div#header {
  position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

ul#globalnav {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

div#content {
  width: 883px;
  margin: 0 auto 20px auto;
}

div#footer {
  width: 100%;
  background-color: #116736;
}

/* home */
div#pagebodyHome {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

div#maincontentHome {
  float: left;
  width: 645px;
}

div#sidebarHome {
  float: right;
  width: 222px;
  padding-bottom: 30px;
}

/* information */
div#pagebody {
  width: 883px;
  margin: 0 auto 50px auto;
}

div#maincontent {
  float: left;
  width: 600px;
}

div#sidebar {
  float: right;
  width: 240px;
  padding-bottom: 30px;
}

/* header
================================================== */
h1#logo {
  padding-top: 18px;
  padding-bottom: 13px;
}

ul#utilitynav {
  position: absolute;
  top: 60px;
  right: 0;
}

ul#utilitynav li {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1;
  list-style-type: none;
}

ul#utilitynav li + li {
  border-left: solid 1px #fff;
}

ul#utilitynav li a:link {
  text-decoration: none;
  color: #fff;
}

ul#utilitynav li a:visited {
  text-decoration: none;
  color: #fff;
}

ul#utilitynav li a:hover {
  text-decoration: none;
  color: #e9bcbd;
}

ul#utilitynav li a:active {
  text-decoration: none;
  color: #e9bcbd;
}

/* globalnav
================================================== */
ul#globalnav li {
  float: left;
  list-style-type: none;
}

ul#globalnav li a {
  display: block;
  width: 170px;
  height: 67px;
  background-image: url(images/globalnav.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  text-decoration: none;
  overflow: hidden;
}

/* nav-off */
ul#globalnav li#gn01 a {
  width: 52px;
  background-position: 0 0;
}

ul#globalnav li#gn02 a {
  background-position: -52px 0;
}

ul#globalnav li#gn03 a {
  background-position: -222px 0;
}

ul#globalnav li#gn04 a {
  background-position: -392px 0;
}

ul#globalnav li#gn05 a {
  background-position: -562px 0;
}

ul#globalnav li#gn06 a {
  width: 168px;
  background-position: -732px 0;
}

/* nav-on, nav-current */
ul#globalnav li#gn01 a:hover,
body.home ul#globalnav li#gn01 a {
  background-position: 0 -67px;
}

ul#globalnav li#gn02 a:hover,
body.page-id-17 ul#globalnav li#gn02 a {
  background-position: -52px -67px;
}

ul#globalnav li#gn03 a:hover,
body.page-id-24 ul#globalnav li#gn03 a {
  background-position: -222px -67px;
}

ul#globalnav li#gn04 a:hover,
body.page-id-21 ul#globalnav li#gn04 a {
  background-position: -392px -67px;
}

ul#globalnav li#gn05 a:hover,
body.page-id-30 ul#globalnav li#gn05 a {
  background-position: -562px -67px;
}

ul#globalnav li#gn06 a:hover,
body.page-id-35 ul#globalnav li#gn06 a {
  width: 168px;
  background-position: -732px -67px;
}

/* footer
================================================== */
div#footerWrap {
  position: relative;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/* return to top */
p#return {
  position: absolute;
  top: -20px;
  right: 0;
}

/* assistnav */
ul#assistnav {
  margin-left: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

ul#assistnav li {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1;
  list-style-type: none;
}

ul#assistnav li + li {
  border-left: solid 1px #fff;
}

ul#assistnav li a:link {
  text-decoration: none;
  color: #fff;
}

ul#assistnav li a:visited {
  text-decoration: none;
  color: #fff;
}

ul#assistnav li a:hover {
  text-decoration: none;
  color: #b8d2c3;
}

ul#assistnav li a:active {
  text-decoration: none;
  color: #b8d2c3;
}

/* logoFooter */
p#logoFooter {
  position: absolute;
  top: 20px;
  right: 0;
}

/* credit */
p#credit {
  padding-bottom: 20px;
  color: #fff;
}

/* common style
================================================== */
div.section {
  padding-bottom: 3em;
}

div.section p,
div.section dl,
div.section ul,
div.section ol,
div.section table {
  margin-bottom: 1em;
}

div.section table p,
div.section table dl,
div.section table ul,
div.section table ol {
  margin-bottom: 0;
}

div.section ul li,
div.section ol li {
  list-style-type: none;
}

/* title */
h2.pageTitle {
  padding-bottom: 50px;
}

div.section h3 {
  padding-bottom: 15px;
}

/* text module */
p.pictRight {
  display: inline;
  float: right;
  margin-bottom: 1em;
  margin-left: 10px;
}

div.textBox {
  overflow: hidden;
}

/* list module */
div.section ul.disc li {
  margin-left: 30px;
  list-style-type: disc;
}

div.section ol.decimal li {
  margin-left: 30px;
  list-style-type: decimal;
}

/* table module */
table.common {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

table.common th {
  background: #f0e3cd url(images/bcg_th_bottom.gif) no-repeat left bottom;
  text-align: center;
  vertical-align: top;
}

table.common th div {
  display: block;
  padding: 7px 12px;
  background: url(images/bcg_th_top.gif) no-repeat left top;
}

table.common td {
  vertical-align: top;
  background: #f6f0e5 url(images/bcg_td_bottom.gif) no-repeat right bottom;
}

table.common td div {
  display: block;
  padding: 7px 12px;
  background: url(images/bcg_td_top.gif) no-repeat right top;
}

/* home
================================================== */
/* keyvisual */
p#keyvisual {
  margin-top: 19px;
  margin-bottom: 60px;
}

/* attention */
p#attention {
  margin-bottom: 30px;
  padding: 0.75em 1em;
  background-color: #116435;
  text-align: center;
  font-size: 120%;
  color: #fff;
}

/* information */
div#information {
  margin-bottom: 30px;
}

div#information h2 {
  margin-bottom: 3px;
}

/* column */
div#column {
  margin-bottom: 60px;
  padding: 17px;
  background-color: #e5cfab;
  overflow: auto;
}

div#columnWrap {
  background-color: #f4ebdd;
}

* + html div#columnWrap h2 {
  /* for IE7 */
  margin-top: -4px;
}

div#columnWrap p {
  padding: 20px;
}

/* banners */
ul#banners li {
  padding-bottom: 10px;
  list-style-type: none;
}

/* aboutus
================================================== */
div#lead {
  float: left;
  width: 172px;
}

div#idea {
  float: right;
  width: 685px;
}

dl.history dt {
  display: block;
  float: left;
  width: 7em;
}

dl.history dd {
  margin-left: 8em;
}

/* safety
================================================== */
div.work {
  float: left;
  width: 208px;
}

div.work + div.work {
  margin-left: 17px;
}

div.work h4 img {
  margin-bottom: 5px;
}

div.organizationWrap {
  padding-bottom: 9px;
  background: url(images/safety/bcg_organizationwrap.gif) no-repeat left bottom;
}

div.organization {
  float: left;
  width: 208px;
  padding-top: 9px;
  background: #e5cfab url(images/safety/bcg_organization.gif) no-repeat left top;
}

div.organization + div.organization {
  margin-left: 17px;
}

div.organization h4 {
  text-align: center;
}

div.organization p {
  margin-right: 9px;
  margin-left: 9px;
  padding: 12px;
  margin-bottom: 0;
  background-color: #f6f0e5;
}

/* asatori
================================================== */
div.sale {
  padding: 20px 0 20px 44px;
  background-color: #e5cfab;
}

div.sale ul {
  margin-bottom: 0;
}

div.sale ul li {
  float: left;
}

div.sale ul li + li {
  margin-left: 14px;
}

p.attention {
  padding: 8px;
  background-color: #f2d6c7;
  border: solid 5px #b81c22;
  text-align: center;
  color: #b81c22;
  font-weight: bold;
  font-size: 115%;
}

/* pickup
================================================== */
div.flow {
  float: right;
  width: 405px;
  margin-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f0e5;
  text-align: center;
}

div.flow ul {
  margin-bottom: 0;
}

/* link
================================================== */
ul.linkList {
  float: left;
  width: 435px;
}

ul.linkList + ul.linkList {
  padding-left: 13px;
}

ul.linkList li {
  margin-bottom: 3px;
  padding: 7px 8px 8px 8px;
  background-image: url(images/link/bcg_odd.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

ul.linkList li.even {
  background-image: url(images/link/bcg_even.gif);
}

/* access
================================================== */
div.traffic {
  float: right;
  width: 233px;
  margin-left: 30px;
}

div.traffic dl dt {
  margin-bottom: 10px;
}

div.traffic dl dd {
  margin-bottom: 20px;
}

iframe {
  border: solid 5px #e5cfab;
}

/* contact
================================================== */
/* phone */
ul.phone li {
  float: left;
}

/* form */
table.form {
  width: 100%;
}

table.form tr th,
table.form tr td {
  padding: 10px 12px;
  border-top: solid 1px #d7c9b1;
  border-bottom: solid 1px #d7c9b1;
  vertical-align: top;
}

table.form tr th {
  background-color: #eee4d0;
}

input.name {
  width: 200px;
}

input.zip,
input.phone {
  width: 150px;
}

input.pref {
  width: 80px;
}

input.address {
  width: 500px;
}

input.mail {
  width: 300px;
}

textarea.message {
  width: 500px;
  height: 100px;
}

span.notes {
  color: #f00;
  font-weight: bold;
}

span.wpcf7-not-valid-tip-no-ajax {
  display: block;
  color: #f00;
}

div.wpcf7-response-output {
  color: #f00;
}

/* privacy */
div.privacy {
  padding: 25px 25px 15px 25px;
  border: solid 5px #f6f0e5;
  font-size: 85%;
}

div.privacy ol li {
  margin-bottom: 1em;
}

/* information
================================================== */
/* common styles */
div.infopost h1,
div.infopost h2,
div.infopost h3,
div.infopost h4,
div.infopost h5,
div.infopost h6,
div.infopost p {
  margin-bottom: 1em;
}

div.infopost h3.postTitle {
  margin-bottom: 0.5em;
  padding-left: 24px;
  background: url(images/info/bullet_h3.gif) no-repeat left 7px;
  font-size: 153%;
}

div.infopost ul,
div.infopost ol {
  margin-bottom: 1em;
  margin-left: 30px;
}

/* infopost */
div.infopost {
  margin-bottom: 3em;
}

/* postdate */
div.infopost ul.postdate {
  margin-left: 0;
  margin-bottom: 1em;
  padding: 5px 10px;
  background-color: #f6f0e5;
}

div.infopost ul.postdate li {
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  list-style-type: none;
}

div.infopost ul.postdate li.calendar {
  background: url(images/info/bullet_calender.gif) no-repeat left center;
}

div.infopost ul.postdate li.category {
  background: url(images/info/bullet_category.gif) no-repeat left center;
}

div.infopost ul.postdate li.tags {
  background: url(images/info/bullet_tags.gif) no-repeat left center;
}

div.infopost ul.postdate li a:link,
div.infopost ul.postdate li a:visited {
  color: #4a100b;
}

div.infopost ul.postdate li a:hover,
div.infopost ul.postdate li a:active {
  color: #805754;
}

/* postnav */
ul.postnav {
  margin-bottom: 60px;
}

ul.postnav li {
  list-style-type: none;
}

ul.postnav li a:link,
ul.postnav li a:visited {
  color: #4a100b;
  text-decoration: none;
}

ul.postnav li a:hover,
ul.postnav li a:active {
  color: #805754;
  text-decoration: none;
}

ul.postnav li.prev {
  float: left;
  padding: 3px 16px 2px 23px;
  background: url(images/info/bcg_prev.gif) no-repeat left center;
}

ul.postnav li.next {
  float: right;
  padding: 3px 13px 2px 16px;
  background: url(images/info/bcg_next.gif) no-repeat right center;
}

/* sidemenu */
ul li.widgetContainer {
  display: block;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #f6f0e5;
}

ul li.widgetContainer h3 {
  padding: 8px 0 4px 8px;
  background: #b71c22 url(images/info/bcg_archives.jpg) repeat-x left top;
  color: #fff;
  font-size: 100%;
}

ul li.widgetContainer ul li {
  margin-top: 1px;
  padding: 5px 10px 5px 19px;
  background: #fff url(images/info/bullet_arrow.gif) no-repeat 8px 10px;
  list-style-type: none;
}

ul li.widgetContainer ul li a:link,
ul li.widgetContainer ul li a:visited {
  color: #4a100b;
  text-decoration: none;
}

ul li.widgetContainer ul li a:hover,
ul li.widgetContainer ul li a:active {
  color: #805754;
  text-decoration: none;
}

/* image */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  margin-bottom: 20px;
  max-width: 600px !important;
  /* prevent too-wide images from breaking layout */
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 85%;
  margin-top: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/* ittetsumame
================================================== */
body.page-template-page-noheader_nofooter-php {
  background: none;
}
body.page-template-page-noheader_nofooter-php div#content {
  width: 100%;
  margin: 0;
}

.ittetsumame {
  max-height: 999999px;
}
.ittetsumame h1,
.ittetsumame h2,
.ittetsumame h3,
.ittetsumame h4,
.ittetsumame h5,
.ittetsumame h6,
.ittetsumame p,
.ittetsumame a {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-weight: bold;
}
.ittetsumame .ittetsumame_header {
  overflow: hidden;
  width: 100%;
  min-width: 900px;
  background-image: url("images/ittetsumame/hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 12px solid #99ac3d;
  height: 750px;
  position: relative;
  z-index: 0;
}
.ittetsumame .ittetsumame_header .ittetsumame_header_goodwill {
  text-align: center;
  background-image: url("images/ittetsumame/goodwill.svg");
  background-position: center;
  background-repeat: repeat-x;
}
.ittetsumame .ittetsumame_header h1 {
  margin-top: 35px;
}
.ittetsumame .ittetsumame_header ul.ittetsumame_header_link {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ittetsumame .ittetsumame_header ul.ittetsumame_header_link li {
  margin: 0;
  padding: 0 12px;
  display: inline-block;
}
.ittetsumame .ittetsumame_header ul.ittetsumame_header_link a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.4em 1em;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.3em;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.ittetsumame .ittetsumame_header ul.ittetsumame_header_link a:hover {
  background-color: rgba(0, 105, 52, 0.8);
}
.ittetsumame .ittetsumame_header .ittetsumame_header_goodwill {
  min-width: 900px;
}
.ittetsumame .ittetsumame_header .ittetsumame_header_front {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.ittetsumame .ittetsumame_header .ittetsumame_header_front h1 {
  margin-top: 0;
}
.ittetsumame .ittetsumame_content .persistency_01,
.ittetsumame .ittetsumame_content .persistency_02 {
  margin: 100px 0;
}
.ittetsumame .ittetsumame_content .persistency_01 p {
  letter-spacing: 0.3em;
  color: #595757;
}
.ittetsumame .ittetsumame_content .persistency_02 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ittetsumame .ittetsumame_content .persistency_02 ul li {
  margin: 0;
  padding: 0 8px;
  display: inline-block;
  vertical-align: top;
}
.ittetsumame .ittetsumame_content .persistency_02 ul li p {
  width: 184px;
  text-align: left;
  margin: 1em 0 0 0;
  line-height: 1.5;
  font-size: 22px;
  text-align: justify;
  color: #231805;
  font-weight: normal;
}
.ittetsumame #persistency_01,
.ittetsumame #persistency_02 {
  padding-top: 100px;
  margin-top: -70px;
}
.ittetsumame #persistency_02 {
  margin-top: -170px;
}
.ittetsumame .ittetsumame_footer {
  width: 100%;
  min-width: 900px;
  background-image: url("images/ittetsumame/footer_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 290px 0 110px 0;
}
.ittetsumame .ittetsumame_footer p {
  letter-spacing: 0.2em;
  margin: 30px 0;
}
.ittetsumame .ittetsumame_footer .big {
  letter-spacing: 0.6em;
  line-height: 1.5;
  font-weight: normal;
}
.ittetsumame .ittetsumame_footer img {
  margin: 40px 0;
}
.ittetsumame .copyright {
  background-color: #99ac3d;
  padding: 20px 0;
  width: 100%;
  min-width: 900px;
  position: relative;
}
.ittetsumame .copyright p {
  margin: 0;
  font-size: 10px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #fff;
}
.ittetsumame .copyright .copyright_company_info {
  display: table;
  width: 100%;
  min-width: 900px;
}
.ittetsumame .copyright .copyright_company_info h1 {
  text-align: center;
  margin: 0 0 0 0.2em;
}
.ittetsumame .copyright .copyright_company_info p {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 20px 0;
}
.ittetsumame .copyright .move_top_btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: inline-block;
  width: 80px;
  height: 80px;
}
.ittetsumame .copyright .move_top_btn a {
  /** テキストを隠す */
  /** 隠したテキストを戻す */
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #86382f;
  border-radius: 4px;
  cursor: pointer;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
.ittetsumame .copyright .move_top_btn a::after {
  text-indent: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(0.4) translateY(25%) rotate(-45deg);
}
.ittetsumame .copyright .move_top_btn a:hover {
  opacity: 0.9;
}
.ittetsumame .content__inner {
  width: 900px;
  margin: 0 auto;
}
.ittetsumame h1,
.ittetsumame h2,
.ittetsumame p {
  text-align: center;
}
.ittetsumame h1 {
  margin: 85px 0;
}
.ittetsumame h2 {
  margin: 70px 0;
}
.ittetsumame p {
  font-size: 21px;
  line-height: 2;
  margin: 70px 0;
}
.ittetsumame .small {
  font-size: 0.6em;
}
.ittetsumame .big {
  font-size: 2em;
}
.ittetsumame .text_center {
  text-align: center;
}

.ittetsumame .ittetsumame_content .boiled_ittetsumame {
  text-align: center;
  margin: 180px 0;
}

/*
 comments
================================================== */
#comments {
  padding-left: 24px;
  background: url(images/info/bullet_h3.gif) no-repeat left 7px;
  font-size: 153%;
}

.commentlist {
  margin-bottom: 30px;
  padding: 0 20px 20px 20px;
  background-color: #f6f0e5;
}

.commentlist li {
  border-top: 1px solid #fff;
  padding: 15px 0 0 55px;
  position: relative;
  list-style-type: none;
}

.commentlist .avatar {
  background: #fff;
  border: 1px solid #ddd;
  left: 0;
  margin: 0 16px 0 0;
  padding: 3px;
  position: absolute;
  top: 15px;
}

.commentlist .comment-meta {
  margin-bottom: 10px;
}

.commentlist .comment-meta a {
  color: #666;
  font-size: 85%;
  text-decoration: none;
}

.commentlist .comment-meta a:hover {
  color: #999;
}

.commentlist p {
  margin-bottom: 15px;
}

.commentlist .reply a {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 2px 10px;
  background-color: #e5cfab;
  font-size: 85%;
  color: #4a100b;
  text-decoration: none;
}

.commentlist .reply a:hover {
  color: #805754;
}

/* comment form */
#respond {
  margin-top: 50px;
  margin-bottom: 50px;
}

#respond h3 {
  padding-left: 24px;
  background: url(images/info/bullet_h3.gif) no-repeat left 7px;
  font-size: 153%;
}

#commentform {
  padding: 20px;
  background-color: #f6f0e5;
}

#commentform p {
  clear: both;
}

#commentform label {
  margin: 10px 5px;
  font-size: 85%;
}

*:first-child + html #commentform label {
  /* IE7 */
  position: relative\9;
  top: -15px\9;
}

#commentform input[type="text"],
#commentform textarea {
  margin: 5px 0 10px;
}

#commentform input[type="text"]:focus,
#commentform textarea:focus {
  border: 1px solid #06c;
}

textarea#comment {
  width: 500px;
  height: 100px;
}

#submit {
  padding: 7px 12px;
  background-color: #e5cfab;
  color: #4a100b;
  border-style: none;
  cursor: pointer;
}

.attention {
  background-color: #116435;
  margin-bottom: 40px;
}

.attention h2 {
  padding: 0.8em 1em 0.2em 1em;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.attention_inner {
  padding: 0 0 10px 0;
}

.attention p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.attention p a {
  font-weight: bold;
  font-size: 17px;
  color: #f8f862;
}

/** トップページ 新型コロナ注意表示 */
.attention--2 {
  background-color: #a72225;
  margin-bottom: 20px;
}

.attention--2 .attention_inner {
  padding: 20px 0;
}

.attention--2 p a {
  font-size: 22px;
}

/* clearfix
================================================== */
ul#utilitynav:after,
ul#globalnav:after,
div#pagebodyHome:after,
div#pagebody:after,
div.section:after,
dl.history:after,
div.organizationWrap:after,
div.sale ul:after,
ul.phone:after,
div.infopost:after,
div.infopost ul.postdate:after,
ul.postnav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul#utilitynav,
ul#globalnav,
div#pagebodyHome,
div#pagebody,
div.section,
dl.history,
div.organizationWrap,
div.sale ul,
ul.phone,
div.infopost,
div.infopost ul.postdate,
ul.postnav {
  zoom: 1;
}

@charset "UTF-8";
/**
 * デフォルトの設定解除
 */
body.page-template-page-noheader_nofooter_mobile_support {
  background: none;
  -webkit-print-color-adjust: exact;
}

body.page-template-page-noheader_nofooter_mobile_support #content {
  width: auto;
  margin: 0;
}

.nousankakou {
  /**
     * 基本のメディアクエリ変化サイズ
     */
  /**
     * foundation
     */
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 14px;
  /**
     * layout
     */
  /** セクション上下空き */
  /** 縦ライン */
  /**
     * mod
     */
  /**
     * part
     */
  /**
     * page_content
     */
  /**
     * footer
     */
  /**
    * util
    */
  /**
     * 印刷用設定
     */
}

@media print, screen and (min-width: 768px) {
  .nousankakou {
    font-size: 16px;
  }
}

.nousankakou h1 {
  font-weight: bold;
  font-size: 2.14em;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .nousankakou h1 {
    font-size: 3.75em;
  }
}

.nousankakou h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.571em;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .nousankakou h2 {
    font-size: 1.875em;
  }
}

.nousankakou h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.286em;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .nousankakou h3 {
    font-size: 1.5em;
  }
}

.nousankakou p {
  line-height: 1.8;
  margin-bottom: 1em;
}

.nousankakou address {
  font-style: normal;
}

.nousankakou img {
  max-width: 100%;
}

.nousankakou .nousankakou-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.nousankakou .nousankakou-subsection {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou-subsection {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.nousankakou .nousankakou-vertical-baseline {
  padding-left: 6.25%;
  padding-right: 6.25%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.nousankakou .flex-list {
  list-style: none;
  padding: 0;
  margin: 0 0 -20px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nousankakou .flex-list.center {
  justify-content: center;
}

.nousankakou .flex-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0 0 20px 20px;
  width: 50%;
}

.nousankakou .flex-list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .flex-list {
    margin: 0 0 -30px -30px;
  }
  .nousankakou .flex-list__item {
    width: 33.33%;
    padding: 0 0 30px 30px;
  }
  .nousankakou .flex-list__item.par-50 {
    width: 50%;
  }
  .nousankakou .flex-list__item.par-33_34 {
    width: 33.34%;
  }
}

.nousankakou .site-color-bar {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
}

.nousankakou .site-color-bar::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5em;
  height: 6px;
  background-color: #e69a3c;
}

.nousankakou .img-thumb {
  text-align: center;
}

.nousankakou .img-thumb__caption {
  display: block;
  margin-top: 0.2em;
}

.nousankakou .subtitle {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .subtitle {
    font-size: 0.55em;
  }
}

.nousankakou .nousankakou_hero {
  position: relative;
  height: 568px;
  z-index: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nousankakou .nousankakou_hero::before, .nousankakou .nousankakou_hero::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.nousankakou .nousankakou_hero::before {
  background-image: url("images/nousankakou/hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nousankakou .nousankakou_hero::after {
  background-color: rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou_hero {
    height: 768px;
  }
}

.nousankakou .nousankakou_hero_content__title {
  text-align: center;
}

.nousankakou .nousankakou_hero_content__text {
  text-align: justify;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou_hero_content__text {
    text-align: center;
  }
}

.nousankakou .nousankakou_product_types__type {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  padding-bottom: 25px;
}

.nousankakou .nousankakou_product_types__type:last-child {
  border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou_product_types__type {
    border: none;
    padding: 0;
    margin-top: 50px;
  }
  .nousankakou .nousankakou_product_types__type:last-child {
    border: none;
  }
}

.nousankakou .nousankakou_ogata_maruka_relation {
  font-size: 18px;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou_ogata_maruka_relation {
    font-size: 24px;
  }
}

.nousankakou .nousankakou_ogata_contact-text {
  background-color: #fff;
  padding: 20px 18px;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou_ogata_contact-text {
    border: 24px solid #e6c091;
    padding: 40px;
  }
}

.nousankakou .nousankakou_ogata_contact-title {
  display: block;
  font-weight: bold;
  font-size: 1.4286em;
  text-align: center;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou_ogata_contact-title {
    font-size: 2.125em;
  }
}

.nousankakou .nousankakou_ogata_contact-addr {
  display: block;
  text-align: center;
  font-size: 1.143em;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou_ogata_contact-addr {
    font-size: 1.5em;
    margin-bottom: 0;
  }
}

.nousankakou .nousankakou_ogata_contact-tel-fax {
  display: block;
  text-align: center;
  font-size: 1.857em;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou_ogata_contact-tel-fax {
    font-size: 2.5em;
  }
}

.nousankakou .nousankakou_ogata_contact-tel::before {
  content: 'TEL: ';
  font-size: 0.6em;
}

.nousankakou .nousankakou_ogata_contact-fax::before {
  content: 'FAX: ';
  font-size: 0.6em;
}

.nousankakou .move-top {
  position: relative;
}

.nousankakou .move-top__inner {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

.nousankakou .move-top-btn {
  color: inherit;
  text-decoration: none;
}

.nousankakou .move-top-btn::before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  background-image: url("images/nousankakou/tamanegi.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nousankakou .nousankakou_ogata_footer-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .nousankakou_ogata_footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nousankakou .footer_copyright {
  font-size: 0.857em;
  margin-bottom: 0;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .footer_copyright {
    font-size: 0.875em;
  }
}

.nousankakou .inline-block {
  display: inline-block;
}

.nousankakou .text-justify {
  text-align: justify;
}

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

.nousankakou .bg-site-color {
  background-color: #e6c091;
}

.nousankakou .bg-white {
  background-color: #fff;
}

.nousankakou .overflow-hidden {
  overflow: hidden;
}

.nousankakou .tb-inline {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .nousankakou .tb-inline {
    display: inline;
  }
}

@media print, screen and (min-width: 768px) {
  .nousankakou .tb-text-center {
    text-align: center;
  }
}

.nousankakou .page-break-before {
  page-break-before: always;
}

@media print {
  .nousankakou {
    font-size: 12.5px;
  }
  .nousankakou p, .nousankakou h1, .nousankakou h2, .nousankakou h3 {
    margin-bottom: 0.5em;
  }
  .nousankakou .nousankakou-section {
    margin-top: 5.17598%;
    margin-bottom: 5.17598%;
  }
  .nousankakou .nousankakou-subsection {
    margin-top: 3.10559%;
    margin-bottom: 3.10559%;
  }
  .nousankakou .nousankakou-vertical-baseline {
    padding-left: 14.20205%;
    padding-right: 14.20205%;
    max-width: auto;
  }
  .nousankakou .flex-list {
    margin: 0 0 -10px -10px;
  }
  .nousankakou .flex-list__item {
    width: 25% !important;
    padding: 0 0 10px 10px;
  }
  .nousankakou .nousankakou_hero {
    height: 230px;
  }
  .nousankakou .nousankakou_hero_content__title {
    font-size: 28px;
  }
  .nousankakou .nousankakou_product_types__type {
    margin-top: 1.81159%;
  }
  .nousankakou .nousankakou_product_types__type .flex-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nousankakou .nousankakou_ogata_contact-title {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .nousankakou .nousankakou_ogata_contact-text {
    line-height:1.2;
    font-size: 9.5px;
    background-color: #fff;
    padding: 3em 0 1em 0;
    margin-top: -3.10559%;
    margin-bottom: -3.10559%;
  }
  .nousankakou .nousankakou_ogata_maruka_relation {
    font-size: 16px;
  }
  .nousankakou .nousankakou_ogata_footer-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nousankakou .move-top {
    display: none;
  }
  .nousankakou .footer_logo {
    width: 21.74231%;
  }
  .nousankakou .print-content-padding-top {
    margin-top: 0;
    padding-top: 0.05176%;
  }
}
/*# sourceMappingURL=add.css.map */