/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: 'M PLUS 1', sans-serif;
  color: #000000;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}
ul, li {
  list-style: none;
  margin: 0;
}
.clearfix {
  clear: both;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 10%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 45px; /*imgの大きさ*/
  height: auto;
}
#topBtn:hover {
  /*		background-color: #F5FBFE;
*/ opacity: 0.8;
}
a[href^="tel:"] {
  pointer-events: none;
}
/*共通/end*/
.wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: #abe9fb;
  /*  background-color: #C1E4E9;
*/
}
header {
  width: 100%;
  height: 550px;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #abe9fb 100%), url(img/header_img1.png);
  /*	background-image: url(img/header_img1.png);*/
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
header .pet_img {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 0;
}
.petImg {
  width: 100%;
}
header .petImg img {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}
.pet_img h1 {
  position: absolute;
  right: 50px;
  top: 10px;
}
.pet_img h1 img {
  width: 100%;
  height: auto;
}
/*header h1 {
	display: flex;
	flex-wrap: wrap;
  position: absolute;
  top: 60px;
  right: 70px;
  z-index: 100;
}
header h1 span:nth-child(1){
  font-size: 3.2em;
  font-weight: bold;
}
header h1 span:nth-child(2) {
  font-size: 5.5em;
	font-weight: bold;
  margin-left: 30px;
  position: relative;
}
header h1 span:nth-child(2)::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.25em;
  left: .35em;
  margin: auto;
  font-size: 0.35em;
	font-weight: bold;
}*/
.intro {
  max-width: 900px;
  width: 80%;
  margin: 60px auto 0;
  padding: 3em;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.intro p {
  font-size: 1.1em;
  line-height: 1.8;
}
.intro p span {
  float: right;
  letter-spacing: 1em;
}
.planBox {
  max-width: 1100px;
  width: 95%;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
}
.planBox .plan {
  width: 50%;
}
.planBox .plan img {
  width: 100%;
  height: auto;
}
.planBox .tel_mail {
  width: 44%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.planBox .tel {
  width: 100%;
  padding: .7em .75em .7em 2.5em;
  background-color: #6A3906;
  font-size: 2.2em;
  color: white;
  font-weight: bold;
  letter-spacing: .13em;
  text-decoration: none;
  background-image: url(img/tel_icon.png);
  background-repeat: no-repeat;
  background-position: .75em center;
  background-size: 40px auto;
  cursor: pointer;
}
.planBox .mail {
  width: 100%;
  padding: 1.25em 1em 1.25em 3.75em;
  background: #6A3906;
  font-size: 1.4em;
  color: white;
  font-weight: bold;
  letter-spacing: .01em;
  text-decoration: none;
  background-image: url(img/mail_icon.png);
  background-repeat: no-repeat;
  background-position: 1em center;
  background-size: 40px auto;
  cursor: pointer;
}
.planBox .tel:hover, .planBox .mail:hover {
  opacity: .8;
}
.planBox2, .planBox3 {
  width: 90%;
  margin: 80px auto 0;
}
.planBox2 h2, .planBox3 h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}
.planBox2 table {
  margin: 50px auto 50px;
}
.planBox2 table th, .planBox2 table td {
  padding: .5em 2em;
  font-size: 1.1em;
  line-height: 2;
  border-bottom: 1px solid #B5D0D3;
}
.planBox2 table th {
  background-color: #F8F8F8;
  letter-spacing: .2em;
}
.planBox2 table td {
  background-color: #FFFFFF;
  letter-spacing: .1em;
  text-align: center;
}
.photoBox {
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.8);
}
.photoBox p {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}
.photoBox .photo {
  margin: 30px auto 0;
  display: flex;
  justify-content: space-around;
}
.nagare {
  width: 90%;
  margin: 30px auto 30px;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.nagare .subTlt {
  margin: 0 auto 20px;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #009245;
}
.nagare ol {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.nagare ol li {
  margin-bottom: .5em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2;
}
.nagare .list {
  margin-right: .5em;
}
.nagare .txt {
  margin: 0 0 0 1.75em;
  color: #036F39;
  font-size: .85em;
  font-weight: normal;
  display: block;
}
.nagare_img {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 0;
}
.nagare_img picture img {
  width: 100%;
  height: auto;
}
/*.nagare_iconBox {
  margin: 30px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.nagare_icon {
  width: 8em;
  height: 7em;
  line-height: 7em;
  text-align: center;
  background: rgb(255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 0, 1) 12%, rgba(247, 147, 30, 1) 100%);
  align-self: flex-start;
}
.nagare_icon5 {
  width: 8em;
}
.nagare_icon5 p {
	margin-top: 10px;
  font-size: .8em;
	line-height: 1.3;
}*/
.car_img {
  max-width: 1100px;
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
.car_img img {
  width: 32%;
  height: auto;
}
footer {
  width: 100%;
  padding: 100px 0;
  background-image: url(img/footer_bk.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.footer_txtBox {
  width: 60%;
  margin: 0 auto 0;
  padding: 2em;
  background-color: white;
  opacity: .9;
}
.footer_txtBox .txt_f01 {
  margin: 0 0 .5em 0;
  font-size: 2em;
  letter-spacing: .2em;
  text-align: center;
  font-weight: bold;
}
.footer_txtBox .txt_f01 span {
  font-size: .7em;
  letter-spacing: 0;
  margin-right: 1em;
}
.footer_txtBox .txt_f02 {
  margin: 0 0 3em 0;
  font-size: 1.3em;
  text-align: center;
}
.footer_txtBox .txt_f02 span {
  margin-right: 1em;
}
.footer_txtBox .txt_f03 {
  margin: 0 0 1em 0;
  font-size: 1.8em;
  text-align: center;
}
.footer_txtBox .txt_f04 {
  font-size: 1.2em;
  line-height: 2.5;
  text-align: center;
}
.footer_txtBox .txt_f05 {
  margin: 0 0 1.5em 0;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.5;
}
.footer_txtBox .txt_f06 {
  margin: 0 0 1.5em 0;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .planBox .tel {
    width: 100%;
    padding: .7em .75em .6em 2.25em;
    background-color: #6A3906;
    font-size: 2em;
    color: white;
    font-weight: bold;
    letter-spacing: .13em;
    text-decoration: none;
    background-image: url(img/tel_icon.png);
    background-repeat: no-repeat;
    background-position: .5em center;
    background-size: 40px auto;
    cursor: pointer;
  }
  .planBox .mail {
    width: 100%;
    padding: 1.25em 1em 1.25em 2.75em;
    background: #6A3906;
    font-size: 1.32em;
    color: white;
    font-weight: bold;
    letter-spacing: .01em;
    text-decoration: none;
    background-image: url(img/mail_icon.png);
    background-repeat: no-repeat;
    background-position: .5em center;
    background-size: 40px auto;
    cursor: pointer;
  }
}
/*mobile*/
@media screen and (max-width:834px) {
  header {
    width: 100%;
    height: 400px;
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #abe9fb 100%), url(img/header_img1.png);
    /*	background-image: url(img/header_img1.png);*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
  }
  header .pet_img {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0;
  }
  .petImg {
    width: 100%;
    overflow: hidden;
  }
  header .petImg img {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    transform: scale(1.3);
  }
  .pet_img h1 {
    text-align: right;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .pet_img h1 img {
    width: 80%;
    height: auto;
  }
  .intro {
    max-width: 900px;
    width: 85%;
    margin: 65px auto 0;
    padding: 2.5em;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }
  .intro p {
    font-size: 1.1em;
    line-height: 1.6;
  }
  .planBox {
    max-width: 1100px;
    width: 95%;
    margin: 70px auto 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .planBox .plan {
    width: 85%;
  }
  .planBox .tel_mail {
    width: 100%;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
  }
  .planBox .tel {
    width: 45%;
    padding: 2em .5em .5em .5em;
    background-color: #6A3906;
    font-size: 1.8em;
    color: white;
    font-weight: bold;
    letter-spacing: .13em;
    text-decoration: none;
    text-align: center;
    background-image: url(img/tel_icon.png);
    background-repeat: no-repeat;
    background-position: center .5em;
    background-size: 35px auto;
    cursor: pointer;
  }
  .planBox .mail {
    width: 50%;
    padding: 3.25em .25em 1em .5em;
    background: #6A3906;
    font-size: 1.2em;
    color: white;
    font-weight: bold;
    letter-spacing: .01em;
    text-decoration: none;
    text-align: center;
    background-image: url(img/mail_icon.png);
    background-repeat: no-repeat;
    background-position: center .75em;
    background-size: 40px auto;
    cursor: pointer;
  }
  .planBox2, .planBox3 {
    width: 95%;
    margin: 80px auto 0;
  }
  .planBox2 h2, .planBox3 h2 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
  }
  .photoBox {
    padding: 2em 1em;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .photoBox p {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
  }
  .photoBox .photo {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-around;
  }
  .photoBox .photo img {
    width: 30%;
    height: auto;
  }
  .nagare {
    width: 95%;
    margin: 30px auto 30px;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  .nagare .subTlt {
    margin: 0 auto 20px;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    color: #009245;
  }
  .nagare ol {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }
  footer {
    width: 100%;
    padding: 100px 50px 70px;
    background-image: url(img/footer_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .footer_txtBox {
    width: 82%;
    margin: 0 auto 0;
    padding: 1em;
    background-color: white;
    opacity: .9;
  }
  .footer_txtBox .txt_f01 {
    margin: 0 0 .5em 0;
    font-size: 1.8em;
    letter-spacing: .2em;
    text-align: center;
    font-weight: bold;
  }
  .footer_txtBox .txt_f02 {
    margin: 0 0 2.5em 0;
    font-size: 1.2em;
    text-align: center;
  }
  .footer_txtBox .txt_f03 {
    margin: 0 0 1em 0;
    font-size: 1.5em;
    text-align: center;
  }
  .footer_txtBox .txt_f04 {
    font-size: 1.2em;
    line-height: 2.5;
    text-align: center;
  }
  .footer_txtBox .txt_f05 {
    margin: 0 0 1.5em 0;
    font-size: 1.15em;
    text-align: center;
    line-height: 1.5;
  }
}
/*mobile*/
@media screen and (max-width:480px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  header {
    width: 100%;
    height: 200px;
    padding: 0 0 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #abe9fb 100%), url(img/header_img1.png);
    /*	background-image: url(img/header_img1.png);*/
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  header .pet_img {
    width: 100%;
    margin: 0 0;
  }
  .petImg {
    width: 100%;
    overflow-x: hidden;
  }
  header .petImg img {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    transform: scale(1.5);
  }
  .pet_img h1 {
    text-align: right;
    position: absolute;
    right: 25px;
    top: 2px;
  }
  .pet_img h1 img {
    width: 90%;
    height: auto;
  }
  /*header h1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	
  position: absolute;
  top: 15px;
	right: 30px;
  z-index: 100;
}
header h1 span:nth-child(1){
  font-size: 1.8em;
  font-weight: bold;
	white-space: nowrap;
}
header h1 span:nth-child(2) {
  font-size: 3.8em;
	font-weight: bold;
	text-align: right;
	margin: 30px 0 0 0px;
  position: relative;
}
header h1 span:nth-child(2)::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.25em;
  left: .4em;
  margin: auto;
  font-size: 0.35em;
	font-weight: bold;
}	*/
  .intro {
    max-width: 900px;
    width: 90%;
    margin: 70px auto 0;
    padding: 1.5em 1em;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }
  .intro p {
    font-size: 1em;
    line-height: 1.6;
  }
  .planBox .plan {
    width: 100%;
  }
  .planBox .tel_mail {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
  }
  .planBox .tel {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0.5em .5em .5em 1.75em;
    background-color: #6A3906;
    font-size: 2em;
    color: white;
    font-weight: bold;
    letter-spacing: .13em;
    text-decoration: none;
    text-align: center;
    background-image: url(img/tel_icon.png);
    background-repeat: no-repeat;
    background-position: .5em center;
    background-size: 30px auto;
    cursor: pointer;
  }
  .planBox .mail {
    width: 100%;
    padding: 1em .5em .85em 2em;
    background: #6A3906;
    font-size: 1.1em;
    color: white;
    font-weight: bold;
    letter-spacing: .01em;
    text-decoration: none;
    text-align: center;
    background-image: url(img/mail_icon.png);
    background-repeat: no-repeat;
    background-position: .8em center;
    background-size: 30px auto;
    cursor: pointer;
  }
  .planBox2, .planBox3 {
    width: 95%;
    margin: 60px auto 0;
  }
  .planBox2 h2, .planBox3 h2 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.5;
  }
  .planBox2 table {
    width: 100%;
    margin: 30px auto 30px;
  }
  .planBox2 table th, .planBox2 table td {
    padding: .5em .75em;
    font-size: 1.1em;
    line-height: 2;
    border-bottom: 1px solid #B5D0D3;
  }
  .planBox2 table th {
    background-color: #F8F8F8;
    letter-spacing: .1em;
  }
  .planBox2 table td {
    background-color: #FFFFFF;
    letter-spacing: .05em;
    text-align: center;
  }
  .photoBox {
    width: 100%;
    padding: 1.5em 1em 1em;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .photoBox p {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5;
  }
  .photoBox p span {
    display: block;
    line-height: 1.4;
  }
  .photoBox .photo {
    margin: 20px auto 0;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
  .photoBox .photo img {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
  }
  .nagare {
    width: 95%;
    margin: 30px auto 30px;
    padding: 1em .5em;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  .nagare .subTlt {
    margin: 0 auto 20px;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    color: #009245;
  }
  .nagare ol li {
    margin-bottom: .6em;
    padding-left: 2em;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.5;
    text-indent: -1.5em;
  }
  .nagare .list {
    margin-right: .5em;
  }
  .nagare .txt {
    margin: .3em .5em 0 0;
    color: #036F39;
    font-size: .85em;
    font-weight: bold;
    line-height: 1.5;
    text-indent: 0em;
    display: block;
  }
  .nagare_img {
    max-width: 800px;
    width: 90%;
    margin: 30px auto 0;
  }
  .nagare_img picture img {
    width: 100%;
    height: auto;
  }
  .car_img {
    max-width: 1100px;
    width: 90%;
    margin: 50px auto 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .car_img img {
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
  }
  footer {
    width: 100%;
    padding: 120px 10px 80px;
    background-image: url(img/footer_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .footer_txtBox {
    width: 92%;
    margin: 0 auto 0;
    padding: 1em .5em;
    background-color: white;
    opacity: .9;
  }
  .footer_txtBox .txt_f01 {
    margin: 0 0 .5em 0;
    font-size: 1.6em;
    letter-spacing: .2em;
    text-align: center;
    font-weight: bold;
  }
  .footer_txtBox .txt_f02 {
    margin: 0 0 1.5em 0;
    font-size: 1em;
    text-align: center;
    line-height: 2;
  }
  .footer_txtBox .txt_f02 span {
    display: block;
  }
  .footer_txtBox .txt_f03 {
    margin: 0 0 1.5em 0;
    font-size: 1.05em;
    text-align: center;
    line-height: 1.3;
  }
  .footer_txtBox .txt_f03 span {
    margin: .5em 0 0 1em;
    display: block;
  }
  .footer_txtBox .txt_f04 {
    font-size: 1em;
    line-height: 2.5;
    text-align: center;
    font-weight: bold;
  }
  /*  .footer_txtBox .txt_f04 span {
    margin: .25em 0 0 0;
    display: block;
  }*/
  .footer_txtBox .txt_f05 {
    margin: 0 0 1.25em 0;
    font-size: 1.1em;
    text-align: center;
    line-height: 1.5;
  }
  .footer_txtBox .txt_f06 {
    margin: 0 0 1.5em 0;
    font-size: 1em;
    text-align: center;
    line-height: 1.3;
  }
}