@charset "utf-8";

/*===== 共通ヘッター/PC =====*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,button{border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;list-style: none;text-decoration: none;}
body{
  color: #232b39;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ ", Meiryo, sans-serif !important;
}
#header img {
  width: 100%;
}
p {
  line-height: 1.6;
}

@media only screen and (min-width:768px) {

  body {
    font-size: 16px !important;
  }

  .visible-xs {
    display: none !important;
  }
  .header {
    height: 145px;
    border-bottom: 4px solid #60282f;
    background: #fff;
  }
  .header-container {
    margin: 8px auto 0;
    max-width: 1000px;
    position: relative;
  }
  .header-container > p {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .header-top {
    display: flex;
  }
  .header-logo {
    width: 140px;
    margin-right: 80px;
  }
  .keywords {
    width: 227px;
    height: 36px;
    border: 1px solid #aaaaaa;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    padding-left: 13px;
  }
  .keywords:focus {
    outline: 0;
  }
  .box-search .keywords::-webkit-input-placeholder
  {
    color: #aaaaaa;
  }
  .box-search .keywords::-moz-placeholder {
    color: #aaaaaa;
  }
  .box-search .keywords::-ms-input-placeholder {
    color: #aaaaaa;
  }
  .box-search {
    display: flex;
  }
  .box-search .material-icons {
    font-size: 30px;
    color: #60282f;
    padding: 0;
    width: 40px;
    height: 40px;
    background: #fafafa;
    border: 1px solid #aaaaaa;
    border-left: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
  }
  .box-search .material-icons:focus {
    outline: none;
  }
  .header-telephone {
    position: absolute;
    right: 0;
  }
  .header-telephone dl {
    margin: 0;
    width: 298px;
  }
  .header-telephone dl dt {
    margin: 0 16px 0 0;
    font-size: 12px;
    text-align: center;
    float: left;
    color: #60282f;
    background: #f5ede3;
    padding: 3px 0;
    width: 96px;
    border-radius: 3px;
    position: relative;
    line-height: 1.5;
  }
  .header-telephone dl dt:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -9px;
    top: 14px;
    border-left: 10px solid #f5ede3;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .header-telephone dl dd {
    white-space: nowrap;
  }
  .header-telephone dl dd p:first-of-type {
    margin: -.1em 0 0;
    font-family: Roboto,sans-serif;
    font-weight: bold;
    font-size: 29px;
    line-height: 1;
  }
  .header-telephone dl dd p:nth-of-type(2) {
    margin: 0;
    font-size: 12px;
  }

  /* ナビゲーション */
  .header .header-container .nav {
    margin: 17px 0 8px;
  }
  .nav .nav-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
  }
  .nav .nav-inner li {
    width: 20%;
    text-align: center;
  }
  .nav .nav-inner li a {
    color: #60282f;
    text-decoration: none;
    height: 44px;
    position: relative;
    display: block;
  }
  .nav .nav-inner li a:after {
    content: '';
    width: 1px;
    height: 28.5px;
    display: block;
    background: #dddddd;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .nav .nav-inner li:first-of-type a:before {
    content: '';
    width: 1px;
    height: 28.5px;
    display: block;
    background: #dddddd;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .nav .nav-inner li a span {
    display: inline-block;
    padding: 15px 0 2px;
  }
  .nav .nav-inner li a span:hover {
    border-bottom: 1px solid;
  }

  /* 追従ヘッター */
  .fix-nav {
    display: none;
  }
  .is-fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    width: 100%;
  }
  .fix-nav .fix-nav-title {
    background: #60282f;
    height: 40px;
  }
  .fix-nav .fix-nav-title p {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
  }
  .fix-nav .fix-nav-container {
    background: #f5f5f5;
    height: 40px;
  }
  .fix-nav .fix-nav-container .fix-nav-box {
    max-width: 1000px;
    margin: 0 auto;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul {
    display: flex;
    flex-direction: row;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul li {
    width: 12%;
    text-align: center;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul li a {
    color: #60282f;
    padding: 14px 0;
    display: block;
    position: relative;
    font-size: 13px;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul li a:after {
    content: '';
    width: 1px;
    height: 28px;
    display: block;
    background: #cccccc;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul li:first-of-type a:before {
    content: '';
    width: 1px;
    height: 28px;
    display: block;
    background: #cccccc;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul li a:visited,
  .fix-nav .fix-nav-container .fix-nav-box ul li a:active {
    text-decoration: none;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul li:not(:last-of-type) a span:visited,
  .fix-nav .fix-nav-container .fix-nav-box ul li:not(:last-of-type) a span:active,
  .fix-nav .fix-nav-container .fix-nav-box ul li:not(:last-of-type) a span:link {
    font-weight: bold;
    color: #232b39;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul .fix-nav-button {
    width: 24%;
    margin: 6px 0 6px auto;
    background: #f98613 url(../img/icn_coupon.png) no-repeat 12px center / 19px 21px;
    border-radius: 3px;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul .fix-nav-button a {
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 27px;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul .fix-nav-button a:after {
    content: none;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul .fix-nav-button a span {
    font-weight: bold;
    position: relative;
    top: 2px;
    margin-left: 20px;
  }

  /* パンくず */
  .breadcrumb {
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    height: 32px;
    overflow: hidden;
    line-height: 1;
  }
  .breadcrumb-container {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  .breadcrumb-container ol {
    line-height: 30px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
  }
  .breadcrumb-container ol li {
    position: relative;
    display: inline-block;
    line-height: 28px;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
  }
  .breadcrumb-container ol li:before,
  .breadcrumb-container ol li:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: calc(100% - 6px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 10px;
    border-color: transparent transparent transparent #e6e6e6;
    z-index: 1;
  }
  .breadcrumb-container ol li:before {
    left: calc(100% - 7px);
    border-left-color: #f5f5f5;
    z-index: 2;
  }
  .breadcrumb-container ol li a {
    text-decoration: none;
    font-size: 13px;
    color: #232b39;
  }
  .breadcrumb-container ol li:last-of-type:before,
  .breadcrumb-container ol li:last-of-type:after{
    content: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {

  .header-container {
    padding: 0 20px;
  }
  .header-logo {
    margin-right: 10px;
  }
  .header-telephone {
    right: 10px;
  }
  .header-telephone dl dt {
    margin-right: 12px;
}
  .nav .nav-inner li {
    font-size: 13px;
  }
  .fix-nav .fix-nav-title {
    padding: 0 20px;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul {
    padding: 0 20px;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul li:first-of-type a {
    padding: 7px 0;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul .fix-nav-button {
    width: 26%;
    height: 27px;
    background-size: 16px;
    background-position: 2px center;
  }
  .fix-nav .fix-nav-container .fix-nav-box ul .fix-nav-button a span {
    font-size: 13px;
  }
  .breadcrumb {
    padding: 0 10px;
  }
}

