/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2023 | 02:28:30 */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

div.LP-opening p { /* LP_1_1の部分のテキスト */
font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
font-size: clamp(13px, 3vw, 29px);
	font-weight: 500;
	line-height: 1.7;
	font-feature-settings: "palt";
width: 90%;
	margin: 0 auto 0 auto ;/* 順番に上、右、下、左 */
}

div.LP-description p { /* LP_1_1の部分のテキスト */
font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
font-size: clamp(13px, 3vw, 29px);
	font-weight: 500;
	line-height: 1.7;
	font-feature-settings: "palt";
width: 90%;
	margin: 0 auto 0 auto ;/* 順番に上、右、下、左 */
}

.page img.wp-image-53 {
	margin-top : 1em ;
}

.page img.wp-image-78 {
	margin-bottom : 0 ;
}

.page img.wp-image-73 {
	margin-top : 2em ;
}


.wp-image-48 {
	margin-top : 1.5em ;
}

div.store-Information p { /* LP_11_3の部分のテキスト */ 
font-family: 'Noto Sans JP', sans-serif;
font-size: 20px;
font-size: clamp(9px, 2vw, 26px);
font-weight: 400;
width: 22em;
	margin: 0 auto 0 auto ;/* 順番に上、右、下、左 */ 
	line-height: 1.2;
}

.page-id-83 img {
	margin: 0 auto 1em auto ;/* 順番に上、右、下、左 */ 
}

/* 下部に固定する電話とラインのアイコン */
.page div.entry-content img.wp-image-81{  max-width: 100%;
                height: atuo;
               position:fixed;	
		bottom:0px;
                right:0px;
                margin:0 auto ;
                table-layout: fixed;}
.page div.entry-content .wp-image-82{  
                max-width: 100%;
                height: atuo;
               position:fixed;	
		bottom:0px;
                left:0px;
                margin:0 auto ;
                table-layout: fixed;}

/*834px以下*/
@media screen and (max-width: 834px){
	.wp-image-81,.wp-image-82 { 
	width:250px
	}
}
/*500px以下*/
@media screen and (max-width: 500px){
	.wp-image-81,.wp-image-82 { 
	width:155px
	}
}

/*330px以下*/
@media screen and (max-width: 330px){
	.wp-image-81,.wp-image-82 { 
	width:100px
	}
}

/* ぽよぽよ収縮する */
.wp-image-81,.wp-image-82 {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.wp-image-34 {
  animation: poyopoyo 2s ease infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.98);
  }
}

.store-map {
  width: 100%;
  aspect-ratio: 10/6;
}



