@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@400;700&display=swap');
.font01 {
  font-family: 'Kosugi Maru', sans-serif;
}
.font02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.font03 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
.wrapper, .wrapper2, .wrapper3 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
}
.wrapper2 {
  width: 100%;
  max-width: 1600px;
}
.wrapper3 {
  width: 100%;
  max-width: 1400px;
}
.deco01 a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 0;
}
#head h1 {
  float: left;
  width: 20%;
  max-width: 293px;
}
#head h1 img {
  display: block;
}
#head .tel {
  display: block;
  text-align: right;
}
#head .tel img {
  width: 30%;
  max-width: 270px;
  height: auto;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  width: 80%;
  max-width: 1300px;
  float: right;
  padding: 2% 0;
}
#gnav ul {
  position: relative;
  overflow: hidden;
  text-align: right;
  font-size: 0;
  padding-top: 3%;
}
#gnav li {
  display: inline-block;
  border-right: 1px solid #689e9e;
}
#gnav li:last-child {
  border-right: none;
}
#gnav li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 1.1;
  text-align: center;
  padding: 10px 20px;
  transition: 0.4s ease-in-out;
}
#gnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #000;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #a3d3d5;
  padding: 70px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #fff;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  line-height: 10vh;
  text-decoration: none;
}
/* ----------------------------------------
 page-title
------------------------------------------- */
#page-title {
  position: relative;
  padding-left: 19%;
  padding-top: 200px;
}
#page-title-img {
  padding-top: 400px;
  background: url("../images/index-images/mv01.webp") 50% 50% no-repeat;
  background-size: cover;
}
#page-title-catch {
  position: absolute;
  top: 400px;
  left: 9%;
  text-align: left;
}
#page-title-catch h1 {
  font-size: 4.4rem;
  line-height: 1;
}
@media screen and (max-width:1599px) {
  #page-title {
    padding-left: 10%;
    padding-top: 15%;
  }
  #page-title-img {
    padding-top: 35%;
  }
  #page-title-catch {
    top: 65%;
    left: 5%;
  }
  #page-title-catch h1 {
    font-size: 2.4vw;
  }
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
.bg01{
background-color: #e8f7f8;
}

.box01 p{
font-size: 1.8rem;
}
.box01 .float-l{
width: 47%;
}
.box01 .float-r{
width: 47%;
}
.img-box{
overflow: hidden;
border: 6px solid #a3d3d5;
border-radius: 10px;
}
.img-box img{
width: 100%;
height: auto;
}
.last{
border-bottom: 1px solid #ccc;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  color: #2c6c72;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.cmn-title01 span{
  display: block;
  color: #a3d3d5;
  font-size: 1.5rem;
  letter-spacing:2px;
  padding-top: 10px;
}
.cmn-title02 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

.cmn-title02-1 {
  color: #2c6c72;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

.cmn-title03 {
  color: #2c6c72;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}
.cmn-title04 {
  color: #2c6c72;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.cmn-title04 span{
  color: #a3d3d5;
  font-size: 1.4rem;
  margin-left: 10px;
}
.cmn-title05 {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 15px;
}

.under {
  background: linear-gradient(transparent 80%, #a8eaff 80%);
  padding: 5px 0;
}

/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 80%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  background-color: #55989e;
  padding: 10px;
}
.cmn-btn01 a::after {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #92c6df;
  display: inline-block;
  margin-left: 10px;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}




/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


#payment img{
	width:55%;
}


@media screen and (max-width: 799px){
	#payment img{
	width:90%;
}
}


/* ----------------------------------------
 bn
------------------------------------------- */
#bn {
  position: relative;
}
#bn .animal {
  position: absolute;
  width: 100px;
  height: 146px;
  background: url("../images/cmn-images/dog02.webp") 0 0 no-repeat;
  background-size: 100% auto;
  right: 10%;
  bottom: 5%;
}
#bn ul {
  overflow: hidden;
}
#bn ul li {
  float: left;
  width: 48%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cccccc;
  text-align: center;
  margin-right: 4%;
  margin-bottom: 30px;
}
#bn ul li a {
  display: block;
  padding-left: 50%;
}
/*#bn ul li:nth-child(1) a {
  background: url("../images/cmn-images/bn-img05.webp") 0 0 no-repeat;
  background-size: cover;
}*/
#bn ul li:nth-child(1) a {
  background: url("../images/cmn-images/bn-img06.webp") 0 0 no-repeat;
  background-size: cover;
}
#bn ul li:nth-child(2) a {
  background: url("../images/cmn-images/bn-img01.webp") 0 0 no-repeat;
  background-size: cover;
}
#bn ul li:nth-child(3) a {
  background: url("../images/cmn-images/bn-img02.webp") 0 0 no-repeat;
  background-size: cover;
}
#bn ul li:nth-child(4) a {
  background: url("../images/cmn-images/bn-img03.webp") 0 0 no-repeat;
  background-size: cover;
}
#bn ul li:nth-child(5) a {
  background: url("../images/cmn-images/bn-img04.webp") 0 0 no-repeat;
  background-size: cover;
}
#bn ul li:nth-child(2n) {
  margin-right: 0;
}
#bn ul li h3 {
  color: #2c6c72;
  font-size: 2.0rem;
  line-height: 1;
  padding: 60px 0;
}
#bn ul li h3 span {
  display: block;
  color: #a3d3d5;
  font-size: 1.2rem;
  padding-top: 15px;
}
@media screen and (max-width:1599px) {
  #bn .animal {
    right: 0;
  }
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  color: #fff;
  background-color: #a3d3d5;
}
#foot a{
  color: #fff;
}
#foot .box {
  float: left;
  width: 500px;
  padding: 30px 0;
}
#foot .box h2 {
  width: 230px;
  margin: 0 auto 30px auto;
}
#foot .box dl {
  overflow: hidden;
  margin-bottom: 15px;
}
#foot .box dl dt {
  float: left;
  text-align: left;
  padding: 5px 10px;
}
#foot .box dl dd {
  float: left;
  text-align: left;
  border-left: 1px solid #fff;
  padding: 5px 10px;
}
#foot .copy {
  color: #55989e;
  background-color: #fdedd4;
  padding: 15px 0;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  float: right;
  width: 500px;
  padding: 50px 0 30px 0;
}
#fnav h3 {
  background: url("../images/cmn-images/line.webp") 50% 50% repeat-x;
  margin-bottom: 10px;
}
#fnav h3 span {
  background-color: #a3d3d5;
}
#fnav ul {
  overflow: hidden;
  margin-bottom: 20px;
}
#fnav li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
#fnav li:last-child {
  border-right: none;
}
#fnav li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: left;
  transition: 0.4s ease-in-out;
}
#fnav li a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.foot-bottom{
position: fixed;
width: 100%;
box-sizing: border-box;
background-color: #fff;
bottom: 0;
left: 0;
z-index: 9999;
padding: 15px 5%;
}
.foot-bottom .float-l,.foot-bottom .float-r{
width: 48%;
}
/* ----------------------------------------
　contact&order
---------------------------------------- */
.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    position: static;
    top: 0;
    left: 0;
    border: none;
    color: red;
}
.screen-reader-response{
display:none;
}
.wpcf7 form .wpcf7-response-output {
	width:50%;
    margin: 1rem auto!important;
    padding: 1.5rem!important;
    /*border: none!important;*/
	margin-top:-80px!important;
	
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #fff;
    color: #BB0202;
    border: 1px solid #BB0202!important;

}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #fff;
    color: #0D9502;
    border: 1px solid #0D9502!important;
}
span.wpcf7-not-valid-tip {
	margin: 0.5rem 0;
}

/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #55989e;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 999;
}
@media screen and (max-width:1599px) {
  #gnav li a {
    font-size: 1.15vw;
    padding: 10px 15px;
  }
}
@media screen and (max-width:1199px) {
  #gnav li a {
    padding: 10px 6px;
  }
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .animal {
    display: none;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  /* ----------------------------------------
  gnav
---------------------------------------- */
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 70%;
	margin-bottom: 15px;
  }
/* ----------------------------------------
  foot
---------------------------------------- */
#foot .box {
  float: left;
  width: 40%;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  float: right;
  width: 45%;
}
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  body {
    font-size: 1.4rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2, .wrapper3 {
    padding: 0 5%;
  }
  .animal {
    display: block;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
  }
  #head h1 {
    padding: 10px 0;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  #page-title-img {
    padding-top: 40%;
  }
  #page-title-catch {
    top: 57%;
  }
  #page-title-catch h1 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 50px 0;
  }
  .cmn-box02 {
    padding-bottom: 50px;
  }
  
.box01 p{
font-size: 1.4rem;
}
.box01 .float-l{
float: none;
width: 100%;
}
.box01 .float-r{
float: none;
width: 100%;
}
.img-box{
border: 3px solid #a3d3d5;
}

  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
.cmn-title01 span{
  font-size: 1.2rem;
  padding-top: 5px;
}
  .cmn-title02, .cmn-title02-1{
    font-size: 2.4rem;
    margin-bottom: 15px;
  }

.cmn-title03 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.cmn-title04 {
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.cmn-title04 span{
  font-size: 1.2rem;
  margin-left: 10px;
}
.cmn-title05 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}


  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    font-size: 1.5rem;
  }
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
 bn
------------------------------------------- */
  #bn ul li {
    float: none;
    width: 90%;
    margin: 0 auto 15px auto;
  }
  #bn ul li:nth-child(2n) {
    margin: 0 auto 15px auto;
  }
  #bn ul li h3 {
    font-size: 1.4rem;
	  text-shadow:0 0 10px #FFF;
    padding: 30px 0;
  }
  #bn ul li h3 span {
    font-size: 1.1rem;
    padding-top: 15px;
  }
  #bn .animal {
    width: 45px;
    height: 60px;
    right: 2%;
    bottom: 0;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot .box {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0;
  }
  #foot .box h2 {
    width: 200px;
    margin: 0 auto 30px auto;
  }
#foot .copy {
  padding: 15px 5% 20% 5%;
}
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
  #fnav h3 {
    font-size: 1.3rem;
  }
  #fnav ul {
    margin-bottom: 20px;
  }
  #fnav li {
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dotted #fff;
    margin-bottom: 15px;
  }
  #fnav li:last-child {
    border-right: none;
  }
  #fnav li a {
    font-size: 1.5rem;
    padding: 10px;
  }
}
