@charset "UTF-8";

@font-face {
  font-family: 'NotoSansCJKjp Regular';
  font-style: normal;
  font-weight: 300;
  src: url(/common/font/NotoSansCJKjp-Regular.woff2) format("woff2"),url(/common/font/NotoSansCJKjp-Regular.woff) format("woff");
  font-display: swap
}

@font-face {
  font-family: 'NotoSansCJKjp Medium';
  font-style: normal;
  font-weight: 500;
  src: url(/common/font/NotoSansCJKjp-Medium.woff2) format("woff2"),url(/common/font/NotoSansCJKjp-Medium.woff) format("woff");
  font-display: swap
}

@font-face {
  font-family: 'NotoSansCJKjp Bold';
  font-style: normal;
  font-weight: 700;
  src: url(/common/font/NotoSansCJKjp-Bold.woff2) format("woff2"),url(/common/font/NotoSansCJKjp-Bold.woff) format("woff");
  font-display: swap
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

button,
img {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  font: inherit;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body,
html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #444;
  font-size: 1.35rem;
  line-height: 1.5;
  font-family: "NotoSansCJKjp Medium", sans-serif;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

p > a {
  text-decoration: underline;
}

.header {
  width: 100%;
  min-width: 100%;
}

.header-inner {
  height: 68px;
  padding: 14px 2rem 14px 26px;
  padding-right: 2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  display: inline-block;
  width: 124px;
  height: auto;
  margin-right: auto;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  background: #e50012;
}

.footer-bottom {
  color: #fff;
}

.footer-copyright {
  font-size: 0.6em;
}

.note-list {
  padding-left: 14px;
}

.note-list li{
  margin-top: 4px;
  font-family: 'NotoSansCJKjp Regular';
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.note-list li:before{
  content:'※';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
  z-index: 5;
}

.main {
  background-color: #F6F6F6;
}

.subject {
  background: linear-gradient(to left,#D1E561 0%,#0064FF 33%,#0064FF 100%);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 11px 14px 12px;
  min-height: 70px;
}

.subject p {
  text-align: center;
}

.subject .subject-text {
  display: inline-block;
  color: #fff;
  font-family: "NotoSansCJKjp Bold", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}

.subject .subject-tag {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  color: #444;
  font-family: "NotoSansCJKjp Medium", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 10px;
  margin-left: 16px;
  vertical-align: bottom;
}

.mv {
  padding: 0 14px 30px;
}

.mv .ttl-h1 {
  width:100%;
  max-width: 972px;
  margin: 0 auto;
}

.mv img {
  width: 100%;
}

.contents {
  width: 100%;
  margin: 0 auto;
}

section {
  box-sizing: border-box;
  padding: 0 14px;
}

.section-inner {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
}

.bg-dot {
  background: url(/topics/benkyo-cafe/assets/images/bg_dot.svg) left top repeat #ffffff;
	background-size: 16px 11px;
}

/* section-intro */
.section-intro {
  padding: 0 14px 30px;
  margin-top: 20px;
}

.section-intro .section-inner {
  position: relative;
  z-index: 1;
}

.section-intro .ttl-h2 {
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: 380px;
}

.section-intro .ttl-h2 .ttl-h2-text {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: 100%;
  color: #ffffff;
  font-family: "NotoSansCJKjp Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.admission-fee {
  padding-top: 45px;
}

.admission-fee-text {
  font-family: "NotoSansCJKjp Bold", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admission-fee-text .text-number,
.admission-fee-text .text-Off {
  color: #E00000;
}

.admission-fee-text > span.text-admission {
  font-size: 26px;
  margin-top: 11px;
}
.admission-fee-text > span.text-number {
  font-size: 56px;
  margin-left: 12px;
}

.admission-fee-text > span.text-Off {
  font-size: 38px;
  margin-top: 10px;
}

.wrap-explanation {
  background-color: #fff;
  border: 1px solid #444;
  border-radius: 10px;
  margin-top: 13px;
  padding: 22px 34px 26px 34px;
}

.wrap-explanation > p {
  color: #444;
  font-family: "NotoSansCJKjp Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
}

.link-text {
  text-align: right;
  margin-top: 7px;
}

.link-text a {
  font-family: "NotoSansCJKjp Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
  background: url(/topics/benkyo-cafe/assets/images/icon-internal-link.svg) right 5px no-repeat;
  background-size: 18px;
  padding-right: 22px;
}

.link-text a[target="_blank"] {
  background: url(/topics/benkyo-cafe/assets/images/icon-external-link.svg) right 7px no-repeat;
  background-size: 14px;
  padding-right: 25px;
}

.wrap-annotation {
  border: 2px solid #E00000;
  background-color: #fff;
  padding: 14px 10px 15px;
}

.section-intro .wrap-annotation {
  margin-top: 20px;
}

.wrap-annotation > p {
  color: #E00000;
  font-family: "NotoSansCJKjp Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.text-description {
  font-family: "NotoSansCJKjp Regular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}

/* section-overview */
.section-overview .section-inner {
  padding: 70px 0;
  border-bottom: 1px solid #444;
}

.ttl-overview {
  font-family: "NotoSansCJKjp Bold", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 55px;
}

.ttl-overview > span {
  background-color: #fff;
  padding: 31px;
  width: 366px;
  display: inline-block;
}

.ttl-overview::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 26px solid white;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.img-overview {
  width: 100%;
  margin-top: 100px;
  padding: 0 36px;
}

/* section-facility */
.section-facility .section-inner {
  padding: 70px 0 43px;
  border-bottom: 1px solid #444;
}

.img-facility {
  width: 100%;
  margin-top: 60px;
}
/* section-store-list */
.section-store-list {
  padding-top: 70px;
  padding-bottom: 66px;
}

.ttl-h3 {
  font-family: "NotoSansCJKjp Bold", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.ttl-h3 span {
  font-family: "NotoSansCJKjp Medium", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  margin-left: 1em;
}

.store-list-column {
  margin-top: 70px;
}

.store-list {
  background-color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 60px;
  margin-bottom: 15px;
}

.store-list dt {
  font-family: "NotoSansCJKjp Bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  min-width: 96px;
  padding: 14px 0 12px 20px;
}

.store-list dd {
  width: 100%;
  padding: 0 0 20px 0;
}

.store-list dd > span {
  display: inline-block;
  font-family: "NotoSansCJKjp Regular", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  margin-left: 35px;
  margin-top: 14px;
}
.store-list dd > span::first-child {
  margin-left: 0;
}

.store-list dd > span.link-text a {
  text-decoration: none;
  padding-right: 20px;
}

/* section-how-to-use */
.section-how-to-use {
  padding-top: 80px;
  padding-bottom: 80px;
}

.flow-of-use {
  background-color: #ffffff;
  border: 1px solid #444444;
  border-radius: 10px;
  padding: 76px 4.0124% 43px 3.7038%;
  margin-top: 20px;
}

.flow-of-use .ttl-h2 {
  font-family: "NotoSansCJKjp Bold", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.125;
  text-align: center;
}

.flow-of-use-column {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.0167%;
  margin-top: 63px;
}

.flow-of-use-column .text-area {
  width: 69.2738%;
}

.flow-of-use-column .img-area {
  width: 27.933%;
}

.flow-of-use-column .ttl-h4 {
  font-family: "NotoSansCJKjp Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  text-align-last: left;
  padding-left: 54px;
  position: relative;
  z-index: 1;
}

.flow-of-use-column .ttl-h4::before {
  background-color: #444444;
  border-radius: 50%;
  color: #ffffff;
  font-family: "NotoSansCJKjp Bold", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.flow-of-use-column .ttl-h4.number-01::before {
  content: '1';
}

.flow-of-use-column .ttl-h4.number-02  {
  margin-top: 50px;
}

.flow-of-use-column .ttl-h4.number-02::before  {
  content: '2';
}

.flow-of-use-column .text-area p {
  font-family: 'NotoSansCJKjp Regular';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  margin: 5px 0 0 54px;
}

.link-list-type1 {
  font-family: 'NotoSansCJKjp Regular';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  text-align: right;
}

.link-list-type1 li > a {
  background: url(/topics/benkyo-cafe/assets/images/arrow_right.png) right center no-repeat;
  background-size: 18px 18px;
  text-decoration: underline;
  padding-right: 20px;
}

.link-list-type1 li > a:hover {
  text-decoration: none;
}

.flow-of-use-column .link-list-type1 {
  margin: 15px 0 0 54px;
}

.section-how-to-use hr {
  margin: 60px 0 40px;
}

.section-how-to-use .note-area {
  margin-top: 38px;
}
.u-can-pro {
  background-color: #ffffff;
  padding: 60px 14px;
}
.u-can-pro .img-area {
  width: 220px;
  margin: 0 auto;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

@media screen and (min-width: 769px)and (max-width: 1024px){
  .mv {
    padding: 0 26px 30px;
  }
  section {
    padding: 0 26px;
  }
  .section-intro {
    padding: 0 26px 30px;
  }
}

@media screen and (max-width: 768px){
  .header-inner {
    height: 48px;
    padding: 9px 1.5rem 9px 9px;
    padding-right: 2rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-logo {
    display: inline-block;
    width: 94px;
    height: auto;
    margin-right: auto;
  }
  .subject {
    padding: 5px 2.6667% 6px;
    min-height: 45px;
  }
  .subject .subject-text {
    font-size: 20px;
    vertical-align: bottom;
  }
  .subject .subject-tag {
    font-size: 18px;
    padding: 0 5px;
    margin-left: 5px;
  }
  .mv {
    padding: 0 5.8667%;
  }
  section {
    padding: 0 5.8667%;
  }
  .link-text {
    margin-top: 4px;
  }
  .link-text a {
    font-size: 15px;
  }
  /* section-intro */
  .section-intro {
    padding: 0 5.8667% 30px;
  }
  .section-intro .ttl-h2 {
    width: 90.6345%;
    min-width: unset;
    max-width: 300px;
  }
  .section-intro .ttl-h2 .ttl-h2-text {
    top: 10px;
    font-size: 16px;
  }
  .admission-fee {
    padding-top: 30px;
  }
  .admission-fee-text {
    font-size: 22px;
  }
  .admission-fee-text > span.text-admission {
    font-size: 22px;
    margin-top: 16px;
  }
  .admission-fee-text > span.text-number {
    font-size: 50px;
    margin-left: 7px;
  }
  .admission-fee-text > span.text-Off {
    font-size: 34px;
  }
  .wrap-explanation {
    margin-top: 15px;
    padding: 27px 4.5% 30px;
  }
  .wrap-explanation > p {
    font-size: 16px;
  }
  .wrap-annotation {
    padding: 14px 10px 10px;
  }
  .wrap-annotation > p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
  .note-list {
    padding-left: 4%;
  }
  .note-list li {
    margin-top: 6px;
    font-size: 13px;
  }
  .section-store-list {
    padding-top: 46px;
    padding-bottom: 33px;
  }
  .ttl-h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .ttl-h3 span {
    font-size: 16px;
    line-height: 2.25;
    margin-left: 0;
  }
  /* section-overview */
  .section-overview .section-inner {
    padding: 50px 0;
  }
  .ttl-overview {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
  .ttl-overview > span {
    padding: 27px 10px;
    width: 250px;
  }
  .img-overview {
    margin-top: 36px;
    padding: 0;
  }
  .text-description {
    font-size: 15px;
    line-height: 1.8;
  }
  /* section-facility */
  .section-facility .section-inner {
    padding: 50px 0;
  }
  .img-facility {
    margin-top: 36px;
  }
  /* section-store-list */
  .store-list-column {
    margin-top: 25px;
  }
  .store-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 90px;
    padding: 8px 5% 10px 4%;
    margin-bottom: 17px;
  }
  .store-list dt,
  .store-list dd {
    width: 100%;
    padding: 0;
  }
  .store-list dt {
    font-size: 15px;
    line-height: calc(36/15);
  }
  .store-list dd {
    padding-left: 5%;
  }
  .store-list dd > span {
    display: block;
    font-size: 15px;
    line-height: calc(36/15);
    margin: 0;
  }
  .section-how-to-use {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flow-of-use {
    padding: 36px 4.2297%;
  }
  .flow-of-use .ttl-h2 {
    font-size: 26px;
    line-height: 1.8;
    text-align: center;
  }
  .flow-of-use-column {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 29px;
  }
  .flow-of-use-column .text-area {
    width: 100%;
  }
  .flow-of-use-column .ttl-h4 {
    font-size: 16px;
    padding-left: 0;
    position: unset;
    z-index: unset;
  }
  .flow-of-use-column .ttl-h4::before {
    font-size: 21px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    position: unset;
    top: unset;
    left: unset;
    z-index: unset;
  }
  .flow-of-use-column .ttl-h4.number-02  {
    margin-top: 36px;
  }
  .flow-of-use-column .text-area p {
    font-size: 15px;
    margin: 14px 0 0 0;
  }
  .flow-of-use-column .img-area {
    width: 100%;
    max-width: 240px;
    margin: 4.9855% auto 0;
  }
  .section-how-to-use hr {
    margin: 37px 0 37px;
  }
  .section-how-to-use .note-area {
    margin-top: 17px;
  }
  .u-can-pro {
    padding: 50px 5.8667%;
  }
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}

/* @media screen and (min-width: 769px)and (max-width: 899px){} */

/* @media screen and (min-width: 900px)and (max-width: 1080px){} */

/* @media screen and (min-width: 1081px)and (max-width: 1280px){} */

/* @media screen and (min-width: 1400px) {} */