@charset "utf-8";
img {
  max-width: 100%;
}
.inner_contents {
  max-width: 1100px;
  padding: 2em 1em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner_contents {
    max-width: 100%;
  }
  main {
    padding: 0px !important;
  }
}
/*----------------------
linkbtn
----------------------*/
.linkbtn {
  padding: 0.8em 0.5em 0.8em 0em;
  background: #FFF;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 100px;
  transition: background 0.3s;
  color: #FFF;
  background-color: #3baf77;
  min-width: 220px;
  width: 280px;
  position: relative;
  box-shadow: 0 0 10px #d9e4f5;
  cursor: pointer;
  min-height: 50px;
  line-height: 24px;
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
  cursor: pointer;
  margin-top: 1em;
}
.linkbtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
.linkbtn {
    margin: 1em auto 5em;
    display:block;
    text-align: center;
}
}
/*----------------------
header
----------------------*/
.site_logo img {
  max-width: 100%;
}
.hdr_copy {
  text-align: center;
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
  padding: 0px 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .hdr_copy br {
    display: none;
  }
  .hdr_copy {
    text-align: left;
  }
}
/*----------------------
slider
----------------------*/
.swiper::after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 25%;
  z-index: 0;
}
.swiper-wrapper {
  margin: 4em auto;
}
.swiper-slide a {
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  transition: all 0.45s;
}
.swiper-slide a:hover {
  transform: scale(0.9);
}
.slide_img {
  width: 48%;
  margin: 1%;
}
.slide_img img {
  border-radius: 20px;
    width: 100%;
}
.slide_text {
  width: 42%;
  margin: 3% 1%;
}
.slide_text_ttl {
  font-size: 45px;
  font-size: clamp(24px, 3vw, 45px);
  font-weight: bold;
  color: #f488ab;
  margin-bottom: 0.5em;
  text-align: center;
}
.slide_text_ttl span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-size: clamp(22px, 3vw, 28px);
}
.slide_text_p {
  font-size: 18px;
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: 0em;
}
.swiper-pagination-bullet {
  background: #FFF !important;
}
@media screen and (max-width: 767px) {
.swiper::after {
  bottom: 10%;
}
 .swiper-wrapper {
  margin: 0em auto;
}
.slide_img {
  width: 90%;
  margin: auto;
}
.slide_text {
  width: 90%;
  margin: 3% auto;
}
}


/*----------------------
popular
----------------------*/
.popular {
  text-align: center;
  background: #f4b3c8;
  background-size: 100%;
  padding: 12em 2em 2em;
  position: relative;
  z-index: 0;
  margin-top: -12em;
}
.popular::after {
  content: "";
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.popular_ttl {
  font-size: 36px;
  font-size: clamp(28px, 3vw, 36px);
  color: #FFF;
  font-weight: bold;
  margin-bottom: 1em;
}
.popular_ttl span {
  padding-left: 2em;
  background: url("../images/top/top_logo_w.png")no-repeat center left;
  background-size: 50px auto;
  font-weight: bold;
}
.popular_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.popular_box {
  display: block;
  width: 29%;
  margin: 2%;
  padding: 1.5em;
  background: #FFF;
  border-radius: 10px;
  transition: all 0.45s;
  box-shadow: 0 0 10px #a8b7bd;
}
.popular_box:hover {
  transform: scale(0.9);
}
.popular_box_img {
  border-radius: 10px;
  overflow: hidden;
}
.popular_box_ttl {
    margin-top: 1em;
    color:#f488ab;
    font-weight: bold;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.popular_box_text {
  text-align: left;
  margin-top: 1em;
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
}

@media screen and (max-width: 767px) {
.popular {
    padding: 0em;
    margin-top: -3em;
    padding-top: 2em;
}
.popular_box {
  width: 100%;
}
.popular_ttl span {
    padding-left: 1.5em;
    background-size: 33px auto;
}
}

/*----------------------
popular(カルーセル改修版)
----------------------*/
.popular2 {
    text-align: center;
    padding: 3em 2em 2em;
    position: relative;
}
@media screen and (max-width: 767px) {
    .popular2 {
        padding-left: 1em;
        padding-right: 1em;
    }
}
.popular_ttl span,
.etc_ttl span {
    display: inline-block;
    line-height:60px;
}
.popular2 img {
    width:100%;
    max-width:100%;
}
.popular2 ul,
.popular2 ul li {
    list-style: none;
    margin:0;
    padding:0;
}
.popular2 * {
	  box-sizing: border-box;
}
.popular2::after {
    content:"";
    width:100%;
    height:65%;
    background: #f4b3c8;
	background: linear-gradient(to bottom right, #2f9534, #accf4b);
    z-index: 1;
    pointer-events: none;
    position: absolute;
    top:0;
    left:0;
}
.popular2 .inner_contents {
    position: relative;
    z-index: 5;
}
.popular2 .slider_item {
    padding:10px;
}
.popular2 .popular_box {
    width:100%;
    margin:0;
}
.popular2 .slick-dots {
    bottom:-35px;
}
@media screen and (max-width: 767px) {
    .popular2 .slick-dots {
        bottom:-45px;
    }
}
.popular2 .slick-dots li button:before {
    color:#333;
}
.popular2 .slick-dots li.slick-active button:before {
    color: #f4b3c8;
}
.popular2 .slide_arrow {
    color: #f4b3c8;
    position: absolute;
    z-index: 10;
    width:50px;
    height:50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}
@media screen and (max-width: 767px) {
    .popular2 .slide_arrow {
        width:40px;
        height:40px;
    }
}
.popular2 .prev_arrow {
    left:-15px;
}
@media screen and (max-width: 767px) {
    .popular2 .prev_arrow {
        left:-20px;
    }
}
.popular2 .next_arrow {
    right:-15px;
}
@media screen and (max-width: 767px) {
    .popular2 .next_arrow {
        right:-20px;
    }
}
.popular2 .popular_box_ttl {
    min-height:70px;
}
@media screen and (max-width: 767px) {
    .popular2 .popular_box_ttl {
        min-height:auto;
    }
}

/*----------------------
etc
----------------------*/
.etc {
  text-align: center;
  padding: 0em 2em 2em;
  position: relative;
}
.etc_ttl {
  font-size: 36px;
  font-size: clamp(28px, 3vw, 36px);
  color: #948f7f;
  font-weight: bold;
  margin-bottom: 1em;
}
.etc_ttl span {
  padding-left: 2em;
  background: url("../images/top/top_logo.png")no-repeat center left;
  background-size: 56px auto;
  font-weight: bold;
}
.etc_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.etc_box {
  display: block;
  width: 29%;
  margin: 2%;
  padding: 1.5em;
  background: #FFF;
  border-radius: 10px;
  transition: all 0.45s;
  box-shadow: 0 0 10px #d2d2d2;
}
.etc_box:hover {
  transform: scale(0.9);
}
.etc_box_img {
  border-radius: 10px;
  overflow: hidden;
}
.etc_box_ttl {
    margin-bottom: 1em;
    color:#f488ab;
    font-weight: bold;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
@media screen and (max-width: 767px) {
.etc {
  padding: 0em;
}
.etc_ttl span {
  padding-left: 1.5em;
  background-size: 40px auto;
}
}



/*----------------------
column
----------------------*/
.column {
  text-align: center;
  padding: 0em 2em 2em;
  position: relative;
}
.column_post {
  padding: 1em 0em;
  margin-bottom: 1em auto;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  transition: all 0.45s;
  position: relative;
}
.column_post:hover {
  transform: scale(0.9);
}
.column_post::after {
    content: "";
    border-bottom:1px dotted #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left:0;
}
.column_post_img {
  width: 30%;
  margin: 1%;
}
.column_post_img img {
  border-radius: 20px;
}
.column_post_text {
  width: 66%;
  margin: 1%;
}
.column_post_text_ttl {
  font-size: 28px;
  font-size: clamp(24px, 3vw, 28px);
  font-weight: bold;
  margin-bottom: 0.5em;
}
.column_post_text_p {
  font-size: 18px;
  font-size: clamp(16px, 3vw, 18px);
}

.column .linkbtn{
    margin: 2em auto;
    color:#FFF;
    transition: all 0.45s;
}
.column .linkbtn:hover{
    color:#FFF;
    transform: scale(0.9);
}

@media screen and (max-width: 767px) {
.column {
  padding: 0em;
}
.column_post_img {
  width: 100%;
  margin: 1% auto;
}
.column_post_text {
  width: 100%;
  margin: 1% auto;
}
}