@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  color: #585858;
  font: normal 15px "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  body {
    line-height: 1.6;
  }
}

a {
  color: #018ec3;
  transition: 0.2s;
}
a img {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=30);
  -moz-opacity: 0.7;
}

a:hover {
  color: #e50012;
}

a:active {
  color: #ef995b;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: normal;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.1em;
}

p {
  margin: 0;
}

blockquote {
  margin: 2em;
}

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

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.8em;
  line-height: 1.4;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 2em;
}

table {
  width: 100%;
  margin-bottom: 1em;
  background: #fff;
  border-collapse: collapse;
}

thead th {
  text-align: center;
  background: #ededed;
}
@media screen and (max-width: 640px) {
  thead th {
    display: none;
  }
}

th {
  padding: 10px 20px;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  background: #ededed;
  border: 1px solid #c7c7c7;
}
@media screen and (max-width: 640px) {
  th {
    display: block;
  }
}

td {
  padding: 10px 20px;
  text-align: left;
  line-height: 1.6;
  border: 1px solid #c7c7c7;
}
@media screen and (max-width: 640px) {
  td {
    display: block;
  }
}

hr {
  clear: both;
  height: 0;
  margin: 60px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #d5d5d5;
}

form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=url],
form input[type=date],
form select {
  width: 10rem;
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 10px;
  color: #666;
  font-size: 1rem;
  background: #fbfbfb;
  border: solid 1px #ccc;
  border-radius: 5px;
}
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=date]:focus,
form select:focus {
  background: #fff;
  border-color: #836C2;
  outline: none;
  box-shadow: 2px 2px 4px rgba(143, 183, 222, 0.6), -2px -2px 4px rgba(143, 183, 222, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
form input[type=tel] {
  width: 20rem;
}
form input[type=tel]:after {
  content: "0000-00-0000";
}
form input[type=email] {
  width: 20rem;
}
form input[type=url] {
  width: 20rem;
}
form input[type=radio] {
  margin-right: 0.5rem;
}
form input[type=checkbox] {
  margin-bottom: 1rem;
}
form input[type=button],
form input[type=reset],
form button[type=button] {
  display: inline-block;
  margin: 1rem auto;
  padding: 10px 50px;
  color: #fff;
  font-size: 1em;
  text-align: center;
  background: #999;
  border: none;
  border-radius: 5px;
}
form input[type=button]:hover,
form input[type=reset]:hover,
form button[type=button]:hover {
  color: #fff;
  background: #ef995b;
  cursor: pointer;
}
form textarea {
  width: 90%;
  padding: 8px 10px;
  color: #666;
  font-size: 1rem;
  background: #fbfbfb;
  border: solid 1px #ccc;
  border-radius: 5px;
}
form label {
  margin-right: 0.5em;
}
form .btn {
  display: block;
  margin: 0 0.5em;
  padding: 0.6em 1em 0.4em;
  color: #333;
  font-size: 1em;
  text-transform: uppercase;
  background: #ececec;
  border: solid 1px #ccc;
  border-radius: 5px;
  cursor: pointer;
}
form .btn:hover {
  color: #fff;
  background: #e50012;
}
form .wpcf7-submit {
  display: block;
  margin: 0 auto;
  padding: 0.7em 1em 0.5em;
  color: #333;
  font-size: 1.2em;
  text-transform: uppercase;
  background: #ececec;
  border: solid 1px #ccc;
  border-radius: 5px;
  cursor: pointer;
}
form .wpcf7-submit:hover {
  color: #fff;
  background: #e50012;
}

@media screen and (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    text-decoration: none !important;
    color: #585858;
  }
}
#wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

#header {
  position: relative;
  margin-bottom: 8px;
  clear: both;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  overflow: hidden;
  zoom: 1;
  *zoom: 1;
}
@media screen and (max-width: 640px) {
  #header {
    width: auto;
    padding: 0 10px;
  }
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header .siteTitle {
  max-width: 440px;
  margin: 30px auto;
  text-align: center;
}

#glovalNav {
  *zoom: 1;
}
#glovalNav:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {
  #glovalNav {
    margin: 10px 0;
    border: none;
  }
}
#glovalNav .menuBtn {
  margin: 0 10px;
  padding: 8px 10px;
  text-align: right;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
#glovalNav .menuBtn:active {
  color: #2a3b56;
}
#glovalNav .NavCont {
  overflow: visible;
}
@media screen and (max-width: 640px) {
  #glovalNav .NavCont {
    display: none;
    margin-top: 5px;
  }
}
#glovalNav .NavCont li {
  float: left;
  width: 13.5%;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #glovalNav .NavCont li {
    display: block;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
#glovalNav .NavCont li a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #585858;
  text-decoration: none;
}
#glovalNav .NavCont li a:before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 1px;
  background: #e50012;
  transform: scale(0, 1);
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  #glovalNav .NavCont li a:before {
    left: 0;
    width: 100%;
    height: 1px;
  }
}
#glovalNav .NavCont li a:hover {
  color: #e50012;
}
#glovalNav .NavCont li a:hover:before {
  transform: scale(1);
}
#glovalNav .NavCont li a.current:before {
  background: #aaa;
  transform: scale(1);
}
#glovalNav .NavCont li a.current:hover {
  color: #585858;
  cursor: default;
}
@media screen and (max-width: 640px) {
  #glovalNav .NavCont li a {
    padding: 8px 10px;
    border: 1px solid #f9f9f9;
  }
  #glovalNav .NavCont li a:after {
    float: right;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
  }
}

@media screen and (min-width: 640px) {
  #home #header {
    max-width: 100%;
    padding: 0;
  }
  #home #header .siteBranding {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 54.6875% 0 0;
    background: url("https://hirofoods.co.jp/wp/wp-content/uploads/2020/02/crew-image2-1.jpg") center top no-repeat;
    background-size: contain;

  }
  #home #header .sbInnder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #home #header .siteTitle {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  #home #header .siteTitle img {
    position: absolute;
    bottom: 50px;
    left: 20px;
  }
  #home #glovalNav {
    margin-top: 20px;
    clear: both;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    overflow: hidden;
    zoom: 1;
    *zoom: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 640px) {
  #home #glovalNav {
    width: auto;
    padding: 0 10px;
  }
}
@media screen and (min-width: 640px) {
  #home #glovalNav:after {
    content: "";
    display: table;
    clear: both;
  }
}
#mainImg img {
  width: 100%;
}

#homeIntro .homeIntroTop {
  background: url(../images/bg-homeintro.jpg) center top no-repeat;
  background-size: cover;
}
#homeIntro .homeIntroTop .inner {
  position: relative;
  height: 510px;
}
#homeIntro .homeIntroTop .textbox {
  position: absolute;
  left: 20%;
  bottom: 20px;
  width: 60%;
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 640px) {
  #homeIntro .homeIntroTop .textbox {
    left: 0;
    width: auto;
    margin: 0 10px;
  }
}
#homeIntro .homeIntroTop .textbox h2 {
  text-align: center;
}
#homeIntro .homeIntroBottom {
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
  border-top: 1px solid #fff;
  background: linear-gradient(#d9d9d9, #ffffff);
}

#container {
  clear: both;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  overflow: hidden;
  zoom: 1;
  *zoom: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #container {
    width: auto;
    padding: 0 10px;
  }
}
#container:after {
  content: "";
  display: table;
  clear: both;
}

.page #container {
  max-width: 100%;
  padding: 20px 0 40px;
}

#main section {
  clear: both;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  overflow: hidden;
  zoom: 1;
  *zoom: 1;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #main section {
    width: auto;
    padding: 0 10px;
  }
}
#main section:after {
  content: "";
  display: table;
  clear: both;
}
#main article {
  *zoom: 1;
  margin-bottom: 40px;
}
#main article:after {
  content: "";
  display: table;
  clear: both;
}
#main p {
  margin: 1em 0;
}
#main.col2 {
  float: left;
  width: 100%;
  margin-right: -260px;
  padding-right: 260px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #main.col2 {
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
}
#main.page h1.pageTitle {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
  font-size: 2em;
  text-align: center;
  border-bottom: solid 1px #d0d0d0;
}
#main.page h2 {
  margin-bottom: 40px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", Meiryo, serif;
  font-size: 2em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #main.page h2 {
    font-size: 1.4em;
  }
}
#main.single h1.pageTitle {
  padding: 10px 0;
  font-size: 1.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#main.single .postDate {
  text-align: right;
}
#main.single .pagePost {
  margin: 20px 0;
}
#main.category h2.postTitle, #main.archive h2.postTitle {
  padding: 10px 0;
  font-size: 1.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#main.category h2.postTitle a, #main.archive h2.postTitle a {
  color: #585858;
}
#main.category .newsPostInfo, #main.archive .newsPostInfo {
  margin-bottom: 80px;
}
#main.category .postDate, #main.archive .postDate {
  text-align: right;
}
#main.category .pagePost, #main.archive .pagePost {
  margin: 20px 0;
}
#main.home {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  #main.home {
    margin-top: 0;
  }
}
#main.home .homeSec {
  margin-top: 120px;
  margin-bottom: 120px;
  clear: both;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  overflow: hidden;
  zoom: 1;
  *zoom: 1;
}
@media screen and (max-width: 640px) {
  #main.home .homeSec {
    width: auto;
    padding: 0 10px;
  }
}
#main.home .homeSec:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {
  #main.home .homeSec {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#main.home .secTitle {
  font-size: 1.4em;
  text-align: center;
}
#main.home #sponsor ul {
  margin: 0;
  padding: 0;
}
#main.home #sponsor li {
  display: inline-block;
  width: 19%;
  margin: 0.5%;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #main.home #sponsor li {
    width: 47.5%;
  }
}
#main.home #sponsor img {
  max-width: 180px;
}
@media screen and (max-width: 640px) {
  #main.home #sponsor img {
    max-width: 100%;
  }
}
#main.home #news dl {
  padding-top: 2em;
  padding-bottom: 0.4em;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
#main.home #news dt {
  float: left;
  width: 11em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  #main.home #news dt {
    float: none;
    width: 100%;
  }
}
#main.home #news dd {
  margin-left: 11em;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 640px) {
  #main.home #news dd {
    margin-left: 0;
  }
}
#main.home #news a {
  color: #585858;
  text-decoration: none;
}
#main.home #news a:hover {
  color: #e50012;
  text-decoration: underline;
}
#main.home #newLocation ul {
  margin: 0;
  padding: 0;
}
#main.home #newLocation li {
  float: left;
  width: 19%;
  margin: 0.5%;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #main.home #newLocation li {
    width: 100%;
    margin: 10px 0;
  }
}
#main.home #newLocation img {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #main.home #newLocation img {
    width: 100%;
    margin-bottom: 5px;
  }
}
#main.home #newLocation a {
  color: #585858;
  text-decoration: none;
}
#main.home #newLocation a:hover {
  color: #e50012;
}
#main.home #newLocation span {
  display: block;
}
#main.home #otherInfo {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 54.6875% 0 0;
  background: url("../images/home-other-img2.jpg") center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  #main.home #otherInfo {
    display: none;
  }
}
#main.home .otherInfoInner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#main.home #otherNav {
  clear: both;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  overflow: hidden;
  zoom: 1;
  *zoom: 1;
}
@media screen and (max-width: 640px) {
  #main.home #otherNav {
    width: auto;
    padding: 0 10px;
  }
}
#main.home #otherNav:after {
  content: "";
  display: table;
  clear: both;
}
#main.home #otherNav ul {
  margin: 0;
  padding: 0;
}
#main.home #otherNav li {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
#main.home #otherNav li.crew {
  float: right;
}
#main.home #otherNav li:nth-child(3n) {
  margin-right: 0;
}
#main.home #otherNav a {
  color: #585858;
  text-decoration: none;
}
#main.home #otherNav a:hover {
  color: #e50012;
}
#main.home #otherNav img {
  width: 100%;
}
#main.home #otherNav span {
  display: block;
  padding: 10px;
}
#main.about #message .right {
  width: 25.41667%;
}
@media screen and (max-width: 640px) {
  #main.about #message .right {
    width: 50%;
    margin: 0 auto 40px;
  }
}
#main.about #message .left {
  width: 69.79167%;
}
@media screen and (max-width: 640px) {
  #main.about #message .left {
    width: 100%;
  }
}
#main.about #message h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #main.about #message h2 {
    margin-bottom: 20px;
  }
}
#main.about #history .left {
  width: 75%;
}
@media screen and (max-width: 640px) {
  #main.about #history .left {
    width: 100%;
  }
}
#main.about #history .right {
  width: 20%;
}
@media screen and (max-width: 640px) {
  #main.about #history .right {
    display: none;
  }
}
#main.about #office .officeInfo {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #main.about #office .officeInfo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#main.about #office .officeInfo:nth-child(4n) {
  margin-right: 0;
}
#main.about #office .officeInfo:nth-child(4n+1) {
  clear: both;
}
#main.about #office .officeInfo dt {
  margin-bottom: 5px;
  text-align: center;
}
#main.about #office .officeInfo dd {
  font-size: 0.9em;
  line-height: 1.6;
}
#main.about #office .officeInfo .officeImg {
  margin-bottom: 5px;
}
#main.about #office .officeInfo .officeImg img {
  width: 100%;
}
#main.shop .tenpoLink ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#main.shop .tenpoLink li {
  display: inline;
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #main.shop .tenpoLink li {
    display: block;
  }
}
#main.shop .tenpoLink a {
  padding: 0.4em 1em;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  #main.shop .tenpoLink a {
    display: block;
    width: 60%;
    margin: 0 auto 5px;
  }
}
#main.shop .tenpoLink a:hover {
  border: 1px solid #e50012;
}
#main.shop .shopArea {
  padding-top: 40px;
  padding-bottom: 40px;
}
#main.shop .shopArea .shopAreaList {
  overflow: hidden;
}
#main.shop .shopArea .shopAreaList .shopInfo {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 80px;
  *zoom: 1;
}
#main.shop .shopArea .shopAreaList .shopInfo:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {
  #main.shop .shopArea .shopAreaList .shopInfo {
    width: 48%;
    margin-bottom: 40px;
  }
}
#main.shop .shopArea .shopAreaList .shopInfo:nth-child(4n) {
  margin-right: 0;
}
#main.shop .shopArea .shopAreaList .shopInfo:nth-child(4n+1) {
  clear: both;
}
@media screen and (max-width: 640px) {
  #main.shop .shopArea .shopAreaList .shopInfo:nth-child(2n) {
    margin-right: 0;
  }
  #main.shop .shopArea .shopAreaList .shopInfo:nth-child(2n+1) {
    clear: both;
  }
}
#main.shop .shopArea .shopAreaList .shopInfo dt {
  margin-bottom: 5px;
  text-align: center;
}
#main.shop .shopArea .shopAreaList .shopInfo dd {
  font-size: 0.9em;
  line-height: 1.6;
}
#main.shop .shopArea .shopAreaList .shopInfo .shopImg {
  margin-bottom: 5px;
}
#main.shop .shopArea .shopAreaList .shopInfo .shopImg img {
  width: 100%;
}
#main.shop .shopArea .shopAreaList .shopInfo .shopAdd {
  min-height: 7em;
}
#main.shop .shopArea .shopAreaList .shopInfo .mcdLink {
  margin-top: 10px;
}
#main.shop .shopArea .shopAreaList .shopInfo .mcdLink a {
  display: inline-block;
  width: 48%;
  padding: 0.8em 0;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  border-radius: 5px;
  vertical-align: middle;
}
#main.shop .shopArea .shopAreaList .shopInfo .mcdShopLink {
  float: left;
  padding: 1.35em 0 !important;
  background: #ee9800;
}
#main.shop .shopArea .shopAreaList .shopInfo .mcdRecruitLink {
  float: right;
  background: #cb2e25;
}
#main.recruit #recruitInfo h3 {
  margin: 10px 0;
  color: #0a0a0a;
  font-size: 1.3em;
}
#main.recruit #recruitInfo p {
  margin: 0;
}
#main.recruit .left {
  width: 65%;
}
@media screen and (max-width: 640px) {
  #main.recruit .left {
    width: 100%;
  }
}
#main.recruit .right {
  width: 30%;
}
@media screen and (max-width: 640px) {
  #main.recruit .right {
    width: 100%;
  }
}
#main.recruit .pageNav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #main.recruit .pageNav ul {
    margin-bottom: 20px;
  }
}
#main.recruit .pageNav li {
  display: inline;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #main.recruit .pageNav li {
    display: block;
  }
}
#main.recruit .pageNav a.btn {
  padding: 0.8em;
  color: #000;
  font-size: 1.4em;
  background: #ee9800;
}
@media screen and (max-width: 640px) {
  #main.recruit .pageNav a.btn {
    display: block;
    width: 90%;
    padding: 0.8em 0;
    margin: 5px auto;
    font-size: 1.2em;
  }
}
#main.recruit .recruitBtn {
  margin-top: 40px;
  text-align: center;
}
#main.recruit .recruitBtn a {
  font-size: 1.4em;
}
#main.crew .img-wide img {
  width: 100%;
}
#main.crew .crewBtn {
  margin-top: 0;
  font-size: 1.4em;
  text-align: center;
}
#main.crew .crewBtn a {
  line-height: 1.4;
}
#main.crew .crewBtn span {
  display: block;
  font-size: 0.6em;
}
#main.crew #crewMessage ul.smile {
  margin: 0;
  padding: 0;
  color: #880808;
}
#main.crew #crewMessage ul.smile li {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
#main.crew .shopList {
  clear: both;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  overflow: hidden;
  zoom: 1;
}
@media screen and (max-width: 640px) {
  #main.crew .shopList {
    width: auto;
    padding: 0 10px;
  }
}
#main.crew .shopList .areaList {
  float: left;
  width: 24%;
  margin-right: 14%;
}
@media screen and (max-width: 640px) {
  #main.crew .shopList .areaList {
    width: 100%;
    margin-right: 0;
  }
}
#main.crew .shopList .areaList:nth-child(4) {
  margin-right: 0%;
}
#main.crew .shopList .areaList h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: serif;
  font-size: 1.4em;
  text-align: center;
  border-bottom: 1px solid #707070;
}
#main.crew .shopList .areaList dl {
  margin-bottom: 20px;
}
#main.crew .shopList .areaList dt {
  font-weight: bold;
}
#main.crew .shopList .areaList li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main.crew .shopList .areaList a {
  color: #585858;
}
#main.crew .shopList .areaList a:hover {
  color: #e50012;
}
#main.policy .privacy dl {
  margin-bottom: 2em;
}
#main.policy .privacy dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #999;
}
#main.policy .privacy dd {
  margin-left: 2em;
}
#main.news {
  font-size: 1em;
}
#main.news h1.pageTitle {
  padding: 20px 0;
  text-align: left;
}
#main.news h3.newsTitle {
  padding: 0;
  background: none;
  border: none;
}
#main.service .mitsuyo {
  margin: 0;
  padding: 0;
}
#main.service .mitsuyo li {
  float: left;
  width: 30%;
  margin: 0 1% 20px 0;
  padding: 20px 0 20px 2%;
  color: #018ec3;
  border: 1px solid #018ec3;
  list-style: none;
}
#main.service .mitsuyo li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #main.service .mitsuyo li {
    width: 89%;
    padding: 20px 5%;
  }
}
#main.service .wake {
  margin: 40px 0;
  padding: 20px 0 20px 2%;
  color: #018ec3;
  font-size: 1.1em;
  border: 1px solid #018ec3;
}
#main.service .gashoInfo {
  padding: 30px;
  text-align: center;
  background: #f2f0f0;
  border: 1px solid #707070;
}
@media screen and (max-width: 640px) {
  #main.service .gashoInfo {
    padding: 1em;
    text-align: left;
  }
}
#main.service .gashoInfo dt {
  font-size: 1.4em;
  margin-bottom: 0.4em;
}
#main.service .gashoInfo dd {
  margin-bottom: 0.4em;
}
#main.contact .contactTel {
  position: relative;
  margin-left: 6em;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #main.contact .contactTel {
    margin-left: 3.4em;
    font-size: 1.8em;
  }
}
#main.contact .contactTel span {
  display: block;
  position: absolute;
  top: 0.7em;
  left: -2.4em;
  color: #818181;
}
#main.contact td {
  line-height: 2.8;
}
#main.contact td .w5 {
  display: inline-block;
  width: 5em;
}
#main.contact .w70p {
  width: 70%;
}
#main.contact .wpcf7-not-valid-tip {
  display: block;
  margin: 0;
  padding: 0.2em 1em;
  font-size: 0.8em;
  line-height: 1;
}
#main.contact .wpcf7-response-output {
  margin-top: 2em;
  padding: 1em 2em;
}
#main.contact .wpcf7-response-output.wpcf7-mail-sent-ok {
  padding: 1em 2em;
  border: solid 2px #ca2305;
}
@media screen and (min-width: 640px) {
  #main.contact th {
    width: 12em;
  }
}
@media screen and (max-width: 640px) {
  #main.contact th, #main.contact td {
    display: block;
  }
}
#main.faq .faqList dt {
  position: relative;
  padding: 0.5em 1em 0.5em 3em;
  color: #fff;
  background: #018ec3;
}
#main.faq .faqList dt:before {
  position: absolute;
  content: 'Q';
  top: 0;
  left: 0.5em;
  font-size: 1.6em;
  font-weight: 700;
}
#main.faq .faqList dd {
  position: relative;
  padding: 1em 1em 2em 3em;
}
#main.faq .faqList dd:before {
  position: absolute;
  content: 'A';
  top: 0.2em;
  left: 0.5em;
  font-size: 1.6em;
  font-weight: 700;
}
#main.about .shikaku {
  display: inline-block;
  width: 11em;
}
#main.achievements #achievementsNav {
  margin-bottom: 40px;
  text-align: center;
}
#main.achievements #achievementsNav button {
  display: inline-block;
  margin: 0 5px 5px;
  padding: 14px 20px;
  color: #2a3b56;
  font-size: 1em;
  line-height: 1;
  background: none;
  border: solid 1px #2a3b56;
  border-radius: 3px;
}
#main.achievements #achievementsNav button:hover {
  color: #e50012;
  border: solid 1px #e50012;
  cursor: pointer;
}
#main.achievements #achievementsNav button.active {
  color: #fff;
  background: #2a3b56;
}
#main.achievements .photoPost img {
  width: 33.333%;
}
#main.tips .tipsList {
  *zoom: 1;
}
#main.tips .tipsList:after {
  content: "";
  display: table;
  clear: both;
}
#main.tips .tipsPost {
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 40px;
  text-align: left;
}
#main.tips .tipsPost:nth-child(2n) {
  margin-right: 0;
}
#main.tips .tipsPost:nth-child(3n) {
  clear: left;
}
@media screen and (max-width: 640px) {
  #main.tips .tipsPost {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#main.tips .tipsPost img {
  width: 150px;
}
#main.tips h2.tipsTitle {
  font-size: 1em;
  text-align: left;
}
#main.tips img {
  float: left;
  margin-right: 10px;
}
#main.tips .moreLink {
  text-align: center;
}
#main.tips .moreLink a {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  background: #1c7cd5;
  border-radius: 5px;
}
#main.tips .moreLink a:hover {
  background: #e50012;
}
#main.achievements .photoPost {
  line-height: 0;
  letter-spacing: -1em;
  text-align: left;
}
#main.achievements .photoPost figure {
  display: inline;
}
#main.achievements .photoPost img {
  width: 33.333%;
}
#main.achievements .pagePost {
  margin: 20px 0;
}
#main.loan .loanCal table {
  width: 80%;
  margin: 0 auto;
}
#main.loan .loanCal th {
  width: 5em;
}
#main.loan .loanCal .btn {
  margin: 0 14px;
  text-align: center;
  background: #e50012;
}
#main.loan .loanCal .btn:hover {
  background: #ef995b;
}
@media screen and (max-width: 640px) {
  #main.loan .loanCal table {
    width: 100%;
    margin-bottom: 20px;
  }
  #main.loan .loanCal th {
    width: auto;
    padding: 10px 10px 5px 20px;
    border: none;
  }
  #main.loan .loanCal td {
    width: auto;
    padding: 5px 10px 10px 10px;
    border-top: none;
    border-bottom: 1px solid #c7c7c7;
  }
  #main.loan .loanCal input[type=text] {
    width: 6em;
  }
}
#main.loan .loanResult .tukiduki span {
  margin-right: 0.2em;
  font-size: 1.8em;
}
@media screen and (max-width: 640px) {
  #main.loan .loanResult td {
    padding-top: 0;
    padding-left: 20px;
  }
}
#main.news .postInfo {
  line-height: 1.4;
}
#main.news .postInfo dt {
  font-size: 0.9em;
}
#main.news .postInfo dd {
  margin-top: 8px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #ccc;
}

#sidebar {
  float: right;
  width: 200px;
}
@media screen and (max-width: 640px) {
  #sidebar {
    float: none;
    width: 100%;
  }
}
#sidebar .sec {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #sidebar .sec {
    margin-bottom: 20px;
  }
}
#sidebar .sideTitle {
  margin: 0 0 1em 0;
  padding: 5px 0;
  text-align: center;
  background: #592B00;
  color: #fff;
  font-size: 1.2em;
}
#sidebar .NavCont {
  margin: 0;
  padding: 0 10px;
}
#sidebar .NavCont li {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
  list-style: none;
}
#sidebar .NavCont a {
  color: #585858;
  text-decoration: none;
}
#sidebar .NavCont a:hover {
  text-decoration: underline;
}

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 1em auto;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

#footer {
  position: relative;
  margin-top: 100px;
  clear: both;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  overflow: hidden;
  zoom: 1;
  *zoom: 1;
}
@media screen and (max-width: 640px) {
  #footer {
    width: auto;
    padding: 0 10px;
  }
}
#footer:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {
  #footer {
    margin-top: 40px;
  }
}
#footer .siteTitle {
  max-width: 440px;
  margin: 30px auto;
  text-align: center;
}

#footerNav {
  *zoom: 1;
}
#footerNav:after {
  content: "";
  display: table;
  clear: both;
}
#footerNav .NavCont {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #footerNav .NavCont {
    margin-bottom: 0;
  }
}
#footerNav .NavCont li {
  display: inline;
  margin: 0 1em;
  line-height: 1.4;
  list-style: none;
}
@media screen and (max-width: 640px) {
  #footerNav .NavCont li {
    display: block;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #ccc;
  }
}
#footerNav .NavCont li a {
  padding: 0 5px;
  color: #585858;
  text-decoration: none;
}
#footerNav .NavCont li a:hover {
  color: #e50012;
  border-bottom: 1px solid #e50012;
}

.copyright {
  clear: both;
  padding: 20px;
  color: #585858;
  font-size: 0.85em;
  text-align: center;
  line-height: 2;
}
.copyright a {
  color: #585858;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}

.inner {
  clear: both;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  overflow: hidden;
  zoom: 1;
}
@media screen and (max-width: 640px) {
  .inner {
    width: auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .inner.sm-w100 {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .sm-inner {
    clear: both;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    overflow: hidden;
    zoom: 1;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .sm-inner {
    width: auto;
    padding: 0 10px;
  }
}

.alignright, .right {
  float: right;
}
@media screen and (max-width: 640px) {
  .alignright, .right {
    float: none;
    width: 100%;
  }
}

.alignleft, .left {
  float: left;
}
@media screen and (max-width: 640px) {
  .alignleft, .left {
    float: none;
    width: 100%;
  }
}

.aligncenter, .center {
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
}

@media screen and (max-width: 640px) {
  .sm-center {
    display: block;
    margin: 0 auto;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.sans-serif {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", Meiryo, serif;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .sm-text-right {
    text-align: right !important;
  }

  .sm-text-left {
    text-align: left !important;
  }

  .sm-text-center {
    text-align: center !important;
  }
}
.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.2em;
}

.main-color {
  color: #2a3b56;
}

.sub-color {
  color: #018ec3;
}

.accent-color {
  color: #ca2305;
}

.text-color {
  color: #585858;
}

.link-color {
  color: #018ec3;
}

.hover-color {
  color: #e50012;
}

.active-color {
  color: #ef995b;
}

.red {
  color: #c00;
}

.hide {
  display: none !important;
}

.display-hide {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}

.text-hide {
  overflow: hidden;
  text-indent: -9999px;
}

@media screen and (min-width: 640px) {
  .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .sm-hide {
    display: none !important;
  }
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inline {
  font-size: 0;
  letter-spacing: -1em;
}
.list-inline li {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .list-inline li {
    font-size: 16px;
  }
}

.dl-horizontal dt {
  clear: both;
  float: left;
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .dl-horizontal dt {
    float: none;
  }
}

.dl-table {
  background: #fefefe;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
.dl-table dt, .dl-table dd {
  margin: 0;
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
.dl-table dt {
  float: left;
  width: 15em;
  font-weight: normal;
}
.dl-table dd {
  background: #fff;
  margin-left: 15em;
  border-left: 1px solid #ccc;
}
.dl-table dd:after {
  content: '';
  display: block;
  clear: both;
}

.dl-list dt {
  float: left;
  width: 170px !important;
  margin: 0;
  padding: 14px 0 14px 30px;
  text-align: left;
  font-weight: bold;
  background: url(../images/bg-li.png) left center no-repeat;
}
.dl-list dd {
  margin: 0;
  padding: 14px 0 14px 195px;
  border-bottom: 1px dotted #ccc;
}

img.alignright, img.right {
  margin-left: 20px !important;
}
img.alignleft, img.left {
  margin-right: 20px !important;
}

@media screen and (max-width: 640px) {
  img.alignright, img.right, img.alignleft, img.left {
    float: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.wp-caption.alignright {
  margin-left: 20px !important;
}
@media screen and (max-width: 640px) {
  .wp-caption.alignright {
    float: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.wp-caption.alignleft {
  margin-right: 20px !important;
}
@media screen and (max-width: 640px) {
  .wp-caption.alignleft {
    float: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.wp-caption .wp-caption-text {
  margin-top: 8px;
  line-height: 1.4;
  text-align: center;
}

.hrt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #999;
}

.hrb {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}

.border-none {
  border: none !important;
}

.fade a {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fade a:hover {
  opacity: 0.6;
  filter: alpha(opacity=40);
  -moz-opacity: 0.6;
}

a.btn {
  display: inline-block;
  margin: 5px 0;
  padding: 0.8em 2em;
  color: #fff;
  text-decoration: none !important;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  background: #cb2e25;
  border-radius: 10px;
}
a.btn:hover {
  background: #e50012;
}

.listBtn {
  text-align: right;
}
.listBtn a {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 14px;
  color: #2a3b56;
  text-decoration: none !important;
  text-align: left;
  font-weight: normal;
  line-height: 1;
  border: 1px solid #2a3b56;
  border-radius: 5px;
}
.listBtn a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  padding-left: 1em;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .listBtn a {
    margin-bottom: 10px;
    text-align: left;
  }
}
.listBtn a:hover {
  color: #e50012;
  border: 1px solid #e50012;
}

.pagination {
  margin-top: 80px;
  text-align: center;
}
.pagination .allpage {
  padding: 0.4em 0.8em 0.3em;
  color: #585858;
  border: solid 1px #ccc;
}
.pagination ul {
  display: inline;
}
.pagination li {
  display: inline-block;
  margin: 0 1px !important;
  padding: 0 !important;
  list-style: none;
  background: none !important;
}
.pagination li.previous {
  float: left;
}
.pagination li.next {
  float: right;
}
.pagination a {
  padding: 0.4em 0.8em 0.3em;
  color: #666;
  text-decoration: none !important;
  background: #fff;
  border: solid 1px #ccc;
  transition: 0.3s;
}
.pagination a:hover {
  color: #fff;
  background: #e50012;
}
.pagination .current {
  padding: 0.4em 0.8em 0.3em;
  color: #fff;
  text-decoration: none;
  background: #999;
  border: solid 1px #999;
}

.breadcrumbs {
  clear: both;
  margin: 10px 0 0;
  overflow: hidden;
  *zoom: 1;
}
.breadcrumbs ol {
  padding: 0;
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  .breadcrumbs ol {
    margin: 0 15px !important;
  }
}
.breadcrumbs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  max-width: 400px;
  padding: 0 !important;
  color: #2a3b56;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li:before {
  content: '»';
  margin: 0 0.5em;
}
.breadcrumbs li:first-child:before {
  content: none;
  margin: 0;
}
.breadcrumbs li a {
  color: #2a3b56;
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  color: #e50012;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.pagetop a {
  display: inline-block;
  padding: 22px 14px 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7em;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background-color: rgba(32, 32, 32, 0.8);
  border-radius: 5px;
  box-shadow: 0 0 3px #999;
}
.pagetop a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.pagetop i {
  font-size: 1.2em;
}

.googleMap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

.googleMap iframe,
.googleMap object,
.googleMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  overflow: hidden;
}
.row .col2 {
  float: left;
  width: 435px;
  margin: 0 15px;
}
.row .col3 {
  float: left;
  width: 290px;
  margin: 0 15px;
}
@media screen and (max-width: 640px) {
  .row .smCol1 {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
}

table.mailform tr th {
  text-align: left;
  background: none;
  vertical-align: middle;
}

table.mailform tr th .font-red {
  color: #c00;
}

table.mailform p {
  margin: 0 !important;
}

@media screen and (max-width: 640px) {
  table.mailform tr {
    background: none !important;
  }

  table.mailform tr th {
    width: auto;
    background: #e8eef9;
    border: none;
  }

  table.mailform tr td {
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
@media print {
  body {
    width: 100% !important;
    _zoom: 0.75;
  }
}
