@charset "UTF-8";
/****************************************************
共通部分
****************************************************/
html{
box-sizing:border-box;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-feature-settings: "palt";
}
*,*::before,*::after{box-sizing:inherit;}
input,textarea,select,option{
box-sizing:border-box;
font-feature-settings: "palt";
}
body{
  background-color: #FFFAF5;
  padding-top: 80px;
}
img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
a{
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
a:hover{
  opacity: 0.8;
}
.inner{
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
main{
  margin-top: 80px;
}
li{
  list-style: none;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.top__btn {
  width: 50px;
  height: 50px;
  margin-left: auto;
}
.text__bold{
  font-weight: bold;
}
section.sec{
  padding: 50px 0;
}
.btn{
  margin: 50px 0;
}
.btn a{
  width: 32%;
  display: block;
  margin: 0 auto;
  background-color: #FF8E7F;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}
@media screen and (max-width:768px){
  body{
    padding-top: 54px;
  }
.inner{
  /* max-width: 390px; */
  padding-left: 15px;
  padding-right: 15px;
}
main{
  margin-top: 54px;
}
.sp-none{
  display: none !important;
}
.flexSp{
  display: flex;
  justify-content: space-between;
}
h2 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: bold;
}
.ruby {
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
}
.top__btn {
  display: none;
}
.btn a{
  width: 250px;
}
section.sec{
  padding: 30px 0;
}
}


@media screen and (min-width:769px){
.pc-none{
  display: none;
}
.flexPc{
  display: flex;
  justify-content: space-between;
}
}

/****************************************************
header
****************************************************/
header{
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  height: 80px;
  position: fixed;
  width: 100%;
  background: #EF5E50;
  z-index: 10000;
  top: 0;
  box-shadow: 0px 0px 3px #EF5E50;
}
header .logo{
  color: #FFF;
  font-size: 25px;
  display: block;
  padding: 27px 0 28px;
}
header ul{
  justify-content: right;
  display: flex;
}
header ul > li a{
  font-size: 18px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
}
header ul .header__hamburgerBtn.contact a{
  font-size: 18px;
  line-height: 80px;
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #617CA6;
  width: 176px;
  margin-left: 30px;
}
header ul .header__hamburgerBtn.store a{
  font-size: 18px;
  line-height: 80px;
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #2B5B84;
  width: 176px;
}

.header__hamburgerContents{
  display: block;
  display: none;
}
.header__list li:last-child{
  width: 35px;
  margin-right: 30px;
}
.header__list li:last-child a{
  line-height: 55px;
}

@media screen and (max-width:1100px){
header .logo{
  color: #FFF;
  font-size: 25px;
  display: block;
  padding: 27px 0 28px;
}
header ul{
  justify-content: right;
}
header ul > li a{
  font-size: 16px;
  line-height: 80px;
  color: #FFF;
  font-weight: bold;
  padding: 0 15px;
}
header ul .header__hamburgerBtn.contact a{
  font-size: 16px;
  line-height: 80px;
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #617CA6;
  width: 120px;
  margin-left: 20px;
}
header ul .header__hamburgerBtn.store a{
  font-size: 16px;
  line-height: 80px;
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #000000;
  width: 120px;
}
}

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

.header__openBtn{
  margin-left: auto;
  padding: 18px 14px;
  background-color: #000000;
  width: 54px;
  z-index: 20;
}
.header__openBtn.active{
  padding: 15px;
}
.header__openBtn span{
  width: 26px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  background-color: #FFF;
  transition: 0.4s;
  border-radius: 3px;
}
.header__openBtn.active span:nth-child(1){
  width: 32px;
  margin: 0;
  transform: rotate(45deg) translate(5px , 10px);
}
.header__openBtn.active span:nth-child(2){
display: none;
}
.header__openBtn.active span:nth-child(3){
  width: 32px;
  margin: 0;
  transform: rotate(-45deg) translate(-9px , 3px);
}
.header__list{
  position: fixed;
  display: flex;
  top: 60px;
  right: -200vw;
  background-color: #FFF;
  transition: 0.4s;
  display: block;
  width: 260px;
  height: 100%;
  position: fixed;
  top: 0;
  padding: 90px 20px 38px;
}
.header__list.active{
  right: 0;
  overflow: scroll;
}
.header__list a{
  display: block;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  color: #111111;
}
.header__hamburgerContents{
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  opacity: 0.4;
  display: block;
}
.header__hamburgerContents.open{
  height: 100%;
  opacity: 1;
}
header ul .header__hamburgerBtn.contact a {
  font-size: 14px;
  line-height: 70px;
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #617CA6;
  width: 100%;
  margin-left: 0;
  margin-top: 40px;
  border: none;
}
header ul .header__hamburgerBtn.store a {
  font-size: 14px;
  line-height: 70px;
  color: #FFF;
  text-align: center;
  display: block;
  font-weight: bold;
  background-color: #2B5B84;
  width: 100%;
  margin-top: 22px;
  border: none;
}
}
@media screen and (max-width:768px){

  header{
    height: 54px;
    padding: 0;
  }
  header .logo{
    width: 248px;
    padding: 14px 0 14px 14px;
  }
  header ul.header__list > li > a {
    display: block;
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    line-height: 58px;
    padding: 0 20px;
    border-top: #EBE9E5 2px solid;
  }
  header ul.header__list > li:nth-child(6) > a {
    border-bottom: #EBE9E5 2px solid;
  }
  header .header__hamburgerBg {
    width: 0;
    height: 0;
  }
  header .header__hamburgerBg.active {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
    background-color: #00000034;
  }
  header ul.header__list > a:last-child {
    border-bottom: #EBE9E5 2px solid;
  }
  header ul.header__list > li p {
    display: block;
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    line-height: 58px;
    padding: 0 20px;
    cursor: pointer;
    border-top: #EBE9E5 2px solid;
  }
  header ul.header__list > li ul.header__hamburgerContents p {
    display: block;
    font-size: 12px;
    margin-top: 0;
    text-align: left;
    line-height: 24px;
    padding: 0 20px;
    background-color: #F5F3EF;
    margin-bottom: 5px;
    border: none;
  }
  header ul.header__list > li ul.header__hamburgerContents .type {
    margin-top: 5px;
  }
  header ul.header__list > li ul.header__hamburgerContents a {
    display: block;
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    line-height: 46px;
    padding: 0 20px;
  }
  .header__expansion{
    position: relative;
  }
  .header__expansion::after{
    position: absolute;
    content: "";
    height: 6.36px;
    width: 11.14px;
    background: url(../images/bottom__arrow.png) no-repeat;
    background-size: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 16px;
    transition: 0.5s;
  }
  .header__expansion.open::after{
    position: absolute;
    content: "";
    height: 6.36px;
    width: 11.14px;
    background: url(../images/bottom__arrow.png) no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
  }
}

/****************************************************
footer
****************************************************/
footer{
  background-color: #2DB0CD;
    padding: 50px 20px 20px;
}
footer h2{
  margin-bottom: 50px;
  font-size: 25px;
  text-align: center;
  color: #FFF;
}
footer > a{
  display: block;
  margin: 50px auto;
  width: 50px;
}
footer div{
    display: flex;
    width: 100%;
    justify-content: center;
}
footer div a{
    display: block;
    width: 180px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
footer div a{
    border-left: #FFF 1px solid;
}
footer div a:last-child{
  border-right: #FFF 1px solid;
}
footer p{
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
}
@media screen and (max-width:768px){
  footer{
      padding: 30px 5px 15px;
  }
  footer h2{
    margin-bottom: 30px;
    font-size: 20px;
  }
  footer > a{
    display: block;
    margin: 30px auto;
    width: 40px;
  }
  footer div{
      display: flex;
      width: 100%;
      justify-content: center;
  }
  footer div a{
    display: block;
    width: 85px;
    line-height: 20px;
    font-size: 13px;
    color: #FFFFFF;
  }
  
}


/****************************************************
top__slide
****************************************************/
.top__slide {
  position: relative;
  padding: 0;
}
.top__slide__item{
  position: relative;
}
.top__slide__item div{
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.307);
  color: #FFF;
  bottom: 0;
  padding: 20px;
  text-align: center;
}
.top__slide__item div time{
  font-size: 12px;
}
.top__slide__item div h3{
  font-size: 18px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width:1000px){
.top__slide__item div h3{
  font-size: 16px;
}
}
@media screen and (max-width:768px){
  .top__slide__item div{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.307);
    color: #FFF;
    bottom: 0;
    padding: 5px;
  }
  .top__slide__item div time{
    font-size: 10px;
  }
  .top__slide__item div h3{
    font-size: 14px;
    line-height: 1.5;
    height: 21px;
    margin-top: 0;
  }
}

/****************************************************
top__article
****************************************************/
.article h2{
  font-size: 30px;
  text-align: center;
  margin: 50px 0;
}
.article__wrap{
  display: flex;
  flex-wrap: wrap;
}
.article__img{
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}
.article__img img{
  object-fit: cover;
  height: 100%;
}
/* .article__img::after{
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.5s;
}
.article__img:hover::after{
  width: 100%;
  height: 0%;
  content: "";
  background-color: none;
  top: 0;
  left: 0;
  position: absolute;
} */
.article__box{
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-top: 20px;
}
.top__tag__wrap{
  margin-bottom: 30px;
}
.article__tag{
  color: #000;
}
.article__title{
  color: #000;
}
.article__box small{
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
  color: #000;
}
.article__box h3{
  margin: 10px 0 0;
  color: #000;
}
.article__box:nth-child(3n){
  margin-right: 0;
}
.btn__more a{
  position: relative;
  display: block;
}
.btn.btn__more{
  margin-bottom: 0;
}
.btn__more a::after{
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6%;
  width: 10px;
  height: 10px;
  transition: 0.5s;
}
.btn__more a:hover::after{
  right: 4%;
}
@media screen and (max-width:768px){
  .article .inner{
    max-width: 100%;
  }
  .article__box{
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .article h2{
    font-size: 24px;
  }
}
@media screen and (max-width:600px){
  .article__box{
    display: block;
    width: 49%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .article__box:nth-child(3n){
    margin-right: 2%;
  }
  .article__box:nth-child(2n){
    margin-right: 0;
  }
}

/****************************************************
top__tag
****************************************************/
.top__tag h2{
  font-size: 30px;
  text-align: left;
  margin-bottom: 42px;
}
.top__tag__wrap{
  display: flex;
  flex-wrap: wrap;
}
.tag__item{
  font-size: 16px;
  line-height: 36px;
  border: #000 1px solid;
  padding: 0 20px;
  border-radius: 20px;
  display: block;
  margin: 8px 10px 0 0;
  color: #000;
}
.tag__item:hover{
  background-color: #000;
  color: #FFF;
}

@media screen and (max-width:768px){
  .tag__item {
    font-size: 14px;
    line-height: 30px;
}
}
/****************************************************
top__cate
****************************************************/
.top__cate h2{
  font-size: 30px;
  text-align: left;
  margin-bottom: 42px;
}
.top__cate__wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cate__item{
  font-size: 15px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 20px;
  display: block;
  margin: 8px 8px 0 0;
  color: #000;
  background-color: rgb(225, 225, 225);
}
.cate__item.EVENT{
  color: #000;
  background-color: #FFDF2B;
}
.cate__item.SALES{
  color: #000;
  background-color: #EF5E50;
}
.cate__item.FEATURE{
  color: #000;
  background-color: #2DB0CD;
}
.cate__item:hover{
  background-color: #000;
  color: #FFF;
}

@media screen and (max-width:768px){
  .tag__item {
    font-size: 14px;
    line-height: 30px;
}
}

/****************************************************
to__contact
****************************************************/
.to__contact{
  background-color: #FFDF2B;
  padding: 50px 0;
}
.to__contact h2{
  text-align: center;
}
.btn__contact{
  margin-bottom: 0;
  margin-top: 20px;
}
.btn__contact a{
  position: relative;
  display: block;
}
.btn__contact a::after{
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6%;
  width: 10px;
  height: 10px;
  transition: 0.5s;
}
.btn__contact a:hover::after{
  right: 4%;
}
@media screen and (max-width:768px){
.to__contact h2{
  font-size: 16px;
}
}

/****************************************************
contact
****************************************************/
.contact__form h2{
  padding-top: 50px;
  margin: 0 0 50px;
  font-size: 30px;
  text-align: center;
}
.contact__form >p{
  margin: 0 0 50px;
  font-size: 16px;
  text-align: center;
}
.contact__form tr,
.contact__form tbody,
.contact__form table,
.contact__form input,
.contact__form textarea{
  width: 100%;
  height: 100%;
}
.contact__form .contact__form__label{
  display: block;
  font-size: 19px;
  font-weight: 400;
  margin: 30px auto 0;
  max-width: 800px;
  text-align: left;
}
.contact__form .contact__form__label span{
    background: #ef5d50;
    padding: 5px;
    border-radius: 8px;
    display: inline-block;
    margin-left: 10px;
    color: #FFF;
}
.contact__form .contact__form__text{
  display: block;
  font-size: 16px;
  margin: 10px auto 0;
  max-width: 800px;
}
.contact__form .contact__form__text input{
  padding: 5px;
  height: 35px;
}
.contact__form .contact__form__text textarea{
  padding: 5px;
  height: 100px;
}
.btn__confirm{
  width: 32%;
  display: block;
  margin: 50px auto;
  background-color: #818181;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border: none;
}
@media screen and (max-width:768px){
  .btn__confirm{
    width: 250px;
  }
  .contact__form h2{
    padding-top: 30px;
    margin: 0 0 30px;
    font-size: 24px;
    text-align: center;
  }
  .contact__form.inner{
    max-width: 390px;
  }
  .contact__form >p{
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .contact__form .contact__form__label{
    font-size: 16px;
  }
}


  
/****************************************************
パンクズ
 ****************************************************/
.bread{
  margin: 0 auto;
  max-width: 1040px;
  padding: 20px 20px 0;
}
.bread ul{
  display: flex;
}
.bread li{
  display: block;
  margin-right: 30px;
  position: relative;
}
.bread li::after{
  position: absolute;
  content: "";
  display: block;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  transform: rotate(-45deg);
  top: 2px;
  bottom: 0;
  margin: auto;
  right: -17px;
  width: 7px;
  height: 7px;
}
.bread li:last-child:after{
  content: none;
}
.bread li:last-child{
  font-weight: bold;
}
.bread li a{
  color: #000;
  transition: 0.5s;
}
.bread li a:hover{
  color: rgb(71, 71, 71);
}

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

}



/****************************************************
記事テンプレ
 ****************************************************/
/* share */
.share{
  margin: 50px 0 30px;
}
.share .flex{
  justify-content: right;
}
.share .flex a{
  display: block;
  padding-left: 15px;
  width: 45px;
  transition: 0.4s ease;
}
.share .flex button{
  display: block;
  padding-left: 15px;
  width: 45px;
  transition: 0.4s ease;
  border: none;
  background: none;
}
.share .flex a:hover{
  transform: scale(1.1);
}
.share .flex button:hover{
  transform: scale(1.1);
}
.clipboard_copy_txt{
  display: none;
}
.under-content{
  margin-top: 15px;
 }
 .under-content h1{
   font-size: 35px;
   margin-bottom: 30px;
   border-bottom: 4px solid #EF5E50;
   padding-bottom: 15px;
   position: relative;
 }
 .under-content h1::before{
  position: absolute;
  width: 33.3%;
  left: 0;
  content: "";
  background: #FFDF2B;
  height: 4px;
  bottom: -4px;
 }
 .under-content h1::after{
  position: absolute;
  width: 33.5%;
  right: 0;
  content: "";
  background: #2DB0CD;
  height: 4px;
  bottom: -4px;
 }
 .under-content h2{
   font-size: 30px;
   padding: 0 0 0 20px;
   position: relative;
   margin-bottom: 30px;
   text-align: left;
 }
.under-content h2::before{
  position: absolute;
  height: 25px;
  width: 3px;
  top: 5px;
  left: 0;
  content: "";
  background: #EF5E50;
}
.under-content h2.yellow::before{
  background: #FFDF2B;
}
.under-content h2.blue::before{
  background: #2DB0CD;
}
.under-content h3{
  font-size: 25px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 30px;
}
.under-content h3.red{
  color: #EF5E50;
}
.under-content h3.yellow{
  color: #FFDF2B;
}
.under-content h3.blue{
  color: #2DB0CD;
}
.under-content h4{
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.under-content h4::before{
  position: absolute;
  height: 1px;
  width: 80px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #000;
}
.under-content h4.red::before{
  background-color: #EF5E50;
}
.under-content h4.yellow::before{
  background-color: #FFDF2B;
}
.under-content h4.blue::before{
  background-color: #2DB0CD;
}
.under-content h4.red{
  color: #EF5E50;
}
.under-content h4.yellow{
  color: #FFDF2B;
}
.under-content h4.blue{
  color: #2DB0CD;
}
.under-content p.text{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.under-content p.text.last{
  margin-bottom: 45px;
}
.under-content .flex__pc{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.under-content .flex__pc img{
  display: block;
  width: 30%;
  height: max-content;
  margin-top: 4px;
}
.under-content .flex__pc .text{
  display: block;
  width: 65%;
  margin-left: 5%;
}
.under-content .flex__pc.re{
  flex-direction: row-reverse;
}
.under-content .flex__pc.re .text{
  display: block;
  width: 65%;
  margin-right: 5%;
  margin-left: 0;
}
.under-content .img__s{
  width: 35%;
  margin-bottom: 30px;
}
.under-content .img__s small,
.under-content .img__m small,
.under-content .img__l small{
  margin-top: 5px;
  display: block;
  font-size: 12px;
  color: #888888;
}
.under-content .img__s.center,
.under-content .img__m.center{
  margin-right: auto;
  margin-left: auto;
}
.under-content .img__s.right,
.under-content .img__m.right{
  margin-left: auto;
}
.under-content .img__m{
  width: 50%;
  margin-bottom: 30px;
}
.under-content .img__l{
  width: 100%;
  margin-bottom: 30px;
}
.under-content table{
  margin: 0 auto 30px;
}
.under-content table tr{
  border: #000 1px solid;
  font-size: 20px;
  padding: 0 20px;
}
.under-content table tr th{
  line-height: 1.5;
  padding: 0 10px;
  border-right: #000 1px solid;
  width: 35%;
  height: auto;
  text-align: left;
}
.under-content table tr td{
  line-height: 1.5;
  padding: 0 10px;
  border-right: #000 1px solid;
  width: 65%;
  height: auto;
  text-align: left;
}
.under-content table tr td:last-child{
  border-right: none;
}
@media screen and (max-width: 768px){
.share .flex a {
  display: block;
  padding-left: 15px;
  width: 40px;
}

.under-content table tr{
  font-size: 18px;
}
 .under-content h1{
   font-size: 28px;
 }
.under-content h2{
  font-size: 24px;
  padding-left: 12px;
  margin-bottom: 20px;
}
.under-content h2::before{
  position: absolute;
  height: 22px;
  width: 3px;
  top: 4px;
  left: 0;
  content: "";
}
.under-content h3{
  font-size: 20px;
  margin-bottom: 20px;
}
.under-content h4{
  font-size: 18px;
  margin-bottom: 20px;
}

.under-content .flex__pc{
  display: block;
  margin-bottom: 20px;
}
.under-content .flex__pc img{
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
}
.under-content .flex__pc .text{
  width: 100%;
  margin-left: 0%;
  margin-bottom: 30px;
}
.under-content .flex__pc.re .text{
  width: 100%;
  margin-left: 0%;
  margin-bottom: 30px;
}
}


/* テンプレート調整 */
.post-categories{
  display: flex;
  flex-wrap: wrap;
}
.post-categories li{
  font-size: 12px;
  padding: 0 8px 0 0 ;
  display: inline-block;
}
.post-categories li a{
  color: #000;
}
.article__box h3 a{
  color: #000;
}
.tag-cat.inner{
  padding-bottom: 50px;
}

/* pagenation */
.pagenation{
  margin-top: 50px;
  text-align: center;
}
.pagenation a{
  color: #000;
  font-size: 20px;
  margin: 0 5px;
}
.pagenation span{
  color: rgb(239 93 80);
  font-size: 20px;
  margin: 0 5px;
  /* border-bottom: 2px solid rgb(239 93 80); */
}


/* 投稿ページの日付 */
.single__time{
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: right;
  letter-spacing: 0.1em;
  color: #999999;
}



@media screen and (min-width: 769px){
  .cat-time__flex{
    display: flex;
  }
  .single__time{
    line-height: 48px;
  }
  
}

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

  .single__time{
    margin-bottom: 40px;
    /* text-align: left; */
  }
  
  }


  /* 関連記事表示 */
.relation{
  padding: 0 20px;
  max-width: 800px;
  margin: 0 auto 50px;
}
.relation h2{
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
}
.relation .cell{
  width: 30%;
}
.relation .cell a{
  color: #000;
}
.relatedposts{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-title a{
  display: block;
  margin: 10px 0 30px;
  font-size: 20px;
  color: #000;
}

@media screen and (max-width: 480px){
.relation .cell{
  width: 100%;
}
.post-img{
  height: 100px;
  overflow: hidden;
  display: block;
}
}


.cate-page .top__cate__wrap{
  justify-content: center;
}