@charset "UTF-8";
html {
  font-size: 1em; }

body {
  margin: 0;
  padding: 0;
  background-color: #C1132A;
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 150%; }

div, th, td {
  font-size: 1rem;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%; }

.ja {
  word-wrap: break-word; }

h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
  margin: 0;
  color: #fff; }

a {
  color: #cde3ec; }
  a:hover {
    color: #efe0c4; }

/* --- */
.content {
  box-sizing: border-box;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px; }
  .content h1 {
    font-size: 1.5rem;
    line-height: 150%;
    margin: 0 auto 20px;
    padding: 15px;
    background-color: #232323;
    text-align: center; }
  .content h2 {
    font-size: 1.25rem;
    line-height: 150%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 8px 10px 7px;
    margin: 0 0 30px 0;
    text-align: center; }
  .content h3 {
    font-size: 1.125rem;
    line-height: 150%;
    border-left: 5px solid #232323;
    padding: 8px 10px 8px;
    margin: 0 0 25px 0; }
  .content dl {
    margin: 0 0 30px 5px;
    padding: 0; }
  .content dt {
    margin: 0; }
  .content dd {
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .content dd {
        margin: 0; } }
    @media only screen and (min-width: 769px) {
      .content dd {
        margin: 0 0 0 20px; } }
    .content dd ul {
      margin: 0px 0px 0px 20px;
      padding: 0; }
    .content dd li {
      margin: 15px 0 0 0; }
      .content dd li:first-child {
        margin: 0 0 0 0; }

.content_foot .gmap_twitter {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .content_foot .gmap_twitter {
      flex-direction: column; } }
  @media only screen and (min-width: 769px) {
    .content_foot .gmap_twitter {
      height: 300px;
      overflow: hidden;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      align-content: flex-start; } }
  @media only screen and (max-width: 768px) {
    .content_foot .gmap_twitter .twitter {
      width: 100%;
      height: 300px;
      overflow: hidden;
      order: 1;
      margin: 0 0 20px 0; } }
  @media only screen and (min-width: 769px) {
    .content_foot .gmap_twitter .twitter {
      width: 45%; } }
  @media only screen and (max-width: 768px) {
    .content_foot .gmap_twitter .gmap {
      width: 100%;
      height: 300px;
      overflow: hidden;
      order: 2; } }
  @media only screen and (min-width: 769px) {
    .content_foot .gmap_twitter .gmap {
      width: 54%; } }

.home .global_head {
  margin: 0 0 0 0; }
.home p {
  margin: 0 0 40px 0; }
.home .entry {
  margin: 0 0 50px 0;
  text-align: left; }
.home .hero {
  margin: 0 auto 40px; }
  .home .hero img {
    max-width: 100%; }

.layout .entry {
  display: flex;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .layout .entry {
      flex-direction: column; } }
  @media only screen and (min-width: 769px) {
    .layout .entry {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      align-content: flex-start; } }
  @media only screen and (max-width: 768px) {
    .layout .entry .map {
      width: 100%;
      text-align: center; } }
  @media only screen and (min-width: 769px) {
    .layout .entry .map {
      width: 70%; } }
  .layout .entry .map img {
    max-width: 100%; }
  @media only screen and (max-width: 768px) {
    .layout .entry .list {
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .layout .entry .list {
      width: 29%; } }
  .layout .entry .list ol {
    margin: 0 0 0 30px;
    padding: 0; }

.sanka_ippan {
  text-align: center; }
  .sanka_ippan table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin: 0 auto 20px; }
  .sanka_ippan th {
    width: 20%;
    text-align: center;
    background-color: #901114;
    border-bottom: 1px solid #ca141d; }
  .sanka_ippan td {
    width: 70%;
    text-align: left;
    border-bottom: 1px dotted #000;
    padding: 15px 10px 15px 15px; }
    .sanka_ippan td strong {
      color: #dbeb00;
      display: block;
      margin: 0 0 0 0;
      font-size: 1.25rem; }
    .sanka_ippan td p {
      margin: 10px 0 0 0; }
    .sanka_ippan td ul {
      margin: 15px 0 0 20px;
      padding: 0; }

.sanka_dealer {
  display: flex;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .sanka_dealer {
      flex-direction: column; } }
  @media only screen and (min-width: 769px) {
    .sanka_dealer {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      align-content: flex-start; } }
  @media only screen and (max-width: 768px) {
    .sanka_dealer .area {
      width: 100%;
      margin: 0 0 30px 0; } }
  @media only screen and (min-width: 769px) {
    .sanka_dealer .area {
      width: 100%; } }
  .sanka_dealer .link {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .sanka_dealer .link {
        margin: 10px auto 30px; } }
    @media only screen and (min-width: 769px) {
      .sanka_dealer .link {
        margin: 80px auto 30px; } }
    .sanka_dealer .link a {
      background-color: #333;
      color: #fff;
      text-decoration: none;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .sanka_dealer .link a {
          padding: 15px 50px; } }
      @media only screen and (min-width: 769px) {
        .sanka_dealer .link a {
          padding: 25px 270px;
          font-size: 20px; } }
      .sanka_dealer .link a:hover {
        background-color: #444; }

.moshikomi {
  text-align: left; }
  .moshikomi .cut {
    display: flex;
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 768px) {
      .moshikomi .cut {
        flex-direction: column; } }
    @media only screen and (min-width: 769px) {
      .moshikomi .cut {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: flex-start; } }
    .moshikomi .cut .image img {
      max-width: 100%; }
    @media only screen and (max-width: 768px) {
      .moshikomi .cut .image {
        width: 100%;
        margin: 0 0 10px 0; } }
    @media only screen and (min-width: 769px) {
      .moshikomi .cut .image {
        width: 240px; } }
    @media only screen and (max-width: 768px) {
      .moshikomi .cut .info {
        width: 100%;
        margin: 0 0 10px 0; } }
    @media only screen and (min-width: 769px) {
      .moshikomi .cut .info {
        width: calc(100% - 250px); } }
    .moshikomi .cut .info ul {
      margin: 20px 0 0 30px; }
    .moshikomi .cut .info p {
      margin: 15px 0 0 10px; }
      .moshikomi .cut .info p:first-child {
        margin: 0 0 0 10px; }

.t-shirt .entry {
  text-align: center;
  margin: auto; }
.t-shirt .pic {
  margin: auto; }
  .t-shirt .pic img {
    max-width: 100%; }
.t-shirt .sale {
  font-size: 2rem;
  line-height: 150%;
  color: #eeff00;
  margin: 15px 0 0 0; }
.t-shirt .price {
  font-size: 1.25rem;
  line-height: 150%;
  margin: 15px 0 0 0; }
.t-shirt .caption {
  font-size: 1.125rem;
  line-height: 150%;
  margin: 15px 0 0 0; }

.csv_form {
  box-sizing: border-box;
  text-align: left; }
  .csv_form select {
    font-size: 1rem; }
  .csv_form input[type=text],
  .csv_form input[type=email] {
    -webkit-appearance: none;
    border: 1px solid #999;
    font-size: 1em;
    padding: 7px 5px; }
  .csv_form textarea {
    -webkit-appearance: none;
    border: 1px solid #999;
    font-size: 1rem;
    padding: 7px 5px; }
  .csv_form .mini {
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .csv_form .mini {
        width: 50%; } }
    @media only screen and (min-width: 769px) {
      .csv_form .mini {
        width: 20%; } }
  .csv_form .short {
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .csv_form .short {
        width: 100%; } }
    @media only screen and (min-width: 769px) {
      .csv_form .short {
        width: 35%; } }
  .csv_form .middle {
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .csv_form .middle {
        width: 100%; } }
    @media only screen and (min-width: 769px) {
      .csv_form .middle {
        width: 50%; } }
  .csv_form .long {
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .csv_form .long {
        width: 100%; } }
    @media only screen and (min-width: 769px) {
      .csv_form .long {
        width: 70%; } }
  .csv_form .max {
    width: 100%;
    box-sizing: border-box; }
  .csv_form b {
    color: #610000;
    font-size: 0.9rem; }
  .csv_form dl {
    margin: 0; }
  .csv_form dt {
    margin: 10px 0 0 0; }
    .csv_form dt:first-child {
      margin: 0 0 0 0; }
  .csv_form dd {
    margin: 0 0 0 25px; }
  .csv_form em {
    font-style: normal;
    color: #ff8849;
    margin: 0 0 0 5px; }
  .csv_form table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin: 0 0 10px 0; }
  .csv_form th {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 0.9rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .csv_form th {
        width: 100%;
        display: block;
        text-align: left;
        margin: 0 0 3px; } }
    @media only screen and (min-width: 769px) {
      .csv_form th {
        width: 25%;
        border-bottom: 1px solid #fff;
        padding: 27px 5px 28px; } }
  .csv_form td {
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .csv_form td {
        width: 100%;
        display: block;
        text-align: left;
        margin: 0 0 20px; } }
    @media only screen and (min-width: 769px) {
      .csv_form td {
        width: 75%;
        border-bottom: 1px solid #fff;
        padding: 12px 5px 11px; } }
  .csv_form .submit {
    display: flex;
    background-color: #333;
    border: 1px solid #999;
    padding: 15px 0; }
    @media only screen and (max-width: 768px) {
      .csv_form .submit {
        flex-direction: column-reverse; } }
    @media only screen and (min-width: 769px) {
      .csv_form .submit {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center; } }
    .csv_form .submit input[type=submit] {
      -webkit-appearance: none;
      border: 1px solid #333;
      font-size: 1.2rem;
      margin: auto;
      padding: 5px 15px; }
      .csv_form .submit input[type=submit]:first-child {
        background-color: #2676a5;
        color: #fff;
        padding: 5px 25px; }

.lang {
  margin: 30px auto 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center; }
  .lang li {
    width: 100px;
    text-align: center;
    margin: 0 5px; }
  .lang a {
    display: block;
    background-color: #B59658;
    color: #000;
    padding: 3px;
    box-sizing: border-box;
    box-shadow: 0 0 3px 0 #000 inset; }
    .lang a:hover {
      background-color: #cbb488; }

.local_nav,
.local_nav_prod {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center; }
  .local_nav a,
  .local_nav_prod a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box; }

.local_nav {
  margin: 0 auto 30px; }
  .local_nav li {
    margin: 0 2px 2px; }
    @media only screen and (max-width: 768px) {
      .local_nav li {
        width: 90px; } }
    @media only screen and (min-width: 769px) {
      .local_nav li {
        width: calc(100% / 7 - 4px); } }
  .local_nav a {
    height: 70px;
    padding: 5px 7px;
    background-color: #B59658;
    color: #000;
    box-shadow: 0 0 3px 0 #000 inset; }
    .local_nav a:hover {
      background-color: #cbb488; }

.prod_banner {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .prod_banner {
      flex-direction: column; } }
  @media only screen and (min-width: 769px) {
    .prod_banner {
      justify-content: center; } }
  @media only screen and (max-width: 768px) {
    .prod_banner li {
      margin: 0 0 5px; } }
  @media only screen and (min-width: 769px) {
    .prod_banner li {
      margin: 0 5px 10px; } }
  .prod_banner li img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }
    .prod_banner li img:hover {
      opacity: 0.8; }

.d_list table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto; }
@media only screen and (max-width: 768px) {
  .d_list th, .d_list td {
    display: block; }
  .d_list th {
    margin: 0 0 10px 0; }
  .d_list td:nth-of-type(1) {
    margin: 0 0 10px 0; }
  .d_list td:nth-of-type(2) {
    margin: 0 0 30px 0; } }
@media only screen and (min-width: 769px) {
  .d_list th, .d_list td {
    border-bottom: 1px dotted #999;
    padding: 10px 0 10px 0;
    box-sizing: border-box; }
  .d_list th {
    width: 25%; }
  .d_list td {
    text-align: left;
    padding: 0 0 0 10px; }
    .d_list td:nth-of-type(1) {
      width: 30%; }
    .d_list td:nth-of-type(2) {
      width: 45%; } }

.instagram_area {
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    .instagram_area {
      padding: 30px 10px 40px; } }
  @media only screen and (min-width: 769px) {
    .instagram_area {
      padding: 60px 30px 70px; } }
  .instagram_area h1 {
    color: #FFF;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .instagram_area h1 {
        font-size: 40px;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 769px) {
      .instagram_area h1 {
        font-size: 50px;
        margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    .instagram_area img {
      width: 30px; } }
  @media only screen and (min-width: 769px) {
    .instagram_area img {
      width: 55px; } }
  .instagram_area p {
    margin: 0;
    padding: 0;
    color: #000; }
    @media only screen and (min-width: 769px) {
      .instagram_area p {
        font-size: 12px; } }

.instagramItem {
  width: 80%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .instagramItem .insta-box {
    width: 18%;
    filter: drop-shadow(15px 15px 8px rgba(0, 0, 0, 0.2)); }
    @media only screen and (max-width: 768px) {
      .instagramItem .insta-box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 48%;
        margin-top: 0;
        margin-left: auto;
        margin-bottom: 2%;
        margin-right: auto; } }
    @media only screen and (min-width: 769px) {
      .instagramItem .insta-box {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
        margin-right: 0;
        padding-bottom: 4px; } }
    .instagramItem .insta-box a {
      width: 100%;
      overflow: hidden;
      position: relative;
      display: block; }
      .instagramItem .insta-box a .spacer {
        padding-bottom: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: relative;
        z-index: 10;
        opacity: 0; }
      .instagramItem .insta-box a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: solid 2px #fff; }
      .instagramItem .insta-box a .oblongImg {
        height: 100%;
        width: auto;
        max-width: initial;
        min-width: initial; }
      .instagramItem .insta-box a .verticalImg {
        width: 100%;
        height: auto;
        max-height: initial;
        min-height: initial; }
      .instagramItem .insta-box a .likes {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 600;
        opacity: 0;
        z-index: 20; }
      .instagramItem .insta-box a:hover .likes {
        opacity: 1; }
      .instagramItem .insta-box a:hover .spacer {
        opacity: 1; }

.instagram_area h1 a,
.instagram_area p a {
  color: #FFF;
  text-decoration: none; }
.instagram_area h1 a:hover,
.instagram_area p a:hover {
  color: #ffe600; }

.daimansai_link {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .daimansai_link {
      margin: 40px auto 40px; } }
  @media only screen and (min-width: 769px) {
    .daimansai_link {
      margin: 80px auto 90px; } }
  .daimansai_link a {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .daimansai_link a {
        padding: 15px 50px; } }
    @media only screen and (min-width: 769px) {
      .daimansai_link a {
        padding: 25px 150px;
        font-size: 20px; } }
    .daimansai_link a:hover {
      background-color: #444; }
