@charset "UTF-8";
/* 初期化 */
html, body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object {
  margin: 0;
  padding: 0;
}

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

/* フォントスタイル初期設定 */
html {
  font-size: 62.5%; /*標準サイズ*/
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  line-height: 1.5;
  word-wrap: break-word;
}

input, select {
  font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

a:hover img.alpha {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}

.btnflash a:hover {
  opacity: 1;
  animation: flash 1s;
}

.inner {
  margin: 0 auto;
  overflow: hidden;
}

.txtleft {
  text-align: left;
}

.center {
  text-align: center;
}

address {
  font-style: normal;
}

p.small,
span.small {
  font-size: 1.4rem;
}

.red {
  color: #f00;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (max-width:479px) {
  body {
    line-height: 1.4;
  }
  .tablet {
    display: none;
  }
  .smbr {
    display: block;
  }
  img[src$=".png"],
  img[src$=".jpg"] {
    max-width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 979px) {
  .pc {
    display: none;
  }
  .sp-center {
    text-align: center;
  }
  section h2 {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .sp-only {
    display: none;
  }
}
@media print, screen and (min-width: 980px) {
  .left-pc {
    float: left;
  }
  .right-pc {
    float: right;
  }
  .pc-center {
    text-align: center;
  }
  .w-980 {
    width: 980px;
  }
  .w-920 {
    width: 920px;
  }
  .w-750 {
    width: 750px;
  }
  .w-720 {
    width: 750px;
  }
  .w-680 {
    width: 680px;
  }
  .w-780 {
    width: 780px;
  }
  .w-880 {
    width: 880px;
  }
  .w-500 {
    width: 500px;
  }
  .w-580 {
    width: 582px;
  }
  .w-930 {
    width: 930px;
  }
  .sp {
    display: none;
  }
  .pl-20 {
    padding-left: 20px;
  }
}
header {
  top: 0;
  left: 0;
}
header ul {
  list-style: none;
}

/*検索窓*/
#searchForm {
  position: relative;
}
#searchForm input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #666;
  border-radius: 20px;
  padding: 9px 5px 8px;
}
#searchForm .searchForm-input {
  width: 100%;
}
#searchForm .searchForm-submit {
  position: absolute;
  width: 28px;
  height: 28px;
  top: calc(50% - 16px);
  right: 0;
  border-radius: 0 4px 4px 0;
  background: #fff;
  border: none;
}
#searchForm .searchForm-submit::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #333;
}
#searchForm .searchForm-submit::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 5px;
  top: calc(50% + 5px);
  left: calc(50% + 2px);
  border-top: solid 2px #333;
  transform: rotate(45deg);
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#global-nav > ul:before,
#global-nav > ul:after {
  content: " ";
  display: table;
}

#global-nav > ul:after {
  clear: both;
}

#global-nav > ul {
  *zoom: 1;
}

@media print, screen and (max-width: 979px) {
  #global-nav {
    display: none;
  }
}
@media print, screen and (min-width: 980px) {
  header {
    display: flex;
    position: fixed;
    height: 75px;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    border-bottom: 4px solid #B30000;
  }
  div.global {
    box-sizing: border-box;
    width: 100%;
  }
  div.global h1.logo {
    width: 177px;
    padding: 10px 0 0 30px;
  }
  div.global nav {
    width: 700px;
  }
  div.global nav ul {
    align-items: center;
    display: flex;
    margin-top: 20px;
  }
  div.global nav ul li {
    padding: 0 15px;
    float: left;
  }
  div.global nav div#searchForm {
    width: 115px;
    margin-top: 14px;
  }
}
table.form {
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
}

table.form th {
  text-align: left;
  padding: 1em 0.5em 0.5em;
  font-weight: normal;
  border: 1px solid #ddd;
}

table.form tr {
  border-bottom: dotted 1px #999;
}

table.form td {
  padding: 1em 0.5em 0.5em;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
}

span.hissu {
  padding: 2px;
  background: #c00;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  white-space: nowrap;
  font-size: x-small;
}

span.head {
  display: block;
}

select {
  font-size: 1.6rem;
}

table.form {
  font-size: 1.6rem;
  margin-top: 30px;
}
table.form th {
  background-color: #f8f8f8;
}
table.form input.border20 {
  width: 20em;
}
table.form input.border7 {
  width: 7em;
}
table.form input.border5 {
  width: 5.5em;
}
table.form input[type=text],
table.form input[type=password],
table.form input[type=email],
table.form input[type=tel],
table.form input[type=textarea],
table.form textarea,
table.form select {
  border: 1px solid #CCC;
  background: #fff;
  margin: 2px;
  padding: 6px;
  max-width: 95%;
  box-sizing: border-box;
}
table.form textarea {
  box-sizing: border-box;
  width: 90%;
}
table.form input.wpcf7-not-valid,
table.form textarea.wpcf7-not-valid {
  background-color: pink;
}
table.form input:focus, table.form select:focus, table.form textarea:focus {
  background-color: #eef;
}

.submit {
  text-align: center;
  margin: 50px auto 15px auto;
}

input[type=submit],
input[type=button] {
  width: 280px;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  background: #7b644c;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: 0;
}

div.serch {
  text-align: center;
}
div.serch input[type=text] {
  border: 1px solid #CCC;
  background: #fff;
  margin: 15px;
  padding: 1rem;
  width: 90%;
  box-sizing: border-box;
}
div.serch input[type=submit],
div.serch input[type=button] {
  width: 200px;
  vertical-align: top;
  padding: 0 10px;
  background: #589f39;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: 0;
  margin: 10px auto;
}

*:first-child + html input[type=submit] {
  padding: 3px;
}

span .wpcf7-list-item {
  padding-right: 1em;
}

p.privacy {
  text-align: center;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 980px) {
  table.form th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  table.form,
  table.company {
    box-sizing: border-box;
  }
  table.form tr th,
  table.company tr th {
    padding-bottom: 0;
  }
  table.form tr th, table.form tr td,
  table.company tr th,
  table.company tr td {
    width: 100%;
    display: block;
    border-top: none;
    box-sizing: border-box;
  }
  table.form tr:first-child th,
  table.company tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
footer {
  text-align: center;
}
footer p.logo {
  margin: 40px 10px 10px 10px;
}
footer ul {
  list-style-type: none;
  text-align: center;
  margin: 20px auto;
}
footer ul li {
  display: inline;
  font-size: 1.2rem;
  border-right: 1px solid #999;
}
footer ul li a {
  color: #000;
  text-decoration: none;
  padding: 2px 15px;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li:last-child {
  border: none;
}
footer .contact {
  width: 100%;
}
footer .contact p {
  background-color: #000;
  text-align: center;
  padding: 25px;
}
footer address {
  color: #630;
  font-size: 1.7rem;
  padding-bottom: 30px;
}
footer p.copyright {
  color: #630;
  padding: 1rem;
  border-top: 1px solid #630;
  font-size: 1.2rem;
}

@media print, screen and (max-width: 979px) {
  footer p {
    box-sizing: border-box;
  }
  footer .btn-tel {
    border-bottom: 1px solid #fff;
  }
  footer .btn-contact {
    border-right: 1px solid #fff;
  }
  footer p.btn-contact,
  footer p.btn-access {
    width: 50%;
    float: left;
  }
  footer address {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 980px) {
  .contact .flex {
    display: flex;
    width: 100%;
  }
  .contact .flex p {
    width: 33.33%;
    border-right: 1px solid #fff;
  }
  .contact .flex p:last-child {
    border: none;
  }
  footer {
    width: 100%;
    bottom: 0; /*下に固定*/
  }
}
.space-between {
  justify-content: space-between;
}

.home-head {
  top: 50px;
  width: 100%;
}
.home-head div.topslide {
  right: 0;
  left: 0;
  margin: 0 auto;
}

div.home-kodawari-bg {
  width: 100%;
  background: #fff url("../images/home/back_images.jpg");
}

div.home-kakeshita-bg {
  width: 100%;
  background: #fff;
}
div.home-kakeshita-bg .flex {
  background: url("../images/home/kakeshita-bg.png");
}

.home-kodawari,
.home-kakeshita {
  padding: 30px;
}
.home-kodawari .text,
.home-kakeshita .text {
  padding: 0 50px;
}
.home-kodawari .btn,
.home-kakeshita .btn {
  padding: 30px 0 50px 0;
}

.home-item .btn {
  padding: 50px 0;
}

div.home-info-bg {
  width: 100%;
  background: #FFF3F1 url("../images/home/news/buck_images.jpg") no-repeat left top;
  background-size: contain;
  position: relative;
}
div.home-info-bg .bg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.home-info {
  z-index: 99;
  padding: 50px;
}
.home-info a {
  color: #333;
  text-decoration: none;
}
.home-info .btn {
  padding: 50px 0;
}
.home-info table {
  border-collapse: collapse;
  margin-top: 40px;
}
.home-info table tr {
  border-bottom: 1px solid #630;
}
.home-info table th {
  color: #630;
}
.home-info table td {
  font-size: 1.7rem;
}
.home-info table th, .home-info table td {
  padding: 1.5rem 0 1.5rem 1.5rem;
  font-weight: normal;
  text-align: left;
}

.home-sns {
  background-color: #B30000;
  padding: 50px 0 25px;
}
.home-sns h2 {
  font-size: 2.3rem;
  letter-spacing: 10px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: normal;
}
.home-sns p {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 980px) {
  .rollover {
    display: block;
    position: relative;
  }
  .rollover .off {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.4s ease;
  }
  .rollover .on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .rollover .on, .rollover .off {
    display: block;
  }
  .rollover:hover .off {
    opacity: 0;
  }
}
/*--------------------------------------------------------------------------
 Aimation
---------------------------------------------------------------------------*/
.fade-in {
  opacity: 0;
}

.in {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-up {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

.up {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
h1.pagettl,
p.pagettl {
  padding: 55px 10px 50px 10px;
  margin-top: 74px;
}

.page,
.blog,
.archive,
.single {
  font-size: 1.7rem;
}

.page .page-header {
  text-align: center;
}
.page p.indent {
  text-indent: 1em;
  line-height: 1.8;
}

.policy .page-header {
  background: url(../images/policy/ttl_bg.jpg) no-repeat top center;
  background-size: cover;
}
.policy h2 {
  margin-bottom: 40px;
}
.policy .products01,
.policy .products02,
.policy .products03,
.policy .products04,
.policy .products05 {
  padding: 50px 0;
}
.policy .products04 {
  padding-top: 20px;
}
.policy .policy-bg01 {
  background: #F7F4F0 url(../images/company/enkaku_bg.png);
}
.policy .products02 {
  box-sizing: border-box;
}
.policy .products02 h3 {
  margin-bottom: 40px;
}
.policy .products02 div.icon p.icon_img {
  margin-bottom: 20px;
}
.policy .products03 {
  box-sizing: border-box;
}
.policy .products04 h3 {
  letter-spacing: 5px;
  border-bottom: 1px solid #333;
  margin: 60px 0 30px;
}
.policy .products04 h4 {
  margin: 40px 0 20px 0;
}
.policy .products05 {
  box-sizing: border-box;
}
.policy div.bg01 {
  background: #F7F4F0 url(../images/policy/img_bg01.jpg) no-repeat top center;
  background-size: cover;
  min-height: 250px;
}
.policy div.bg02 {
  background: #F7F4F0 url(../images/policy/img_bg02.jpg) no-repeat top center;
  background-size: cover;
  min-height: 250px;
}
.policy .policy-bg02 {
  background-color: #faf8f7;
}

.policy h3,
.products h3 {
  color: #333;
  font-weight: normal;
  font-size: 3.2rem;
}
.policy h4,
.products h4 {
  color: #986532;
  font-size: 2rem;
  font-weight: normal;
  margin: 10px 0;
}

.products .page-header {
  background: url(../images/products/ttl_bg.jpg) no-repeat top center;
  background-size: cover;
}
.products nav {
  margin-top: 40px;
}
.products nav ul {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
}
.products nav ul li {
  padding-top: 5px;
  width: 40px;
  border-left: 1px solid #999;
  text-align: center;
}
.products nav ul li:last-child {
  border-right: 1px solid #999;
}
.products nav ul li.nav_item07 {
  width: 50px;
}
.products nav ul li.nav_item07 img {
  width: 40px;
}
.products h3 {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
.products h3 span {
  font-size: 1.7rem;
  margin-left: 1.5rem;
  display: inline-block;
}
.products .item p.indent {
  margin-bottom: 30px;
}
.products .item01 div.kakeshita p.img {
  margin-bottom: 20px;
}
.products .middle {
  font-size: 1.4rem;
}
.products .small {
  font-size: 1.3rem;
}
.products .products-bg01 {
  padding: 70px 0 40px;
  background-color: #FBF9F7;
}
.products .item01_02 h3 span {
  margin-left: 0;
  margin-right: 1rem;
}
.products .item01_02 .flex02 {
  margin: 30px 0 50px;
}
.products .item01_02 .flex02 .flex02_01 {
  background-color: #fff;
  padding: 20px;
}
.products .item01_02 .flex02 .flex02_01 h5 {
  font-size: 1.7rem;
  font-weight: normal;
  margin-bottom: 8px;
}
.products .item01_02 .flex02 .flex02_01 .img {
  margin-right: 20px;
}
.products .item01_02 .flex02 .flex02_01 p {
  font-size: 1.4rem;
}
.products span.super {
  vertical-align: super;
  font-size: small;
}

.company .page-header {
  background: url(../images/company/ttl_bg.jpg) no-repeat top center;
  background-size: cover;
}
.company .aisatu {
  margin-top: 90px;
}
.company .aisatu img[src$=".jpg"] {
  max-width: 100%;
  height: auto;
}
.company .aisatu h2 {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.company .aisatu div.daihyo p {
  margin-bottom: 20px;
  text-align: center;
}
.company .aisatu div.txt {
  line-height: 2;
  margin-bottom: 40px;
}
.company .gaiyou-bg {
  background: #FFF3F1 url(../images/company/company_bg.png) no-repeat top center;
  background-size: contain;
}
.company .gaiyou-bg div.flex {
  width: 100%;
}
.company .gaiyou-bg div.flex p {
  width: 33.333%;
}
.company .gaiyou-bg div.flex img {
  width: 100%;
}
.company .gaiyou,
.company .enkaku {
  padding: 70px 10px;
}
.company .gaiyou table,
.company .enkaku table {
  border-collapse: collapse;
  margin: 50px 0 20px;
  width: 100%;
  border-top: 1px solid #333;
}
.company .gaiyou table tr,
.company .enkaku table tr {
  border-bottom: 1px solid #333;
}
.company .gaiyou table tr th, .company .gaiyou table tr td,
.company .enkaku table tr th,
.company .enkaku table tr td {
  font-weight: normal;
  padding: 2rem 1rem 2rem 0;
  text-align: left;
  vertical-align: top;
}
.company .enkaku-bg {
  background: #F7F4F0 url(../images/company/enkaku_bg.png);
}
.company .access {
  padding-top: 70px;
}
.company .access div.map {
  margin-top: 20px;
}
.company .access div.map iframe {
  width: 100%;
  margin: 0;
  padding: 0;
}

div.info .page-header {
  background: url(../images/info/ttl_bg.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
}

section#news .entry-header {
  border-bottom: 1px solid #333;
  color: #333;
}
section#news .entry-header h2 {
  font-size: 3rem;
  font-weight: normal;
}
section#news p.subttl {
  font-size: 1.7rem;
  margin-top: -35px;
}
section#news .subttl {
  font-size: 3.6rem;
  letter-spacing: 0.5rem;
}

section#news {
  padding: 60px 0;
}
section#news p.date {
  margin: 1rem 0;
  color: #630;
  font-size: 1.3rem;
}
section#news ul.entry {
  list-style-type: none;
  margin: 45px auto;
  display: flex;
  flex-wrap: wrap;
}
section#news ul.entry li {
  position: relative;
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
  font-size: 1.7rem;
  margin: 0 20px 50px 20px;
}
section#news ul.entry li h3 {
  font-weight: normal;
  font-size: 1.7rem;
}
section#news ul.entry li h4 {
  list-style: 2;
  font-weight: normal;
}
section#news ul.entry li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  section#news ul.entry li:nth-child(3n+1) {
    margin-left: 0;
  }
}

div.privacy,
div.contact {
  padding: 0 10px 50px 10px;
}
div.privacy p,
div.contact p {
  margin: 1em 0;
}
div.privacy ol, div.privacy ul,
div.contact ol,
div.contact ul {
  margin: 0 0 0 1.5rem;
}
div.privacy ol li, div.privacy ul li,
div.contact ol li,
div.contact ul li {
  margin: 0.8rem 0 1rem 1rem;
  list-style: 2;
}

.single section#news {
  line-height: 2;
}
.single section#news h1 {
  font-size: 3.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #333;
  color: #333;
  font-weight: normal;
}
.single section#news p {
  font-size: 1.7rem;
  line-height: 2;
}
.single section#news div.w-920 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single section#news div.w-920 img {
  margin: 50px auto;
  text-align: center;
}

#link {
  text-align: center;
  display: block;
}
#link ul {
  display: inline-block;
  list-style-type: none;
}
#link ul li {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
}
#link ul li a {
  text-decoration: none;
  color: #000;
}
#link ul li a span.icon {
  color: #3aa222;
}
#link ul li a span.url {
  font-size: 1.7rem;
  font-weight: normal;
  display: block;
}

.pagenav {
  margin: 100px 0 50px;
}

.navigation {
  margin: 100px 0 50px;
  display: flex;
  justify-content: space-between;
  border-top: dotted 1px #000;
  width: 100%;
}
.navigation p {
  padding: 20px 5px;
}
.navigation p a {
  color: #333;
  text-decoration: none;
}

#sidebar > ul {
  padding: 0;
}
#sidebar > ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#sidebar > ul div {
  margin: 15px;
  font-size: 1.4rem;
}
#sidebar > ul div h4 {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  margin: 0 0 25px 0;
}
#sidebar > ul div label {
  display: none;
  font-size: 1.4rem;
}
#sidebar > ul div li.cat-item {
  margin-bottom: 10px;
}
#sidebar > ul div li.cat-item a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  letter-spacing: 5px;
}
#sidebar > ul div select {
  width: 100%;
  padding: 10px;
}

section#contact {
  background: #fff;
  padding: 90px 0;
}
section#contact p {
  font-size: 1.4rem;
}
section#contact .privacy {
  border: 1px solid #999;
  padding: 25px;
  font-size: 1.4rem;
  margin: 50px auto;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  font-size: 1.4rem;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  background: none;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #000;
  background-color: #ccc;
  padding: 8px 10px;
  margin: 0 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #666;
}

#pagetop a {
  width: 75px;
  height: 80px;
  display: block;
}

#pagetop img {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  padding: 5px;
}

#global-nav > ul:before,
#global-nav > ul:after {
  content: " ";
  display: table;
}

#global-nav > ul:after {
  clear: both;
}

#global-nav > ul {
  *zoom: 1;
}

@media print, screen and (max-width: 979px) {
  .home-sns h2 {
    font-size: 1.8rem;
  }
  .home-kodawari .text {
    padding: 0 10px;
  }
  .home-kakeshita {
    padding: 15px;
  }
  .home-kakeshita .flex {
    padding: 15px;
  }
  .home-kakeshita .text {
    padding: 15px 0;
  }
  .home-item .btn {
    padding: 50px 0;
  }
  h1.pagettl,
  p.pagettl {
    margin-top: 50px;
    padding: 25px 10px;
  }
  h1.pagettl img,
  p.pagettl img {
    max-width: 250px;
  }
  .company .aisatu {
    margin: 40px 15px;
  }
  .company .aisatu .daihyo img {
    max-width: 200px;
  }
  .company .gaiyou, .company .enkaku {
    padding-left: 15px;
    padding-right: 15px;
  }
  .company .gaiyou table tr th, .company .enkaku table tr th {
    padding: 2rem 1rem 0 0;
  }
  .sp-flex {
    display: flex;
  }
  .col-50 p {
    width: 49%;
  }
  .home-item .flex {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .home-item p span {
    display: block;
    padding: 10px;
  }
  .home-item .item01,
  .home-item .item02,
  .home-item .item03,
  .home-item .item04,
  .home-item .item05,
  .home-item .item06,
  .home-item .item07 {
    width: 50%;
    height: auto;
    background-color: #F0EEEC;
    color: #644532;
    font-size: 1rem;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  .home-item div.flex img {
    width: 100%;
  }
  .home-item .item02_01,
  .home-item .item02_02 {
    font-size: 1rem;
  }
  .rollover .on {
    display: none;
  }
  div.home-info-bg {
    background-size: contain;
  }
  div.home-info-bg .home-info {
    padding: 50px 15px;
  }
  div.home-info-bg .home-info table {
    width: 100%;
  }
  div.home-info-bg .home-info table th, div.home-info-bg .home-info table td {
    display: block;
  }
  div.home-info-bg .home-info table th {
    padding-bottom: 0;
  }
  div.home-info-bg .home-info table td {
    padding-top: 1rem;
  }
  .blog-entry {
    margin-left: 15px;
    margin-right: 15px;
  }
  div.topslide {
    padding-top: 50px;
  }
  #global-nav {
    display: none;
  }
  header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    z-index: 99;
    border-bottom: 2px solid #B30000;
  }
  div.header {
    height: 50px;
  }
  div.header p.txt {
    font-size: 100;
    background-color: #000;
    color: #fff;
    padding: 2px;
  }
  div.header div.global h1 {
    width: 120px;
    padding: 10px;
  }
  div.header div.global h1 img {
    vertical-align: top;
  }
  /*gnav*/
  .gnav {
    background: #fff;
    display: none;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 90;
    top: 51px;
  }
  .gnav ul {
    list-style-type: none;
    margin-top: 50px;
    padding: 15px;
  }
  .gnav ul li {
    display: block;
    padding: 1rem;
    font-size: 1.4rem;
    border-bottom: dotted 1px #999;
  }
  .gnav .border {
    height: 100%;
    border-left: solid 1px #fff;
    position: absolute;
  }
  .gnav__wrap {
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  .gnav__menu__item {
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    transition: 1.5s;
  }
  .gnav__menu__item a:hover {
    color: #fff;
  }
  /*menu*/
  div.menubox {
    top: 0px;
    right: 0px;
    background-color: #B30000;
    /*
    border-bottom: 1px solid #9b9b9b;
      border-left:  1px solid #9b9b9b;
    */
    position: absolute;
    width: 55px;
    height: 50px;
  }
  div.menubox .menu {
    height: 20px;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 30px;
    z-index: 99;
  }
  div.menubox .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }
  div.menubox .menu__line--center {
    top: 9px;
  }
  div.menubox .menu__line--bottom {
    bottom: 0;
  }
  div.menubox .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  div.menubox .menu__line--center.active {
    transform: scaleX(0);
  }
  div.menubox .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  /*menu ここまで*/
  .sp-flex {
    display: flex;
  }
  .page p {
    font-size: 1.6rem;
  }
  .policy .products01 .txt,
  .policy .products02 .txt,
  .policy .products03 .txt,
  .policy .products04 .txt,
  .policy .products05 .txt {
    margin-left: 15px;
    margin-right: 15px;
  }
  .policy .products01 .txt {
    margin-bottom: 1em;
  }
  .policy .policy-bg01 .flex,
  .policy .policy-bg02 .flex {
    margin-left: 15px;
    margin-right: 15px;
  }
  .policy .policy-bg01 .products04 h3,
  .policy .policy-bg01 .products04 p.indent,
  .policy .policy-bg02 .products04 h3,
  .policy .policy-bg02 .products04 p.indent {
    margin-left: 15px;
    margin-right: 15px;
  }
  .policy .products02 p {
    text-align: left;
    vertical-align: middle;
  }
  .policy .products02 .icon p.txt {
    margin-top: 20px;
  }
  .policy .products02 .icon_img {
    margin-right: 20px;
  }
  .policy .products02 .icon_img img {
    max-width: 80px;
  }
  .policy .products03 p.img,
  .policy .products05 p.img {
    margin-top: 20px;
  }
  .policy .products04 h3.space0 {
    letter-spacing: 0;
  }
  .products .item-link {
    margin-top: -55px;
    padding-top: 55px;
  }
  .products .sp-inner {
    margin-left: 15px;
    margin-right: 15px;
  }
  .products h3 {
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin-top: 30px;
  }
  .products h3 span {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .products h3.space0 {
    letter-spacing: 0;
    font-size: 2.1rem;
  }
  .products h3.space0 span {
    font-size: 1.6rem;
  }
  .products h4 {
    margin-bottom: 10px;
  }
  .products nav ul {
    margin: 0 auto 25px auto;
    width: 320px;
  }
  .products nav li {
    padding: 5px 7px;
    text-align: center;
  }
  .products .inner {
    margin-left: 0;
    margin-right: 0;
  }
  .products .item01 .toptxt {
    margin-top: 25px;
  }
  .products .item01 .main_img {
    max-width: 250px;
    margin: 0 auto;
  }
  .products .item01 div.kakeshita div {
    margin-bottom: 25px;
  }
  .products .item01 div.kakeshita div img {
    width: 270px;
  }
  .products .item01 .products-bg01 {
    padding-top: 20px;
    margin-top: 20px;
  }
  .products .item01 .sp-flex {
    margin-bottom: 10px;
  }
  .products .item01 .sp-flex .img {
    min-width: 100px;
  }
  .products .item02 .main_img,
  .products .item04 .main_img,
  .products .item07 .main_img {
    margin: 20px auto;
  }
  .products .item02 span,
  .products .item04 span,
  .products .item07 span {
    line-height: 1.4;
    display: block;
    text-indent: 0;
    margin-top: 10px;
  }
  .products .item04 {
    margin-bottom: 30px;
  }
  .products .item05 p.toptxt {
    margin: 20px 0;
  }
  .products .item06 h3.space0 span {
    font-size: 1.5rem;
  }
  .products .item06 span.small {
    line-height: 1.4;
    display: block;
    text-indent: 0;
    margin-top: 0.5em;
  }
  .products .item07 div.flex {
    display: flex;
    margin-bottom: 20px;
  }
  footer ul li {
    line-height: 2;
  }
  section#news {
    padding: 30px 15px 0 15px;
  }
  section#news #sidebar {
    margin-bottom: 40px;
  }
  .navigation {
    margin-top: 50px;
  }
}
/*nonpc ここまで*/
@media print, screen and (min-width: 980px) {
  .home-sns .flex {
    width: 720px;
    margin: 0 auto;
    justify-content: space-between;
  }
  div.flex,
  ul.flex {
    display: flex;
    width: 100%;
  }
  .home-head {
    margin-top: 75px;
    z-index: -99;
  }
  .home-head div.topslide {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .home-kodawari {
    width: 980px;
    margin: 0 auto;
  }
  .home-kodawari p.text {
    padding-top: 55px;
  }
  .home-kodawari p.text img {
    width: 100%;
  }
  .home-kodawari p.text {
    width: 260px;
  }
  .home-kodawari .flex {
    flex-direction: row-reverse; /* 横並び逆順 */
    justify-content: center; /* 中央揃え */
  }
  .home-kakeshita .flex {
    width: 790px;
    padding: 40px;
    margin: 50px auto 0 auto;
  }
  .home-kakeshita .images {
    width: 510px;
    margin-top: -60px;
    margin-right: -50px;
  }
  .home-kakeshita p.text {
    padding: 0;
  }
  .home-kakeshita p.text img {
    width: 274px;
    height: auto;
  }
  .home-kakeshita .flex {
    justify-content: space-between;
  }
  .home-item p {
    height: auto;
  }
  .home-item .item01,
  .home-item .item02 {
    width: 100%;
  }
  .home-item .item03,
  .home-item .item04,
  .home-item .item05,
  .home-item .item06 {
    width: 25%;
  }
  .home-item div.flex img {
    width: 100%;
  }
  .home-info table {
    width: 640px;
    margin: 40px auto 0 auto;
  }
  .home-info table th {
    width: 6em;
  }
  .policy .img img {
    width: 100%;
  }
  .policy .w-880 div.flex {
    justify-content: space-between;
  }
  .policy .w-880 div.flex .txt {
    width: 400px;
  }
  .policy .w-880 div.flex .img {
    width: 440px;
    margin-left: 50px;
  }
  .policy .w-780 div.flex {
    justify-content: space-between;
  }
  .policy .products01,
  .policy .products02,
  .policy .products03,
  .policy .products04,
  .policy .products05 {
    padding: 100px 0;
  }
  .policy .products04 {
    padding-top: 40px;
  }
  .policy div.bg01 {
    background: #F7F4F0 url(../images/policy/img_bg01.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 450px;
  }
  .policy div.bg02 {
    background: #F7F4F0 url(../images/policy/img_bg02.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 450px;
  }
  .products div.item-link {
    margin-top: -80px;
    padding-top: 80px;
  }
  .products .img img {
    width: 100%;
  }
  .products nav {
    margin-bottom: 40px;
  }
  .products nav li {
    padding: 5px 22px;
  }
  .products nav li img {
    width: 35px;
    height: auto;
  }
  .products nav li.nav04 img {
    width: 38px;
  }
  .products .item .toptxt {
    margin-top: 40px;
  }
  .products .parent {
    position: relative;
  }
  .products .main_img {
    position: absolute;
    z-index: 999;
  }
  .products .main_img img {
    width: 440px;
    height: auto;
  }
  .products .item01 {
    background: url(../images/products/item01_bg.png) repeat-x left 100px;
  }
  .products .item01 .img img {
    width: 100%;
  }
  .products .item01 h2 {
    padding: 130px 0 30px 50px;
  }
  .products .item01 .main_img {
    right: 0;
    top: 20px;
    z-index: 2;
  }
  .products .item01 p.toptxt {
    width: 440px;
    margin-bottom: 140px;
  }
  .products .item01 div.kakeshita {
    justify-content: space-between;
  }
  .products .item01 div.kakeshita div {
    width: 270px;
  }
  .products .item01 div.kakeshita div img {
    width: 100%;
  }
  .products .item01 .item01_02 .flex01 {
    flex-direction: row-reverse;
  }
  .products .item01 .item01_02 .flex01 p.img {
    width: 440px;
  }
  .products .item01 .item01_02 .flex01 div.txt {
    width: 395px;
    margin-right: 40px;
  }
  .products .item01 .item01_02 .flex02 {
    justify-content: space-between;
  }
  .products .item01 .item01_02 .flex02 .flex02_01 {
    width: 395px;
  }
  .products .item01 .item01_02 .flex02 .flex02_01 .img {
    width: 150px;
  }
  .products .item01 .item01_02 .flex02 .flex02_01 .txt {
    width: 220px;
  }
  .products .item07 {
    background: url(../images/products/item07_bg.png) repeat-x left top;
  }
  .products .item07 h2 {
    padding: 15px 0 0 35px;
  }
  .products .item07 .main_img {
    width: 390px;
    right: 0;
    top: 40px;
    z-index: 2;
  }
  .products .item07 .main_img img {
    width: 270px;
    height: auto;
    padding-left: 120px;
    padding-bottom: 40px;
  }
  .products .item07 p.toptxt {
    width: 590px;
  }
  .products .item07 div.flex p span {
    display: block;
    font-size: 1.4rem;
  }
  .products .item02 {
    background: url(../images/products/item02_bg.png) repeat-x left 100px;
  }
  .products .item02 h2 {
    padding: 130px 0 30px 50px;
  }
  .products .item02 .main_img {
    right: 0;
    top: 140px;
    z-index: 2;
  }
  .products .item02 p {
    margin-top: 20px;
  }
  .products .item02 p.toptxt {
    width: 400px;
  }
  .products .item03 {
    background: url(../images/products/item03_bg.png) repeat-x left 100px;
  }
  .products .item03 h2 {
    padding: 130px 0 30px 50px;
  }
  .products .item03 .main_img {
    right: 0;
    top: 70px;
    width: 440px;
    z-index: 2;
  }
  .products .item03 p {
    margin-top: 20px;
    width: 400px;
    margin-left: 40px;
  }
  .products .item03 p.toptxt {
    width: 400px;
  }
  .products .item03 p.img {
    width: 440px;
  }
  .products .item04 {
    background: url(../images/products/item04_bg.png) repeat-x left 80px;
  }
  .products .item04 h2 {
    padding: 95px 0 20px 20px;
  }
  .products .item04 .main_img {
    right: 0;
    top: 120px;
    width: 440px;
    z-index: 2;
  }
  .products .item04 p {
    margin-top: 10px;
  }
  .products .item04 p.toptxt {
    width: 400px;
  }
  .products .item05 {
    background: url(../images/products/item05_bg.png) repeat-x left 100px;
  }
  .products .item05 h2 {
    padding: 130px 0 20px 0;
    text-align: center;
  }
  .products .item05 div.flex {
    justify-content: space-between;
  }
  .products .item05 div.flex div {
    width: 270px;
  }
  .products .item05 div.flex div p.indent {
    margin-bottom: 0.5rem;
  }
  .products .item05 div.flex div h4 {
    margin-bottom: 10px;
  }
  .products .item06 {
    background: url(../images/products/item06_bg.png) repeat-x left 80px;
    padding-bottom: 40px;
  }
  .products .item06 h2 {
    padding: 70px 0 0 0;
    text-align: center;
  }
  .products .item06 h3 {
    margin-top: 60px;
  }
  .aisatu div.flex {
    display: flex;
    justify-content: space-between;
  }
  .aisatu .txt {
    width: 550px;
  }
  .aisatu .daihyo {
    width: 290px;
  }
  div.map {
    margin-bottom: 40px;
  }
  section#news .entry-header {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  section#news ul.entry li {
    width: 290px;
    margin: 0 0 50px 25px;
  }
  section#news,
  section#privacy,
  section#toiawase {
    padding: 90px 0;
  }
  #sidebar > ul {
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 0;
  }
  #sidebar > ul div {
    margin-top: 0;
    width: 180px;
  }
  .single section#news div.w-920 img {
    max-width: 600px;
    height: auto;
    margin: 50px auto;
    display: block;
  }
}
@media print, screen and (max-width:479px) {
  div.home-info-bg {
    background: #FFF3F1 url("../images/home/news/buck_images_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}/*# sourceMappingURL=maruhiro.css.map */