/*----------------------------------------------------

Top
https://www.webdlab.com/labs/responsive-web-design-4/
414pxまでをスマホ縦画面用
415px〜959pxをスマホ横画面及びタブレット縦画面用
960px以上をタブレット横画面とPC用として使用
----------------------------------------------------*/
.visible, .invisible {
  opacity: 0.0;
  transition: opacity 1s ease;
}
.visible {
  opacity: 1.0;
}
.visible.translateY, .invisible.translateY {
  transform: translateY(50px);
  transition: all 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateY {
  transform: translateY(0);
}
.visible.translateToLeft, .invisible.translateToLeft {
  transform: translateX(100px);
  transition: all 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToLeft {
  transform: translateX(0);
}
.visible.translateToRight, .invisible.translateToRight {
  transform: translateX(-100px);
  transition: all 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToRight {
  transform: translateX(0);
}
.visible.translateScaleUp, .invisible.translateScaleUp {
  transform: scale(.5);
  transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleUp {
  transform: scale(1);
}
.visible.translateScaleDown, .invisible.translateScaleDown {
  transform: scale(1.4);
  transition: all 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleDown {
  transform: scale(1);
}
.visible.translateRotate, .invisible.translateRotate {
  transform: rotate(360deg);
  transition: all 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateRotate {
  transform: rotate(0deg);
}
/* main-slider
----------------------------------------------------*/
.mainPht {
  background: url("../img/main.jpg") no-repeat center top;
  background-size: cover;
  height: 0;
  padding-top: 66.153%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 10px solid #f5d7a4;
  margin-top: 70px;
}
.mainPht h2 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 50%;
  height: 0;
  padding-top: 60.76%;
  background: url("../img/main_catch.png") no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
@media (min-width: 415px) {
  .mainPht {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  .mainPht {
    margin-top: 120px;
  }
}
/* common
----------------------------------------------------*/
.ctt-box {
  text-align: center;
  margin-bottom: 30px;
}
.ctt-box h2 img {}
.ctt-box p {
  padding: 10px 0 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 415px) {
  .ctt-box {
    margin-bottom: 50px;
  }
  .ctt-box h2 img {
    width: auto;
  }
  .ctt-box p {
    padding: 15px 0 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
#sec01 {
  background-image: url("../img/bg2.png");
}
#sec01 .sec-wrap {
  background-image: url("../img/bg-ribon.png");
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: 150% auto;
}
#sec01 .sec-box {
  padding-top: 80px;
  padding-bottom: 0;
}
#sec01 .txt {
  line-height: 2;
  font-weight: 700;
  padding-bottom: 40px;
}
.list-box::after {
  clear: both;
  display: block;
  content: '';
}
#sec01 .list-box .list-item {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
#sec01 .list-box .list-item:nth-child(3) {
  margin-right: 0;
}
#sec01 .list-box .list-item.visible:nth-child(1) {
  transition: all 1s 0 ease;
}
#sec01 .list-box .list-item.visible:nth-child(2) {
  transition: all 1s .3s ease;
}
#sec01 .list-box .list-item.visible:nth-child(3) {
  transition: all 1s .6s ease;
}
#sec01 ul {
  padding: 40px 0 0;
}
#sec01 ul li {
  padding: 3px 0 3px 18px;
  background: url("../img/icn.png") no-repeat left 8px;
}
#sec01 ul strong {
  font-weight: 700;
  display: inline;
  border-bottom: 2px dotted #c9b0a3;
}
.kaiketu {
  background: url("../img/img-cat.png") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 40px;
}
@media (min-width: 415px) {
  #sec01 .sec-wrap {
    background-size: 100% auto;
  }
  #sec01 .sec-box {
    padding-top: 100px;
  }
  #sec01 .txt {
    line-height: 2.2;
    font-weight: 700;
  }
  #sec01 ul {
    display: table;
    margin: 0 auto;
    font-size: 1.8rem;
    padding: 60px 0 0;
  }
  #sec01 ul li {
    padding: 4px 0 4px 20px;
    background: url("../img/icn.png") no-repeat left 11px;
  }
  .kaiketu {
    padding-bottom: 80px;
  }
}
@media (min-width: 960px) {
  #sec01 .sec-wrap {
    background-size: auto;
  }
  #sec01 .sec-box {
    padding-top: 140px;
  }
  #sec01 .txt {
    display: table;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #sec01 .list-box {
    padding: 0 60px;
  }
  .kaiketu {
    padding: 0 0 180px;
  }
}
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
#sec02 {
  background: url("../img/bg2.png");
  overflow: hidden;
  padding-top: 80px;
}
#sec02 .ctt-box {
  margin-bottom: 10px;
}
#sec02 .sec-wrap {
  border-top-right-radius: 1000px 300px;
  border-top-left-radius: 1000px 300px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  background: url("../img/bg.png")
}
#sec02 .sec-box {
  padding-top: 20px;
}
#sec02 h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 8px 0;
}
#sec02 .price {
  padding-bottom: 20px;
}
#sec02 .txt {
  padding: 15px 0 0;
}
#sec02 .price .price-box1 {
  float: left;
  width: 48%;
}
#sec02 .price .price-box2 {
  float: right;
  width: 48%;
}
#sec02 .price .price-box3 {
  clear: both;
  padding-top: 20px;
}
#sec02 h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 30px 0 0;
}
@media (min-width: 415px) {
  #sec02 .sec-box {
    padding-top: 40px;
  }
  #sec02 h3 {
    font-size: 2rem;
    padding: 10px 0;
  }
  #sec02 .price {
    padding-bottom: 40px;
  }
  #sec02 .txt {
    padding: 25px 0 0;
    line-height: 1.8
  }
  #sec02 .price .price-box3 {
    padding-top: 30px;
  }
}
@media (min-width: 960px) {
  #sec02 {
    padding-top: 120px;
  }
  #sec02 .price {
    width: 800px;
    margin: 0 auto;
  }
  #sec02 .price2 {
    width: 990px;
  }
  #sec02 h3 {
    font-size: 2.4rem;
  }
  #sec02 h4 {
    font-size: 2.8rem;
  }
}
/* 
----------------------------------------------------*/
#sec03 {
  background: url("../img/bg.png");
  overflow: hidden;
  padding-top: 50px;
  position: relative;
}
#sec03::before {
  position: absolute;
  content: '';
  display: block;
  height: 0;
  padding-top: 29.9%;
  width: 100%;
  background: url("../img/img-dog.png") no-repeat center top;
  background-size: 100% auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#sec03 .sec-wrap {
  border-top-right-radius: 1000px 300px;
  border-top-left-radius: 1000px 300px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  background: url("../img/bg2.png");
}
#sec03 .sec-box {
  padding-top: 80px;
}
#sec03 .ctt-box {
  margin-bottom: 10px;
}
#sec03 .gallery-box {
  padding-top: 10px;
}
#sec03 .gallery {}
#sec03 .gallery::after {
  content: '';
  display: block;
  clear: both;
}
#sec03 .gallery li {
  float: left;
  width: 31%;
  margin: 0 3.5% 0 0;
  overfllow: hidden;
  opacity: 1;
  transition: all .4s ease 0s;
}
#sec03 .gallery li:nth-child(3n) {
  margin-right: 0;
}
#sec03 .gallery li img {
  padding-bottom: 10px;
}
.gallery li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#sec03 .gallery-box .more {
  text-align: center;
  margin-top: 20px;
}
#sec03 .gallery-box button {
  background-color: #f5de90;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  line-height: 40px;
  width: 160px;
  border-radius: 20px;
}
@media (min-width: 415px) {
  #sec03 {
    padding-top: 150px;
  }
  #sec03 .gallery {
    padding: 0 10px;
  }
  #sec03 .gallery li {
    width: 18%;
    margin: 0 2.5% 0 0;
  }
  #sec03 .gallery li:nth-child(3n) {
    margin-right: 2.5%;
  }
  #sec03 .gallery li:nth-child(4n) {
    margin-right: 2.5%;
  }
  #sec03 .gallery li:nth-child(5n) {
    margin-right: 0;
  }
  #sec03 .gallery li img {
    padding-bottom: 14px;
  }
}
@media (min-width: 960px) {
  #sec03 {
    padding-top: 180px;
  }
  #sec03::before {
    width: 1170px;
    left: 50%;
    right: auto;
    margin-left: -585px;
  }
  #sec03 .sec-box {
    padding-top: 180px;
  }
  #sec03 .gallery li img {
    padding-bottom: 18px;
  }
}
/* 
----------------------------------------------------*/
#sec04 {}
#sec04 .data-box {}
#sec04 .data-txt {
  text-align: center;
  padding-bottom: 30px;
}
#sec04 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 10px;
}
#sec04 h4 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 0 5px;
}
#sec04 .tel {
  padding: 15px 10px 0;
}
#sec04 .line {
  padding: 20px 0 0;
}
#sec04 img {
  width: auto;
}
#sec04 .gmap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 66.25%;
  position: relative;
  border: 10px solid #fff;
}
#sec04 .data-map {}
#sec04 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 415px) {
  #sec04 .data-box {
    padding: 0 10px;
  }
  #sec04 .data-box::after {
    clear: both;
    display: block;
    content: '';
  }
  #sec04 .data-txt {
    text-align: left;
    padding-bottom: 0;
    float: left;
    width: 50%;
  }
  #sec04 .data-map {
    float: right;
    width: 45%;
  }
}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/*----------------------------------------------------

Lower

----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}