@charset "UTF-8";
@-ms-viewport {
  width: device-width; }

/*--------------------------------------------------------------------------
和田商会 2023/2/～リニューアル
--------------------------------------------------------------------------*/
/*------------------------------
■■■■■Common■■■■■
------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6; }

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

a {
  outline: none; }
  a :focus {
    outline: none; }

a {
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s; }
  a :link {
    color: #222; }
  a :visited {
    color: #0099cc; }
  a :hover, a :active {
    color: #225577; }

/*------------------------------
■■■■■Index■■■■■
------------------------------*/
.head-title {
  margin: 15px auto;
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  color: #222; }

a.head-link:link, a.head-link:visited, a.head-link:hover, a.head-link:active {
  text-decoration: none; }

.head-logo {
  margin: 10px auto;
  width: 200px;
  height: auto; }

.navbar-nav {
  margin: 0 auto;
  display: table; }
  .navbar-nav li {
    padding-right: 10px;
    padding-left: 10px;
    display: table-cell; }

.bg-dark {
  background-color: #225577 !important; }

.head-img-box {
  display: block;
  height: 640px;
  width: 100%; }

.bg-top-img {
  background: url(../slider/main-img.jpg) right center no-repeat;
  background-size: cover; }

.catchcopy {
  margin-bottom: 20px;
  font-size: 40px; }
  .catchcopy span {
    display: inline-block; }

.catchread {
  font-size: 16px; }
  .catchread span {
    display: inline-block; }

.brand-link-box {
  position: relative; }
  .brand-link-box img {
    margin: 10px auto; }

.limited {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: -10px; }

.text-limited {
  margin: 10px auto;
  padding: 5px 0 5px 35px;
  background: url("../images/brand/limited-hokkaido.png") left top 5px no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  font-size: 14px;
  text-align: left; }

.subtitle {
  margin: 20px 0 30px;
  font-size: 18px;
  font-weight: 900;
  border-bottom: 8px solid #225577;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  letter-spacing: 5px;
  position: relative; }
  .subtitle span {
    margin-left: -65px;
    padding: 5px 0 5px 5px;
    width: 120px;
    display: inline-block;
    background-color: #FFF;
    position: absolute;
    bottom: -20px;
    left: 50%;
    text-align: center;
    -webkit-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }

.catetitle {
  margin: 20px 0 30px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 8px solid #225577;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  letter-spacing: 5px;
  position: relative; }
  .catetitle span {
    margin-left: -95px;
    padding: 5px 0 5px 5px;
    width: 180px;
    display: inline-block;
    background-color: #FFF;
    position: absolute;
    bottom: -20px;
    left: 50%;
    text-align: center;
    -webkit-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }

.bg-bk {
  background-color: #222; }

footer {
  margin: 0;
  display: block;
  background-color: #225577;
  position: relative; }
  footer p {
    margin: 0;
    padding: 30px 0;
    font-size: 14px;
    color: #FFF; }

.othertitle {
  margin: 30px 0 20px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 8px solid #225577;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  letter-spacing: 5px;
  position: relative;
  color: #FFF; }
  .othertitle span {
    margin-left: -65px;
    padding: 5px 0 5px 5px;
    width: 160px;
    display: inline-block;
    background-color: #333;
    position: absolute;
    bottom: -20px;
    left: 50%;
    text-align: center;
    -webkit-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }

.dealersblock {
  margin: 50px 0 0;
  display: block;
  background-color: #333;
  text-align: enter; }

.dealerslink {
  margin: 15px auto 20px;
  border-spacing: 5px; }
  .dealerslink a {
    margin: 4px 2px;
    padding: 3px 10px 3px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    border: 2px solid #225577;
    border-radius: 3px; }
  .dealerslink a:link, .dealerslink a:visited {
    color: #FFF;
    text-shadow: 0px 0px 5px #003366;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
    background: -webkit-linear-gradient(#333, #111);
    background: -o-linear-gradient(#333, #111);
    background: linear-gradient(#333, #111); }
  .dealerslink a:hover, .dealerslink a:active {
    color: #FFF;
    text-shadow: 1px 2px 3px #003366;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
    background: -webkit-linear-gradient(#444, #222);
    background: -o-linear-gradient(#444, #222);
    background: linear-gradient(#444, #222);
    text-decoration: none; }

/*------------------------------
■■■■■Company Profile■■■■■
------------------------------*/
.th-title {
  padding-left: 10px;
  font-size: 24px;
  font-weight: 900;
  border-left: 24px solid #225577; }

.profile {
  margin: 30px auto; }
  .profile th, .profile td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #666; }

.officer {
  margin: 0; }
  .officer th {
    font-weight: 400; }
  .officer th, .officer td {
    padding: 5px 10px;
    border: 0; }

/*------------------------------
■■■■■Business content■■■■■
------------------------------*/
.jigyou {
  margin: 0 auto;
  display: inline-block;
  text-align: left; }

/*------------------------------
■■■■■Contact■■■■■
------------------------------*/
.name-block {
  display: table; }

.name-box {
  display: table-cell; }

/*------------------------------
■■■■■Thunkst■■■■■
------------------------------*/
.morebutton {
  margin: 20px auto;
  padding: 10px 20px;
  display: inline-block;
  background-color: #CCC;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  border: 1px solid #999;
  border-radius: 3px;
  text-shadow: 0 0 2px #FFF; }

a.morebutton:link, a.morebutton:visited {
  background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
  background: -webkit-linear-gradient(#EEE, #CCC);
  background: -o-linear-gradient(#EEE, #CCC);
  background: linear-gradient(#EEE, #CCC);
  color: #333;
  -webkit-transition: 0.1s;
  /* Safariに対応させるため */
  -o-transition: 0.1s;
  transition: 0.1s;
  box-shadow: 0px 0px 4px #999;
  /*CSS3*/
  -moz-box-shadow: 0px 0px 4px #999;
  /* Firefox用*/
  -webkit-box-shadow: 0px 0px 4px #999;
  /* Google Chrome, Safari用*/ }

a.morebutton:hover, a.morebutton:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
  background: -webkit-linear-gradient(#FFF, #DDD);
  background: -o-linear-gradient(#FFF, #DDD);
  background: linear-gradient(#FFF, #DDD);
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.1s;
  /* Safariに対応させるため */
  -o-transition: 0.1s;
  transition: 0.1s;
  box-shadow: 0px 0px 15px #999;
  /*CSS3*/
  -moz-box-shadow: 0px 0px 15px #999;
  /* Firefox用*/
  -webkit-box-shadow: 0px 0px 15px #999;
  /* Google Chrome, Safari用*/ }

/*----------------------------------------
トップに戻るボタン
----------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1; }
  #page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    width: 51px;
    padding: 12px 0 18px;
    text-align: center;
    display: block;
    border-radius: 50%; }
  #page-top a:hover {
    text-decoration: none;
    background: #222; }

/* -------------------------------------------------------------------------------
 ～576px
------------------------------------------------------------------------------- */
@media (min-width: 300px) and (max-width: 575px) {
  .h3 {
    font-size: 20px; }
  p {
    font-size: 14px; }
  .navbar-nav {
    margin: 0 auto 0 0;
    display: table; }
    .navbar-nav li {
      padding-right: 10px;
      padding-left: 10px;
      display: block; }
  .head-img-box {
    display: block;
    height: 340px;
    width: 100%; }
  .catchcopy {
    font-size: 26px; }
  .limited {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    top: -10px; }
  .othertitle {
    margin: 30px 0 20px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 8px solid #225577;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    letter-spacing: 5px;
    position: relative;
    color: #FFF; }
    .othertitle span {
      margin-left: -65px;
      padding: 5px 0 5px 5px;
      width: 160px;
      display: inline-block;
      background-color: #333;
      position: absolute;
      bottom: -20px;
      left: 50%;
      text-align: center;
      -webkit-transform: scale(1.2, 1);
      -ms-transform: scale(1.2, 1);
      transform: scale(1.2, 1); }
  .dealerslink {
    width: auto;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0; }
    .dealerslink th {
      margin-bottom: 4px;
      display: block; }
    .dealerslink td {
      width: 100%;
      display: block; }
    .dealerslink a {
      margin: 6px 0 0 0;
      font-size: 13px;
      letter-spacing: 0;
      display: block; }
  .catetitle {
    font-size: 20px; }
    .catetitle span {
      margin-left: -65px;
      width: 130px; }
  /*------------------------------
■■■■■Company Profile■■■■■
------------------------------*/
  .th-title {
    padding-left: 10px;
    font-size: 24px;
    font-weight: 900;
    border-left: 24px solid #225577; }
  .profile {
    margin: 30px auto; }
    .profile th, .profile td {
      display: block;
      width: 100%;
      padding: 10px;
      vertical-align: top;
      border-bottom: 1px solid #666; }
    .profile th {
      padding-bottom: 0;
      border-bottom: 0; }
    .profile td {
      padding-top: 0;
      font-size: 14px; }
    .profile .pc-view {
      display: none; }
  .officer {
    display: block;
    width: 100%; }
    .officer th {
      font-size: 80%; }
    .officer tbody, .officer tr, .officer th, .officer td {
      display: block;
      width: 100%; } }

/* -------------------------------------------------------------------------------
 576px～
------------------------------------------------------------------------------- */
@media (min-width: 576px) and (max-width: 767px) {
  .head-img-box {
    display: block;
    height: 460px;
    width: 100%; }
  .limited {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -10px; }
  .dealerslink {
    width: auto;
    margin: 0 auto 20px;
    text-align: center; } }

/* -------------------------------------------------------------------------------
 768px～
------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .dealerslink {
    width: auto;
    margin: 0 auto 20px;
    text-align: center; } }

/* -------------------------------------------------------------------------------
 992px～
------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------
 1200px～
------------------------------------------------------------------------------- */
