@charset "UTF-8";
/*
Theme Name:marubeni
Theme URI: http://
Author:
Author URI:
Description:
Version: 1.1
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

BODY {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese",YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,sans-serif;
  background-image: url(img/bg.png);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.clear {
  clear: left;
}

section {
  width: 85%;
  margin: 0 auto;
  padding: 2rem;
}

.row {
  margin: 0 auto;
}

/* ヘッダ */
h2 {
  font-size: 2rem;
  text-align: center;
  margin: 2rem auto;
  font-family: serif;
}

p {
  line-height: 2;
  margin-bottom: 1.6rem;
}

header {
  width: 85%;
  margin: 3rem auto;
  padding: 2rem;
}

#logo {
  float: left;
  width: 50%;
  margin-bottom: 2rem;
}

#logo-sp {
  display: none;
}

#util {
  float: right;
  padding: 2rem;
}

#util li {
  display: inline-block;
  margin-left: 0.5rem;
}

#util img {
  width: 32px;
}

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

.slider img{
	width:100%;
}

/* トップスライド */


.main-img {
  margin-bottom: 120px;
}

.main-img img {
  width: 100%;
overflow: hidden;
}



/* flexbox */
.div0 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div0 li {
  width: 95%;
  margin-bottom: 2rem;
}

.div2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div2 li {
  width: 47.5%;
  margin-bottom: 2rem;
}

.div3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div3 li {
  width: 30%;
  margin-bottom: 2rem;
}

.div3::after {
  content: "";
  display: block;
  width: 30%;
}

.div4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div4 li {
  width: 23%;
  margin-bottom: 2rem;
}

.div4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.div4::after {
  content: "";
  display: block;
  width: 23%;
}

.div5 {
  padding: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div5 li {
  width: 18%;
  margin-bottom: 2rem;
}

.div5 li img {
  width: 100%;
}

.div5::before {
  content: "";
  display: block;
  width: 18%;
  order: 1;
}

.div5::after {
  content: "";
  display: block;
  width: 18%;
}

.reverse {
  flex-direction: row-reverse;
}

/* pc-sp switch PC */
.pc {
  display: block;
}

.sp {
  display: none;
}

/* トップにもどる */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  color: #cccccc;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
}

#gloval-nav {
  display: none;
}

.open #gloval-nav li {
  display: block;
}

/* SP menu start */
#nav-toggle {
  position: relative;
  height: 32px;
  cursor: pointer;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 4px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(2) {
  top: 15px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 28px;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  display: inline-block;
}

#nav-toggle {
  z-index: 995;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  transition: color .6s ease;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* SP menu end */
/* 検索フォーム */
.search-form {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 25px;
  overflow: hidden;
  max-width: 400px;
  margin: 20px auto;
}

.search-form .search-input {
  flex-grow: 1;
  padding: 10px 15px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}

.search-form .search-input::placeholder {
  color: gray;
}

.search-form .search-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.search-form .search-button {
  background-color: red;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.search-form .search-button:hover {
  background-color: #cc0000;
}

.search-form .search-button .search-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* トップページ **************************************************/
.top-news li {
  border-bottom: dashed 1px;
  margin-bottom: 1rem;
}

.top-news small {
  float: right;
}

.top-products li {
  text-align: center;
}

.top-products img {
  vertical-align: top;
}

.top-products p {
  background: #000;
  color: white;
  display: block;
  font-size: 1.6rem;
}

.top-maker {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  background: black;
  color: white;
  padding: 2rem;
  font-family: serif;
}

.top-shop-list {
  border: dashed 2px black;
  padding: 3rem;
}

.top-shop-list h3 {
  text-align: center;
  margin-bottom: 2rem;
}

/* 下層ページ **************************************************/
.breadcrumbs {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-align: left;
  display: block;
}

/* .page-ttl h2{text-align: inherit;} */
.page-top-img {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}

.discription {
  border-left: #DC010B 10px solid;
  padding: 0;
  padding-left: 2rem;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.discription-blue {
  border-left: #5050D8 10px solid;
  padding: 0;
  padding-left: 2rem;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.discription-img img {
  border-radius: 20px;
}

table {
  text-align: left;
}

table th {
  white-space: nowrap;
  padding-right: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.separator-red {
  margin: 2rem;
  border-bottom: 1px dashed #DC010B;
}

.separator-blue {
  margin: 2rem;
  border-bottom: 1px dashed #5050D8;
}

.others li {
  margin: 1rem auto;
  border-bottom: #DC010B dashed 1px;
  padding-bottom: 1rem;
  line-height: 3rem;
}

.area-name li {
  display: inline-block;
  margin-right: 2rem;
  border-radius: 5px;
  background-color: #DC010B;
  padding: .5rem 1rem;
}

.area-name a {
  color: white;
}

.companies-area {
  font-family: serif;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 4rem;
}

.otoiawasebtn a {
  font-weight: bold;
  color: #5050D8;
}

.faq p {
  margin-bottom: 1rem;
}

.faq li {
  border-bottom: #DC010B dashed 1px;
  margin-bottom: 2rem;
}

.faq_q {
  font-size: 2rem;
  color: #DC010B;
}

/* ニュースページ */
.news-page-li {
  margin-bottom: 2rem;
  border-bottom: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-color: white;
  padding: 2rem;
}

.news-page-li .news-ttl {
  border-bottom: 1px dashed #DC010B;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* pagenation archive*/
.pagenation-archive {
  display: table;
  margin: 2em auto;
}

.pagenation-archive li {
  padding: 0 0.5rem;
  float: left;
  display: table-cell;
  margin-right: 0.5rem;
}

.li-current {
  border: 1px solid #000;
}

/* フォーム */
.contact {
  width: 55%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 4em;
  font-family: sans-serif;
  font-weight: normal;
}

.wpcf7 {
  margin: 0;
}

.wpcf7 .wpcf7 p {
  margin-bottom: 1em;
}

.wpcf7 small {
  font-size: 0.85em;
  margin-bottom: 1em;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.6em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 1em;
  background: #008EFF;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}

.wpcf7 input[type="submit"]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.wpcf7 p {
  margin-bottom: 1em;
}

.wpcf7 .ttl {
  text-align: left;
  margin-bottom: 0.5em;
}

.wpcf7 .content {
  margin-bottom: 1em;
}

.wpcf7 .asterisk {
  margin: 0 0 0 0.2em;
  color: red;
}

/*フォーム */
th, td {
  vertical-align: top;
  padding-bottom: 2rem;
}

footer {
  width: 100%;
  background: black;
  color: white;
}

/* モバイル設定 **********************************************************************************/
@media (max-width: 640px) {
  header {
    width: 100%;
    margin: 3rem auto;
    padding: 0 2rem;
  }
  section {
    width: 95%;
    margin: 0 auto;
    padding: 2rem;
  }
  .row {
    width: 100%;
    margin: 0 auto;
  }
  /* flexbox */
  .div2 li {
    width: 100%;
  }
  .div3 li {
    width: 100%;
  }
  .div4 li {
    width: 47.5%;
  }
  .reverse {
    flex-direction: row;
  }
  /* pc-sp switch sp */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #logo-sp {
    float: none;
    display: block;
    margin-bottom: 2rem;
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  #util {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .top-products p {
    font-size: 1.4rem;
  }
  .div5 {
    padding: 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div5 li {
    width: 47.5%;
    margin-bottom: 2rem;
  }
  .div5 li img {
    width: 100%;
  }
  .div5::before {
    content: "";
    display: block;
    width: 47.5%;
    order: 1;
  }
  .div5::after {
    content: "";
    display: block;
    width: 47.5%;
  }




}
