@charset "utf-8";

body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: 'Montserrat',/*'Noto Sans JP',*/ sans-serif;
    /*font-family: 'Lato', "Hiragino Sans", "Hiragino Kaku Gothic ProN","Yu Gothic", "Meiryo", sans-serif !important;*/
}
@media screen and (max-width: 480px) {
  html{
    width: 100%;
    overflow-x: hidden;
  }
}


img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul,li{
	list-style: none;
}

.small{
  font-size: 82%;
}

.page .entry-content h2{
  /*text-align: center;
  padding-top: 50px;
  font-size: min(36px, 4vw);
  letter-spacing: 6px;
  color: #D3469C;
  text-shadow: 3px 2px 0 #000;
  -webkit-text-stroke: 1.3px #000;
  font-family: 'Arial';
  font-weight: 900;*/
  border-left: 8px solid #000;
  padding: 15px;
  padding-right: 0;
}
.page .entry-content h3{
	/*text-align: center;
    font-weight: bold;
    font-size: min(18px, 5vw);
    background: url(../img/kaso_h3_bgi.png) no-repeat center center;
    background-size: cover;
    padding: 3% 0;
    background-color: #f3f3f3;*/
  width: calc(100% - 8px);
  font-weight: bold;
  font-size: min(22px, 5vw);
  background-color: #fff;
  background-image: radial-gradient(#f4f4f4 20%, transparent 20%), radial-gradient(#f4f4f4 20%, transparent 20%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  padding: 20px;
  border: 2px solid #000;
  box-shadow: 8px 8px #839be2;
  margin-bottom: 30px;
}
.elementor-heading-title{
	line-height: 1.5!important;
}

/*ページタイトル*/
.kaso-sec-01 .kaso-h1-midasi .entry-title{
  text-align: center;
  background: #fff;
  border: 3px solid #000;
  box-shadow: 4px 4px #000;
  border-radius: 5px;
  padding: 1em;
  margin-top: 7%;
  font-size: min(36px, 2.5vw);
  letter-spacing: 6px;
  color: #6fd7dd;
  text-shadow: 3px 2px 0 #000;
  -webkit-text-stroke: 1.3px #000;
  font-family: 'Arial';
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6em;
}
.kaso-about.page-default .kaso-sec-01 .kaso-h1-midasi{
  top:6%;
}

.kaso-sec-01 h1{
  animation: fadeIn .6s ease 0.3s 1 normal backwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 480px) {
  .kaso-about.page-default .kaso-sec-01 .kaso-h1-midasi{
    top: -4%;
    left: 0;
    width: 100%;
  }
  .kaso-about.kaso-message .kaso-sec-01 .kaso-h1-midasi{
    top: 10%;
  }
  .kaso-about.page-default .kaso-h1-midasi .entry-title{
    font-size: min(24px, 7vw);
    padding: 10px;
    min-height: 5em;
  }
}



/*影付きボックス*/

.shadow-img{
	width: calc(100% - 8px);
    box-shadow: 8px 8px #000;
	border:2px solid #000;
}
.shadow-img.blue{
    box-shadow: 8px 8px #839be2;
}

.more-btn-02 {
  width: 90%;
  background-color: #000;
  display: block;
  color: #fff !important;
  text-align: center;
  line-height: 0;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  box-shadow: 4px 4px #869ae4;
  font-size: min(16px, 1.7vw);
  margin-top: -3px;
  transition: 0.2s;
}
.more-btn-02:hover,.more-btn-02:active {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: -3px;
}

/*トップに戻るボタン*/
.to_top{
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.to_top::before{
  content: "\f139";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  padding-right: 0.5rem
}

/*****************/
.scrolldown-arrow{
  z-index: 99;
  position:absolute;
  bottom:2%;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }
.scrolldown-arrow span{
  position: absolute;
  left:-20px;
  bottom:10px;
  color: #333;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  font-weight: bold;
}
.scrolldown-arrow span:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
}
.scrolldown-arrow:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 2px;
  height: 20px;
  background: #333;
  transform: skewX(-31deg);
}
.scrolldown-arrow:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:2px;
  height: 60px;
  background:#333;
}
/*********************/
/*ハンバーガー*/
#humberger {
  cursor: pointer;
  position: absolute;
  height: 50px;
  width: 50px;
  display: inline-block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  z-index: 999;
  display: none;
  transition: all .6s;
  /*background: #555;*/
}
#humberger span{
    transition: all .4s;
    background-color: #fff;
    position: absolute;
    left: 0;
    height: 2px;
    width: 28px;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
}
#humberger span:nth-of-type(1) {
    bottom: 30px;
    left: 10px;
}
#humberger span:nth-of-type(2) {
    bottom: 20px;
    left: 10px;
}
#humberger span:nth-of-type(3) {
    bottom: 10px;
    left: 10px;
}
#humberger.active span:nth-of-type(1) {
    top: 22px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}
#humberger.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}
#humberger.active span:nth-of-type(3){
    top: 34px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}
/***** ヘッダー *****/
header#header{
    background: #000;
    height: 70px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;

    position: fixed;
    width: 100%;
    z-index: 999;
}
.admin-bar header#header{
    top: 32px;
}
header#header .logo{
    min-width: 200px;
    width: 20%;
    padding-left: 2vw;
}
header#header *{
    text-decoration: none;
    color: #fff;
}
header#header .head-nav ul{
    display: flex;
    padding: 0;
}
header#header .head-nav ul a{
    padding:0 20px; 
    display: flex;
    flex-direction: column;
    text-align: center;
    letter-spacing: .1em;
    pointer-events: auto;
    position: relative;
}
header#header .head-nav ul a b{
    font-size: 0.9rem;
}

header#header a u{
    font-size: 0.7rem;
}

.header#header-offset{
    padding-top: 70px!important;
}
header#header #open-bg{
    display: none;
}

#site-container{
  margin-top:70px; 
}
@media only screen and (max-width:1350px){
  #site-container{
    margin-top:10vw; 
  }

    #humberger {
        display: block;
    }
    header#header{
        height: 10vw;
    }
    .header#header-offset{
        padding-top: 10vw!important;
    }
    header#header .head-nav{
        transition: .4s ease-out;
        width: 100vw;
        height: 100vh;
        display: flex;
        /*justify-content: flex-end;*/
        justify-content: center;
        align-items: center;
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
    }
    header#header.active .head-nav{
        opacity: 1;
    }

    header#header .head-nav ul{
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }
    header#header .head-nav a {
        font-size: 26px;
        margin: 5% 0;
        font-weight: normal;
    }

    header#header .head-nav ul a{
        pointer-events: none;
    }
    header#header.active .head-nav ul a{
        pointer-events: auto;
    }

    header#header #open-bg{
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: fixed;
      background: #000;
      z-index: -1;
      top: 0;
      left: 0;
      opacity: .0;
      transition: all .3s;
      pointer-events: none;
    }
    header#header.active #open-bg{
      opacity: .8;
      pointer-events: auto;
      cursor: pointer;
    }

}
@media only screen and (max-width:768px){
  #site-container{
    margin-top:13.3333333333vw; 
  }

  header#header{
      height: 13.3333333333vw;
  }
  .header#header-offset{
      padding-top: 13.3333333333vw!important;
  }
}
/*portrait*/

.pc {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

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

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  
  .tab {
    display: block;
  }
  
  .sp {
    display: block;
  }
}


/* ==========================
   TOP_BLOG
   ========================== */

#sec_01 {
  margin-bottom: 6rem;
} 

#sec_01 .title {
  width: 24%;
  min-width: 185px;
  margin: 0 auto;
  line-height: 0;
  margin-bottom: 3rem;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

#sec_01 .blog-box {
  padding-left: 0;
  margin-bottom: 4rem;
}

.blog-box .post {
  float: left;
  width: 23%;
  margin-right: 2.6%;
  position: relative;
  transition: .2s;
}
.blog-box .post:nth-of-type(4n) {
  margin-right: 0;
}
.blog-box .post:nth-of-type(4n+1) {
  clear: both;
}

.blog-box .post:last-of-type {
  margin-right: 0;
}

.blog-box .post .b-photo {
  width: calc(100% - 8px);
  box-shadow: 8px 8px #000;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.b-photo .b-photo-img{
  padding: 30% 50%;
  background-position: center;
  background-size: cover;
  transition: .6s;
}

.blog-box .post .b-text {
  color: #000;
  margin: 0.8rem 0 0.6rem;
  font-size: min(16px, 1.8vw);
}
.blog-box .post .prof {
  font-weight: bold;
}

.blog-box .post .new-mark {
  position: absolute;
  background-color: #869AE4;
  color: #fff;
  font-size: min(13px, 2vw);
  line-height: 0.1;
  font-weight: bold;
  padding: 5.5% 2.5%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  z-index: 9;
}

.blog-box .post .category {
  font-size: min(13px, 4vw);
  background-color: #000;
  color: #fff;
  padding: 2% 3.5%;
  border-radius: 4px;
}

/*ホバー時のキャラクターアニメーション*/
.blog.blog-box .post .b-photo::after {
  content: "";
  width: 50%;
  height: 90%;
  background: url("../img/m1.png") no-repeat right top/contain;
  display: block;
  position: absolute;
  bottom: -100%;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.blog.blog-box .post:hover .b-photo::after {
  bottom: -25%;
  transition: all 0.5s ease-in-out;
}
.blog.blog-box .post:hover .b-photo-img{
  opacity: .8;
}
.blog.blog-box .post:nth-child(2) .b-photo::after,
.blog.blog-box .post:nth-child(10) .b-photo::after{
  background-image: url("../img/m2.png");
}
.blog.blog-box .post:nth-child(3) .b-photo::after {
  background-image: url("../img/m3.png");
}
.blog.blog-box .post:nth-child(4) .b-photo::after {
  background-image: url("../img/m4.png");
}
.blog.blog-box .post:nth-child(5) .b-photo::after {
  background-image: url("../img/m5.png");
}
.blog.blog-box .post:nth-child(6) .b-photo::after {
  background-image: url("../img/m6.png");
}
.blog.blog-box .post:nth-child(7) .b-photo::after {
  background-image: url("../img/m7.png");
}
.blog.blog-box .post:nth-child(8) .b-photo::after {
  background-image: url("../img/m8.png");
}


#sec_01 .more-btn {
  padding: 10px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border: solid 2px #000;
  border-radius: 5px;
  margin: 0 auto;
  width: 40%;
  letter-spacing: 0.2rem;
  display: block;
  position: relative;
  text-align: center;
  box-shadow: 3px 3px;
  margin-top: -3px;
  transition: 0.2s;
}
#sec_01 .more-btn:hover,#sec_01 .more-btn:active {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: -3px;
}
#sec_01 .more-text {
  margin: 0;
}

.yazirusi-box {
  position: absolute;
  top: 23%;
  right: 19px;
}

.yazirusi {
  position: relative;
  width: 25px;
  margin-top: 14px;
}
.line01 {
  height: 2px;
  background-color: #000;
}
.line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 11px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #sec_01 {
    width: 90%;
    margin: 5% auto 15%;
  }

  #sec_01 .title {
    margin-bottom: 2rem;
  }

  .blog-box .post {
    width: 46.7%;
    margin-bottom: 6%;
    margin-right: 4.6%;
  }
  .blog-box .post:nth-of-type(2n+1) {
    clear: both;
  }
  .blog-box .post .b-photo {
    box-shadow: 5px 5px #000;
  }

  .blog-box .post:nth-of-type(even) {
    margin-right: 0;
  }

  .blog-box .post .b-text {
    font-size: min(16px, 3.8vw);
  }

  #sec_01 .blog-box {
    margin-bottom: 2rem;
  }

  #sec_01 .more-btn {
    width: 100%;
    padding: 2% 0;
    font-size: min(19px, 3.3vw);
  }
  
}

@media screen and (max-width: 480px) {
  #sec_01 {
    width: 100%;
  }
  .blog-box .post {
    width: 100%;
    margin-right: 0;
  }

  .blog-box .post .b-text {
    font-size: min(18px, 5vw);
    margin: 1rem 0;
  }

  #sec_01 .more-text {
    font-size: 16px;
  }

  .yazirusi-box {
    top: 10%;
  }
}

/*パンクズリスト*/
.breadcrumbs{
	font-size: 13px;
	padding: 10px;
}
.breadcrumbs > span:first-child a::before {
	content: "\f138";
  font-family: "Font Awesome 5 Free";
  color:#000; 
	padding-right: 5px;
  font-weight: bold;/*boldでないと出てこない*/
}


/*ブログ・先輩の声など記事ページ：共通*/

.single-post .entry-title{
  border-left: 8px solid #000;
  padding: 15px;
  padding-right: 0;
}
.single-voice .entry-title{
  color: #d3469c;
}
.entry-meta{
  display: inline-block;
  padding: 5px 20px;
  background: #000;
  border-radius: 100px;
  margin-bottom: 30px;
  color: #fff;
}
.single-post .entry-content h2,
.original-content h2,
.archive .page-title{
  width: calc(100% - 8px);
  font-weight: bold;
  font-size: min(22px, 5vw);
background-color: #fff;
  background-image:
    radial-gradient(#f4f4f4 20%, transparent 20%),
    radial-gradient(#f4f4f4 20%, transparent 20%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  padding: 20px;
  border: 2px solid #000;
  box-shadow: 8px 8px #839be2;
  margin-bottom: 30px;
}

.single-post .entry-content h3{
  padding-left: 1.5em;
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.single-post .entry-content h3::before{
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #839be2;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.single-post .entry-content h4,.page .entry-content h4{
  font-weight: bold;
  background: #e1e1e1;
  padding: 15px;
  border-radius: 5px;
}

.single-voice .staff_info .category {
  /*font-size: min(11px, 1vw);*/
  background-color: #000;
  color: #fff;
  padding: 2% 3.5%;
  border-radius: 4px;
  display: inline-block;
}

/*ページャー*/
.pager_wrap .page-numbers{
  text-align: center;
  padding-left: 0;
  margin-bottom: 50px;
}
.pager_wrap .page-numbers li{
  display: inline-block;
}
.pager_wrap .page-numbers li a.page-numbers,.pager_wrap .page-numbers li .current{
  border:1px solid #000;
  padding: 5px;
}
.pager_wrap .page-numbers li .current{
  background: #000;
  color: #fff;
}
.pager_wrap .page-numbers li a.prev,
.pager_wrap .page-numbers li a.next{
  border: none;
  font-weight: bold;
}
.pager_wrap .page-numbers li a.next::before,
.pager_wrap .page-numbers li a.prev::before{
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-size: 16px;
}
.pager_wrap .page-numbers li a.prev::before {
    padding-right: 1.3rem;
    content: "\f137";
}
.pager_wrap .page-numbers li a.next::before {
    padding-left: 1.3rem;
    content: "\f138";
}
.blog .posts-navigation{
  display: none;
}

/*コンテンツが見つからない時*/
.no-results{
  margin-bottom: 80px;
}
.no-results input[type="search"]{
  width: 100%;
  padding: 15px;
}
.no-results input[type="submit"]{
  margin-top: 10px;
}

/*ブログ：スタッフの1日*/
.entry-content.hukidashi{
  border: 3px solid #000;
  padding: 15px;
  position: relative;
  margin-bottom: 40px;
}
.entry-content.hukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.entry-content.hukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}

.staff_profile{
  margin-bottom: 50px;
  padding: 30px;
  background-color: #ffffff;
  background-image: radial-gradient(#ebf2ff 20%, transparent 25%), radial-gradient(#ebf2ff 20%, transparent 25%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  border: 2px solid #000;
}
.staff_profile .staff_info{
  padding: 15px;
}
.staff_profile .job{
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}
.staff_profile .name{
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.staff_schedule{
  padding: 0;
  margin-bottom: 50px;
}
.staff_schedule li{
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
  background: #eef9ff;
}
.staff_schedule li::before{
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #839be2;
}
.staff_schedule li:last-child::before{
  border: none;
}
.staff_schedule li p{
  margin: 0;
}
.staff_schedule .schedule_ttl .time{
  font-size: 2rem;
  margin-right: 10px;
  display: block;
}

.staff_schedule .schedule_ttl{
  width: 200px;
  clear: both;
  font-size: 1.3rem;
}
.staff_schedule .schedule_ttl .time{
  font-size: min(28px, 4vw);
  font-weight: bold;
}
.staff_schedule .schedule_txt{
  width: calc(100% - 220px);
}

/*ブログ：ページ最後の前後記事へのナビゲーション*/
#single_nav ul{
  border: 2px solid #000;
  box-shadow: 8px 8px #839be2;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: calc(100% - 8px);
}
#single_nav ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
}
#single_nav ul li img{
  width: 80px;
}
#single_nav ul li a.link-title{
  width: calc( 100% - 100px);
  font-weight: bold;
  color: #000;
}
#single_nav ul li a.link-title::before{
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  padding-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  #single_nav ul{
    display: block;
  }
  #single_nav ul li{
    width: 100%;
  }
  #single_nav ul li:first-child{
    margin-bottom: 15px;
  }
  .staff_schedule .schedule_ttl{
    width: 100px;
  }
  .staff_schedule .schedule_txt{
    width: calc(100% - 120px);
  }
}

@media screen and (min-width: 1024px) {
  /*ブログの２カラムレイアウト*/
  .two_column #primary{
    float: left;
    width: calc(100% - 350px);
  }
  #secondary{
    float: right;
    width: 300px;
  }
  
  /*ブログ：スタッフの1日*/
  .entry-content.hukidashi:before,
  .entry-content.hukidashi:after {
    left: 10%;
  }
  .staff_profile{
    display: flex;
    justify-content: space-between;
    /*align-items:stretch*/
  }
  .staff_profile .thumb-wrap,
  .staff_profile .staff_info{
    width: 48%;
    display: flex;
    align-items: center;
  }
  .staff_profile .thumb-wrap{
	margin-right: 4%
  }
  
}


/*サイドバー*/
#secondary h3{
  border:2px solid #000;
  background-color: #ffffff;
  background-image: radial-gradient(#ebf2ff 20%, transparent 25%), radial-gradient(#ebf2ff 20%, transparent 25%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  padding: 15px;
}
#secondary .blog-box{
  padding-left: 4px;
}
#secondary .blog-box .post{
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
#secondary .more-btn,
.search-result article .more-btn{
  padding: 10px;
  color: #000;
  background: #6fd7dd;
  font-weight: bold;
  font-size: 20px;
  border: solid 2px #000;
  border-radius: 5px;
  margin: 0 auto 50px;
  width: 100%;
  letter-spacing: 0.2rem;
  display: block;
  position: relative;
  text-align: center;
  box-shadow: 3px 3px;
  margin-top: -3px;
  transition: .2s;
}
#secondary .more-btn::before,
.search-result article .more-btn::before{
    content: '';
    border: 0;
    border-top: solid 2px #000;
    display: inline-block;
    width: 20px;
    height: 0px;
    position: absolute;
    top: 50%;
    right: 18px;
}
#secondary .more-btn::after,
.search-result article .more-btn::after{
    content: '';
    border: 0;
    border-top: solid 2px #000;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
#secondary .more-btn:hover,#secondary .more-btn:active{
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 47px;
}

.search-result article .more-text,
.search-result article .more-btn{
  position: relative;
  transition: .6s;
  top:0;
}
.search-result article .more-btn:hover,.search-result article .more-btn:active{
  box-shadow: none;
  top:3px;
  /*margin-top: 0;
  margin-bottom: 50px;*/
}
#secondary li.cat-item a::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    color: #000;
    padding-right: 5px;
    font-weight: bold;
}
#secondary .widget_search{
  padding: 0 4px;
}

/*検索結果*/
.search-result .entry-header h2{
  margin-top: 0;
  margin-bottom: 10px;
}
.search-result .entry-summary,
.search-result .entry-summary p{
  margin-top: 0;
  font-size: 90%;
}
.search-result .entry-header,
.search-result .entry-summary{
  margin-bottom: 15px;
}
.search-result .post-thumbnail{
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .search-result .entry-header,
  .search-result .entry-summary{
    width: 64%;
    float: right;
    margin-bottom: 15px;
  }
  .search-result .post-thumbnail{
    width: 32%;
    float: left;
    margin-bottom: 15px;
  }
  .search-result .more-text{
    clear: both;
  }

}

/*エントリー(説明会ページ下部)*/
.entry-btn .entry-1 {
	background-color: #DE8C72;
  background-image:repeating-linear-gradient(-45deg,#f1ab94, #f1ab94 7px,transparent 0, transparent 14px);
}

.entry-btn .entry-2 {
	background-color: #6FD7DD;
  background-image:repeating-linear-gradient(-45deg,#a9e6e9, #a9e6e9 7px,transparent 0, transparent 14px);
}

.entry-btn .entry-3 {
	background-color: #D4459B;
  background-image:repeating-linear-gradient(-45deg,#e66bb5, #e66bb5 7px,transparent 0, transparent 14px);
	margin-right: 0;
}


#area_info h3{
  padding-top: 0!important;
}
#map_wrap h2{
  font-size: min(48px, 10.5vw)!important;
}
#area_info h2,#area_info h3{
  font-size: min(48px, 9vw)!important;
}
table{
  border-collapse: collapse;
}

footer .copy{
  font-size: min(14px, 4vw)!important;
  margin-bottom: 2rem!important;
}
@media screen and (max-width: 480px) {
  .shop-wrap h4{
    font-size: 20px;
  }
  footer .copy{
    max-width: 80%;
  }
}
