@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;
  }
}

/* ////////////////////////////////////////////////////////////////////
	news
		- common
		- list
		- detail
//////////////////////////////////////////////////////////////////// */
/* ====================================================================
	common
==================================================================== */
#main #content .cateLabel.event {
  background-color: #d0203f;
}

#main #content .cateLabel.item {
  background-color: #798e2e;
}

#main #content .cateLabel.recruit {
  background-color: #c6b198;
}

#main #content .cateLabel.store {
  background-color: #dc8a2a;
}

#main #content .cateLabel.info {
  background-color: #6495ed;
}

/* ====================================================================
	list
==================================================================== */
#main {
  margin-top: 5%;
  min-height: 80vh;
}

#main #content {
  width: 70%;
  margin: 5rem auto;
}

#main #content ul.cateTab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

#main #content ul.cateTab li {
  width: 15.5%;
  cursor: pointer;
  text-align: center;
  background: #fff;
  padding: 0.75em 0;
  border: 2px #798e2e solid;
  border-radius: 30px;
  /*border-bottom: 2px $newsGray solid;*/
  font-size: 1.4rem;
}

#main #content ul.cateTab li span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}

#main #content ul.cateTab li.active, #main #content ul.cateTab li:hover {
  color: #fff;
  background-color: #798e2e;
}

#main #content ul.articleList {
  margin: 3em auto;
}

#main #content ul.articleList h4 {
  line-height: 1.5em;
  margin: 5px 0;
  font-family: "Maru Folk Medium", "M PLUS Rounded 1c", sans-serif;
}

#main #content ul.articleList li a {
  display: block;
}

#main #content ul.articleList li a .photo {
  padding: 10px 0;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 1em;
}

#main #content ul.articleList li a time {
  margin-top: 1em;
  font-size: 1.2rem;
  font-weight: bolder;
}

#main #content ul.articleList li a p {
  text-align: left;
  line-height: 1.2em;
}

#main #content ul.articleList li a p:after {
  display: inline-block;
  content: '...';
  padding-left: 0.5em;
}

#main #content ul.articleList li a .cateLabel {
  display: inline-block;
  border-radius: 10px;
  width: 6.5em;
  height: 1.6em;
  padding: 3px 5px;
  margin: 0 1.4rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bolder;
  text-align: center;
}

#main #content #pageNav ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

#main #content #pageNav ol li {
  margin: 0.5em 0.5em;
}

#main #content #pageNav ol li span, #main #content #pageNav ol li a {
  display: inline-block;
  padding: 0.75em 1em;
  line-height: 1em;
  border: 1px #ddd solid;
  background-color: #fff;
}

#main #content #pageNav ol li span {
  background-color: #ddd;
}

@media screen and (max-width: 1024px) {
  #main #content {
    margin: 2rem auto;
  }
  #main #content ul.cateTab {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  #main #content ul.cateTab li {
    width: 47%;
    margin-right: 2%;
    margin-bottom: 2em;
    font-size: 1.2rem;
  }
  #main #content ul.cateTab li:nth-of-type(2n) {
    margin-right: 0;
  }
  #main #content ul.articleList {
    margin: 1em auto 2em;
    border-top: none;
  }
  #main #content ul.articleList li {
    width: 100%;
    margin-bottom: 2em;
  }
  #main #content ul.articleList li a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.2rem;
    align-items: center;
  }
  #main #content ul.articleList li a p {
    width: 100%;
    margin-top: 0.5em;
  }
  #main #content ul.articleList li a time {
    margin-top: 0.3em;
  }
  #main #content #pageNav ol li {
    font-size: 1.2rem;
  }
}

/* ====================================================================
	detail
==================================================================== */
#main.detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main.detail #pageBtn {
  width: 100%;
  height: 0;
  position: sticky;
  bottom: 10%;
}

#main.detail #pageBtn .pageBtn_wrap {
  display: flex;
  justify-content: space-between;
  font-size: 5rem;
  position: absolute;
  z-index: 10;
}

#main.detail #pageBtn .pageBtn_wrap .prev_pc {
  position: fixed;
  top: 50%;
  left: 5%;
}

#main.detail #pageBtn .pageBtn_wrap .next_pc {
  position: fixed;
  top: 50%;
  right: 5%;
}

@media screen and (max-width: 767px) {
  #main.detail #pageBtn .pageBtn_wrap {
    position: static;
    padding: 0 5%;
  }
  #main.detail #pageBtn .pageBtn_wrap .prev_pc {
    position: fixed;
    top: auto;
    left: 5%;
    bottom: 20px;
  }
  #main.detail #pageBtn .pageBtn_wrap .next_pc {
    position: fixed;
    top: auto;
    right: 5%;
    bottom: 20px;
  }
}

#main.detail #content {
  margin: 5rem auto 0;
  padding: 3% 5%;
  width: 760px;
  background-color: #fff7ea;
}

#main.detail #content .cat {
  display: inline-block;
  background-color: #dc8a2a;
  border-radius: 25px;
  width: 10em;
  padding: 0 5px;
  margin: 0 1.4rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: bolder;
  text-align: center;
}

#main.detail #content .cat.event {
  background-color: #d0203f;
}

#main.detail #content .cat.item {
  background-color: #798e2e;
}

#main.detail #content .cat.recruit {
  background-color: #c6b198;
}

#main.detail #content .cat.store {
  background-color: #dc8a2a;
}

#main.detail #content .cat.info {
  background-color: #6495ed;
}

#main.detail #content .photo {
  width: 100%;
  margin: 10px 0 30px;
  background-size: cover;
  background-position: center center;
}

#main.detail #content .articleTtl {
  font-size: 3.5rem;
  margin: 0.75em 0;
}

#main.detail #content .txt strong {
  font-family: "Maru Folk Medium", "M PLUS Rounded 1c", sans-serif;
}

#main.detail #content .txt a {
  color: #798e2e;
  border-bottom: 1px solid #798e2e;
}

@media screen and (max-width: 767px) {
  #main.detail #content {
    margin: 2rem auto;
    width: 100%;
  }
  #main.detail #content .photo {
    margin: 10px 0;
  }
  #main.detail #content .articleTtl {
    font-size: 1.8rem;
  }
  #main.detail .btn {
    margin-top: 15%;
  }
}

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