@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8;
  }
}
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 160%;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  list-style: none;
}

body {
  color: #411e0c;
  font-size: 1.2em;
  font-family: yu-mincho-pr6n, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #411e0c;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:active {
  text-decoration: under-line;
}

a img {
  border-style: none;
  transition: 0.3s;
}

div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
  box-sizing: border-box;
}

.tt,
.tt5 {
  display: none;
}

/* PC */
@media print, screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
/* Tablet */
@media screen and (max-width: 960px) {
  html {
    font-size: 6.25%;
  }

  body {
    font-size: 14rem;
  }

  #wrapper img {
    width: 100%;
  }

  .pc {
    display: none;
  }
}
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tt {
    display: block;
  }

  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}
/* iphone5 */
@media screen and (max-width: 360px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
@media screen {
  .fade00 {
    opacity: 0;
    transition: 1s;
  }

  .fade01 {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }

  .fade00a {
    opacity: 1.0;
    transform: translate(0, 0);
  }
}
header {
  background: url(../images/mainimg.jpg) no-repeat center center;
  background-size: cover;
  height: 700px;
  position: relative;
}
header > h1 {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  header {
    height: 500px;
  }
  header > h1 {
    width: 95%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header {
    height: 300px;
  }
}

.copyArea {
  background-color: #f6f3e8;
  margin: 0 0 50px;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .copyArea {
    margin: 0 0 30px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea {
    padding: 30px 20px;
  }
}
.copyArea > h2 {
  font-size: 2em;
  line-height: 140%;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea > h2 {
    font-size: 1.7em;
    margin: 0 0 10px;
  }
}

.main {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .main {
    padding: 0 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main {
    padding: 0 20px;
  }
}
.main > h3 {
  background-color: #c4a466;
  color: #fff;
  line-height: 1.2em;
  vertical-align: middle;
  margin: 0 0 10px;
  padding: 5px;
  text-align: center;
  font-size: 1.2em;
}
.main > div {
  margin: 0 0 70px;
}
@media screen and (max-width: 960px) {
  .main > div {
    margin: 0 0 40px;
  }
}
.main > div > section.detail {
  border-top: 1px solid #411e0c;
  border-bottom: 1px solid #411e0c;
  margin: 0 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.detail {
    display: block;
  }
}
.main > div > section.detail > p {
  width: 241px;
  border-right: 1px solid #411e0c;
  margin: 20px 0;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .main > div > section.detail > p {
    width: 201px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.detail > p {
    border-right: none;
    margin: 20px auto;
  }
}
.main > div > section.detail > p img {
  width: 100%;
}
.main > div > section.detail > div {
  width: calc(100% - 261px);
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .main > div > section.detail > div {
    width: calc(100% - 221px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.detail > div {
    width: 100%;
    display: block;
  }
}
.main > div > section.detail > div > h4 {
  width: 60%;
  font-size: 1.8em;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: -2px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.detail > div > h4 {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #411e0c;
  }
}
.main > div > section.detail > div > p.hinsyu {
  width: 40%;
  padding: 0 0 0 20px;
  border-left: 1px solid #411e0c;
  font-size: 0.95em;
  font-family: noto-sans, sans-serif;
}
.main > div > section.detail > div > p.hinsyu strong {
  font-weight: normal;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.detail > div > p.hinsyu > span {
    display: none;
  }
  .main > div > section.detail > div > p.hinsyu strong {
    font-weight: bold;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.detail > div > p.hinsyu {
    padding: 0;
    border-left: none;
    text-align: center;
    width: 100%;
  }
}
.main > div > section.detail > div > p.text {
  width: 100%;
  border-top: 1px solid #411e0c;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.detail > div > p.text {
    border-top: 1px dotted #411e0c;
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
}
.main > div > section.menu {
  background-image: url(../images/bg_green.svg), url(../images/bg_green.svg);
  background-position: left 0,right 0;
  background-repeat: repeat-y;
  background-size: 14px auto,14px auto;
  padding: 0 7px;
}
.main > div > section.menu > div {
  background-color: #a8b877;
  text-align: center;
  padding: 28px 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.menu > div {
    padding: 20px 0 15px;
  }
}
.main > div > section.menu > div > h5 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 20px;
}
.main > div > section.menu > div > h5:before {
  content: "［";
  margin: 0 5px;
}
.main > div > section.menu > div > h5:after {
  content: "］";
  margin: 0 5px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.menu > div > h5 {
    font-size: 1.2em;
  }
  .main > div > section.menu > div > h5:before, .main > div > section.menu > div > h5:after {
    content: "";
    margin: 0;
  }
}
.main > div > section.menu > div > ul li {
  display: inline;
  margin: 0 10px;
}
.main > div > section.menu > div > ul li a {
  color: #fff;
  text-decoration: underline;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 1.2em;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .main > div > section.menu > div > ul li {
    display: block;
  }
  .main > div > section.menu > div > ul li a {
    display: block;
    margin-bottom: 7px;
    padding: 7px;
  }
}

.miniArea {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .miniArea {
    padding: 0 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea {
    padding: 0 20px;
  }
}
.miniArea > h3 {
  font-size: 1.3em;
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
  padding-right: 10px;
  /* SP小さめ */
}
.miniArea > h3 > span {
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .miniArea > h3 {
    font-size: 1.3em;
  }
  .miniArea > h3 > span {
    display: none;
  }
}
@media screen and (max-width: 350px) and (orientation: portrait) {
  .miniArea > h3 {
    font-size: 1.15em;
    padding-right: 0;
  }
}
.miniArea p.item_mini {
  position: absolute;
  width: 300px;
  left: -25px;
  top: -25px;
  /* SP小さめ */
}
@media screen and (max-width: 960px) {
  .miniArea p.item_mini {
    width: 25%;
    left: 15px;
    top: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea p.item_mini {
    width: 34%;
    left: 10px;
    top: -20px;
  }
}
@media screen and (max-width: 350px) and (orientation: portrait) {
  .miniArea p.item_mini {
    width: 32%;
  }
}
.miniArea p.item_mini img {
  width: 100%;
}
.miniArea > div {
  background-color: #f6f3e8;
  margin: 0 0 7px;
  padding: 30px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea > div {
    display: block;
    padding: 48px 20px 10px;
  }
}
.miniArea > div > h4 {
  width: 45%;
  border-bottom: 1px solid #411e0c;
  padding: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea > div > h4 {
    width: 100%;
    border-bottom: 1px dotted #411e0c;
    padding: 0 0 10px;
  }
}
.miniArea > div > h4 > span {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 150%;
  display: block;
  border-right: 1px solid #411e0c;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea > div > h4 > span {
    border-right: none;
    text-align: center;
  }
}
.miniArea > div > p.hinsyu {
  width: 27%;
  border-bottom: 1px solid #411e0c;
  font-size: 0.95em;
  font-family: noto-sans, sans-serif;
  padding: 25px 25px 35px;
}
.miniArea > div > p.hinsyu strong {
  font-weight: normal;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea > div > p.hinsyu > span {
    display: none;
  }
  .miniArea > div > p.hinsyu strong {
    font-weight: bold;
  }
}
@media screen and (max-width: 960px) {
  .miniArea > div > p.hinsyu {
    padding: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea > div > p.hinsyu {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dotted #411e0c;
  }
}
.miniArea > div > p.text {
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea > div > p.text {
    padding-top: 10px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea > div > ul.tt {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .miniArea > div > ul.tt li {
    width: calc(50% - 10px);
  }
}
.miniArea > p.lastCopy {
  font-size: 1.2em;
  background-color: #411e0c;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 5px 5px 5px 30px;
}
.miniArea > p.notes {
  font-family: noto-sans, sans-serif;
  text-align: right;
  font-size: 0.8em;
}
@media screen and (max-width: 960px) {
  .miniArea > p.notes {
    text-align: left;
  }
}
.miniArea > ul {
  position: absolute;
  right: -20px;
  bottom: 40px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .miniArea > ul {
    right: 20px;
    bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .miniArea > ul {
    display: none;
  }
}
.miniArea > ul li:nth-child(1) {
  width: 197px;
}
@media screen and (max-width: 960px) {
  .miniArea > ul li:nth-child(1) {
    width: 17%;
  }
}
.miniArea > ul li:nth-child(2) {
  width: 283px;
  padding: 30px 0 0 10px;
}
@media screen and (max-width: 960px) {
  .miniArea > ul li:nth-child(2) {
    width: 24%;
    padding: 20px 0 0 0;
  }
}
.miniArea > ul li img {
  width: 100%;
}

.gotop {
  position: fixed;
  right: 20px;
  bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .gotop {
    right: 15px;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.gotop a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin-top: 10px;
  background-color: #411e0c;
  width: 50px;
  line-height: 50px;
}
@media screen and (max-width: 960px) {
  .gotop a {
    width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop a {
    width: 35px;
    line-height: 35px;
  }
}
.gotop a:hover {
  transform: translate(0, -5px);
}

@media print {
  .gotop {
    display: none;
  }
}
/* IEのみフォントを替える*/
@media all and (-ms-high-contrast: none) {
  .main > h3,
  .main > div > section.detail > div h4,
  .miniArea > div > h4 > span,
  .miniArea > p.lastCopy {
    font-family: noto-serif, serif;
  }
}
