/* ==================== Jc/@.css ==================== */

.Jc {
  border-top: 0.2em solid #de0000;
  color: black;
}
@media (max-width: 640px) {
  .Jc {
    position: relative;
    padding-bottom: 8em;
    font-size: 4vw;
  }
  .Jc:not(.index) {
    margin-top: 2.5em;
  }
}
@media (min-width: 641px) {
  .Jc {
    overflow: hidden;
    position: relative;
    padding-right: 3em;
    padding-bottom: 3em;
    font-size: 20px;
  }
  .Jc.Jc_column {
    padding-right: 0;
  }
}



/* ==================== Jc/JcNav.css ==================== */

.JcNav {
  z-index: 1;
  line-height: 1;
}
@media (max-width: 640px) {
  .JcNav {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .JcNav:not(.spScrolled) {
    position: fixed;
  }
  .JcNav.spScrolled {
    position: absolute;
  }
}
@media (min-width: 641px) {
  .JcNav {
    position: fixed;
    right: 0;
    top: 0; /* modify by jcnav.js */
    padding-bottom: 1em;
  }
}
@media (min-width: 641px) {
  .JcNav.loaded {
    transform: none;
    transition: transform 200ms ease;
  }
  .JcNav:not(.loaded) {
    transform: translateX(100%);
  }
}
.JcNav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 640px) {
  .JcNav ul {
    display: table;
    table-layout: fixed;
    transition: transform 200ms ease;
  }
  .JcNav:not(.spScrolled).hide .JcNav ul {
    transform: translateY(3.5em);
  }
}
@media (max-width: 640px) {
  .JcNav ul li {
    display: table-cell;
    vertical-align: top;
    background: white;
  }
}
@media (min-width: 641px) {
  .JcNav ul li:nth-of-type(n+2) {
    margin-top: 0.2em;
  }
}
@media (min-width: 641px) {
  .JcNav ul li img {
    border: 0.1em solid #fff;
    border-radius: 0.3em 0 0 0.3em;
    border-right: none;
  }
}
.Jc.foodmeal .JcNav ul li:nth-of-type(4) img, .Jc.wisdom .JcNav ul li:nth-of-type(3) img, .Jc.point .JcNav ul li:nth-of-type(2) img, .Jc.washoku .JcNav ul li:nth-of-type(1) img {
  opacity: 0.3;
}

.Jc.index .JcNav .home {
  visibility: hidden;
}

@media (max-width: 640px) {
  .JcNav .home {
    position: absolute;
    left: 0;
    bottom: 100%;
    transition: all 200ms ease;
  }
  .JcNav:not(.spScrolled).hide .JcNav .home {
    bottom: -100%;
  }
}
@media (max-width: 640px) {
  .JcNav .home a {
    display: block;
    padding: 0.5em;
  }
}
@media (min-width: 641px) {
  .JcNav .home a {
    display: block;
    padding: 1em 0;
    text-align: center;
  }
}



/* ==================== Jc/JcCnt/@.css ==================== */

@charset "UTF-8";
.JcCnt {
  /* 監修 */
}
@media (max-width: 640px) {
  .JcCnt {
    text-align: center;
  }
}
@media (min-width: 641px) {
  .JcCnt {
    width: 43em;
    margin: 0 auto;
  }
}
.JcCnt h1,
.JcCnt h2,
.JcCnt h3,
.JcCnt h4,
.JcCnt h5,
.JcCnt h6 {
  margin: 1em 0;
  font-size: inherit;
}
.JcCnt section {
  margin: 3em auto;
}
.JcCnt section:nth-of-type(1) {
  margin-top: 1em;
}
@media (max-width: 640px) {
  .JcCnt section {
    padding: 0 1em;
  }
}
.JcCnt h2 {
  text-align: center;
}
.JcCnt p {
  margin: 1em 0;
  line-height: 1.9;
}
@media (max-width: 640px) {
  .JcCnt p {
    font-size: 0.9em;
    text-align: left;
  }
}
@media (min-width: 641px) {
  .JcCnt p {
    font-size: 0.7em;
  }
  .JcCnt p + p {
    margin-top: 2em;
  }
}
.JcCnt p span {
  display: inline-block;
}
.JcCnt figure {
  margin: 1em 0;
}
@media (min-width: 641px) {
  .JcCnt figure {
    text-align: center;
  }
}
.JcCnt .supervisor {
  color: #999999;
  text-align: center;
}



/* ==================== Jc/JcCnt/JcTitle.css ==================== */

.JcCnt .JcTitle h1 {
  margin: 0;
}
@media (min-width: 641px) {
  .JcCnt .JcTitle h1 {
    transform: translateX(1.5em);
  }
  .JcCnt .JcTitle h1 img {
    display: inline-block;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}



/* ==================== Jc/JcCnt/cntLogo.css ==================== */

.JcCnt .cntLogo {
  position: absolute;
  z-index: 1;
}
@media (max-width: 640px) {
  .JcCnt .cntLogo {
    left: 0;
    top: 2em;
    width: 100%;
  }
}
@media (min-width: 641px) {
  .JcCnt .cntLogo {
    width: 47.5em;
    left: 50%;
    top: 2.5em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.JcCnt .cntLogo img {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 640px) {
  .JcCnt .cntLogo img {
    width: 7.5em;
  }
}
@media (min-width: 641px) {
  .JcCnt .cntLogo img {
    width: 8.5em;
  }
}



/* ==================== Jc/JcCnt/cntPankuzu.css ==================== */

.JcCnt .cntPankuzu {
  position: relative;
}
.JcCnt .cntPankuzu ul {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 0.5em;
  justify-content: start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 640px) {
  .JcCnt .cntPankuzu ul {
    position: absolute;
    left: 0.75em;
    bottom: 100%;
    margin-bottom: 1em;
    font-size: 75%;
  }
}
@media (min-width: 641px) {
  .JcCnt .cntPankuzu ul {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1em;
    font-size: 70%;
  }
  .Jc_column .JcCnt .cntPankuzu ul {
    left: -2.25em;
  }
}
.JcCnt .cntPankuzu ul li {
  display: grid;
  align-items: center;
  grid-template-columns: subgrid;
}
.JcCnt .cntPankuzu ul li:nth-last-of-type(n+2) {
  grid-column: span 2;
}
.JcCnt .cntPankuzu ul li:nth-last-of-type(n+2)::after {
  all: unset;
  content: "";
  box-sizing: border-box;
  width: 1em;
  aspect-ratio: 1/1;
  border: solid #de0000;
  border-width: 0.2em 0.2em 0 0;
  transform: translateX(-15%) rotate(45deg) scale(0.6);
}
.JcCnt .cntPankuzu ul li a {
  color: #de0000;
  text-decoration: none;
}



/* ==================== Jc/JcCnt/column.css ==================== */

@media (min-width: 641px) {
  .JcCnt .column {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .JcCnt .column > div {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .JcCnt .column.fixed {
    table-layout: fixed;
  }
  .JcCnt .column.rtl {
    direction: rtl;
  }
  .JcCnt .column.rtl > div {
    direction: ltr;
  }
  .JcCnt .column.rtl > div:nth-of-type(n+2) {
    padding-right: 2em;
  }
  .JcCnt .column:not(.rtl):not(.fixed) > div:nth-of-type(n+2) {
    padding-left: 2em;
  }
  .JcCnt .column img {
    max-width: none;
  }
  .JcCnt .column::after {
    content: none;
  }
}



/* ==================== Jc/JcCnt/ruby.css ==================== */

.JcCnt ruby {
  display: inline-block;
  position: relative;
  line-height: 1.1;
}
.JcCnt ruby:nth-of-type(2), .JcCnt ruby:nth-of-type(3) {
  margin: 0 0.25em;
}
.JcCnt ruby span {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform-origin: 50% 100%;
  transform: translate(-50%, 0) scale(0.6);
  line-height: 1.2;
  white-space: nowrap;
}



/* ==================== Jc/JcFooter/@.css ==================== */

.Jc .JcFooter {
	margin-top: 3em;
	text-align: center;
}

.Jc .JcFooter a {
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
.Jc .JcFooter a:hover {
	opacity: 0.7;
}



/* ==================== Jc/JcFooter/footmenu.css ==================== */

.Jc .JcFooter .footmenu {
	margin-top: 0.5em;
}

.Jc .JcFooter .footmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.Jc.washoku .JcFooter .footmenu li:nth-of-type(1) a,
.Jc.point .JcFooter .footmenu li:nth-of-type(2) a,
.Jc.wisdom .JcFooter .footmenu li:nth-of-type(3) a,
.Jc.foodmeal .JcFooter .footmenu li:nth-of-type(4) a {
	opacity: 0.4;
}


@media (max-width: 640px) {
	.Jc .JcFooter .footmenu li:nth-of-type(n+2) {
		margin-top: 0.5em;
	}
}

@media (min-width: 641px) {
	.Jc .JcFooter .footmenu li {
		display: inline-block;
		margin: 0 0.5em;
	}
}



/* ==================== Jc/JcFooter/links.css ==================== */

.Jc .JcFooter .links {
	display: grid;
	margin-top: 3em;
}

.Jc .JcFooter .links a {
	display: grid;
	grid-gap: 0.5em;
	justify-items: center;
}


@media (max-width: 640px) {
	.Jc .JcFooter .links {
		grid-gap: 1.5em;
	}
}


@media (min-width: 641px) {

	.Jc .JcFooter .links {
		justify-content: center;
		grid-auto-flow: column;
		grid-gap: 3em;
	}
	.Jc .JcFooter .links::after {
		content: none;
	}

}



/* ==================== Jc/JcFooter/logo.css ==================== */

.Jc .JcFooter .logo img {
	width: 12.2em;
	font-size: 0.8em;
}



/* ==================== Jc/JcFooter/references.css ==================== */

.Jc .JcFooter .references {
	margin-top: 2em;
}