/*
Theme Name: mrp04-Child
Template: henri
*/

@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-weight: 400;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}



.p-btn {
  max-width: 21.25rem;
  width: 100%;
  height: inherit;
  margin: 0 auto;
}
@media screen and (min-width: 501px) {
  .p-btn {
    width: 90%;
    max-width: 42.5rem;
  }
}

.p-btn a {
  height: inherit;
  display: flex;
  align-items: center;
}

.p-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}





.element {
  animation: tikatika 2s ease-in-out infinite;
}
@keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.copy {
  background-color: #e6f1f3;
  color: #000;
  font-size: 13px;
  padding: 2%;
  text-align: center;
}

.copy .nav {
  padding-bottom: 1%;
}
@keyframes anime1 {
  from {
    transform: scale(0.95, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

.p-header {
  height: 5rem;
  background-color: #fff;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .p-header {
    height: 100px;
  }
}

@media screen and (min-width: 1025px) {
  .p-header {
    height: 120px;
  }
}

.p-header__text {
  font-size: clamp(0.875rem, 0.5rem + 1.6vi, 1.25rem);
}



.p-header__inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.p-header__upper {
  max-width: 46.875rem;
  margin: 0.5rem auto 0;
}
.p-header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 46.875rem;
  margin: 0.75rem auto 0;
}

.p-header__logo {
  max-width: 10rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 18rem;
  }
}

.p-header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-header__contact {
  max-width: 10rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    max-width: 18rem;
  }
}

.p-header__contact a {
  height: inherit;
  display: flex;
  align-items: center;
}

.p-header__contact img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv {
  position: relative;
}
.p-fv-btn {
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}

.menu {
  background: url(./images/common/bg-marble.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -4rem;
  padding-bottom: 1rem;
}

.contents__inner {
  padding-left: 25px;
  padding-right: 25px;
}

.p-menu__title {
  padding-top: 7rem;
}
.p-menu-text-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.p-menu-text {
  font-size: clamp(0.875rem, 0rem + 3.733vi, 1.75rem);
}
.p-menu-text-link {
  font-size: clamp(1rem, -0.25rem + 5.333vi, 2.25rem);
}
.p-menu-content {
  margin-top: 2rem;
}
.contents__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.marble-background {
  background: url(./images/common/bg-marble2.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
}

.p-instagram {
  padding: 3rem 15px;
}

@media screen and (min-width: 768px) {
  .p-instagram {
    padding: 3rem 25px;
  }
  
}

.p-instagram-btn {
margin-top:2rem;}

.p-insta-link {
  color: #1A73E8;
  text-decoration: underline;
}

.p-reason1, .p-reason2, .p-cta {
  margin-top: 2rem;
}

.p-access {
  margin-top: 4rem;
}

.p-access__head {
  text-align: center;
}

.p-access__name, .p-access__text, .p-access__address {
  font-size: clamp(1.125rem, 0rem + 4.8vi, 2.25rem);
}

.p-access__text span {
  color: #D92C4C;
  font-size: clamp(1.5rem, 0rem + 6.4vi, 3rem);
}

.p-access__map-wrap {
  margin: 2rem auto 0;
  width: 100%;

}
@media screen and (min-width: 768px) {
  .p-access__map-wrap {
    max-width: 600px;
  }
  
}

.p-access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-access__content {
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-access__content {
    max-width: 600px;
  }
  
}

.p-access__comment {
  margin-top: 0.5rem;
  font-size: clamp(0.875rem, 0rem + 3.733vi, 1.75rem);
}

.p-access__tel {
  width: 65%;
  max-width: 450px;
  margin: 2rem auto 0;
}

@media screen and (min-width: 768px) {
  .contents__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  
}


@media screen and (min-width:768px) and ( max-width:1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .p-wrapper {
    max-width: 46.875rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-wrapper {
    max-width: 750px;
    margin: 0 auto;
  }
  
}



/*# sourceMappingURL=style.css.map */


.p-voice {
  position: relative;
}
.p-voice-btn {
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 501px) {
  .p-voice-btn {
    bottom: 6rem;
  }
}

.p-footer {
  background: #D92C4C;
  padding: 2rem;
  margin-top: 4rem;
}

.p-footer__link {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: #fff;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.5rem + 1.6vi, 1.25rem);
}

.p-footer__link + .p-footer__link {
  margin-top: 1rem;
}

.p-footer__logo {
  max-width: 420px;
  margin: 2rem auto 0;
}

.p-instagram {
position:relative;}

.insta-feed-gallery {
	position:absolute;
width:85%;
	bottom:18%;
	left:50%;
	transform: translateX(-50%);
}
.instagram-gallery-item {
overflow: visible !important;}
.instagram-gallery-item__wrap　{
	overflow: visible !important;
}
.instagram-gallery-square .instagram-gallery-item__media-wrap {
overflow: visible !important;
}
.instagram-gallery-square .instagram-gallery-item__media {
object-fit: contain !important;
    width: 100%;
    height: auto !important;
    aspect-ratio: auto !important;
	overflow: visible !important;
}
.instagram-gallery-item__wrap {
	overflow: visible !important;
}
.instagram-gallery-list[data-feed_layout=gallery] {
	overflow: visible !important;
	row-gap:3rem;
}
.instagram-gallery__actions {
margin-top:4rem;}

.instagram-gallery-item__media-mask:hover {
opacity:0.8;
height:125%;}
#instagram-gallery-feed-1 {
background:transparent!important;}
@media (max-width: 767px) {
  .instagram-gallery-list[data-feed_layout=gallery]{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem 0;
  }
	    .instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item, .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
width:100%;}
	.instagram-gallery__actions {
margin-top:1.6rem;}
}

#instagram-gallery-feed-1 .instagram-gallery-item
 {
    padding: 10px 8px!important;
}