@charset "utf-8";
/*===========================
add
===========================*/
p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/* 背景用*/
.btn, a.btn, button.btn {
  font-size: 1rem;
  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;
}
.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}
a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}
a.btn--contact {
  font-size: 1.5rem;
  display: block;
  padding: 1.6rem 0 1.6rem 2.2rem;
  color: #fff;
  border-radius: 100vh;
  background: #11a6d9;
  -webkit-box-shadow: 0 5px 0 #0b7da4;
  box-shadow: 0 5px 0 #0b7da4;
  height: 90px;
}
@media screen and (max-width: 480px) {
  a.btn--contact {
    font-size: 1rem;
    padding: 1.8rem 0 1.6rem 2.2rem;
  }
}
a.btn--contact i {
  font-size: 2rem;
}
a.btn--contact i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}
a.btn--contact .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #eb6100;
  border-radius: 0.5rem;
  background: #fff;
}
a.btn--contact:hover {
  color: #fff;
}
a.btn--tel {
  display: block;
  /*margin-top: 15px;*/
  padding: 0.5rem 0 1rem 2.2rem;
  color: #fff;
  border-radius: 100vh;
  background: #11a6d9;
  -webkit-box-shadow: 0 5px 0 #0b7da4;
  box-shadow: 0 5px 0 #0b7da4;
  height: 90px;
}
a.btn--tel i {
  font-size: 2rem;
}
a.btn--tel i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}
a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.5rem 2rem;
  letter-spacing: 0;
  color: #0b7da4;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 1.6rem;
	margin-bottom: 7px;
}
@media screen and (max-width: 480px) {
  a.btn--tel .number {
    font-size: 1rem;
  }
}
a.btn--tel:hover {
  color: #fff;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/* insta用　*/

.instaUl ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instaUl ul li{
  position: relative;
  width: 24%;
  margin-bottom:1%;
}
.instaUl ul li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.instaUl ul img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

/* 最後のコンテンツを左寄せにする指定 */
.instaUl ul:after {
    content: "";
    display: block;
    width: 24%; 
    height: 0;
}

.instaUl ul a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

@media screen and (max-width: 600px) {
	
.instaUl ul li{
	width: 49%;
	margin-bottom:8px;
}
}








