@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em; }

html {
  font-size: 62.5%; }

body, table, input, textarea, select, option {
  font-family: 'Noto Sans JP', sans-serif; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  color: #000;
  text-decoration: none; }
  a:link {
    color: #000;
    text-decoration: none; }
  a:visited, a:hover, a:active {
    color: #000; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #F9F5EF; }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%; }

#container {
  text-align: left;
  overflow: hidden; }

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

@media all and (min-width: 897px) {
  .sp {
    display: none !important; } }
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.2rem; }

  a:hover {
    opacity: 1 !important; }
    a:hover img {
      opacity: 1 !important; }

  .pc {
    display: none !important; }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto; } }
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  background: url("../../img/common/header_bg.jpg") left top/auto 30px;
  border-top: 6px solid #B22235; }
  #gHeader .headerInner {
    padding: 19px 0 17px;
    margin: 0 auto;
    max-width: 1260px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  #gHeader h1 {
    margin-right: 15px;
    width: 30%; }
  #gHeader .rBox {
    display: none;
    margin-top: 4px;
    width: 10%; }
    #gHeader .rBox .sns {
      margin-bottom: 11px;
      display: flex;
      justify-content: space-between; }
      #gHeader .rBox .sns .sns_twitter {
        margin-left: 10px;
        background: #1E84CD;
        border-radius: 4px; }
        #gHeader .rBox .sns .sns_twitter a {
          padding: 4px 8px;
          width: 100%;
          height: 100%;
          color: #FFF;
          display: block; }
      #gHeader .rBox .sns .sns_facebook {
        background: #102E83;
        border-radius: 4px; }
        #gHeader .rBox .sns .sns_facebook a {
          padding: 4px 8px;
          width: 100%;
          height: 100%;
          color: #FFF;
          display: block; }
    #gHeader .rBox input {
      padding: 0 5px;
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #D46500;
      height: 24px;
      -webkit-appearance: none;
      appearance: none; }
      #gHeader .rBox input[type="text"] {
        padding-right: 20px;
        background: #fff url("../../img/common/icon01.jpg") no-repeat right 4px center/12px auto; }
      #gHeader .rBox input[type="submit"] {
        margin: 7px 0 0 auto;
        display: block;
        width: 55px;
        border: 2px solid #FFF;
        background-color: #D46500;
        color: #FFF;
        letter-spacing: 2.8px;
        font-size: 1.4rem;
        cursor: pointer; }
        #gHeader .rBox input[type="submit"]:hover {
          opacity: 0.7; }

@media all and (max-width: 896px) {
  #gHeader {
    position: relative;
    background-size: auto 15px;
    border-top: 3px solid #B22235;
    z-index: 100; }
    #gHeader .headerInner {
      padding: 17px 0 9px;
      width: auto;
      display: block; }
    #gHeader h1 {
      margin: 0 auto;
      width: 227px; }
    #gHeader .menu {
      position: absolute;
      right: 1px;
      top: 6px;
      width: 31px;
      cursor: pointer; }
    #gHeader .rBox {
      display: none; }
    #gHeader .menuBox {
      padding: 19px 5px;
      position: absolute;
      left: 0;
      top: -3px;
      width: 100%;
      height: 100vh;
      overflow: auto;
      z-index: 10;
      box-sizing: border-box;
      transform: translateY(-100%);
      transition: .3s;
      z-index: 100; }
      #gHeader .menuBox.on {
        transform: translateY(0); }
    #gHeader .menuBg {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(249, 245, 239, 0.9);
      z-index: 99;
      display: none; }
    #gHeader .menuInner {
      padding: 9px 0 25px;
      background-color: #FFF;
      border: 1px solid #B22235;
      border-radius: 6px; }
      #gHeader .menuInner .logo {
        margin: 0 auto 10px;
        padding-right: 10px;
        width: 228px; }
      #gHeader .menuInner ul {
        margin: -25px 15px 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        #gHeader .menuInner ul li {
          margin-top: 25px;
          border-right: 1px solid #7F7F7F;
          width: 45%; }
          #gHeader .menuInner ul li:nth-child(2n) {
            border-right: 0; }
        #gHeader .menuInner ul a {
          padding: 0 15px;
          display: block;
          text-align: center;
          font-size: 1.6rem;
          word-break: keep-all;
          text-decoration: none; }
          #gHeader .menuInner ul a .img {
            margin: 0 auto;
            width: 95px;
            display: block; }
      #gHeader .menuInner form {
        margin-right: -15px;
        padding: 10px 0 0 15px;
        display: flex;
        width: calc(100% + 15px);
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        box-sizing: border-box; }
      #gHeader .menuInner input {
        padding: 0 5px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #D46500;
        height: 20px;
        -webkit-appearance: none;
        appearance: none; }
        #gHeader .menuInner input[type="text"] {
          background: #fff url("../../img/common/icon01.jpg") no-repeat right 2px center/7px auto; }
        #gHeader .menuInner input[type="submit"] {
          margin-top: 10px;
          display: block;
          width: 38px;
          height: 19px;
          border: 1px solid #FFF;
          background-color: #D46500;
          color: #FFF;
          letter-spacing: 2.8px;
          font-size: 1rem; }
    #gHeader .close {
      margin: 2px 0 20px;
      text-align: center; }
      #gHeader .close a {
        font-size: 1.7rem;
        color: #B02423; } }
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  margin-right: 9px;
  padding: 0;
  width: 70%;
  border: 6px solid rgba(178, 34, 53, 0.3);
  border-radius: 12px;
  background-color: #FFF;
  overflow: hidden;
  text-align: center;
  background: #FFF8EF; }
  #gNavi ul {
    display: flex;
    flex-wrap: wrap;
    height: 40px; }
    #gNavi ul.topmenu {
      border-bottom: 1px solid #656565; }
  #gNavi li {
    width: 20%;
    padding: 6px 0 8px 0;
    box-sizing: border-box;
    border-right: 1px solid #7F7F7F;
    display: flex;
    align-content: center;
    align-items: flex-end;
    justify-content: center; }
    #gNavi li:last-child {
      border-right: none; }
    #gNavi li a {
      padding: 3px 0;
      display: block;
      font-size: 1.6rem;
      line-height: 1.1;
      color: #982903;
      text-decoration: none; }
      #gNavi li a:hover {
        opacity: 0.7; }

@media all and (max-width: 896px) {
  #gNavi {
    display: none; } }
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  position: relative;
  border-top: 2px solid #ea979f; }
  #gFooter .pageTop {
    position: absolute;
    right: 10px;
    bottom: 100%; }
    #gFooter .pageTop a {
      padding-bottom: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 156px;
      height: 37px;
      background-color: #D8394C;
      color: #FFF;
      font-size: 1.4rem;
      box-sizing: border-box; }
      #gFooter .pageTop a:hover {
        opacity: 0.7; }
  #gFooter .logoList {
    padding: 31px 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F9F9F9; }
    #gFooter .logoList li {
      margin: 0 30px;
      width: 160px; }
    #gFooter .logoList a:hover {
      opacity: 0.7; }
  #gFooter .fNavi {
    padding: 30px 0 28px;
    text-align: center;
    background-color: #FAE6BE;
    line-height: 1; }
    #gFooter .fNavi li {
      padding: 0 20px;
      position: relative;
      display: inline-block;
      border-right: 1px solid #000; }
      #gFooter .fNavi li:last-child {
        border-right: none; }
      #gFooter .fNavi li a {
        font-size: 1.4rem; }
        #gFooter .fNavi li a:hover {
          text-decoration: underline; }
  #gFooter .copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.7px;
    background-color: #D8394C; }

@media all and (max-width: 896px) {
  #gFooter {
    border-top: none; }
    #gFooter .pageTop {
      display: none; }
    #gFooter .logoList {
      padding: 15px 0 13px; }
      #gFooter .logoList li {
        margin: 0 15px;
        width: 80px; }
    #gFooter .fNavi {
      display: none; }
    #gFooter .copyright {
      padding: 3px 0;
      font-size: 1rem; } }
/*------------------------------------------------------------
	カテゴリー ナビ
------------------------------------------------------------*/
.breadcrumb {
  margin: 0 auto;
  max-width: 1028px;
  height: 50px;
  display: flex;
  align-items: center; }
  .breadcrumb li {
    height: 16px; }
    .breadcrumb li.home {
      margin-left: 0px;
      content: '';
      padding: 0 0 0 24px;
      background: url("../../img/common/breadcrumb_home.svg") no-repeat left 0px top 2px; }
    .breadcrumb li.next {
      margin-left: 10px;
      content: '';
      padding: 0 0 0 24px;
      background: url("../../img/common/breadcrumb_next.svg") no-repeat left 0px top 2px; }

.ctg_visual {
  margin: 0 auto;
  width: 100%;
  height: auto; }
  .ctg_visual img {
    width: 100%;
    height: auto; }

/*------------------------------------------------------------
	カテゴリー ページ共通
------------------------------------------------------------*/
.sec_ctgpage {
  padding: 31px 0 136px;
  background: url("../../img/index/sec01_bg.jpg") no-repeat center/auto 630px; }
  .sec_ctgpage .inner {
    margin: 0 auto;
    max-width: 1028px;
    padding: 30px 0 0 0; }
  .sec_ctgpage .ttl_1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.0rem;
    padding: 10px 0 0 0; }
  .sec_ctgpage .ttl_2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.0rem;
    padding: 10px 0 0 0;
    margin: 0 0 60px 0; }

.sec_inner {
  max-width: 960px;
  height: auto;
  margin: auto; }

@media all and (max-width: 896px) {
  .sec_ctgpage {
    padding: 12px 5px 10px;
    background: none; }
    .sec_ctgpage .inner {
      margin: 0 auto;
      width: 100%; }
    .sec_ctgpage .ttl_2 {
      font-size: 2.4rem; }

  .sec_inner {
    width: 100%; } }
