@charset "UTF-8";
.s-blogcontainer {
  padding-bottom: 10rem;
  position: relative;
}

@media only screen and (min-width: 1080px) {
  .s-blogcontainer {
    padding-bottom: 20rem;
    display: flex;
    justify-content: space-between;
  }
}

.s-blogcontainer__column_main {
  margin-bottom: 3.2rem;
}

@media only screen and (min-width: 1080px) {
  .s-blogcontainer__column_main {
    margin-bottom: 0;
    /* width: 790px; */
    width: 100%;
  }
}

.s-blogcontainer__column_sub {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background: #F5F6F6;
}

@media only screen and (min-width: 1080px) {
  .s-blogcontainer__column_sub {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    width: 240px;
  }
}

.s-listpager {
  display: flex;
  height: 50px;
  margin: 0 auto;
}

@media only screen and (min-width: 1080px) {
  .s-listpager {
    width: 400px;
  }
}

.s-listpager > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-listpager > div img {
  opacity: .2;
}

.s-listpager a:hover {
  background: #F5F6F6;
}

.s-listpager__first {
  border: 1px solid #CED1D2;
  width: 55px;
  border-radius: 30px 0 0 30px;
}

.s-listpager__first img {
  transform: rotate(180deg);
}

.s-listpager__last {
  border: 1px solid #CED1D2;
  width: 55px;
  border-radius: 0 30px 30px 0;
}

.s-listpager__prev {
  border: 1px solid #CED1D2;
  border-left: none;
  width: 50px;
}

.s-listpager__prev img {
  transform: rotate(180deg);
}

.s-listpager__next {
  border: 1px solid #CED1D2;
  border-right: none;
  width: 50px;
}

.s-listpager__num {
  border-top: 1px solid #CED1D2;
  border-bottom: 1px solid #CED1D2;
  color: #636B6F;
  padding: 0 0.8rem;
  flex: 1;
}

@media only screen and (min-width: 1080px) {
  .s-imagebloglist {
    display: flex;
    flex-wrap: wrap;
  }
}

.s-imagebloglist__item {
  display: block;
  background: #fff;
  margin-bottom: 4.8rem;
  box-shadow: 0 0 45px rgba(0, 142, 193, 0.2);
  transition: all .2s ease-out;
}

@media only screen and (min-width: 1080px) {
  .s-imagebloglist__item {
    width: 327px;
  }
  .s-imagebloglist__item:not(:nth-child(3n)) {
    margin-right: 44px;
  }
}

.s-imagebloglist__item:hover {
  background: #EDFBFD;
  box-shadow: none;
}

.s-imagebloglist__item__titletext {
  padding: 3.2rem 3.2rem 0.8rem;
  font-weight: bold;
  line-height: 1.8;
}

.s-imagebloglist__item__text {
  padding: 0 3.2rem 3.2rem;
  line-height: 1.8;
}

.s-imagebloglist__item__titleimage {
  position: relative;
  height: 45vw;
  overflow: hidden;
}

@media only screen and (min-width: 1080px) {
  .s-imagebloglist__item__titleimage {
    height: 180px;
  }
}

.s-imagebloglist__item__titleimage img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease-out;
}

.s-imagebloglist__item:hover .s-imagebloglist__item__titleimage img {
  transform: scale(1.05);
}

@media only screen and (min-width: 1080px) {
  .s-imagebloglist.col2 .s-imagebloglist__item {
    width: 370px;
    margin-right: 0;
  }
  .s-imagebloglist.col2 .s-imagebloglist__item:not(:nth-child(2n)) {
    margin-right: 50px;
  }
}

.s-bloglist {
  margin-bottom: 3.2rem;
}

.s-bloglist__item {
  display: block;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #ECEDED;
  margin-bottom: 1.6rem;
  transition: .s-bloglist__item opacity 0.2s ease-out;
}

.s-bloglist__item dt {
  color: #636B6F;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.s-bloglist__item dd {
  line-height: 1.6;
}

@media only screen and (min-width: 1080px) {
  .s-bloglist__item dd {
    font-weight: bold;
  }
}

.s-bloglist__item:hover {
  opacity: .7;
}

.s-widget {
  margin-bottom: 4.8rem;
}

.s-widget:last-of-type {
  margin-bottom: 0;
}

.s-widget__title {
  color: #008EC1;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.s-widget__list li {
  border-bottom: 1px solid #E0E2E3;
}

.s-widget__list li:first-child {
  border-top: 1px solid #E0E2E3;
}

.s-widget__list li a {
  display: block;
  line-height: 1.6;
  padding: 1.6rem 0;
}

@media only screen and (min-width: 1080px) {
  .s-widget__list {
    font-size: 1.4rem;
  }
  .s-widget__list li {
    border-bottom: 1px solid #ECEDED;
  }
  .s-widget__list li:first-child {
    border-top: 1px solid #ECEDED;
  }
}

.s-widget__archive_list {
  border-top: 1px solid #E0E2E3;
}

.s-widget__archive_list dl {
  border-bottom: 1px solid #E0E2E3;
}

@media only screen and (min-width: 1080px) {
  .s-widget__archive_list {
    font-size: 1.4rem;
    border-top: 1px solid #ECEDED;
  }
  .s-widget__archive_list dl {
    border-bottom: 1px solid #ECEDED;
  }
}

.s-widget__archive_list dt {
  padding: 1.6rem 0.8rem;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-out;
}

.s-widget__archive_list dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #9EA3A5;
  position: absolute;
  right: 0.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.s-widget__archive_list dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #9EA3A5;
  position: absolute;
  right: 0.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-out;
  transform: rotate(90deg);
}

.s-widget__archive_list dt.open:after {
  transform-origin: 50% 50%;
  transform: rotate(0deg);
}

.s-widget__archive_list dt:hover {
  opacity: .6;
}

.s-widget__archive_list dd {
  border-top: 1px solid #E0E2E3;
  padding-left: 4.8rem;
  display: none;
}

@media only screen and (min-width: 1080px) {
  .s-widget__archive_list dd {
    border-top: 1px solid #ECEDED;
    border-top: none;
  }
}

.s-widget__archive_list li a {
  display: block;
  padding: 1.6rem 0.8rem;
}

.s-widget__archive_list dd li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}

@media only screen and (min-width: 1080px) {
  .s-widget__archive_list dd li:not(:last-child) {
    border-top: 1px solid #ECEDED;
  }
}

.s-article_container {
  word-break: break-all;
  margin-bottom: 6.4rem;
}
@media only screen and (min-width: 1080px) {
  .s-article_container {
    text-align: center;
  }
}

.s-article_container h1 {
  text-align: center;
}

.s-article_container h2 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 4.8rem 0 2rem;
}

.s-article_container h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 4.0rem 0 2rem;
}

.s-article_container h4 {
  font-weight: bold;
  color: #666;
  line-height: 1.6;
  margin: 3.2rem 0 2rem;
}

.s-article_container p {
  line-height: 1.8;
  margin-bottom: 2rem;
}

.s-article_container a {
  text-decoration: underline;
  color: inherit;
}

.s-article_container a:hover {
  text-decoration: none;
}

.s-article_container ul, .s-article_container ol {
  margin-bottom: 2rem;
}

.s-article_container ul {
  padding-left: 1.5rem;
  padding-right: 3rem;
}

.s-article_container ul li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.s-article_container ul li::before {
  content: "・";
}

.s-article_container ol {
  padding-left: 4rem;
  padding-right: 3rem;
}

.s-article_container ol li {
  line-height: 2;
  list-style: decimal;
}

.s-article_container .wp-block-image {
  margin-bottom: 2rem;
}

.s-article_container .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.s-article_container .wp-block-image .alignright {
  display: table;
  margin-left: auto;
}

.s-article_container .wp-block-image .alignleft {
  display: table;
  margin-right: auto;
}

.s-article_container .wp-block-image figure figcaption {
  padding-top: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.8;
  display: table-caption;
  caption-side: bottom;
}

.s-article_container pre {
  border: 1px solid #eee;
  line-height: 1.8;
  margin-bottom: 4.8rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
  font-size: inherit;
  font-family: inherit;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.s-article_container .wp-block-code {
  border: 0;
  background: #eee;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.75;
}

.s-article_container .wp-block-quote {
  border-left: 4px solid #000;
  padding-left: 1em;
  font-style: italic;
  color: #666;
  margin-bottom: 4.8rem;
}

.s-article_container .wp-block-quote cite {
  font-style: normal;
  font-size: 1.4rem;
}

.s-article_container .wp-block-quote cite::before {
  content: "-  ";
}

.s-article_container .s-figureslist {
  display: flex;
  justify-content: space-between;
}

.s-article_container .s-figureslist figure:nth-child(odd) {
  margin-right:1.6rem;
}

.s-article_container .c-btn_primary {
  text-decoration: none;
  color: #FFF;
  margin-top: 3rem;
}

.s-article_container .s-shopprofile__image img {
  width: 100%;
}

.s-article_container ul.s-shopimagelist {
  padding: 3.6rem 0 0;
}

.s-article_container ul.s-shopimagelist li {
  margin-bottom: 4.8rem;
  padding: 0;
  text-indent: initial;
}

.s-shopimagelist li:before {
  display: none;
}
.s-article_container ul.s-shopimagelist li img {
  display: block;
  width: 100%;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1080px) {
  .s-article_container ul.s-shopimagelist {
    display: flex;
    flex-wrap: wrap;
  }
  .s-article_container ul.s-shopimagelist li {
    width: 240px;
    margin-bottom: 1.6rem;
  }
  .s-shopimagelist li:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  .s-article_container ul.s-shopimagelist li p {
    margin-bottom: 0;
  }
}

.s-article_title {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: bold;
    margin: 9.6rem 0 3.2rem;
}
@media only screen and (min-width: 1080px) {
    .s-article_title {
        font-size: 2.8rem;
        margin: 7.2rem 0 4.8rem;
    }
}

.s-article_date {
  margin-top: -3.2rem;
  color: #636B6F;
  font-size: 1.4rem;
  margin-bottom: 4.8rem !important;
}

.s-shopprofile {
  margin-bottom: 6.4rem;
}

.s-shopprofile__image {
  margin-bottom: 1.6rem;
}

.s-shopprofile__info dt {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.s-shopprofile__info dd {
  line-height: 1.2;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1080px) {
  .s-shopprofile {
    display: flex;
  }
  .s-shopprofile__image {
    width: 360px;
    margin-bottom: 0;
    margin-right: 3.2rem;
  }
  .s-shopprofile__info {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .s-shopprofile__info dt {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem;
    background: #F5F6F6;
    border: 1px solid #E0E2E3;
    margin-bottom: 0;
  }
  .s-shopprofile__info dt:not(:last-of-type) {
    border-bottom: none;
  }
  .s-shopprofile__info dd {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 1.6rem;
    border: 1px solid #E0E2E3;
    border-left: none;
    margin-bottom: 0;
  }
  .s-shopprofile__info dd:not(:last-of-type) {
    border-bottom: none;
  }
}

.s-shopimagelist {
  padding-top: 4.8rem;
}

.s-shopimagelist > * {
  margin-bottom: 4.8rem;
}

.s-shopimagelist > * img {
  display: block;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 1080px) {
  .s-shopimagelist {
    display: flex;
    flex-wrap: wrap;
  }
  .s-shopimagelist > * {
    width: 240px;
    margin-bottom: 1.6rem;
  }
  .s-shopimagelist > *:not(:nth-child(4n)) {
    margin-right: 40px;
  }
}

.s-article_pager {
  border-top: 1px solid #E0E2E3;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 3.2rem;
}

.s-article_pager a {
  display: block;
  padding: 1.6rem;
  color: #636B6F;
  line-height: 1.4;
  font-size: 1.4rem;
  transition: opacity 0.2s ease-out;
}

.s-article_pager a:hover {
  opacity: .7;
}

.s-article_pager a div {
  position: relative;
  margin-bottom: 0.8rem;
  color: #008EC1;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

.s-article_pager a div::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/common/arrow_blue.svg") no-repeat center;
  background-size: 10px 10px;
  position: absolute;
  top: 0;
}

.s-article_pager li:nth-child(1) a div {
  padding-left: 1.6rem;
}

.s-article_pager li:nth-child(1) a div::before {
  left: 0;
  transform: rotate(180deg);
}

.s-article_pager li:nth-child(2) {
  margin-top: -1px;
  text-align: right;
}

.s-article_pager li:nth-child(2) a {
  border-top: 1px solid #E0E2E3;
}

.s-article_pager li:nth-child(2) a div {
  padding-right: 1.6rem;
}

.s-article_pager li:nth-child(2) a div::before {
  right: 0;
}

@media only screen and (min-width: 1080px) {
  .s-article_pager li:nth-child(2) a {
    border-top: none;
  }
}

@media only screen and (min-width: 1080px) {
  .s-article_pager {
    display: flex;
    justify-content: space-between;
    border-top: none;
    border-bottom: none;
  }
  .s-article_pager li {
    width: 450px;
  }
  .s-article_pager li:nth-child(2) {
    margin-top: 0;
  }
  .s-article_pager li a {
    padding: 0;
  }
}
