@charset "utf-8";
.sec__shopinfo-title {
  background: transparent url("../img/shop/bg_shopinfo.jpg") center top no-repeat;
  min-height: 210px;
}

@media screen and (max-width: 767px) {
  .sec__shopinfo-title {
    background-size: auto 100%;
    min-height: auto;
    padding-bottom: 1rem;
  }

}

.sec__shopinfo {
  padding: 2rem 0 2rem;
}






.shopinfo__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .shopinfo__wrap {
    display: block;
  }
}

.shopinfo__image {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .shopinfo__image {
    width: 100%;
    margin: 0 0 1rem;
  }
  .shopinfo__image img {
    width: 100%;
    height: auto;s
  }
}

.shopinfo__image img {
  width: 100%;
  height: auto;
  
}

.shopinfo__detail {
  width: 640px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .shopinfo__detail {
    width: 100%;
  }
}

.shopinfo__table {
  width: 100%;
}

.shopinfo__table-th {
  color: #87bf23;
  width: 150px;
  padding: 1rem 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
}

.shopinfo__table tr:first-child .shopinfo__table-th {
  padding-top: 0;
}

.shopinfo__table-td {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 1rem 1rem 0;
  box-sizing: border-box;
}

.shopinfo__nav {
  display: flex;
  justify-content: space-between;
  width: 90%;
  
}

@media screen and (max-width: 767px) {
  .shopinfo__nav {
    display: block;
    margin: 0 auto;
  }
}

.shopinfo__nav-btn {
  width: 50%;
  margin : 4rem auto 1rem;
}

@media screen and (max-width: 767px) {
  .shopinfo__nav-btn {
    width: 100%;

    margin : 2rem auto 1rem;
  }
  
  .shopinfo__nav-btn:last-child{
    margin-bottom: 0;
  }
  
  .sec__subtext {
    width: 95%;
    margin: 0 auto 1.5rem;
  }

}

.shopinfo__nav-btn-under {
  display: block;
  text-align: right;
  width: 85%;
}

.shopinfo__nav-btn a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  padding: 1rem 0;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .shopinfo__nav-btn a {
    width: 100%;
  }
}

.shopinfo__nav-btn a::after {
  position: absolute;
  right: 4%;
  top : 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  content: "\f125";
  font-family: ionicons;
}

.shopinfo__nav-dog a {
  background: #87bf23;
}

.shopinfo__nav-cat a {
  background: #e3e800;
  color: #000;
}

.greeting__item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem;
  box-shadow: 3px 3px 3px #eee;
}

@media screen and (max-width: 767px) {
  .greeting__item {
    display: block;
  }
}

.greeting__box .greeting__item:nth-child(2) {
  flex-flow: row-reverse;
}

.greeting__title {
  overflow: hidden;
  width: 360px;
  min-height: 270px;
  position: relative;
  background: #fff;

}

.greeting__title-wrap {
  position: relative;
}

.greeting__title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .greeting__title {
    width: 100%;
    height: auto;
  }
  .greeting__title img {
    width: 100%;
    height: auto;
  }
}

.greeting__title-icon {
  position: absolute;
  bottom : 0;
  right: 0;
 
  text-align: center;
  display: block;
  padding: 4px 8px;
  color: #fff;
  background: #87bf23;
  font-size: .8rem;
}

.greeting__text {
  background: #fff;
  padding: 0 2rem;
  box-sizing: border-box;
  width: 640px;
  min-height: 270px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .greeting__text {
    height: auto;
    width: 100%;
    font-size: 1rem;
  }
}

.greeting__text-inner {
  padding: 2rem 0;
}

.sec__bg {
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .sec__bg {
    padding-bottom: 3rem;
  }
}

.access__map {
  width: 1000px;
  height: 360px;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 767px) {
  .access__map {
    width: 100%;
    height: 300px;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .access__wrap {
    display: block;
  }
}

.access__guide {
  width: 50%;
  padding: 0 3rem;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .access__guide {
    width: 100%;
    padding: 0 1rem;
  }
}

.access__guide h3 {
  display: inline;
  color: #87bf23;
}

.access__title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

@media screen and (max-width: 767px) {
  .access__title {
    font-size: 1.2rem;
  }
}

.access__icon {
  color: #87bf23;
  font-size: 30px;
  margin: 0 .5rem 0 0;
}

@media screen and (max-width: 767px) {
  .access__icon {
    font-size: 24px;
  }
}

.access__name {
  color: #87bf23;
}

.access__text {
  margin: 0 0 1rem;
}

.insta__sub img {
  width: 3%;
  height: auto;
  margin: 0 .8rem 0 0;
  position: relative;
  top : 2px;
}

.insta__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 8rem;
}

.insta__item {
  width: 326px;
}

.insta__item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .insta__item {
    width: 50%;
  }
  .insta__item img {
    width: 100%;
    height: auto;
  }
}

.btn__green a {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .btn__green a {
    width: 95%;
    margin: 0 auto;
  }
}


.shoplist__btn {
  padding: 0 0 4rem;
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .shoplist__btn {
    display: block;
    width: 100%;
  }
}

.shoplist__btn .shop__item-prefecture {
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  .shoplist__btn .shop__item-prefecture {
    display: block;
    width: 100%;
  }
}

.shoplist__btn .shop__item-prefecture a {
  width: 80%;
  padding: .7rem;
}

.shoplist__prefecture {
  font-size: 1.8rem;
  border-bottom: 4px solid #dbdbdb;
  margin: 0;
  padding: 0 0 .3rem;
}

@media screen and (max-width: 767px) {
  .shoplist__prefecture {
    font-size: 1.3rem;
  }
}

.shopinfo__title {
  font-size: 1.5rem;
  margin: 0 0 1.6rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .shopinfo__title {
    font-size: 1.3rem;
  }
}

.shoplist__area {
  border-bottom: 3px solid #dbdbdb;
  padding: 4.5rem 0 ;  
}

@media screen and (max-width: 767px) {
  .shoplist__area {
    padding: 2rem 0 3rem;
  }
  
  .shoplist__area .shopinfo__wrap {
    margin-bottom: 2rem;
  }
}

.shoplist__wrap .shoplist__area:last-child {
  border: none;
}

.shoplist__area .btn__green a {
  padding: .5rem 0;
  margin-top: 2rem;
}

.shopinfo__icon {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.shopinfo__icon a {
  text-decoration: none;
}

.shopinfo__icon-item {
  color: #fff;
  background: #8cc800;
  padding: .5rem 2rem;
  border-radius: 30px;
  margin-left: 1rem;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
  border: 1px solid #8cc800;
}

@media screen and (max-width: 767px) {
  .shopinfo__icon-item {
    margin-left: 0;
  }
}

.shopinfo__btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopinfo__btnbox.single {
  display: block;
}

@media screen and (max-width: 767px) {
  .shopinfo__btnbox {
    display: block;
  }
}

.shopinfo__btnbox p {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .shopinfo__btnbox p {
    width: 95%;
    margin: 0 auto;
  }
}

.shopinfo__btnbox.single p {
  margin: 0 auto;
}

.shopinfo__btnbox .btn__green a {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .shopinfo__btnbox .btn__green a {
    width: 100%;
  }
}
