@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style
*	  top
*
* ======================================================= */
.pc {
  display: block;
}

.sp {
  display: none;
}

/*mainImg*/
#mainImg {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: url(../images/top/mainImg-re.jpg);
  display: flex;
  background-size: 110%;
  background-position: center right;
}

#mainImg .container {
  width: 85%;
  height: auto;
}

#mainImg .fh5co-overlay {
  background: transparent;
}

#mainImg h2 img {
  display: block;
  width: 55%;
  transform: translate3d(5vw, -35%, 0);
}

#mainImg .reserve-btn{
transition: .3s;
}

#mainImg .reserve-btn a{
  position: fixed;
  right: 3em;
  bottom: 3em;
  width: 15vw;
  height: 15vw;
  z-index: 998;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainImg .reserve-btn a img{
  display: block;
  width: 100%;
  margin: 0 auto 0.5em;
}

#mainImg .reserve-btn a:hover{
  transform: translateY(-1em);
  transition: .5s;
}

.is-hidden{
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  }

/* contentsBox */
#contentsBox {
  position: relative;
  z-index: 10;
  text-align: center;
}
#contentsBox .container .ytBox {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
#contentsBox .container .ytBox iframe {
  width: 100%;
  height: 100%;
}

/* news-link */
#newsLink {
  position: relative;
  z-index: 10;
  text-align: center;
}
#newsLink ::before,
#newsLink ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#newsLink .btn,
#newsLink a.btn,
#newsLink button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

#newsLink a.btn-border {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.5rem;
}

#newsLink a.btn-border span {
  position: relative;
  display: block;
  padding: 1.25rem 3rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

#newsLink a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#newsLink a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

#newsLink a.btn-border:hover:before {
  bottom: -5px;
}

#newsLink a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

#newsLink a.btn-border:active:before {
  bottom: -1px;
}


/*about*/
#about .subImg, .subImg img {
  width: 100%;
}

#about h3 {
  position: relative;
  margin-bottom: 65px;
}

#about h3::after {
  position: absolute;
  content: "";
  height: 34px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/top/line.png);
  left: 0;
  background-position: center;
}

#about p.midashi {
  font-size:2.2vw;
}

#about .container {
  position: relative;
  z-index: 3;
}

#about .wide {
  width: 88%;
  margin-bottom: 7em;
}

#about .dogs-left {
  position: absolute;
  top: -14em;
  left: -5em;
}

#about .dogs-right {
  position: absolute;
  top: 5em;
  right: -5em;
}

#about .dogs-left img {
  width: 320px;
}

#about .point{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}

#about .point > div.pointWrap{
  width: calc((83vw - 4.5em)/4);
  height: calc((83vw - 4.5em)/4);
  background-image: url(../images/top/round.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .point > div.pointWrap .pointInner{
  display: block;
}

#about .point > div.pointWrap .pointInner p.num{
  margin-bottom:1.25em;
  position: relative;
  color:#8bb1c6;
  font-weight:500;
  line-height: 1em;
  font-size:1.2vw;
}

#about .point > div.pointWrap:nth-child(2) .pointInner p.num,
#about .point > div.pointWrap:nth-child(5) .pointInner p.num{
  color:#de929c;
}

#about .point > div.pointWrap:nth-child(3) .pointInner p.num,
#about .point > div.pointWrap:nth-child(6) .pointInner p.num{
  color:#d7ba71;
}

#about .point > div.pointWrap .pointInner p.num::before{
  width: 20px;
  height: 2px;
  background: #8bb1c6;
  content: "";
  position: absolute;
  bottom: -0.35em;
  left: 50%;
  transform: translateX(-50%);
}

#about .point > div.pointWrap:nth-child(2) .pointInner p.num::before,
#about .point > div.pointWrap:nth-child(5) .pointInner p.num::before{
  background: #de929c;
}

#about .point > div.pointWrap:nth-child(3) .pointInner p.num::before,
#about .point > div.pointWrap:nth-child(6) .pointInner p.num::before{
  background: #d7ba71;
}

#about .point > div.pointWrap .pointInner img{
  width:auto;
  height:4.6vw;
}

#about .point > div.pointWrap .pointInner p.desc{
  font-size: 1.25vw;
  line-height: 1.4em;
  margin-bottom: 0;
  margin-top: 0.75em;
  font-weight: 500;
}

/*news*/
#blogs,
#news {
  position: relative;
}

#blogs .dogs-bottom img,
#news .dogs-bottom img {
  position: absolute;
  top: -8em;
  left: 18%;
}

#blogs .blog,
#news .blog {
  height: 300px;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
}

#blogs .item1,
#news .item1 {
  background-image: url(../images/common/blogImg.png);
}

#blogs .prod-title span.date,
#news .prod-title span.date {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 0;
}

#blogs .prod-title p.title,
#news .prod-title p.title {
  margin-top: 0.5em;
}

#blogs .fbox,
#news .fbox{
	display: flex;
	flex-wrap:wrap;
	padding:0 15px;
}
#blogs .blog_wrap > div,
#news .blog_wrap > div{
	width:33.333%;
	padding:0 15px;
}
#blogs .blog_wrap .photo img,
#news .blog_wrap .photo img{
	width:100%;
	height:auto;
    border-radius: 8px;
	margin-bottom:15px;
}
#blogs .blog_wrap .text,
#news .blog_wrap .text{
	line-height: 1.3;
}
/*access*/
#access {
  margin-bottom: 6em;
}

#access .name {
  font-size: 1.5em;
  color: #503F3F;
}

#access p {
  margin-bottom: 0.5em;
}

#access a p {
  text-decoration: none;
  margin-bottom: 1em;
}

#access .gray {
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#access .gray img {
  width: 200px;
}

#access .flex {
  display: flex;
  background: #ffffff;
  padding: 5em;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.06));
}

#access .map {
  padding-left: 3em;
}

#access .map iframe {
  aspect-ratio: 10/7;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {

  /*mainImg*/

  #mainImg .container {
    width: 90%;
  }

  #mainImg h2 img {
    transform: translate3d(10vw, -35%, 0);
  }

  /*about*/
  #about .wide {
    margin-bottom: 0;
  }
  #blogs .blog_wrap,
  #news .blog_wrap{
    margin:0 -7.5px;
  }
#blogs .blog_wrap > div,
#news .blog_wrap > div{
	width:50%;
	padding:0 7.5px;
}
#blogs .blog_wrap .text,
#news .blog_wrap .text{
	font-size:0.8em;
}

#about .point{
  justify-content: flex-start;
}

#about .point > div.pointWrap{
  width: calc((83vw - 3em)/3);
  height: calc((83vw - 3em)/3);
  padding: 15px;
}

#about .point > div.pointWrap .pointInner p.num{
  font-size:1.5vw;
}

#about .point > div.pointWrap .pointInner p.num::before{
  width: 18px;
}

#about .point > div.pointWrap .pointInner img{
  height:6vw;
}

#about .point > div.pointWrap .pointInner p.desc{
  font-size: 1.65vw;
}

}

@media screen and (max-width: 768px) {

  #about .wide {
    margin-bottom: 0;
  }

  /*access*/
  #access .flex {
    padding: 3em;
    width: calc(100% - 6em);
    margin: auto;
    display: block;
  }

  #access .flex>div {
    width: 100%;
  }

  #access .flex>div.gray {
    height: 300px;
    margin-bottom: 2em;
  }

  #access .flex>div.map {
    margin: auto;
    padding-left: 0;
  }

  #access .flex>div.map iframe {
    width: 100% !important;
    min-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 16px;
    text-align: left;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  h3,
  .heading-section h3 {
    font-size: 3em;
    font-size: 3em;
  }

  .heading-section {
    padding-bottom: 0;
  }

  /*mainImg*/
  #mainImg {
    background: url(../images/top/mainImg-re-sp.jpg);
    aspect-ratio: 16/28;
    align-items: flex-end;
    margin-bottom: 3em;
    background-position: top center;
    background-size: 100%;
  }

  #mainImg h2 img {
    width: 100%;
    transform: translate3d(0px, 0, 0);
  }

  #mainImg .container{
    width: 95%;
    position: absolute;
    top: 33vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }

  #mainImg .reserve-btn a {
    right: 0;
    bottom: 0;
    width: 100vw;
    aspect-ratio: 375/60;
    height: auto;
  }

  #mainImg .reserve-btn a img {
    width: 100%;
    margin: 0;
}

  /*about*/
  #about .dogs-left,
  #about .dogs-right,
  #blogs .dogs-bottom,
  #news .dogs-bottom {
    display: none;
  }

  #about .wide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1em;
  }

  #about p.midashi {
    font-size: 5.5vw;
    text-align: center;
}

  #about .point{
    padding: 2.5%;
    gap:0.5em;
  }

  #about .point p{
  text-align: center!important;
  }

  #about .point > div.pointWrap{
    width: calc((95vw - 0.5em)/2);
    height: calc((95vw - 0.5em)/2);
    padding: 10px;
  }
  
  #about .point > div.pointWrap .pointInner p.num{
    font-size:3.5vw;
    margin-bottom:0.9em;
  }
  
  #about .point > div.pointWrap .pointInner p.num::before{
    width: 18px;
  }
  
  #about .point > div.pointWrap .pointInner img{
    height:11vw;
  }
  
  #about .point > div.pointWrap .pointInner p.desc{
    font-size: 3.5vw;
    line-height: 1.5em;
    margin-top:0.7em;
  }

  /*news*/
  #blogs .prod-title p.title,
  #news .prod-title p.title {
    text-align: left;
  }

  /*access*/
  #access .container {
    padding: 0;
  }

  #access .flex {
    padding: 1em;
    width: calc(100% - 2em);
  }

  #access .flex>div.gray {
    height: 250px;
    margin-bottom: 1em;
  }

  #access .name {
    font-size: 1.4em;
  }

  #access .flex>div.map iframe {
    width: 100% !important;
    min-width: 100%;
  }

  #footer p {
    text-align: center;
  }
}
