@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%; }

#wrap {
  font-size: 14px; }

a {
  color: #333; }
  a:visited, a:focus, a:active {
    color: #333; }

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

.inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inner {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 90%; } }

@media only screen and (min-width: 1024px) {
  .flL {
    float: left; }

  .flR {
    float: right; }

  .hoverOpacity {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s; }
    .hoverOpacity:hover {
      opacity: 0.8; }

  .pcH {
    display: none !important; } }
@media only screen and (max-width: 1023px) {
  .spTabH {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabH {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .spH {
    display: none !important; } }
.alignL {
  text-align: left; }

.alignC {
  text-align: center; }

.alignR {
  text-align: right; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabAlignL {
    text-align: left; }

  .tabAlignC {
    text-align: center; }

  .tabAlignR {
    text-align: right; } }
@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left; }

  .spAlignC {
    text-align: center; }

  .spAlignR {
    text-align: right; } }
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold; }

.bold {
  font-weight: bold; }

.tabBox {
  width: 100%;
  display: none; }
  .tabBox.active {
    display: block; }

html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }
  @media all and (-ms-high-contrast: none) {
    html, body {
      font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

body {
  line-height: 1; }

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }
  @media all and (-ms-high-contrast: none) {
    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,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
      font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }

a {
  text-decoration: none;
  color: #000; }
  a.decoration {
    text-decoration: underline; }
    a.decoration:visited, a.decoration:focus, a.decoration:active {
      text-decoration: underline;
      outline: 0; }
  a:visited, a:focus, a:active {
    text-decoration: none;
    color: #000;
    outline: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }

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

.lineBtn a {
  display: inline-block;
  border: 1px solid #000;
  height: 48px;
  line-height: 48px;
  position: relative;
  padding: 0 50px 0 20px;
  transition-duration: .6s;
  font-size: 15px; }
  .lineBtn a:after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 20px;
    transition-duration: .3s; }
  .lineBtn a:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 22px;
    right: 20px;
    transform: rotate(30deg);
    transition-duration: .3s; }
  .lineBtn a:hover {
    background-color: #000;
    color: #fff; }
    .lineBtn a:hover:after {
      background-color: #fff;
      right: 15px; }
    .lineBtn a:hover:before {
      background-color: #fff;
      right: 15px; }

#kv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100vh; }
  #kv .daigoImg {
    width: calc(50% - 120px);
    background-image: url(../images/daigo_img.jpg);
    background-size: cover;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #kv .daigoImg {
        width: 100%;
        height: 38vh; } }
    #kv .daigoImg:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
  #kv .logoWrap {
    width: 240px;
    height: 100vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      #kv .logoWrap {
        width: 100%;
        height: 24vh; } }
    #kv .logoWrap .logoInner {
      width: 100%;
      text-align: center;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        #kv .logoWrap .logoInner {
          padding: 7%;
          display: flex;
          justify-content: center;
          align-items: center; } }
      #kv .logoWrap .logoInner img {
        width: 120px; }
      #kv .logoWrap .logoInner .pcH {
        width: 40%;
        margin-right: 15%; }
        #kv .logoWrap .logoInner .pcH img {
          width: 100%; }
      #kv .logoWrap .logoInner ul {
        margin-top: 32px;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          #kv .logoWrap .logoInner ul {
            width: 30%;
            margin-top: 0; } }
        #kv .logoWrap .logoInner ul li {
          text-align: center;
          width: 100%; }
          @media only screen and (max-width: 767px) {
            #kv .logoWrap .logoInner ul li {
              text-align: left; } }
          #kv .logoWrap .logoInner ul li a {
            color: #fff;
            font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
            font-size: 16px;
            letter-spacing: 0.1em;
            padding: 16px 0;
            display: block;
            transition-duration: .3s; }
            @media only screen and (max-width: 767px) {
              #kv .logoWrap .logoInner ul li a {
                padding: 6px 0;
                font-size: 15px; } }
            #kv .logoWrap .logoInner ul li a:hover {
              background-color: #be6600; }
  #kv .kushinomiImg {
    width: calc(50% - 120px);
    background-image: url(../images/kushinomi_img.jpg);
    background-size: cover;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #kv .kushinomiImg {
        width: 100%;
        height: 38vh; } }
    #kv .kushinomiImg:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }

#concept {
  text-align: center;
  padding: 90px 0; }
  @media only screen and (max-width: 767px) {
    #concept {
      padding: 12% 0; } }
  #concept h3 {
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
    line-height: 1.7; }
    @media only screen and (max-width: 767px) {
      #concept h3 {
        font-size: 7vw;
        text-align: left;
        line-height: 1.5; } }
  #concept p {
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      #concept p {
        text-align: left;
        line-height: 1.6;
        font-size: 16px; } }

#shopInfo {
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    #shopInfo {
      padding-bottom: 0; } }
  #shopInfo .shopWrap:last-child {
    margin-top: 72px; }
  #shopInfo .shopImg {
    background-position: center center;
    background-size: cover;
    width: 80%;
    margin: 0 auto;
    height: 30vh;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      #shopInfo .shopImg {
        width: 100%; } }
    #shopInfo .shopImg.daigo {
      background-image: url(../images/daigo_img.jpg); }
    #shopInfo .shopImg.kushinomi {
      background-image: url(../images/kushinomi_img.jpg); }
  #shopInfo .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    #shopInfo .info .logo {
      width: 150px;
      margin-right: 56px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        #shopInfo .info .logo {
          width: 100%;
          margin-right: 0;
          text-align: center;
          margin-bottom: 24px; }
          #shopInfo .info .logo img {
            max-width: 140px; } }
    @media only screen and (max-width: 767px) {
      #shopInfo .info .text {
        width: 100%; } }
    #shopInfo .info .text p {
      font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
      font-size: 17px;
      letter-spacing: 0.1em;
      margin-bottom: 16px;
      line-height: 1.6;
      font-feature-settings: "palt"; }
      @media only screen and (max-width: 767px) {
        #shopInfo .info .text p {
          letter-spacing: 0; } }
    @media only screen and (max-width: 767px) {
      #shopInfo .info .text .lineBtn {
        text-align: center;
        margin-top: 24px; } }

#recruit {
  padding: 80px 0;
  position: relative; }
  #recruit .recruitImg {
    width: 70%;
    height: 60vh;
    background-image: url(../images/recruit.jpg);
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      #recruit .recruitImg {
        width: 90%;
        background-position: left center;
        background-image: url(../images/recruitsp.jpg); } }
  #recruit .recruitLink {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 40%; }
    @media only screen and (max-width: 767px) {
      #recruit .recruitLink {
        left: auto;
        right: 6%;
        width: 85%;
        top: 55%; } }
    #recruit .recruitLink a {
      display: block;
      background-color: #a80020;
      padding: 60px;
      color: #fff;
      position: relative;
      transition-duration: .3s; }
      @media only screen and (max-width: 767px) {
        #recruit .recruitLink a {
          padding: 6%; } }
      #recruit .recruitLink a p {
        font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.1em;
        margin-bottom: 16px;
        color: #ffd800; }
      #recruit .recruitLink a h3 {
        font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
        font-size: 30px;
        color: #fff;
        letter-spacing: 0.1em;
        line-height: 1.6; }
        @media only screen and (max-width: 767px) {
          #recruit .recruitLink a h3 {
            font-size: 6vw; } }
      #recruit .recruitLink a:after {
        content: "";
        width: 40px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: 48px;
        transition-duration: .3s; }
        @media only screen and (max-width: 767px) {
          #recruit .recruitLink a:after {
            width: 30px;
            right: 36px; } }
      #recruit .recruitLink a:before {
        content: "";
        width: 12px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: 48px;
        transform: rotate(30deg);
        transition-duration: .3s;
        margin-top: -4px; }
        @media only screen and (max-width: 767px) {
          #recruit .recruitLink a:before {
            right: 36px; } }
      #recruit .recruitLink a:hover {
        background-color: #7e0119;
        color: #fff; }
        #recruit .recruitLink a:hover:after {
          background-color: #fff;
          right: 40px; }
          @media only screen and (max-width: 767px) {
            #recruit .recruitLink a:hover:after {
              right: 28px; } }
        #recruit .recruitLink a:hover:before {
          background-color: #fff;
          right: 40px; }
          @media only screen and (max-width: 767px) {
            #recruit .recruitLink a:hover:before {
              right: 28px; } }

.greet {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .greet {
      padding-bottom: 10%; } }
  .greet .text {
    width: 70%;
    line-height: 1.8;
    font-size: 15px; }
    @media only screen and (max-width: 767px) {
      .greet .text {
        width: 100%;
        margin-bottom: 36px; } }
    .greet .text span {
      font-weight: bold; }
  .greet .thumnail {
    width: 25%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .greet .thumnail {
        width: 100%; } }
    .greet .thumnail p {
      margin-top: 16px; }

.businessWrap {
  display: flex;
  justify-content: center; /*220802変更*/
  flex-wrap: wrap;
  padding-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .businessWrap {
      padding-bottom: 10%; } }
  .businessWrap .business {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .businessWrap .business:first-child {
        margin-bottom: 36px; } }
    @media only screen and (max-width: 767px) {
      .businessWrap .business {
        width: 100%; } }
    .businessWrap .business .imgBox {
      background-position: center center;
      background-size: cover;
      width: 100%;
      margin: 0 auto;
      height: 45vh;
      margin-bottom: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .businessWrap .business .imgBox .logo {
        position: relative;
        z-index: 5; }
      .businessWrap .business .imgBox:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .businessWrap .business .imgBox img {
        height: 200px; }
      @media only screen and (max-width: 767px) {
        .businessWrap .business .imgBox {
          width: 100%; } }
      .businessWrap .business .imgBox.daigo {
        background-image: url(../images/daigo_img.jpg); }
      .businessWrap .business .imgBox.kushinomi {
        background-image: url(../images/kushinomi_img.jpg); }
    .businessWrap .business .text {
      width: 70%;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .businessWrap .business .text {
          width: 90%; } }
      .businessWrap .business .text h5 {
        font-weight: bold;
        margin-top: 24px;
        margin-bottom: 16px; }
        .businessWrap .business .text h5:first-child {
          margin-top: 0; }
      .businessWrap .business .text p {
        line-height: 1.8; }
        .businessWrap .business .text p.read {
          margin-bottom: 24px;
          font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
          font-size: 19px; }

.read {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 24px; }

.content {
  margin-bottom: 48px; }
  .content dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 24px 0;
    border-bottom: 1px solid #dddddd; }
    .content dl dt {
      width: 120px; }
  .content iframe {
    width: 100%;
    height: 320px;
    margin-top: 24px; }

#rinen {
  padding: 90px 0; }
  @media only screen and (max-width: 767px) {
    #rinen {
      padding: 10% 0; } }
  #rinen h3 {
    text-align: center;
    font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px; }
  #rinen .load {
    margin-bottom: 56px; }
    #rinen .load h4 {
      font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
      font-size: 20px;
      margin-bottom: 16px; }
    #rinen .load p {
      line-height: 1.6;
      font-size: 15px; }
    #rinen .load li {
      margin-top: 24px; }
      #rinen .load li:first-child {
        margin-top: 0; }
  #rinen .rule li {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.5; }
    #rinen .rule li:first-child {
      margin-top: 0; }

.contact {
  padding: 24px;
  border: 5px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .contact .comment {
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .contact .comment {
        font-size: 3.5vw; } }
  .contact .tel {
    padding-left: 24px;
    margin-left: 24px;
    border-left: 1px solid #eee; }
    @media only screen and (max-width: 767px) {
      .contact .tel {
        padding-left: 0px;
        margin-left: 0px;
        border-left: 0px solid #eee;
        margin-top: 16px;
        width: 100%; } }
    .contact .tel .num {
      font-size: 40px;
      margin-bottom: 8px;
      color: #a80020; }
      @media only screen and (max-width: 767px) {
        .contact .tel .num {
          font-size: 8vw; } }

.recruitInfo .recruit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px; }
  @media only screen and (max-width: 767px) {
    .recruitInfo .recruit {
      margin-top: 10%; } }
  .recruitInfo .recruit:last-child {
    margin-bottom: 64px; }
    @media only screen and (max-width: 767px) {
      .recruitInfo .recruit:last-child {
        margin-bottom: 10%; } }
  .recruitInfo .recruit .thumnail {
    width: 30%; }
    @media only screen and (max-width: 767px) {
      .recruitInfo .recruit .thumnail {
        display: none; } }
  .recruitInfo .recruit .text {
    width: 65%; }
    @media only screen and (max-width: 767px) {
      .recruitInfo .recruit .text {
        width: 100%; } }
    .recruitInfo .recruit .text .recruitTitle {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 16px; }
      .recruitInfo .recruit .text .recruitTitle h4 {
        font-size: 20px;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .recruitInfo .recruit .text .recruitTitle h4 {
            width: 100%;
            margin-top: 8px; } }
      .recruitInfo .recruit .text .recruitTitle p {
        font-size: 80%;
        padding: 8px;
        line-height: 1;
        color: #fff;
        margin-right: 8px;
        background-color: #be6600; }
    .recruitInfo .recruit .text .spthumnail {
      display: none; }
      @media only screen and (max-width: 767px) {
        .recruitInfo .recruit .text .spthumnail {
          display: block;
          margin-bottom: 16px; } }
    .recruitInfo .recruit .text dl {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      padding: 4px 0; }
      @media only screen and (max-width: 767px) {
        .recruitInfo .recruit .text dl {
          font-size: 14px; } }
      .recruitInfo .recruit .text dl dt {
        font-weight: bold;
        width: 70px; }
        @media only screen and (max-width: 767px) {
          .recruitInfo .recruit .text dl dt {
            width: 100%;
            margin-bottom: 4px; } }
      .recruitInfo .recruit .text dl dd {
        width: calc(100% - 70px);
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          .recruitInfo .recruit .text dl dd {
            width: 100%; } }

#jigyo {
  padding-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    #jigyo {
      padding-bottom: 10%; } }

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_tab {
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.cp_tab > input[type='radio'] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: none;
  text-align: center; }

.cp_tab .cp_tabpanel {
  display: none;
  width: 100%; }

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
  display: block; }

.cp_tab > label {
  position: relative;
  display: inline-block;
  padding: 24px 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 0;
  text-align: center;
  width: calc(100% / 3);
  box-sizing: border-box;
  line-height: 1.2; }

.cp_tab > label:hover,
.cp_tab > input:focus + label {
  color: #0066cc; }

.cp_tab > input:checked + label {
  margin-bottom: -1px;
  border-color: #cccccc;
  border-bottom: 1px solid #ffffff;
  /*背景色と同じ*/
  border-radius: 6px 6px 0 0; }

.cp_tab .cp_tabpanel {
  padding: 0.5em 1em;
  border-top: 1px solid #cccccc; }

@media (max-width: 480px) {
  .cp_tab {
    width: 100%;
    font-size: 0.8em; }

  .cp_tab label {
    padding: 1.5em 0; } }
#breadcrumbWrap {
  margin-bottom: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 56px; }
  #breadcrumbWrap ul {
    display: flex;
    justify-content: flex-start; }
    #breadcrumbWrap ul li a {
      text-decoration: underline; }
      #breadcrumbWrap ul li a:hover {
        text-decoration: none; }

/*# sourceMappingURL=parts.css.map */
