@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	}

html,body{
  width:100%;
  height:100%;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

#container{
  width:100%;
    position: relative;
    min-height: 100%; 
    height: auto !important; 
    height: 100%;
}

#header {
    position: relative;
  width:100%;
   height:490px;
}
div.head_inner{
  position:absolute; 
	width:90%;
  top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  z-index:7 ;
	
}
/*  ヘッダー　電話番号・営業時間  */
#header .head-inf {
  font-size:24px;
  margin:10px 0 20px 0;
  font-weight: bold;
 }
/*  中黒非表示  */
#header .head-inf ul, 
#main-body #main-body02 .menu-btn ul {
  list-style: none;
 }
/*  ヘッダー　アイコン　サイズ指定  */
#header .icf-phone ,#header .icf-time ,#main-body .icf-event {
  font-size:24px;
}
/*  ヘッダー　文字　サイズ指定  */
#header .phone a  ,#header .time {
  font-size:20px;
}

div.head-back {
  position:absolute; 
  top:0px;  
  width:100%;
  height:100%;
  background-image: url(../img/index-h.png) ;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  z-index:5 ;
}
/*　　ヘッダ スライド 部分　　*/
.head-img-s {
	display:none;
 }
.head-img-resp {
	display:block;
	width:100%;
  position:absolute; 
  top:260px;  
 }
.head-img-resp img{
	width:100%;
	height:auto;
 }
    

/*  ヘッダー　ペット  */
#header div.head-img-l {
	display:none;
  position:absolute;
    bottom: -15px;
    left: 5px;
    right: 0;
    margin: 0 auto;
  z-index:2 ;
}
#header div.head-img-l img{
	width:50%;
	height:50%;
}

  
/*  ヘッダー　ロゴ  */
div.head-rogo {
	width: 310px;
	height: 150px;
	margin: 30px auto 0px;
	background-image: url(../img/rogo-u.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
 }
/*  ヘッダー　電話番号・営業時間  */
.head-inf {
  font-size:120%;
  margin:0px auto;
  font-weight: bold;
 }
/*  中黒非表示  */
.head-inf ul, 
.menu-btn ul {
  list-style: none;
 }
/*  横並び指定  */
.head-inf ul li {
  padding: 0;
  display: inline;
}
/*  ヘッダー　アイコン　サイズ指定  */
.icf-phone ,
.icf-time ,
.icf-event {
  font-size:24px;
}
/*  ヘッダー　文字　サイズ指定  */
.head-inf ul li::before {
			content: "\A" ;
			white-space: pre ;
}

/*  ヘッダ　メニュー部分  */
nav.head-menu {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
	transform: translateX(-100%);
	transition: all 0.6s;
	width: 100%;
}
 
nav.head-menu ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #FFF;
	background-color: #000;
}
 
nav.head-menu ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
 
/* 最後はラインを描かない */
nav.head-menu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.head-menu ul li a {
    display: block;
    color: #FFF;
    padding: 1em 0;
	text-decoration: none;	
}
 
/* このクラスを、jQueryで付与・削除する */
nav.head-menu.active {
    transform: translateY(0%);
}

.nav_toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 40px;
	cursor: pointer;
	z-index: 9999;
	text-align: center;
	background-color: #000;
}

.nav_toggle span {
    display: block;
    position: absolute;    /* .nav_toggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.nav_toggle span:nth-child(1) {
    top: 9px;
}

.nav_toggle span:nth-child(2) {
    top: 18px;
}

.nav_toggle span:nth-child(3) {
    top: 27px;
}

.nav_toggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.nav_toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.nav_toggle.active span:nth-child(2),
.nav_toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}

div.Frm2 {
  width:100%;
  background-color:#F0FFF0;
}
div.Frm2_int{
	width:90%;
    position: relative;
	padding:20px 0 20px 20px;
}
div.Frm2 div.Frm2_int p{
  font-size:120%;
  font-weight: bold;
}
div.Frm2 div.Frm2_int span{
  font-size:100%;
  font-weight: normal;
}/*  ヘッダー　帯  */
div.Frm2 div.Frm2_int span br {
    display: none;
  }

div.Frm2 img{
  position:absolute;
	float: right; 
	margin: 0px 0 ;
	right:10px;
	z-index:30 ;
	 max-width: 80%;
	 max-height: 80%;
	 width: auto;
	 height: auto;
	 display:none;
}

.imgname{
  position:absolute;
	float: right; 
	bottom:3px;
	right:280px;
	
  font-size:16px;
  text-align:right;
  display:none;

}
/*  ボディーバック  */
#mainFrm {
  width:100%;
  background-color:#fdf5e6;
  padding-bottom:200px;
}
div.Frmbody{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
/*  ボディー　カレンダー  */
div.calendar {
  position: relative;
  width:100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
iframe{
	width:100%;
}
/*  ボディー　カレンダー  見出し　*/
div.calendar p {
  font-size:22px;
  color: #9ACD32;
}

/*  ボディー　カレンダー  動物　*/
 .img-animal{
  bottom:0px;
  right:15px;
  z-index: 10;
  position:absolute; 
}

.plan01 {
  width:100%;
 	margin-top:55px; 
	padding-bottom:5px;	
   border-radius: 20px;
  background-color:#FFFFFF;
}
.plan01_cnt {
  width:100%;
 	margin-top:55px;
	padding-bottom:5px;		 
   border-radius: 20px;
  background-color:#FFFFFF;
}
.plan02 {
 	width:100%;
 	margin-top:55px; 
}
.petimg{
  z-index: 10;
}
.plan_title{
	position: absolute;
	font-size: 24px;
	width: 245px;
	height: 85px;
	text-align: center;
	background-image: url(../img/index-title.png);
	background-repeat: no-repeat;
	line-height: 70px;
	margin:-28px 0 0 -10px;
	z-index:20px;
}
.plan_img{
	text-align: center;
	padding-top:30px;	
	z-index:10px;
}

.plan_img img {
 max-width: 90%;
 max-height: 90%;
 width: auto;
 height: auto;
}

.plan01 p,.plan01_cnt p{
	width: 90%;
  margin: 10px auto;
}
.plan-button {
  width:180px;
  border-radius: 40px;
  background-color:#000000;
  margin: 15px auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:18px;
  text-decoration:none;
  color:#FFFFFF;
  padding:10px 0;
 border: 1px solid #FFFFFF; 
 }

.plan-button:hover {
  background-color:#FFFFFF;
  display: flex;
  font-size:18px;
  color:#000000;
 border: 1px solid #333; 
 }

.banna_img{
  margin: 0 0 20px 0;
}
/*  フッタ　  */
#footer {
  position:absolute; 
  width:100%;

  height:190px;

  bottom:0;
  margin: 0 auto; 
  z-index:999 ;
  background-color:#20b2aa;
  
 }
/*  ボディー下部　背景  （非表示）*/
.img-bot {
  display:none;
 } 
/*  フッタ　帯  */
.footer-inner {
  width:320px;
  margin-left:auto;
  margin-right:auto;
}
/*  フッタ TOP ボタン  */
#footer .footer-top .footer-top-btn {
  position:absolute; 
  width:100px;
  height:30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: solid 1px #000000;
  right: 10px;
  margin-top: -30px ;
  display: flex;  
  align-items: center;
  justify-content: center;
  background-color:#000000;
  text-decoration:none;
  color:#FFFFFF;
  font-size:14px;
  z-index:20 ;
}
/*　　フッタ メニュー 部分　　*/
#footer .footer-menu { 
  height:70px;
  font-size:16px;
  margin-top: 10px;
 }
#footer .footer-menu ul {
	list-style: none;
 }
#footer .footer-menu ul li a {
  text-decoration: none;
  color:#FFFFFF;
  margin-right: 7px;
  padding-right: 7px;
  padding-left: 7px;
  border-right: 1px solid #FFFFFF;

  float:left;
 }

#footer .footer-menu .home a{
	  width:3.5em;
 }
#footer .footer-menu .comment a,
#footer .footer-menu .plan a{
	  width:5.5em;
 }
#footer .footer-menu .price a,
#footer .footer-menu .event a,
#footer .footer-menu .access a{
	  width:4.5em;
 }
#footer .footer-menu .home a{
	  padding-left: 1em;
}
#footer .footer-menu .price a{
	  padding-left: 4em;
}
#footer .footer-menu .qa a{
	  width:7.5em;
	  padding-left: 3em;
 }
#footer .footer-menu .access a{
  border: none;
 }

/* フッタ　inf　*/
#footer .footer-inf ul {
	list-style: none;
 }
#footer .footer-inf li {
  width:320px;
  font-size:16px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align:center;
  color:#FFFFFF;
 }
#footer .footer-add01,
#footer .footer-add02 {
  display: block;
}
/* フッタ　inf　電話番号 （非表示） */
#footer .footer-phone {
  display:none;
 }
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.maruC{
	font-size: 16px;
	color:#FFF;	
	text-align:center;
}
.clear-element {
  clear: both;
}
.scroll-container {
  scroll-behavior: smooth;
}


/* ハンバーガーメニュー */
nav.globalMenuSp {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
	transform: translateX(-100%);
	transition: all 0.6s;
	width: 100%;
}
 
nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #FFF;
	background-color: #000;
}
 
nav.globalMenuSp ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #FFF;
    padding: 1em 0;
	text-decoration: none;	
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    background: #666;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}