@charset "UTF-8";
/* styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  letter-spacing: 0.05em;
  line-height: 140%;
}
@media (min-width: 481px) {
  body {
    line-height: 170%;
  }
  body::-webkit-scrollbar {
    width: 12px;
  }
  body::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #dfd6c3;
  }
  body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #dfd6c3;
  }
}

a {
  color: #604c3f;
  text-decoration: underline;
}
a:hover {
  color: #de8b9b;
  text-decoration: none;
}
a:visited {
  color: #444;
  text-decoration: underline;
}
a:active {
  color: #dfd6c3;
  text-decoration: underline;
}

.a-link::after {
  font-family: "icomoon";
  content: "\f101";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin: 0 0 0 2px;
}

.font {
  color: #211610;
}
.font-xl {
  font-size: 6vw;
}
@media (min-width: 481px) {
  .font-xl {
    font-size: 36px;
  }
}
.font-ll {
  font-size: 6vw;
}
@media (min-width: 481px) {
  .font-ll {
    font-size: 24px;
  }
}
.font-l {
  font-size: 5vw;
  line-height: 150%;
}
@media (min-width: 481px) {
  .font-l {
    font-size: 18px;
    line-height: 170%;
  }
}
.font-m {
  font-size: 4.1vw;
}
@media (min-width: 481px) {
  .font-m {
    font-size: 16px;
  }
}
.font-ms {
  font-size: 4vw;
}
@media (min-width: 481px) {
  .font-ms {
    font-size: 14px;
  }
}
.font-s {
  font-size: 3.4vw;
  line-height: 140%;
}
@media (min-width: 481px) {
  .font-s {
    font-size: 13px;
    line-height: 180%;
  }
}
.font-ss {
  font-size: 3.5vw;
}
@media (min-width: 481px) {
  .font-ss {
    font-size: 11px;
    line-height: 190%;
    letter-spacing: -0.05em;
  }
}
.font-line {
  background: linear-gradient(transparent 40%, rgba(255, 193, 193, 0.5) 40%);
}

b {
  color: #3c281c;
}

h1,
h2,
h3,
h4,
h5 {
  color: #3c281c;
}

h2 {
  display: inline-block;
  font-size: 6vw;
}
@media (min-width: 481px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  display: block;
  font-size: 5vw;
}
@media (min-width: 481px) {
  h3 {
    font-size: 24px;
    margin: 16px auto;
  }
}
h3::after, h3::before {
  font-family: "icomoon" !important;
  content: "\f1b0";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin: auto 4px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: -4px;
}

h4 {
  font-size: 4.5vw;
  background: linear-gradient(transparent 20%, #f6f0e3 20%);
  padding: 16px 0 8px 8px;
  margin: 0 0 16px;
}
@media (min-width: 481px) {
  h4 {
    font-size: 18px;
  }
}

.center {
  margin: 0 auto;
}

li {
  list-style: none;
}

.disp-sp {
  display: block;
}
@media (min-width: 481px) {
  .disp-sp {
    display: none;
  }
}
.disp-pc {
  display: none;
}
@media (min-width: 481px) {
  .disp-pc {
    display: block;
  }
}

.space-36 {
  margin: 0 0 36px;
}

.space-32 {
  margin: 0 0 32px;
}

.space-24 {
  margin: 0 0 24px;
}

.space-16 {
  margin: 0 0 16px;
}

.space-8 {
  margin: 0 0 8px;
}

hr {
  width: 80%;
  margin: 16px auto;
  border: 2px dotted #dfd6c3;
}
@media (min-width: 481px) {
  hr {
    margin: 36px auto;
  }
}

.br {
  display: none;
}
@media (min-width: 960px) {
  .br {
    display: block;
  }
}
.br-sp {
  display: block;
}
@media (min-width: 960px) {
  .br-sp {
    display: none;
  }
}

.btn {
  background-color: #edaaaa;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 8px;
  border-radius: 36px;
  position: relative;
  text-align: center;
}
.btn-a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.btn:hover {
  background-color: #fedddd;
  transition: 0.5s;
}
.btn a {
  text-decoration: none;
  color: #fff;
}

.btn-l {
  background-color: #dd6372;
  color: #fff;
  font-weight: normal;
  display: block;
  padding: 24px;
  border-radius: 36px;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  width: 90%;
  margin: 16px auto;
  box-shadow: 0 2px 5px rgba(96, 76, 63, 0.6);
}
@media (min-width: 481px) {
  .btn-l {
    width: 70%;
    margin: 24px auto;
  }
}
.btn-l-a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.btn-l:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.btn-l a {
  text-decoration: none;
  color: #fff;
}

/* 吹き出し本体 - 左右の中心 */
.balloon {
  position: relative;
  padding: 8px;
  background-color: #dd6372;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}

/* 三角アイコン - 左右の中心 */
.balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #dd6372;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

/* styles */
/* #TOP */
.top-content {
  width: 100%;
  height: 98vw;
  overflow: hidden;
  position: relative;
  background-image: url(./img/top-background.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0% -20%;
}
@media (min-width: 481px) {
  .top-content {
    height: auto;
    height: 40vw;
    background-size: cover;
    background-position: 0% 0%;
  }
}

.topimg-kv {
  display: block;
  width: 140%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7vw;
}
@media (min-width: 481px) {
  .topimg-kv {
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    top: 0vw;
  }
}

.topimg-word {
  width: 70vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3vw;
  z-index: 1;
}
@media (min-width: 481px) {
  .topimg-word {
    width: 30%;
    top: 14vw;
    left: 28vw;
  }
}

.top-logo {
  display: none;
}
.top-logo__text {
  position: absolute;
  top: 55vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 2;
}
@media (min-width: 481px) {
  .top-logo__text {
    position: absolute;
    top: 20vw;
    left: 27vw;
    width: 35%;
  }
}
.top-logo__text img {
  width: 100%;
}
.top-logo__powder {
  display: none;
}
.top-logo__powder img {
  width: 100%;
}
@media (min-width: 481px) {
  .top-logo__powder {
    display: block;
    width: 100px;
    position: absolute;
    top: 30vw;
    left: 50vw;
  }
}
.top-logo img {
  width: 100%;
}

.top-bar {
  background: rgb(254, 221, 221);
  background: radial-gradient(circle, rgb(254, 221, 221) 0%, rgb(254, 221, 221) 23%, rgb(250, 245, 243) 86%);
  width: 100%;
  margin: 0 auto;
  padding: 12px auto;
  text-align: center;
  vertical-align: middle;
}
.top-bar .top-bar-innner {
  display: flex;
  flex-flow: row wrap;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  font-size: 9px;
  line-height: 130%;
  padding: 8px;
  justify-content: center;
}
@media (min-width: 481px) {
  .top-bar .top-bar-innner {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 150%;
  }
}
.top-bar .top-bar-innner .top-bar-innner li:first-child {
  text-align: center;
  padding: 8px;
}
@media (min-width: 481px) {
  .top-bar .top-bar-innner .top-bar-innner li:first-child {
    width: 650px;
    padding: 16px;
    margin: 0 auto;
  }
}
.top-bar .top-bar-innner .top-bar-innner li:nth-child(2) {
  display: none;
}
@media (min-width: 481px) {
  .top-bar .top-bar-innner .top-bar-innner li:nth-child(2) {
    display: inline-flex;
    width: calc(100% - 670px);
  }
}
.top-bar .top-bar-innner2 {
  display: none;
}
@media (min-width: 481px) {
  .top-bar .top-bar-innner2 {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    vertical-align: middle;
  }
  .top-bar .top-bar-innner2 li {
    margin: 0 8px;
  }
}
.top-bar .top-bar-comment {
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
  margin: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  width: 300px;
  display: block;
}
@media (min-width: 481px) {
  .top-bar .top-bar-comment {
    width: 100%;
  }
}

.information {
  background-color: #fff;
  border-bottom: 2px dotted #de8b9b;
  width: 100%;
  margin: 0 auto;
  padding: 12px auto 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 3.5vw;
  text-align: left;
  display: block;
}
@media (min-width: 481px) {
  .information {
    width: 100%;
    margin: 16px auto 36px;
    font-size: 14px;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .information {
    width: 70%;
    min-width: 900px;
    margin: 16px auto 24px;
    padding: 0 auto 24px;
  }
}

/* #NAVI */
nav {
  margin: 8px auto;
}

.nav-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 481px) {
  .nav-box {
    width: 100%;
    margin: 16px auto 36px;
  }
}
@media (min-width: 960px) {
  .nav-box {
    width: 70%;
    min-width: 900px;
    margin: 16px auto 36px;
  }
}
.nav-box li {
  width: 50%;
  text-align: center;
  position: relative;
}
.nav-box li img {
  width: 100%;
}
.nav-box li img:active {
  transition: 0.3s;
  transform: translateY(-10px);
}
@media (min-width: 481px) {
  .nav-box li {
    width: 20%;
    height: 100%;
  }
  .nav-box li:hover {
    opacity: 0.8;
  }
}
.nav-box a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

/* #WRAPPER// */
.wrapper-box__dearpet {
  background-color: #b5e6f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 481px) {
  .wrapper-box__dearpet {
    background-color: #fff;
    background-image: url("./img/dearpet-background.jpg");
  }
}

.wrapper-top {
  width: 100%;
  background-image: url("./img/line-top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 5vw;
  position: relative;
}
.wrapper-top__footer {
  background-image: url("./img/line-sp2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 10vw;
  position: relative;
}
@media (min-width: 481px) {
  .wrapper-top__footer {
    background-color: #fff;
    background-image: url("./img/line-top3.png");
    height: 5vw;
  }
}

.wrapper-top2 {
  width: 100%;
  background-image: url("./img/line-top2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 53vw;
}
@media (min-width: 481px) {
  .wrapper-top2 {
    height: 10vw;
  }
}

.wrapper-bottom {
  width: 100%;
  background-image: url("./img/line-bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 5vw;
}
.wrapper-bottom::after {
  clear: both;
  content: "";
  display: block;
}

.wrapper {
  width: calc(100% - 16px);
  margin: 0 auto;
  position: relative;
}
@media (min-width: 481px) {
  .wrapper {
    width: 80%;
    max-width: 960px;
  }
}

.funkotsu p {
  width: 100%;
  display: block;
}
@media (min-width: 960px) {
  .funkotsu p {
    width: calc(100% - 416px);
  }
}
.funkotsu-title {
  width: 70%;
}
@media (min-width: 481px) {
  .funkotsu-title {
    width: 300px;
  }
}
.funkotsu-right {
  width: 80%;
}
.funkotsu-right img {
  width: 100%;
}
@media (min-width: 960px) {
  .funkotsu-right {
    float: right;
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.merit {
  padding: 0 0 36px;
}
.merit p {
  width: 100%;
  display: block;
}
.merit-title {
  width: 80%;
}
@media (min-width: 481px) {
  .merit-title {
    width: 70%;
  }
}
.merit-content {
  position: relative;
  width: 100%;
  padding: 16px 6px 16px 10px;
  background-color: #fff;
  border-radius: 36px;
  margin: 0 0 16px;
}
@media (min-width: 481px) {
  .merit-content {
    width: 100%;
    padding: 16px 16px 24px 24px;
  }
}
.merit-midashi {
  width: 100%;
  display: inline-flex;
  flex-flow: column;
}
@media (min-width: 960px) {
  .merit-midashi {
    flex-flow: row;
    height: 200px;
  }
}
.merit-midashi li:first-child {
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 960px) {
  .merit-midashi li:first-child {
    width: calc(100% - 330px);
    height: 200px;
    padding: 20px 0 0;
  }
}
.merit-midashi li:nth-child(2) {
  text-align: center;
  height: 50vw;
  margin: 0 0 16px;
  position: relative;
  z-index: 11;
}
@media (min-width: 960px) {
  .merit-midashi li:nth-child(2) {
    width: 330px;
    height: 250px;
    text-align: center;
  }
}
.merit-midashi li:nth-child(2) img {
  width: auto;
  height: 90%;
}
.merit-hosoku {
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 150%;
}
@media (min-width: 481px) {
  .merit-hosoku {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
.merit .title {
  font-size: 6.2vw;
  line-height: 160%;
  margin: 16px auto 8px;
  position: relative;
  padding: 0;
  text-align: center;
  z-index: 1;
  width: 100%;
}
.merit .title::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 10%;
  width: 80%;
  height: 60px;
  background-image: url("./img/p-merit-back.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -10;
}
.merit .title::before::after {
  content: "";
  display: none !important;
  width: 0;
  height: 0;
}
@media (min-width: 481px) {
  .merit .title::before {
    top: 0;
    height: 100px;
  }
}
@media (min-width: 481px) {
  .merit .title {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .merit .title {
    font-size: 2.3em;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0.05em;
    margin: 12px auto 24px;
  }
}

.voice {
  padding: 0 0 36px;
  position: relative;
}
.voice-title {
  width: 80%;
  padding: 16px 0 0;
}
@media (min-width: 960px) {
  .voice-title {
    width: 450px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.voice-title2 {
  text-align: center;
  width: 100%;
}
@media (min-width: 960px) {
  .voice-title2 {
    width: calc(100% - 470px);
    padding: 0;
    position: absolute;
    right: 0;
    top: 1.5vw;
  }
}
.voice-right {
  width: 80%;
}
.voice-right img {
  width: 100%;
}
@media (min-width: 481px) {
  .voice-right {
    float: right;
    width: 300px;
    position: absolute;
    top: 8vw;
    right: 0;
  }
}

.voice-feedbox {
  padding: 0;
  margin: 0 auto;
  height: 110vw;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 960px) {
  .voice-feedbox {
    width: 80%;
    height: 40vw;
    position: relative;
    top: 250px;
    margin: 0 auto 200px;
    overflow: hidden;
    border-radius: 0px;
  }
}
.voice-feedbox a {
  text-decoration: none !important;
}

#voice-feed {
  margin: 0 0 100px;
  height: 100%;
}
@media (min-width: 960px) {
  #voice-feed {
    margin: 0;
  }
}
#voice-feed li {
  height: 100vw;
}
@media (min-width: 960px) {
  #voice-feed li {
    height: 100%;
    min-height: 400px;
  }
}
#voice-feed i {
  color: #000;
  display: block;
}

.voice-feed-innner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  margin: 8px auto;
  background-color: #f6f0e3;
  border-radius: 16px;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 3.4vw;
  line-height: 150%;
  border: 8px solid #fff;
}
@media (min-width: 960px) {
  .voice-feed-innner {
    font-size: 1vw;
    line-height: 150%;
    height: 100%;
    min-height: 400px;
    border: 16px solid #fff;
    padding: 2vw;
  }
}

.voice-feed-title {
  font-size: 18px;
  font-weight: bold;
  color: #604c3f;
  margin: 4px 0 10px;
  line-height: 150%;
}
@media (min-width: 960px) {
  .voice-feed-title {
    font-size: 1.5vw;
    margin: 0 0 0.5vw;
  }
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  top: 0px;
  z-index: 100;
  font-size: 20px;
  background-image: none;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  z-index: 100;
  font-size: 20px;
  display: block;
  background-image: none;
  top: 250px;
}
@media (min-width: 960px) {
  .lSSlideOuter.vertical .lSAction > .lSNext {
    top: 470px;
  }
}

.ryoukin {
  background-color: #ffc1c1;
  padding: 0 0 36px;
}
.ryoukin-title2 {
  width: 80%;
}
@media (min-width: 481px) {
  .ryoukin-title2 {
    width: 55%;
    margin: 16px 0 0;
  }
}
.ryoukin-title {
  width: 23vw;
  position: absolute;
  right: 8px;
  top: 15vw;
}
.ryoukin-title__text {
  width: 100%;
}
@media (min-width: 481px) {
  .ryoukin-title {
    width: 160px;
    top: -1vw;
  }
}
@media (min-width: 960px) {
  .ryoukin-title {
    width: 300px;
    padding: 0;
    right: 0;
    top: 5vw;
  }
  .ryoukin-title__text {
    max-width: 60%;
  }
}
.ryoukin-detail {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
@media (min-width: 481px) {
  .ryoukin-detail {
    width: 100%;
  }
}
.ryoukin-detail li {
  flex-basis: 50%;
  height: 52vw;
  margin: 0 0 16px;
  padding: 8px;
  position: relative;
}
@media (min-width: 481px) {
  .ryoukin-detail li {
    flex-basis: 25%;
    height: 250px;
    padding: 16px;
  }
}
.ryoukin-detail li img {
  width: 100%;
}
.ryoukin-detail li p {
  display: block;
  background-color: #fff;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 8px;
  text-align: center;
  padding: 4px;
}
.ryoukin-content {
  position: relative;
  width: 100%;
  padding: 16px 6px 24px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 36px;
  margin: 0 0 16px;
}
@media (min-width: 481px) {
  .ryoukin-content {
    width: 100%;
    padding: 16px 24px;
    height: 1050px;
  }
}
.ryoukin-flow {
  width: 100%;
  display: flex;
  flex-flow: column;
}
@media (min-width: 481px) {
  .ryoukin-flow {
    flex-flow: row;
    margin: 0 auto 16px;
  }
}
.ryoukin-flow li:first-child {
  height: 100px;
  text-align: center;
}
.ryoukin-flow li:first-child img {
  height: 100px;
  width: auto;
}
@media (min-width: 481px) {
  .ryoukin-flow li:first-child {
    width: 100px;
  }
  .ryoukin-flow li:first-child img {
    width: 100px;
    height: auto;
  }
}
.ryoukin-flow li:nth-child(2) {
  text-align: left;
}
@media (min-width: 481px) {
  .ryoukin-flow li:nth-child(2) {
    width: 500px;
    vertical-align: middle;
  }
}
.ryoukin-flow h5 {
  font-size: 4.5vw;
  margin: 0 0 8px;
  text-align: center;
}
@media (min-width: 481px) {
  .ryoukin-flow h5 {
    font-size: 24px;
    text-align: left;
    margin: 36px 0 0 16px;
  }
}
.ryoukin-flow-arrow {
  width: 30px;
  margin: 16px auto 0;
}

.ryoukin-link {
  width: 100%;
}
@media (min-width: 481px) {
  .ryoukin-link {
    display: flex;
    flex-wrap: row;
  }
}
.ryoukin-link li {
  width: 100%;
  padding: 0 0 24px;
}
@media (min-width: 481px) {
  .ryoukin-link li {
    width: 50%;
    padding: 1.5vw;
  }
}
.ryoukin-link li img {
  width: 100%;
}
.ryoukin-link li img:active {
  transition: 0.3s;
  transform: translateY(-10px);
}

.dearpet-title {
  width: 100%;
  display: block;
}
@media (min-width: 481px) {
  .dearpet-title {
    display: inline-block;
  }
}
.dearpet-title li {
  width: 100%;
  position: relative;
}
@media (min-width: 481px) {
  .dearpet-title li {
    width: 49%;
    display: inline-block;
  }
}
.dearpet-title__point {
  font-size: 4vw;
  text-align: center;
  line-height: 200%;
  position: relative;
  z-index: 1;
  margin-bottom: 10vw;
}
@media (min-width: 481px) {
  .dearpet-title__point {
    display: none;
  }
}
.dearpet-title__point p {
  margin: 0 auto 10px;
}
.dearpet-title__point::before {
  content: "";
  display: block;
  opacity: 0.5;
  background-color: #fff;
  width: 100%;
  height: 110vw;
  position: absolute;
  top: -4vw;
  left: 0;
  box-shadow: 0 6px 3px #604c3f;
  z-index: -1;
}

.dearpet-store {
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}
.dearpet-store > li {
  width: 100%;
  background-color: #fff;
  border-radius: 36px;
  padding: 0 0 12px;
  margin: 0 0 16px;
}
@media (min-width: 481px) {
  .dearpet-store > li {
    width: calc(50% - 16px);
    vertical-align: top;
    margin: 0 0 36px;
    padding: 0;
  }
}
.dearpet-store__h2 {
  margin: 16px auto;
  padding: 0.8em 0.4em;
  /*上下の余白*/
  border-top: solid 3px #fff;
  /*上線*/
  border-bottom: solid 3px #fff;
  /*下線*/
  letter-spacing: 0.1em;
}
.dearpet-store__inner {
  width: 100%;
  display: block;
  margin: 0 0 16px;
}
.dearpet-store__inner li {
  width: 100%;
}
.dearpet-store__inner li > div {
  padding: 0px 8px 0px;
}
.dearpet-store__inner li:last-child {
  display: none;
}
@media (min-width: 481px) {
  .dearpet-store__inner li:last-child {
    display: inline-block;
    text-align: center;
  }
}
.dearpet-store * img {
  width: 100%;
}
.dearpet-store .photo {
  overflow: hidden;
  width: 100%;
  height: 108px;
  position: relative;
  border-radius: 36px 36px 0 0;
}
.dearpet-store .photo img {
  position: absolute;
  top: -30%;
}
@media (min-width: 481px) {
  .dearpet-store .photo {
    height: 200px;
    top: -16px;
  }
  .dearpet-store .photo img {
    position: absolute;
    top: -15%;
  }
}

.column-box {
  background-color: #fff;
}
@media (min-width: 481px) {
  .column-box {
    background-color: #fff1f1;
  }
}
.column-title {
  width: 100%;
}
@media (min-width: 481px) {
  .column-title {
    width: 80%;
  }
}
.column-innner {
  width: 100%;
  overflow: hidden;
}
.column-innner-btn {
  width: 80%;
  margin-top: 16px;
}
@media (min-width: 481px) {
  .column-innner-btn {
    width: 60%;
  }
}

.column-feed {
  display: flex;
  flex-flow: row wrap;
}
.column-feed ul {
  display: flex;
  flex-flow: column;
  background-color: #e4f7ff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  padding: 2px 8px;
  margin: 6px auto;
  box-shadow: 0 0 2px #8e7f76;
}
@media (min-width: 481px) {
  .column-feed ul {
    width: 30%;
    margin: 16px;
    padding: 16px;
    background-color: #fff;
  }
}
.column-feed ul li:nth-child(1) {
  font-size: 3vw;
}
@media (min-width: 481px) {
  .column-feed ul li:nth-child(1) {
    display: block;
    font-size: 12px;
    line-height: 110%;
    margin-bottom: 4px;
  }
}
.column-feed ul li:nth-child(2) {
  font-size: 3.5vw;
}
@media (min-width: 481px) {
  .column-feed ul li:nth-child(2) {
    display: block;
    font-size: 14px;
    line-height: 110%;
  }
}
.column-feed ul li:nth-child(3) {
  display: none;
}
@media (min-width: 481px) {
  .column-feed ul li:nth-child(3) {
    display: block;
    font-size: 12px;
    line-height: 110%;
  }
}
.column-feed ul:hover {
  background-color: #f6f0e3;
  transition: 0.3s;
}
.column-feed .feed-date,
.column-feed .feed-text,
.column-feed .feed-title {
  width: 100%;
  display: block;
  font-size: 100%;
}
.column-feed a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.column-feed a:hover {
  color: #604c3f;
}

/* ------------------------------
   RSSfeed
------------------------------ */
.feed-title {
  font-weight: bold;
  line-height: 140%;
  margin: 0 0 8px;
}

.feed-text {
  display: none;
}
@media (min-width: 481px) {
  .feed-text {
    display: block;
  }
}

/*------------------------------ */
.tel {
  font-family: "DIN Alternate", "Gill Sans", "Leelawadee UI", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #332218;
  position: relative;
  top: -10px;
  text-align: center;
  display: block;
}
.tel::before {
  content: "";
  background-image: url("./img/icon-tel2.png");
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: relative;
  top: 10px;
}

.time {
  background-color: #e9e4d9;
  display: block;
  width: 80%;
  border-radius: 16px;
  margin: 16px auto 8px;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #604c3f;
}

.tel2 {
  width: 80%;
  margin: 0 0 16px;
}

.box {
  border: 2px solid #dfd6c3;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 160%;
  margin: 4px auto 8px;
}

.copy {
  padding: 4px;
  font-size: 10px;
  text-align: center;
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 481px) {
  .loopSlider {
    height: 200px;
  }
}

.loopSlider ul {
  height: auto;
  float: left;
  overflow: hidden;
}
@media (min-width: 481px) {
  .loopSlider ul {
    width: 200px;
    height: 200px;
  }
}

.loopSlider ul li {
  width: 100px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}
@media (min-width: 481px) {
  .loopSlider ul li {
    width: 200px;
    height: 200px;
  }
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}

footer {
  background-color: #fff;
}

.footer {
  position: relative;
}
.footer > ul {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 960px) {
  .footer > ul {
    flex-flow: row-reverse;
    margin: 0 auto;
  }
  .footer > ul > li {
    position: relative;
  }
  .footer > ul > li:first-child {
    width: calc(100% - 300px);
    top: 0;
  }
  .footer > ul > li:nth-child(2) {
    width: 290px;
    top: 80px;
    left: -20px;
  }
}
.footer-logo {
  width: 90%;
  text-align: center;
  line-height: 90%;
  margin: 0 auto 16px;
}
@media (min-width: 960px) {
  .footer-logo {
    width: 360px;
    text-align: left;
    position: absolute;
    left: 0;
  }
}
.footer-link {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 960px) {
  .footer-link {
    width: 100%;
    flex-flow: column wrap;
    padding: 0 0 0 2em;
    margin: 0 auto;
    height: 450px;
  }
}
.footer-link li {
  text-align: left;
  font-size: 3.5vw;
}
@media (min-width: 481px) {
  .footer-link li {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .footer-link li {
    padding: 4px;
    width: 50%;
    height: 130px;
    font-size: 12px;
    line-height: 150%;
    text-align: left;
  }
  .footer-link li a {
    margin: 8px auto;
  }
}
.footer-link li li:last-child {
  height: 350px;
}
.footer-link__baton {
  background-color: #f6f0e3;
  border-radius: 36px;
  padding: 10px;
}
@media (min-width: 481px) {
  .footer-link__baton {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .footer-link__baton {
    width: 100%;
  }
}
.footer-link-title {
  background-color: #8e7b6e;
  width: 98%;
  margin: 8px 0 4px;
  vertical-align: middle;
  color: #fff;
  padding: 4px 16px 4px 8px;
  border-radius: 16px;
}
.footer-link-cal {
  width: 270px;
  margin: 8px auto;
  display: block;
  height: 360px;
}
.footer-bottomlink {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 4vw;
  position: relative;
  z-index: 5;
}
.footer-bottomlink li {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dotted #999;
}
@media (min-width: 481px) {
  .footer-bottomlink li {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .footer-bottomlink li {
    font-size: 12px;
    display: inline-block;
    padding: 4px 20px 4px 10px;
    border-right: 1px dotted #999;
    border-bottom: none;
  }
  .footer-bottomlink li:last-child {
    border: none;
  }
}/*# sourceMappingURL=style.min.css.map */