@charset "UTF-8";

/**　インデックス　**/
.under_index{
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid 1px #ccc;
}
.under_index h2{
    font-size: 17px;
    line-height: 1em;
    font-family: "ヒラギノ角ゴ W5 JIS2004";
    margin-bottom: 1.5em;
    border-left: solid 4px #F8BA00;
    padding: 0 0 0 1em;
}
.article_index{
    display: flex;
    flex-wrap: wrap;
}
.article_index a{
    border-bottom: solid 1px #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width: 100%;
}
.article_index a:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}
.article_index dl{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.article_index dl dt{
    width: 20%;
    max-width: 150px;
}
.article_index dl dd{
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    font-family: "ヒラギノ角ゴ W4 JIS2004";
}
.article_index dl dd span{
    color: #808080;
    width: 100%;
    text-align: right;
    font-size: 0.8em;
    display: block;
    margin-top: 1em;
}



/** 記事　**/
.under_article{
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid 1px #ccc;
}
.under_article h2{
    font-family: "ヒラギノ角ゴ W5 JIS2004";
    font-size: 18px;
    margin-bottom: 0.5em;
    line-height: 1.4;
}
.under_article h2 span{
    font-size: 15px;
    display: block;
}
.under_article .section-layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    color: #808080;
    margin-bottom: 1em;
}
.under_article .section-layout ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}
.under_article .section-layout ul li a{
    color: #F8BA00;
}
.under_article .section-layout ul li+li{
    margin-left: 1em;
}
.under_article .mv{
    margin-bottom: 2em;
}
.under_article .mv img{
    border: solid 2px #FEAE00;
}
.under_article .mv span{
    font-size: 13px;
    color: #808080;
}
.under_article .mv.close-mv{
    position: relative;
}
.under_article .mv.close-mv::before{
    content: "本イベントは終了いたしました。\Aたくさんのご参加ありがとうございました。";
    white-space: pre;
    background-color: rgba(0,0,0,0.8);
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 4px);
    height: 98%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "ヒラギノ角ゴ W5 JIS2004";
}
.under_article .sentence{
    margin-bottom: 2em;
    font-size: 16px;
}
.under_article .sentence.mb4em{
    margin-bottom: 4em;
}
.under_article .sentence:last-child{
    margin-bottom: 0;
}
.under_article .sentence p{
    line-height: 1.7;
    margin-bottom: 1em;
}
.under_article .sentence .insta a{
    font-family: "新ゴ DB";
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 1em;
    width: 18em;
}
.under_article .sentence .insta a::before{
    content: "";
    background: url("/img/logo_insta.png") no-repeat left center;
    background-size: contain;
    width: 2.8em;
    height: 2.8em;
    margin-right: 20px;
}
.under_article .sentence.fair p{
    padding: 0 0 1.5em 1em;
}
.under_article .sentence.fair p span,
.under_article .sentence.kouza p span{
    font-family: "ヒラギノ角ゴ W5 JIS2004";
    display: block;
    font-size: 1.1em;
}
.under_article .sentence.kouza{
    border-top: solid 1px #555;
    padding-top: 2em;
}
.under_article .sentence.kouza p{
    margin-bottom: 2em;
}
.under_article .connection{
    border: solid 1px #F8BA00;
    margin: 0 auto 2em;
    width: calc(94% - 2em);
    padding: 1em;
}

.under_article .connection p{
    margin-bottom: 0.5em;
}
.under_article .connection p a{
    color: #0076BA;
    text-decoration: underline;
    line-height: 1.3;
    font-size: 14px;
}
.inq-phone{
    margin-bottom: 3em;
}
.inq-phone img{
    width: 90%;
    max-width: 600px;
    margin: auto;
    display: block;
}
.application{
    background-color: #00a7c7;
    width: 90%;
    max-width: 700px;
    margin: 2em auto;
    border-radius: 50px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.application:hover{
    background-color: #02a36a;
    opacity: 1;
}
.application a{
    color: #fff;
    display: block;
    width: 100%;
    padding: 0.5em 0;
}
.application a:hover{
    opacity: 1;
}
.under_article .img-space{
    margin: 0 auto 1em;
}
.under_article h3{
    margin: 1em 0 2em;
    font-family: "ヒラギノ角ゴ W5 JIS2004";
    font-size: 17px;
}
.under_article h3 span{
    font-size: 14px;
    display: block;
}
.under_article h4{
    margin: 0 0 1em;
    font-family: "ヒラギノ角ゴ W4 JIS2004";
    font-size: 17px;
}
.under_article h4::before{
    content: "■";
    color: #FEAE00;
}
.under_article .fair h4:last-child,
.under_article .kouza h4:last-child{
    font-size: 1.2em;
}
.under_article .fair h4::before,
.under_article .kouza h4::before{
    content: none;
}
.under_article h4.beginner,
.under_article h4.level1,
.under_article h4.morning,
.under_article h4.afternoon{
    width: calc(100% - 4em);
    margin-left: 4em;
}
.under_article h4.beginner::before,
.under_article h4.level1::before,
.under_article h4.morning::before,
.under_article h4.afternoon::before{
    width: 3em;
    height: 3em;
    display: inline-block;
    margin: 0 0 -2em -4em;
    padding-right: 1em;
}
.under_article h4.beginner::before{
    content: "";
    background: url(/article/news/img/icon_beginner.svg) no-repeat;
    background-size: contain;
}
.under_article h4.level1::before{
    content: "";
    background: url(/article/news/img/icon_level1.svg) no-repeat;
    background-size: contain;
}
.under_article h4.morning::before{
    content: "";
    background: url(/article/news/img/icon_morning.svg) no-repeat;
    background-size: contain;
}
.under_article h4.afternoon::before{
    content: "";
    background: url(/article/news/img/icon_afternoon.svg) no-repeat;
    background-size: contain;
}
.under_article h4 span{
    display: block;
    font-size: 0.8em;
    margin-top: 0.1em;
}

.under_article h5{
    margin: 0 0 0.5em;
    font-family: "ヒラギノ角ゴ W4 JIS2004";
}
.event-close{
    font-family: "ヒラギノ角ゴ W4 JIS2004";
    font-size: 18px;
    color: #f00;
    margin: 0 0 1em;
}
.under_article .event062805 dl{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 1em;
}
.under_article .event062805 dl dt span{
    font-family: "ヒラギノ角ゴ W4 JIS2004";
    display: block;
    margin: 0;
}
.under_article .event062805 dl dd{
    padding: 0 0 0 1em;
    margin: 0 auto 1em;
}
.under_article .event062805 dl dd ul{
    display: flex;
    flex-wrap: wrap;
}
.under_article .event062805 dl dd ul li{
    width: 100%;
    margin-left: 1em;
}
.under_article .event062805 dl dd ul li::before{
    content: "〇";
    margin-left: -1.5em;
    padding-right: 0.5em;
}

.under_article .question{
    margin-bottom: 0.5em;
    width: 100%;
    font-family: "ヒラギノ角ゴ W5 JIS2004";
}
.under_article dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    border-bottom: dashed 1px #777;
}
.under_article dl:last-child{
    border-bottom: none;
}
.under_article dl.kaijo5 dt,
.under_article dl.kaijo7 dt{
    width: 100%;
}
.under_article dl.kaijo5 dd,
.under_article dl.kaijo7 dd{
    width: 100%;
    margin-bottom: 0.5em;
}
.under_article dl.kaijo5 dd:last-child,
.under_article dl.kaijo7 dd:last-child{
    text-align: right;
    font-size: 0.9em;
    margin-top: 0.5em;
    width: 100%;
}
.under_article dl.kaijo5 dd:last-child a,
.under_article dl.kaijo7 dd:last-child a{
    text-decoration: underline;
}
ul.annotation{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 1px #777;
}
ul.annotation li{
    margin-left: 2em;
}
ul.annotation li::before{
    content: "※";
    margin-left: -1.5em;
    padding-right: 0.5em;
}


.float-img{
    float: left;
}
.float-left {
  overflow: hidden;
}
.float-left .space {
    height: 100%;
    width: 1px;
}
.float-left .img {
  float: right;
  clear: both;
  margin: 0.5em 0 0 1.2em;
}
.float-left .img img {
  height: 150px;
}



/** 動画　**/
#moviePlay{
    position: relative;
}
#moviePlay img.thumbnail{
    width: 30%;
}
#moviePlay a:nth-child(2) img{
    position: absolute;
    right: calc(30% + 5px);
    bottom: 10px;
}
#moviePlay a:nth-child(3) img{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.under_article ul.tel_space li:nth-child(2) img {
    width: 100%;
}
.under_article ul.tel_space li:nth-child(3) {
    display: none;
}


/** 資料請求　**/
.under_article ul.tel_space {
    display: flex;
    flex-wrap: wrap;
}
.under_article ul.tel_space li:nth-child(1) {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
}
.under_article ul.tel_space li:nth-child(1) img {
    width: 40%;
}
.under_article ul.tel_space li:nth-child(2) img {
    width: 100%;
}

.under_article .fax_data{
    text-align: center;
}
.under_article .fax_data ul {
    border: solid 1px #555;
    padding:1em;
    margin:1em 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
}
.under_article .fax_data ul li {
}




.under_article #map{
    margin-top: -60px;
    padding-top: 60px;
    width: 100%;
}
.under_article #map ul.address-map{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 2em auto 0;
    width: 100%;
    border-top: solid 1px #777;
    padding-top: 3em;
}
.under_article ul.address-map li{
    margin-bottom: 2em;
    max-width: 350px;
}
.under_article ul.address-map li span{
    font-size: 0.9em;
    display: block;
}
.under_article ul.address-map li img{
    width: 100%;
    margin-bottom: 0.5em;
}
.under_article .sentence.kouza ul.address-map li p{
    font-family: "ヒラギノ角ゴ W5 JIS2004";
    display: block;
    margin: 0 0 0.5em;
    padding: 0;
    line-height: 1em;
}


@media (min-width: 751px) {
.under_index h2{
    font-size: 23px;
    line-height: 1.5em;
    margin-bottom: 2.5em;
    border-left: solid 6px #F8BA00;
}
.under_article h2 {
    font-size: 26px;
}
.under_article h2 span {
    font-size: 20px;
}
.under_article h3{
    font-size: 22px;
}
.under_article h3.size20{
    font-size: 20px;
}
.under_article h3 span{
    font-size: 19px;
    margin-left: 1em;
    display:inline-block;
}
.application{
    font-size: 20px;
}
.under_article .img-space{
   display: block;
    width: 100%;
    max-width: 876px;
}
.under_article .img-space img{
    width: auto;
    object-fit: cover;
}
.float-left .img img {
  height: 255px;
}
.under_article h4 {
    font-size: 21px;
}
.under_article .connection p a{
    font-size: 16px;
}
    
.event-close {
    font-size: 22px;
}
.under_article .event062805 dl dt span {
    font-size: 20px;
}

#moviePlay img.thumbnail{
    width: auto;
    height: 100px;
}
#moviePlay a:nth-child(2) img{
    position: absolute;
    right: 0;
    bottom: 10px;
}
#moviePlay a:nth-child(3) img{
    position: absolute;
    right: 0;
    bottom: 110px;
}
.under_article dl.kaijo5 dt{
    width: 8.5em;
}
.under_article dl.kaijo5 dd{
    width: calc(100% - 11em);
    margin-left: 0.5em;
}
.under_article dl.kaijo7 dt{
    width: 7em;
}
.under_article dl.kaijo7 dd{
    width: calc(100% - 7.5em);
    margin-left: 0.5em;
}
    

/** 資料請求　**/
.under_article ul.tel_space {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 4em auto 2em;
}
.under_article ul.tel_space li:nth-child(1) {
    text-align: center;
    width: calc(20% - 1em);
    margin: 0 1em 0 0;
}
.under_article ul.tel_space li:nth-child(1) img {
    width: 100%;
}
.under_article ul.tel_space li:nth-child(2) {
    width: 55%;
}
a[href^="tel:"] {
    pointer-events: none;
}
.under_article ul.tel_space li:nth-child(3) {
    display: block;
    text-align: center;
    width: calc(20% - 1em);
    margin: 0 0 0 1em;
}

/** 220714 **/
.under_article .mv.close-mv::before{
    font-size: 23px;
    width: calc(100% + 4px);
    height: 98%;
}
.under_article #map{
    margin-top: 2em;
    padding-top: 2em;
}
.under_article #map ul.address-map{
    margin: 0 auto;
    padding-top: 5em;
}
.under_article ul.address-map li{
    margin-bottom: 1.5em;
    width: 40%;
}
.under_article dl {
    margin-bottom: 3em;
    padding-bottom: 2em;
}
ul.annotation{
    padding-bottom: 3em;
}
}

@media (min-width: 1401px) {
}


