@charset "UTF-8";
/* ----------------------------------------

幸寿苑ブログ

---------------------------------------- */
.rd_column_2 {
  overflow: hidden;
}
.rd_column_2 .rd_content_wrap {
  float: right;
  width: -webkit-calc(74% - 60px);
  width: calc(74% - 60px);
}
@media (max-width: 667px) {
  .rd_column_2 .rd_content_wrap {
    width: 100%;
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
    float: none;
  }
}
.rd_column_2 .rd_side_wrap {
  float: left;
  width: 26%;
}
@media (max-width: 667px) {
  .rd_column_2 .rd_side_wrap {
    float: none;
    width: 100%;
    margin-top: 10vw;
  }
}

.rd_eye_img {
  max-width: 100%;
  height: auto;
}

.rd_article h1, .rd_article h2, .rd_article h3, .rd_article h4, .rd_article h5, .rd_article h6 {
  margin: 1em 0;
  text-align: left;
  border: 0;
  clear: both;
}
.rd_article h1 {
  font-size: 30px;
  line-height: 117%;
  color: #4fafad;
}
.rd_article h2 {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  font-size: 26px;
  line-height: 117%;
  border-left: 6px solid #4fafad;
}
.rd_article h3 {
  font-size: 16px;
  font-weight: bold;
}
.rd_article h4 {
  font-size: 16px;
  font-weight: bold;
  color: #4fafad;
}
.rd_article h5 {
  font-size: 16px;
  font-weight: bold;
  color: #4fafad;
  border-bottom: 2px solid #A6CBE0;
  position: relative;
}
.rd_article h5::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #4fafad;
  bottom: -2px;
  width: 20%;
}
.rd_article h6 {
  font-size: 12px;
  font-weight: normal;
}
.rd_article p {
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.rd_article pre {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 7px;
  overflow: auto;
}
@media (max-width: 667px) {
  .rd_article h1 {
    font-size: 6vw;
    line-height: 117%;
  }
  .rd_article h2 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1.5vw;
    font-size: 5vw;
    line-height: 117%;
  }
  .rd_article h3 {
    font-size: 4.2vw;
  }
  .rd_article h4 {
    font-size: 4.8vw;
  }
  .rd_article h5 {
    font-size: 4.2vw;
  }
  .rd_article h6 {
    font-size: 2.8vw;
  }
  .rd_article p {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 3.6vw;
  }
  .rd_article h3.single_sub_ttl .chip_01 > div > span {
    font-size: 3.2vw;
    padding-bottom: 0.5vw;
  }
}

.rd_post_link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
}
.rd_post_link .rd_post_link_child {
  width: 50%;
}
.rd_post_link .rd_post_link_child:first-child {
  text-align: left;
}
.rd_post_link .rd_post_link_child:first-child a {
  padding-left: 25px;
}
@media (max-width: 667px) {
  .rd_post_link .rd_post_link_child:first-child a {
    padding-left: 5vw;
  }
}
.rd_post_link .rd_post_link_child:first-child a::after {
  left: 4px;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media (max-width: 667px) {
  .rd_post_link .rd_post_link_child:first-child a::after {
    left: 1vw;
  }
}
.rd_post_link .rd_post_link_child:last-child {
  text-align: right;
}
.rd_post_link .rd_post_link_child:last-child a {
  padding-right: 25px;
}
@media (max-width: 667px) {
  .rd_post_link .rd_post_link_child:last-child a {
    padding-right: 5vw;
  }
}
.rd_post_link .rd_post_link_child:last-child a::after {
  right: 4px;
}
@media (max-width: 667px) {
  .rd_post_link .rd_post_link_child:last-child a::after {
    right: 1vw;
  }
}
.rd_post_link a {
  display: inline-block;
  font-size: 13px;
  padding: 6px 15px;
  width: 60%;
  color: #4fafad;
  background-color: #e7f6f6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 667px) {
  .rd_post_link a {
    width: 80%;
    font-size: 2.8vw;
    padding: 1vw 3vw;
  }
}
.rd_post_link a::after {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  background-image: url("../img/parts/arrow_grn.png");
  background-size: 40% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
@media (max-width: 667px) {
  .rd_post_link a::after {
    width: 3.4vw;
  }
}

/* 一覧
------------------------------- */
.ico_new {
  color: red !important;
}

.post-type-archive #archive-title {
  line-height: 1.2;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media (max-width: 667px) {
  .post-type-archive #archive-title {
    font-size: 5.2vw;
    margin-top: 2vw;
    margin-bottom: 0;
  }
}

.rd_img_block {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rd_img_block::after {
  content: "";
  padding-top: 100%;
  display: block;
}

.rd_blog_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 667px) {
  .rd_blog_list {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.rd_blog_list .rd_blog_list_text {
  padding: 1em 0;
}
.rd_blog_list .rd_blog_list_text.rd_blog_list_text_on_img {
  width: 75%;
}
@media (max-width: 667px) {
  .rd_blog_list .rd_blog_list_text h3.single_sub_ttl {
    margin-bottom: 2vw;
  }
}
.rd_blog_list .rd_blog_list_text h3.single_sub_ttl .chip_01 > div > span {
  font-weight: normal;
}
@media (max-width: 667px) {
  .rd_blog_list .rd_blog_list_text h3.single_sub_ttl .chip_01 > div > span {
    font-size: 3.6vw;
    height: auto;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
  }
}
.rd_blog_list .rd_blog_list_text .post_title {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 117%;
  border-left: 6px solid #4fafad;
}
@media (max-width: 667px) {
  .rd_blog_list .rd_blog_list_text .post_title {
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1.5vw;
    font-size: 4.0vw;
    line-height: 117%;
  }
}
.rd_blog_list .rd_blog_list_img {
  width: 25%;
  padding: 1em 0 1em 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
}
.rd_blog_list + .rd_blog_list {
  border-top: 1px dashed #ccc;
}

/* サイドバー
------------------------------- */
.rd_side_ber_wrap h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  margin: 30px 0 20px;
  border-bottom: 1px solid #4fafad;
}
.rd_side_ber_wrap h2:first-child {
  margin-top: 22px;
}

.rd_side_link_list, .rd_get_archive_list li {
  display: block;
  line-height: 1.4;
  text-align: left;
  margin: 1em 0;
  padding: 0 1em;
  background-image: url("../img/parts/arrow_grn.png");
  background-size: 0.5em auto;
  background-position: 0.2em 0.3em;
  background-repeat: no-repeat;
}

.rd_search_wrap {
  position: relative;
}
.rd_search_wrap input {
  margin-bottom: 0 !important;
}
.rd_search_wrap input[type="text"] {
  padding-right: 55px;
}
@media (max-width: 667px) {
  .rd_search_wrap input[type="text"] {
    -webkit-appearance: none;
  }
}
.rd_search_wrap input[type="text"]:focus {
  border: 1px solid #4fafad;
  background: #fff;
  box-shadow: 0 0 3px #4fafad;
  outline: none !important;
}
.rd_search_wrap input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  z-index: 1;
  background-image: url("../img/parts/ico_search.png");
  background-size: auto 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  width: 36px;
}
@media (max-width: 667px) {
  .rd_search_wrap input[type="submit"] {
    -webkit-appearance: none;
  }
}

/* フロートバナー
------------------------------- */
.rd_float_bnr {
  position: fixed;
  right: 0;
  top: 50%;
}
@media (min-width: 668px) {
  .rd_float_bnr {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 667px) {
  .rd_float_bnr {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.rd_float_bnr .rd_float_bnr_in {
  overflow: hidden;
}
@media (min-width: 668px) {
  .rd_float_bnr .rd_float_bnr_in {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 5px solid #8ed3d2;
    border-right: 0;
  }
}
@media (max-width: 667px) {
  .rd_float_bnr .rd_float_bnr_in {
    width: 100%;
    /*
    		-moz-border-radius-topleft: 10px;
    		-moz-border-radius-topright:10px;
    		-webkit-border-top-left-radius:10px;
    		-webkit-border-top-right-radius:10px;
    		border-top-left-radius:10px;
    		border-top-right-radius:10px;
    */
    border-top: 1px solid #fff;
  }
}
.rd_float_bnr a {
  display: block;
  width: 1em;
  background-color: #4fafad;
  color: #fff !important;
  font-weight: bold;
  font-size: 26px !important;
  line-height: 1.2;
  transition: 0.2s;
  position: relative;
}
@media (min-width: 668px) {
  .rd_float_bnr a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 0.2s;
    padding: 30px 30px 30px 10px;
    margin-right: -20px;
  }
}
@media (max-width: 667px) {
  .rd_float_bnr a {
    width: 100%;
    padding: 3vw 3vw 3vw 11vw;
    font-size: 4vw !important;
  }
}
.rd_float_bnr a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/parts/arrow_pagetop.png");
  background-size: 90% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: absolute;
}
@media (min-width: 668px) {
  .rd_float_bnr a::after {
    top: 50%;
    right: 0;
    margin-top: -10px;
  }
}
@media (max-width: 667px) {
  .rd_float_bnr a::after {
    width: 5vw;
    height: 5vw;
    top: 50%;
    left: 5vw;
    margin-top: -2.5vw;
  }
}
@media (min-width: 668px) {
  .rd_float_bnr a:hover {
    margin-right: 0;
  }
}

/* パンくず設定
------------------------------- */
.rd_pankuzu {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 30px;
}
.rd_pankuzu a {
  text-decoration: underline;
}
@media (max-width: 667px) {
  .rd_pankuzu {
    margin-top: 0px;
    margin-bottom: 3vw;
    font-size: 3vw;
  }
}

/*# sourceMappingURL=style.css.map */
