@charset "utf-8";

main .caution {
  color: var(--color-red);
}
/* 共通 */
main .nav-fixed-area section[id] {
  scroll-margin-top: 100px;
}
#pagetop img {
  width: 110px;
  height: 110px;
}
.nav-fixed {
  position: sticky;
  top: -1px;
  z-index: 100;
}
.block-center {
  width: fit-content;
  margin-inline: auto;
}
main .bold {
  font-weight: bold;
}
main .center {
  text-align: center;
}
main .palt {
  font-feature-settings: "palt";
}
main a:hover{
  opacity: 0.7;
}
/*-------------------------------------------------------------------------------------------------------------------------------
  Main Visual
-------------------------------------------------------------------------------------------------------------------------------*/
.sec-mainvisual .intro {
  padding: 0 var(--size-inline) 30px;
  text-align: justify;
  background-color: #fffded;
}
.sec-mainvisual .intro p {
  margin-top: 20px;
  font-size: 18px;
  /* line-height: 1.5; */
}
/*-------------------------------------------------------------------------------------------------------------------------------
  notification
-------------------------------------------------------------------------------------------------------------------------------*/
.sec-notification {
  padding: var(--size-inline);
  text-align: justify;
  font-feature-settings: normal;
}

/*-------------------------------------------------------------------------------------------------------------------------------
  Item section components
-------------------------------------------------------------------------------------------------------------------------------*/
/*------------ Standard layout ------------*/
.mod-standard-layout {
  padding-block: 55px 120px;
  background-color: var(--item-color-bg);
  background-image: var(--item-bg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position:
    center -1px,
    center bottom -1px,
    center center;
  background-size: 100% auto;
}
#cat01 {
  --item-bg: url("/base/kyoto/special/hokkaidoten_261014/img/cat01/bg-upper.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat01/bg-lower.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat01/bg-side.png");
  --item-color-bg: #faf3e7;
}
#cat02 {
  --item-bg: url("/base/kyoto/special/hokkaidoten_261014/img/cat02/bg-upper.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat02/bg-lower.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat02/bg-side.png");
  --item-color-bg: #fcefed;
}
#cat03 {
  --item-bg: url("/base/kyoto/special/hokkaidoten_261014/img/cat03/bg-upper.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat03/bg-lower.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat03/bg-side.png");
  --item-color-bg: #f4eef3;
}
#cat04 {
  --item-bg: url("/base/kyoto/special/hokkaidoten_261014/img/cat04/bg-upper.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat04/bg-lower.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat04/bg-side.png");
  --item-color-bg: #e9f7fa;
}
#cat05 {
  background: linear-gradient(to bottom, #fff 200px, #fbe2cc 200px);
}
#cat06 {
  --item-bg: url("/base/kyoto/special/hokkaidoten_261014/img/cat06/bg-upper.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat06/bg-lower.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat06/bg-side.png");
  --item-color-bg: #eef4ea;
}
#cat07 {
  --item-bg: url("/base/kyoto/special/hokkaidoten_261014/img/cat07/bg-upper.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat07/bg-lower.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat07/bg-side.png");
  --item-color-bg: #f7f3e9;
}
#cat08 {
  --item-bg: url("/base/kyoto/special/hokkaidoten_261014/img/cat08/bg-upper.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat08/bg-lower.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat08/bg-side.png");
  --item-color-bg: #fdf1f6;
}
#cat09 {
  --item-bg: url("/base/kyoto/special/hokkaidoten_261014/img/cat09/bg-upper.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat09/bg-lower.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat09/bg-side.png");
  --item-color-bg: #ecf2f8;
}
#cat10 {
  --item-bg: url("/base/kyoto/special/hokkaidoten_261014/img/cat10/bg-upper.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat10/bg-lower.png"), url("/base/kyoto/special/hokkaidoten_261014/img/cat10/bg-side.png");
  --item-color-bg: #fdf3e8;
}
#cat11 {
  padding: 55px;
  --item-color-bg: #d70c18;
}
#cat12 {
  background: url("/base/kyoto/special/hokkaidoten_261014/img/cat12/bg-upper.png") no-repeat center top/ 100% auto;
  padding: 55px;
  --item-color-bg: #fff;
}
/*------------ Item list ------------*/
.mod-item-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mod-item-list li + li {
  margin-top: 40px;
}
.mod-item-list li .cover {
  flex: 0 0 50%;
  text-align: right;
}
.mod-item-list li .col {
  flex: 1 1 auto;
  padding-inline: 0 10px;
}
.mod-item-list.reverse-odd:not(.unreverse) li:nth-child(odd),
.mod-item-list:not(.reverse-odd, .unreverse) li:nth-child(even) {
  flex-direction: row-reverse;
}
.mod-item-list.reverse-odd:not(.unreverse) li:nth-child(odd) .cover,
.mod-item-list:not(.reverse-odd, .unreverse) li:nth-child(even) .cover {
  text-align: left;
}
.mod-item-list.reverse-odd:not(.unreverse) li:nth-child(odd) .col,
.mod-item-list:not(.reverse-odd, .unreverse) li:nth-child(even) .col {
  text-align: right;
  padding-inline: 10px 0;
}

/*------------ Item detail ------------*/
.mod-full-width {
  margin-block: 60px;
}
.mod-full-width .mod-item-detail {
  margin-top: 10px;
  padding-inline: 40px;
}
.mod-item-detail {
  line-height: 1.4;
}
.mod-item-detail h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .05em;
}
.mod-item-detail h3 small {
  font-size: 20px;
  font-weight: normal;
}
.mod-item-detail p {
  font-size: 25px;
  font-weight: normal;
}
.mod-item-detail p strong {
  font-size: 35px;
  line-height: 1;
}
.mod-item-detail p small {
  font-size: 20px;
}
.mod-item-detail p small.bold{
  font-size: 22px;
}
.mod-item-detail .yen {
  font-size: 24px;
  font-weight: normal;
}
.mod-item-detail em {
  padding-inline: 10px;
  padding-bottom: 1px;
  background-color: #aaa;
  color: #fff;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
}
.mod-item-detail em.red {
  background-color: #e40012;
}
.mod-item-detail em.golden {
  background-color: #a88220;
}
.mod-item-detail em.green {
  background-color: #00a53c;
}
.mod-item-detail em.blue {
  background-color: #008bcd;
}
.mod-item-detail em.yellow {
  background-color: #ffef00;
  color: #793923;
}
.mod-item-detail .blue:not(em) {
  color: #008bcd;
}
.mod-item-detail .green:not(em) {
  color: #00a53c;
}
.mod-item-detail .link {
  display: inline-block;
  margin-block: 5px;
  color: #005bac;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
}
/*------------ Item category 05 ------------*/
#cat05 {
  padding-bottom: 80px;
}
#cat05 h4 {
  text-align: center;
  margin-top: 60px;
}
#cat05 h4:nth-of-type(2) {
  padding-top: 60px;
  border-top: 10px solid #fff;
}
/*------------ Item category 07 ------------*/
#cat07 {
  padding-top: 100px;
}
#cat07 .inner-block {
  margin: 30px 25px 0;
  background: #fff;
  padding-block: 70px 50px;
  border-block: 20px solid #a98320;
}
/*------------ Item category 11 ------------*/
#cat11 > p {
  color: #fff;
  font-size: 22px;
}
#cat11 > p +a{
  display: block;
  width: fit-content;
  margin: 30px auto;
  color: #ffff00;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
#cat11 .mod-item-list {
  padding: 5px 10px 40px;
  border-radius: 20px;
  background: #fff;
}
/*------------ Item category 12 ------------*/
#cat12 {
  padding: 90px 25px 40px;
}
#cat12 .hourse-block {
  margin-top: 40px;
  padding-top: 60px;
  background: url("/base/kyoto/special/hokkaidoten_261014/img/cat12/bg-flag.svg") #fffeee repeat-x left top;
  border: 2px solid #e87626;
}
#cat12 .hourse-block hgroup {
  text-align: center;
  position: relative;
  z-index: 1;
}
#cat12 .hourse-block hgroup h3 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: bold;
}
#cat12 .hourse-block hgroup p {
  display: inline-block;
  padding: 0 30px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
#cat12 .hourse-block hgroup p small {
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
}
#cat12 .hourse-block .flex {
  display: flex;
  padding-inline: 35px 10px;
  margin-top: -25px;
}
#cat12 .hourse-block .flex div {
  flex: 1 1 auto;
  padding: 60px 0 20px;
}
#cat12 .hourse-block .flex figure {
  flex: 0 0 210px;
}
#cat12 .hourse-block .flex p {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}
#cat12 .rice-block {
  margin-top: 20px;
  padding-block: 40px 30px;
  background: #fdedee;
  border-block: 20px solid #e50012;
}
#cat12 .rice-block hgroup {
  text-align: center;
  position: relative;
  z-index: 1;
}
#cat12 .rice-block hgroup h3 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: bold;
}
#cat12 .rice-block hgroup p {
  display: inline-block;
  padding: 0 30px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
#cat12 .rice-block hgroup strong {
  font-size: 56px;
}
#cat12 .rice-block hgroup em {
  color: #e50012;
  font-style: normal;
}
#cat12 .rice-block hgroup small {
  font-size: 27px;
  padding-left: 38px;
  font-weight: 500;
  display: block;
  margin: 5px 0 8px;
}
#cat12 .rice-block .flex {
  display: flex;
  padding-inline: 35px 10px;
  margin-top: 20px;
}
#cat12 .rice-block .flex div {
  flex: 1 1 auto;
}
#cat12 .rice-block .flex figure {
  flex: 0 0 210px;
}
#cat12 .rice-block .flex p {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 500;
}
#cat12 .rice-block .flex p small {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}
/*------------ Item category 13 ------------*/
#cat13 {
  padding: 40px 0 60px;
  background-color: #f7f1d4;
  border: 3px solid #ebc45b;
}
#cat13 .red {
  color: #e60012;
}
#cat13 .green {
  color: #009251;
}
#cat13 h2 {
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 10px;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 70%, #fff 100%);
  color: #e60012;
  font-size: 66px;
  font-weight: 900;
  text-align: center;
}
#cat13 hgroup p {
  padding: 0 25px;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.6;
}
#cat13 hgroup p strong {
  font-size: 1.15em;
  line-height: 1.3;
}
#cat13 hgroup p small {
  font-size: 0.8em;
}
#cat13 .green-block {
  margin: 15px 50px 0;
  padding: 30px 20px;
  background: #fff;
  border: 4px solid #009251;
  border-radius: 4px;
  text-align: left;
}
#cat13 .green-block h3 {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: bold;
  color: #009251;
}
#cat13 .green-block h3 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2em;
  width: 1.1em;
  height: 1.1em;
  background: #009251;
  color: #fff;
  font-size: 0.85em;
  font-style: normal;
  font-weight: bold;
  border-radius: 999rem;
}
#cat13 .green-block p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
#cat13 .green-block strong {
  font-size: 1.15em;
  font-weight: 900;
}
#cat13 .green-block + p {
  padding: 20px 50px 0;
  font-size: 22px;
}
/*------------ Item category 14 ------------*/
#cat14 {
  padding: 15px 50px 70px;
  background:
    url(/base/kyoto/special/hokkaidoten_261014/img/cat14/bg-pattern.png) repeat center center,
    linear-gradient(to bottom, transparent 30px, rgba(255 255 255 /0.8) 30px, rgba(255 255 255 /0.8) calc(100% - 30px), transparent calc(100% - 30px)),
    #ed7700;
}
#cat14 h2 {

  margin-bottom: 60px;
  text-align: center;
}
#cat14 dl + dl {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px dotted #783121;
}
#cat14 dl dt {
  color: #783121;
  font-size: 30px;
  font-weight: 900;
}
#cat14 dl dt em {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 10px;
  background-color: #ed7700;
  border-radius: 6px;
  color: #fff;
  font-style: normal;
  line-height: 1;
}
#cat14 dl dt small {
  font-size: 25px;
  font-weight: 500;
}
#cat14 dl dd {
  padding: 10px 0 0;
  color: #783121;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  text-align: justify;
}
#cat14 dl strong {
  font-size: 32px;
}
#cat14 dl dd strong {
  color: #ed7700;
  font-weight: 900;
  letter-spacing: .03em;
}
#cat14 dl + p {
  margin: 40px auto;
  font-size: 24px;
}
#cat14 .link {
  display: block;
  width: fit-content;
  margin: auto;
  color: #005bac;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
}
/*------------ Item category 15 ------------*/
#cat15 {
  background: url("/base/kyoto/special/hokkaidoten_261014/img/cat15/bg-lower.svg") no-repeat center bottom/ 100% auto;
}
#cat15 h2 {
  margin-bottom: 30px;
}
#cat15 .item {
  padding: 80px 0 100px;
  position: relative;
}
#cat15 .item:before,
#cat15 .item:after {
  content: "";
  background-color: rgba(28, 53, 103, 0.22);
  position: absolute;
  pointer-events: none;
}
#cat15 .item:before {
  width: 100%;
  height: 12px;
  top: 20px;
  left: 0;
}
#cat15 .item:after {
  height: 100%;
  width: 12px;
  top: 0;
  left: 35px;
}
#cat15 .item h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
#cat15 .item h3 span{
  color: #1c3567;
}
#cat15 .item dl {
  margin: 10px 50px 30px 80px;
  display: flex;
  align-items: center;
  gap: 30px;
}
#cat15 .item dd {
  padding: 15px 0;
}
#cat15 .item dd p {
  padding-left: 13px;
  border-left: 7px solid #1c35676b;
  font-size: 20px;
  line-height: 1.3;
}
#cat15 .item .flex {
  margin-inline: 80px;
  display: flex;
  align-items: flex-end;
}
#cat15 .item .flex > figure {
  flex: 0 0 auto;
}
#cat15 .item .flex > div {
  padding-bottom: 30px;
}
#cat15 .item .flex h4 {
  color: #1c3567;
  font-size: 30px;
  font-weight: bold;
}
#cat15 .item .flex p {
  font-size: 25px;
  line-height: 1.35;
  text-align: justify;
}
#cat15 .item .flex p small {
  font-size: 20px;
}
#cat15 .item .flex p strong {
  font-weight: bold;
}
#cat15 .item .flex p em {
  font-size: 35px;
  font-style: normal;
  line-height: 1;
}
#cat15 .item02 {
  margin-top: -60px;
}
#cat15 .item02:after {
  left: auto;
  right: 35px;
}
#cat15 .item02 dl dd {
  padding-right: 40px;
}
