@charset "UTF-8";
/* ==========================================================
!HTML5 elements
========================================================== */
header,
footer,
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  background: none;
  overflow-scrolling: touch;
}

/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}


/* ==========================================================
!Layout
========================================================== */
html {
  overflow-y: scroll;
}

body {
  text-align: center;
}

@media print {
	html,
	html body {
		*zoom: 0.65;
	}
  body {
    width: 990px;
  }
	.l-header {
		position: absolute;
	}
}

/* ==========================================================
!Wrapper1200px
========================================================== */
.l-wrap1200__wrap {
  width: 92vw;
  margin: 0 auto;
  overflow: visible;
}
@media only screen and (min-width: 768px), print {
  .l-wrap1200__wrap {
    max-width: 1200px;
  }
}

/* ==========================================================
!Button
========================================================== */
.c-btn {
  display: block;
  width: 94%;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 1em 0;
  border-radius: 100px;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (min-width: 768px), print {
  .c-btn {
    font-size: min(1.7vw, 20px);
  }
}
.c-btn--gray2 {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
@media (hover: hover) {
  .c-btn--gray2:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .c-btn {
    max-width: 372px;
    padding: 1.25em 0;
  }
}


/* ==========================================================
!講座一覧
========================================================== */
.c-lessonlist {
  margin-top: 10vw;
  font-size: 4vw;
}
.c-lessonlist.swiper-wrapper {
  height: auto;
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist {
    font-size: min(1.5vw, 18px);
  }
}
.c-lessonlist__item {
  width: 100%;
  border-radius: 25px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  margin-top: 5vw;
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist__item {
    margin-top: min(2.5vw, 40px);
  }
}
.c-lessonlist__item.swiper-slide {
  margin-top: 0 !important;
  height: auto !important;
}
.c-lessonlist__item:first-child {
  margin-top: 0 !important;
}
.c-lessonlist__img {
  width: 100%;
  aspect-ratio: 361/223;
  overflow: hidden;
  position: relative;
}
.c-lessonlist__img img {
  border-radius: 25px 25px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: contain;
}
.c-lessonlist__detail {
  border-radius: 25px 25px 0 0;
  padding: 1em;
  text-align: left;
}
.c-lessonlist__cat {
  display: inline-block;
  min-width: 7em;
  border-radius: 50px;
  text-align: center;
  background: #FA7F05;
  color: #ffffff;
  font-size: 3.5vw;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0 .5em;
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist__cat {
    font-size: min(1.1666666667vw, 14px);
  }
}
.c-lessonlist__date {
  font-size: 3.5vw;
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist__date {
    font-size: min(1.1666666667vw, 14px);
  }
}
.c-lessonlist__date time {
  font-size: 4.5vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist__date time {
    font-size: min(1.5vw, 18px);
  }
}
.c-lessonlist__tit {
  margin-top: 1em;
}
.c-lessonlist__controller {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-lessonlist__dot {
  position: relative;
  width: inherit !important;
  top: 0 !important;
}
.c-lessonlist__dot .swiper-pagination-bullet {
  background-color: #999;
}
.c-lessonlist__dot .swiper-pagination-bullet-active {
  background-color: #FA7F05;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.c-lessonlist__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
.c-lessonlist__prev {
  margin: 0 0.5em;
}
.c-lessonlist__prev, .c-lessonlist __next {
  cursor: pointer;
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-lessonlist.swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-lessonlist::after {
    content: "";
    width: 32%;
    display: block;
  }
  .c-lessonlist__item {
    width: 32%;
  }
  .c-lessonlist__item:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-lessonlist__item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist__controller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist__arrow {
    margin-top: 0;
  }
}


/* ==========================================================
!カルチャースクールの検索
========================================================== */
.p-culture-school__tit {
  margin-bottom: 5vw;
  font-size: 6vw;
  font-weight: 900;
}
@media only screen and (min-width: 768px), print {
  .p-culture-school__tit {
    margin-bottom: min(1.875vw, 30px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-culture-school__tit {
    font-size: min(2.5vw, 30px);
  }
}
.p-culture-school__txt {
  margin: 5vw 0;
  font-size: 5vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px), print {
  .p-culture-school__txt {
    margin: min(1.875vw, 30px) 0;
  }
}
@media only screen and (min-width: 768px), print {
  .p-culture-school__txt {
    font-size: min(1.8333333333vw, 22px);
  }
}

.p-culture-search {
  margin-top: 22.5vw;
}
@media only screen and (min-width: 768px), print {
  .p-culture-search {
    margin-top: min(6.875vw, 110px);
  }
}
.c-titleset-center01 + .p-culture-search {
  margin-top: 12.5vw;
}
@media only screen and (min-width: 768px), print {
  .c-titleset-center01 + .p-culture-search {
    margin-top: min(4.375vw, 70px);
  }
}
.p-culture-search__item {
  margin: 5vw 0;
}
@media only screen and (min-width: 768px), print {
  .p-culture-search__item {
    margin: min(1.25vw, 20px) 0;
  }
}
.p-culture-search__input, .p-culture-search__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 578px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #FA7F05;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 1em;
  font-size: 4.5vw;
  color: #333333;
}
@media only screen and (min-width: 768px), print {
  .p-culture-search__input, .p-culture-search__select {
    font-size: min(1.5vw, 18px);
  }
}
.p-culture-search__input ::-ms-expand, .p-culture-search__select ::-ms-expand {
  display: none;
}
.p-culture-search__search {
  width: 100%;
  max-width: 578px;
  position: relative;
  margin: 0 auto;
}
.p-culture-search__search::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/images/7cc/DigitalIdentitiy/common/ico_search.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.2em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-culture-search__arrow {
  width: 100%;
  max-width: 578px;
  position: relative;
  margin: 0 auto;
}
.p-culture-search__arrow::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: rotate(45deg) translate(0, -80%);
          transform: rotate(45deg) translate(0, -80%);
}
.p-culture-search__checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-culture-search__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 4px;
}
.p-culture-search__check:first-child {
  margin-left: 0;
}
.p-culture-search__check input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #FA7F05;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.p-culture-search__check label::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 5px solid #FA7F05;
  border-left: 5px solid #FA7F05;
  height: 14px;
  width: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  left: 8px;
  opacity: 0;
}
.p-culture-search__check input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media only screen and (min-width: 768px), print {
  .p-culture-search__input, .p-culture-search__select {
    padding: 1.5em 1em;
  }
}

.p-culture-search-keyword {
  margin-top: 10vw;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.05));
  border-radius: 25px;
  padding: 2em 1em 1em;
  font-size: 4vw;
}
@media only screen and (min-width: 768px), print {
  .p-culture-search-keyword {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-culture-search-keyword {
    font-size: min(1.5vw, 18px);
  }
}
.p-culture-search-keyword__tit {
  font-size: 6vw;
  font-weight: 900;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px), print {
  .p-culture-search-keyword__tit {
    font-size: min(2.5vw, 30px);
  }
}
.p-culture-search-keyword__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-culture-search-keyword__item {
  margin: 0.3em;
}
.p-culture-search-keyword__item a {
  display: block;
  border: 1px solid #FA7F05;
  border-radius: 50px;
  padding: 0.5em;
}
@media only screen and (min-width: 768px), print {
  .p-culture-search-keyword {
    width: 100%;
    max-width: 864px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-culture-search-keyword__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*
 * _utility.css
 */
/* ==========================================================
!Link
========================================================== */
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:active, a:focus {
  color: #333333;
}

p.c-lessonlist__tit-pre {
	white-space: pre-wrap;
}