@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp_s.min.css");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: YakuHanMPs, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
  height: 100%;
  position: relative;
  color: #000;
  background: #fff;
}

ul,
ol {
  list-style: none;
}

@media screen and (min-width: 750px) {
  .forSP {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .forPC {
    display: none;
  }
}

img {
  display: block;
  width: 100%;
}

a {
  display: block;
}

.SPbr {
  display: none;
}
@media screen and (max-width: 749px) {
  .SPbr {
    display: inline;
  }
}

.PCbr {
  display: inline;
}
@media screen and (max-width: 749px) {
  .PCbr {
    display: none;
  }
}

#wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #fff8db;
}
@media screen and (min-width: 750px) {
  #wrap {
    width: 500px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  }
}
#wrap .item img {
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #wrap .item img {
    width: 100%;
  }
}

footer {
  background-color: #231815;
  color: #fff;
}
@media screen and (max-width: 749px) {
  footer {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  footer {
    padding: 40px 0;
  }
}
@media screen and (min-width: 750px) {
  footer .inner {
    margin: 0 auto;
  }
}
footer a.link_hover {
  color: #fff;
  text-decoration: none;
  transition: 0.3s linear;
}
@media screen and (max-width: 749px) {
  footer a.link_hover {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 749px) {
  footer a.link_hover .logo {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 750px) {
  footer a.link_hover .logo {
    width: 320px;
    margin: 0 auto 30px;
  }
}
footer a.link_hover .address {
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  footer a.link_hover .address {
    font-size: 11px;
  }
}

a.link_hover:hover {
  opacity: 0.5;
}