@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN", Meiryo, sans-serif; }

@media only screen and (min-width: 768px) {
  .nopc {
    display: none; } }

@media only screen and (max-width: 767px) {
  .nosp {
    display: none; } }

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

#head {
  margin-bottom: 0; }

.topBanner {
  background: #fff url("/dir/itaku/img/bg.gif") repeat-x;
  height: 30px; }

.wrap {
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .wrap {
      margin: 0 10px 40px; } }
  @media only screen and (min-width: 768px) {
    .wrap {
      max-width: 1080px;
      margin: 0 auto; } }

.local_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .local_nav {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .local_nav {
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      align-content: flex-start;
      max-width: 1080px;
      margin: 0 auto 5px; } }
  @media only screen and (max-width: 767px) {
    .local_nav .local_logo {
      width: 90%;
      margin: 0 auto 5px;
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    .local_nav .local_logo {
      width: 350px;
      margin: 0 20px 0 0; } }
  .local_nav .local_logo img {
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 767px) {
    .local_nav .local_guide {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .local_nav .local_guide {
      width: calc(100% - 370px); } }
  .local_nav .local_guide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
    .local_nav .local_guide ul li {
      width: 33%;
      height: 48px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      align-content: center;
      background-color: #cc0000;
      position: relative;
      margin: 0; }
    .local_nav .local_guide ul a {
      display: block;
      width: 100%;
      color: #fff;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      font-weight: bold;
      line-height: 100%;
      padding: 5px 0 4px;
      font-feature-settings: "palt";
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .local_nav .local_guide ul a {
          font-size: 13px; } }
      @media only screen and (min-width: 768px) {
        .local_nav .local_guide ul a {
          font-size: 18px; } }
      .local_nav .local_guide ul a::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: transparent; }
    .local_nav .local_guide ul .currentPage {
      background-color: #002398; }

h1 {
  background-color: #002398;
  text-align: left;
  color: #FFF;
  font-family: 'Rounded Mplus 1c';
  font-size: 18px;
  font-weight: bolder;
  padding: 3px 0 3px 100px;
  margin: 0 0 15px; }
  @media only screen and (max-width: 767px) {
    h1 {
      margin-top: -5px;
      padding-left: 20px; } }

h2 {
  background-color: #002398;
  text-align: center;
  color: #FFF;
  font-family: 'Rounded Mplus 1c';
  font-size: 18px;
  font-weight: bolder;
  padding: 3px 0; }
  @media only screen and (max-width: 767px) {
    h2 {
      margin-top: -5px;
      padding-left: 20px; } }
  @media only screen and (min-width: 768px) {
    h2 {
      margin-top: 0; } }

.shop {
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .shop {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .shop__img {
    width: 440px;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .shop__img {
        width: 95%; } }
  .shop table {
    display: inline-block;
    vertical-align: middle; }
    .shop table tr td:nth-child(1) {
      background-color: #e7afcf;
      font-family: 'Rounded Mplus 1c';
      font-weight: bold;
      font-size: 12px;
      padding: 5px 30px; }
      @media only screen and (max-width: 767px) {
        .shop table tr td:nth-child(1) {
          padding: 5px;
          width: 35%;
          vertical-align: middle; } }
    .shop table tr td:nth-child(2) {
      font-size: 12px;
      text-align: left;
      vertical-align: middle; }

.nakano {
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .nakano {
      flex-direction: column;
      margin: 15px 0 0; } }
  @media only screen and (min-width: 768px) {
    .nakano {
      justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  .leftSide {
    width: 100%;
    order: 2; } }
@media only screen and (min-width: 768px) {
  .leftSide {
    width: 350px; } }

.twitter {
  border: 1px solid #CCC;
  padding: 5px 20px 20px 20px;
  position: relative;
  text-align: left; }
  .twitter .twitterHeader a {
    color: #46beba; }
  .twitter .twitterHeader strong {
    font-size: 20px; }
  .twitter::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 5px solid #002398; }

.timeline-header {
  display: none; }

@media only screen and (max-width: 767px) {
  .rightSide {
    width: 100%;
    order: 1; } }
@media only screen and (min-width: 768px) {
  .rightSide {
    width: 700px; } }
.rightSide .storeAddress {
  text-align: left;
  display: inline-block;
  width: 190px;
  vertical-align: top;
  font-size: 12px; }
  @media only screen and (max-width: 767px) {
    .rightSide .storeAddress {
      width: 100%;
      margin: 0 0 15px;
      padding: 0 0 0 10px; } }
  .rightSide .storeAddress .spTwoPics {
    float: right;
    width: 50%;
    margin-left: 10px;
    margin-right: 10px; }
    .rightSide .storeAddress .spTwoPics img {
      width: 100%;
      margin-bottom: 10px; }
.rightSide .storePictures {
  display: inline-block;
  width: 500px;
  text-align: right;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .rightSide .storePictures {
      width: 100%;
      text-align: center; } }
  .rightSide .storePictures img {
    width: 245px;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 767px) {
      .rightSide .storePictures img {
        width: 45%; } }
  .rightSide .storePictures img:nth-child(even) {
    margin-left: 5px; }
.rightSide #map {
  height: 400px;
  width: 100%;
  margin-bottom: 20px; }
.rightSide .tuduku {
  font-family: 'Rounded Mplus 1c';
  font-size: 20px;
  font-weight: bolder;
  color: #002398; }
