@charset "UTF-8";
/* CSS Document */
/*▼caption*/
.miya-caption {
  font-weight: normal;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.miya-caption h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  padding-bottom: 10px;
  writing-mode: vertical-rl;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.miya-caption p {
  padding: 5px 0 60px;
  color: #a8a8a8;
  border-top: #a8a8a8 0.1rem solid;
  font-size: 1.2rem;
}
@media(min-width:770px) {
  .miya-caption h2 {
    padding-bottom: 15px;
    font-size: 2rem;
  }
  .miya-caption p {
    padding: 10px 0 80px;
    font-size: 1.4rem;
  }
}
/*▲caption*/
/*▼button*/
.button a {
  background: #333;
  color: #f4f5f7;
}
/*▲button*/
/*▼top-img*/
.top-img-area {
  width: 100%;
  height: 80vh;
}
.img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.img-01, .img-02, .img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.img-01 {
  background-image: url("../img/tenmusu_sp-main1.webp");
  animation: slide-animation-01 24s infinite;
}
.img-02 {
  background-image: url("../img/tenmusu_sp-main2.webp");
  animation: slide-animation-02 24s infinite;
}
.img-03 {
  background-image: url("../img/tenmusu_sp-main3.webp");
  animation: slide-animation-03 24s infinite;
}
@media(min-width:770px) {
  .img-01 {
    background-image: url("../img/tenmusu_pc-main1.webp");
    animation: slide-animation-01 24s infinite;
  }
  .img-02 {
    background-image: url("../img/tenmusu_pc-main2.webp");
    animation: slide-animation-02 24s infinite;
  }
  .img-03 {
    background-image: url("../img/tenmusu_pc-main3.webp");
    animation: slide-animation-03 24s infinite;
  }
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1.0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1.0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1.0);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
.top-title {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-logo {
  width: 70%;
  opacity: 0.7;
}
@media(min-width:770px) {
  .top-img-area {
    width: 100%;
    height: 100vh;
  }
  .top-title {
    height: 30%;
    width: 42%;
    left: 22%;
  }
}
/*▲top-img*/
/*▼menu*/
.menu-area {
  width: 100%;
  padding: 60px 0 40px;
  background-color: #f4f5f7;
}
.menu-list ul {
  width: 100%;
  padding: 0 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.menu-list li {
  display: table-cell;
  text-align: center;
  list-style: none;
  width: 41%;
  margin: 0 2% 40px;
}
.menu-list img {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.menu-list h3 {
  font-size: 1.4rem;
  margin-top: 10px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
.menu-list p {
  letter-spacing: 0.01em;
  font-size: 1.2rem;
  margin-top: 2px;
  color: #a8a8a8;
}
@media(min-width:770px) {
  .menu-area {
    padding: 100px 0 40px;
  }
  .menu-list {
    width: 100%;
    padding: 0 5%;
  }
  .menu-list ul {
    width: 90%;
    margin: 0 5%;
  }
  .menu-list li {
    text-align: center;
    list-style: none;
    width: 26%;
    margin: 0 1% 80px;
  }
  .menu-list img {
    width: 100%;
    max-width: 180px;
    aspect-ratio: 1/1;
    border-radius: 100%;
  }
  .menu-list h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 10px;
  }
  .menu-list p {
    letter-spacing: 0.01em;
    font-size: 1.4rem;
    margin-top: 2px;
  }
}
/*▲menu*/
/*▼secret*/
.secret-area {
  background: #998d34;
  padding: 0 5%;
}
.secret-filter {
  padding: 20px 5%;
  background: rgba(0, 0, 0, 0.3);
}
/*▼consistent-caption*/
.consistent-patterng {
  width: 100%;
  height: 300px;
  position: relative;
}
.pattern4 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 120px;
}
.consistent-caption {
  position: absolute;
  white-space: nowrap;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  writing-mode: vertical-rl;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.4em;
  color: #e1e1e1;
  font-weight: normal;
}
@media(min-width:770px) {
  .consistent-patterng {
    height: 380px;
  }
  .pattern4 {
    max-width: 150px;
  }
  .consistent-caption {
    font-size: 2rem;
  }
}
/*▲consistent-caption*/
.secret-text-list {
  width: 100%;
  margin-top: 40px;
}
.secret-text-list ul {
  list-style: none;
}
.secret-text-list h3 {
  font-size: 1.4rem;
  color: #e1e1e1;
  font-weight: 700;
  border-bottom: #a8a8a8 0.1rem solid;
  padding-bottom: 10px;
}
.secret-text-list p {
  padding: 5px 0 40px;
  color: #f4f5f7;
  opacity: 0.5;
}
@media(min-width:670px) {
  .secret-area {
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 0 10%;
  }
  .secret-filter {
    padding: 60px 10%;
  }
  .secret-caption {
    align-items: center;
    margin: 0 auto 60px;
  }
  .secret-area-caption h3 {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  .secret-area-caption p {
    font-size: 1.2rem;
    padding: 10px 0 60px;
  }
  .secret-text-list {
    width: 100%;
    height: auto;
  }
  .secret-text-list ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0%;
  }
  .secret-text-list li {
    width: 50%;
    padding: 0 3%;
  }
  .secret-text-list h3 {
    font-size: 1.6rem;
    color: #e1e1e1;
    font-weight: 700;
  }
  .secret-text-list p {
    padding: 10px 0 40px;
    color: #f4f5f7;
    opacity: 0.5;
  }
}
/*▲secret*/
/*▼charm*/
.charm-area {
  width: 100%;
  padding-top: 60px;
  background: #f4f5f7;
}
.charm-item {
  width: 100%;
}
.charm-item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.charm-text {
  padding: 10px 5% 40px;
}
.charm-text h3 {
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 26px;
}
.charm-text h3::after {
  position: absolute;
  content: "";
  background-color: #993300;
  border-radius: 5px;
  width: 40px;
  height: 6px;
  top: 55px;
  left: 0%;
}
.charm-text p {
  padding-top: 2%;
}
@media(min-width:770px) {
  .charm-area {
    padding: 100px 5% 120px;
  }
  .charm-list {
    display: flex;
    padding: 0 5%;
  }
  .charm-item {
    width: 50%;
    padding: 0 2%;
  }
  .charm-item img {
    width: 100%;
    aspect-ratio: 3 / 2;
  }
  .charm-text {
    padding: 8px 2% 0;
  }
  .charm-text h3 {
    font-size: 1.6rem;
  }
  .charm-text h3::after {
    position: absolute;
    content: "";
    width: 40px;
    top: 62px;
    left: 0%;
  }
}
/*▲charm*/
/*▼instagrams*/
.instagram-area {
  background-color: #fff;
  padding: 60px 0 80px;
}
.instagram-area .miya-caption h2 {
  writing-mode: horizontal-tb;
}
/*▼img*/
.instagram-hover {
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
  justify-content: center;
  margin-bottom: 4px;
  width: 100%;
}
.instagram-hover:last-child {
  margin-bottom: 60px;
}
.instagram-zoom {
  overflow: hidden;
  cursor: pointer;
  margin-right: 4px
}
.instagram-zoom :last-child {
  margin-right: 0;
}
.instagram-zoom img {
  width: 80px;
  height: 80px;
}
.instagram-zoom img:hover {
  transition: all 0.8s ease-in-out;
  transform: scale(1.3);
}
@media(min-width:770px) {
  .instagram-area {
    background: #fff;
    padding: 100px 0 120px;
  }
  .instagram-caption h2 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
    padding-bottom: 15px;
  }
  .instagram-caption p {
    font-size: 1.2rem;
    color: #a8a8a8;
    padding: 10px 0 60px;
  }
  .instagram-zoom img {
    width: 110px;
    height: 110px;
  }
}
/*▲instagrams*/
/*▼information*/
.information-area {
  background: #998d34;
}
.consistent-caption {}
/*▼shop*/
.shop-list {
  background: #fff;
  margin-bottom: 20px;
}
#shop-uenohonten .shop-list {
  margin-bottom: 20px;
}
.shop-caption {
  width: 100%;
  padding: 60px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shop-caption h3 {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: normal;
  writing-mode: vertical-rl;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  padding-bottom: 10px;
}
.shop-caption p {
  font-size: 1rem;
  border-top: #e8e8e8 0.1rem solid;
  writing-mode: horizontal-tb;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  padding-top: 5px;
}
@media(min-width:770px) {
  .shop-caption {
    padding: 80px 0 60px;
  }
  .shop-caption h3 {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .shop-caption p {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}
/*▲shop*/
/*▼shop-img*/
.slide-container {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 20s infinite linear 1s both;
}
.slide {
  width: 300px;
  object-fit: cover;
  border: 1px solid #ddd;
}
@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*▲shop-img*/
/*▼shop*/
.shop-item {
  padding: 40px 5% 40px;
}
.shop {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.shop th {
  padding-right: 26px;
  text-align: justify;
  text-align-last: justify;
  font-weight: normal;
  white-space: nowrap;
}
.shop td {
  padding-bottom: 20px;
}
.shop-map {
  width: 100%;
}
.shop-map iframe {
  width: 100%;
  height: 100%;
  text-align: left;
}
@media(min-width:770px) {
  .shop-item {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 60px 8% 80px;
  }
  .shop {
    width: 60%;
    padding-right: 5%;
  }
  .shop th {
    width: 150px;
  }
  .shop-map {
    width: 40%;
  }
  .shop-map iframe {
    width: 100%;
    height: 100%;
  }
}
/*▲shop*/
/*▲information*/