@charset "utf-8";
/*----------------------------------------------------------------------------
   mainvisual
------------------------------------------------------------------------------*/
#mainvisual {
  width: 100%;
  background: url("../image/home/mv-bg.png") repeat-x bottom;
  margin-top: 110px;
}
#mainvisual .mv-wrap {
  width: calc(100% - 96px);
  max-width: 1320px;
  height: 780px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
#mainvisual .mv-wrap .mv-slider li {
  width: 100%;
  max-width: 1320px;
  height: 780px;
  border-radius: 48px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainvisual .mv01 {
  background-image: url("../image/home/mv-img01.png");
  background-position: center;
}
#mainvisual .mv01 .mv-cc {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 150px;
  text-align: center;
}
#mainvisual .mv01 .mv-cc .catch {
  margin: 0 auto;
}
#mainvisual .mv01 .mv-cc p {
  margin: 1em 0;
  color: #fff;
}
#mainvisual .mv01 .mv-cc .ap {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#mainvisual .mv02 {
  background-image: url("../image/home/mv-img02.png");
  background-position: center left;
}
#mainvisual .mv03 {
  background-image: url("../image/home/mv-img03.png");
  background-position: center;
}
#mainvisual .mv04 {
  background-image: url("../image/home/mv-img04.png");
  background-position: center;
}
#mainvisual .mv05 {
  background-image: url("../image/home/mv-img05.png");
  background-position: center;
}
#mainvisual .mv-other {
  position: relative;
  width: 100%;
  max-width: 1200px;
  top: -60px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 12px;
  background-image: -moz-linear-gradient( 110deg, rgb(254,235,148) 0%, rgb(250,242,208) 100%);
  background-image: -webkit-linear-gradient( 110deg, rgb(254,235,148) 0%, rgb(250,242,208) 100%);
  background-image: -ms-linear-gradient( 110deg, rgb(254,235,148) 0%, rgb(250,242,208) 100%);
  overflow: hidden;
}
#mainvisual .mv-other .catch {
  display: block;
  width: 100%;
  max-width: 582px;
  height: auto;
  margin: 0 auto 24px;
}

#mainvisual .mv-other .photo-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

#mainvisual .mv-other .photo-wrap img {
  display: block;
  width: calc(25% - 9px);
  max-width: 360px;
  height: auto;
}

#mainvisual .mv-other .note {
  color: #666;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width:1360px) {
  #mainvisual .mv01 .mv-cc {
    width: 600px;
  }
  #mainvisual .mv-other {
    width: calc(100% - 144px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:1120px) {
  #mainvisual .mv-wrap {
    width: calc(100% - 48px);
  }
  #mainvisual .mv01 {
    background-position: 25% center;
  }
  #mainvisual .mv01 .inner {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #mainvisual .mv01 .mv-cc {
    margin-right: auto;
  }
  #mainvisual .mv02 {
    background-position: 20% center;
  }
  #mainvisual .mv03 {
    background-position: 35% center;
  }
  #mainvisual .mv04 {
    background-position: 20% center;
  }
  #mainvisual .mv05 {
    background-position: 25% center;
  }
}
@media screen and (max-width:900px) {
  #mainvisual .mv-other .photo-wrap img {
    width: calc(50% - 6px);
  }
}

/*----------------------------------------------------------------------------
   information
------------------------------------------------------------------------------*/
#information {
  margin-top: 96px;
  padding-bottom: 96px;
  background: url("../image/home/info-bg.png") no-repeat;
  background-position: 90% bottom;
}
#information .info-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#information .info-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#information .info-title span {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #ccc;
}
#information .info-btn {
  padding-top: .5em;
  padding-bottom: .5em;
}
#information .info-list {
  margin: 48px auto;
  display: flex;
}
#information .info-box {
  display: block;
  width: calc(33.33% - 24px);
  padding-bottom: .5em;
  margin-right: 36px;
  text-decoration: none;
  color: inherit;
}
#information .info-box:nth-child(3n) {
  margin-right: 0;
}
#information a.info-box {
  transition: .2s;
}
#information a:hover.info-box {
  color: #1874d3;
}
#information .info-box .info-img {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
#information .info-box .info-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
#information .info-box .info-img div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: #fafafa;
}
#information a.info-box .info-img img {
  height: 100%;
  object-fit: cover;
  transition-duration: .3s;
}
#information a.info-box:hover .info-img img {
  transform: scale(1.1);
  transition-duration: .3s;
}
#information .info-tag {
  margin-top: 1em;
}
#information .info-cate {
  display: inline-block;
  padding: 0 1em;
  margin-right: 1em;
  margin-bottom: .5em;
  border-radius: 6px;
  background-color: #eee;
  border: 1px solid #ccc;
  color: #666;
}
#information .info-date {
  color: #666;
  margin-bottom: .5em;
}
#information .ameblo-btn {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  margin: 60px auto 0;
}
#information .ameblo-btn a {
  display: block;
  width: 100%;
  height: 174px;
  box-sizing: border-box;
  border: 3px solid #2d8c3c;
  background: #f5fcf6 url("../image/home/ameblo-img01.png") no-repeat bottom right;
  padding-top: 30px;
  padding-left: 40px;
  transition: .2s all;
}
#information .ameblo-btn a:hover {
  opacity: .8;
}
@media screen and (max-width:1540px) {
  #information {
    background-position: 36px bottom;
  }
}
@media screen and (max-width:1300px) {
  #information {
    background-image: none;
  }
}
@media screen and (max-width:900px) {
  #information .info-title span {
    display: none;
  }
}
@media screen and (max-width:750px) {
  #information .info-btn span {
    display: none;
  }
  #information .info-list {
    max-width: 540px;
    flex-wrap: wrap;
  }
  #information .info-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  #information .info-box:last-child {
    margin-bottom: 0;
  }
}
/*----------------------------------------------------------------------------
   about
------------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: 840px;
  box-sizing: border-box;
  padding-top: 72px;
  background: url("../image/home/about-bg.png") no-repeat top right;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#about h2 {
  text-align: center;
}
#about .intro {
  margin-top: 36px;
  text-align: center;
}
#about .point-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
#about .point {
  width: calc(25% - 18px);
  position: relative;
}
#about .point .number {
  display: inline-block;
  position: absolute;
  left: -32px;
  top: -62px;
  width: 124px;
  height: 112px;
  background-image: url("../image/home/about-dogpad.png");
  background-repeat: no-repeat;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  text-shadow: none;
  text-align: center;
  line-height: 164px;
}
#about .point b {
  display: block;
  text-align: center;
  line-height: 1.2;
  margin: .75em 0;
}
#about .point p {
  line-height: 1.8;
  letter-spacing: .2ex;
}
@media screen and (max-width:1120px) {
  #about {
    height: auto;
    padding-top: 48px;
  }
  #about .point-wrap {
    flex-wrap: wrap;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  #about .point {
    width: calc(50% - 12px);
    max-width: 300px;
    margin-bottom: 84px;
    text-align: center;
  }
  #about .point p {
    text-align: left;
  }
}
/*----------------------------------------------------------------------------
   payment
------------------------------------------------------------------------------*/
#payment {
  padding-bottom: 72px;
  padding-top: 72px;
  background-color: #fbffec;
}
#payment h2 {
  text-align: center;
}
#payment .content {
  width: calc(100% + 30px);
  margin: 36px auto 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width:1050px) {
  #payment .content {
    width: 100%;
  }
}
#payment .content .box {
  margin-bottom: 25px;
  background-color: #fff;
  padding: 25px 25px 10px;
  ;
  box-sizing: border-box;
  width: calc(50% - 30px);
  margin-right: 30px;
}
@media screen and (max-width:1050px) {
  #payment .content .box {
    width: 100%;
    margin-right: 0;
  }
}
#payment .content .box .title {
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width:750px) {
  #payment .content .box .title {
    letter-spacing: -0.025em;
  }
}
#payment .content .box .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("../image/home/payment/list-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:750px) {
  #payment .content .box .title::before {
    top: 10px;
  }
}
#payment .content .box .title span {
  display: inline-block;
}
@media screen and (max-width:1150px) {
  #payment .content .box:nth-of-type(3) .title span, #payment .content .box:nth-of-type(4) .title span {
    display: block;
  }
}
@media screen and (max-width:1050px) {
  #payment .content .box:nth-of-type(3) .title span, #payment .content .box:nth-of-type(4) .title span {
    display: inline-block;
  }
}
#payment .content .box:nth-of-type(1) .title {
  border-bottom: none;
}
#payment .content .box .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
  width: calc(100% + 30px);
}
@media screen and (max-width:1050px) {
  #payment .content .box .list {
    width: calc(100% + 15px);
  }
}
@media screen and (max-width:900px) {
  #payment .content .box .list {
    width: 500px;
    margin: auto;
  }
}
#payment .content .box .list img {
  margin-right: 30px;
  margin-bottom: 15px;
  height: 65px;
  width: auto;
}
#payment .content .box:nth-of-type(2) .list > img:nth-of-type(1) {
  height: 45px;
}
@media screen and (max-width:1050px) {
  #payment .content .box .list img {
    margin-right: 15px;
  }
}
#payment .content .attention {}
#payment .content .attention span {
  color: #FF2F32;
  font-weight: bold;
}
@media screen and (max-width:750px) {
  #payment .content .attention {
    letter-spacing: -0.025em;
  }
}