body{
  background: #FFF7E2;
  font-family: 'Titillium Web', 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  color: #494949;
}
/*ローディング*/
.wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #97c2a1;
  transition: all 1s ease;
  z-index: 99999;
}
.loading_inner {
  text-align: center;
}
.loading_inner img {
  width: 80px;
  animation: loading_anime 0.2s infinite;
  margin-top: 15px;
}
.loading_inner p {
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
  color: #505050;
}
.loading_inner span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.loading_inner span::before {
  content: "";
  position: absolute;
  background: #97c2a1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  animation: text_anime 2s infinite;
}
@keyframes loading_anime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(0, -2%, 0) skew(1deg, -1deg);
  }
  45% {
    transform: translate3d(-1%, -1%, 0) skew(1deg, 0deg);
  }
  75% {
    transform: translate3d(-1%, -2%, 0) skew(-1deg, 0deg);
  }
  90% {
    transform: translate3d(1%, 1%, 0) skew(-1deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes text_anime {
  0% {
    transform: translateX(0%);    
  }
  100% {
    transform: translateX(100%);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
h4{
display: inline;
font-size: 1.8rem;
background: linear-gradient(transparent 0.9em, #FFB79E 0, #FFB79E calc(0.9em + 8px) , transparent 0);
}
/*ロゴtop以外*/
h1{
  width: 300px;
  height: auto;
  margin: 15px 0 0 55px;
}
/*headerナビゲーション*/
header nav ul{
  display: flex;
  margin: 20px 0 0 45px;
}
header nav ul li{
  margin: 0 10px;
  font-size: 22px;
  font-weight: bold;
}
header nav li a{
  position: relative;
}
header nav li a:hover{
  color: #797979;
}
header nav li a::after{
  content:'';
  display: block;
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #FFF7E2;
  transform: scaleX(0);
  transition-duration:  0.5s;
}
header nav li a:hover::after{
  transform: scaleX(1);
}
/*問い合わせエリア*/
.toiawase_area{
  width: 100%;
  height: 150px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-image: url(../images/toi_bg.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
  margin-bottom: -190px;
}
.toiawase_area p{
  text-align: right;
  padding: 80px 37px 0 0;
  font-size: 14px;
}
.toiawase_area a{
  font-size: 22px;
  margin-right: 5px;
}
@media(max-width:820px){
  .toiawase_area{
    display: none;
  }
}
/*インナー*/
.inner{
  width: 86%;
  max-width: 1080px;
  margin: 0 auto;
}
/*柴犬*/
.shiba{
  width: 80px;
  height: auto;
}
/*メインビジュアル*/
#star{ 
  position:absolute;
  z-index:-2;
  width: 100%;
  height: 480px;
  background: linear-gradient(to bottom, #f0b586, #f0c5a3, #fff);
  top: 0;
  left: 0;
}
.mv_bg{
  width: 100%;
  height: 260px;
  background-image: url(../images/main_bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#mv_wrap{
  position: relative;
  z-index: 9;
  width:100%;
  height: 260px;
  top: 0;
  left: 0;
}
/*タイトル背景*/
.title_bg{ 
  width: 100%;
  height: 400px;
  background-image: url(../images/midashi_bg.svg);
  background-position: center bottom;
  background-size: 2000px;
  background-repeat: no-repeat;
  padding-top: 39px;
  text-align: center;
  min-width: 1202px;
}
h3{
  font-size: 38px;
  color: #FFF7E2;
}
/*home以外バナー*/
.banner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: right;
  margin: 2rem auto;
  line-height: 5;
}
.banner a{
  margin-left: 2rem;
}
/*フッター*/
footer{
  width: 100%;
  min-width: 1202px;
  height: 600px;
  background:#FFF7E2;
  background-image: url(../images/footer_bg.svg),url(../images/main_bg.svg);
  background-position: center 100px,center -32px;
  background-size: 2000px,1800px;
  background-repeat: no-repeat;
  color: #FFF7E2;
  padding-top: 250px;
}
footer .shiba{
  transform: rotate(-20deg);
  margin-top: 15px;
}
footer nav{
  width: 360px;
  display: flex;
  justify-content: space-around;
}
.wrap_footer{
  display: flex;
  justify-content: space-around;
}
footer a img:first-of-type{
  width: 46px;
  height: auto;
  margin-right: 0.5rem;
}
footer a img:last-of-type{
  width: 320px;
  height: auto;
}
small{
  display: block;
  text-align: center;
  margin-top: 2.5rem;
}

.kirikae{
  width: 100%;
  min-width: 1202px;
  height: 250px;
  background-image: url(../images/hr_bg2.svg);
  background-repeat: no-repeat;
  background-size: 2000px;
  background-position: bottom;
}
.kirikae:nth-child(2n){
  background-image: url(../images/hr_bg.svg);
}
/*問い合わせ下さいのエリア*/
.tel_icon{
  margin: 0 3px -2px 0;
}
.toi{
  width: 100%;
  background: #70BF8B;
  color: #FFF7E2;
  text-align: center;
  padding: 2rem 2rem 0;
}
.toi p{
  font-size: 24px;
}
.wrap_toi{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 3.5rem;
}
.tel_toiawase{
  width: 48%;
  max-width: 400px;
  height: 91px;
  border: solid 4px #FFF7E2;
  background: #70BF8B;
  border-radius: 25px;
  font-size: 32px;
  color: #FFF7E2;
  margin-right: 1rem;
}
.day_time{
  width: 100%;
  max-width: 400px;
  height: 38px;
  background: #FFF7E2;
  border-radius: 0 0 22px 22px;
  font-size: 18px;
  color: #70BF8B;
  padding-top: 5px;
}
.toi a.form{
  display: block;
  width: 50%;
  max-width: 400px;
  height: 91px;
  border: solid 4px #FFF7E2;
  border-radius: 25px;
  padding: 27px 0;
  margin-left:1rem;
  font-size: 20px;
  transition: 1s;
}
.toi a.form:hover{
  background: #FFF7E2;
  color: #70BF8B;
}
@media (max-width:1201px){
  body{
    font-size: 16px;
  }
  #star{ 
    height: 380px;
  }
  .mv_bg{
    height: 210px;
  }
  #mv_wrap{
    height: 210px;
  }
  .title_bg{ 
    min-width: 821px;
  }
  .kirikae{
    min-width: 821px;
}
footer{
  min-width: 821px;
}
}
@media (max-width:820px){
  .inner{
    width: 96%;
  }
.head_nav{
  display: none;
  background: rgba(255, 213, 166, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.head_nav ul{
 flex-direction: column;
 width: 100vw;
 height: 100vh;
 text-align: center;
 margin: 2rem 0 0 0;
}
.head_nav ul li{
    margin: 1rem 10px;
}
header nav li a::after{
  left:0;
}
  /*トグルボタンエリアのスタイル*/
.toggle_area{
  width: 120px;
  height: 88px;
  background-image: url(../images/menu_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 32px;
  text-align: center;
  color: #fff;
  z-index: 9500 !important;
}
/*トグルボタンのスタイル*/
.toggle{
	position: relative; 
	background: none;
	cursor: pointer;
  width: 78px;
  height:60px;
	border-radius: 5px;
  margin: 28px 5px 0 5px;
}
.toggle span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 33px;
    height: 3px;
    border-radius: 2px;
  	background: #fff;
  	width: 48%;
  }
.toggle span:nth-of-type(1) {
	top:18px;	
}
.toggle span:nth-of-type(2) {
	top:28px;
}
.toggle span:nth-of-type(3) {
	top:38px;
}
.toggle.active span:nth-of-type(1) {
    top: 20px;
    left: 31px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}
.toggle.active span:nth-of-type(2) {
	opacity: 0;
}
.toggle.active span:nth-of-type(3){
    top: 32px;
    left: 31px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
  body{
    font-size: 15px;
  }
  .title_bg{ 
    min-width: 481px;
  }
  .kirikae{
    min-width: 481px;
}
.wrap_toi{
  flex-direction: column;
}
.tel_toiawase{
  width: 85%;
  margin-right: 0;
}
.toi a.form{
  width: 85%;
  margin-left: 0;
  margin-top: 1rem;
}
h4{
  font-size: 1.4rem;
}
footer{
  min-width: 481px;
}
footer nav{
  display: none;
}
.shiba{
  width: 60px;
}
}
@media (max-width:480px){
  h1 {
    width: 230px;
    margin: 15px 0 0 18px;
  }
  .mv_bg{
    background-size: 600px;
  }
  .toi p{
    font-size: 18px;
  }
  .tel_toiawase{
    max-width: 330px;
    font-size: 26px;
  }
  .day_time{
    max-width: 330px;
    font-size: 15px;
    height: 41px;
    padding-top: 10px;
  }
  .toi a.form{
    max-width: 330px;
    font-size: 16px;
  }
  .tel_icon{
    margin: 9px 3px -6px 0;
  }
  h3{
    font-size: 28px;
    color: #FFF7E2;
  }
  h4{
    font-size: 1.2rem;
  }
  .title_bg{ 
    min-width: 375px;
    height: 230px;
    background-size: 1000px;
  }
  .kirikae{
    min-width: 375px;
    height: 140px;
    background-size: 1000px;
}
  footer{
    min-width: 375px;
    height: 510px;
    background-size: 1234px,1455px;
    padding-top: 184px;
  }
  footer a img:last-of-type {
    width: 270px;
  }
  footer a img:first-of-type {
    width: 33px;
  }
}