/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}

dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}

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

.column2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column2 ul li {
  width: 49%;
  margin-top: 20px;
}

.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column3 ul li {
  width: 32%;
  margin-top: 20px;
}

.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}

.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}

.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}

.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}

.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}

.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

#preamble main {
  width: auto;
}

@media print, screen and (max-width: 1200px) {
  #preamble main {
    padding: 0 0 0 0;
  }
}

#links_list {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

#links_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#links_list ul li {
  width: 49%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#links_list ul li div:nth-child(1) {
  width: 250px;
}

#links_list ul li div:nth-child(1) figure a {
  display: block;
}

#links_list ul li div:nth-child(1) figure a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#links_list ul li div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 270px);
}

#links_list ul li div:nth-child(2) h3 {
  padding: 10px 0 0 0;
  border-top: 3px solid #0d58ca;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "Sawarabi Gothic";
  font-weight: bold;
}

#links_list ul li div:nth-child(2) h3 span {
  margin-top: 8px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .3em .5em;
  background: #fff7bd;
}

#links_list ul li div:nth-child(2) p {
  margin-top: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  text-align: left;
  padding-bottom: 10px;
}

#links_list ul li div:nth-child(2) aside {
  text-align: right;
  margin-top: auto;
}

#links_list ul li div:nth-child(2) aside a {
  text-decoration: none;
  color: #0d58ca;
  display: inline-block;
  padding: 0.3em 0.5em 0.1em 0.5em;
  border: 1px solid #0d58ca;
  border-radius: 5px;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 0.9375rem;
  line-height: 1.40625rem;
  background: white;
}

#links_list ul li div:nth-child(2) aside a i {
  margin: 0 0 0 .3em;
}

#links_list ul li div:nth-child(2) aside a:hover {
  background: #0d58ca;
  color: white;
}

@media print, screen and (max-width: 1200px) {
  #links_list {
    max-width: calc(100% - 40px);
  }
  #links_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0 0 0;
  }
  #links_list ul li {
    width: 32%;
    display: block;
    margin-right: 2%;
    margin-top: 30px;
    padding: 10px;
    background: #fefbf1;
    -webkit-box-shadow: 0px 0px 2px 0px #999;
    box-shadow: 0px 0px 2px 0px #999;
  }
  #links_list ul li div:nth-child(1) {
    width: auto;
  }
  #links_list ul li div:nth-child(2) {
    width: auto;
  }
  #links_list ul li div:nth-child(2) h3 {
    border-top: none;
  }
  #links_list ul li:nth-child(3n) {
    margin-right: 0;
  }
  #links_list ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #links_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #links_list ul li {
    width: 49%;
    margin-right: 0;
  }
  #links_list ul li:nth-child(3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #links_list ul {
    display: block;
  }
  #links_list ul li {
    width: auto;
  }
  #links_list ul li:nth-child(2) {
    margin-top: 30px;
  }
}

.d_shops_link {
  width: 1200px;
  max-width: 100%;
  margin: 60px auto 0 auto;
  background: #fffae6;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 2px 0px #b1b1b1;
  box-shadow: 0px 0px 2px 0px #b1b1b1;
}

.d_shops_link > h2 {
  font-size: 25px;
  line-height: 37.5px;
  font-size: 1.5625rem;
  line-height: 2.34375rem;
  font-family: "Sawarabi Gothic";
  color: #6b4f27;
}

.d_shops_link > ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d_shops_link > ul > li {
  margin: 0 10px;
}

.d_shops_link > ul:nth-of-type(2) {
  padding: 30px 0 0 0;
  border-top: 2px dashed #673e1f;
}

@media print, screen and (max-width: 1200px) {
  .d_shops_link {
    max-width: calc(100% - 40px);
  }
  .d_shops_link > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d_shops_link > ul > li {
    width: 32%;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .d_shops_link {
    padding: 20px;
  }
  .d_shops_link > ul {
    margin-top: 20px;
  }
  .d_shops_link > ul > li {
    width: 49%;
    margin-top: 10px;
  }
  .d_shops_link > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .d_shops_link > ul:nth-of-type(2) {
    padding: 20px 0 0 0;
  }
}
/*# sourceMappingURL=index.css.map */



.d_main_shosai {
  width: calc(100% - 40px);
  max-width: 100%;
  margin: 40px auto 0 auto;
}

.d_main_shosai p {
  text-align: left;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}



