@charset "UTF-8";
/* media query */
.hok {
  color: #3db182;
}

.toh {
  color: #f8b73d;
}

.kan {
  color: #d8e58d;
}

.kos {
  color: #47bcc6;
}

.tok {
  color: #fdd86f;
}

.hkr {
  color: #cfd300;
}

.kin {
  color: #f2a0a0;
}

.chu {
  color: #5db050;
}

.shi {
  color: #4694d1;
}

.kyu {
  color: #e5e647;
}

.gotochiPageTitle {
  background: url(../images/title_bg.png) no-repeat center/auto 100% #f5dfb4;
  text-align: center;
  padding: 100px 30px;
}
@media screen and (max-width: 960px) {
  .gotochiPageTitle {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 668px) {
  .gotochiPageTitle {
    padding: 40px 20px;
  }
}
.gotochiPageTitle h2 {
  font-size: 7rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .gotochiPageTitle h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 668px) {
  .gotochiPageTitle h2 {
    font-size: 3rem;
  }
}
.gotochiPageTitle p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .gotochiPageTitle p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 668px) {
  .gotochiPageTitle p {
    font-size: 1.6rem;
  }
}

.mainArea:not(:last-child) {
  margin-bottom: 50px;
}
.mainArea#hok .color {
  background: #3db182;
}
.mainArea#hok .color .recipe::before {
  border-left: 10px solid #3db182;
  border-right: 10px solid #3db182;
}
.mainArea#hok .color .text h4 small:before {
  background-color: #3db182;
}
.mainArea#toh .color {
  background: #f8b73d;
}
.mainArea#toh .color .recipe::before {
  border-left: 10px solid #f8b73d;
  border-right: 10px solid #f8b73d;
}
.mainArea#toh .color .text h4 small:before {
  background-color: #f8b73d;
}
.mainArea#kan .color {
  background: #d8e58d;
}
.mainArea#kan .color .recipe::before {
  border-left: 10px solid #d8e58d;
  border-right: 10px solid #d8e58d;
}
.mainArea#kan .color .text h4 small:before {
  background-color: #d8e58d;
}
.mainArea#kos .color {
  background: #47bcc6;
}
.mainArea#kos .color .recipe::before {
  border-left: 10px solid #47bcc6;
  border-right: 10px solid #47bcc6;
}
.mainArea#kos .color .text h4 small:before {
  background-color: #47bcc6;
}
.mainArea#tok .color {
  background: #fdd86f;
}
.mainArea#tok .color .recipe::before {
  border-left: 10px solid #fdd86f;
  border-right: 10px solid #fdd86f;
}
.mainArea#tok .color .text h4 small:before {
  background-color: #fdd86f;
}
.mainArea#hkr .color {
  background: #cfd300;
}
.mainArea#hkr .color .recipe::before {
  border-left: 10px solid #cfd300;
  border-right: 10px solid #cfd300;
}
.mainArea#hkr .color .text h4 small:before {
  background-color: #cfd300;
}
.mainArea#kin .color {
  background: #f2a0a0;
}
.mainArea#kin .color .recipe::before {
  border-left: 10px solid #f2a0a0;
  border-right: 10px solid #f2a0a0;
}
.mainArea#kin .color .text h4 small:before {
  background-color: #f2a0a0;
}
.mainArea#chu .color {
  background: #5db050;
}
.mainArea#chu .color .recipe::before {
  border-left: 10px solid #5db050;
  border-right: 10px solid #5db050;
}
.mainArea#chu .color .text h4 small:before {
  background-color: #5db050;
}
.mainArea#shi .color {
  background: #4694d1;
}
.mainArea#shi .color .recipe::before {
  border-left: 10px solid #4694d1;
  border-right: 10px solid #4694d1;
}
.mainArea#shi .color .text h4 small:before {
  background-color: #4694d1;
}
.mainArea#kyu .color {
  background: #e5e647;
}
.mainArea#kyu .color .recipe::before {
  border-left: 10px solid #e5e647;
  border-right: 10px solid #e5e647;
}
.mainArea#kyu .color .text h4 small:before {
  background-color: #e5e647;
}
.mainArea > section h3 {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  font-size: 4.5rem;
  line-height: 130%;
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
@media all and (max-width: 1400px) {
  .mainArea > section h3 {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .mainArea > section h3 {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section h3 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.mainArea > section > div.color {
  padding: 70px 0;
}
@media screen and (max-width: 800px) {
  .mainArea > section > div.color {
    padding: 40px 0;
  }
}
.mainArea > section > div.color > section {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 50px 5vw;
  border-radius: 50px;
}
@media all and (max-width: 1400px) {
  .mainArea > section > div.color > section {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .mainArea > section > div.color > section {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section > div.color > section {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section > div.color > section {
    border-radius: 30px;
  }
}
.mainArea > section > div.color > section:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .mainArea > section > div.color > section:not(:last-child) {
    margin-bottom: 20px;
  }
}
.mainArea > section > div.color > section .photo {
  width: calc(45% - 20px);
}
@media screen and (max-width: 960px) {
  .mainArea > section > div.color > section .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mainArea > section > div.color > section .text {
  width: calc(55% - 20px);
}
@media screen and (max-width: 960px) {
  .mainArea > section > div.color > section .text {
    width: 100%;
  }
}
.mainArea > section > div.color > section .text h4 {
  font-size: 3.5rem;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .mainArea > section > div.color > section .text h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section > div.color > section .text h4 {
    font-size: 2.5rem;
  }
}
.mainArea > section > div.color > section .text h4 small {
  font-size: 0.6em;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section > div.color > section .text h4 small {
    display: block;
  }
}
.mainArea > section > div.color > section .text h4 small::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 100%;
  background-color: #333;
  margin-right: 5px;
  margin-bottom: 3px;
}
.mainArea > section > div.color > section .text h4 small ruby {
  font-size: unset;
}
.mainArea > section > div.color > section .text h4 small ruby rb {
  font-size: unset;
  font-weight: 700;
}
.mainArea > section > div.color > section .text h4 small ruby rt {
  font-size: 10px;
}
@media screen and (max-width: 668px) {
  .mainArea > section > div.color > section .text h4 small ruby rt {
    font-size: 8px;
  }
}
.mainArea > section > div.color > section .text h4 strong {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.mainArea > section > div.color > section .text h4 ruby.titRuby {
  font-size: unset;
}
.mainArea > section > div.color > section .text h4 ruby.titRuby rb {
  font-size: unset;
  font-weight: 700;
}
.mainArea > section > div.color > section .text h4 ruby.titRuby rt {
  font-size: 10px;
}
@media screen and (max-width: 668px) {
  .mainArea > section > div.color > section .text h4 ruby.titRuby rt {
    font-size: 8px;
  }
}
.mainArea > section > div.color > section .text .comment {
  line-height: 140%;
  font-size: 1.8rem;
}
.mainArea > section > div.color > section .text .comment ruby {
  font-size: unset;
}
.mainArea > section > div.color > section .text .comment ruby rb {
  font-size: unset;
}
.mainArea > section > div.color > section .text .comment ruby rt {
  font-size: 10px;
}
@media screen and (max-width: 668px) {
  .mainArea > section > div.color > section .text .comment ruby rt {
    font-size: 8px;
  }
}
@media screen and (max-width: 668px) {
  .mainArea > section > div.color > section .text .comment {
    font-size: 1.7rem;
  }
}
.mainArea > section > div.color > section .text .point {
  font-size: 1.7rem;
  line-height: 130%;
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
  padding-top: 1px;
}
@media screen and (max-width: 668px) {
  .mainArea > section > div.color > section .text .point {
    font-size: 1.5rem;
  }
}
.mainArea > section > div.color > section .text .point .icon {
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 100%;
}
.mainArea > section > div.color > section .text .recipe {
  margin-top: 30px;
  padding-top: 7px;
  border-top: 1px solid #555;
  position: relative;
}
.mainArea > section > div.color > section .text .recipe::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -2px;
  height: 30px;
  width: 0;
  border-bottom: 5px solid transparent;
}
.mainArea > section > div.color > section .text .recipe h5 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  padding-left: 40px;
  text-decoration: underline;
  cursor: pointer;
}
.mainArea > section > div.color > section .text .recipe h5 span {
  font-size: inherit;
}
.mainArea > section > div.color > section .text .recipe h5.on::after {
  content: "close";
  font-size: 13px;
  padding-left: 7px;
  opacity: 0.5;
}
.mainArea > section > div.color > section .text .recipe h5.on span {
  display: none;
}
.mainArea > section > div.color > section .text .recipe .recipeMain {
  display: none;
  /* 富山 */
}
.mainArea > section > div.color > section .text .recipe .recipeMain > p.link {
  word-break: break-all;
  font-size: 1.6rem;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > p.link a {
  font-size: 1.5rem;
  text-decoration: underline;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo {
  width: 290px;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
}
@media all and (max-width: 1200px) {
  .mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo {
    width: 290px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo {
    width: 100%;
  }
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo table {
  width: 100%;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo table tr th,
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo table tr td {
  font-size: 1.4rem;
  line-height: 120%;
  vertical-align: middle;
  padding-bottom: 10px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo table tr th small,
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo table tr td small {
  font-size: 1.2rem;
  line-height: 120%;
  display: inline-block;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo table tr th {
  text-align: left;
  padding-right: 0;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo table tr th:not(:last-child) {
  white-space: nowrap;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo table tr th .kome {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1em;
  line-height: 120%;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo table tr td {
  text-align: right;
  white-space: nowrap;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .zairyo .notice {
  margin-top: 20px;
  line-height: 150%;
  font-size: 1.4rem;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main {
  width: calc(100% - 315px);
}
@media all and (max-width: 1200px) {
  .mainArea > section > div.color > section .text .recipe .recipeMain > div .main {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .mainArea > section > div.color > section .text .recipe .recipeMain > div .main {
    width: calc(100% - 315px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainArea > section > div.color > section .text .recipe .recipeMain > div .main {
    width: 100%;
  }
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main .subTit {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main ol {
  margin-left: 20px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main ol li {
  list-style: decimal;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main ol li {
  font-size: 1.6rem;
  line-height: 140%;
  margin-bottom: 10px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main ol li .kome {
  font-size: 1.5rem;
  line-height: 140%;
  text-indent: -1em;
  margin-left: 1em;
  display: block;
  margin-top: 2px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main .memo {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 10px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main .memo h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main .memo h6 span.icon {
  width: 23px;
  display: inline-block;
  margin-right: 3px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > div .main .memo p {
  font-size: 1.55rem;
  line-height: 170%;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > section.kani * {
  font-size: 1.6rem;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > section.kani h6 {
  font-size: 1.05em;
  font-weight: 700;
  margin-bottom: 5px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > section.kani > section {
  margin-top: 10px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > section.kani > section h6 {
  border-left: 8px solid #cfd300;
  padding-left: 5px;
  line-height: 100%;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > section.kani > section dl {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > section.kani > section dl dt {
  font-weight: 700;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > section.kani > section dl dt:not(:first-of-type) {
  margin-top: 15px;
}
.mainArea > section > div.color > section .text .recipe .recipeMain > section.kani > section dl dd {
  font-size: 1.5rem;
  line-height: 150%;
}

.listArea {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media all and (max-width: 1400px) {
  .listArea {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .listArea {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .listArea {
    width: calc(100% - 40px);
  }
}
.listArea h3 {
  font-size: 2.5rem;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .listArea h3 {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
}
.listArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.listArea ul li {
  width: calc(20% - 20px);
}
.listArea ul li:not(:last-child) {
  margin-right: 25px;
}
@media all and (max-width: 1200px) {
  .listArea ul li {
    width: calc(25% - 12px);
  }
  .listArea ul li:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 800px) {
  .listArea ul li {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
  .listArea ul li:not(:last-child) {
    margin-right: 0px;
  }
  .listArea ul li:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  .listArea ul li {
    width: 100%;
  }
  .listArea ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.listArea ul li a {
  text-align: center;
  display: block;
  background-color: #fff;
  box-shadow: 2px 2px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 20px 5px 25px;
  border-radius: 30px;
  font-size: 1.5rem;
  font-feature-settings: "palt";
}
.listArea ul li a strong {
  font-size: 1.4em;
  margin: 0 2px;
  font-weight: 900;
}
@media screen and (max-width: 668px) {
  .listArea ul li a {
    font-size: 1.3rem;
    padding: 10px 10px 15px;
  }
}
.listArea ul li a:hover {
  transform: translateY(-5px);
}
.listArea ul li a::after {
  content: "";
  display: block;
  width: 50%;
  height: 6px;
  margin: 5px auto 0;
}
@media screen and (max-width: 668px) {
  .listArea ul li a::after {
    margin: 4px auto 0;
    width: 30%;
  }
}
.listArea ul li.ht a::after {
  background: linear-gradient(90deg, #3db182 0%, #3db182 50%, #f8b73d 50%, #f8b73d 100%);
}
.listArea ul li.tk a::after {
  background: linear-gradient(90deg, #d8e58d 0%, #d8e58d 50%, #47bcc6 50%, #47bcc6 100%);
}
.listArea ul li.th a::after {
  background: linear-gradient(90deg, #fdd86f 0%, #fdd86f 33%, #cfd300 33%, #cfd300 66%, #f2a0a0 66%, #f2a0a0 100%);
}
.listArea ul li.cs a::after {
  background: linear-gradient(90deg, #5db050 0%, #5db050 50%, #4694d1 50%, #4694d1 100%);
}
.listArea ul li.ky a::after {
  background-color: #e5e647;
}/*# sourceMappingURL=detail.css.map */