@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Sorts+Mill+Goudy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("../font/fontawesomeV5free/all.min.css");
/* ////////////////////////////////////////////////////////////////////
	reset
//////////////////////////////////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Sorts+Mill+Goudy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("../font/fontawesomeV5free/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Sorts+Mill+Goudy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("../font/fontawesomeV5free/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Sorts+Mill+Goudy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("../font/fontawesomeV5free/all.min.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style-type: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

button {
  background: none;
  border: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

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

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand, select::-ms-expand {
  display: none;
}

/* ====================================================================
	module
==================================================================== */
strong {
  font-weight: bold;
}

.spView, .spViewInline, .spViewFlex {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
  br.spView {
    display: inline-block;
  }
  .spViewInline {
    display: inline-block;
  }
  .spViewFlex {
    display: flex;
  }
}

/* ------------------
	contentBox
------------------ */
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.wrapMax {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}

.content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 1em;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 0 5%;
  }
}

.contentThin {
  max-width: 960px;
  margin: auto;
  padding: 0 1em;
}

.contentThin::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .contentThin {
    padding: 0 10%;
  }
}

.contentWide {
  width: 100%;
  max-width: 1560px;
  margin: auto;
}

.contentWide::after {
  content: "";
  display: block;
  clear: both;
}

.boxShadow {
  position: relative;
  padding: 1em 1em 3em 1em;
}

.boxShadow::after {
  box-shadow: rgba(119, 91, 61, 0.2) 3px 3px 4px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 1em;
  width: calc(100% - 2em);
  height: 100%;
}

@media screen and (max-width: 767px) {
  .boxShadow {
    padding: 1em 2em 2em;
  }
}

.clm2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm2 > * {
  width: 48%;
  margin-right: 4%;
}

.clm2 > *:nth-of-type(2n) {
  margin-right: 0;
}

.clm2 > * {
  margin-bottom: 5em;
}

.clm2 > *:nth-last-of-type(1), .clm2 > *:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .clm2 > * {
    width: 100%;
    margin-right: 0;
  }
  .clm2 > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .clm2 > *:nth-last-of-type(2) {
    margin-bottom: 5em;
  }
}

.clm3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm3 > * {
  width: 30%;
  margin-right: 5%;
}

.clm3 > *:nth-of-type(3n) {
  margin-right: 0;
}

.clm3 > * {
  margin-bottom: 5em;
}

.clm3 > *:nth-last-of-type(1), .clm3 > *:nth-last-of-type(2), .clm3 > *:nth-last-of-type(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .clm3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .clm3 > * {
    width: 48%;
  }
  .clm3 > *:nth-of-type(3n) {
    margin-right: 4%;
  }
  .clm3 > *:nth-last-of-type(3) {
    margin-bottom: 5em;
  }
  .clm3 > * {
    width: 48%;
    margin-right: 4%;
  }
  .clm3 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

.clm4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm4 > * {
  width: 22%;
  margin-right: 4%;
}

.clm4 > *:nth-of-type(4n) {
  margin-right: 0;
}

.clm4 li {
  margin-bottom: 5em;
}

.clm4 li:nth-last-of-type(1), .clm4 li:nth-last-of-type(2), .clm4 li:nth-last-of-type(3), .clm4 li:nth-last-of-type(4) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .clm4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .clm4 li:nth-last-of-type(3), .clm4 li:nth-last-of-type(4) {
    margin-bottom: 5em;
  }
  .clm4 > * {
    width: 48%;
    margin-right: 4%;
  }
  .clm4 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

.borderTop {
  border-top: 1px #c79f63 solid;
}

.bgPink {
  background-color: rgba(121, 142, 46, 0.1);
}

/* ---------------
	text
--------------- */
p {
  font-size: 1.6rem;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
  line-height: 2.2em;
  transform: rotate(0.05deg);
}

h2 {
  font-size: 5rem;
  color: #798e2e;
  font-family: "Sorts Mill Goudy", serif;
  line-height: 1.0em;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 2.4rem;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  line-height: 1.6em;
}

h4 {
  font-size: 1.8rem;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
  line-height: 2.2em;
  transform: rotate(0.05deg);
}

.pagettl {
  padding: 0 0 1em;
  text-align: center;
  font-size: 1.8rem;
  color: #798e2e;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pagettl {
    padding: 0.5em 0;
    font-size: 1.6rem;
  }
}

.pagepath {
  display: block;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  background-color: #222;
  color: #000;
  text-align: left;
}

.pagepath ul {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.pagepath ul li {
  display: inline;
  padding-right: 5px;
  line-height: 1.2em;
  font-size: 1.2rem;
}

.pagepath ul li:after {
  display: inline;
  padding-left: 10px;
  content: ">";
}

.pagepath ul li:last-child:after {
  display: none;
}

.pagepath ul li a {
  color: #000;
  text-decoration: underline;
}

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

.ttl {
  display: table;
  margin: 0 auto 1.4rem;
  padding: 1.4rem 10px 0.8rem;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  border-bottom: 2px solid #c69e62;
}

.ttl span {
  display: block;
  font-size: 1.8rem;
  color: #798e2e;
  font-family: "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.ttl::before {
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
  content: url(/assets/images/img_ttl.png);
}

.ttl .ttlen {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 1.2rem;
}

.ttl strong {
  display: inline-block;
  background-image: url(../img/icn_circle_navy.svg);
  background-position: left 0.2em;
  background-size: auto 0.8em;
  background-repeat: no-repeat;
  padding-left: 1em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}

.ttlSub {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  padding: 0.25em 1.5em 0.5em 0.5em;
  text-align: center;
  font-size: 5rem;
  line-height: 1.6em;
}

.ttlSub::before, .ttlSub::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  background-color: #261d11;
}

@media screen and (max-width: 767px) {
  .ttlSub span {
    font-size: 1.6rem;
  }
}

.more {
  padding: 1em 0 0;
  text-align: center;
}

/* ------------------
	link
------------------ */
.btn {
  position: relative;
  display: inline-block;
  border: 2px #798e2e solid;
  color: #261d11;
  padding: 1.5em 6em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  background-color: #fff;
  margin: 5% auto;
  font-size: 1.4rem;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
}

.btn span {
  margin-left: 1em;
  font-size: 1.2rem;
}

.btn span::before {
  content: "-";
  margin-right: 0.5em;
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 200ms;
}

.btn:hover {
  opacity: 1;
  color: #798e2e;
  cursor: pointer;
}

.btn:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 1em 2em;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.2rem;
  }
}

.btnMore {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  line-height: 1em;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.btnMore::before {
  position: absolute;
  left: -10rem;
  display: inline-block;
  content: "";
  width: 8.5rem;
  height: 2rem;
  background: url(../img/icn_arrow_more.svg) center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .btnMore::before {
    width: 5rem;
    left: -6.5rem;
    height: 1.5rem;
  }
}

.btnWhite {
  position: relative;
  display: inline-block;
  border: 2px #fff solid;
  color: #261d11;
  padding: 1.5em 6em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  background-color: #fff;
  margin: 5% auto;
}

.btnWhite span {
  margin-left: 1em;
  font-size: 1.2rem;
}

.btnWhite span::before {
  content: "-";
  margin-right: 0.5em;
}

.btnWhite::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 200ms;
}

.btnWhite:hover {
  opacity: 1;
  color: #798e2e;
  cursor: pointer;
}

.btnWhite:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btnWhite {
    padding: 1em 2em;
  }
}

.btnGray {
  position: relative;
  display: inline-block;
  border: 2px #fff5e0 solid;
  color: #261d11;
  padding: 1.5em 6em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  background-color: #fff;
  margin: 5% auto;
}

.btnGray span {
  margin-left: 1em;
  font-size: 1.2rem;
}

.btnGray span::before {
  content: "-";
  margin-right: 0.5em;
}

.btnGray::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 200ms;
}

.btnGray:hover {
  opacity: 1;
  color: #798e2e;
  cursor: pointer;
}

.btnGray:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btnGray {
    padding: 1em 2em;
  }
}

.btnBuy {
  width: 6.5em;
  height: 3em;
  background-color: #c69e62;
  margin: 1.4em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnBuy p {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Sorts Mill Goudy", serif;
}

.icnArwL::before {
  display: inline-block;
  padding-right: 0.1em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icnArwR::after {
  display: inline-block;
  padding-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.icnNewwin::before {
  display: inline-block;
  padding-right: 0.1em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

a.fancy {
  position: relative;
  display: block;
}

a.fancy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f002" !important;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #000;
}

/* ------------------
	list
------------------ */
ul.basic {
  padding: 0 0 0 1.2em;
}

ul.basic li {
  list-style: disc;
  margin-bottom: 1em;
}

ul.basic li:last-of-type {
  margin-bottom: 0;
}

ol.basic {
  padding: 0 0 0 1.2em;
}

ol.basic li {
  list-style: decimal;
  margin-bottom: 1em;
}

ol.basic li:last-of-type {
  margin-bottom: 0;
}

dl.basic {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

dl.basic dt, dl.basic dd {
  border-top: 1px #c79f63 solid;
  padding: 0.5em;
}

dl.basic dt:last-of-type, dl.basic dd:last-of-type {
  border-bottom: 1px #c79f63 solid;
}

dl.basic dt {
  width: 25%;
  text-align: center;
}

dl.basic dd {
  width: 75%;
  text-align: left;
}

table.basic {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px #c79f63 solid;
  background-color: #fff5e0;
  line-height: 1.6em;
}

table.basic thead th {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #261d11;
  color: #fff;
}

table.basic th, table.basic td {
  padding: 0.5em;
  border: 1px #c79f63 solid;
}

table.basic tbody .label th, table.basic tbody .label td {
  background-color: #fdf7e7;
  text-align: center;
  white-space: nowrap;
}

table.basic tbody th {
  font-weight: bold;
}

table.basic tbody td p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

ul.labelList {
  font-size: 1.4rem;
}

ul.labelList > li {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

ul.labelList > li a {
  position: relative;
  display: inline-block;
  border: 2px #798e2e solid;
  color: #261d11;
  padding: 1.5em 6em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  background-color: #fff;
  margin: 5% auto;
  display: inline-block;
  padding: 1em 1.5em;
  background-color: #fff5e0;
  color: #261d11;
}

ul.labelList > li a span {
  margin-left: 1em;
  font-size: 1.2rem;
}

ul.labelList > li a span::before {
  content: "-";
  margin-right: 0.5em;
}

ul.labelList > li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 200ms;
}

ul.labelList > li a:hover {
  opacity: 1;
  color: #798e2e;
  cursor: pointer;
}

ul.labelList > li a:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  ul.labelList > li a {
    padding: 1em 2em;
  }
}

ul.labelList > li a.active {
  background-color: #222;
  color: #000;
}

@media screen and (max-width: 767px) {
  ul.labelList {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 1.2rem;
  }
  ul.labelList > li {
    margin: 0 0 1px 0;
    width: 50%;
    padding-right: 1px;
  }
  ul.labelList > li:nth-of-type(2n) {
    padding-right: 0;
  }
  ul.labelList > li a {
    display: block;
    transform: none;
    padding: 1em;
    height: 100%;
    text-align: left;
  }
  ul.labelList > li a span {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  button.labelList {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    text-align: left;
    background-color: #798e2e;
    color: #000;
    font-weight: bold;
  }
  button.labelList::after {
    position: absolute;
    right: 0.75em;
    top: 50%;
    margin-top: -0.5em;
    display: inline-block;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
  }
  button.labelList.active::after {
    content: "\f106";
  }
}

.pageNumberList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.pageNumberList > li {
  margin: 0 0.5em 0.5em 0.5em;
}

.pageNumberList > li a, .pageNumberList > li span {
  display: inline-block;
  padding: 0.75em 1em;
  background-color: #fff5e0;
}

.pageNumberList > li span {
  background-color: #222;
  color: #000;
}

.pageNumberList > li a {
  transition: background-color 200ms;
}

.pageNumberList > li a:hover {
  background-color: #798e2e;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pageNumberList > li {
    margin: 0 0.25em 0.25em 0.25em;
  }
}

.snsBtnList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media all and (-ms-high-contrast: none) {
  .snsBtnList {
    padding-bottom: 2px;
  }
}

.snsBtnList > li {
  margin: 0 0.5em;
  width: 30%;
}

.snsBtnList > li a, .snsBtnList > li img {
  font-size: 4rem;
}

.snsBtnList > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  line-height: 0;
}

.snsBtnList > li a i {
  font-size: 0.5em;
}

.snsBtnList > li a img {
  width: 0.5em;
}

@media screen and (max-width: 767px) {
  .snsBtnList {
    padding: 1em 0 0 1em;
  }
}

/* ---------------
    form
--------------- */
button, input, textarea, select, option {
  font-family: "Sorts Mill Goudy", serif;
}

input, select, option {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.75em 2.5em 0.75em 1em;
  border: none;
  background-color: #798e2e;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 767px) {
  input, select, option {
    font-size: 1.4rem;
  }
}

select {
  padding-right: 5em;
  background: #798e2e url(../img/arw_down_white.svg) 95% center/auto 0.5em no-repeat;
}

/* ////////////////////////////////////////////////////////////////////
	reset
//////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style-type: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

button {
  background: none;
  border: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

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

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand, select::-ms-expand {
  display: none;
}

/* ====================================================================
	module
==================================================================== */
strong {
  font-weight: bold;
}

.spView, .spViewInline, .spViewFlex {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
  br.spView {
    display: inline-block;
  }
  .spViewInline {
    display: inline-block;
  }
  .spViewFlex {
    display: flex;
  }
}

/* ------------------
	contentBox
------------------ */
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.wrapMax {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}

.content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 1em;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 0 5%;
  }
}

.contentThin {
  max-width: 960px;
  margin: auto;
  padding: 0 1em;
}

.contentThin::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .contentThin {
    padding: 0 10%;
  }
}

.contentWide {
  width: 100%;
  max-width: 1560px;
  margin: auto;
}

.contentWide::after {
  content: "";
  display: block;
  clear: both;
}

.boxShadow {
  position: relative;
  padding: 1em 1em 3em 1em;
}

.boxShadow::after {
  box-shadow: rgba(119, 91, 61, 0.2) 3px 3px 4px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 1em;
  width: calc(100% - 2em);
  height: 100%;
}

@media screen and (max-width: 767px) {
  .boxShadow {
    padding: 1em 2em 2em;
  }
}

.clm2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm2 > * {
  width: 48%;
  margin-right: 4%;
}

.clm2 > *:nth-of-type(2n) {
  margin-right: 0;
}

.clm2 > * {
  margin-bottom: 5em;
}

.clm2 > *:nth-last-of-type(1), .clm2 > *:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .clm2 > * {
    width: 100%;
    margin-right: 0;
  }
  .clm2 > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .clm2 > *:nth-last-of-type(2) {
    margin-bottom: 5em;
  }
}

.clm3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm3 > * {
  width: 30%;
  margin-right: 5%;
}

.clm3 > *:nth-of-type(3n) {
  margin-right: 0;
}

.clm3 > * {
  margin-bottom: 5em;
}

.clm3 > *:nth-last-of-type(1), .clm3 > *:nth-last-of-type(2), .clm3 > *:nth-last-of-type(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .clm3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .clm3 > * {
    width: 48%;
  }
  .clm3 > *:nth-of-type(3n) {
    margin-right: 4%;
  }
  .clm3 > *:nth-last-of-type(3) {
    margin-bottom: 5em;
  }
  .clm3 > * {
    width: 48%;
    margin-right: 4%;
  }
  .clm3 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

.clm4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm4 > * {
  width: 22%;
  margin-right: 4%;
}

.clm4 > *:nth-of-type(4n) {
  margin-right: 0;
}

.clm4 li {
  margin-bottom: 5em;
}

.clm4 li:nth-last-of-type(1), .clm4 li:nth-last-of-type(2), .clm4 li:nth-last-of-type(3), .clm4 li:nth-last-of-type(4) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .clm4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .clm4 li:nth-last-of-type(3), .clm4 li:nth-last-of-type(4) {
    margin-bottom: 5em;
  }
  .clm4 > * {
    width: 48%;
    margin-right: 4%;
  }
  .clm4 > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

.borderTop {
  border-top: 1px #c79f63 solid;
}

.bgPink {
  background-color: rgba(121, 142, 46, 0.1);
}

/* ---------------
	text
--------------- */
p {
  font-size: 1.6rem;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
  line-height: 2.2em;
  transform: rotate(0.05deg);
}

h2 {
  font-size: 5rem;
  color: #798e2e;
  font-family: "Sorts Mill Goudy", serif;
  line-height: 1.0em;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 2.4rem;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  line-height: 1.6em;
}

h4 {
  font-size: 1.8rem;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
  line-height: 2.2em;
  transform: rotate(0.05deg);
}

.pagettl {
  padding: 0 0 1em;
  text-align: center;
  font-size: 1.8rem;
  color: #798e2e;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pagettl {
    padding: 0.5em 0;
    font-size: 1.6rem;
  }
}

.pagepath {
  display: block;
  padding: 0.5em 1em;
  font-size: 1.4rem;
  background-color: #222;
  color: #000;
  text-align: left;
}

.pagepath ul {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.pagepath ul li {
  display: inline;
  padding-right: 5px;
  line-height: 1.2em;
  font-size: 1.2rem;
}

.pagepath ul li:after {
  display: inline;
  padding-left: 10px;
  content: ">";
}

.pagepath ul li:last-child:after {
  display: none;
}

.pagepath ul li a {
  color: #000;
  text-decoration: underline;
}

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

.ttl {
  display: table;
  margin: 0 auto 1.4rem;
  padding: 1.4rem 10px 0.8rem;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  border-bottom: 2px solid #c69e62;
}

.ttl span {
  display: block;
  font-size: 1.8rem;
  color: #798e2e;
  font-family: "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.ttl::before {
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
  content: url(/assets/images/img_ttl.png);
}

.ttl .ttlen {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 1.2rem;
}

.ttl strong {
  display: inline-block;
  background-image: url(../img/icn_circle_navy.svg);
  background-position: left 0.2em;
  background-size: auto 0.8em;
  background-repeat: no-repeat;
  padding-left: 1em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 1.6rem;
    line-height: 1.2em;
  }
}

.ttlSub {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  padding: 0.25em 1.5em 0.5em 0.5em;
  text-align: center;
  font-size: 5rem;
  line-height: 1.6em;
}

.ttlSub::before, .ttlSub::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  background-color: #261d11;
}

@media screen and (max-width: 767px) {
  .ttlSub span {
    font-size: 1.6rem;
  }
}

.more {
  padding: 1em 0 0;
  text-align: center;
}

/* ------------------
	link
------------------ */
.btn {
  position: relative;
  display: inline-block;
  border: 2px #798e2e solid;
  color: #261d11;
  padding: 1.5em 6em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  background-color: #fff;
  margin: 5% auto;
  font-size: 1.4rem;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
}

.btn span {
  margin-left: 1em;
  font-size: 1.2rem;
}

.btn span::before {
  content: "-";
  margin-right: 0.5em;
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 200ms;
}

.btn:hover {
  opacity: 1;
  color: #798e2e;
  cursor: pointer;
}

.btn:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 1em 2em;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.2rem;
  }
}

.btnMore {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  line-height: 1em;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.btnMore::before {
  position: absolute;
  left: -10rem;
  display: inline-block;
  content: "";
  width: 8.5rem;
  height: 2rem;
  background: url(../img/icn_arrow_more.svg) center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  .btnMore::before {
    width: 5rem;
    left: -6.5rem;
    height: 1.5rem;
  }
}

.btnWhite {
  position: relative;
  display: inline-block;
  border: 2px #fff solid;
  color: #261d11;
  padding: 1.5em 6em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  background-color: #fff;
  margin: 5% auto;
}

.btnWhite span {
  margin-left: 1em;
  font-size: 1.2rem;
}

.btnWhite span::before {
  content: "-";
  margin-right: 0.5em;
}

.btnWhite::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 200ms;
}

.btnWhite:hover {
  opacity: 1;
  color: #798e2e;
  cursor: pointer;
}

.btnWhite:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btnWhite {
    padding: 1em 2em;
  }
}

.btnGray {
  position: relative;
  display: inline-block;
  border: 2px #fff5e0 solid;
  color: #261d11;
  padding: 1.5em 6em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  background-color: #fff;
  margin: 5% auto;
}

.btnGray span {
  margin-left: 1em;
  font-size: 1.2rem;
}

.btnGray span::before {
  content: "-";
  margin-right: 0.5em;
}

.btnGray::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 200ms;
}

.btnGray:hover {
  opacity: 1;
  color: #798e2e;
  cursor: pointer;
}

.btnGray:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btnGray {
    padding: 1em 2em;
  }
}

.btnBuy {
  width: 6.5em;
  height: 3em;
  background-color: #c69e62;
  margin: 1.4em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnBuy p {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Sorts Mill Goudy", serif;
}

.icnArwL::before {
  display: inline-block;
  padding-right: 0.1em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icnArwR::after {
  display: inline-block;
  padding-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}

.icnNewwin::before {
  display: inline-block;
  padding-right: 0.1em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

a.fancy {
  position: relative;
  display: block;
}

a.fancy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f002" !important;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #000;
}

/* ------------------
	list
------------------ */
ul.basic {
  padding: 0 0 0 1.2em;
}

ul.basic li {
  list-style: disc;
  margin-bottom: 1em;
}

ul.basic li:last-of-type {
  margin-bottom: 0;
}

ol.basic {
  padding: 0 0 0 1.2em;
}

ol.basic li {
  list-style: decimal;
  margin-bottom: 1em;
}

ol.basic li:last-of-type {
  margin-bottom: 0;
}

dl.basic {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

dl.basic dt, dl.basic dd {
  border-top: 1px #c79f63 solid;
  padding: 0.5em;
}

dl.basic dt:last-of-type, dl.basic dd:last-of-type {
  border-bottom: 1px #c79f63 solid;
}

dl.basic dt {
  width: 25%;
  text-align: center;
}

dl.basic dd {
  width: 75%;
  text-align: left;
}

table.basic {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px #c79f63 solid;
  background-color: #fff5e0;
  line-height: 1.6em;
}

table.basic thead th {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #261d11;
  color: #fff;
}

table.basic th, table.basic td {
  padding: 0.5em;
  border: 1px #c79f63 solid;
}

table.basic tbody .label th, table.basic tbody .label td {
  background-color: #fdf7e7;
  text-align: center;
  white-space: nowrap;
}

table.basic tbody th {
  font-weight: bold;
}

table.basic tbody td p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

ul.labelList {
  font-size: 1.4rem;
}

ul.labelList > li {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

ul.labelList > li a {
  position: relative;
  display: inline-block;
  border: 2px #798e2e solid;
  color: #261d11;
  padding: 1.5em 6em;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  background-color: #fff;
  margin: 5% auto;
  display: inline-block;
  padding: 1em 1.5em;
  background-color: #fff5e0;
  color: #261d11;
}

ul.labelList > li a span {
  margin-left: 1em;
  font-size: 1.2rem;
}

ul.labelList > li a span::before {
  content: "-";
  margin-right: 0.5em;
}

ul.labelList > li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 200ms;
}

ul.labelList > li a:hover {
  opacity: 1;
  color: #798e2e;
  cursor: pointer;
}

ul.labelList > li a:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  ul.labelList > li a {
    padding: 1em 2em;
  }
}

ul.labelList > li a.active {
  background-color: #222;
  color: #000;
}

@media screen and (max-width: 767px) {
  ul.labelList {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    font-size: 1.2rem;
  }
  ul.labelList > li {
    margin: 0 0 1px 0;
    width: 50%;
    padding-right: 1px;
  }
  ul.labelList > li:nth-of-type(2n) {
    padding-right: 0;
  }
  ul.labelList > li a {
    display: block;
    transform: none;
    padding: 1em;
    height: 100%;
    text-align: left;
  }
  ul.labelList > li a span {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  button.labelList {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    text-align: left;
    background-color: #798e2e;
    color: #000;
    font-weight: bold;
  }
  button.labelList::after {
    position: absolute;
    right: 0.75em;
    top: 50%;
    margin-top: -0.5em;
    display: inline-block;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
  }
  button.labelList.active::after {
    content: "\f106";
  }
}

.pageNumberList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.pageNumberList > li {
  margin: 0 0.5em 0.5em 0.5em;
}

.pageNumberList > li a, .pageNumberList > li span {
  display: inline-block;
  padding: 0.75em 1em;
  background-color: #fff5e0;
}

.pageNumberList > li span {
  background-color: #222;
  color: #000;
}

.pageNumberList > li a {
  transition: background-color 200ms;
}

.pageNumberList > li a:hover {
  background-color: #798e2e;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pageNumberList > li {
    margin: 0 0.25em 0.25em 0.25em;
  }
}

.snsBtnList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media all and (-ms-high-contrast: none) {
  .snsBtnList {
    padding-bottom: 2px;
  }
}

.snsBtnList > li {
  margin: 0 0.5em;
  width: 30%;
}

.snsBtnList > li a, .snsBtnList > li img {
  font-size: 4rem;
}

.snsBtnList > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  line-height: 0;
}

.snsBtnList > li a i {
  font-size: 0.5em;
}

.snsBtnList > li a img {
  width: 0.5em;
}

@media screen and (max-width: 767px) {
  .snsBtnList {
    padding: 1em 0 0 1em;
  }
}

/* ---------------
    form
--------------- */
button, input, textarea, select, option {
  font-family: "Sorts Mill Goudy", serif;
}

input, select, option {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.75em 2.5em 0.75em 1em;
  border: none;
  background-color: #798e2e;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 767px) {
  input, select, option {
    font-size: 1.4rem;
  }
}

select {
  padding-right: 5em;
  background: #798e2e url(../img/arw_down_white.svg) 95% center/auto 0.5em no-repeat;
}

/* ////////////////////////////////////////////////////////////////////
	tmpMain
		- base
		- layout
		- head
		- main
		- foot
//////////////////////////////////////////////////////////////////// */
/* ====================================================================
	base
==================================================================== */
body {
  font-size: 1.6rem;
  color: #261d11;
  background-color: #fff;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
  }
}

a, select {
  color: #261d11;
  text-decoration: none;
  opacity: 1;
  transition: opacity 200ms ease;
}

a:hover, select:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* ====================================================================
	layout-head
==================================================================== */
#head {
  z-index: 102;
  position: fixed;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100vw;
  background-color: #798e2e;
  font-family: "Maru Folk Regular", "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
}

#head .wrap {
  display: flex;
  align-items: center;
}

#head #logo {
  width: 16rem;
  padding: 1.4rem;
  line-height: 0;
}

#head .sns {
  width: 50%;
  padding: 1.4rem;
  text-align: right;
}

#head #gNavBtn {
  display: none;
}

#head #gNav {
  width: 70%;
  padding: 1.4em;
  background-color: #798e2e;
  clear: both;
}

#head #gNav #gNavMainMenu {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

#head #gNav #gNavMainMenu > li {
  width: 25%;
  text-align: center;
}

#head #gNav #gNavMainMenu > li a {
  display: block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #head {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #head #logo {
    width: 65vw;
    padding-bottom: 1.4rem;
    text-align: left;
  }
  #head #logo a {
    width: 10rem;
    display: inline-block;
  }
  #head #logo a img {
    display: inline-block;
    width: 100%;
    height: 25px;
  }
  #head .sns {
    padding: 0;
    text-align: right;
  }
  #head .sns a {
    padding-right: 1em;
    font-size: 7.5vw;
  }
  #head .information {
    display: block;
    width: 15vw;
    text-align: center;
  }
  #head .information a {
    color: #fff;
  }
  #head .information a .info-txt {
    font-size: 1rem;
    line-height: 1.3em;
  }
  #head #gNavBtn {
    z-index: 103;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 20vw;
    height: 15vw;
    padding: 0 4vw;
    background-color: #798e2e;
  }
  #head #gNavBtn .gNavBtnBar, #head #gNavBtn .gNavBtnBar:before, #head #gNavBtn .gNavBtnBar:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 200ms ease-out;
  }
  #head #gNavBtn .gNavBtnBar {
    margin-bottom: 1.4rem;
  }
  #head #gNavBtn .gNavBtnBar:before {
    margin-top: calc(2vw + 1px);
  }
  #head #gNavBtn .gNavBtnBar:after {
    margin-top: 2vw;
  }
  #head.active #gNavBtn .gNavBtnBar {
    background-color: #798e2e;
  }
  #head.active #gNavBtn .gNavBtnBar:before {
    transform: rotate(45deg);
  }
  #head.active #gNavBtn .gNavBtnBar:after {
    transform: translateY(calc(-2vw + -1px)) rotate(-45deg);
  }
  #head #gNavBtn .gNavBtnTxt {
    margin-top: 5vw;
    font-size: 2.25vw;
    color: #fff;
  }
  #head #gNav {
    display: none;
    padding: 0;
    position: fixed;
    top: 15vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 15vw);
    overflow-y: scroll;
    background-color: #798e2e;
  }
  #head #gNav #gNavMainMenu {
    display: block;
    width: 100%;
    border-left: none;
    font-size: 1.4rem;
  }
  #head #gNav #gNavMainMenu > li {
    display: block;
    width: 100%;
    height: auto;
    margin: 5% 0;
    border-right: none;
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
    text-align: left;
  }
  #head #gNav #gNavMainMenu > li a {
    display: block;
    padding: 1em 1em 1em 2.5em;
    background: url(../img/icn_arw_r.png) 1em center/auto 1em no-repeat;
  }
  #head #gNav #gNavMainMenu > li a img {
    width: 60%;
  }
  #head #gNav #gNavMainMenu {
    display: flex;
    flex-direction: column;
  }
}

/* ====================================================================
	attention
==================================================================== */
/* ====================================================================
	main
==================================================================== */
#main {
  font-size: 1.6rem;
  /* ---------------
		content box
	--------------- */
}

#main::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  #main {
    font-size: 1.4rem;
  }
}

#main p {
  line-height: 2.2em;
}

@media screen and (max-width: 767px) {
  #main p {
    font-size: 1.4rem;
  }
}

#main #billboard {
  position: relative;
}

#main #billboard .pagettl {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  #main #billboard .pagettl {
    width: 20%;
    left: -5%;
    margin: 0 auto;
    opacity: 0.2;
  }
}

@media screen and (max-width: 767px) {
  #main #content {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

#main .sideTitle {
  padding-left: 90px;
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  #main .sideTitle {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* ====================================================================
	foot
==================================================================== */
#foot {
  background-color: #798e2e;
  color: #fff;
}

#foot::after {
  content: "";
  display: block;
  clear: both;
}

#foot a {
  color: #fff;
}

#foot #fNav {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1.5em 0 0;
}

#foot #fNav .logo {
  width: 30%;
  padding: 0 5%;
  text-align: center;
}

#foot #fNav .gNavMenu {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#foot #fNav .gNavMenu > li {
  flex-grow: 1;
  text-align: center;
}

#foot #fNav .gNavMenu > li .contact {
  text-align: left;
}

#foot #fNav .gNavMenu > li .contact dt, #foot #fNav .gNavMenu > li .contact dd {
  margin-bottom: 0.5em;
}

#foot #fNav .gNavMenu > li .contact dd:last-of-type {
  margin-bottom: 0;
}

#foot #siteCopyright {
  padding: 2em 0;
  text-align: center;
  font-size: 1.2rem;
}

#foot #pagetopLink {
  z-index: 101;
  position: fixed;
  bottom: 5%;
  right: 3%;
}

#foot #pagetopLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1em;
  width: 8em;
  height: 8em;
  font-family: "Sorts Mill Goudy", serif;
  color: #261d11;
}

#foot #pagetopLink a img {
  width: 6.0rem;
}

@media screen and (max-width: 767px) {
  #foot #pagetopLink {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #foot #fNav {
    display: block;
  }
  #foot #fNav .logo {
    width: 100%;
  }
  #foot #fNav .logo img {
    width: 50%;
    margin: 0 auto;
  }
  #foot #fNav .gNavMenu {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  #foot #fNav .gNavMenu > li {
    text-align: center;
    margin: 2em 0;
  }
  #foot #fNav .gNavMenu > li .contact {
    text-align: center;
  }
  #foot #siteCopyright {
    font-size: 1rem;
  }
  #foot #siteCopyright img {
    width: 50%;
    max-width: 250px;
  }
  #foot #pagetopLink {
    bottom: 3%;
    right: 1%;
  }
  #foot #pagetopLink a {
    opacity: 0.8;
  }
}

/* ////////////////////////////////////////////////////////////////////
	top
//////////////////////////////////////////////////////////////////// */
#main {
  margin-top: 5vh;
  /* ////////////////////////////////////////////////////////////////
		isPlay
	//////////////////////////////////////////////////////////////// */
}

#main #isPlay.fadein {
  top: 0;
}

#main #isPlay.fadein.scrollin {
  -webkit-animation-name: play;
  animation-name: play;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

#main #isPlay.fadein.scrollin::before {
  -webkit-animation-name: maskOut;
  animation-name: maskOut;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #c69e62;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

#main #billboard .slider {
  left: 0;
  top: 0;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

#main #billboard .slider li {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

#main section {
  margin-top: 5%;
}

#main .textbox {
  background-color: #fff7ea;
  width: 38vw;
  height: auto;
  padding: 0 20px 20px;
  position: absolute;
  z-index: 10;
  text-align: center;
}

#main #lead {
  margin: 5% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#main #lead h3 {
  margin-bottom: 1.4rem;
}

#main .renewal {
  margin: 0 auto;
  border: 2px solid #dc8a2a;
  color: #fff;
  padding: 1em 2em;
  width: 40%;
  text-align: center;
  background: #dc8a2a;
}

#main #news {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 60%;
}

#main #news .news_list {
  margin: 2% 0;
  width: 80%;
  height: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#main #news .news_list li {
  background-color: #fff7ea;
  width: 28%;
  margin: 2%;
}

#main #news .news_list li a {
  text-decoration: none;
  color: #000;
  display: block;
}

#main #news .news_list li a .ct {
  position: absolute;
  padding: 5px;
  color: #fff;
  z-index: 10;
}

#main #news .news_list li a .news_img {
  width: 100%;
  background-image: url(../images/thum_news.png);
  background-position: center center;
  background-size: cover;
}

#main #news .news_list li a .news_img img {
  width: 100%;
}

#main #news .news_list li a p {
  padding: 2% 5%;
}

#main #news .news_list li a p .news_ttl {
  font-weight: bolder;
}

#main #news .post {
  width: 100px;
  margin: 1% auto 5%;
}

#main #story {
  text-align: center;
  padding: 0 5%;
}

#main #story p {
  margin-top: 20px;
}

#main #story .dryad {
  margin: 10px auto 40px auto;
  width: 45vw;
}

#main #story #movie {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}

#main #story #movie .movie_maku .maku_up {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#main #story #movie .movie_maku .maku_left {
  position: absolute;
  top: 0;
  z-index: 5;
  left: 0;
  height: 500px;
}

#main #story #movie .movie_maku .maku_right {
  position: absolute;
  top: 0;
  z-index: 5;
  right: 0;
  height: 500px;
}

#main #story #movie .movie_wrap {
  margin: 5% auto 0;
  position: relative;
  height: 0;
  padding-top: 80.25%;
  overflow: hidden;
}

#main #story #movie .movie_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#main #sweets {
  background-image: url("/assets/images/bk.png");
  position: relative;
  padding-bottom: 5%;
}

#main #sweets .baked_img_wrap {
  height: 70vh;
  overflow: hidden;
}

#main #sweets .baked_img_wrap img {
  width: 72%;
  position: relative;
  bottom: 0;
}

#main #sweets .biw1 {
  display: flex;
  align-items: flex-end;
}

#main #sweets .biw2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#main #sweets #ccake {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff7ea;
  padding: 5% 0;
  margin-bottom: 10%;
}

#main #sweets #ccake .dish {
  background-image: url("/assets/images/img_dish_pc.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 75vh;
  z-index: 5;
  position: absolute;
  opacity: 0.5;
  margin-bottom: 3%;
}

#main #sweets #ccake .pure_dish {
  top: 7%;
  left: 0;
}

#main #sweets #ccake .baked_dish {
  top: 27%;
  left: 0;
}

#main #sweets #ccake .pure_wrap, #main #sweets #ccake .baked_wrap {
  margin: 2% 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  z-index: 10;
}

#main #sweets #ccake .pure_wrap img, #main #sweets #ccake .baked_wrap img {
  height: 75%;
  position: relative;
  top: 18vh;
  object-fit: cover;
}

#main #sweets #ccake .pure_wrap {
  background-image: url("/assets/images/pure_bk.png");
}

#main #sweets #ccake .baked_wrap {
  background-image: url("/assets/images/baked_bk.png");
}

#main #sweets #ccake .btn {
  margin-bottom: 2%;
}

#main #sweets .tb1 {
  top: 52%;
  right: 0;
}

#main #sweets .tb2 {
  top: 73%;
  left: 0;
}

#main #sweets .tb3 {
  top: 89%;
  right: 0;
}

#main #gift {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#main #gift .bird {
  position: absolute;
  right: 75%;
  top: -2%;
  z-index: 10;
  width: 35%;
}

#main #gift .gift_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  margin: 2% 0;
  min-height: 1px;
}

#main #gift .gift_list li {
  width: 35%;
}

#main #gift .gift_list li img {
  width: 100%;
  margin: 2%;
}

#main #gift .gift_list li .gift_ttl {
  display: inline-block;
  padding: 2% 0;
  color: #798e2e;
  font-size: 2.4rem;
  font-family: "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#main #limited {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main #limited img {
  margin: 2% auto;
}

#main #store {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 11%;
  position: relative;
}

#main #store .storelist {
  margin: 2% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main #store .storelist .address {
  text-align: center;
  width: 300px;
  margin: 5% auto;
}

#main #store .storelist .flex .btn {
  margin: 4% 1vw;
}

#main #store .storeimg {
  position: absolute;
  top: 87%;
  left: 0;
  z-index: -10;
  width: 100%;
}

#main #store .storeimg ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}

#main #store .storeimg ul li {
  max-width: none;
}

#main #sns .snsList {
  display: flex;
  justify-content: center;
  margin: 2% auto 10%;
}

#main #sns .snsList li {
  width: 10vw;
  height: 10vh;
  margin: 0 2%;
}

#main #sns .snsList li img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #main #sweets #ccake .pure_wrap, #main #sweets #ccake .baked_wrap {
    height: 70vh;
  }
  #main #sweets #ccake .pure_wrap img, #main #sweets #ccake .baked_wrap img {
    height: 68%;
    position: relative;
    top: 17vh;
  }
  #main #sweets #ccake .dish {
    background-image: url("/assets/images/img_dish_sp.png");
  }
  #main #sweets #ccake .pure_dish {
    top: 4%;
  }
  #main #sweets #ccake .baked_dish {
    top: 27%;
  }
  #main #sweets .textbox {
    z-index: 0;
    width: 100vw;
    text-align: left;
  }
  #main #sweets .tb1, #main #sweets .tb2, #main #sweets .tb3 {
    position: static;
  }
  #main #sweets .baked_img_wrap {
    height: 30vh;
    width: 100vw;
  }
  #main #sweets .baked_img_wrap img {
    position: static;
    width: 105vw;
  }
  #main #store .storeimg ul {
    width: 100%;
  }
  #main #sns {
    margin-top: 30%;
  }
}

@media screen and (max-width: 767px) {
  #main {
    overflow: hidden;
    margin-top: 0;
  }
  #main .ttl {
    width: 90%;
  }
  #main #billboard .slider li {
    background-size: auto 100%;
  }
  #main .renewal {
    width: 90%;
  }
  #main #news .news_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main #news .news_list li {
    width: 90%;
  }
  #main #story .dryad {
    width: 100%;
  }
  #main #story #movie {
    margin-bottom: 10%;
  }
  #main #story #movie .movie_maku .maku_left, #main #story #movie .movie_maku .maku_right {
    width: auto;
    height: 100%;
  }
  #main #sweets #ccake {
    text-align: center;
  }
  #main #sweets #ccake .pure_wrap, #main #sweets #ccake .baked_wrap {
    height: 350px;
    margin-bottom: 0;
  }
  #main #sweets #ccake .pure_wrap img, #main #sweets #ccake .baked_wrap img {
    width: 400px;
    height: 250px;
    position: relative;
    top: 80px;
  }
  #main #sweets #ccake p {
    /*margin-bottom: 2em;*/
  }
  #main #sweets #ccake .dish {
    background-image: url("/assets/images/img_dish_sp.png");
    height: 100vh;
  }
  #main #sweets #ccake .pure_dish {
    top: 22em;
    height: 60vh;
  }
  #main #sweets #ccake .baked_dish {
    top: 54em;
    height: 60vh;
  }
  #main #gift .bird {
    width: 55%;
    top: -5vh;
    right: 65%;
  }
  #main #gift .gift_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main #gift .gift_list li {
    width: 90%;
    margin-bottom: 1.8em;
  }
  #main #limited {
    padding: 0 5%;
  }
  #main #store .storelist .flex {
    display: flex;
  }
  #main #store .storelist .flex .btn {
    margin: 6% 2vw 15% 2vw;
  }
  #main #store .storeimg {
    top: 90%;
  }
  #main #store .storeimg ul {
    width: 100%;
    height: auto;
  }
  #main #store .storeimg ul li {
    width: 37vw;
  }
  #main #store .storeimg ul li img {
    width: 100%;
  }
  #main #sns .snsList {
    margin-bottom: 0;
  }
  #main #sns .snsList li {
    width: 38vw;
    height: 38vh;
  }
}

/*# sourceMappingURL=top.css.map */