@charset "UTF-8";

/* base */
html {
    font-size: 16px;
    line-height:1;
    overflow-y:scroll;
    scroll-behavior: smooth;
}

body {
    font-size: .875rem;
    letter-spacing: 1px;
    overflow-x:hidden;
    background:#f8fafa;
    line-height:1.72;
}

figure a img,
a img,
figure img,
img {
    vertical-align: baseline;
}

.ibp {
    width:100%;
    letter-spacing: -1em;
}

.ib {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
}

a.box {
    display: block;
    text-decoration: none;
}

.grad {
    background: #36b1a8; /* Old browsers */
    background: -moz-linear-gradient(left,  #36b1a8 0%, #14a8c3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #36b1a8 0%,#14a8c3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #36b1a8 0%,#14a8c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b1a8', endColorstr='#14a8c3',GradientType=1 ); /* IE6-9 */
    color:#fff;
    box-shadow:0 0 5px rgba(0,0,0,.2);
    transition: .2s;
}

.grad:hover {
    box-shadow:none;
    background: -moz-linear-gradient(left,  #5bc9c1 0%, #14a8c3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #5bc9c1 0%,#14a8c3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #5bc9c1 0%,#14a8c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.grad2 {
    background:#e8bddb;
    background: -moz-linear-gradient(left, #5ed1e1 0%, #bfc2fe 50%, #e8bddb 100%);
    background:linear-gradient(to right, #5ed1e1 0%, #bfc2fe 50%, #e8bddb 100%);
    color:#fff;
    box-shadow:0 0 5px rgba(0,0,0,.2);
    transition: .2s;
}

.grad2:hover {
    box-shadow: none;
    background:-moz-linear-gradient(left, #a8c2ee 0%, #f9c2eb 100%);
    background:linear-gradient(to left, #a8c2ee 0%, #f9c2eb 100%);
}

.material-icons {
    vertical-align: middle;
}



.comm2-wrap ul {
    list-style-type: disc;
}

.comm2-wrap ol {
    list-style: decimal;
}

.comm2-wrap li {
    margin-left: 1.5em;
}


@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    html {
        overflow-x:hidden;
    }

    body {
        line-height:1.72;
        letter-spacing: 1px;
    }

    #mastHead {
        text-align: center;
        font-size: .725rem;
        height:3vh;
        line-height:3vh;
    }

    #sp-globalHeader {
        height:8vh;
        background:#222;
        padding: 3vw;
        box-sizing: border-box;
        position: relative;
    }

    #sp-globalHeader .siteName img {
        width:auto;
        height:calc(8vh - 6vw);
    }

    #sp-splash {
        width:100%;
        height:89vh;
        margin-bottom: 10vw;
    }

    #sp-splash img {
        width:100%;
        height:89vh;
        object-fit: cover;
    }

    #menuBar {
        position: absolute;
        top:3vw;
        right:3vw;
        width:15vw;
        height: calc(100% - 6vw);
    }

    #menuBar .inner {
        display: table;
        width:100%;
        height:100%;
        table-layout: fixed;
    }

    #menuBar .inner2 {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    #menuBar span {
        display: block;
        width:60%;
        height:2px;
        background:#fff;
        margin-left: auto;
        margin-right: auto;
    }

    #menuBar span.bottom {
        margin-top: 6px;
    }

    html.open {
        overflow: hidden;
    }

    #menuInner {
        width:100vw;
        height:100vh;
        background:#fff;
        position: fixed;
        top:0;
        right:-100vw;
    }

    .open #menuInner {
        right:0;
    }

    #menuInner .inner {
        padding: 5vw;
        box-sizing: border-box;
        position:relative;
    }

    #menuInner .close {
        position:absolute;
        top:5vw;
        right:5vw;
    }

    #menuInner .material-icons {
        font-size: 4rem;
    }

    #menuInner .menus {
        margin-top: 10vw;
    }

    #menuInner ul {
        margin-bottom: 10vw;
        border-top:1px solid #ddd;
    }

    #menuInner .menus li {
        border-bottom:1px solid #ddd;
        padding:10px;
        box-sizing: border-box;
        position: relative;
    }

    #menuInner .menus li:after {
        content:"chevron_right";
        font-family: "Material Icons";
        position: absolute;
        top:11px;
        right:10px;
    }

    #menuInner .menus li a {
        text-decoration: none;
        color:#333;
        display: block;
    }

    #menuInner .itemName {
        margin-bottom: 1vw;
        font-size:1.8rem;
    }

    /* comm-wrapper 
    ----------------------------- */
    .comm-wrapper .indexSection {
        padding: 0 5vw;
        box-sizing: border-box;
        margin-bottom: 5vw;
    }

    .comm-wrapper .section-title {
        font-size: 1.8rem;
        font-weight:500;
        margin-bottom: 3vw;
    }

    .comm-wrapper .section-title span {
        color:#999;
        font-size: 1rem;
        display: block;
    }

    .comm-wrapper iframe {
        width:100%;
        height: auto;
        min-height:220px;
    }

    .indexSection .sub {
        margin-bottom: 5vw;
    }

    /* front-page
    ---------------------------- */
    .member-menu .comm .cont {
        margin-bottom: 3vw;
        width:100%;
    }

    .member-menu .comm .cont a {
        display: block;
        color:#fff;
        text-decoration: none;
        outline: 0;
    }

    .member-menu .comm .cont a figure {
        width:100%;
        height:140px;
        overflow: hidden;
    }

    .member-menu .comm .cont a figure img {
        width:100%;
        height:140px;
        object-fit: cover;
    }
    .member-menu .comm .cont .text-bloc {
        padding: 3vw;
        box-sizing: border-box;
    }

    .forms li {
        margin-bottom: 2vw;
        width:100%;
    }

    .forms li a {
        display: block;
        border-radius: 3px;
        color:#fff;
        text-decoration: none;
        padding: 2vw 0;
        text-align: center;
    }

    .info .ib {
        margin-bottom: 3vw;
        display: block;
        width:100%;
        border:1px solid #dedede;
        padding: 4vw;
        box-sizing: border-box;
        background:#fff;
    }

    .info h3 {
        color:#14a8c3;
        margin-bottom: 2vw;
    }

    .info p.btn {
        margin-top: 3vw;
    }

    .info p.btn a {
        color:#fff;
        display: block;
        text-align: center;
        padding:2vw 0;
        border-radius: 5px;
    }

    /* footer */
    #commFooter {
        background:#222;
        padding: 5vw;
        box-sizing: border-box;
        color:#fff;
        margin-top: 10vw;
    }

    .comfc {
        letter-spacing: 1px;
        display: block;
        margin-bottom: 5vw;
    }

    .comfc h2 img {
        width:65%;
        height:auto;
        margin-bottom: 2vw;
        filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(
            229deg) brightness(107%) contrast(101%);
    }

    .comfc address {
        margin:3vw 0;
        font-size: 1.3rem;
    }

    #footer-link li {
        border-bottom:1px solid #777;
    }

    #footer-link li a {
        color:#fff;
        text-decoration: none;
        display: block;
        padding: 2vw;
        box-sizing: border-box;
    }

    .comfc .sns {
        width:70%;
    }

    .comfc .sns li {
        margin-right: 2%;
        width:13%;  
    }

    .comfc .sns li img {
        width:100%;
        height:auto;
    }

    /* page, single */
    .comm2-wrap {
        padding: 5vw;
        box-sizing: border-box;
    }

    .comm2-wrap .page-title {
        font-size: 2rem;
        margin-bottom: 5vw;
    }

    .comm2-wrap .wpptopdfenh {
        margin-bottom: 3vw;
        font-size: 1rem;
    }

    .comm2-wrap input[type="tel"],
    .comm2-wrap input[type="number"],
    .comm2-wrap input[type="text"],
    .comm2-wrap input[type="email"],
    .comm2-wrap select,
    .comm2-wrap textarea {
        -webkit-appearance: none;
        padding: 10px;
        border:1px solid #ddd;
        border-radius: 3px;
        width:100%;
        box-sizing: border-box;
    }

    .comm2-wrap table,
    .comm2-wrap dl {
        margin:3vw 0;
        width:100%;
    }

    .comm2-wrap table {
        border-top:1px solid #ddd;
    }

    .comm2-wrap h2 {
        font-size: 1.7rem;
        margin-top: 5vw;
        margin-bottom: 3vw;
        border-top:3px double #ddd;
        padding: 5px 10px;
        background:#fff;
        box-sizing: border-box;
        border-bottom:1px solid #ddd;
    }

    .comm2-wrap h3 {
        font-size: 1.6rem;
        margin-top: 10vw;
        margin-bottom: 3vw;
        padding-left: 10px;
        border-left:3px solid #333;
    }

    .comm2-wrap th {
        backgroud:#f2f2f2;
        padding: 10px;
        box-sizing: border-box;
        border-bottom:1px solid #dedede;
    }

    .comm2-wrap td {
        padding: 10px;
        background:#fff;
        text-align: left;
        border-bottom:1px solid #dedede;
    }

    .comm2-wrap .s-table table {
        overflow-x:scroll;
    }

    .comm2-wrap .btn span {
        display: inline-block;
    }

    .comm2-wrap .btn a {
        display: block;
        padding:2vw 5vw;
        box-sizing: border-box;
        border-radius: 5px;
        text-decoration:none;
        width: 100%;
        color:#fff;
        font-weight: 800;
        font-size: .725rem;
        background:#14a8c3;
        border-radius: 3px;
        text-align: center;
    }

    .comm2-wrap img {
        max-width:100%;
        height:auto;
    }

    .comm2-wrap .cardSection {
        margin-bottom: 5vw;
    }

    .codeBox {
        padding: 5vw;
        border:1px solid #dedede;
        font-size: 1rem;
        background:#fff;
        word-break: break-all;
        margin:3vw 0;
    }

    .cardSection .bbs {
        height:70vh;
        width:100%;
        padding: 5vw;
        border:1px solid #dedede;
        background:#fff;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .comm2-wrap p + p {
        margin-top: 15px;
    }

    .member-splash {
        width:100%;
        height:30vh;
        margin-bottom:5vw;
        position: relative;  
    }

    .member-splash img {
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height: 30vh;
        object-fit: cover;
    }

    .qaform {
        list-style: decimal;
    }

    .qaform li {
        margin-left: 1.5em;
        margin-bottom: 1em;
    }

    .needit {
        display: inline-block;
        margin-left: 5px;
        font-size: 10px;
        font-weight: 800;
        color: #fff;
        background: #14a8c3;
        padding: 2px 4px;
        border-radius: 2px;
        margin-bottom: 5px;
    }

    .comm2-wrap input[type="submit"] {
        background: #36b1a8;
        background: -moz-linear-gradient(left, #36b1a8 0%, #14a8c3 100%);
        background: -webkit-linear-gradient(left, #36b1a8 0%,#14a8c3 100%);
        background: linear-gradient(to right, #36b1a8 0%,#14a8c3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b1a8', endColorstr='#14a8c3',GradientType=1 );
        color: #fff;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        transition: .2s;
        width: 100%;
        height: 42px;
        line-height: 42px;
        margin: 20px auto 0;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        outline: 0;
    }

    .comm2-wrap input[type="submit"]:disabled {
        background: #a7a7a7;
        background: -moz-linear-gradient(left, #cfcfcf 0%, #a7a7a7 100%);
        background: -webkit-linear-gradient(left, #cfcfcf 0%,#a7a7a7 100%);
        background: linear-gradient(to right, #cfcfcf 0%,#a7a7a7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b1a8', endColorstr='#14a8c3',GradientType=1 );
    }

    .comm2-wrap .note {
        margin:5vw 0;
        padding: 3vw;
        border:3px solid #ccc;
        box-sizing: border-box;
    }

    .qaform li span {
        display: block;
        font-weight: 700;
    }

    /* 癒しの祭典2021 playback movie */
    .playbackHeader {
        margin-bottom: 5vw;
        font-size: 1.3rem;
    }

    .playback .cont {
        width:100%;
        margin-bottom: 5vw;
        border:1px solid #ddd;
        box-sizing: border-box;
        background:#fff;
    }

    .playback .cont:nth-child(even) {
        margin-right: 0;
    }

    .playback .cont .mvbox {
        width:100%;
        height: 297px;
        overflow: hidden;
    }

    .playback .cont iframe {
        width:100%;
        height: 297px;
        vertical-align: baseline;
    }

    .playback .text-bloc {
        padding: 5vw 4vw 4vw;
        box-sizing: border-box;
    }

    .playback .text-bloc .ttl {
        font-weight: 700;
    }

    .playback .text-bloc p + p.name {
        font-size: 1.3rem;
        margin-top: 3px;
    }

    .dlform dt span {
        display: inline-block;
        background: #14a8c3;
        color:#fff;
        font-size: 10px;
        font-weight: 800;
        display: inline-block;
        vertical-align: middle;
        padding: 3px 5px;
        margin-left: 5px;
    }

    .dlform dd {
        margin-top: 5px;
    }

    #ppText {
        width: 100%;
        overflow: hidden;
        height: 200px;
        font-size: .875rem;
        overflow-y: scroll;
        padding: 20px;
        background:#fff;
        box-sizing: border-box;
        margin-bottom: 3vw;
    }

    .dlform pre {
        white-space: pre-wrap;
        width: 100%;
    }

    .comm2-wrap h2 {
        font-size: 1.725;
        margin-bottom: 30px;
    }

    .comm2-wrap h3 {
        margin-top: 5vw;
        margin-bottom: 2vw;
        font-size: 1.5rem;
        border-left: 3px solid #333;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .comm2-wrap h4 {
        margin-top: 5vw;
        margin-bottom: 2vw;
        font-size: 1rem;
        font-weight: 800;
    }

    .comm2-wrap ul,
    .comm2-wrap ol {
        margin: 5vw 0;
    }

    
}






@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }

    html, body {
        overflow-x:hidden;
    }



    /*mastHead */
    #mastHead {
        padding: 15px 0;
        color:#fff;
        font-size:.875em;
    }

    #mastHead .inner {
        width:1100px;
        margin:auto;
    }

    #mastHead #jaaLogo {
        width:30%;
        vertical-align: middle;
    }

    #mastHead #header-nav {
        width:70%;
        text-align: right;
    }

    #mastHead #header-nav ol {
        text-align: right;
    }

    #mastHead li a {
        color:#fff;
        text-decoration: none;
        display: block;
        padding:7px 12px;
        border-radius: 4px;
        transition: .2s;
    }

    #mastHead li a:hover {
        background:rgba(0,0,0,.2);
    }

    /* splash */
    #splash {
        width:100%;
        height:70vh;
        overflow: hidden;
    }

    #splash img {
        width:100%;
        height:75vh;
        object-fit: cover;
    }

    #globalHeader {
        background:#222;
        padding: 25px 0;
        margin-bottom: 70px;
    }

    #globalHeader .inner {
        width:1100px;
        margin:auto;
        color:#b7b7b7;
    }

    #globalHeader #siteNameArea {
        width:21%;
        vertical-align: middle;
    }

    #globalHeader #siteNameArea .siteName a {
        color:#fff;
        text-decoration: none;
        transition: .1s;
    }

    #globalHeader #siteNameArea .siteName a:hover {
        text-decoration: none;
        color:#FFF;
        letter-spacing: 2px;
    }

    #globalHeader #siteNav {
        width:79%;
        vertical-align: middle;
    }

    #globalHeader #siteNav ol {
        text-align: right;
    }

    #globalHeader #siteNav li {
        margin-left: 5px;
    }

    #globalHeader #siteNav li a {
        padding:5px 10px;
        display: block;
        color:#b7b7b7;
        font-size: 1em;
        text-decoration: none;
        transition: .2s;
    }

    #globalHeader #siteNav li a .material-icons {
        font-size: .525em;
        vertical-align: middle;
        margin-right: 7px;
    }

    #globalHeader #siteNav li a:hover {
        color:#fff;
    }

    .comm-wrapper .indexSection {
        margin-bottom: 50px;
        width:1100px;
        margin-left: auto;
        margin-right: auto;
    }

    .comm-wrapper .indexSection .section-title {
        font-size: 24px;
        line-height:1.5;
        margin-bottom: 20px;
    }

    .comm-wrapper .indexSection .section-title span {
        display: block;
        color:#999;
        font-size:1.4rem;
    }

    .comm-wrapper .indexSection .hello iframe {
        width:800px;
        height:auto;
        min-height:450px;
        margin:auto;
    }

    .comm-wrapper .indexSection.member-menu .sub {
        margin-bottom: 20px;
    }

    .comm-wrapper .member-menu .cont1 {
        width:340px;
        margin-right: 40px;
        margin-bottom: 40px;
    } 

    .comm-wrapper .member-menu .cont:nth-child(3n) {
        margin-right: 0;
    }

    .comm-wrapper .member-menu .cont:nth-child(7),
    .comm-wrapper .member-menu .cont:nth-child(8),
    .comm-wrapper .member-menu .cont:nth-child(9) {
        margin-bottom: 0;
    }

    .comm-wrapper .member-menu .cont1 a {
        display: block;
        transition: .2s;
        box-shadow:0 0 7px rgba(0,0,0,.2);
        outline: 0;
    }

    .comm-wrapper .member-menu .cont1 a:hover {
        box-shadow: none;
    }

    .comm-wrapper .member-menu .cont1 a .text-bloc {
        color:#fff;
        text-decoration: none;
        padding: 14px;
        box-sizing: border-box;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .comm-wrapper .member-menu .cont1 .text-bloc p {
        font-size:13px;
    }

    .comm-wrapper .member-menu .cont1 figure {
        width:340px;
        height: 140px;
        overflow: hidden;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .comm-wrapper .member-menu .cont1 figure img {
        width:340px;
        height:140px;
        transition: .1s;
    }

    .comm-wrapper .member-menu .cont1 figure img:hover {
        transform: scale(1.05);
    }

    .comm-wrapper .member-menu .cont1:hover .grad {
        background: #36b1a8; /* Old browsers */
        background: -moz-linear-gradient(left,  #5edad1 0%, #14a8c3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #5edad1 0%,#14a8c3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #5edad1 0%,#14a8c3 100%);
    }

    .comm-wrapper .forms .sub {
        margin-bottom: 20px;
    }

    .comm-wrapper .forms li {
        width:260px;
        margin-right: 20px;
    }

    .comm-wrapper .forms li:nth-child(4n) {
        margin-right: 0;
    }

    .comm-wrapper .info .btn a,
    .comm-wrapper .forms li a {
        text-decoration: none;
        text-align: center;
        display: block;
        border-radius: 5px;
        padding: 15px;
        box-sizing: border-box;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
        transition: .2s;
    }

    .comm-wrapper .info .btn a:hover,
    .comm-wrapper .forms li a:hover {
        background: #36b1a8; /* Old browsers */
        background: -moz-linear-gradient(left,  #5edad1 0%, #14a8c3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #5edad1 0%,#14a8c3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #5edad1 0%,#14a8c3 100%);
        box-shadow:inset 0 0 5px rgba(0,0,0,.1);
        letter-spacing: 2px;
    }

    .comm-wrapper .info .dev3 .ib {
        width:340px;
        margin-right: 40px;
        border:1px solid #dedede;
        padding: 28px;
        box-sizing: border-box;
        background:#fff;
        font-size:14px;
        min-height: 350px;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,.1);
    }

    .comm-wrapper .info .dev3 .ib:nth-child(3n) {
        margin-right: 0;
    }

    .comm-wrapper .info .dev3 .ib h3 {
        margin-bottom: 10px;
        font-size:15px;
        color:#14a8c3;
    }

    .comm-wrapper .info .dev3 .ib h3 span {
        vertical-align: middle;
        margin-right: 5px;
        font-size-adjust: 15px;
    }

    .comm-wrapper .info .dev3 .ib .btn {
        text-align: center;
        margin-top: 15px;
        font-size-adjust: 14px;
    }

    .comm-wrapper .info .dev3 .ib .btn a {
        padding: 5px 0;
        border-radius: 5px;
    }

    .comm-wrapper .info .dev3 .ib .tel {
        text-align: center;
        margin-top: 15px;
    }

    .comm-wrapper .info .dev3 .ib .tel span {
        color:#14a8c3;
        font-size:28px;
        font-weight: 700;
        display: block;
        line-height:1.5;
    }

    /* footer */
    #commFooter {
        background:#222;
        margin-top: 80px;
        color:#fff;
        font-size-adjust: 14px;
    }

    #commFooter .inner {
        padding: 30px;
        width:1100px;
        margin:auto;
        box-sizing: border-box;
    }

    #commFooter .comfc {
        width:30%;
        margin-right: 5%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        font-size:13px;
    }

    #commFooter .comfc:nth-child(3n) {
        margin-right: 0;
    }

    .comfc h2 img {
        filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
        width:100%;
        height:auto;
        margin-bottom: 20px;
        image-rendering: crisp-edges;
    }

    #footer-link.comfc ul:after {
        content:"";
        height:0;
        width:100%;
        display: table-cell;
        table-layout: fixed;
    }

    #footer-link.comfc li {
        float: left;
        width:50%;
        font-size:13px;
        line-height:1.9;
    }

    #footer-link.comfc li:before {
        content:"chevron_right";
        font-family: "Material Icons";
        margin-right: 5px;
        font-size:11px;
        display: inline-block;
        vertical-align: middle;
    }

    #footer-link.comfc li a {
        color:#fff;
        text-decoration: none;
    }

    #footer-link.comfc li a:hover {
        text-decoration: underline;
        color:#fff;
    }

    .comfc h2 {
        margin-bottom: 10px;
        font-size:15px;
    }

    .comfc .sns li {
        width:14%;
        text-align: center;
    }

    .comfc .sns li img {
        width:80%;
        height:auto;
    }

    .comfc .sns li img:hover {
        filter: brightness(1.25);
    }

    #copy {
        text-align: center;
        padding: 10px 0;
        font-size:13px;
    }


    /* sub */
    #mastHead.sub {
        padding: 10px 0;
    }

    #globalHeader.sub {
        padding: 10px 0;
        margin-bottom: 50px;
    }

    #globalHeader.sub a .siteName {
        color:#fff;
    }

    #globalHeader.sub #siteNav li a {
        font-size:14px;
    }

    .comm2-wrap {
        width:1100px;
        margin:0 auto 50px;
    }

    .comm2-wrap .sectionHeader {
        margin-bottom: 50px;
    }

    .comm2-wrap .page-title {
        font-size:28px;
        line-height:1.5;
    }

    .comm2-wrap .cardSection {
        margin-bottom: 50px;
    }

    .comm2-wrap .cardSection h2 {
        border-top:3px double #ddd;
        border-bottom:1px solid #ddd;
        padding: 10px;
        box-sizing: border-box;
        background:#f5f5f5;
        font-weight: 500;
        margin-bottom: 30px;
        font-size: 20px;
        margin-top: 40px;
    }

    .comm2-wrap .cardSection h3 {
        margin-top: 40px;
        margin-bottom: 20px;
        color:#14a8c3;
        font-size: 18px;
    }

    .comm2-wrap .cardSection h3:before {
        content:"filter_vintage";
        font-family: "Material Icons";
        margin-right: 5px;
    }

    /* comm2-wrap */
    .comm2-wrap a:link,
    .comm2-wrap a:active {
        color:#333;
        text-decoration: none;
    }

    .comm2-wrap a:hover {
        text-decoration: underline;
    }
   
    .comm2-wrap .subBox {
        margin-top: 20px;
        margin-bottom: 20px;
        background:rgba(23,169,194,.06);
        padding: 20px;
        box-sizing: border-box;
    }

    .comm2-wrap table,
    .comm2-wrap dl {
        margin:20px auto;
        width:100%;
    }

    .comm2-wrap table th,
    .comm2-wrap table td {
        padding: 10px;
        border-bottom:1px solid #ddd;
        text-align: left;
    }

    .comm2-wrap table th {
        background:#f2f2f2;
    }

    .comm2-wrap dl {
        border-left:5px solid #14a8c3;
        padding-left: 15px;
        box-sizing: border-box;
        
    }

    .comm2-wrap dt {
        margin-bottom: 10px;
    }

    .comm2-wrap dd:nth-child(n+2) {
        margin-top: 10px;
    }

    /* bbs */
    .comm2-wrap .bbs {
        width:100%;
        height:400px;
        overflow-y:scroll;
        overflow-x:hidden;
        background:#fff;
        padding: 28px;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .comm2-wrap .bbs .comment-body:nth-child(n+2) {
        margin-top: 30px;
        padding-top: 30px;
        border-top:1px dashed #ccc;
    }

    .comm2-wrap .bbs .comment-header {
        margin-bottom: 15px;
        font-size: 13px;
        font-weight: 700;
    }

    .comm2-wrap .btn {
        margin-top: 15px;
        display: inline-block;
    }

    .comm2-wrap .btn span a {
        padding:10px 50px;
        border-radius: 5px;
        display: block;
        color:#fff;
        position:relative;
        box-shadow:0 0 5px rgba(0,0,0,.2);
    }

    .comm2-wrap .btn span a:after {
        content:"play_circle_filled";
        font-family: "Material Icons";
        position:absolute;
        top:9px;
        right:10px;
    }

    .comm2-wrap .btn span a:hover{
        box-shadow:none;
        text-decoration: none;
    }

    .comm2-wrap .pankuzu {
        margin-top: -20px;
        font-size: 12px;
        margin-bottom: 50px;
    }

    .comm2-wrap .btn + .btn {
        margin-left: 30px;
    }

    .comm2-wrap .dlforom,
    .comm2-wrap .dlform {
        width:80%;
    }


    .comm2-wrap .dlforom dl,
    .comm2-wrap .dlform dl {
        border:none;
        padding: 0;
        width:100%;
        display: table;
        table-layout:fixed;
    }

    .comm2-wrap .dlforom dt,
    .comm2-wrap .dlform dt {
        display: table-cell;
        vertical-align: middle;
        width:30%;
    }

    .comm2-wrap .dlform dt span {
        color:#fff;
        font-size: 10px;
        line-height: 1;
        padding: 3px 5px;
        border-radius: 3px;
        background:#14a8c3;
        font-weight: 800;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

    .comm2-wrap .dlform dd {
        padding-left: 10px;
    }

    .comm2-wrap .dlform input[type="text"],
    .comm2-wrap .dlform input[type="email"],
    .comm2-wrap .dlform input[type="url"],
    .comm2-wrap .dlform select,
    .comm2-wrap .dlform textarea,
    .comm2-wrap .dlform input[type="tel"],
    .comm2-wrap .dlform textarea {
        width:100%;
        border:1px solid #ccc;
        padding: 10px;
        box-sizing: border-box;
    }


    .comm2-wrap .dlform .bold01 {
        display: block;
        font-size: 13px;
    }

    .comm2-wrap .dlforom input[type="submit"],
    .comm2-wrap .dlform input[type="submit"] {
        background: #36b1a8; /* Old browsers */
        background: -moz-linear-gradient(left,  #36b1a8 0%, #14a8c3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #36b1a8 0%,#14a8c3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #36b1a8 0%,#14a8c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b1a8', endColorstr='#14a8c3',GradientType=1 ); /* IE6-9 */
        color:#fff;
        box-shadow:0 0 5px rgba(0,0,0,.2);
        transition: .2s;
        width:280px;
        height:42px;
        line-height:42px;
        margin:30px auto 0;
        border:none;
        border-radius: 5px;
        cursor: pointer;
        outline: 0;
    }

    .comm2-wrap .dlforom input[type="submit"]:active,
    .comm2-wrap .dlform input[type="submit"]:active {
        box-shadow:none;
        background: -moz-linear-gradient(left,  #5bc9c1 0%, #14a8c3 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #5bc9c1 0%,#14a8c3 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #5bc9c1 0%,#14a8c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    
    }

    .comm2-wrap .dlform input[type="submit"]:disabled {
        background: #a7a7a7; /* Old browsers */
        background: -moz-linear-gradient(left,  #cfcfcf 0%, #a7a7a7 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #cfcfcf 0%,#a7a7a7 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #cfcfcf 0%,#a7a7a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b1a8', endColorstr='#14a8c3',GradientType=1 ); /* IE6-9 */
    }

    .comm2-wrap .codeBox {
        border:1px solid #dedede;
        padding: 15px;
        background:#fff;
        box-sizing: border-box;
        font-size: 13px;
        word-break: break-all;
        margin-top: 10px;
    }

    .comm2-wrap .dlform .your-aco,
    .comm2-wrap .dlform .your-num {
        display: inline-block;
        vertical-align: middle;
        width:30%;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .comm2-wrap .dlform .your-aco {
        margin-left: 0;
        margin-right: 10px;
    }

    .page-id-3974 .subBox h3 {
        margin-top: 0;
    }

    .member-splash {
        width:100%;
        height:70vh;
        margin-bottom: 80px;
        position: relative;  
        margin-top: -50px; 
    }

    .member-splash img {
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height: 70vh;
        object-fit: cover;
    }

    .dlform .needit {
        display: inline-block;
        margin-left: 5px;
        font-size: 10px;
        font-weight: 800;
        color:#fff;
        background:#14a8c3;
        padding:2px 4px;
        border-radius: 2px;
    }

    .dlform dt {
        font-weight: 300;
    }

    .comm2-wrap ul {
        list-style: disc;
    }

    .comm2-wrap ol {
        list-style: decimal;
    }

    .comm2-wrap li {
        margin-left: 1.5em;
    }

    .comm2-wrap li + li {
        margin-top: .5rem;
    }

    .qaform li span {
        display: block;
        font-weight: 700;
    }

    .comm2-wrap .note {
        margin:30px 0;
        padding: 20px;
        border:3px solid #ccc;
        box-sizing: border-box;
    }

    /* 癒しの祭典2021 playback movie */
    .playbackHeader {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .playback .cont {
        width:48%;
        margin-right: 4%;
        margin-bottom: 30px;
        border:1px solid #ddd;
        box-sizing: border-box;
        background:#fff;
    }

    .playback .cont:nth-child(even) {
        margin-right: 0;
    }

    .playback .cont .mvbox {
        width:100%;
        height: 297px;
        overflow: hidden;
    }

    .playback .cont iframe {
        width:100%;
        height: 297px;
        vertical-align: baseline;
    }

    .playback .text-bloc {
        padding: 30px 25px 25px;
        box-sizing: border-box;
    }

    .playback .text-bloc .ttl {
        font-weight: 700;
    }

    .playback .text-bloc .name {
        font-size: 14px;
    }

    .comm2-wrap .dlform dl + dl {
        margin-top: 30px;
    }

    .dlform dd * + p {
        margin-top: 10px;
    }

    #ppText {
        width: 100%;
        overflow: hidden;
        height: 200px;
        font-size: .875rem;
        overflow-y: scroll;
        padding: 20px;
        background:#fff;
        box-sizing: border-box;
        margin-bottom: 3vw;
    }

    .dlform pre {
        white-space: pre-wrap;
        width: 100%;
    }

    .nintei-areas .inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }

    .nintei-areas h3 {
        margin-top: 0;
    }

    .comm2-wrap h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .comm2-wrap h3 {
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 18px;
        border-left: 3px solid #333;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .comm2-wrap h4 {
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 800;
    }

    .comm2-wrap ul,
    .comm2-wrap ol {
        margin: 30px 0;
    }
}


.comm2-wrap .dlform .mwform-tel-field input,
.comm2-wrap .dlform .mwform-zip-field input {
    width: 20%;
}