@charset "UTF-8";

html {font-size: 62.5%;-webkit-text-size-adjust: 100%;}
body{
  background-color: #beaf9b;
  color: #4a4e51;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
	line-height: 1.4em;
  padding: 25px;
  box-sizing: border-box; 
  -webkit-text-size-adjust: 100%;
}
.wrap{
  background-color: #ffffff;
  border-radius: 23px;
  padding: 0 0 35px;  
  position: relative;
}

a{ transition: opacity .3s ease-in-out;}
a:hover{ opacity: 0.3;}
a,
a:visited,
a:hover{ color: #4a4e51; text-decoration: none;}
a[href^="tel:"] { pointer-events: none;}
img{ max-width: 100%; height: auto;}
section{ opacity: 0;}
.fadeIn{
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  @keyframes fadeInAnime{
    from { opacity: 0; }  
    to { opacity: 1; }
  }
  a.hover-light{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  a.hover-light:hover{ opacity: 1;}
  a.hover-light::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 97%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 100%);
    transform: skewX(-25deg);
  }
  a.hover-light:hover::before{ animation: shine .75s;}
  @keyframes shine {
    100% {
      left: 125%;
    }
  }

/*-- common --*/
.showSP{ display: none!important;}
.remodal { max-width: 90%!important;}
.form_tmp .artice-list-wrap .article-list-box{
  padding-top: 60px;
  padding-bottom: 150px;
}
.form_tmp ul.flow{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 780px;
  margin: 0 auto;
}
.form_tmp ul.flow > li{
  width: calc( 780px / 3);
  font-size: 1.4rem;
  text-align: center;
  padding: 0 10px 10px;
  border-bottom: solid 2px #f0f0f0;
  box-sizing: border-box;
}
.form_tmp ul.flow > li > span{ display: block;}
.form_tmp.contact ul.flow > li:nth-child(1){ font-weight: bold; border-color: #737474;}
.form_tmp.confirm ul.flow > li:nth-child(2){ font-weight: bold;  border-color: #737474;}
.form_tmp.complate ul.flow > li:nth-child(3){ font-weight: bold;  border-color: #737474;}
.form_tmp.reserve ul.flow > li:nth-child(1){ font-weight: bold; border-color: #737474;}
.form_tmp.reserve_confirm ul.flow > li:nth-child(2){ font-weight: bold;  border-color: #737474;}
.form_tmp.reserve_complate ul.flow > li:nth-child(3){ font-weight: bold;  border-color: #737474;}
.form_tmp input[type="text"],
.form_tmp input[type="email"],
.form_tmp textarea{
  background-color: #f0f0f0;
  width: 100%;
  border: none;
  padding: 3px 10px;
}
.form_tmp textarea{ height: 250px;}
.form_tmp input[type="radio"]{
  background-color: #f0f0f0;
  border-color: #bbbcbc;
}
.form_tmp .mw_wp_form_input .backBtn{ display: none;}
.form_tmp .subBtn,
.form_tmp .backBtn{
  display: inline-block;  
  width: 370px;
  font-size: 2rem;
  color: #737474;
  letter-spacing: 0.05em;
  text-align: center;
  border: solid 1px #737474;
  border-radius: 50px;  
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  transition: opacity .3s ease;
}
.form_tmp .subBtn:hover,
.form_tmp .backBtn:hover{ opacity: .6s; background-color: red;}
.form_tmp.comfirm .subBtn,
.form_tmp.comfirm .backBtn,
.form_tmp.reserve_confirm .subBtn,
.form_tmp.reserve_confirm .backBtn{ width: 300px;}
.form_tmp .subBtn{background: linear-gradient(-90deg, #737474 50px, #fff 50px); padding-right: 50px;}
.form_tmp .backBtn{ background: linear-gradient(90deg, #737474 50px, #fff 50px); padding-left: 50px;}
.form_tmp .subBtn::after,
.form_tmp .backBtn::after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: solid 2px #fff;
  border-left: none;
  border-top: none;  
  position: absolute;
  top: 18px;  
}
.form_tmp .subBtn::after{ transform: rotateZ(-45deg); right: 22px;}
.form_tmp .backBtn::after{ transform: rotateZ(135deg); left: 22px}
.form_tmp .subBtn input[type="submit"],
.form_tmp .backBtn input[type="submit"]{
  width: 100%;
  cursor: pointer;
  color: #737474;
  border: none;
  background: transparent;
}
.form_tmp dl{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  max-width: 980px;
  margin: 100px auto;
}
.form_tmp dl > dt{
  width: 24%;
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.form_tmp dl > dt > span{
  background-color: #727373;
  display: inline-block;
  width: 50px;
  height: 37px;
  color: #fff;
  text-align: center;
  border: solid 1px #727373;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  right: 0;
}
.form_tmp dl > dt > span.any{
  background-color: transparent;
  color: #727373;
  border: solid 1px #727373;
}
.form_tmp dl > dd{
  width: calc(100% - 24%);
  padding-left: 30px;
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.form_tmp dl > dt:nth-last-child(2),
.form_tmp dl > dd:last-child{ border-bottom: none;}
.form_tmp .submitBtnBox{
  background-color: #f0f0f0;
  text-align: center;
  padding: 45px 10px;
}

.mv_text{
  position: absolute;
  bottom: 15%;
  left: 4%;
}

.pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.pagenavi a,
.pagenavi span{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  margin: 5px;
}
.pagenavi span{
  color: #ed7e69;
}

.btnBox{
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.btnBox a.btn-icon-c01:hover,
.btnBox a.btn-icon-c02:hover{
  opacity: 1;
  box-shadow: none;
  transform: translate(2px, 2px);
}
.btnBox a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 20px 3px 10px;
  border-radius: 40px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}
.btnBox a.btn-long{
  width: 570px;
  height: 79px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.btnBox a.btn-small{
  max-width: 440px;
  width: 32vw;
  max-height: 80px;
  height: 5.3vw;
  font-size: 1.9vw; /*2.9rem*/
  letter-spacing: 0.05em;
}
.btnBox a.btn-small-02{
  max-width: 565px;
  width: 37vw;
  height: 79px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
.btnBox a.btn-small-03{
  max-width: 230px;
  width: 15vw;
  height: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.btnBox a.btn-localnav{
  max-width: 312px;
  width: 20vw;
  max-height: 78px;
  height: 5.2vw;
  font-size: 1.3vw; /*2rem*/
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
   align-items: center;
   position: relative;
   padding: 2px 5% 2px 2px;
}
.btnBox a.btn-localnav > img{
  height: 94%;
  width: auto;
  /*position: absolute;*/
  left: 3px;
}
.btnBox a.btn-localnav.btn-icon-02::after{
  position: static;
}
.btnBox a.btn-w300{
  width: 300px;  
  height: 53px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.btnBox a.btn-w230{
  width: 300px;  
  height: 53px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.btnBox a.btn-w300 > span{ color: #ed7982; }
.nav-local > li{ margin-left: 2.3vw;}
.nav-local > li:first-child{ margin-left: 0;}

.btnBox a.btn-c01{
  background-color: #fff;
  color:  #ed7982;
  border: solid 3px #ed7982;
}
.btnBox a.btn-icon,
.btnBox a.btn-icon-02{ position: relative;}
.btnBox a.btn-icon::after,
.btnBox a.btn-icon-02::after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: solid 3px;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 43%;
  right: 25px;
}
.btnBox a.btn-icon::after{
  transform: rotateZ(-45deg);
  border-color: #ed7982;
}
.btnBox a.btn-icon-02::after{
  transform: rotateZ(45deg);
  border-color: #231815;
  top: 36%;
  right: 25px;
}
.btnBox a.btn-icon-c01{ border-color: #ed7982; box-shadow: 4px 4px 0px 0px #fbe0e3; transition: all .3s ease-in-out;}
.btnBox a.btn-icon-c02{ border-color: #ed7982; box-shadow: 4px 4px 0px 0px #fff; transition: all .3s ease-in-out;}

.btnBox a.btn-small-03.btn-c01{ border-width: 2px;}
.btnBox a.btn-small-03.btn-icon::after{
  border-width: 2px;
  width: 6px;
  height: 6px;
  right: 30px;
}
.btnBox a.btn-w300.btn-c01{ border-width: 2px;}
.btnBox a.btn-w300.btn-icon::after{
  border-width: 2px;
  width: 6px;
  height: 6px;
  right: 30px;
}
.btnBox a.btn-w230.btn-c01{ border-width: 2px;}
.btnBox a.btn-w230.btn-icon::after{
  border-width: 2px;
  width: 6px;
  height: 6px;
  right: 30px;
}

.sec-title-t01{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.sec-title-t01 span{
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  border-bottom: solid 2px;
  padding-bottom: 3px;
  margin-top: 15px;
}
.sec-title-c01{ color: #4d525a;}
.bd-c01 span{ border-color: #231815; }
.bd-c02 span{ border-color: #ed7982; }

.article-list li{
  margin-top: 35px;
  border-bottom: dotted 2.5px #a1abb0;
  padding: 0px 30px 35px 35px;
}
.article-list li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page .article-list li a .article-info{ width: 25%;}
.article-list li a .article-info{ width: 19%;}
.article-list li .date{
  color: #909090;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.article-list li .cat{
  display: inline-block;
  min-width: 120px;
  height: 36px;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 6px 25px;
  margin-left: 2vw;  
}
.article-list li .cat_news{ background-color: #beaf9b;}
.article-list li .cat_blog{ background-color: #e94855;}
.article-list li .title{
  width: calc(100% - 25%);
  line-height: 2em;
  margin-left: 30px;
  font-size: 1.6rem;
}



/*-- header --*/
main{ padding-top: 100px;}
header.is-fixed h1{ display: none;}
header.is-fixed{
  position: fixed;
  z-index: 99;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
}
header{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90vw;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  transition: all .3s ease-in-out;
}
header h1{ margin-top: 30px; width: 437px;}
header h1 a img{ height: auto; width: 100%;}
.sp_btn{   
  background-color: #5b5a5b;
  cursor: pointer;
  min-width: 50px;
  width: 98px;
  min-height: 50px;
  height: 86px;
  border-radius: 0 0 12px 12px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.sp_btn > div{
  line-height: 1rem;
  position: relative;
  margin:  0 auto;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_btn span{
  background: #fff;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  transition: all .4s;
  margin: 0 5px;
}
.sp_btn p{
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.sp_btn.active{ background: none;}
.sp_btn.active > div{ display: block;}
.sp_btn.active span:nth-of-type(1) {
  position: absolute;
  top: -3px;
  left: 5px;
  transform: translateY(6px) rotate(0);
  width: 40px;
}  
.sp_btn.active span:nth-of-type(2) { opacity: 0; }  
.sp_btn.active span:nth-of-type(3){
  position: absolute;
  top: 4px;
  left: 5px;
  transform: translateY(-6px) rotate(-45deg);
  width: 17px;
}
header nav{
  display: none;
  width: 30%;
  min-height: 100%;
  background-color: #7aacdd;
  position: fixed;
  top: 0;
  right: 0;    
  z-index: 98;
  padding: 25px 25px 30px 25px;
}
.gnav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  max-width: 465px;
  width: 100%;
  margin: 130px auto 0;
  padding: 0;
}
.gnav li a{ 
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 80%;
  margin: auto;
}
.gnav li{ margin: 0 0 1.5em!important;}
header .btnBox a{
  border: solid 2.5px #fff;
  font-size: 2rem;    
  width: 250px;
  max-width: 280px;
  padding: 12px 5px;
  margin: 0 auto;
}
header .btnBox li{ margin: 15px 0 0;}
.gnav a > small{
  display: block;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
}
.contactBtn{
  background-color: #e94855;
  cursor: pointer;
  min-width: 155px;
  width: 255px;
  min-height: 50px;
  height: 86px;
  border-radius: 0 0 12px 12px;
  z-index: 95;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-right: 8px;
  opacity: 1;
  transition: opacity .3s ease-in-out;
}
.contactBtn a{
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactBtn a::before{
  content: '';
  display: inline-block;
  width: 35px;
  height: 25px;
  background: url(../images/icon_mail.png) no-repeat center;
  background-size: contain;
  margin-right: 15px;
  padding-top: 1px;
}
.h-Btn{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
header.is-fixed .h-Btn{
  position: absolute;
  right: 50px;
}
.menu-open .contactBtn{ opacity: 0;}

/***-- loading ----***/

#loading{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading > img{ width: 20vw; height: auto; opacity: 0; transform: translateY(50px); transition: all 1s ease-in-out;}
.start #loading img{ opacity: 1; transform: translateY(0);}

/**-- information --*/
main.information{ padding-bottom: 0;}
.artice-list-wrap{
  background-color: #fffaf4;
  padding: 8.6vw 4vw 10vw;/*130px 4vw 150px*/
}
.artice-list-wrap .article-list-box{
  background-color: #fff;
  max-width: 1337px;
  border: solid 6px #fbe0e3;
  border-radius: 25px;
  padding: 40px 40px 90px;
  margin: 0 auto;
}
.information .artice-list-wrap .article-list{
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
}

/*-- top info --*/
.top-info{  padding: 85px 50px 120px;}
.top-info h2{ margin-bottom: 50px;}
.top-info h2 img{  width: 390px; height: auto;}
.top-info .btnBox{ margin-top: 85px;}
.top .article-list{ max-width: 1335px; margin: 0 auto;}

/*-- lesson ---*/
.lesson_box{
  max-width: 1350px;
  padding: 100px 50px 0;
  margin: 0 auto;
  box-sizing: content-box;
}
.lesson_box h2{ margin-bottom: 50px;}
.lesson_box h2 img{ width: 185px; height: auto;}
.lesson_box > div{ margin-bottom: 50px;}
.lesson_box p.fs01{
  background-color: #ed7982;
  border: solid 1px #e94855;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1em;
  letter-spacing: 0.15em;
  padding: 20px 45px;
  margin-bottom: 25px;
}

/**-- footer --**/
footer p{ font-size: 1.8rem; letter-spacing: 0.15em;}
.footer-inbox{
  text-align: center;
  padding: 55px 10px 85px;
  box-sizing: border-box;
  margin: 0 auto;
}
.tel-icon{
  display: block;
  margin: 20px 0 10px;
}
footer .copyrigiht{
  position: absolute;
  width: 320px;
  text-align: center;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
}




/*--- slide fade ---*/
.slide{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide img{ width: 100%; height: 100%;}


/*-- mv --*/
.mv-box{
  position: relative;
  margin-bottom: 80px;
}
#mv{
  position: relative;
  width: 90vw;
  height: 54vw;
  margin: 50px auto 0;
  z-index: 1;
}
.mv-box::before{
  content: '';
  background-color: #fffaf4;
  display: block;
  width: 62vw;
  max-height: 1000px;
  height: 60vw;
  position: absolute;
  top: 60%;
  left: 0;
}
#mv > h2{
  width: 335px;
  height: 175px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.snsBtn{
  position: absolute;
  top: 185px;
  right: -2.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

/**-- top --**/
.top-vision{ padding: 0 20px;}
.top-vision h2 img{ width: 150px; height: auto;}
.top-vision h2 + p{
  text-align: center;
  color: #4d525a;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 2em;
  margin-top: 40px;
}
.top-message{
  padding: 100px 0 55px;
  position: relative;
  z-index: 1;
}
.top-message h2 img{ width: 240px; height: auto;}
.top-message h2 span{ margin-top: 15px;}
.top-message .box-01{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-message .box-01 .titlebox{
  width: 41%;
  padding: 0 0  0 3vw;
  box-sizing: content-box;
}
.top-message .concept-img-box{ width: 51%;}
.top-message .concept-img-box img{ width: 100%;}
.top-message .box-01 p{  
  color: #4d525a;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.15em;
  margin-top: 40px;
}
.top-message .box-01 p strong{
  display: block;
  color: #ed7982;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.86vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
.top-message .box-01 p strong br.showBr{ display: none;}

.director_box{ padding: 55px 50px 100px;}
.director_box h2{ margin-bottom: 50px;}
.director_box h2 img{ width: 230px;}
ul.list01{
  max-width: 1350px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  margin: 0 auto;
}
ul.list01 > li{
  width: 48%;
  margin-bottom: 70px;
}
ul.list01 > li:last-child,
ul.list01 > li:nth-last-child(2){ margin-bottom: 0;}
.preson{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.person_intro{
  margin-left: 15px;
}
.person_intro h3{
  color: #e94855;
  font-size: 3.1rem;
  line-height: 1em;
  border-bottom: solid 1px #e94855;
  padding: 0.3em;
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}
.person_intro h3 small{ font-size: 2.4rem;}
.person_intro h3 + p{
  font-size: 1.8rem;
  line-height: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
}
.person_intro p.person_intro_fs01{
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-top: 1.2em;
  letter-spacing: -0.05em;
  font-family: 'Noto Sans JP', sans-serif;
}
.katagaki_intro{
  background-color: #fffaf4;
  margin-top: 15px;
  padding: 18px 35px;
  font-family: 'Noto Sans JP', sans-serif;
}
.katagaki_intro li{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 1.6em;
}
.katagaki_intro li::before{ content: '・';}

/*-- contact --*/
#contact{
  background-color: #fffaf4;
  padding: 40px 50px 80px;
}
#contact h2{ margin-bottom: 70px;}
#contact h2 img{ width: 220px; height: auto;}
.kind_contact{ padding-bottom: 0;}
.kind_contact.complate .contents-box p,
.kind_reserve.reserve_complate .contents-box p{
  text-align: center;
  font-size: 2rem;
  line-height: 2em;
  margin-bottom: 90px;
  padding-top: 50px;
}
.kind_contact .artice-list-wrap{ padding-top: 60px;}
.form_inbox{
  background-color: #fff;
  max-width: 1350px;
  border: solid 6px #fbe0e3;
  border-radius: 25px;
  padding: 60px 40px 130px;
  margin: 0 auto;
}
.mw_wp_form_input form p.txt{
  max-width: 980px;
  margin: 90px auto 0;
  padding-left: 20px;
}
.mw_wp_form_complete form p.txt,
.mw_wp_form_confirm form p.txt{ display: none;}
.page-mv{
  padding: 50px;
  text-align: center;
}
.page-mv h2 img{ height: auto;}
.mw_wp_form_complete p{ text-align: center; font-size: 1.8rem; line-height: 1.4em; letter-spacing: 0.1em;}

/***-- single -----***/
.single article{
  max-width: 1350px;  
  margin: 0 auto;
  box-sizing: content-box;
  background-color: #fffaf4;
  padding: 8.6vw 4vw 10vw;
}
.single .title-box{
  padding: 0 25px 10px;
  border-bottom: solid 2px #ed7e69;
}
.single article .title-box h2{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.05em;
  padding-top: 10px;
}
.single article .date{
  color: #909090;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.single article .cat{
  display: inline-block;
  min-width: 120px;
  height: 36px;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 6px 25px;
  margin-left: 2vw;  
}
.single article .cat_news{ background-color: #beaf9b;}
.single article .cat_blog{ background-color: #e94855;}
.single article .contents{ padding: 4.6vw 20px 0;}
.single article .contents p{
  font-size: 1.4rem;
  line-height: 2.8em;
  letter-spacing: 0.05em;
}
.single article .contents h1{ font-size: 2.4rem; border-bottom: dotted 1px #ed7982; padding-bottom: 8px; margin-bottom: 1.4rem;}
.single article .contents h2{ font-size: 2.2rem; border-bottom: dotted 1px #ed7982; padding-bottom: 8px; margin-bottom: 1.4rem;}
.single article .contents h3{ font-size: 2rem; border-bottom: dotted 1px #ed7982; padding-bottom: 8px; margin-bottom: 1.4rem;}
.single article .contents h4{ font-size: 1.8rem; border-bottom: dotted 1px #ed7982; padding-bottom: 8px; margin-bottom: 1.4rem;}
.single article .contents h5{ font-size: 1.6rem; border-bottom: dotted 1px #ed7982; padding-bottom: 8px; margin-bottom: 1.4rem;}
.single article .contents h6{ font-size: 1.4rem; border-bottom: dotted 1px #ed7982; padding-bottom: 8px; margin-bottom: 1.4rem;}
.single article .contents a{ text-decoration: underline; color: #0013ff;}
.single article .contents strong,
.single article .contents b{ font-weight: bold;}
.single article .contents em{ font-style: oblique;}
.single article .contents ul{ list-style-type: disc; list-style-position: inside;}
.single article .contents ol{ list-style-type: decimal; list-style-position: inside;}
.single article .contents blockquote{ background-color: #e5e5e5; line-height: 1.4em; padding: 10px 20px; margin: 1.4rem;}
.single article .contents blockquote p{ line-height: 1.4em;}
.single article img.aligncenter{ display: block; margin: 0 auto;}
.single article img.alignright{ float: right;}
.single article img.alignleft{ float: left;}
.single article .contents > *{ clear: both;}

.prev-next-btn-box{
  max-width: 1350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12vw auto 0;
  padding: 0 20px;
  box-sizing: content-box;
}
.prev-next-btn-box > li{ margin: 0 2.5px;}
.prev-next-btn-box > li a{
  display: block;
  background-color: #ed7982;
  min-width: 110px;
  height: 38px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 10px;
  box-sizing: content-box;
}