/*
Template: jstork
Theme Name: bcb_custom
Theme URI:https://bcb-kk.jp
*/
/* /////////////////////////general///////////////////////// */
body{
  font-family: "Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â", YuMincho, "Hiragino Mincho ProN W3", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¦ËœÅ½Ã¦Å“Â ProN W3", "Hiragino Mincho ProN", "HGÃ¦ËœÅ½Ã¦Å“ÂE", "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã¦ËœÅ½Ã¦Å“Â", "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¦ËœÅ½Ã¦Å“Â", serif;
  font-size: 100%;
  letter-spacing: 0.1em;
  background: #fff;
}
*{
  outline:none;
}
/* /////////////////////////font///////////////////////// */
a{
  text-decoration: none !important;
}
a {
    outline: none !important;
}
h2{
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 5rem;
  line-height: 3rem;
  letter-spacing: 0.2em;
}
h3{
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 1.5rem;
  letter-spacing: 0.18em;
  line-height: 2.7rem;
}
h4{
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 3rem;
  letter-spacing: 0.15em;
}
h5{
  font-weight: 400;
}
p{
  font-size: 14px;
  line-height: 1.5rem;
  margin-bottom: 2.4rem;
  letter-spacing: 0em;
}
.text p{
  color:#fff;
}

span{
  font-size: inherit;
}
.center{
  text-align: center;
  margin-right:auto;
  margin-left:auto;
}
.center.m-left{
  text-align: left;
}
.text-align-right{
  text-align: right;
}
.vertical-rl{
  writing-mode: vertical-rl;
}

/* /////////////////////////flex///////////////////////// */
.flex-two{
  display: block;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.flex-three{
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-two.inverse {
  flex-direction: row-reverse;
}
.flex-two .img-box{
  align-self: center;
  width: 100%;
}
img.view{
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.flex-three .flex-item{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.flex-three .flex-item:not(:last-child){
  margin-bottom: 30px;
}
.flex-item img {
  border-radius: 20px;
}
/* flex-responsive */
@media screen and (min-width:426px) {
}
@media screen and (min-width:600px) {

}
@media screen and (min-width:768px) {
  .flex-two, .flex-three{
    display: flex;
  }
  .flex-three .flex-item{
    width: 31%;
  }
  .flex-two .text {
    width: 100%;
    align-self: center;
  }
  .flex-two .img-box{
    padding-right: 30px;
  }
  .flex-two.inverse .img-box{
    padding-right: 0;
    padding-left: 30px;
  }
  img.view {
    max-width: none
  }
}
@media screen and (min-width:1100px) {
  .flex-two .img-box{
    padding-right: 40px;
  }
  .content-one{
  width: 33%;
  /* font-size: 0; */
  display: inline-block;
}

}
.content-type-3{
  /* display:inline-block; */
  text-align:center;
  font-size: 0;
}
/* /////////////////////////wrapper///////////////////////// */
.sidebar_none #main {
    width: 1096px;
}
#inner-content{
  box-shadow:none;
  margin-bottom: 0;
  padding: 0 25px;
}
.single #inner-content ,.search-page{
  margin-top:60px;
}
#main {
  padding: 3rem 0 0 0;
}
#sidebar1 {
padding: 0rem 0 3rem 0;
}
@media screen and (min-width:426px) {
  .single #inner-content,.search-page{
    margin-top:70px;
  }
  #inner-content{
    padding: 0 40px;
  }
}
@media screen and (min-width:768px) {
  #sidebar1{
    padding: 3rem 0 3rem 0;
  }
  #main {
    width: 66%;
    margin: 0;
    padding-top:4rem;
    padding-right:3rem;
  }
}
@media screen and (min-width:1100px) {
  .single #inner-content, .search-page{
    margin-top:120px;
  }
}
/* /////////////////////////button color///////////////////////// */
.button a, button.dashed{
  display: block;
  padding: 1rem 0;
  width: 100%;
  color: #2d2d2d;
  text-decoration: none;
  background: #fff;
  text-align: center;
  border-radius: 24px;
  line-height: inherit;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.button a.dashed , button.dashed{
  border: solid 1px #9d9d9d;
}
.button a.dashed:hover, button.dashed:hover{
  background: #6e6c78;
  color: #fff;
  /* border: solid 2px #423b67; */
}
.button a.solid{
  border: solid 2px #fff;
}
.button a.solid:hover{
  border: solid 2px #423b67;
  background: #423b67;
  color: #fff;
}
.button a.dashed.one-button{
  width: 100%;
  max-width: 400px;
}
.button a.gray{
  background: #f7f7f7;
  border: solid 2px #f7f7f7;
}
.button a.yellow{
  background: #f6edbb;
  border: solid 2px #f6edbb;
}
.button a.yellow:hover{
  background: #423b67;
  border: solid 2px #423b67;
  color: #fff;
}
.button a.gray:hover{
  background: #423b67;
  color: #fff;
  border: solid 2px #423b67;
}
.new-window::after {
  content: "";
  background-image: url(library/svg/new-window.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.5em;
  width: 13px;
  height: 13px;
  transition: .3s;
}
a.new-window:hover::after {
  background-image: url(library/svg/new-window-white.svg);
}
/* /////////////////////////button layout///////////////////////// */
.button{
  margin: 2rem 7rem 2rem 7rem;
}
.button.flex-two a:not(:last-child){
  margin-bottom: 24px;
}
.button.flex-two button.dashed{
  margin-bottom: 24px;
}

.button.event-button{
  display: flex;
  /* display: block;
  margin-top: 0;
  margin-bottom: 3rem; */
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 3rem;
}
.button.event-button a{
  /* width: 100%;
  padding: 0.8rem 2px;
  font-size: 13px;
  margin-bottom: 10px; */
  font-size: 12px;
  width: 30%;
  padding: 0.8rem 2px;
  border-radius: 20px;
}
.button.event-button a.solid{
  background: #f6edbb;
  border: solid 2px #f6edbb;
}
.button.event-button a.solid:hover{
  background: #423b67;
  border: solid 2px #423b67;
  color: #fff;
}
@media screen and (min-width:550px) {
  .button.event-button{
    /* display: flex; */
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .button.event-button a{
    width: 30%;
    padding: 0.8rem 2px;
    font-size: 13px;
  }
}
@media screen and (min-width:600px) {
  .button.flex-two{
    display: flex;
    /* text-align: center; */
    /* margin: 0 auto; */
  }
  .button.flex-two a:not(:last-child){
    margin-bottom: 0;
  }
  .button a,button.dashed{
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width:768px) {
  .button a.buttun-one{
    max-width: 400px;
  }
}

/* /////////////////////////text decoration///////////////////////// */
/* dot */
.dot::before {
  content: '';/*Ã¤Â½â€¢Ã£â€šâ€šÃ¥â€¦Â¥Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€ž*/
  display: inline-block;/*Ã¥Â¿ËœÃ£â€šÅ’Ã£ÂÅ¡Ã£ÂÂ«Ã¯Â¼Â*/
  width: 36px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã¥Â¹â€¦*/
  height: 36px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã©Â«ËœÃ£Ââ€¢*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  padding-right: 0.8rem;
  margin-top: 3px;
}
.red-dot::before {
  background-image: url(library/image/red-dot.png);
}
.gray-dot::before {
  background-image: url(library/image/gray-dot.png);
}
.yellow-dot::before {
  background-image: url(library/image/yellow-dot.png);
}
.purple-dot::before {
  background-image: url(library/image/purple-dot.png);
}
span.bg-dot{
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  display: inline-block;
  background-size: contain;
  line-height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0.5rem;
}
span.bg-dot-purple{
  background-image: url(library/image/purple-dot.png);
}
span.bg-dot-red{
  background-image: url(library/image/red-dot.png);
}

/* underline */
.underline::after {
  content: '';/*Ã¤Â½â€¢Ã£â€šâ€šÃ¥â€¦Â¥Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€ž*/
  display: block;/*Ã¥Â¿ËœÃ£â€šÅ’Ã£ÂÅ¡Ã£ÂÂ«Ã¯Â¼Â*/
  width: 230px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã¥Â¹â€¦*/
  height: 20px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã©Â«ËœÃ£Ââ€¢*/
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0.5rem auto 0 auto;
}
.red-underline::after {
  background-image: url(library/image/red-underline.png);
}
.gray-underline::after {
  background-image: url(library/image/gray-underline.png);
}
.yellow-underline::after {
  background-image: url(library/image/yellow-underline.png);
}
.purple-underline::after {
  background-image: url(library/image/purple-underline.png);
}

/* /////////////////////////bg///////////////////////// */
.bg-wave{
  position: relative;
  padding-bottom: 11rem;
  padding-top: 0rem;
}
.bg-wave::before{
  position: absolute;
  display: block;
  content: ' ';
  background-size: cover;
  height: 6rem;
  width: 100vw;
  top: -5.9rem;
}
@media (min-width:426px) {
  .bg-wave{
  padding-bottom: 14rem;
  }
  .bg-wave::before{
    height: 9rem;
    width: 100vw;
    top: -8.9rem;
  }
}
@media (min-width:1000px) {
  .bg-wave{
  padding-top: 1rem;  }
}
@media (min-width:1800px) {
  .bg-wave{
  padding-top: 2rem;  }
}
@media (min-width:2200px) {
  .bg-wave::before{
    background-size: cover;
    height: 11rem;
    width: 100vw;
    top: -10.9rem;
  }
}
.bg-white.bg-deep::before{
  background-image: url('library/svg/wave-m-white.svg');
}
.bg-white::before{
  background-image: url('library/svg/wave-white.svg');
}
.bg-red{
  background-color: #f3dedb;
}
.bg-red.bg-deep::before{
  background-image: url('library/svg/wave-m-red.svg');
}
.bg-red::before{
  background-image: url('library/svg/wave-red.svg');
}
.bg-yellow{
  background-color: #fcf7de;
}
.bg-yellow.bg-deep::before{
  background-image: url('library/svg/wave-m-yellow.svg');
}
.bg-yellow::before{
  background-image: url('library/svg/wave-yellow.svg');
}
.bg-purple{
  background-color: #dcdae2;
}
.bg-purple.bg-deep::before{
  background-image: url('library/svg/wave-m-purple.svg');
}
.bg-purple::before{
  background-image: url('library/svg/wave-purple.svg');
}
.bg-green{
  background-color: #dcecdc;
}
.bg-skyblue{
  background-color: #69b7ff;
}
.bg-blue{
  background-color: #045aaa;
}

.bg-gray{
  background-color: #f9f9f9;
}
.bg-gray.bg-deep::before{
  background-image: url('library/svg/wave-m-gray.svg');
}
.bg-gray::before{
  background-image: url('library/svg/wave-gray.svg');
}
#inner-content{
  background-color: inherit !important;
}
.bg-wave-end{
  position: relative;
  padding-bottom: 3rem;
  padding-top: 0rem;
}
.bg-wave-end::after{
  position: absolute;
  display: block;
  content: ' ';
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 170px;
  background-position: bottom;
  bottom: -9rem;
}
.bg-wave-bottom{
  padding-top: 14rem;
}
.bg-white-end.bg-deep::after{
  background-image: url('library/svg/wave-m-white.svg');
}
.wave-end-padding{
  padding-bottom: 0;
}
@media screen and (min-width:426px) {
  .bg-white.bg-deep::before{
    background-image: url('library/svg/wave-t-white.svg');
  }
  .bg-yellow.bg-deep::before{
    background-image: url('library/svg/wave-t-yellow.svg');
  }
  .bg-purple.bg-deep::before{
    background-image: url('library/svg/wave-t-purple.svg');
  }
  .bg-red.bg-deep::before{
    background-image: url('library/svg/wave-t-red.svg');
  }
  .bg-green.bg-deep::before{
    background-image: url('library/svg/wave-t-green.svg');
  }
  .bg-gray.bg-deep::before{
    background-image: url('library/svg/wave-t-gray.svg');
  }
  .bg-white-end.bg-deep::after{
    background-image: url('library/svg/wave-t-white.svg');
  }
}

/* /////////////////////////header///////////////////////// */
.g_nav-sp {
  display:none;
}
.site-header.not-home-header,.home-hide-nav{
  background: rgba(255,255,255,1);
  padding: 0;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
  height: 70px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.site-header.hide,.home-hide-nav.hide{
  transform: translateY(-140px);
}
.home-hide-nav .nav_btn{
  top: -4px;
}
.nav_btn{
  margin-left: 310px;
  margin-top: 12px;
}
.nav_btn .gf{
  display: none;
}
.home-nav_btn{
  z-index: 100;
  margin-top: 24px;
}
.home-nav_btn.nav_btn:before{
    color: #fff;
}
.remodal {
    padding: 24px !important;
    border-radius: 30px;
}
.remodal-close{
  margin: 1em auto 0 auto !important;
}
.remodal-close:before{
  display: none !important;
}
.gf{
  font-family: inherit;
}
@media screen and (min-width:426px) {
  .site-header.not-home-header{
    padding: 12px 0;
      height: 80px;
  }
  .home-hide-nav{
    padding: 20px 0;
      height: 80px;
  }
  .home-hide-nav .nav_btn{
    top: -4px;
  }
}
@media screen and (min-width:768px) {
  .home-hide-nav .nav_btn{
    top: 14px;
  }
}
@media screen and (min-width:1100px) {
  .site-header.not-home-header,.home-hide-nav{
      padding: 20px 0;
      height: 130px;
  }
}

/* /////////////////////////header-logo///////////////////////// */
.header.headercenter #logo img ,.home-header img.logo{
  max-height: 1.3rem;
}
.header.headercenter #logo{
  margin-top: 0.6rem;
}
.header-decoration{
  display: block;
  height: 10px;
  background-image: url(library/image/color-decoration.png);
  background-size: 50%;
}

@media only screen and (min-width: 426px){
  .header-decoration{
    background-size: auto;
  }
  .header.headercenter #logo{
    margin-top: 0;
  }
  .header.headercenter #logo img ,.home-header img.logo{
    max-height: 2rem;
    max-width: 210px;
  }
}
/* /////////////////////////home-header-slider///////////////////////// */
.home-header{
  width: 100vw;
  position: relative;
  margin-bottom: -8rem;
  padding-bottom: 1rem;
}
.home-header-bg{
  background-size: contain;
  position: absolute;
  background-position-y: bottom;
  height: 43vw;
  width: 100vw;
}
.home-header img.logo{
  position: absolute;
  top: 3rem;
  left: 50%;
  max-width: 210px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
}
.home-header h1{
  position: absolute;
  margin: 0;
  top: 45%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 6px;
  text-shadow: 0px 0px 10px #000;
  z-index: 10;
}
.home .inner-header{
  margin: 8rem auto 0 auto;
}
@media screen and (min-width:426px) {
  .home-header h1{
    font-size: 1.3em;
  }
}
@media screen and (min-width:768px) {
  .home-header h1{
    font-size: 1.4em;
  }
}


/* /////////////////////////article-list///////////////////////// */
.article-list-wrap{
  margin: 4rem 0 40px 0;
}
.article-list-item:not(:last-child){
  margin-bottom: 1rem;
}
.article-list-item a span.title-data,.article-list-item a .article-date{
  transition: 0.3s;
}
.event-news .article-list-item a:hover span.title-data,.event-news .article-list-item a:hover .article-date{
  color: #c14f3f;
}
.byline .cat-name{
  float:left;
  margin-left: 0;
}
.byline .cat-name:before{
  display: none;
}
.byline .cat-name,span.cat-data,.archive span.cat-data{
  font-size: 13px;
  text-align: center;
  display: inline-block;
  width: 140px;
  padding: 3px 5px;
  background: #999;
  color: #fff;
  border-radius: 10px;
  margin-right: 5px;
}
.article-list-item time{
  display: inline-block;
  font-size: 14px;
  width: auto;
}
.article-list-item span.title-data{
  display: inline-block;
  font-size: 14px;
  width: 100%;
  color: #333;
  margin-top: 6px;
}
.article-list-item a p{
  display: inline;
  font-size: 14px;
  color: #333;
}
.article-date{
  display: inline-block;
  width: 140px;
  color: #333;
}
.title-data{
  font-size: 14px;
  width: 300px;
  margin-right: 1rem;
}
@media screen and (min-width:768px) {
  .byline .cat-name,span.cat-data,.archive span.cat-data{
    padding: 0.5%;
  }
}


/* /////////////////////////post-list-card///////////////////////// */
.top-page .post-list-card article:not(:last-child){
      margin-right: 2rem;
}
.top-page .post-list-card .post-list{
  width: 100%;
}
.top-page .post-list-card article:last-child{
  margin-right: 0;
}

.post-list-card{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.post-list-card article:nth-child(odd){
  margin-right: 2rem;
}
.post-list-card .post-list a{
  padding: 0;
}
.post-list-card .post-list .eyecatch {
    border-radius: 20px;
    margin: 0;
    margin-bottom: 10px;
  }
.post-list-card .post-list a{
  box-shadow: none;
}
.post-list-card .post-list .article-date{
  width: auto;
  font-size: 13px;
}
.post-list-card .post-list span.cat-data{
  width: 140px;
  margin-right: 0;
  float: right;
  font-size: 13px;
  padding: 1%;
}
.post-list-card .post-list .entry-content {
    padding-top: 5px;
}
.post-list-card .post-list{
  margin: 0;
  width: 47%;
}
.post-list-card .post-list{
  height: 360px;
  width: 46%;
  float: left;
  margin-bottom: 2rem;
}
.post-list-card .post-list .entry-content .entry-title {
    margin-top: 0.8em;
}
.post-list-card .post-list a:hover{
  box-shadow: none;
}

@media screen and (max-width:539px){
  .post-list-card .post-list{
    width: 100%;
  }
  .post-list-card article:nth-child(odd) {
    margin-right: 0;
  }
	
}
@media screen and (min-width:540px) and (max-width:650px){
  .post-list-card .post-list span.cat-data{
    width: 110px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .post-list-card .post-list .article-date{
    font-size: 12px;
  }
}
@media screen and (min-width:768px) and (max-width:900px){
  .post-list-card .post-list{
    width: 100%;
  }
  .post-list-card article:nth-child(odd) {
    margin-right: 0;
}
}

@media screen and (min-width:900px) and (max-width:1080px){
  .post-list-card .post-list span.cat-data{
    width: 110px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .post-list-card .post-list .article-date{
    font-size: 12px;
  }
}
@media screen and (min-width:768px) {
  .span.cat-data,.archive span.cat-data{
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 160px;
    padding: 3px 14px;
    background: #999;
    color: #fff;
    border-radius: 10px;
    margin-right: 1rem;
  }
  .article-list-item time{
    display: inline-block;
    font-size: 14px;
    width: 120px;
  }
  .article-list-item span.title-data{
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width:1166px) {
  .single .byline .cat-name{
    position: initial;
    transform: none;
  }
}

/* /////////////////////////single-page///////////////////////// */
.single-title, .page-title, .entry-title{
  margin-top: 20px;
  line-height: 1.5em;
}
.article-header .eyecatch, .cta-inner{
  margin: 30px 0 30px 0;
}


.byline .date, .byline .writer{
  vertical-align: text-top;
  margin-left: 10px;
  font-size: 13px;
}
.byline .event-status{
  font-size: 13px;
  vertical-align: text-top;
}
.single .entry-content p{
  line-height: 1.7rem;
}
.single .entry-content h3{
  margin-bottom: 2rem;
}
.single .entry-content h4{
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.article-footer .post-categories{
  display: none;
}
.np-post .navigation{
  display: none;
}
.single .authorbox .author-newpost li .ttl, .related-box li .ttl{
  font-size: 14px;
  line-height: 1.2rem;
}
.related-box{
  display: none !important;
}

@media screen and (min-width:768px) {
  .article-header .eyecatch, .cta-inner{
    margin-bottom: 40px;
  }
}
/* /////////////////////////header-menu///////////////////////// */
#g_nav{
  width: 100%;
  font-size: 15px;
}
#g_nav ul.nav{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#g_nav ul.nav li {
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
#g_nav ul.nav li:last-child{
}
#g_nav .nav li ul.sub-menu li a{
  color: #fff !important;
}
#g_nav .nav li ul.sub-menu li a:hover{
  color: #f1dc70 !important;
}
#g_nav .nav li:hover > ul.sub-menu > li, .nav li:hover > ul.children > li{
  border-bottom: none;
}
.nav li ul.sub-menu, .nav li ul.children{
  border-radius: 0;
    top: 2rem;
    left: 0;
}
.nav li:hover ul.sub-menu{

  padding: 1rem 1rem 1.8rem 1rem;
}

#g_nav .nav > li > a{
  position: relative;
  padding: 0;
}
#g_nav .nav > li > a::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  padding-right: 0.6rem;
  opacity: 0;
  transition: all .3s ease;
}
#g_nav .nav > li > a:hover::before{
  opacity:1;
}

#g_nav .nav > li > a:after {
    content: none;
    display: block;
    margin: 5px auto 0;
    width: 0;
    height: 1px;
    background: none;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
    opacity: .5;
  }
.header{
  margin-bottom: -1px;
}
@media screen and (min-width:426px) {
  .nav_btn{
    margin-left: 90%;
    x;
    margin-top: 0px;
  }
  .home-nav_btn{
    margin-top: 24px;
  }
}

/* /////////////////////////footer///////////////////////// */
.bgfull .footer{
  background-color: #fff !important;
  background-image: url(library/image/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
}

#footer-top .inner, .footer .inner{
  padding: 0 25px;
}
.footer-menu p{
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.footer-menu ul{
  margin: 0;
}
.footer-menu li {
    font-size: 14px;
    line-height: 1.8rem;
    margin-bottom: 0.5rem;
}
.footer-menu .d-1of6 {
    float: left;
    padding-right: 0.25em;
}
.footer img.logo{
  display: block;
  width: 200px;
  margin: 3rem auto 2rem auto;
}
.footer-decoration{
  background-image: url(library/image/color-decoration.png);
  background-size: 50%;
}
.footer .infomation{
  margin: 0 -0.7rem 3rem -0.7rem
}
.footer .infomation p{
  margin:0;
  line-height: 2rem;
}
.footer .infomation p.access{
  display: inline-block;
}
.footer .infomation svg{
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 8px;
}
.footer a:hover{
  color:#c15040 !important;
}

.footer .red-svg{
  fill:#c04f3f;
  transition: 0.2s;
}
.footer .red-svg:hover{
  fill:#423b67;
  cursor: pointer;
}


.footer p.copyright{
  color: #fff;
  margin: 0 auto;
  line-height: 1rem;
  text-shadow:0px 0px 2px #000;
  text-align: center;
}
.footer p.copyright a{
  color: #fff;
}
.footer-menu-c{
  margin-bottom: 2rem;
}
/* footer-responsive */
@media screen and (min-width:426px) {
  #footer-top .inner, .footer .inner{
    padding: 0 35px;
  }
}
@media screen and (min-width:768px) {
  .bgfull .footer{
    padding-top: 70px
  }
  #footer-top .inner, .footer .inner{
    width: 90%;
    padding: 0px;
  }
  .footer-menu .t-height{
    height: 220px;
  }
  .footer-menu-c{
    margin-bottom:0;
  }
  .footer p.copyright{
    font-size: 14px;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1166px) {
  .bgfull .footer{
    padding-top: 70px
  }
  #footer-top .inner, .footer .inner{
    width: 100%;
    padding: 0px;
  }
}


/* /////////////////////////page-header///////////////////////// */
.page-header{
  margin-top:70px;
}
.page-header{
  position: relative;
  display: block;
  height: 70vw;
  background-repeat: no-repeat;
}
.page-id-12 .page-header{
  background-image: url(library/image/header_introduction.jpg);
  background-position: center top;
  background-size: 120%;
}
.page-id-14 .page-header{
  background-image: url(library/image/header_about.jpg);
  background-position-y: bottom;
  background-position-x: center;
  background-size: 250%;
  background-color: rgba(0,0,0,0.1);
background-blend-mode: color;
}
.page-id-23 .page-header,.parent-pageid-23 .page-header{
  background-image: url(library/image/header_studio.jpg);
  background-position-y: bottom;
  background-size: cover;
}
.page-id-21 .page-header{
  background-image: url(library/image/header_cafe.jpg);
  background-position-y: 35%;
  background-size: cover;
}
.page-id-27 .page-header{
  background-image: url(library/image/header_salon.jpg);
  background-position-y: 20%;
  background-size: cover;
}
.page-id-25 .page-header{
  background-image: url(library/image/header_space.jpg);
  background-position-y: 30%;
  background-size: cover;
}
.category-event .page-header,.event-parent-category .page-header,.parent-pageid-17 .page-header{
  background-image: url(library/image/header_event.jpg);
  background-position-y: 85%;
  background-size: cover;
  background-color: rgba(0,0,0,0.2);
  background-blend-mode: overlay;
}
.category-blog .page-header,.blog-parent-category .page-header{
  background-image: url(library/image/header_blog.jpg);
  background-position-y: 60%;
  background-size: cover;
}
.category-news .page-header,.news-parent-category .page-header{
  background-image: url(library/image/header_news.jpg);
  background-position-y: center;
  background-position-x: center;
  background-size: 100%;
  background-color: rgba(0,0,0,0.2);
background-blend-mode: color;
}
.page-id-48 .page-header{
  background-image: url(library/image/header_contact.jpg);
  background-position-y: center;
  background-position-x: center;
  background-size: 100%;
}
.page-header .page-title-area-text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 5px #47382f);
}
.page-header .page-title-area-text h1{
  display: inline;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.6rem;
    font-size: 20px;
}
.page-title-area-text::before {
  content: '';/*Ã¤Â½â€¢Ã£â€šâ€šÃ¥â€¦Â¥Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€ž*/
  display: inline-block;/*Ã¥Â¿ËœÃ£â€šÅ’Ã£ÂÅ¡Ã£ÂÂ«Ã¯Â¼Â*/
  width: 20px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã¥Â¹â€¦*/
  height: 20px;/*Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã©Â«ËœÃ£Ââ€¢*/
    background-image: url(library/svg/page-title-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: sub;
  padding-right: 0.2rem;
}
.page-header .page-title-area-rl{
  position: absolute;
  width: 70px;
  height: 140px;
  background: rgba(255,255,255,0.8);
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page-id-14 .page-header .page-title-area-rl{
  height: 180px
}
.page-id-14 .page-header .page-title-area-rl h1 {
  letter-spacing: 0.3rem;
  margin-top: 22px;
  font-size: 16px;
}

.page-header h1{
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.5rem;
}
.page-header .page-title-area-rl h1{
  writing-mode: vertical-rl;
  font-size: 20px;
  margin: 2rem auto 0 auto;
}
.page-title-area-cloud{
  position: absolute;
  width: 300px;
  height: auto;
  background-image: url(library/svg/cloud.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page-title-area-cloud h1{
  line-height: 94px;
  font-size: 1.3em;
  letter-spacing: 0.3rem;
}
.page-id-25 .page-header .page-title-area-cloud h1{
  letter-spacing: 0.2rem;
}
@media only screen and (min-width: 426px){
  .page-title-area-cloud{
    width: 340px;
  }
  .page-title-area-cloud h1{
    line-height: 120px;
  }
}
@media screen and (min-width:426px) {
  .page-header{
    margin-top:80px;
  }
  .page-header{
    height: 60vw;
  }
  .page-id-14 .page-header{
    background-size: 220%;
  }
  .page-header .page-title-area-rl{
    top: 40%;
    width: 80px;
    height: 140px;
  }
  .page-id-14 .page-header .page-title-area-rl{
    top: 48%;
  }
  .page-id-14 .page-header .page-title-area-rl {
    width: 90px;
    height: 230px;
  }
  .page-id-14 .page-header .page-title-area-rl h1 {
    letter-spacing: 0.3rem;
    margin-top: 25px;
    font-size: 1.3em;
  }
  .footer-decoration{
    background-size: auto;
  }
}
@media screen and (min-width:1100px) {
  .page-header{
    margin-top:130px;
  }
}


/* /////////////////////////event-category-archive///////////////////////// */ article.event-category-archive{
  margin-bottom: 2rem;
}

.event-category-archive .flex-two .thumb-box{
  width: 100%;
  margin: 0 0 1rem 0;
}
.event-category-archive .flex-two .thumb-box img{
  width: 100%;
}
.event-category-archive .flex-two .entry-content{
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.event-category-archive h1.h2.entry-title{
  margin: 10px 0;
  font-size: 1.3em;
  color: #333;
}
.event-category-archive p.byline.entry-meta.vcard{
  margin-bottom: 0;
}


@media screen and (min-width:500px) {
  .event-category-archive .flex-two{
    display: flex;
  }
  .event-category-archive .flex-two .entry-content{
    width: 65%;
  }
  .event-category-archive .flex-two .thumb-box{
    width: 35%;
    max-height: 200px;
    margin-right: 1rem;
  }
}





/* /////////////////////////page-css///////////////////////// */
/* /////////////////////////page-css///////////////////////// */
/* /////////////////////////page-css///////////////////////// */
/* /////////////////////////page-css///////////////////////// */
/* /////////////////////////page-css///////////////////////// */


/* /////////////////////////top///////////////////////// */
div.top-image{
  display: block;
  height: 60vw;
  background-image: url(library/image/top-image.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 220%;
}
section.intro{
  padding-top: 1rem;
}
img.tera{
  display: block;
  width: 140px;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

img.logo-text{
  display: inline;
  height: 1.2rem;
  margin-right: 1rem;
  vertical-align: text-top;
}

.content-type h3.p-hide{
  margin-bottom: 30px;
}
.content-type p{
  margin: 40px 0 24px 0;
}
.content-type .button{
  margin-top: 32px;
}
@media screen and (min-width:768px) {
  .content-type .button{
    margin-top: 3vw;
  }
}
@media screen and (min-width:1166px) {
  .content-type .button{
    margin-top: 50px;
  }
}

div.event{
  margin-bottom: 8rem;
}
section.event-news .button a.dashed{
  background: inherit;
}
section.event-news .button a.dashed:hover{
  background: #423b67;
}
section.event-news .button a.solid{
  background: #c9c9c9;
  border: solid 2px #c9c9c9;

}
section.event-news .button a.solid:hover{
  background: #423b67;
  color: #fff;
  border: solid 2px #423b67;
}
section.about.bg-wave{
  padding-bottom: 100px;
}
section.about a{
  width: 46%;
}
section.about p.vertical-rl{
  font-size: 22px;
  text-shadow: 0 0 10px #62717d;
  color: #fff;
  font-weight: bold;
  margin: 0;
  writing-mode: inherit;
  width: 100%;
  text-align: center;
}

.view-button-wrapper{
  width: 48%;
}
.view-button p.vertical-rl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.view-button{
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 41vw;
  width: 100%;
  margin: 0 auto;
  transition: 0.3s;
  margin-bottom: 10vw;
}
.view-button:hover{
  cursor: pointer;
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
section.about .introduction-button{
  background-image: url(library/image/view-introduction.png);
}
section.about .about-button{
  background-image: url(library/image/view-about.png);
}
section.blog{
  padding-bottom: 7rem;
}
.blog-top-3{
  display: none;
}
.blog-top-2{
  display: none;
}
@media screen and (min-width:550px) {
  .blog-top-1{
    display: none;
  }
  .blog-top-2{
    display: block;
  }
  .top-page .post-list-card .post-list{
    width: 46%;
  }
}
@media screen and (min-width:900px) {
  .blog-top-3{
    display: block;
  }
  .blog-top-2{
    display: none;
  }
  .top-page .post-list-card .post-list{
    width: 30%;
  }
}
section.goods .goods-list{
  padding: 1rem 0 0 0;
}
section.goods .goods-list li{
  padding: 2rem;
}
section.goods .goods-list img{
  margin-bottom: 2rem;
}
section.goods .goods-list span.title{
  font-size: 16px;
}
section.goods .goods-list span.price{
  font-size: 16px;
  float: right;
}

section.access{
  background-image: url(library/image/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}
#map_custmomize {
   width: 100%;
   height: 400px;
   background-color: grey;
 }
.map-iframe{
  width: 100%;
  height:400px;
}

.bubble-title{
  color: #fff;
  line-height: 150px;
  display: block;
  width: 260px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 80px;
}
section.goods .bubble-title{
  background-image: url('library/image/bubble-purple.png');
}

@media screen and (min-width:426px) {
  div.top-image{
    height: 40vw;
    background-size: 140%;
  }
  .view-button{
    width: 375px;
    height: 175px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width:768px) {
  div.top-image{
    height: 30vw;
      background-size: cover;
  }
  .view-button{
    height: 20vw;
    width: 100%;
    max-height: 235px;
    margin: 0 auto;
    transition: 0.3s;
  }
}
@media screen and (min-width:1100px) {
  section.about p.vertical-rl{
    writing-mode: vertical-rl;
    text-align: left;
    top: 50px;
    left: 50%;
    transform: translate(-70%, -10%);
    -webkit-transform: translate(-70%, -10%);
    -ms-transform: translate(-70%, -10%);
  }
}

/* /////////////////////////snap-flex///////////////////////// */

.snap-flex{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.snap-flex img{
  width: 100%;
  border-radius: 20px;
}
.snap-flex .snap:not(:last-child){
  margin-bottom: 20px;
}
.snap-wrap{
  margin-bottom: 100px;
}
.snap-flex-odd .snap:last-child{
  margin: 0 auto;
}
@media screen and (min-width:600px) {
  .snap-flex{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .snap-flex .snap{
    width: 48%;
  }
  .snap-flex .snap:not(:last-child){
    margin-bottom: 22px;
  }
  .snap-flex .snap{
    margin-bottom: 22px;
  }
}
@media screen and (min-width:768px) {
  .snap-flex .snap {
    width: 31%;
  }
  .snap-flex .snap:not(:last-child){
    margin-bottom: 28px;
  }

  .snap-flex-odd .snap:last-child {
    margin: inherit;
    margin-bottom: 28px;
  }
  .snap-flex .snap{
    margin-bottom: 28px;
  }
}


/* /////////////////////////introduction-page///////////////////////// */
.medium{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.page-introduction{
  margin: 4rem 0;
}

/* /////////////////////////introduction-page///////////////////////// */
.page-introduction{
  margin: 4rem 0;
}
/* /////////////////////////introduction-page///////////////////////// */
.page-about{
  margin: 4rem 0;
}



/* /////////////////////////studio///////////////////////// */
.studio-intro h2.m-t-hide{
  margin-bottom: 0;
}
.studio-intro h4.m-t-hide{
  margin: 40px 0 80px 0;
}
.studio-intro h4.p-hide{
  margin: 0;
}
.studio-intro h5{
  margin: 50px 0px;
}
.studio-type:not(:last-child){
  margin-bottom: 70px;
}
.studio-type.bg-wave::before{
  display: none;
}
.studio-type h3.p-hide{
  margin-bottom: 30px;
}
.studio-type p{
  margin: 40px 0 24px 0;
}
.studio-type .button{
  margin-top: 32px;
}
.studio-type .button a{
  font-size: 14px;
}
.online-type img.view{
  margin: 40px auto;
}
.online-type h2.m-hide{
  margin: 0;
}
.online-type h4.m-hide{
  margin: 10px 0 30px 0;
}
.online-type h4.t-p-hide{
  margin: 0;
}
.online-type h5.t-p-hide{
  margin: 30px 0;
}
.online-type p{
  margin: 24px 0;
}

@media screen and (min-width:768px) {
  .studio-type h3.m-t-hide{
    margin-bottom: 24px;
  }
  .studio-type p{
    margin: 24px 0;
  }
}
@media screen and (min-width:1100px) {

}
/* /////////////////////////instructor///////////////////////// */
.page-instructor{
  padding-bottom: 30px;
  margin-top: 170px
}
@media screen and (min-width:1100px) {
  .page-instructor{
    margin-top: 220px
  }
}
.page-id-179 h2{
  margin: 80px auto;
}
.instructor-type{
  margin-bottom: 80px;
}
.instructor-article{
  margin-bottom: 50px;
}
.instructor-type .flex-two .img-box{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  align-self: flex-start;
}
.instructor-type .flex-two .text{
    align-self: flex-start;
    color: #333;
}
.instructor-type .instructor-article:hover  .flex-two .text{
  color: #423b67 !important;
}
.instructor-type h3{
  margin-top: 0;
  margin-bottom: 24px;
}
.instructor-type h3.name-data{
  line-height: 1.2em;
  margin-top: 24px;
    font-size: 20px;
}
.instructor-type p{
  margin: 0;
}
@media screen and (min-width:600px) {

}
@media screen and (min-width:768px) {

  .instructor-type .flex-two .img-box{
    width: 400px;
  }
  .instructor-type h3.name-data{
    text-align: left;
    margin-top: 0;
  }
  .instructor-article:last-child{
    margin-bottom: 0px;
  }
}

.button.top-zero{
  margin-top: 0;
}

/* /////////////////////////cafe///////////////////////// */
.page-id-21 section.intro{
  padding-top: 80px;
  margin-bottom: 80px;
}
.cafe-intro h3.p-hide{
  margin: 0;
}
.cafe-intro h5.t-p-hide{
  margin: 20px 0 30px 0;
  letter-spacing: 0.12em;
}
.cafe-intro img.view,.cafe-info img.view{
  margin: 50px auto;
}
.cafe-intro p{
  line-height: 30px;
}
.cafe-info h4{
  margin: 0 0 14px 0;
}
section.menu .snap .title {
    font-size: 18px;
    margin: 12px auto 8px auto;
    text-align: center;
    display: block;
}
section.menu .snap .price{
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

section.menu .bubble-title{
  background-image: url('library/image/bubble-red.png');
}
section.cafe-snap.bg-wave-end{
  padding-bottom: 3rem;
}
section.cafe-info .flex-two .text p:last-child{
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .cafe-intro img.view, .cafe-info img.view{
    margin: 0;
    max-width: 480px;
  }
}

/* /////////////////////////about///////////////////////// */
.page-about h4{
   line-height: 2.5rem;
}
/* /////////////////////////salon///////////////////////// */
.page-salon{
  margin: 80px 0 0 0;
}
.wave-end-padding.practitioner{
  padding-bottom: 100px;
}
.wave-end-padding.practitioner h3.name{
  display: inline-block;
  margin: 0 0 1rem 0;
}
.wave-end-padding.practitioner span.mui{
  margin-left: 2rem;
}
.practitioner img{
  border-radius: 20px;
  margin-bottom: 40px;
}
.practitioner .flex-two .img-box{
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  align-self: flex-start;
}
.practitioner .button a.dashed{
  background: inherit;
}
.practitioner .button a.dashed:hover{
  background: #423b67;
  color: #fff;
}
.practitioner .button a.solid{
  background: #c9c9c9;
  border: solid 2px #c9c9c9;
}
.practitioner .button a.solid:hover{
  background: #423b67;
  border: solid 2px #423b67;
  color: #fff;
}
.salon-snap{
  margin-top: 7rem;
}
.salon-copy{
  margin-top: 80px;
}

.salon-intro h4.t-p-hide{
  margin: 0 auto 80px auto;
}
.salon-intro h2.m-hide{
  margin: 20px auto 100px auto;
}
@media screen and (min-width:768px) {
  .practitioner img{
    margin-bottom: 0px;
  }
}

/* /////////////////////////space///////////////////////// */
.page-space{
  margin:100px 0;
}
.page-space h3.m-hide{
  margin:0 0 100px 0;
}
.page-space h5.t-p-hide{
  margin:0 0 100px 0;
}
.page-space h3{
  margin-bottom: 2rem;
}
.page-space section.space-type:not(:last-child){
  margin-bottom: 100px;
}

.space-caption{
  display: block;
  text-align: center;
  margin: 8px 0 0 0;
}

/* /////////////////////////contact///////////////////////// */
.page-contact section.tel{
  margin-bottom: 100px;
}
.page-contact section.tel p{
  margin-top: 0;
  margin-bottom: 10px;
}
.page-contact section.tel a.tel-no{
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color:#413a66;
  font-family:"Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ ProN W3", "Hiragino Kaku Gothic ProN", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", "Meiryo", "verdana", sans-serif;
}
.page-contact section.tel .tel-no:hover{
  color: #c04f3f;
}

input:focus {
  outline: none !important;
}
.page-contact{
  margin: 80px 0 0 0;
}
label{
  font-size: 16px;
}
span.hissu{
  color: #fff;
  background: #c04f3f;
  padding: 0px 14px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
}
#main input[type="text"], #main input[type="password"], #main input[type="datetime"], #main input[type="datetime-local"], #main input[type="date"], #main input[type="month"], #main input[type="time"], #main input[type="week"], #main input[type="number"], #main input[type="email"], #main input[type="url"], #main input[type="search"], #main input[type="tel"], #main input[type="color"], #main select, #main textarea, #main .field{
  border-radius: 10px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  width:100%;
  margin-top: 10px;
  border-radius: 14px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    padding: 16px 2%;
  }
span.label-name{
  margin-right: 10px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 18px;
  background: #413a66;
  border: solid 2px #413a66;
  font-family: inherit;
  letter-spacing: 0.5em;
  border-radius: 24px;
  line-height: 36px;
  width: 100%;
  padding: 14px;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  background: #fff;
  color:#413a66;
}



@media screen and (min-width:426px) {
  .button.flex-two button.dashed{
    margin-bottom: 0;
  }
}








/* /////////////////Ã¨Â¨ËœÃ¤Âºâ€¹Ã¤Â¸â‚¬Ã¨Â¦Â§///////////////// */
.eyecatch{
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
    position: relative;
}

.top-post-list .post-list:first-child a{
  border-top: none;
}
.top-post-list .post-list a{
  border-bottom: none;
}
.top-post-list .post-list .entry-content .entry-title {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.top-post-list .post-list .entry-content p {
    margin: 6px 0;
}
.top-post-list .post-list:before{
  background: #fff;
}
h1.h2.entry-title {
    font-weight: 500;
}


/* Ã£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£Æ’ÂÃ£Æ’Â¼ */
.entry-content h2, .widgettitle, .accordion::before {
    background: none !important;
    color: #333 !important;
}
.widgettitle{
  padding: 1rem 0;
}
.widgettitle span{
  position: relative;
  font-size: 20px;
  padding: 0 0 0 2.5rem;
}
.widgettitle span::before{
  content: '';
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -webkit-baseline-middle;
  padding-right: 0.8rem;
  top: 6px;
  left: 0;
}
.widgettitle span::before {
  background-image: url(library/image/gray-dot.png);
}
.widget.widget_search input[type="search"]{
  padding: 12px 0 12px 12px;
  margin: 0;
  font-family: inherit;
}
.widget.widget_search button{
  padding: 0;
  width: 40px;
  top: 4px;
  right: 4px;
}
.widget select{
  font-family: inherit;
}
.widget.widget_search .searchform{
  max-width: 100%;
}
.event-page{
  margin-bottom: 70px;
}
.event-status{
  font-size: 14px;
  display: inline-block;
}
.event-status::before{
  content: 'Ã¢â€”Â';/*Ã¤Â½â€¢Ã£â€šâ€šÃ¥â€¦Â¥Ã£â€šÅ’Ã£ÂÂªÃ£Ââ€ž*/
  display: inline-block;/*Ã¥Â¿ËœÃ£â€šÅ’Ã£ÂÅ¡Ã£ÂÂ«Ã¯Â¼Â*/
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  padding-right: 0.5rem;
}
.event-status.event-status-now{
  color: #c15040;
}
.event-status.event-status-old{
  color: #555;
}





/* /////////////////Ã£â€šÂ«Ã£Æ’â€ Ã£â€šÂ´Ã£Æ’ÂªÃ£Æ’Â¼Ã£â€šÂ¹Ã£Æ’Â©Ã£Æ’Æ’Ã£â€šÂ°Ã¨â€°Â²Ã¥Ë†â€ Ã£Ââ€˜///////////////// */

span.cat-data.event1 ,span.cat-data.news1 ,span.cat-data.blog1{
  background: #423b67;
}
span.cat-data.event2 ,span.cat-data.news2 ,span.cat-data.blog2{
  background: #479747;
}
span.cat-data.event3,span.cat-data.news3 ,span.cat-data.blog3{
  background: #d8bb1a;
}
span.cat-data.event4,span.cat-data.news4 ,span.cat-data.blog4{
  background: #c15040;
}




/* /////////////////Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£â€šÂ¦Ã£â€šÂ¤Ã£Æ’Â³Ã£Æ’â€°Ã£â€šÂ¦///////////////// */
* {
  box-sizing: border-box;
}

/* Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«CSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 100000; /*Ã£â€šÂµÃ£â€šÂ¤Ã£Æ’Ë†Ã£ÂÂ«Ã£â€šË†Ã£ÂÂ£Ã£ÂÂ¦Ã£Ââ€œÃ£Ââ€œÃ£ÂÂ®Ã¦â€¢Â°Ã¥â‚¬Â¤Ã£ÂÂ¯Ã¨ÂªÂ¿Ã¦â€¢Â´ */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.6);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 95%;
  max-width: 800px;
  height: 80vh;
  padding: 0;
  background-color: #fff;
  border-radius: 30px;
  overflow-y:scroll;
}
.modalContents{
  padding: 3rem 0 3rem 0;
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}
.modalContents .button a{
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}
.closeModal {
  position: absolute;
      top: 4%;
      right: 4%;
      cursor: pointer;
      background: rgba(255,255,255,0.8);
      display: block;
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 50%;
      text-align: center;
      line-height: 3.5rem;
}
button {
  font-family: inherit;
}
#openModal-hondou,#openModal-hiroma,#openModal-hanare,#openModal-cafe {
  position: relative;
}
.modalWrapper img{
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width:426px) {
  .modalWrapper {
    height: 80vh;
    border-radius: 40px;
  }
}

/* /////////////////Ã£â€šÂ¢Ã£â€šÂ³Ã£Æ’Â¼Ã£Æ’â€¡Ã£â€šÂ£Ã£â€šÂªÃ£Æ’Â³Ã£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼///////////////// */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 17px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  color: #333;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}
.accordion-title{
  position: relative;
}
.accordion-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.accordion-title.open:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content ul li{
  list-style: disc;
}
.accordion-content {
  display: none;
  padding-left: 2.3125em;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
}






/* /////////////////responsive///////////////// */
/* /////////////////responsive///////////////// */
/* /////////////////responsive///////////////// */
/* /////////////////responsive///////////////// */
/* /////////////////responsive///////////////// */





@media only screen and (min-width: 768px){
  .center.m-left{
    text-align: center;
  }
  .center.m-left br{
    display: inline;
  }
  .page-header{
    height: 40vw;
  }
  .page-id-12 .page-header{
    background-position-y: 25%;
    background-size: cover;
  }
  .page-id-14 .page-header{
    background-size: 130%;
  }
  .page-id-14 .page-header .page-title-area-rl{
    width: 100px;
    height: 245px;
    top: 45%;
  }
  .page-id-14 .page-header .page-title-area-rl h1 {
      margin: 3.8vw auto 0 auto;
      letter-spacing: 0.3rem;
  }
  .page-header .page-title-area-rl h1{
    writing-mode: vertical-rl;
    font-size: 1.3em;
    margin: 3rem auto 0 auto;
  }
  .page-id-25 .page-header .page-title-area-cloud h1{
    font-size: 1.3em;
    letter-spacing: 0.4rem;
  }
  .page-header .page-title-area-rl{
    width: 100px;
    height: 180px;
    top: 40%;
  }
  .medium{
    width: 80%;
  }
  .page-title-area-cloud{
    width: 360px;
  }
  .page-title-area-cloud h1{
    line-height: 160px;
    font-size: 1.3em;
    letter-spacing: 0.5rem;
  }
}

@media only screen and (min-width: 768px){
  #inner-content {
    width: 85%;
    padding: 0px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1099px) and (min-width: 768px){
  #main {
    width: 66%;
  }
  .nav_btn{
    width: 55px;
    height: 58px;
    padding: .7em 0;
    border: none;
    background: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: block;
    line-height: 1;
    text-decoration: none;
  }
  .nav_btn:before, .search_btn:before {
    font-size: 2em;
    height: 1.1em;
    font-family: "fontawesome";
    content: '\f0c9';
    width: 100%;
    display: block;
}
.header-decoration {
  margin-top: 10px;
}
  #g_nav {
    display: none;
  }
  #logo {
    max-width: 71%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height: auto;
    min-height: 50px;
    font-size: 1em;
    position: static;
  }
}

/* /////////////////pc-medium///////////////// */
@media only screen and (min-width: 1100px){
  .page-header{
    height: 30vw;
  }
  .page-id-14 .page-header{
    background-size: 100%;
  }

  .header-decoration{
    display: block;
    width: 100vw;
    position: absolute;
    bottom: 0;
  }
  .entry-content .excerpt{
    display: inline-block;
  }
  .page-id-14 .page-header .page-title-area-rl{
    width: 100px;
    height: 260px;
  }
  .page-id-14 .page-header .page-title-area-rl h1 {
      margin: 40px auto 0 auto;
      letter-spacing: 0.3rem;
  }
  .page-title-area-cloud{
    width: 430px;
  }
  .page-title-area-cloud h1{
    line-height: 160px;
    font-size: 1.3em;
    letter-spacing: 0.5rem;
  }

}

/* /////////////////pc-wide///////////////// */
@media only screen and (min-width: 1166px){
  #inner-content {

      width: 90%;
      max-width: 1000px;
  }
  #main {
    width: 66%;
    max-width: 660px;
  }
}

/* /////////////////pc-full///////////////// */
@media only screen and (min-width: 1300px){
  #inner-content {
      width: 1200px;
  }
}




.m-t-hide{
  display: none !important;
}
.m-hide{
  display: none !important;
}
@media only screen and (min-width: 426px){
  .m-hide{
    display: block !important;
  }
  .t-p-hide{
    display: none !important;
  }
}
@media only screen and (min-width: 768px){
  .m-t-hide{
    display: block !important;
    color: #fff;
    font-size: 1.3rem;
  }
  .p-hide{
    display: none !important;
  }
}
#inner-footer nav {
	display: block;
	float: none;
	text-align: center;
	margin: 3rem 0 0 0;
}
.login-con{
	margin:5rem 0;
}
.login{
  display:inline-block;
  text-align:center;
}
.login img{
width:80%
}

.big{
    font-weight: 500;
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
}
.header {
		margin: 0em 0;
	}
@media screen and (max-width:600px) {
  .flex-two .img-box{
    padding-right: 40px;
  }
  .content-one{
  width: 100%;
  /* font-size: 0; */
  display: inline-block;
}
.home-header h1 {
    font-size: 18px;
}
.content-type-3{
  /* display:inline-block; */
  text-align:center;
  font-size: 0;
}
.button {
    margin: 2rem 2rem 2rem 2rem;
}
	
#nav_menu-2 a:visitedÂ {
color:#666666;!important
}
	
	
	.pc-top img{
		width:100%;
	}

	.sp-top {
		display:none;
	}

	@media only screen and (max-width: 750px) {
    .pc-top { display: none !important; }
    .sp-top { display: block !important; }
	}