@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* -------------------------------------------------

Reset

------------------------------------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  /* Tablet */
}
@media screen and (max-width: 768px) {
  #contents {
    font-size: 20px;
    text-align: left;
  }
}

/* media query */
@media screen {
  .fade__open {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 20px);
  }
  .fade__letterClose {
    opacity: 0;
    transition: 1.5s;
    transform: translate(0, -30px) rotate(-5deg);
    transform-origin: left bottom;
    transition-delay: 2.5s;
  }
  .fade__hand,
  .fade__thumb {
    opacity: 0;
    transition: 0.7s;
    transform: translate(0, 30px);
    transition-delay: 3.3s;
  }
  .fade__text {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
    transition-delay: 3.5s;
  }
  .fade__letter {
    opacity: 0;
    transition: 2s;
    transition-delay: 5s;
  }
  .fade__title {
    opacity: 0;
    transition: 2s;
    transform: translate(0, -30px);
    transition-delay: 6.5s;
  }
  /*.fade__textSP{
  	@include fadeSet(0.5s);
  }*/
  /*.fade__bg {
  	@include fadeSet(0.5s);
  }*/
  .fade__yousei {
    opacity: 0;
    transition: 1.4s;
    transform: rotate(4deg);
    transition-delay: 3.7s;
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
#page-tit {
  height: 80px;
}
@media screen and (max-width: 768px) {
  #page-tit {
    height: 0;
    padding: 0;
  }
}

/* -------------------------------------------------

contents

------------------------------------------------- */
#contents {
  max-width: 800px;
  width: auto;
  box-sizing: border-box;
  padding: 20px;
}
#contents img {
  width: 100%;
}
#contents .mainArea {
  background-color: #fff;
  position: relative;
}
#contents .mainArea h2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 15%;
}
#contents .mainArea h2 span {
  display: block;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .mainArea h2 span {
    width: 80%;
  }
}
#contents .contents {
  background-color: #fff;
  padding: 20px;
  /* ----------------
  end
  ----------------- */
}
@media screen and (max-width: 668px) {
  #contents .contents {
    padding: 10px;
  }
}
#contents .contents a {
  transition: 0.3s;
}
#contents .contents > section {
  margin-bottom: 80px;
  /* ----------------
  menu
  ----------------- */
  /* ----------------
  anc_illumi
  ----------------- */
  /* ----------------
  anc_event
  ----------------- */
  /* ----------------
  anc_gourmet
  ----------------- */
  /* ----------------
  anc_data
  ----------------- */
  /* ----------------
  anc_access
  ----------------- */
}
@media screen and (max-width: 668px) {
  #contents .contents > section {
    margin-bottom: 50px;
  }
}
#contents .contents > section > h3 {
  background: url(../images/tit_bg.svg) no-repeat center/contain;
  width: 100%;
  height: 0;
  padding-top: 27%;
  position: relative;
  margin-bottom: 20px;
}
#contents .contents > section > h3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #contents .contents > section > h3 span {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section > h3 span {
    font-size: 0.8em;
    letter-spacing: -1px;
  }
}
#contents .contents > section#menu ul li a {
  display: block;
  background-color: #5b5457;
  color: #fff;
  font-size: 2.2rem;
  padding: 23px 20px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#menu ul li a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#menu ul li a {
    font-size: 0.97em;
    font-feature-settings: "palt";
    padding: 10px;
  }
}
#contents .contents > section#menu ul li a::after {
  content: "CLICK";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 668px) {
  #contents .contents > section#menu ul li a::after {
    right: 10px;
    font-size: 0.8em;
  }
}
#contents .contents > section#menu ul li a:hover {
  transform: translateX(5px);
}
#contents .contents > section#menu ul li a.coming {
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (max-width: 668px) {
  #contents .contents > section#menu ul li a.coming {
    padding-bottom: 15px;
  }
}
#contents .contents > section#menu ul li a.coming::after {
  content: "COMING SOON";
  letter-spacing: -1px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#menu ul li a.coming::after {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#menu ul li a.coming::after {
    top: 80%;
    letter-spacing: 0;
    font-size: 0.6em;
  }
}
#contents .contents > section#anc_illumi > section:first-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_illumi > section:first-of-type {
    margin-bottom: 30px;
  }
}
#contents .contents > section#anc_illumi > section > h4 {
  font-size: 2.2rem;
  line-height: 130%;
  text-align: center;
  color: #c79f62;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_illumi > section > h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_illumi > section > h4 {
    font-size: 1.2em;
  }
}
#contents .contents > section#anc_illumi > section .photo {
  position: relative;
}
#contents .contents > section#anc_illumi > section .photo span {
  position: absolute;
  color: #fff;
  font-size: 2.8rem;
  top: 15px;
  left: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_illumi > section .photo span {
    font-size: 1.2em;
    top: 10px;
    left: 10px;
  }
}
#contents .contents > section#anc_illumi > section .text {
  font-size: 1.2rem;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_illumi > section .text {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_illumi > section .text {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_illumi > section .text {
    margin: 10px 0 0;
  }
}
#contents .contents > section#anc_illumi > section .text.magic {
  margin-bottom: 40px;
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_illumi > section .text.magic {
    margin-bottom: 15px;
  }
}
#contents .contents > section#anc_illumi > section .yakeiyukei {
  display: flex;
  justify-content: space-between;
}
#contents .contents > section#anc_illumi > section .yakeiyukei li {
  width: calc(50% - 20px);
}
#contents .contents > section#anc_illumi > section .yakeiyukei li span {
  letter-spacing: 7px;
}
#contents .contents > section#anc_illumi > section .yakeiyukei li:last-child {
  position: relative;
}
#contents .contents > section#anc_illumi > section .yakeiyukei li:last-child::before {
  content: "▶";
  color: #c79f62;
  font-size: 20px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
#contents .contents > section#anc_event > section:not(:last-of-type) {
  margin-bottom: 50px;
}
#contents .contents > section#anc_event > section > h4 {
  font-size: 2.2rem;
  line-height: 130%;
  color: #c79f62;
  line-height: 120%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_event > section > h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_event > section > h4 {
    font-size: 1.2em;
  }
}
#contents .contents > section#anc_event > section > p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_event > section > p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_event > section > p {
    font-size: 0.7em;
  }
}
#contents .contents > section#anc_event > section > ul {
  margin-bottom: 10px;
}
#contents .contents > section#anc_event > section > ul li {
  font-size: 1.2rem;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_event > section > ul li {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_event > section > ul li {
    font-size: 0.7em;
  }
}
#contents .contents > section#anc_event > section > ul li::before {
  content: "■";
  margin-right: 3px;
}
#contents .contents > section#anc_event > section > ul.kome li::before {
  content: "※";
}
#contents .contents > section#anc_event > section .otoku {
  color: #c79f62;
  text-align: right;
  font-size: 1.2rem;
  margin-top: -25px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_event > section .otoku {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_event > section .otoku {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_event > section .otoku {
    margin-top: 0;
  }
}
#contents .contents > section#anc_event > section .setTicket {
  background-color: #c79f62;
  color: #fff;
  padding: 15px 25px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_event > section .setTicket {
    padding: 10px;
  }
}
#contents .contents > section#anc_event > section .setTicket h5 {
  font-size: 1.7rem;
  line-height: 130%;
  border-bottom: 1px dotted #fff;
  padding: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_event > section .setTicket h5 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_event > section .setTicket h5 {
    font-size: 1em;
  }
}
#contents .contents > section#anc_event > section .setTicket ul li {
  font-size: 1.2rem;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_event > section .setTicket ul li {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_event > section .setTicket ul li {
    font-size: 0.7em;
  }
}
#contents .contents > section#anc_event > section .setTicket ul li strong {
  color: #F8F400;
}
#contents .contents > section#anc_event > section p.link a {
  display: block;
  background-color: #4B4647;
  color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 130%;
  border-radius: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_event > section p.link a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_event > section p.link a {
    font-size: 1em;
  }
}
#contents .contents > section#anc_event > section p.link a:hover {
  transform: translateY(-5px);
}
#contents .contents > section#anc_gourmet > section:not(:last-of-type) {
  margin-bottom: 50px;
}
#contents .contents > section#anc_gourmet > section > h4 {
  font-size: 1.7rem;
  line-height: 130%;
  text-align: center;
  color: #c79f62;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section > h4 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section > h4 {
    font-size: 1em;
  }
}
#contents .contents > section#anc_gourmet > section > h5 {
  font-size: 2.2rem;
  line-height: 130%;
  text-align: center;
  color: #c79f62;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section > h5 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section > h5 {
    font-size: 1.2em;
  }
}
#contents .contents > section#anc_gourmet > section.gourmetMain .kirinuki {
  margin-top: -95px;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain .kirinuki {
    margin-top: -60px;
  }
}
#contents .contents > section#anc_gourmet > section.gourmetMain .text {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain .text {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain .text {
    font-size: 0.7em;
  }
}
#contents .contents > section#anc_gourmet > section.gourmetMain > section > h5 {
  font-size: 1.7rem;
  line-height: 130%;
  text-align: center;
  color: #c79f62;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain > section > h5 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain > section > h5 {
    font-size: 1em;
  }
}
#contents .contents > section#anc_gourmet > section.gourmetMain > section > h5::before, #contents .contents > section#anc_gourmet > section.gourmetMain > section > h5::after {
  content: "";
  display: inline-block;
  width: 130px;
  height: 1px;
  border-top: 1px solid #c79f62;
  vertical-align: middle;
  line-height: 100%;
  margin: 0 10px;
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain > section > h5::before, #contents .contents > section#anc_gourmet > section.gourmetMain > section > h5::after {
    width: 30px;
    margin: 0 5px;
  }
}
#contents .contents > section#anc_gourmet > section.gourmetMain > section table {
  width: auto;
  margin: 0 auto 20px;
}
#contents .contents > section#anc_gourmet > section.gourmetMain > section table tr th, #contents .contents > section#anc_gourmet > section.gourmetMain > section table tr td {
  font-size: 1.2rem;
  line-height: 140%;
  vertical-align: top;
  padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain > section table tr th, #contents .contents > section#anc_gourmet > section.gourmetMain > section table tr td {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain > section table tr th, #contents .contents > section#anc_gourmet > section.gourmetMain > section table tr td {
    font-size: 0.7em;
  }
}
#contents .contents > section#anc_gourmet > section.gourmetMain > section table tr th {
  white-space: nowrap;
}
#contents .contents > section#anc_gourmet > section.gourmetMain > section .tabehoudai {
  margin: 0 0 20px;
}
#contents .contents > section#anc_gourmet > section.gourmetMain > section .notes {
  font-size: 1.2rem;
  line-height: 130%;
  text-indent: -1em;
  padding-left: 1em;
  display: table;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain > section .notes {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.gourmetMain > section .notes {
    font-size: 0.7em;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > h5 {
  margin-bottom: 30px;
}
#contents .contents > section#anc_gourmet > section.otokuMain > section {
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section {
    padding: 15px;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section * {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section * {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section * {
    font-size: 0.7em;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section > h6 {
  font-size: 2.2rem;
  line-height: 130%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section > h6 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section > h6 {
    font-size: 1.2em;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section p.fukidashi {
  position: absolute;
  width: 180px;
  right: -5px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section p.fukidashi {
    width: 25%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section p.fukidashi {
    width: 28%;
    top: -10px;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku01 {
  background-color: #950014;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section.otoku01 {
    padding-top: 30px;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku01 p.price {
  margin-top: 10px;
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku01 p.fukidashi {
  top: 40px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section.otoku01 p.fukidashi {
    top: 20px;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku01 .gold {
  background: linear-gradient(to right, #d7a400 0%, #b08600 15%, #d7a400 33%, #eacb7a 50%, #f3dfad 70%, #eacb7a 85%, #d7a400 100%);
  border-radius: 50px;
  color: #333;
  margin: -40px 0 10px;
  padding: 3px 0;
  text-align: center;
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku02 {
  background-color: #7E1A00;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section.otoku02 {
    padding-top: 30px;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku02 p.fukidashi {
  top: 40px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section.otoku02 p.fukidashi {
    top: 20px;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku02 p.price {
  margin-top: 10px;
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku02 .gold {
  background: linear-gradient(to right, #d7a400 0%, #b08600 15%, #d7a400 33%, #eacb7a 50%, #f3dfad 70%, #eacb7a 85%, #d7a400 100%);
  border-radius: 50px;
  color: #333;
  margin: -40px 0 10px;
  padding: 3px 0;
  text-align: center;
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 {
  background-color: #550007;
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 .subTit {
  background-color: #fff;
  color: #550007;
  text-align: center;
  padding: 2px 0;
  border-radius: 50px;
  margin: 15px 0;
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul {
    display: block;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul li {
  width: 180px;
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul li {
    margin: 0 auto 25px;
  }
  #contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul li * {
    font-size: 14px;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul li p {
  margin-bottom: 10px;
  line-height: 120%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul li p {
    margin-bottom: 5px;
  }
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul li p a img {
  transition: 0.3s;
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul li p a:hover img {
  transform: translateY(-5px);
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul li p a.coming {
  pointer-events: none;
}
#contents .contents > section#anc_gourmet > section.otokuMain > section.otoku03 ul li p a.coming img {
  opacity: 0.5;
}
#contents .contents > section#anc_gourmet > section.sweetsMain > h5::before, #contents .contents > section#anc_gourmet > section.sweetsMain > h5::after {
  content: "";
  display: inline-block;
  width: 130px;
  height: 1px;
  border-top: 1px solid #c79f62;
  vertical-align: middle;
  line-height: 100%;
  margin: 0 10px;
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > h5::before, #contents .contents > section#anc_gourmet > section.sweetsMain > h5::after {
    width: 30px;
    margin: 0 5px;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > h5::before, #contents .contents > section#anc_gourmet > section.sweetsMain > h5::after {
  width: 50px;
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > h5::before, #contents .contents > section#anc_gourmet > section.sweetsMain > h5::after {
    display: none;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section {
  margin-bottom: 40px;
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section h6 {
  max-width: 500px;
  margin: 0 auto 20px;
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section > div dl dt {
  color: #c79f62;
  font-size: 1.3rem;
  line-height: 130%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section > div dl dt {
    font-size: 1.1em;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section > div dl dt small {
  font-size: 0.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section > div dl dt small {
    font-size: 0.7em;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section > div dl dd {
  font-size: 1rem;
  line-height: 130%;
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section > div dl dd.submenu {
  color: #c79f62;
  border-top: 1px solid #c79f62;
  border-bottom: 1px solid #c79f62;
  display: inline-block;
  padding: 5px 0;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section > div dl dd {
    font-size: 0.8em;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div {
    display: block;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div:nth-child(2n+1) {
  flex-direction: row-reverse;
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div:nth-of-type(2) {
  margin-top: -150px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div:nth-of-type(2) {
    margin: 20px 0;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div:nth-of-type(2) p.photo {
  margin-left: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div:nth-of-type(2) p.photo {
    margin-left: auto;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div:nth-of-type(3) {
  margin-top: -100px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div:nth-of-type(3) {
    margin-top: 0;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div p.photo {
  width: 43%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.sweets > div p.photo {
    margin: 0 auto 10px;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div {
    display: block;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-child(2n) {
  flex-direction: row-reverse;
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:not(:first-of-type) {
  margin-top: -20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:not(:first-of-type) {
    margin-top: 20px;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(1) {
  position: relative;
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(1) p.photo {
  width: 70%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(1) p.photo {
    width: 100%;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(1) dl {
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(1) dl {
    position: static;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(2) p.photo {
  width: 55%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(2) p.photo {
    width: 90%;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(3) p.photo {
  width: 57%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(3) p.photo {
    width: 90%;
  }
}
#contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(4) p.photo {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div:nth-of-type(4) p.photo {
    width: 60%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_gourmet > section.sweetsMain > section.food > div p.photo {
    margin: 0 auto 10px;
  }
}
#contents .contents > section#anc_data section {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_data section {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_data section {
    font-size: 0.7em;
  }
}
#contents .contents > section#anc_data section h4 {
  color: #fff;
  background-color: #5b5457;
  padding: 10px;
  margin-bottom: 10px;
}
#contents .contents > section#anc_data section p.kome {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 3px;
}
#contents .contents > section#anc_data div.dataBtn .text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 130%;
  margin-bottom: 10px;
  /*padding-top: 20px;*/
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_data div.dataBtn .text {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_data div.dataBtn .text {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #contents .contents > section#anc_data div.dataBtn .text {
    padding-top: 10px;
  }
}
#contents .contents > section#anc_data div.dataBtn .link a {
  text-align: center;
  font-size: 1.2rem;
  display: block;
  color: #fff;
  background-color: #c79f62;
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_data div.dataBtn .link a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_data div.dataBtn .link a {
    font-size: 0.9em;
    padding: 10px 5px;
  }
}
#contents .contents > section#anc_data div.dataBtn .link a:hover {
  transform: translateY(-5px);
}
#contents .contents > section#anc_access > section {
  color: #c79f62;
  text-align: center;
}
#contents .contents > section#anc_access > section > h4 {
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_access > section > h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_access > section > h4 {
    font-size: 1.1em;
  }
}
#contents .contents > section#anc_access > section > h4 span {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  margin: 0 10px;
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_access > section > h4 span {
    width: 40px;
    margin: 0 8px;
  }
}
#contents .contents > section#anc_access > section p.sub {
  margin-bottom: 10px;
}
#contents .contents > section#anc_access > section p.sub strong {
  color: #fff;
  background-color: #c79f62;
  border-radius: 30px;
  padding: 5px 15px;
  line-height: 100%;
  vertical-align: middle;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_access > section p.sub strong {
    font-size: 1em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_access > section p.sub strong {
    font-size: 0.8em;
  }
}
#contents .contents > section#anc_access > section p.sub span {
  vertical-align: middle;
  font-size: 1.7rem;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_access > section p.sub span {
    font-size: 1.2em;
    margin: 0 5px;
  }
}
#contents .contents > section#anc_access > section p.photo {
  max-width: 460px;
  margin: 0 auto 10px;
}
#contents .contents > section#anc_access > section p.text {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_access > section p.text {
    font-size: 1em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_access > section p.text {
    font-size: 0.8em;
  }
}
#contents .contents > section#anc_access > section p.text span.busIcon {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  margin: 0 10px;
}
#contents .contents > section#anc_access > section p.text span.busIcon img {
  filter: brightness(300);
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_access > section p.text span.busIcon.before {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_access > section p.text span.busIcon.after {
    display: none;
  }
}
#contents .contents > section#anc_access > section p.link a {
  font-size: 1.6rem;
  display: block;
  color: #fff;
  background-color: #c79f62;
  padding: 15px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #contents .contents > section#anc_access > section p.link a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > section#anc_access > section p.link a {
    font-size: 1em;
    padding: 10px;
  }
}
#contents .contents > section#anc_access > section p.link a:hover {
  transform: translateY(-5px);
}
#contents .contents > section#anc_access > section.tour {
  margin-top: 40px;
  padding: 30px 20px;
  background-color: #C30D23;
  color: #fff;
  position: relative;
}
#contents .contents > section#anc_access > section.tour::before, #contents .contents > section#anc_access > section.tour::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
}
#contents .contents > section#anc_access > section.tour::before {
  top: 10px;
}
#contents .contents > section#anc_access > section.tour::after {
  bottom: 10px;
}
#contents .contents > section#anc_access > section.tour .link a {
  background-color: #fff;
  color: #C30D23;
}
#contents .contents > div#end {
  padding: 60px 0 30px;
  max-width: 560px;
  margin: 0 auto 50px;
  background-image: url(../images/kirakira.svg), url(../images/kirakira.svg);
  background-position: left top, right 50px bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 80px auto, 80px auto;
}
@media screen and (max-width: 668px) {
  #contents .contents > div#end {
    max-width: 380px;
    background-size: 50px auto, 50px auto;
    background-position: left top, right 20px bottom;
  }
}
#contents .contents > div#end p {
  font-size: 2.2rem;
  line-height: 130%;
  color: #c79f62;
  text-align: center;
  line-height: 160%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #contents .contents > div#end p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 668px) {
  #contents .contents > div#end p {
    font-size: 1.2em;
  }
}/*# sourceMappingURL=index.css.map */