/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}

[hidden] {
  display: none;
}

/* ここから */

:root{
  --color-point:#005ba7;
  --color-point-pale:#dbe5f8;
  --color-point-morepale:#f4f7fd;
  --color-sub:#b99a6b;
  --color-base:#222;
  --color-base-pale:#555;
  --color-base-morepale:#ddd;
  --color-strong: #e60012;
}

*{
  box-sizing: border-box;
}
html{
  height: 100%;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.6;
  scroll-behavior: smooth;
}
body{
  color: var(--color-base);
  background: #fff;
  min-height: 100%;
}
h1, h2, h3, h4, h5{
  color: var(--color-point);
}
h3{
  margin: 4rem 0 1rem;
}
h3:first-child{
  margin-top: 2rem;
}
h4{
  margin: 1rem 0 0.25rem;
  font-size: 1rem;
}
p{
  margin: 0.75em 0;
}
a{
  color: var(--color-point);
  word-break : break-all;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

dt{
  color: var(--color-point);
}
dd{
  margin: 0 0 1rem;
}
ul, ol{
  margin: 1rem 0;
  padding-left: 1em;
}
li{
  margin: 0.75em 0;
}
.list-short{
  display: table;
  margin-left: auto;  
  margin-right: auto;
}

th{
  text-align: right;
  color: var(--color-base-pale);
  padding-right: 0.75rem;
}
@media(min-width:30rem){
  dl{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0.25em 1em;
  }
  dl.longdl{
    display: block;
    margin: 0.5rem 0
  }
  dd{
    margin-bottom: 0;
  }
}
@media(min-width:60rem){
  html{
    font-size: 16px;
  }
}
strong{
  color: var(--color-strong);
  font-weight: inherit;
}
strong > strong,
strong > * > strong{
  font-weight: bold;
}
figure{
  margin: 1rem auto;
}
figcaption{
  color: var(--color-point);
}


/* common parts */
.btn{
  display: table;
  margin: 1.5rem auto;
  padding: 0.75em 3em;
  background: var(--color-point);
  color: #fff;
  border-radius: 0.5em;
  font-weight: bold;
  text-decoration: none;
}
.btn--disabled{
  background: var(--color-point-morepale);
  color: var(--color-base);
}
.btnarea{
  text-align: center;
  margin: 1.25em auto;
}
.btnarea > .btn{
  display: inline-table;
  margin: 0.25em;
}
.nobreaking{
  display: inline-block;
  white-space: nowrap;
}
.nobreaking-lite{
  display: inline-block;
}
.midtext-s{
  display: table;
}
.midtext{
  max-width: 65em;
  margin: 0 auto;
}
.midtext + .midtext{
  margin-top: 3rem;
}
.price{
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1;
}
.price_sub{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2em;
}
.datetable > tbody > tr{
  margin: 0.5em 0;
}
.datetable > tbody > tr > th{
  font-weight: normal;
  text-align: right;
  padding-right: 0.5em;
}
.midtable{
  width: 100%;
  margin: 2rem 0;
}
.midtable > tbody > tr > th{
  width: 15em;
  background: var(--color-sub);
  color: #fff;
  border: solid 1.5px #fff;
  font-weight: normal;
  text-align: left;
  padding: 0.5em;
}
.midtable > tbody > tr > td{
  width: calc(100% - 15em);
  background: #f4f4f4;
  border: solid 1.5px #fff;
  padding: 0.5em;
}
.itemlist{
  list-style: none;
  padding: 0;
  color: var(--color-point);
}
.itemlist > li::before{
  content: "[";
  display: inline;
}
.itemlist > li::after{
  content: "]";
  display: inline;
}
.note{
  font-size: 0.85em;
}
.note_list{
  display: grid;
  justify-content: center;
  grid-template-rows: auto;
  margin: 0.5em 0;
}
.note_list > li{
  margin: 0.5em 0;
}
.fig{
  display: block;
  margin: 1rem auto;
  font-size: 0.9em;
  text-align: center;
}
.fig > img{
  display: block;
  margin: 0.5em auto;
  width: 90em;
}

@media(max-width:59.99rem){
  .datetable > tbody > tr > th{
    display: block;
    margin-top: 0.5em;
    text-align: left;
  }
  .datetable > tbody > tr:first-of-type > th{
    margin-top: 0;
  }
  .datetable > tbody > tr > td{
    display: block;
    margin-left: 1em;
  }
  .midtable > tbody > tr > th,
  .midtable > tbody > tr > td{
    display: block;
    width: 100%;
  }
}
@media(min-width:60rem){
  .btn-main{
    padding-left: 4em;
    padding-right: 4em;
  }
    .itemlist > li{
    display: inline-block;
    width: 14em;
    margin: 0.5em 0;
  }
  .lead{
    text-align: center;
  }
}

/* 折りたたみ */
.more_btn{
  display: table;
  width: 40rem;
  max-width: 100%;
  margin: 2rem auto;
  padding: 0.5rem;
  border-top: solid thin var(--color-base-morepale);
  border-bottom: solid thin var(--color-base-morepale);
  text-align: center;
}
.more_area{
  overflow: hidden;
  max-height: 0;
  transition: max-height 400ms ease-in-out;
}
.more_check{
  display: none;
}
.more_btn_txt{
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_btn_txt::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 0.5em;
  border-left: solid 0.3em transparent;
  border-right: solid 0.3em transparent;
}
.more_btn_open::before{
  border-top: solid 0.5em var(--color-base);
}
.more_btn_close::before{
  border-bottom: solid 0.5em var(--color-base);
}
.more_check + .more_btn > .more_btn_close{
  display: none;
}
.more_check:checked + .more_btn > .more_btn_open{
  display: none;
}
.more_check:checked + .more_btn > .more_btn_close{
  display: flex;
}

.more_check:checked + .more_btn + .more_area{
  max-height: 100rem;
}

/* header */
.hdr{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: #fff;
  color: #385ba1;
  font-size: 0.9em;
}
.hdr_aside{
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  padding: 1.5em 1.5rem 0.5em;
  font-size: 0.85em;
  text-align: right;
}
.hdr_ttl{
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.hdr_ttl_logo_btn{
  display: block;
  width: 12rem;
  line-height: 1;
}
.hdr_ttl_logo_btn > img{
  vertical-align: middle;
}
.hdr_nav{
  align-self: center;
  padding-right: 1.5rem;
}

.hdr_nav_cts_list{
  list-style: none;
  margin: 0 -1em;
  padding: 0;
}
.hdr_nav_cts_list > li{
  display: inline-block;
  margin: 0 1em;
}
.hdr_nav_cts_list > li > a{
  font-weight: bold;
}
.body{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.centercts{
  flex: 1 0 auto;
  padding: 5.8rem 1.5rem 0;
  margin-bottom: 6rem;
  overflow: hidden;
}
.main_hdr{
  margin: 0 -1.5rem;
  padding: 2rem 1.5rem 6rem;
  background: #385ba1;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 0.7em;
}
.main_hdr_sub{
  display: block;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  font-family: "midashi_en", sans-serif;
  line-height: 1;
}
.subnav{
  margin: 0 -1.5rem;
  padding: 1.25em 1.5rem;
  color: #385ba1;
  border-bottom: solid 0.15rem #ededed;
  font-size: 0.9em;
}
.subnav_list{
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}
.subnav_btn{
  margin: 0 1.5em;
  text-decoration: none;
}
.subnav_btn.link-now::after{
  bottom: -1.25em;
}
.cts{
  padding: 1rem 0;
}
@media(max-width:30em){
  .subnav_btn{
    margin: 0 1.1em;
  }
}
@media(min-width:40rem){
  .cts{
    padding-top: 2rem;
  }
}
@media(min-width:50rem) and (max-width:69.99rem){
  .hdr{
    font-size: 0.8em;
  }
}

@media(max-width:59.99rem){
  .hdr_aside{
    padding-top: 0.5em;
    padding-bottom: 0;
  }
  .hdr_nav_list_btn-main.link-now::after{
    left: 0;
    right: 0;
    bottom: -4px;
    border-left: none;
    border-right: none;
    border-bottom: solid 2px #fff;
    transform: none;
  }
  .hdr_nav_list_btn-aside.link-now::after{
    bottom: -0.5em;
  }
  .hdr_nav_cts{
    position: fixed;
    top: 4.3rem;
    right: 0;
    left: 0;;
    z-index: 11;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
  }
  .hdr_nav_cts_inner{
    background: var(--color-point);
    color: #fff;
  }
  .hdr_nav_cts.open{
    max-height: 100vh;
  }
  .hdr_nav_cts_close{
    margin: 0 0 0 auto;
  }
  .hdr_nav_cts_list-main > li{
    display: block;
    margin: 0;
  }
  .hdr_nav_cts_list-main > li > a{
    display: block;
    padding: 1rem 1.5rem;
    border-bottom: solid thin #2673b4;
    color: #fff;
    text-decoration: none;
  }
  .hdr_nav_ttl,
  .hdr_nav_cts_close{
    display: flex;
    justify-content: center;
    width: 2rem;
    height: 2rem;
  }
  .hdr_nav_ttl{
    margin: 0 0 0 auto;
  }
  :not(.open) > .hdr_nav_ttl_close{
    display: none;
  }
  .open > .hdr_nav_ttl_open{
    display: none;
  }
}
@media(min-width:60rem){
  .main_hdr,
  .subnav{
    margin-left: -4rem;
    margin-right: -4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .hdr_ttl{
    margin: 1.5rem 0;
  }
  .hdr_ttl_logo_btn{
    width: 16rem;
  }
  .hdr_nav_ttl,
  .hdr_nav_cts_close{
    display: none;
  }
  .hdr_nav{
    justify-self: end;
  }
  .hdr_aside,
  .hdr_ttl{
    padding-left: 4rem;
  }
  .hdr_aside,
  .hdr_nav{
    padding-right: 4rem;
  }
  .centercts{
    padding: 7.75rem 4rem 0;
  }
  .main_hdr{
    padding-top: 3rem;
    padding-bottom: 18rem;
  }
  .hdr_nav_list_btn-main.link-now::after{
    bottom: -2rem;
  }
}
@media(min-width:60rem){
  .hdr_nav_list_btn-main.link-now::after{
    bottom: -1.6rem;
  }
}
@media(min-width:110rem){
  .main_hdr,
  .subnav{
    margin-left: calc(-50vw + 51rem);
    margin-right: calc(-50vw + 51rem);
    padding-left: calc(50vw - 51rem);
    padding-right: calc(50vw - 51rem);
  }
  .hdr_aside,
  .hdr_nav,
  .centercts{
    padding-right: calc(50vw - 51rem);
  }
  .hdr_ttl,
  .centercts{
    padding-left: calc(50vw - 51rem);
  }
}

/* contents */
.cts-narrow{
  max-width: 60em;
  margin: 0 auto;
}

.warning{
  display: table;
  margin: 1rem auto;
  padding: 1px 1rem;
 border: solid 2px #e60012;
 text-align: center;
}

/* banner */
.banner{
  padding: 1rem 1.5rem;
  background: #fff;
  text-align: center;
}
.banner_list{
  max-width: 80rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.banner_list:last-of-type{
  margin-bottom: 2rem;
}
.banner_list > li{
  display: inline-block;
  margin: 0.5em 1em;
}
.banner_list_img{
  border: solid thin #efefef;
  max-width: 15em;
}
.banner_ttl{
  margin: 1rem 0 -0.25rem;
  font-size: 1em;
  font-weight: normal;
}
.banner_ttl:before{
  content: "〈";
  display: inline;
}
.banner_ttl:after{
  content: "〉";
  display: inline;
}
.banner_group{
  display: inline-block;
  margin-top: 1rem;
}
@media(max-width:49.99rem){
  .banner_wrapper{
    margin: 0 auto 2rem;
  }
  .banner_wrapper > .banner_list{
    display: inline;
  }
}
@media(min-width: 33rem) and (max-width:49.99rem){
  .banner_wrapper{
    max-width: calc((210px + 2.5rem) * 2);
    text-align: left;
  }
}
/* footer */
.ftr{
  color: #fff;
  background: var(--color-point);
  padding: 1.5rem 1.5rem 3rem;
  font-size: 0.9em;
  text-align: center;
}
.ftr_mark{
  margin: 2em 0;
}
.ftr_mark > li{
  width: 4em;
  height: 5em;
  padding: 0.5em 0.8em;
  background: #fff;
}
.ftr_nav_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 1em 0 2em;
  padding: 0;
  line-height: 1;
}
.ftr_nav_list > li{
  display: inline-block;
  white-space: nowrap;
  margin: 0.5em 1.25em;
}
.ftr_nav_list > li > a{
  color: inherit;
}
.ftr_copy{
  font-size: 0.8em;
}
.ftr_copy_note{
  display: block;
}
@media(min-width:90rem){
  .ftr_copy_note{
    display: inline;
    margin-left: 0.5em;
  }
}

/* みだし */

.ttl{
  margin: 4rem 0 1.5rem;
  color: var(--color-point);
  text-align: center;
  font-size: 1em;
  font-weight: normal;
}
.ttl-darkbg{
  color: #fff;
}
.ttl[id]{
  margin-top: -3rem;
  padding-top: 7rem;
}
.ttl_img{
  display: table;
  position: relative;
  margin: 0 auto 0.5rem;
  font-size: 2.5rem;
  line-height: 1;
}
.ttl-darkbg > .ttl_img > img{
  filter: brightness(0) invert(1);
}
.ttl_img > img{
  position: relative;
  z-index: 2;
  height: 1em;
}
.ttl_img:before{
  content: "";
  position: absolute;
  top: 52%;
  bottom: 6%;
  left: -0.5em;
  right: -0.5em;
  z-index: 1;
  background: #fff;
}
.ttl-darkbg > .ttl_img::before{
  display: none;
}
.pagettl{
  background: url(../img/bg_pagettl.jpg) no-repeat 50% 50% #7692cd;
  background-size: cover;
  color: #fff;
  margin-bottom: 0;
  padding: 1.5rem 0;
}
.pagettl > .ttl_img:before{
  display: none;
}
.pagettl > .ttl_img > img{
  filter: brightness(0) invert(1);
}
.subttl{
  background: var(--color-sub);
  color: #fff;
  margin: 2rem 0 -1rem;
  padding: 1rem;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
}
@media(min-width:60rem){
  .ttl{
    margin-top: 6rem;
  }
  .ttl[id]{
    margin-top: -3rem;
    padding-top: 9rem;
  }
    .ttl_img{
    font-size: 2.5rem;
  }
  .subttl{
    margin-top: 3em;

  }
}

.ttlHasIcon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem auto 0.75rem;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}

.ttlHasIcon::before{
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  margin-right: 0.75em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}

.ttlHasIcon--bus::before{
  background-image: url(../img/icon_bus.svg);
}
/* セクション */
.sec_main{
  background: #fff;
  margin: 0.5rem 0 2rem;
  padding: 1rem 1.5rem;
}
@media(min-width:60rem){
  .sec_main-short{
    text-align: center;
  }
}
.imgtxt_img{
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 画像とテキストの組み合わせ */
.imgtxt_img > img{
  display: block;
}
.imgtxt_img > img:nth-of-type(n+2){
  margin-top: 0.75em;
}
@media(min-width:60rem){
  .imgtxt{
    display: grid;
    grid-template-columns: 1fr 433px;
    grid-gap: 1rem;
  }
  .imgtxt_txt{
    grid-row: 1 / 2;
  }
  .imgtxt_img{
    grid-column: 2 / 3;
  }
  .imgtxt_txt > p:first-of-type,
  .imgtxt_txt > dl:first-of-type{
    margin-top: 0;
  }
  .imgtxt:last-of-type{
    margin-bottom: 1.5rem;
  }
}

/* こまかいパーツ */
.date{
  color: var(--color-point);
}
.lead{
  max-width: 40em;
  margin: 0.5rem auto 1.5rem;
  color: var(--color-point);
  font-weight:bold;
  font-size: 1.1em;
}

/* home */

.kv{
  margin-bottom: 0;
  padding-bottom: 0;
  background: url(../img/kv_ph_s.jpg) no-repeat 50% 100% #7692cd;
  background-size: cover;
}
.kv_ttl{
  margin: 0.5rem 0 0;
}
.kv_player{
  margin: 0 auto -7%;
}
.kv_days{
  margin-bottom: 4vw;
}
.kvinfo{
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  background: var(--color-point);
  color: #fff;
}
.main{
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  background: url(../img/bg_s.jpg) no-repeat 50% 100% #dbe5f8;
  background-size: 100% auto;
}
@media(min-width:40rem){
  .main{
    background-image: url(../img/bg.jpg);
  }
}
@media(min-width:60rem){
  .kv{
    display: grid;
    grid-template-columns: 48% 50%;
    gap: 0 2%;
    background-image: url(../img/kv_ph.jpg);
  }
  .kv_player{
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    justify-self: end;
    margin: 0;
  }
  .kv_player > picture > img{
    width: 120%;
    max-width: none;
    margin-left: -20%;
  }
  .kv_days{
    grid-row: 2 / 3;
    align-self: flex-end;
    margin: 0;
    padding-bottom: 3rem;
  }
  .kv_days > img{
    width: 95%;
  }
  .kvinfo{
    background: url(../img/kv_data_bg.jpg) no-repeat 50% 50% var(--color-point);
    background-size: cover;
  }
  .main{
    padding-bottom: 6rem;
  }
}

/* スタンプラリー */
.stampimg{
  display: block;
  margin: 1rem auto;
  width: 18em;
}
.stamptable{
  margin: 1rem 0;
}
.stamptable > tbody > tr > th{
  padding: 1rem;
  background: var(--color-point);
  border: none;
}
.stamptable > tbody > tr > td{
  padding: 1rem;
  background: none;
  border: solid 3px var(--color-point-pale);
  margin: 3px 0 0;
}
.stamplogolist_txt_ttl{
  margin: 0;
  color: var(--color-point);
  font-weight: bold;
}
.stamplogolist_txt_txt{
  margin: 0;
}
.stamplogolist_img_img{
  display: block;
  height: 3em;
  margin: 1rem auto 0;
}
.stamphdr{
  color: var(--color-sub);
  text-align: center;
  margin: 2rem 0 1rem;
}
.stamphdr::before{
  content: "-";
  display: inline;
  margin-right: 0.5em;
}
.stamphdr::after{
  content: "-";
  display: inline;
  margin-left: 0.5em;
}
.stampkakomi{
  background: var(--color-point-morepale);
  margin: 1rem auto;
  padding: 1rem;
}
.stampcatch{
  margin-bottom: 0;
  color: var(--color-sub);
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}
.stampprize{
  grid-template-columns: auto;
  justify-content: center;
  margin-top: 0;
}
.stampprize > dt{
  margin: 1rem 0 0;
  font-size: 1.1em;
  font-weight: bold;
}
.stampprize > dd{
  margin-top: -0.5em;
  font-size: 0.9em;
}
@media(min-width:60rem){
  .stamplogolist{
    display: flex;
    align-items: center;
  }
  .stamplogolist_txt{
    flex-grow: 1;
  }
  .stamplogolist_img{
    flex-basis: 13em;
  }
  .stamplogolist_img_img{
    margin-top: 0;
  }
  .stampcatch{
    font-size: 1.8em;
  }
  .stampcatch::before{
    content: "〈";
    display: inline;
    margin-right: 1em;
  }
  .stampcatch::after{
    content: "〉";
    display: inline;
    margin-left: 1em;
  }
}

/* イベント */
.eventttl{
  background: var(--color-point-pale);
  padding: 0.5em;
}
.eventttl::before{
  content: "●";
  display: inline;
  margin-right: 0.25em;
}
.eventdl > dt{
  color: inherit;
}
@media(min-width:60rem){
  .eventttl{
    margin: 1.5rem 0;
  }
  .eventttl:first-of-type{
    margin-top: 0.5rem;
  }
  .eventtxt{
    font-size: 1.2em;
    /* 意図のよくわからないマージンなのでこのページにだけ適用します */
    margin: 0 1rem;
  }
}

/* レッスン */
.lessonlist{
  list-style: none;
  padding: 0;
}
.lessonlist > li{
  margin: 0;
}
.lessonlist_data-none{
  display: none;
}
.lessonlist_detail > dd{
  margin-bottom: 0;
}
.lessonlist_detail{
  display: grid;
  flex-grow: 1;
  grid-template-columns: 10em 6em 6em;
  grid-gap: 0.25rem;
  margin: 0;
}
.lessonlist_detail-hasdupli{
  display: block;
}
.lessonlist_number,
.lessonlist_detail > dt,
.lessonlist_detail > dd{
  padding: 0.5em;
  background: var(--color-point-morepale);
  text-align: center;
}
@media(max-width:59.999rem){
  .lessonlist_number,
  li:not(.lessonlist_li-legend) > .lessonlist_detail > dt{
    display: none;
  }
  .lessonlist_detail{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 0.25rem;
    margin: 0.25rem;
  }
  /*
  .lessonlist_detail > dt{
    display: none;
  }
  */
  .lessonlist_detail > dd{
    background: var(--color-point-morepale);
    padding: 0.5em 0.3em;
  }
  .lessonlist > li:nth-of-type(2n) > .lessonlist_detail > dt,
  .lessonlist > li:nth-of-type(2n) > .lessonlist_detail > dd{
    background: var(--color-point-pale);
  }
  .lessonlist_detail > dt:nth-of-type(2),
  .lessonlist_detail > dt:nth-of-type(3),
  .lessonlist_detail > dd:nth-of-type(2),
  .lessonlist_detail > dd:nth-of-type(3){
    text-align: center;
  }
  .lessonlist_detail-legend > dt,
  .lessonlist_detail-legend > dd{
    background: var(--color-point);
    color: #fff;
  }
}
@media(min-width:60rem){
  .lessonarea{
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .lessonlist_data-none{
    display: block;
  }
  .lessonlist > li:nth-of-type(7) > .lessonlist_data-none:{
    grid-row: 6 / 7;
  }
  .lessonlist_data-dupli{
    display: none;
  }
  .lessonlist_li-legend{
    display: block;
  }
  .lessonlist{
    margin: 1.5rem -0.175rem;
    padding: 0;
    list-style: none;
  }
  .lessonlist > li{
    margin: 0.25em;
  }
  .lessonlist-hasdupli{
    grid-template-columns: 1fr 1fr;
  }
  .lessonlist-hasdupli > li{
    display: grid;
    grid-template-columns: 6em 1fr;
    grid-gap: 0.25rem;
  }

  .lessonlist > li:nth-of-type(2n) > .lessonlist_number,
  .lessonlist > li:nth-of-type(2n) > .lessonlist_detail > dt,
  .lessonlist > li:nth-of-type(2n) > .lessonlist_detail > dd{
    background: var(--color-point-pale);
  }
  .lessonlist_detail:not(.lessonlist_detail-legend) > dt{
    display: none;
  }
  .lessonlist_number-legend,
  .lessonlist_detail-legend > dt{
    background: var(--color-point);
    color: #fff;
  }
  .lessonlist_number-legend{
    color: var(--color-point);
  }
}

/* players */
.sec_main-players{
  background: url(../img/players/bg_pattern.jpg) no-repeat 50% 50% #fff;
  background-size: cover;
}
.players_dosanko{
  padding: 1px 0;
  background: url(../img/players/bg_hokkaido.png) no-repeat 50% 0;
  background-size: contain;
}
.players_dosanko_ttl{
  margin: 2rem auto;
  max-width: 25em;
}
.players_dosanko_txt{
  margin: 1.5rem 0 0;
  color: var(--color-point);
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 
  2px 0 0 #fff,
  -2px 0 0 #fff,
  2px 2px 0 #fff,
  0 2px 0 #fff,
  -2px 2px 0 #fff,
  2px -2px 0 #fff,
  0 -2px 0 #fff,
  -2px -2px 0 #fff
  ;
}
.players_dosanko_list{
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.players_dosanko_list > li{
  margin: 0.1em 0;
}
.players_dosanko_list > li > small{
  font-size: 0.7em;
}
.players_note{
  margin: -1rem 0 1rem;
  font-size: 1rem;
  text-align: center;
}

@media(min-width:60rem){
  .sec_main-players{
    font-size: 1.6em;
  }
  .players_dosanko{
    margin-top: 2rem;
  }
  .players_dosanko_ttl{
    margin: 5rem auto 4rem;
  }
  .players_dosanko_txt{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 4em;
    justify-content: center;
    margin: 4rem 0;
  }
}

.banner_aside_img{
  display: block;
  width: 20em;
  margin: 3rem auto;
}

/* サムネイルリスト */
.tmblist{
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 1rem) / 2));
  grid-gap: 1rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
}
.tmblist > li{
  position: relative;
  margin: 0;
  padding: 100% 0 0;
}
.tmblist__btn{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-base);
  color: #fff;
}
.tmblist__btn__tmb{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tmblist__btn::after{
  content: "";
  position: absolute;
  right: 0.4em;
  bottom: 0.4em;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/icon_plus.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media(min-width:30rem){
  .tmblist{
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
  }  
}@media(min-width:40rem){
  .tmblist{
    grid-template-columns: repeat(4, calc((100% - 3rem) / 4));
  }  
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #0079eb;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #83a2bf;
}

a.btn--radius {
   border-radius: 100vh;
}