@charset "utf-8";
/* CSS Document */

.f-s13 {
  font-size: 1.3rem;
}
.f-s16 {
  font-size: 1.6rem;
}
.f-s17 {
  font-size: 1.7rem;
}
.f-s18 {
  font-size: 1.8rem;
}
.f-s20 {
  font-size: 2rem;
}
.f-s24 {
  font-size: 2.4rem !important;
}
.f-s25 {
  font-size: 2.5rem;
}
.f-s32 {
  font-size: 32px;
}
.t-m40 {
  margin-top: 40px;
}
.b-m0 {
  margin-bottom: 0px !important;
}
.b-m5 {
  margin-bottom: 5px;
}
.b-m10 {
  margin-bottom: 10px;
}
.b-m20 {
  margin-bottom: 20px;
}
.b-m30 {
  margin-bottom: 30px;
}
.b-m40 {
  margin-bottom: 40px;
}
.b-m50 {
  margin-bottom: 50px;
}
.b-m100 {
  margin-bottom: 100px;
}
.l-p40 {
  padding-left: 40px;
}
.t-p40 {
  padding-top: 40px;
}
.t-p60 {
  padding-top: 60px;
}
.white {
  color: #fff;
}
.blue {
  color: #005BAC;
}
.red {
    color: #fa2b47;
}
.pink {
  color: #d50057;
}
.brown {
  color: #663500;
}
.green {
  color: #038900;
}
.orange {
  color: #db4301;
}
.yellow {
  color: #feec68;
}
.tcenter {
  text-align: center;
}
.tright {
  text-align: right;
}
.radius_5 {
  border-radius: 5px;
}
.border_brown {
  border: 2px solid #bd9871;
}
.f_R {
  float: right;
}
.f_L {
  float: left;
}
.width_50 {
    width: 48%;
    margin-left: 2%;
}
.bold {
  font-weight: 700;
}
.small {
    font-size: 0.7em;
}
.middle {
  font-size: 0.9em;
}
.large {
  font-size: 1.4em !important;
}
@media screen and (max-width:768px) {
  .width_50 {
    width: 100%;
    margin-left: 0;
  }
  .f_L,.f_R {
    float: none;
  }
}
/*
アニメーションボタン*/
.snip1445 {
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 100%;
    height: 300px;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    color: #FFFFFF;
    background-color: #111
}
.snip1445 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}
.snip1445 *:before,
.snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}
.snip1445 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top
}
.snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 10px
}
.snip1445 figcaption:before,
.snip1445 figcaption:after {
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #FFFFFF
}
.snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}
.snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%)
}
.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
    width: 1px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff
}
.snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
}
.snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%)
}
.snip1445 h2,
.snip1445 h4 {
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #111
}
.snip1445 h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
}
.snip1445 .click {
    display: block;
    font-weight: 500;
    width: 200px;
    margin-left: auto;
    background-color: #f9d3cd;
    padding: 3px 10px;
    color: #111;
    text-shadow: #fff 0 0 0
}
.snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.snip1445 img {
    opacity: .6
}
.snip1445:hover img,
.snip1445.hover img {
    zoom: 1;
    filter:alpha(opacity=50);
    -webkit-opacity: .4;
    opacity: .4
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}
@media screen and (max-width:480px) {
  .snip1445 {
    height: 160px;
  }
  .snip1445 figcaption {
    bottom: 10px;
    right: 10px;
  }
}
/*
ブログページのメイン　*/
.info > .main {
  float: left;
  width: calc(100% - 280px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.blog_mttl {
  font-size: 20px;
  background: #f97a9f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  line-height: 1.4;
  color: #fff;
}
.blog_box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}