@charset "utf-8";
/*
Theme Name: harmony
Theme URI: harmony
Description: harmony
Author: harmony
Template: harmony-base
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

:root {
  --theme-color: #45cad3 ;/*メインカラー ブルー系*/
  --sub-color: #feed01 ;/*黄色系カラー*/
  --color-pink: #ea6097;/*ピンク系カラー*/
  --color-green: #7dbb28;/*緑系カラー*/
  --color-gray:#f8f8f8;/* 薄いグレイ*/
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
}

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

body,
body:lang(ja) {
    color: #333;
    font-size: 17px;
    font-size: clamp(1.38rem, 1.38rem + ((1vw - 0.2rem) * 0.4), 1.6rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.7;
}
body.home,
footer{
    background: var(--color-gray);
}

a img {
  border-style: none;
  opacity: 1;
  transition: all .3s;
}
a img:hover{
  opacity: 0.75;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

@media screen and (min-width: 980px) {
	.hrefoff > a{
	    pointer-events:none;
	    text-decoration:none;
	    color:initial;
	}
	.hrefoff > a:hover{
	}
	.hrefoff > a:active{
	    pointer-events: none;
	}
}

.txt-center{text-align:center;}
.txt-left{text-align:left;}
.txt-right{text-align:right;}

.bg-white{background:#FFF}

.site-header {
    border-bottom: none;
    margin-bottom: 4rem;
}

#page{
	overflow: hidden;
}
.main-header-content{
	display:flex;
}

.top-bar-content, .main-header-content, .featured-entry-content, .home-header-content, .jumbotron-content, .site-content, .container-content, .footer-widget-content{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
}

.top-bar {
    font-size: 90%;
    background:transparent;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: -37px;
}
.top-bar-content{
    display: flex;
    align-items: center;
    margin: 0 12px;
}


.main-header-clone-show .top-bar-content{
    display:none;
}

.top-bar-main {
    color: initial;
    font-size: 80%;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 24px;
}

/*----------------------*/
/*---search custom by google*/
/*----------------------*/
.bar-search{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bar-search > div:first-of-type{
    min-width:250px;
    line-height: 1.65;
}
.bar-search table,table.gsc-search-box td.gsc-input,table.gsc-search-box td.gsc-input{padding:0 !important;margin:0 !important;}
.bar-search table th,
.bar-search table td{
  border:0px #FFF solid;
  padding:0;margin:0 ;
}

form.gsc-search-box{
  margin-bottom: 0px !important;
}


input.gsc-input{background-position: 4px center !important;}
.gsc-control-cse{
    border: 0px solid #FFFFFF !important;
    background-color: transparent !important;
    padding:2px !important;
}

/*----------------------*/
/*---language */
/*----------------------*/
.bar-lang{
	position:relative;
	margin:0 24px;
}
.chglang{
	position:relative;
}
.chglang:before{
    content: "\f0ac";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    color: #7ba9b6;
    background: #000;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 3px 0 0;
    font-size: 18px
}

.megaMenu {
  right: -9999px;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  min-width: 210px;
  border-radius:10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.megaMenu-wrap{
  border: 1px solid #DDD;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.megaMenu-list {
  padding: .5em;
  margin: 0;
  list-style-type: none;
  text-align: left;
}
.megaMenu-list li{
  margin-left: .5em;
  margin-bottom:.5em;
  position:relative;
}
.megaMenu-list li:before{
    content: "\f061";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    color: #7ba9b6;
}


/* メニューをhoverした時のスタイル */
.bar-lang:hover .megaMenu {
  opacity: 1;
  visibility: visible;
  right:auto;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index:99;
}




/*ヘッダータイトルエリア*/
.jumbotron,
.jumbotron-overlay{background-color:#f8f8f8;}
.jumbotron-content{
	text-align:left;
    position: relative;
    padding-bottom: 2.4em;
    padding-top: 1.6em;
}

.jumbotron-content::after{
    content: "";
    background-image: url(images/mimo_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    width: 8.4%;
    height: 100%;
    display: block;
    position: absolute;
    right: 26px;
    top: 0;
    transform: rotate(0);
}

.jumbotron-title{
	color:#000;
    letter-spacing: 0;
    padding-bottom: 0.26em;
    text-shadow: none;
    position:relative;
}
.jumbotron-title::before{
    content: '';
    background-color: var(--theme-color);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 48px;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.jumbotron-title::after{
    content: '';
    background-color: var(--sub-color);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 48px;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 48px;
}


.drawer-hamburger{
    padding: 20px 5px;
    width: 33px;
    min-width: 33px;
}
.drawer-hamburger-icon:before {
    top: -8px;
}
.drawer-hamburger-icon:after {
    top: 8px;
}

.drawer-navigation .dropdown-toggle {
    background-color: transparent;
    outline: 0;
    padding: 0;
    position: absolute;
    right: -7px;
    top: 14px;
    line-height: 28px;
    background: var(--sub-color);
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
.drawer-navigation .dropdown-toggle:after {
    content: "\2b";
}
.drawer-navigation .dropdown-toggle.toggled-on:after {
    content: "\f068";
}
.drawer-navigation-content {
    padding: 75px 20px 60px 45px;
}


.title-term{
    position: absolute;
    top: 2.4em;
    left: auto;
}


/*----------------------*/
/* パンくず*/
/*----------------------*/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0 1em;
    margin: 0;
    list-style: none;
    border-radius: 0;
    font-size: 80%;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    margin-right: 10px;
    font-family: fontawesome;
    content: "\f105";
    margin-left: 5px;
    font-size: .8rem;
    line-height: 1;
    position: relative;
    top: -2px;
    translate: none;
}
@media screen and (max-width: 539.88px) {
	.breadcrumb {
		padding:1em 0;
	}
}


/*----------------------*/
/* ナビゲーションメニュー*/
/*----------------------*/

.main-navigation .menu > li > a{
	position:relative;
	font-size:80%;
	padding-top:2.2em;
}
.main-navigation .menu > li > a:before{
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 38px;
    height: 38px;
    top: 1em;
    left: 50%;
    transform: translate(calc(-50% - 3px), -50%);
    -webkit-transform: translate(calc(-50% - 3px), -50%);
    -ms-transform: translate(calc(-50% - 3px), -50%);
}
.main-navigation .menu > li.nav_oshirase > a:before{
    background-image: url("images/nav_oshirase.svg");
}
.main-navigation .menu > li.nav_about > a:before{
    background-image: url("images/nav_about.svg");
    top: .8em;
}
.main-navigation .menu > li.nav_shisetsuriyo > a:before{
    background-image: url("images/nav_shisetsuriyo.svg");
}
.main-navigation .menu > li.nav_hall > a:before{
    background-image: url("images/nav_hall.svg");
}
.main-navigation .menu > li.nav_kouza > a:before{
    background-image: url("images/nav_kouza.svg");
}
.main-navigation .menu > li.nav_faq > a:before{
    background-image: url("images/nav_faq.svg");
    top: 1.1em;
}
.main-navigation .menu > li.nav_access > a:before{
    background-image: url("images/nav_access.svg");
}

@media screen and (max-width: 979.777px) {
	.main-navigation  .menu > li > a{
		font-size:1em;
		position:relative;
		padding-top:initial;
	}
	.main-navigation  .menu > li > a:before{
        width: 26px;
        height: 26px;
        top: 50%;
        left: 0;
        transform: translate(-120%, -50%);
        -webkit-transform: translate(-120%, -50%);
        -ms-transform: translate(-120%, -50%);
	}
	.main-navigation .menu > li.nav_about > a:before{
	    top: .4em;
	}
	.main-navigation .menu > li.nav_faq > a:before {
	    top: 0.56em;
	}
	.main-header-content .top-bar{display: none;}
    .main-header {
        padding-bottom: 10px;
        padding-top: 10px;
    }
	.site-branding {
		padding-bottom: 0px;
	}
	.drawer-navigation{
	    border-radius: 30px 0 0 0;
	}

	.drawer-navigation ul li li {
	    padding-bottom: 8px;
	    padding-top: 8px;
	    border-bottom: 1px solid #DDD;
	}
	.drawer-navigation ul li li:last-child {
	    padding-bottom: 8px;
	}

	.top-bar{
		position: relative;
		right: auto;
		top: 0;
		padding-bottom:100px;
	}
	.top-bar-main{margin-bottom:0 !important;}
	.top-bar-content {
	    align-items: center;
	    margin: 0 auto;
	    justify-content: center;
	    flex-flow: column;
	    position: relative;
	    left: -15px;
	}

	.bar-lang {
	    position: relative;
	    margin: 20px auto 0;
	    text-align: center;
	}
	.megaMenu {
	    right: auto;
	    opacity: 1;
	    position: relative;
	    text-align: center;
	    transition: opacity .3s, visibility .3s;
	    visibility: visible; 
	    width: 100%;
	    border-radius: 0;
	    box-shadow: none;
	}
	.megaMenu-wrap{
		border: none;
		box-shadow: none;
	}
	.chglang{}
	.megaMenu-list {
	    line-height: 1.6;
	    padding: 0;
	    margin: 0 !important;
	    list-style-type: none;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	}
	.megaMenu-list li {
	    margin: 0.5em;
	    padding: 0 !important;
	}
	.top-bar .header-social-link {
	    display: block;
	}
}



@media screen and (min-width: 782px) {
    .top-bar-content, .main-header-content{
        max-width: 1200px;
        position: relative;
    }
    .drawer-navigation-content {
	    padding: 110px 30px 60px 60px;
    }

     .home-header-content{
        max-width: 960px;
    }
    .jumbotron-content {
        padding-bottom: 2.8em;
        padding-top: 2em;
    }
	.title-term{
	    top: 2.7em;
	    left: auto;
	}
}
@media (min-width: 980px) and (max-width: 1117px) {
    .main-header-content {
         justify-content: center;
         flex-direction: column;
    }
    .main-header {
         padding-bottom: 15px;
    }
    .site-branding {
        padding-right: 0px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media screen and (min-width: 980px) {
/*    .main-navigation a {
        padding-left: 15px;
        padding-right: 15px;
    }
*/
    .main-navigation div.menu > ul > li.page_item_has_children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after, .main-navigation div.menu > ul > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.menu-item-has-children > a:after {
        content: "\f107";
        color:#ababab;
        font: normal 14px / 1 FontAwesome;
        -webkit-font-smoothing: antialiased;
        margin-left: 2px;
        translate: none;
    }
    .main-navigation ul ul{
        border-radius: 10px;
    }
    .main-navigation ul ul li:first-child a{
        border-top: none;
    }

    .jumbotron-content {
        padding-bottom: 60px;
        padding-top: 50px;
    }

    .three-column .site-content, .has-sidebar .site-content, .footer-widget-content {
        max-width: 1200px;
    }
    .has-sidebar .content-area {
        width: 76%;
    }
    .has-sidebar .sidebar-area {
        width: 20%;
    }
	.title-term{
	    top: 3.6em;
	}
    .footer-widget-wrapper {
        justify-content: center;
        align-items: center;
    }
}



.no-sidebar .entry-header{text-align:left}
.entry-meta{
    font-size: 1.1rem;
    text-align: right;
}

.entry-meta time::before{
	content:"";
    font-family: fontawesome;
    content: "\f017";
    margin-right:2px;
    translate: none;
}



/*archive common*/
.post-list .hentry {
    display: flex;
    background: #f8f8f8;
    padding: 26px;
    border-radius: 20px;
    margin-bottom: 3rem;
}
.post-list .post-thumbnail {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 2%;
    flex-basis: 18%;
}

.meta-wrap{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}

.event-date{
    line-height: 1.2;
    margin-right:1em;
    margin-bottom: .5rem;
}




.cat-links {
    display:flex;
    flex-wrap:wrap;
    margin:0;padding:0;
    letter-spacing: 0.08em;
}
.cat-links a{
    list-style-type: none;
    padding: 2px 5px 3px;
    margin-right: 5px;
    border: 2px solid var(--theme-color);
    line-height: 1.2;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
}
.category-sep{display:none;}

.term-wrap{
	margin-bottom:.5rem;
}
.term_list{
    display:flex;
    flex-wrap:wrap;
    margin:0;padding:0;
    letter-spacing: 0.08em;
}

.term_list li{
    list-style-type: none;
    padding: 2px 5px 3px;
    margin-right: 5px;
    background: var(--color-pink);
    line-height: 1.2;
    border-radius: 3px;
    font-size: 1rem;
}
.term_list a,.term_list a:hover{
	font-weight:bold;
	text-decoration: none;
	color:#FFF;
}

.post-thumbnail img {
    border-radius: 10px;
}


/*ホール催事年月検索用*/
.search_date{
	margin-bottom:.5em
}


@media screen and (min-width: 540px) {
    .post-list .post-thumbnail {
        flex-basis: 15%;
    }
}

/*----------------------*/
/*見出し用*/
/*----------------------*/
.entry-title,
.midashi-M{
    position: relative;
    margin: 0em 0 1em;
    line-height: 1.3;
    padding: 0 0 0 1.1em;
    letter-spacing: 2px;
}
.entry-title:not(:first-child),
.midashi-M:not(:first-child){
    margin: 1.3em 0 1em;
}
.entry-title:before ,
.midashi-M:before {
    content: "";
    position: absolute;
    left: 0;
    width: .8em;
    height: .8em;
    background-color: var(--sub-color);
    top: 0.2em;
    border-radius: 50%;
}
.entry-title:after,
.midashi-M:after {
    content: "";
    position: absolute;
    left: .4em;
    width: .5em;
    height: .5em;
    background-color: var(--theme-color);
    top: 0.8em;
    border-radius: 50%;
}

.midashi-under {
  position: relative;
  display: block;
  margin-bottom: 1em;
}
.midashi-under:before {
    content: '';
    position: absolute;
    bottom: -.5em;
    display: inline-block;
    border-radius: 3px;
    min-width: 98px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--theme-color);
    width: 12%;
}
.midashi-under.bgbk:before {
    background-color: #000;
}

.line_wrap {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}





/*----------------------*/
/*カテゴリリスト出力用*/
/*----------------------*/
.term_search{
	margin: 0;
	list-style-type:none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: .3rem 1rem;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;

}
.term_search li{
    padding: 0.20em .66em .3em;
    margin: .3rem;
    font-size: .8em;
    border-radius: 15px;
    /* letter-spacing: 0; */
    line-height: 1.1;
}
.term_search li a{
    text-decoration: none;
}
.term_search li.psellected,
.term_search li.csellected{
    background:var(--theme-color);
    color:#FFF;

}
.term_search li.psellected a,
.term_search li.csellected a{
    color:#FFF;
}

.term_search.child{
	padding-top:.3em;
	margin-bottom: 1.6em;
	border:none;
}
.term_search.child li::after{
    margin-left:3px;
}


/* footer */
.ft-logo{max-width:220px;margin:0 auto}
.ft-sdgs{max-width:360px;margin:0 auto}
.ft-wrap-center{
    width: 19.6em;
    margin: 0 auto;
}
.site-bottom {
    background-color: #f4f5f6;
    text-align: center;
    background-image: url(images/foot.webp);
    background-position: center;
    background-size: 108%;
    padding: 22vw 0;
    background-repeat: no-repeat;
}
.ls-005{letter-spacing: -0.05em;}

.back-to-top {
    background-color: transparent;
    background-image: url(images/top.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 90px;
    position: fixed;
    right: 20px;
    width: 45px;
    z-index: 2;
    transition: .15s ease-in-out;
}
.back-to-top:before{
	display:none;
}

/*---------------------------------------*/
/*---------------------------------------*/
/*トップ*/
/*---------------------------------------*/
/*---------------------------------------*/
.home-header,
.home-header-overlay {
    background-color: transparent;
}

.home-header {
    background-color: transparent;
    background-position: 14vw center;
    background-size: 90%;
    background-repeat: no-repeat;
    height: calc(90vw / 1.6);
    margin: 10px auto;
    position:relative;
}

.home-header-title {
    position: absolute;
    writing-mode: vertical-rl;
    line-height: 1.6;
    right: 14%;
    top: 17%;
    font-size: clamp(1.4rem, 1.1037rem + 1.4815vw, 2.4rem);
}

.mimo-header{
    max-width: 20%;
    position: absolute;
    top: 48%;
    left: 11%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.float_01 {
  animation : float_01 4s infinite ease-in-out .8s alternate;
  display   : inline-block;
  transition: 1.5s ease-in-out;
}

@keyframes float_01 {
  0% {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: translate(calc(-50% - 2px), calc(-50% + 15px));
  }

  100% {
    transform: translate(calc(-50% + 2px), calc(-50% - 10px));
  }
}



.img-wrap{position:relative;}
.img-wrap img{
	border-radius:15px;
}

span.new{
    position: absolute;
    color: #000;
    background: var(--sub-color);
    transform: rotate(-20deg);
    font-weight: 700;
    left: 7px;
    top: 14px;
    z-index: 10;
    font-size: 10px;
    min-width: 4.5em;
    text-align: center;
    border: 1px solid #000;
    letter-spacing: 1px;
}

/*---------------------------------------*/
/*information*/
/*---------------------------------------*/
.inner-wrap{
    position:relative;
}

.inner-wrap::before{
    content: "";
    width: 12%;
    min-width: 100px;
    height: 72px;
    background-image: url(images/info.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -34px;
    left: 24%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
.inner-wrap::after{
    content: "";
    width: 45%;
    padding-top: 45%;
    border-radius: 50%;
    background: #feed01;
    position: absolute;
    top: 5%;
    right: -45%;
    transform: translate(-50%, 8%);
    -webkit-transform: translate(-50%, 8%);
    -ms-transform: translate(-50%, 8%);
    z-index: -2;
}

.art-info{
    border-top: 3px dotted #686868;
    padding: .7em 1.6em .7em .4em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position:relative;
}

.art-info :before{
    font: normal 0.8em / 1 FontAwesome;
    color: #000;
    font-weight: 900;
    display: block;
    content: "\f061";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    background: #FFF;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    line-height: 1.8;
    text-align:center;
    translate: none;
}
.art-info .cat-links{margin-right:1em;}

.upd_date{min-width: 5.5em;}

.title_info{
	display: flex;
    align-items: center;
    position:relative;
    font-size: clamp(2.2rem, 2.4rem + ((1.2vw - 0.2rem) * 0.845), 3.8rem);

}
.title_en{
    background: #000;
    color: #FFF;
    padding: 0 1em .1em;
    font-size: 1.3rem;
    border-radius: 50px;
    margin: .3rem 0 0 1em;
    letter-spacing: .04rem;
}
.title_info::before{
    content: "";
    width: 64%;
    padding-top: 64%;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    top: 0%;
    left: 6%;
    transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    z-index: -2;
}

/*---------------------------------------*/
/*seminar*/
/*---------------------------------------*/
.seminar{
	position:relative;
    padding-top: 1em;
}
.seminar::before{
    content: "";
    background-image: url(images/kouza-haikei.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.title_main{
	display:inline-block;
	position:relative;
	font-size: clamp(2.2rem, 2.4rem + ((1.2vw - 0.2rem) * 0.845), 3.8rem);
}

.seminar .title_main::before{
    content: "";
    background-image: url(images/mimo-illust.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 1.8em;
    padding-top: 50%;
    position: absolute;
    top: 50%;
    left: -1.6em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.seminar-wrap{
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
	margin-right:-1%;
	margin-left:-1%;
	position:relative;
}
/*
.seminar-wrap:before{
    content: "";
    background: #c5f1fc;
    position: absolute;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: none;
    height: 105%;
    top: 14vw;
    z-index: -1;
}
*/


.art-seminar{
    width: 31.333%;
    margin: 1%;
    background: #FFF;
    border-radius: 16px;
    padding: 15px;
    position:relative;
    box-shadow: 0px 5px 10px -8px #777777;
}

.art-seminar .term_list{
    position: absolute;
    bottom: 1rem;
    left: -.5rem;
}


.bg-seminar{
    background: #fdf296;
    display: block;
    border-radius: 10px;
    padding: .5em 10px .5em 1.96em;
    margin-right: 0;
    position: relative;
    line-height: 1.1;
}
.bg-seminar:before{
    content: "\f073";
    font: normal 1em / 1 FontAwesome;
    position: absolute;
    top: .55em;
    left: 10px;
    translate: none;
}

/* 目的からさがす */
.bg-search{
	position:relative;
}
.bg-search:before{
	content:"";
	position:absolute;
	background-image:url(images/search-illust.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	width:2em;
	height:2em;
	left: -2em;
}

.btn_access{
    width: 80%;
    max-width: 380px;
    display: block;
    margin: 0 auto;
}

/* SNS */
.bg-sns{
	position:relative;
}
.bg-sns:before{
    content: "";
    background-image: url(images/mimo-illust.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 2em;
    height: 2.4em;
    left: -1em;
    top: 50%;
    transform: translate(-50%, -50%) rotate(4deg);
    -webkit-transform: translate(-50%, -50%)  rotate(4deg);
    -ms-transform: translate(-50%, -50%)  rotate(4deg);
}

/* banner */
.banner-wrap{
	background-color:var(--sub-color);
	padding:2em 2em 1em;
	border-radius:20px;
}


/* contact */
.inner-wrap-center{
    display: flex;
    justify-content: center;
}
.contact-wrap{
    display: flex;
    align-items: center;
}

.gmap-wrap{
	line-height:0;
}
.gmap-wrap, .contact-wrap{
    position:relative;
    line-height:1.4;
}

.access_btn{
	position:absolute;
    right: 1em;
    bottom: 2em;
}

button.btn_blue,
input[type="button"].btn_blue,
input[type="submit"].btn_blue,
a.btn_blue{
    display: inline-block;
    background:var(--theme-color);
    border: 0.37px solid transparent;
    border-radius: 8px;
    transition: .3s;
    color: #FFF;
    font-size: 80%;
    padding: 0.8em 1.2em;
    text-decoration:none;
    font-weight: 600;
    position:relative;
}

a.btn_blue.mail_icon,
a.btn_blue.access_icon{padding-left:2.5em}

a.btn_blue.mail_icon::before{
    font: normal 1.4em / 1 FontAwesome;
    font-weight: 900;
    display: block;
    content: "\f003";
    position: absolute;
    top: .55em;
    left: 0.6em;
    translate: none;
}
a.btn_blue.access_icon::before{
    font: normal 1.4em / 1 FontAwesome;
    font-weight: 900;
    display: block;
    content: "\f041";
    position: absolute;
    top: .6em;
    left: 0.8em;
    translate: none;
}


button.btn_blue:hover,
input[type="button"].btn_blue:hover,
input[type="submit"].btn_blue:hover,
a.btn_blue:hover{
  color: #000;
  transition: .3s;
  background: var(--sub-color);;
  border:  0.37px solid #DDD;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.tel_icon{
    text-decoration:none;
    position:relative;
}
.tel_icon:before{
    font: normal 1.4em / 1 FontAwesome;
    font-weight: 900;
    display: block;
    content: "\f095";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-105%, -37%) rotate(15deg);
    translate: none;
}


/*----------------------*/
/* button */
/*----------------------*/
.btn_common{
    display: inline-block;
    background: #000;
    border: 0.37px solid transparent;
    border-radius: 2em;
    transition: .3s;
    color: #FFF;
    font-size: 76%;
    padding: 0.9em 3em .9em 1.6em;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.btn_common:after{
    font: normal 1.1em / 1 FontAwesome;
    color: #000;
    font-weight: 900;
    display: block;
    content: "\f061";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-134%, -50%);
    background: #FFF;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    line-height: 1.8;
    translate: none;
}

.btn_common:hover{
	transition: .3s;
	background: var(--sub-color);;
	color: #000;
	border:  0.37px solid #DDD;
	-webkit-transform: translate(0, -2px);
	transform: translate(0, -2px);
}


/*----------------------*/
/* ダウンロードボタン*/
/*----------------------*/
:root :where(.wp-block-file__button) {
    background-color: var(--sub-color);
    color: #000;
    padding: calc(0.167em + 2px) calc(1em + 2px);
}
.wp-block-file:not(.wp-element-button) {
    font-size: .9em;
}


/* FAQ */
/*----------------------*/
/* faq style css*/
/*----------------------*/
.faq-wrap{
    list-style-type: none;
    margin: 0 0 .26em .5em;
    padding: .4em 0 .3em 0;
    border-bottom: 1px solid #DDD;
}

.faq-wrap li{
    padding: 5px 2em 5px 2.5em;
    position: relative;
    line-height: 1.4;
}
.faq-wrap li:first-child{
    cursor: pointer;
    transition: all .5s ease;
}
.faq-wrap li:first-child::before {
    content: "Q";
    font-weight: 700;
    color: #60b838;
    font-size: 126%;
    position: absolute;
    left: .7em;
    line-height: 1.1;
}

.faq-wrap li:first-child::after {
    font: normal 16px / 1 FontAwesome;
    content: "\f055";
    font-weight: 900;
    position: absolute;
    right: 5px;
    transform: rotate(0deg);
    top: .35em;
    translate: none;
}
.faq-wrap li:first-child.closewrap::after {
    transform: rotate(-45deg);
}


.faq-wrap li:nth-child(n+2){
	display:none;
}

.faq-wrap li:nth-child(n+2)::before{
    content: "A";
    font-weight: 700;
    color: #ff9a29;
    font-size: 126%;
    position: absolute;
    left: .7em;
    line-height: 1.1;
}


/* ========================================================== 
  お問い合わせフォーム
============================================================*/
.wrapframe {
    height: 280px;
    overflow: auto;
    border: 1px solid #e6e6e6;
    padding: 20px;
    font-size: 90%;
}
.hissu {
    display: inline;
    padding: 3px 5px 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    background-color: var(--theme-color);
    margin-left: 3px;
}
.mw_wp_form_confirm .touroku{
	display:none;	
}

.mw_wp_form_input .kakunin{
	display:none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 8px;
    font-size: 80%;
    padding: 0.8em 1.2em;
}



/*------------------------------------------*/
/* form base */
/*------------------------------------------*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea ,input[type="tel"]{
	color: #000;
	border: solid 1px #e6e6e6;
	margin-top: 0.6em;
	padding: 0.6em;
    width: 100%;
    border-radius: 5px;
}

input::placeholder,textarea::placeholder {
  color: #DDD;
}

input[type="file"]{
	margin:2px 1px;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
    padding: 0.4em;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 2px;
}

label,
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
	word-break: break-all;
}

input[type="radio"]{
  width:15px;
  height:15px;
  border:2px solid #DDD;
  border-radius:15px;
}

input[type="checkbox"]{
  width:15px;
  height:15px;
  border:2px solid #DDD;
}


/* ========================================================== 
  Animation
============================================================*/
/* ========================================================== 
  Animation
============================================================*/
.fadeInUp {
  animation-fill-mode: both;
  animation-duration : 1.5s;
  animation-name     : fadeInUp;
  visibility         : visible !important;
}

@keyframes fadeInUp {
  0% {
    opacity  : 0;
    transform: translateY(40px);
  }

  100% {
    opacity  : 1;
    transform: translateY(0);
  }
}
.order-fade {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.5s;
}
.order-scroll {
  opacity: 1;
  transform: translateY(0);
}
.order-fade:nth-of-type(1) {
  transition-delay: 300ms;
}
.order-fade:nth-of-type(2) {
  transition-delay: 600ms;
}
.order-fade:nth-of-type(3) {
  transition-delay: 900ms;
}


.slidein_L {
  opacity: 0.1;
  transform: translateX(-80px);
  transition: all 2s;
}
.slidein_L.scrollin {
  opacity: 1;
  transform: translate(0);
}
.slidein_R {
  opacity: 0.1;
  transform: translateX(80px);
  transition: all 2s;
}
.slidein_R.scrollin {
  opacity: 1;
  transform: translate(0);
}



@media screen and (min-width: 1400px) {
	.home-header {
        background-color: transparent;
        background-position: 100% center;
        background-size: 90%;
        background-repeat: no-repeat;
        padding: 0 0px;
        margin: 0 auto;
        width: 1200px;
        height: 758px;
	}
	.home-header-title {
	    right: 18%;
	    top: 17%;
	}
	.mimo-header {
	    left: 10%;
	}
}



@media screen and (max-width: 767.666px) {
	.home-header-title {
	    top: 50%;
	    left: 45%;
	    right:auto;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    width: 100%;
	    text-align: right;
	    writing-mode: initial;
	}

	.inner-wrap{
	    padding-left: 0px;
	    padding-right: 0px;
	}


	.art-seminar{
	    width: 48%;
	    margin: 1%;
	    background: #FFF;
	    border-radius: 16px;
	    padding: 15px;
	    position:relative;
	    box-shadow: 0px 5px 10px -8px #777777;
	}


	.ft-wrap-center h3{
		letter-spacing: -1px;
	}
}

@media screen and (max-width: 781px) {
	.site-copyright, .site-credit{
		display:none;
	}
}
.pc_block{display:block;}
.pc_none {display:none ;}
@media screen and (max-width: 580px) {
	.txt-sp-center{text-align:center;}
	.txt-sp-left{text-align:left;}
	.txt-sp-right{text-align:right;}
	.sp_block{display:block}
	.sp_none{display:none;}

	.sp_img{
		width:70% !important;
		margin:0 auto;
	}
}


:root.translated-ltr :where(.bar-search, .bar-lang ) {
	display:none;
}
html.translated-ltr .main-navigation .menu > li > a{
	font-size:60%;
}