@charset "UTF-8";

/* CSS Document */

html,
body {
    padding: 0;
    border: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    color: #231815;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6em;
    line-height: 1.4em;
    min-width: 320px;
    margin: auto;
}

img {
    max-width: 100%;
}

h2 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 0.06em;
    line-height: 3rem;
    margin-bottom: 20px;
}
h2::after{
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-image: linear-gradient(90deg, rgba(153, 211, 209, 1), rgba(194, 199, 159, 1) 50%, rgba(243, 212, 161, 1));
    z-index: 1;
}
#bnr2th h2::after{
    content: none;
}

.top-h2{
    margin-top: 0px;
    color: #005e66;
}

h3 {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 3.8rem;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}

h4 {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 3.8rem;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}

p {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 20px;
}

h2+p {
    font-size: 2.4rem;
    line-height: 1.6em;
    margin-top: 10px;
    /*margin-bottom: 60px;*/
}

.spnone {
    display: block !important;
}

.spnone_inline {
    display: inline-block!important;
}

.pcnone {
    display: none !important;
}

.contents {
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
}



#class .contents:nth-child(2) {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 80px 20px;
}
#class .wave{
    position: relative;
    top: 20px;
}


.sectionImg {
    width: 44%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
#fv{
    width: 100%;
    position: relative;
}
#fv .swiper {
    width: 100%;
    height: 90dvh;
}
#fv .swiper .swiper-slide{
    width: 100%;
    height: 100%;
}
#fv .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#fv .swiper .swiper-slide img.sp {display: none;}

#class .sectionImg {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.sectionTxt {
    width: 55%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 6% 0;
}

#about .section_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#about .sectionTxt {
    width: 44%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0;
}

#about .sectionTxt::before {
    content: url("../images/svg/txt_happy_beige.svg");
    display: block;
    width: 210px;
    margin: 0 0 20px;
}

#about .sectionImg {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0;
}

.sectionTxt p {
    text-align: justify;
    font-size: 1.8rem;
    line-height: 3.4rem;
}

#about .sectionTxt p {
    text-align: justify;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 40px;
}

#class .sectionTxt p {
    text-align: justify;
    font-size: 1.8rem;
    line-height: 3rem;
}

#class .sectionTxt {
    width: 44%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 5% 0 0;
}

.sectionTxt p.btnStyle01 {
    text-align: center;
    box-sizing: border-box;
    margin: 80px 0;
}

p.btnStyle01 {
    text-align: center;
    margin: 0 auto;
}
p.btnStyle01{
    display: flex;
    justify-content: center;
}
p.btnStyle01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    background: #fff;
    border: solid 1px #005e66;
    border-radius: 30px;
    position: relative;
    text-decoration: none;
}
p.btnStyle01 a::after {
    content: "";
    width: 35px;
    height: 20px;
    background-image: url(../images/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .3s;
}
p.btnStyle01 a:hover::after{
    right: 10px;
}
#classlist .top-h2{
    margin-bottom: 50px;
}
#classlist p.btnStyle01 a::after{
    content: "";
    width: 35px;
    height: 20px;
    background-image: url(../images/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .3s;
}
#classlist p.btnStyle01 a:hover::after{
    right: 10px;
}
p.btnStyle01 a span{
    display: block;
    font-size: 1.6rem;
    color: #005e66;
}
.btnStyle01.btn_arrow a{
    position: relative;
}
.btnStyle01.btn_arrow a::after{
    content: "";
    width: 35px;
    height: 20px;
    background-image: url(../images/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .3s;
}

.btnStyle01.btn_arrow a:hover::after{
    right: 10px;
}

p.btnStyle01+span {
    display: block;
    margin-top: 30px;
}

#about .sectionTxt p.btnStyle01 {
    text-align: left;
    margin: 0;
}

#about .title {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

h3.spnone span {
    display: inline-block;
    border-bottom: solid 5px #9ad9e8;
    position: relative;
    line-height: 1.0;
    padding-bottom: 5px;
}

h3.spnone span::after {
    content: "";
    display: block;
    border-bottom: 5px solid #b3de69;
    width: 50%;
    position: absolute;
    line-height: 1.0;
    padding-bottom: 5px;
}

#about .sectionTxt p.btnStyle01 a {
    margin: 0 0 0 auto;
}
#bnr2th h2 {
    color: #005e66;
    margin-top: 0;
    font-size: 2.8rem;
    margin-bottom: 60px;
}
#bnr2th h2 br{
    display: none;
}

#bnr2th h2::before {
    background: #005e66;
}

#bnr2th h2+p {
    color: #005e66;
}

#bnr2th .contents {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 8% 5%;
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 10%);
}

#bnr2th .contents>div {
    margin-bottom: 60px;
}

#classlist .contents {
    padding: 100px 20px 150px;
}

#classlist .listinner {
    margin: 0px auto 80px;
    text-align: left;
    font-size: 0;
}

#classlist .listinner article {
    display: inline-block;
    width: calc( ( 100% / 3) - 30px);
    margin-left: 45px;
    background: #fff;
    margin-top: 45px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 10%)
}

#classlist .listinner article:first-child,
#classlist .listinner article:nth-child(3n+1) {
    margin-left: 0;
}

#classlist .listinner article:nth-child(1),
#classlist .listinner article:nth-child(2),
#classlist .listinner article:nth-child(3) {
    margin-top: 0px;
}

#classlist .listinner article a {
    position: relative;
    transition: 0.5s;
    display: block;
}

#classlist .listinner article a:first-of-type {
    height: 100%;
}

#classlist .listinner article a:hover {
    opacity: 0.7;
}

#classlist .listinner article .reached {
    position: relative;
    overflow: hidden;
}

#classlist .listinner article>div {
    height: 100%;
}

#classlist .listinner article .reached::before {
    color: #fff;
    background-color: #d66891;
    font-size: 1.3rem;
    height: 26px;
    line-height: 26px;
    width: 120px;
    /* top: 18px; */
    /* left: -42px; */
    padding: 0 29.148px;
    content: "受付終了";
    font-size: 10px;
    font-weight: bold;
    z-index: 1;
    width: 130px;
    height: 20px;
    line-height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: absolute;
    top: 20px;
    right: -45px;
    padding: 0 19.004px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#classlist .listinner article .reached .listhead img {
    opacity: 0.5;
}

#classlist .listinner article .listhead {
    /* border-bottom: 3px solid #005e66; */
    max-height: 220px;
    overflow: hidden;
    font-size: 0;
    object-fit: contain;
    box-sizing: border-box;
    height: 20vw;
}

#classlist .listinner article .listhead img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#classlist .listinner article .listfoot {
    padding: 20px;
}

#classlist .listinner article p.workshop_date {
    color: #989898;
    letter-spacing: 0.06em;
    font-family: "Avenir Next", 'Ubuntu', Trebuchet MS, sans-serif;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 1.4rem;
}

#classlist .listinner article p.instructor {
    font-size: 1.4rem;
    line-height: 2.0rem;
    margin-bottom: 15px;
    color: #005e66
}

#classlist .listinner article h3.shopName {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #005e66;
    font-weight: bold;
    margin-bottom: 0px;
}

.line_gray {
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px solid #005e66;
    opacity: 0.3;
}

#classlist .listinner article p.workshop_info {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: left;
    color: #333;
    padding-bottom: calc(36px + 1.2rem);
    margin-bottom: 0;
    box-sizing: border-box;
}

#classlist .listinner article .workshop_category {
    font-weight: bold;
    display: block;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0;
    background-color: transparent;
}

#classlist .listinner article .listfoot.favolistBox {
    padding-bottom: 50px;
}

#classlist .listinner article .listfoot.favolistBox .workshop_category {
    bottom: 35px;
}

#classlist .listinner article a.btn_fdel {
    color: #9d802e;
    /* z-index: 10; */
    position: absolute;
    bottom: 1px;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 8px;
    left: 20px;
    padding-bottom: 8px;
    text-decoration: underline;
    transition: 0.5s;
}

#classlist .listinner article a.btn_fdel:hover {
    text-decoration: none;
    opacity: 0.7;
}

#classlist .listinner article .workshop_category p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    background-color: #005e66;
    color: #fff;
    margin-bottom: 10px;
    padding: 3px 10px;
    margin: 0 2.5px;
    display: inline-block;
    border-radius: 5px;
}

#classlist .listinner article .workshop_category p:first-child{
    margin-left: 0;
}

#classlist .listinner article .workshop_category p:last-child:nth-child(2) {
    margin-left: 2.5px;
}

#calendar {
    overflow: hidden;
    background: linear-gradient(#fdf0e9 0, #005e66 100%);
}

#calendar .contents {
    position: relative;
    padding: 140px 20px 120px;
    z-index: 1;
}

#calendar h2 {
    color: #005e66;
}

#calendar h2::before {
    background: #005e66;
}

.year_month {
    display: flex;
    justify-content: space-between;
    color: #000;
    padding: 10px 0px;
    font-size: 2.6rem;
    font-family: 'Ubuntu', "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "MyYuGothicM", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
    letter-spacing: 0.06em;
}

.calendarBox .year_month:last-child span {
    color: #fdf0e9;
}

.calendarBox .year_month:last-child a.cal_prev::before {
    border-top: 1px solid #fdf0e9;
    border-right: 1px solid #fdf0e9;
}

.calendarBox .year_month:last-child a.cal_next::after {
    border-top: 1px solid #fdf0e9;
    border-right: 1px solid #fdf0e9;
}

.year_month a {
    position: relative;
    color: #000;
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.year_month span {
    color: #005e66;
    display: inline-block;
    vertical-align: middle;
}

.year_month a span {
    font-weight: normal;
}

.year_month a.cal_prev::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #005e66;
    border-right: 1px solid #005e66;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
}

.year_month a.cal_prev span {
    padding-left: 17px;
}

.year_month a.cal_next::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #005e66;
    border-right: 1px solid #005e66;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.year_month a.cal_next span {
    padding-right: 17px;
}

table.eventCal {
    width: 100%;
    text-align: center;
    font-size: 100%;
    table-layout: fixed;
}

table.eventCal tbody {
    background: #fff;
}

table.eventCal tr {
    border-top: 0;
}

table.eventCal thead tr {
    background: #005e66;
    color: #fff;
}

table.eventCal thead tr th {
    border-left: 1px solid #fff;
    width: calc( 100% / 7);
}

table.eventCal thead tr th:first-child {
    border-left: 1px solid #929393;
}

table.eventCal thead tr th:last-child {
    border-right: 1px solid #929393;
}

table.eventCal tbody tr td {
    border: 1px solid #000;
    border-top: none;
    min-height: 180px;
    color: #929393;
    vertical-align: top;
}

table.eventCal tbody tr>td,
table.eventCal tbody tr>td.hide {
    width: calc( 100% / 7);
}

table.eventCal tbody tr td:last-child:before {
    display: block;
    min-height: 180px;
    content: "";
    float: left;
}

table.eventCal tbody tr td table td:last-child:before,
table.eventCal tbody tr td:last-child table td:last-child:before {
    content: none;
}

table.eventCal tbody tr td:last-child {}

table.eventCal tbody tr td table th>span,
table.eventCal tbody tr td th>span {
    display: block;
    padding: 8px 5px 0px;
}

table.eventCal th {
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}


/*table.eventCal tr:first-child th span {
	display: block;
	width: 100%;
	padding: 0 10px;
}*/

table.eventCal tr:first-child td li {
    height: auto;
    padding: 10px 0;
}

table.eventCal td a.today {
    border: 5px solid #ffce00;
}

table.eventCal td a.nextMonth {
    color: #ccc;
    text-decoration: none;
}

table.eventCal td a {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 100%;
    color: #000;
    text-align: left;
}

table.eventCal td a>span {
    background: #9d802e;
    font-weight: normal;
    color: #fff;
    width: 60px;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    text-decoration: none;
}

table.eventCal td a>span.reached {
    background-color: #D2D2D2;
}

table.eventCal td a p {
    text-decoration: underline;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #000;
    margin-bottom: 0px;
}

table.eventCal table {
    width: 100%;
}

table.eventCal table tr th,
table.eventCal table tr td {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    border: none;
    font-weight: normal;
}

table.eventCal table tr td {
    text-align: left;
}
#info{
    padding-top: 115px;
    margin-top: 35px;
}
#info h2,
#access h2 {
    color: #005e66;
}

#info h2::before,
#access h2::before {
    background: #005e66;
}

/* #info .contents {
    padding: 120px 20px 0;
} */

#info dt {
    border-bottom: 1px solid #9AD9E8;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

#info dt ul {
    font-size: 0;
}

#info dt ul li {
    display: inline-block;
    text-align: left;
    width: 70%;
}

#info dt ul li:last-child {
    text-align: right;
    width: 30%;
    font-size: 1.8rem;
    color: #000;
}


/*お知らせ一覧表示削除*/

#info dt ul li:last-child {
    text-align: left;
    width: 100%;
}


/*お知らせ一覧表示削除*/

#info dt ul li:last-child a {
    color: #000;
    transition: 0.5s;
}

#info dt ul li:last-child a:hover {
    opacity: 0.7;
}

#info dt ul li:last-child a::after {
    content: "";
    background-image: url("../images/arrowR.png");
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-bottom;
    background-size: 18px 18px;
}

#info dt ul li h2,
#info dt ul li p {
    display: inline-block;
}

#info dt ul li h2 {
    font-size: 3.6rem;
}

#info dt ul li p {
    font-size: 1.8rem;
    margin: 0;
    margin-left: 10px;
}

#info dd {
    padding: 0 0 35px 0;
    text-align: left;
    transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -webkit-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -moz-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -ms-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -o-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    cursor: pointer;
}

/* #info dd.open {
    background: #005e66;
    border-bottom: 1px solid #fdf0e9;
} */

/* #info dd:first-child {
    border-top: 1px solid #005e66;
} */


/*#info dd:last-child {
  border-bottom: none;
  padding: 30px 0 0;
}*/

#info dd ul {
    position: relative;
    /* padding-right: 60px; */
}

#info dd li g {
    display: inline-block;
    /* padding: 3px 5px; */
    /* background: #005e66; */
    transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -webkit-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -moz-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -ms-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -o-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
}

/* #info dd.open li g {
    background: #fdf0e9;
} */

#info dd .info_date {
    font-size: 1.7rem;
    color: #fdf0e9;
    transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -webkit-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -moz-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -ms-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -o-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
}

#info dd.open .info_date {
    color: #005e66;
}

#info dd span {
    transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -webkit-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -moz-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -ms-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -o-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
}

#info dd span:last-child {
    /* background: #fdf0e9; */
    /* margin-left: 8px; */
    font-size: 1.4rem;
    color: #808080;
    /* padding: 2px 5px; */
}

/* #info dd.open span:last-child {
    background: #005e66;
    color: #fdf0e9;
} */
#info dd .info_ttl{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #005e66;
}

#info dd .info_ttl p {
    position: relative;
    color: #005e66;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
    /*  text-align: justify;*/
    transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -webkit-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -moz-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -ms-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    -o-transition: 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
}

/* #info dd.open .info_ttl p {
    color: #fdf0e9;
} */

#info dd .info_ttl p::before,
#info dd .info_ttl p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 1px;
    background: #005e66;
    transition: 0.6s;
    cursor: pointer;
    transform: translateY(-50%);
}
ul.search_cat{ display: flex; justify-content: center; align-items: center; flex-flow: wrap;}
ul.search_cat #select_all{ order: 1;}
ul.search_cat .sort_id_1{ order: 6;}
ul.search_cat .sort_id_3{ order: 2;}
ul.search_cat .sort_id_4{ order: 3;}
ul.search_cat .sort_id_5{ order: 5;}
ul.search_cat .sort_id_7{ order: 4;}
ul.search_cat .sort_id_10{ order: 8;}
ul.search_cat .sort_id_26{ order: 7;}
#classlist .listinner article .workshop_category{ display: flex; justify-content: flex-start; align-items: center; flex-flow: wrap;}
.workshop_category .sort_id_10{ order: 1;}
.bannerBox{
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 99;
}
.bannerBox > a{
    display: block;
    width: 200px;
    height: auto;
    overflow: hidden;
}
.bannerBox > a picture img{ width: 100%; height: auto; vertical-align: bottom;}
.bannerBox > span{
    background-color: #005e66;
    display: block;
    width: 1.8em;
    height: 1.8em;
    color: #fff;
    font-weight: bold;
    line-height: 1.8em;
    margin-left: auto;
    cursor: pointer;
}

@media screen and (max-width:600px) {
    #info dd ul {padding-right: 0;}
    #info dd .info_ttl p::before, #info dd .info_ttl p::after {width: 25px;}
}

#info dd .info_ttl p::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/* #info dd.open ul::before,
#info dd.open ul::after {
    background: #fdf0e9;
} */
#info dd.open .info_ttl p::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#info dd .info_txt {
    margin-top: 30px;
    margin-bottom: 50px;
}

#info dd .info_txt p {
    font-size: 1.5rem;
    line-height: 2.6rem;
    font-weight: normal;
    /*  text-align: justify;*/
    margin-bottom: 0;
}
#top #access{
    padding-top: 50px;
    padding-bottom: 30px;
}

#access h2+p {
    color: #005e66;
}

#top #access h2+p {
    font-size: 1.8rem;
}

.access_map {
    margin: 50px 0;
}

#activity_detail .access_map {
    padding: 50px 20px 80px;
    border-top: 1px solid #005e66;
    margin-bottom: 0;
}
#access.l-access{
    padding-top: 120px;
}

#contact .contents {
    padding: 120px 20px 90px;
    border-bottom: 1px solid #fdf0e9;
}

#contact h2+p {
    margin-bottom: 50px;
}

#footerArea .contents {
    padding: 90px 20px 120px;
}

#lowabout .contents {
    position: relative;
    max-width: 1000px;
    padding: 60px 80px 120px;
}

#lowabout h2 {
    color: #005e66;
}

#lowabout h2::before {
    background: #005e66;
}

.lowabout_img {
    max-width: 450px;
    margin: 0 auto 30px;
}

.lowabout_img::before {
    content: url("../images/svg/txt_happy_green.svg");
    display: block;
    width: 33%;
    padding: 10px 0;
}

.lowabout_img>div:last-child {
    max-width: 90%;
    margin: 15px auto 30px;
}

#lowabout p {
    font-size: 2rem;
    line-height: 1.8em;
    color: #005e66;
    margin-bottom: 0;
}

#lowabout .fv_sns {
    top: auto;
    bottom: 330px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

#wellbeing .contents {
    padding: 120px 182px 70px;
}

#wellbeing h2+p {
    font-size: 1.8rem;
}

.slick-slide {
    height: 384px;
}

.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slick-prev {
    left: -50px;
    width: 30px;
    height: 30px;
}

.slick-next {
    right: -50px;
    width: 30px;
    height: 30px;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.slick-prev:before {
    border-left: 8px solid #fff;
    border-bottom: 8px solid #fff;
}

.slick-next:before {
    border-top: 8px solid #fff;
    border-right: 8px solid #fff;
}

#wellbeing ul+p {
    font-size: 1.8rem;
    margin: 30px 0 60px;
}

.access_list {
    margin: 30px 0;
}

.access_list li {
    margin-bottom: 50px;
}

.access_list li:last-child {
    margin-bottom: 0;
}

.access_list h3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #231815;
    text-align: left;
    margin-bottom: 10px;
    padding: 20px;
    border-bottom: 2px solid #005e66;
}

.access_list h3 g {
    display: block;
    width: 45px;
    height: 40px;
    margin-right: 15px;
}

.access_list h3 g img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.access_list li p {
    line-height: 2;
    color: #231815;
    text-align: left;
    margin-bottom: 0;
    padding: 20px 25px;
    border-bottom: 1px solid #cacaca;
}

.access_list li dl {
    display: flex;
    padding: 20px 25px;
    border-bottom: 1px solid #cacaca;
}

.access_list li:last-child dl:last-child {
    border-bottom: 0px;
}

.access_list li dl dt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: left;
    width: 34%;
}

.access_list li dl dd {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: left;
    margin-left: 10px;
}

.access_list li dl dd span {
    font-size: 1.9rem;
    line-height: 2;
}
#access .copy_area h1{
    width: 600px;
    margin-inline: auto;
    padding-top: 140px;
}
#access .copy_area p{
    margin-top: 60px;
    line-height: 2.8;
    color: #005e66;
}

.column_row {
    margin-bottom: 50px;
}

section#instaArea .contents .column_row a {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

section#instaArea .contents .column_row a img {
    vertical-align: bottom;
}
section#instaArea.l-instaArea{
    padding-top: 120px;
    padding-bottom: 40px;
}
.class-green-area{
    width: 100%;
    height: 20px;
    background: #effaed;
}

/**/

.header_border {
    display: block;
}

section#instaArea .contents .column_row a,
#footerArea a {
    transition: 0.5s;
    display: block;
}

#footerArea a img {
    width: 100%;
}

section#instaArea .contents .column_row a:hover,
#footerArea a:hover {
    opacity: 0.7;
}

section#instaArea .class_outer {
    padding-bottom: 0;
    padding-top: 0;
}

section#instaArea .class_outer p {
    line-height: 2.6rem;
    margin-bottom: 30px;
}
#instaArea.activity_insta_area .contents .column_row{
    justify-content: center;
}

.sp_footer_sns_area {
    display: block;
}

.sp_footer_sns_area {
    display: block !important;
    text-align: center;
    padding: 30px 0;
    background: #fff;
}

.sp_footer_sns_area>div {
    font-weight: 400;
    color: #868787;
    margin: 30px auto;
    margin-bottom: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 2.2rem;
}

.sp_footer_sns_area img {
    max-width: 40px;
}

.sp_footer_sns_area a {
    transition: 0.5s;
    display: block;
}

.sp_footer_sns_area a:hover {
    opacity: 0.7;
}

.lower_main {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 300px;
}

#activity .lower_main {
    background-image: url(../images/classlist_img01.jpg);
}

#archive .lower_main {
    background-image: url(../images/archive_img01.jpg);
}

.lower_main .contents {
    padding: 0;
}

.lower_main .lower_inner {
    position: relative;
    height: 300px;
}

.lower_main .lower_inner>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lower_main h2 {
    color: #000;
}

.lower_main p {
    color: #000;
    margin-bottom: 0;
}

.title_container {
    text-align: center;
    margin-bottom: 50px;
}

.title_container02 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.title_container03 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}


/*activity*/

#activity h3 {
    font-family: "Avenir Next", 'Ubuntu', Trebuchet MS, sans-serif;
}

#activity section:first-of-type {
    background: #fff;
}

#activity section:first-of-type .contents {
    padding: 120px 0 90px;
}

#activity section:first-of-type h2 {
    color: #005e66;
}

#activity section:first-of-type h2::before {
    background: #005e66;
}

#activity section:first-of-type p {
    color: #005e66;
}

#activity section:first-of-type ul li {
    display: inline-block;
}

#activity section:first-of-type ul li a {
    background: #005e66;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 18px;
    margin: 5px 5px;
    display: block;
    transition: 0.5s;
    font-size: 12px;
    border-radius: 6px;
}

#activity section:first-of-type ul li.active a {
    background: transparent;
    color: #005e66;
    border: 2px solid #005e66;
    padding: 7px 18px;
}

#activity section:first-of-type ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#activity section:first-of-type p.btnStyle01 {
    margin: 80px 0;
}

#activity #classlist.l-classlist .contents{
    padding: 50px 20px 150px;;
}
#activity #classlist .listinner {
    margin: 0px;
    overflow: hidden;
    overflow-scrolling: none;
    -webkit-overflow-scrolling: none;
    white-space: normal;
}

#activity #classlist .listinner {
    overflow: visible;
}
#activity #classlist.l-classlist {
    background: #effaed;
}


/*#select_all a {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid  #000 !important;
}
*/


/*activity_detail*/

#activity_detail>section:nth-of-type(1) {
    color: #005e66;
    /* background: #fdf0e9; */
}

#activity_detail .sectionImg {
    width: 44%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
    box-sizing: border-box;
}

#activity_detail .sectionTxt {
    margin: 0;
}

#activity_detail section:first-of-type .sectionTxt .workshop_info_wrapper:first-child {
    padding-top: 0;
}

#activity_detail .sectionTxt .workshop_info_wrapper:first-child div {
    position: relative;
}

#activity_detail .sectionTxt .workshop_bookmark {
    position: absolute;
    right: 0;
    vertical-align: middle;
    height: 38px;
    width: 38px;
    box-sizing: border-box;
}

#activity_detail .sectionTxt .workshop_bookmark button {
    background: transparent;
    border: none;
    transition: 0.5s;
    opacity: 1;
    width: 100%;
    /* height: 100%; */
    min-width: 38px;
    padding: 0;
    line-height: 0;
}

#activity_detail .sectionTxt .workshop_bookmark button::after {
    content: "";
    background: url("../images/bookmark_o.png");
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}

#activity_detail .sectionTxt .workshop_bookmark button img {
    transition: 0.5s;
}

#activity_detail .sectionTxt .workshop_bookmark button:hover img {
    opacity: 0;
}

#activity_detail .sectionTxt .workshop_bookmark button:active,
#activity_detail .sectionTxt .workshop_bookmark button:focus {
    border: none;
    outline: none;
}

#activity_detail .sectionTxt .workshop_bookmark button img {
    width: 100%;
    min-width: 38px;
}

#activity_detail .sectionTxt .workshop_bookmark button:hover::after {
    opacity: 1;
    transition: 0.5s;
}

#activity_detail .sectionTxt .active button::after {
    opacity: 1;
}

#activity_detail .sectionTxt p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #005e66;
}

#activity_detail .sectionTxt .workshop_info_wrapper p {
    color: #231815;
    margin-bottom: 0;
}

#activity_detail>section:nth-of-type(1) .sectionTxt .workshop_info_wrapper p {
    color: #005e66;
}

/* #activity_detail .class_status>.contents>div {
    border: 1px solid #fdf0e9;
} */

#activity_detail .class_status p:first-child {
    background: #005e66;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 3.6rem;
    color: #fffaf0;
    padding: 10px;
}

#activity_detail .class_status p:first-child span {
    /*  margin-left: 20px;*/
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin-left: 0;
}

#activity_detail .class_status p:first-child span>span {
    display: inline-block;
    padding: 0;
}

#activity_detail .class_status p.btnStyle01 {
    margin: 80px auto 0;
}

#activity_detail .class_notice .contents {
    padding: 80px 20px 0;
}
#activity_detail>section:nth-of-type(1) .contents{
    padding: 100px 20px 70px;
}

#activity_detail .class_notice .contents p:first-child {
    position: relative;
    background: transparent;
}

#activity_detail .class_notice .contents p:first-child::before {
    content: "";
    border-bottom: 1px solid #005e66;
    width: 100%;
    /* background: #9AD9E8; */
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
    left: 0;
    right: 0;
}
#activity_detail .class_notice span.bg-green{
    background: #fffaf0;
}
#activity_detail .class_notice span {
    font-weight: bold;
    font-size: 1.6rem;
    color: #005e66;
    position: relative;
    padding: 0 20px;
}

#activity_detail .class_notice .contents p:nth-child(2) {
    text-align: left;
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 2.6rem;
}

#activity_detail .sectionImg .workshop_info_wrapper:first-child {
    padding-top: 0;
}

#activity_detail .sectionImg .slide_area02 {
    overflow: hidden;
    max-height: 370px;
}

#activity_detail #wrap,
#activity_detail #wrap02 {
    background-color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

#activity_detail #slider,
#activity_detail #slider02 {
    width: 100%;
    margin: 0 auto 30px;
}

#activity_detail .slide-item img {
    width: 100%;
}

#activity_detail #thumbnail-list,
#activity_detail #thumbnail-list02 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#activity_detail .thumbnail-item {
    flex: 0 1 18%;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    line-height: 0;
    margin: 10px 5px;
}

#activity_detail .thumbnail-item:first-child {
    margin-left: 0;
}

#activity_detail .thumbnail-item:last-child {
    margin-right: 0;
}

#activity_detail .thumbnail-item:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
}

#activity_detail .thumbnail-item.thumbnail-current:after {
    opacity: 0;
}

#activity_detail .thumbnail-item.thumbnail-current:after img {
    width: 100%;
    margin: 0 auto;
}

#activity_detail .sectionImg .workshop_info_wrapper:nth-child(2) .item_value+div {
    margin: 20px 0;
    width: 100%;
    max-width: 190px;
}

#activity_detail .sectionImg .workshop_info_wrapper:nth-child(2) .item_value+div+p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: justify;
    color: #005e66;
    margin-bottom: 0;
}

#activity_detail .class_status .contents .contents {
    padding-top: 80px;
}

#activity_detail section:nth-of-type(3) .workshop_info_wrapper:first-child {
    border-top: 1px solid #cacaca;
}

#activity_detail section:nth-of-type(3) .workshop_info_wrapper:first-child img {
    margin: 20px 0;
}

#activity_detail section:nth-of-type(3) .workshop_info_wrapper:first-child p {
    margin-bottom: 0;
}


/*popup Login*/

#popupLogin,
#popupLogin.hide {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#popupLogin.active {
    opacity: 1;
    display: block;
}

#popupLogin.hide {
    display: none;
}

#popupLogin .popup_wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

#popupLogin .popup_wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#popupLogin .popup_inner {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 90%;
    max-height: 100%;
    outline: none !important;
    padding: 40px;
    background-color: #fffaf0;
}

#popupLogin .popup_inner div:first-of-type p {
    color: #005e66;
}

#popupLogin .popup_inner div:first-of-type p:first-of-type {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

#popupLogin .popup_inner div:first-of-type p:nth-of-type(2) {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

#popupLogin .popup_close {
    position: absolute;
    text-shadow: none;
    font-weight: normal;
    color: transparent;
    box-sizing: border-box;
    width: 38px;
    height: 38px;
    right: 20px;
    top: 20px;
    transition: 0.5s;
    border: none;
    background: transparent;
}

#popupLogin .popup_close:before {
    content: "";
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 26px;
    height: 3px;
    border-radius: 0.1em;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    left: 6px;
    background: #000;
    z-index: 100;
}

#popupLogin .popup_close:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 26px;
    height: 3px;
    background: #000;
    border-radius: 0.1em;
    position: absolute;
    transform: rotate(135deg);
    right: 5px;
    top: 18px;
    z-index: 3;
}

#popupLogin .popup_close:hover {
    opacity: 0.7;
}

#popupLogin .popup_close:focus {
    outline: none;
    border: none;
}

#popupLogin .popup_inner div:last-of-type {
    margin: 0 auto;
    text-align: center;
}

#popupLogin .login_btn,
#popupLogin .adduser_btn {
    text-align: center;
    display: inline-block;
    border-color: #E75F93;
    background: #fff;
    color: #E75F93;
    font-weight: bold;
    margin-right: 20px;
}
#popupLogin .adduser_btn {
    margin-right: 0px;
}

#popupLogin .login_btn button,
#popupLogin .adduser_btn button {
    border: 2px solid #005e66;
    padding: 5px 50px;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 3.4rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: 0.5s;
    letter-spacing: 0.06em;
    background: #005e66;
    min-width: calc( 100px + 6.06em + 8px);
}

#popupLogin .login_btn button:hover,
#popupLogin .adduser_btn button:hover,
#popupLogin .login_btn button:focus,
#popupLogin .adduser_btn button:focus {
    opacity: .7;
    outline: none;
}

#bookmark h2 {
    color: #fdf0e9;
}

#bookmark h2::before {
    background: #fdf0e9;
}
/* insta-icon-btn 240905 */
.wc-insta-btn-icon{
    width: 40px;
    margin-inline: auto;
    transition: .3s;
}

.wc-insta-btn-icon:hover{
    opacity: 0.6;
}


/* faq */
#faq{
    padding-top: 120px;
}
section#faq {
    background: #effaed;
    padding-bottom: 30px;
}
#faq h2, #faq h3, #faq p{
    color: #005e66;
}
#faq .faq_area{
    margin-top: 40px;
}
#faq .faq_area h3, #faq .faq_area p{
    text-align: start;
}
#faq h3{
    position: relative;
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #005e66;
    padding-left: 30px;
    line-height: 1.4;
}
#faq .faq_area ul li.item span{
    text-align: start;
    display: block;
    font-size: 1.4rem;
    color: #005e66;
    line-height: 1.4;
}
#faq .faq_area ul li.item.pet span{
    margin-top: 3px;
    margin-bottom: 10px;
}
#faq h3 span{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.2rem!important;
}
#faq .faq_area ul li.item{
    margin-bottom: 50px;
}
#faq .faq_area ul li.item a{
    position: relative;
    display: inline-block;
    color: #005e66;
}
#faq .faq_area ul li.item a::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #005e66;
    position: absolute;
    bottom: -3px;
    left: 0;
}
#faq .faq_area ul li.item .faq_li-indent{
    padding-left: 16px;
    text-indent: -16px;
}
#faq .faq_area ul li.item .faq_sp_intent{
    padding-left: 14px;
    text-indent: -14px;
    line-height: 1.6;
}
#faq .faq_area ul li.item p{
    margin-bottom: 0px;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
}
#faq .faq_area ul li.item .non-mail{
    margin-top: 20px;
}
#faq .faq_area ul li.item .non-mail li{
    margin-bottom: 30px;
}
#faq .faq_area ul li.item h4{
    font-weight: bold;
    font-size: 16px;
    text-align: start;
    margin-bottom: 5px;
    margin-top: 0;
    color: #005e66;
    line-height: 1.6;
}
#faq .faq_area ul li.item ul li{
    text-align: start;
    margin-bottom: 5px;
    color: #005e66;
}
#faq .faq_area ul li.item ul li:last-of-type{
    margin-bottom: 0px;
}
#faq .faq_area ul li .faq_img{
    margin-top: 20px;
}
#faq .faq_area ul li .faq_img .sp{
    display: none;
}
#faq .faq_area ul li.item .sp-list{
    display: none;
}
#faq .faq-link-bold{
    font-weight: bold;
}
/* 20250128 */
.debit-card-area{margin-top: 20px;}
.debit-card-area ul li{
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.4rem!important;
}
.debit-card-area ul li:last-of-type{
    margin-bottom: 0px;
}
.debit-card-area ul li span.bold{
    display: block;
    padding: 0!important;
    margin-bottom: 5px;
    font-size: 1.6rem!important;
}
.debit-card-area .hosoku-txt{
    padding: 0!important;
    text-align: left;
    font-size: 1.4rem;
    margin-top: 30px;
}
#activity_detail .class_status p:first-child span br.sp-block{display: none;}

@media screen and (max-width: 1000px) {
    .access_list li dl {flex-direction: column;}
    #fv .swiper {height: 70vh;}
}

@media screen and (max-width: 900px) {
    #about .section_box {display: block;}
    #class .sectionTxt {
        width: 100%;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin: 6% 0;
    }
    #about .sectionTxt {
        width: 100%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin: 6% 0 0 0;
    }
    #about .sectionTxt::before {margin: 0 auto 20px;}
    #about .sectionTxt p {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    #about .sectionTxt p.btnStyle01 {text-align: center;}
    .sectionImg {width: 100%; text-align: center; margin: 0 auto;}
    #about .sectionImg {
        width: 100%;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }
    #class .sectionImg {
        width: 100%;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }
    #info dd .info_ttl p {font-size: 16px; padding-right: 50px;}
    #activity_detail>section:nth-of-type(1) .contents {padding: 50px 20px 70px;}
    #activity_detail .sectionTxt {margin: 0;}
}

@media screen and (max-width: 768px) {
    .spnone, .spnone_inline {display: none !important;}
    .pcnone {display: block !important;}
    h2, #info dt ul li h2 {font-size: 22px; letter-spacing: 0.04em; line-height: 1.2em; padding-bottom: 15px;}
    h2+p {font-size: 1.6rem; margin-top: 5px;}
    .top-h2{margin-top: 80px;}
    /* .contents {
        padding: 70px 20px;
    } */
    .slide_area .slick-slide img {opacity: 1;}
    h3 {font-size: 2rem; margin-bottom: 20px;}
    h3.pcnone span {display: inline-block; border-bottom: solid 5px #9ad9e8; position: relative; line-height: 1.0; padding-bottom: 5px;}
    h3.pcnone span::after {content: ""; display: block; border-bottom: 5px solid #b3de69; width: 50%; position: absolute; line-height: 1.0; padding-bottom: 5px;}

    #fv .contents {display: block; max-width: 580px; padding: 50px 40px;}
    .fv_copy {width: 100%;}
    .fv_copy>div {width: 33%; min-width: 130px; padding: 0 0 8px; text-align: left;}
    .fv_copy>div img {max-width: 250px;}
    .fv_copy>p {margin-bottom: 10px; padding: 8px 0 0;}
    .fv_img {width: 100%;}
    .fv_sns {bottom: 260px; right: 20px; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none;}
    .fv_sns span {font-size: 14px;}
    .fv_sns span::before {left: auto; right: -165px; width: 145px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
    #fv .swiper .swiper-slide img.sp {display: block;}
    #fv .swiper .swiper-slide img.pc {display: none;}
    #fv .swiper {height: 100%;}
    #fv::after{content: ""; width: 100%; height: 50px; background: #fff; position: absolute; bottom: -50px; left: 0;}

    #about h3 {text-align: center;}
    #bnr2th .contents>div {margin-bottom: 40px;}
    #top #access h2+p {font-size: 1.6rem;}
    #lowabout h2 {margin-bottom: 30px;}
    .lowabout_img::before {min-width: 130px; margin: 0;}
    .lowabout_img div {margin: 0 auto;}
    .sectionTxt {width: 100%; margin-bottom: 0;}
    #activity_detail .item_value {margin: 10px 0;}
    /* #activity_detail>section:nth-of-type(3) .item_value {color: #fdf0e9;} */
    p.btnStyle01, #about .sectionTxt p.btnStyle01 {text-align: center; margin: 30px auto 0;}
    .sectionTxt p.btnStyle01 a, #about .sectionTxt p.btnStyle01 a {margin: 0 auto; width: 96%; display: block; padding: 15px 0px;}
    section#instaArea .class_outer p {font-size: 1.8rem;}
    #classlist .contents {padding: 0 20px 80px;}
    #classlist .listinner {
        margin-top: 30px;
        margin-bottom: 0;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }
    #classlist .listinner article {
        /*    width: 444px;*/
        width: 100%;
        display: block;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    #classlist .listinner article .listhead {max-height: 300px; height: 58vw;}
    /*  #classlist .listinner article:nth-child(3n+1) {
    margin-left: 15px;
  }*/
    #classlist .listinner article .listfoot { white-space: normal;}
    #classlist .listinner article p.workshop_category {position: static;}
    #activity section:first-of-type ul li a {margin: 7px 5px;}
    table.eventCal thead {display: none;}
    /*  table.eventCal tbody {
      border-top: 1px solid #000;
  }*/
    table.eventCal tbody tr td {display: block; width: 100%; min-height: 60px;}
    table.eventCal tbody tr.hide, table.eventCal tbody tr td.hide {display: none;}
    table.eventCal tbody tr td th {background: #005e66; color: #fff; width: 25%; vertical-align: middle;}
    table.eventCal tbody tr td:nth-child(6) th>span,
    table.eventCal tbody tr td:nth-child(7) th>span,
    table.eventCal tbody tr td.holiday th span,
    table.eventCal tbody tr td th>span.holiday+span {color: #fff;}
    table.eventCal tbody tr td dd {width: 74%; min-height: 60px; height: 100%; display: inline-block; vertical-align: top;}
    table.eventCal table {width: 100%;}
    table.eventCal table tbody {border: none;}
    table.eventCal table tr th,
    table.eventCal table tr td {display: table-cell; width: auto; min-height: 60px; height: 100%;}
    table.eventCal tbody tr td th>span.pcnone {padding-top: 0; padding-bottom: 8px;}

    #lowabout p {font-size: 1.5rem;}
    #lowabout .contents {padding: 50px 20px 70px;}

    #wellbeing .contents { padding: 120px 20px;}
    #wellbeing h2+p {font-size: 1.6rem;}
    #wellbeing ul+p {font-size: 1.6rem; margin: 20px 0 30px;}

    .slick-slide {height: 52.5vw;}
    .slick-dotted.slick-slider {margin-bottom: 20px;}
    .slick-next, .slick-prev {display: none !important;}

    .access_list h3 {margin-bottom: 0; padding: 15px 10px;}
    .access_list h3 g {width: 38px; height: 35px; margin-right: 8px;}
    .access_map {position: relative; right: 20px; width: 100vw; margin: 40px 0;}
    #activity_detail .access_map { margin: 0; padding: 50px 10px 60px; border-top: 0;}
    .access_list li {margin-bottom: 30px;}
    .access_list li p {font-size: 1.4rem; line-height: 1.7em; padding: 15px 10px;}
    .access_list li dl {padding: 15px 10px;}
    .access_list li dl dt {font-size: 1.8rem; width: 100%;}
    .access_list li dl dd {font-size: 1.6rem; line-height: 1.7em; margin-left: 0;}
    .access_list li dl dd span {font-size: 1.4rem; line-height: 1.7em;}

    p.btnStyle01+span {font-size: 1.4rem;}

    #activity_detail .class_status p.btnStyle01 { margin: 50px auto 0;}
    #activity section:first-of-type .contents {padding: 50px 20px;}
    #activity #classlist .listinner article, #activity #classlist .listinner article:nth-child(3n+1) {margin: 30px auto 0px; width: 100%;}
    #activity #classlist .listinner article:first-of-type { margin-top: 0;}
    #activity_detail .item_name {color: #005e66; padding: 4px 8px; }
    .class_status .contents {padding: 70px 20px 0;}
    #activity_detail .class_status .contents .contents {padding-top: 40px;}
    .class_status.corner_rb_beige::before {content: none;}
    #activity #classlist.l-classlist .contents { padding: 50px 20px 100px;}
    
    /* #info .contents {padding: 70px 20px 0;} */
    #info dt ul li h2 {display: block;}
    #info dt ul li p {margin-left: 0;}
    /* #info dd {padding: 30px 20px;} */
    #info dd ul {padding-right: 40px;}
    #info dd .info_ttl::before {right: -40px;}
    #info dd .info_ttl::after {right: -31px;}
    #info dd .info_txt {border-image: linear-gradient(to right, #fdf0e9 20%, transparent 20%) 1/2px 0 0 0;}
    #info { padding-top: 35px;}

    #contact .contents {padding: 70px 20px;}

    #footerArea .contents {padding: 70px 20px;}

    #popupLogin .popup_inner div:first-of-type p:first-of-type {font-size: 2.2rem;}
    #popupLogin .popup_inner {padding: 30px;}

    .slide_area .slick-next, .slide_area .slick-prev {display: none !important;}

    .lower_main {height: 300px; max-height: none;}
    .lower_main .lower_inner {height: 300px;}

    #activity_detail .class_notice .contents p:nth-child(2) {margin-bottom: 30px; padding: 0;}
    #activity_detail section:nth-of-type(3) .workshop_info_wrapper:first-child img { min-width: 200px; width: 50%;}
    #activity_detail .class_status p:first-child span>span {display: inline-block;}
    #activity_detail .class_status p:first-child span {padding: 0; display: block; width: 9em; margin: 0 auto;}
    #activity_detail .class_status .debit-card-area p:first-child span {padding: 0; display: block; width: 200px; margin: 0 auto;}
    #activity_detail .class_status p:first-child span br.sp-block{display: block;}

    section#calendar {background: linear-gradient(#fdf0e9 25%, #005e66 100%)}

    table.eventCal tbody tr td:last-child:before {min-height: auto;}
    table.eventCal tbody {border: 1px solid #000; border-bottom: none; border: none;}
    /*  table.eventCal tbody > tr:first-of-type {
    border-top: 1px solid #000;
  }*/
    table.eventCal tbody tr td:not(.hide) {border: none; border-bottom: 1px solid #000;}
    table.eventCal tbody tr td:not(.hide) td { border: none;}
    .eventCal_block {margin-bottom: 0px; border: 1px solid #000; border-bottom: none;}
    main {position: relative; z-index: 2;}
    section#about .contents {padding-bottom: 80px}
    /*パララックス ここまで*/
    #bnr2th h2 br{display: block;}

    .top-h2 {margin-bottom: 0px; padding-bottom: 0; font-size: 2.2rem;}
    .top-h2 ::after {top: -30px; width: 20px; height: 20px;}
    #bnr2th h2 {font-size: 2rem;}
    #info h2{margin-bottom: 30px;}

     /* faq */
     #faq h3 {font-size: 1.8rem; padding-bottom: 10px; margin-bottom: 10px; line-height: 1.4;}
     #faq .faq_area ul li.item p {font-size: 1.4rem;}
     #faq .faq_area ul li .faq_img .pc{display: none;}
     #faq .faq_area ul li .faq_img .sp{display: block!important;}
     #faq .faq_area ul li.item .non-mail li{margin-bottom: 40px;}
     #faq .faq_area ul li.item ul li{margin-bottom: 10px;}
     #faq .faq_area ul li.item .sp-list{display: block;}
     #faq .faq_area ul li.item .pc-list{display: none;}
     #faq .faq_area ul li.item span{line-height: 1;}

     .debit-card-area ul li span.bold{
        padding-left: 16px !important;
        text-indent: -16px;
    }
    #activity_detail .class_status .contents .contents{padding: 40px 0 0;}
}

@media screen and (max-width: 600px) {
    #popupLogin .login_btn, #popupLogin .adduser_btn { margin: 0px; display: block;}
    #popupLogin .login_btn {margin-bottom: 20px;}
    #popupLogin .login_btn button, #popupLogin .adduser_btn button { width: 100%;}
    #access .copy_area {padding: 0 20px;}
    #access .copy_area h1{width: 85vw;}
    #access .copy_area p{font-size: 1.6rem; text-align: start;}
}

@media screen and (max-width: 390px) {
    .btnStyle01.btn_arrow a::after {
        content: "";
        width: 25px;
        height: 20px;
        background-image: url(../images/btn_arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        right: 15px;
}
}