html{
  font-size: 10px;
}

.l-container {
/*    padding-right: 48px;
    padding-left: 48px;*/
    margin-right: auto;
    margin-left: auto;
    max-width:700px;
}
.l-article {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    margin-top: 1.8em;
}
.articleThumb {
    width: 100%;
    margin: 2.7em 0;
    text-align: center;
}
.articleThumb__img{
  width: 100%;
  display: block;
}
.articleTitle{
  font-size:1.69em;
  padding:15px 0;
  font-weight: 700;
  line-height:1.72;
}
.post_content {
  font-size:1.07em;
  margin-bottom:60px; 
  margin-top: 40px; 
}
.post_content p{
  font-weight: 400;
  letter-spacing:0.025em;
  line-height:2.14; 
}
.post_content h2{
  padding: .5em 0;
  font-size:1.53em;
  font-weight: bold;
  margin-bottom:21px;
  margin-top:40px;
}
.post_content h2:first-child{
  margin-top:auto;
}
.post_content h3{
  padding: .5em 0;
  font-size:1.53em;
  font-weight: bold;
  margin-bottom:17px;
  margin-top:40px;
}
.post_content h4{
  padding: .5em 0;
  font-size:1.53em;
  font-weight: bold;
  margin-bottom:17px;
  margin-top:40px;
}
.post_content.-article h2{
  border-left: solid 6px #4073a2;
  background: #f6f6f6;
  padding: .5em 0 .5em 16px;
}
.post_content.-article h3{
  border-left: solid 6px #4073a2;
  padding: .5em 0 .5em 16px;
}
.articleTime{
  font-size:16px;
  font-weight:500;
  color:#8b8b8b;
}
.categoryList__link{
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin: 0 1em .2em 0;
  padding: .5em 1em;
  display: inline-block;
  min-width: 5em;
  color: #fff;
  background-color: #000;
  font-size: 1rem;
  text-align: center; 
}
@media (max-width: 750px) {
  .l-article{
    margin-top: 1.8em;
  }
  .categoryList__link {
    min-width: 3em
  }
}

/*@media (max-width: 750px) and (min-width: 751px) {
  .categoryList__link {
    font-size: 2.2rem
  }
}*/

@media (max-width: 750px) and (max-width: 750px) {
  .categoryList__link {
    font-size: 2.93333vw
  }
}
/*.authorBox {
  padding: 5vw;
    border: solid 1px rgba(200,200,200,.5);
    margin-bottom:54px;
}
.authorBox__l {
    margin: 0 0 1em;
    text-align: center;
}
.authorBox .avatar{
  width: 160px;
}
.authorBox__r{
  width: 100%;
}
@media (min-width: 599px){
  .authorBox {
      padding: 5vw;
      display: flex;
      align-content: stretch;
      justify-content: space-between;
      padding: 1.5em;
    letter-spacing:0.05em;
    line-height:1.7;
    margin-bottom:60px;
  }
  .authorBox__l {
      width: 160px;
      margin-bottom: 0;
  }
  .authorBox__r {
      display: flex;
      flex-direction: column;
      width: calc(100% - 160px - 1.5em);
      padding-left: 1.5em;
  }
}*/
.authorBox {
  padding: 5vw;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  border: solid 1px rgba(200,200,200,.5);
  padding: 1.5em;
  letter-spacing:0.05em;
  line-height:1.7;
  margin-bottom:60px;
}
.authorBox__l {
  width: 160px;
  margin-bottom: 0;
}
.authorBox__r {
  display: flex;
  flex-direction: column;
  width: calc(100% - 160px - 1.5em);
  padding-left: 1.5em;
}
.authorBox__name{
  font-weight: 500;
  font-size:18px;
  margin-top:8px;
  margin-bottom:20px;
}
.author__ttl{
  font-size:14px;
  font-weight: 400;
  color:#9d9d9d;
}
@media (max-width: 750px) {
  .articleTitle{
    /*font-size: 5.3140vw;*/
    font-size: 4.8vw;
  }
  .articleThumb{
    /*margin: 1.8em 0;*/
    margin:-bottom 1.8em;
  }
  .post_content {
    /*font-size: 3.3816vw;*/
    font-size: 3.2vw;
  }
  .post_content h2, .post_content.-article h3, .post_content.-article h4{
    /*font-size: 5.0724vw;*/
    font-size: 4vw;
  }
/*  .post_content p{
    font-size: 3.2vw;
  }*/
  .articleTime{
    /*font-size: 3.8647vw;*/
    font-size: 3.2vw;
  }
  .author__ttl{
    /*font-size: 3.3816vw;*/
    font-size: 4vw;
  }
  .authorBox__name{
    /*font-size: 4.3478vw;*/
    font-size: 3.2vw;
  }
}
.breadcrumb{
  margin-bottom: 7.85714%;
}
.breadcrumb__item{
  font-size:1.07em;
  display: inline-block;
}
.breadcrumb__link{
    margin-right: 12px;
    padding-right: 18px;
    display: inline-block;
    position: relative;
    color: inherit;
    text-decoration: none;  
}
.breadcrumb__link::after{
    position: absolute;
    top: 0;
    right: 0;
    content: ">";
    font-family: "Hiragino Sans";
}
.categoryList__link{
  font-weight: 700;
}
@media (max-width: 750px){
  .l-container {
      padding-right: 6vw;
      padding-left: 6vw;
  }
}
.pageTitle{
    font-size: 2.3em;
    /*margin-bottom: 1.6em;*/
    margin-bottom: 3.81vh;
}
.postList__item{
  margin: 3.17vh 0;
}
.postList__link{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    color: #222222;
    text-decoration: none;
}
.postList__body{
  width: 60%;
}
.postList__thumb{
  width: 36%;
}
.postList__thumb > figure > img{
    width: 208px;
    height: 208px;
    -o-object-fit: cover;
    object-fit: cover;
}
.postList__title{
    font-size: 1.23em;  
}
.postList__time{
    margin-bottom: 8px;
    font-size: 1.07em;
    color: #8b8b8b;
}
@media (max-width: 600px){
  .postList__thumb > figure > img{
    width: 147px;
      height: 147px;
      margin-bottom: 8px;
      -o-object-fit: cover;
      object-fit: cover;
  } 
}
.kanren .post_item__m {
  padding: 0;
}

.kanren .post_list{
  margin: 3.17vh 0;
}
.pagination .page-numbers{
  border: 1px solid #222222;
    padding: 8px 10px;
    margin: 0 2px 5px;
    font-size: 15px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
}
.pagination .page-numbers.current{
    background: #222222;
    color: #fff;
}
.priceBox{  
    background-color: #d9d9d9;
    padding-bottom: 3.77778%;
    margin-bottom: 4.31460%;
}
.priceBox .priceBox__title{
  margin-bottom:  7.91011%;
}
.priceBox__item{
    margin-bottom: 2.37em;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.27;
}
.priceBox__body{
    margin-bottom: .84em;
    font-weight: bold;
    font-size: 2.2rem;
}
.priceBox__times{
  padding-top: .5em;
    display: block;
    font-size: 1.6rem;
    letter-spacing: .1em; 
}
.priceBox__price{
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.priceBox__btn{
  text-align: center;
}
.priceBox__btn a{
    padding: .5em 5em;
    border-radius: 20px;
    display: inline-block;
    line-height: 1;
    color: #000;
    background-color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    transition: .4s;  
}
@media (max-width: 600px){
  .priceBox__body{
    font-size: 4.8vw;
  }
  .priceBox__times{
    font-size: 3.2vw;
  }
  .priceBox__price{
    font-size: 5.33333vw;
  }
  .priceBox__btn a{
      font-size: 4vw;
    }
}
.priceTable .wp-block-table{
  text-align: center;
}
.priceTable .wp-block-table table, .priceTable .wp-block-table th, .priceTable .wp-block-table td{
  border: 1px solid #9a9a9a;  
  border-collapse: collapse;
}
.priceTable .wp-block-table thead{
  background:#f2f2f2;
  border: none;
}
.priceTable .wp-block-table th{
  padding:0.75em 0px;
  font-weight: 500;
  font-size:1.54em;
  word-break: break-word;
}
.priceTable .wp-block-table td{
  font-size: 1.23em;
  padding:1.06em 0px;
  word-break: break-word;
}
/* あとから直す */
@media (max-width: 750px){
  .priceTable .wp-block-table th{
    padding:1em 0px;
    font-size: 3.08000vw;
  }
  .priceTable .wp-block-table td{
    padding:1em 0px;
    font-size: 3.08000vw;
  }
  .-scroll__tb{
    display: block;
    padding-bottom: 16px;
    overflow-x: scroll;    
  }
  .priceTable.-scroll__tb table{
    width: 800px;
    max-width: 800px;    
    table-layout: fixed;
  }
  .priceTable.scroll__tb th{
    padding: .5em .75em;
    vertical-align: top;
  }
  .priceTable.scroll__tb td{
    padding: .5em .75em;
    vertical-align: top; 
  }
}
.priceList{
  border-top: 1px solid #c7c7c7;
  /*width: 624px;*/
  margin: auto;
}
.priceTtl, .meatup-block-fullWide__inner .priceTtl{
  font-size:1.62em;
  font-weight:700;
  margin-bottom: 4.88%;
}
.priceList dl{
  border-bottom: 1px solid #c7c7c7;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding:27px 0;
}
.priceList dt, dd{
  /*font-size:1.37em;*/
  font-size:1em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.priceList dd small{
  font-size:16px;
}
@media (max-width: 750px){
  .priceBox{
    margin-bottom: 7.37255%;
  }
  .priceList{
    width: 100%;
  }
  .priceTtl, .meatup-block-fullWide__inner .priceTtl{
    font-size: 4vw;
    margin-bottom: 7.84314%;
  }
  .priceList dt, dd{
    font-size: 3.08000vw;
  }
  .priceList dd small{
    font-size: 2.13333vw;    
  }
}
.accordion__item{
  margin-bottom: 3.55556%;
}
.accordion__item .accordion__btn{
    padding: 3.33333% 11.11111% 3.33333% 2.77778%;
    position: relative;
    background-color: #e0e0e0;
    cursor: pointer;
}
.accordion__item .accordion__title{
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.accordion__item .accordion__btn.close::before{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    transition: .4s;
}
.accordion__item .accordion__btn.close::after{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    transform: rotate(90deg);
    transition: .4s;
}
.accordion__item .accordion__btn.open::before{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    transform: rotate(45deg);
    transition: .4s;
}
.accordion__item .accordion__btn.open::after{
position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    transform: rotate(135deg);
    transition: .4s;
}
.accordion__item .accordion__body{
    padding: 0% 5.55556% 5.55556% 5.55556%;
     display: none; 
    background-color: #e0e0e0;  
}
@media (max-width: 750px) and (max-width: 750px){
  .accordion__item .accordion__title{
    font-size: 3.73333vw;
  }
  .accordion__item .accordion__body{
    font-size: 3.2vw;
  }
  .accordion__item .accordion__btn.close::before{
    width: 20px;
    height: 2px;
  }
  .accordion__item .accordion__btn.close::after{
    width: 20px;
    height: 2px;
  }
}

.form * {
  box-sizing: border-box
}

.form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.form__item {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 32px
}

.form__term {
  width: 30%
}

.form__term:not(.is-required) {
  margin-top: 4px
}

.form__desc {
  width: 70%
}

.form__desc input:not([type=date]), .form__desc textarea {
  width: 100%
}

.form__term.is-required {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center
}

.form__term.is-required::before {
  content: "必須";
  color: #fff;
  background-color: #ed5f58;
  font-size: 1rem;
  font-weight: 400;
  width: 30px;
  height: 18px;
  line-height: 1.6;
  margin-right: 8px;
  text-align: center;
  padding: 2px 3px
}

.form__desc input[type=email], .form__desc input[type=tel], .form__desc input[type=text], .form__desc select, .form__desc textarea {
  padding: 6px 8px
}

.form__desc input[type=date] {
  padding: 4px 8px
}

.form__btn-wrapper {
  text-align: center;
  margin-bottom: 60px
}

.form__btn {
  padding: 14px 52px;
  border-radius: 28px;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .2rem;
  cursor: pointer;
  transition: .3s ease;
  -webkit-appearance: none
}

.form__btn:hover {
  opacity: .7
}
@media (max-width: 750px){
  .instagram_content img{
    width:100%;
  }
  .instagram_content .wp-block-columns {
      margin-bottom: 0;
  } 
}
@media (max-width:750px) {
  .form__item {
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 20px
  }
  .form__term {
    width: 100%;
    margin-bottom: 10px
  }
  .form__desc {
    width: 100%
  }
}
.map_content .summary {
  margin-bottom: 9.44444%;
  display: flex
}

.map_content .summary .txt {
  margin-right: 11.77778%;
  width: 22.22222%
}

.map_content .summary .txt h3 {
  margin-bottom: 2em;
  font-size: 2.8rem
}

.map_content .summary .txt dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  font-size: 1.4rem
}

.map_content .summary .txt dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.map_content .summary .txt dl dt {
  width: 40%;
  color: #686868
}

.map_content .summary .txt dl dd {
  width: 53%
}

.map_content .summary .image {
  display: flex;
  justify-content: space-between;
  width: 50.55556%
}

.map_content .summary .image img {
  display: block;
  width: 47.25275%
}

.map_content .data {
  margin-top: 6.11111%;
  margin-bottom: 8.88889%;
  display: flex
}

.map_content .data dl {
  display: flex;
  line-height: 1.42857
}

.map_content .data dl dt {
  padding-top: .1em;
  color: #686868;
  font-size: 1.2rem
}

.map_content .data dl dd {
  color: #000;
  font-size: 1.4rem
}

.map_content .data dl.address {
  margin-right: 7.77778%;
  border-right: 1px solid #d6d6d6;
  width: 38.11111%
}

.map_content .data dl.address dt {
  width: 27.1137%
}

.map_content .data dl.access {
  width: 50%
}

.map_content .data dl.access dt {
  width: 20.66667%
}

.map_content .freeSession {
  text-align: center
}

@media (max-width: 750px) {
  .map_content .summary {
    margin-bottom: 6.66667%;
    justify-content: space-between
  }
  .map_content .summary .txt {
    margin-right: 0;
    width: 58.33333%
  }
  .map_content .summary .txt h3 {
    margin-bottom: 2em
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .map_content .summary .txt h3 {
    font-size: 3rem
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .map_content .summary .txt h3 {
    font-size: 4vw
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .map_content .summary .txt dl {
    font-size: 2.4rem
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .map_content .summary .txt dl {
    font-size: 3.2vw
  }
}

@media (max-width: 750px) {
  .map_content .summary .image {
    display: block;
    width: 30%
  }
  .map_content .summary .image img {
    display: block;
    width: auto
  }
  .map_content .summary .image img:first-child {
    margin-bottom: 3.33333%
  }
  .map_content .gMap {
    margin-bottom: 6.66667%
  }
  .map_content .data {
    margin-bottom: 6.66667%;
    display: block
  }
  .map_content .data dl dt {
    padding-top: 0
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .map_content .data dl dt {
    font-size: 2.2rem
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .map_content .data dl dt {
    font-size: 2.93333vw
  }
}

@media (max-width: 750px) {
  .map_content .data dl dd {
    width: 75.33333%
  }
}

@media (max-width: 750px) and (min-width: 751px) {
  .map_content .data dl dd {
    font-size: 2.2rem
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .map_content .data dl dd {
    font-size: 2.93333vw
  }
}

@media (max-width: 750px) {
  .map_content .data dl.address {
    margin: 0 0 3%;
    padding-bottom: 3%;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
    width: auto
  }
  .map_content .data dl.address dt {
    width: 24.66667%
  }
  .map_content .data dl.access {
    width: auto
  }
  .map_content .data dl.access dt {
    width: 24.66667%
  }
}

.post_list {
  margin-bottom: 6.66667%;
  display: flex;
  flex-wrap: wrap
}
.post_item__link {
  margin-right: 1.66667%;
  padding-bottom: 1.88889%;
  display: block;
  width: 32.22222%;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.post_item__link:hover .post_item__i {
  opacity: .7;
  transition: .4s
}
.post_item__link .post_item__i {
  margin-bottom: 4.82759%
}
.post_item__link .post_item__i img {
  width: 100%;
  height: 11vw;
  object-fit: cover
}
.post_item__m {
  margin-bottom: .5em;
  padding: 0 6.89655%;
  font-size: 1.2rem
}
.meatup-block-fullWide__inner .post_item__t {
  margin-bottom: .5em;
  padding: 0 6.89655% 0.5em;
  line-height: 1.625;
  min-height: 50px;
  font-size: 1.6rem
}
.post_item__c {
  padding: 0 6.89655%
}
.post_item__c li {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin: 0 1em .2em 0;
  padding: .5em 1em;
  display: inline-block;
  min-width: 5em;
  color: #fff;
  background-color: #000;
  font-size: 1rem;
  text-align: center
}
@media (min-width: 751px) {
  .post_item__link:last-child, .post_item__link:nth-child(3n) {
    margin-right: 0;
  }
  .post_item__link:nth-child(1), .post_item__link:nth-child(2), .post_item__link:nth-child(3) {
    margin-bottom: 1.66667%
  }
}
@media (max-width: 750px) {
  .post_list {
    display: block
  }
  .post_item__link {
    margin-bottom: 8.33333%;
    padding-bottom: 5%;
    width: auto
  }
  .post_item__link:last-child {
    margin-bottom: 0
  }
  .post_item__link .post_item__i img {
    height: 40vw
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .post_item__m {
  post_item__mont-size: 2.2rem
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .post_item__m {
    font-size: 2.93333vw
  }
}
@media (max-width: 750px) {
  .meatup-block-fullWide__inner .post_item__t {
    min-height: 1px
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .meatup-block-fullWide__inner .post_item__t {
    font-size: 2.4rem
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .meatup-block-fullWide__inner .post_item__t {
    font-size: 3.2vw
  }
}
@media (max-width: 750px) {
  .post_item__c li {
    min-width: 3em
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .post_item__c li {
    font-size: 2.2rem
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .post_item__c li {
    font-size: 2.93333vw
  }
}

.pagination{
  margin-bottom: 7.85714%;
}
.-btn a {
  padding: .7em 6.3em;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
}

.-btn.-border a {
  border: 1px solid #000;
}

@media (max-width: 750px) {
  .-btn a {
    padding: .35em 4.9em;
    font-size: 4vw;
  }
}