/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

h4, h5, h6 {
  line-height: 1.5;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 28px;
}

img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html {
  font-size: 62.5%;
}
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

h1 {
  font-size: 4.2rem;
}
h2 {
  font-size: 3.8rem;
}
h3 {
  font-size: 3.4rem;
}
h4 {
  font-size: 2.3rem;
}
h5 {
  font-size: 1.8rem;
}
dt,dd {
  font-size: 1.6rem;
  font-weight: 500;
}
th,td {
  font-size: 1.6rem;
  font-weight: 500;
}
.en {
	font-family: "Inter Tight",sans-serif;
}

.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}

.pc {
    display: block
}
.sp {
    display: none;
}

.bb {
  z-index: 99;
  background: #D8D8D8;
  background-size: cover;
  background-repeat: repeat-y;
  position: fixed;
  top: 0;
  height: 100dvh;
}
#bbLeft {
  width: 7.0210333333vw;
  left: 0;
  background-position: 0 -50px;
}
#bbRight {
  width: 7.0210333333vw;
  right: 0;
  background-position: right -50px;
}
#main {
  width: 100vw;
  margin-inline: auto;
  position: relative;
}
.wrapper {
  max-width: 900px;
	width: 80%;
  margin: 0 auto;
}
section {
  padding: 80px 0;
}

@media (min-width: 1200px) {
  #bbLeft {
    width: 84.2524px;
  }
  #bbRight {
    width: 71.8853px;
  }
  #main {
    width: 1200px;
  }
}
@media (orientation: landscape) and (max-height: 0px) {
  #bbLeft {
    width: 84.2524px;
    width: 7.0210333333vw;
  }
  #bbRight {
    width: 71.8853px;
    width: 5.9904416667vw;
  }
  #main {
    width: 1200px;
    width: 100vw;
  }
}

@media (max-width: 1080px) {
  #bbLeft {
    width: 5.4944133333vw;
  }
  #bbRight {
    width: 5.4944133333vw;
  }
	h2 {
	  font-size: 3.4rem;
	}
	h3 {
	  font-size: 2.6rem;
	}
	h4 {
	  font-size: 1.8rem;
	}
	h5 {
	  font-size: 1.6rem;
	}
	dt,dd {
	  font-size: 1.5rem;
	}
	th,td {
	  font-size: 1.5rem;
	}
}
@media (max-width: 800px) {
	h2 {
	  font-size: 3.0rem;
	}
	h3 {
	  font-size: 2.4rem;
	}
	h4 {
	  font-size: 1.7rem;
	}
	h5 {
	  font-size: 1.55rem;
	}
}
@media (max-width: 640px) {
  .pc {
    display: none;
    }
   .sp {
    display: block;
    }

  #bbLeft {
    width: 4.6944133333vw;
  }
  #bbRight {
    width: 4.6944133333vw;
  }
  #main {
    width: 160vw;
  }
  #main {
    width: 100%;
  }
	h2 {
	  font-size: 2.2rem;
	}
	h3 {
	  font-size: 2.0rem;
	}
}

@media (max-width: 600px) {
	.pc {
	  display: none;
	}
	.sp {
	  display: block;
	}
}


#chara01 {
  z-index: 98;
  position: fixed;
  bottom: 4.6666666667vw;
  width: 6.25905vw;
  left: -15.6666666667vw;
    transition: all ease-in-out 0.1s;
    transition-behavior: normal;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.chara01On #chara01 {
    left: 5.0833333333vw;
    animation: fuwafuwa 3s infinite;
}
/*
.chara02On #chara02 {
    left: 0.083333vw;
    width: 22.25905vw;
    bottom: 19.666667vw;
}
*/
#chara02 {
  z-index: 98;
  position: fixed;
  bottom: 10.6666666667vw;
  width: 9.25905vw;
  left: -15.6666666667vw;
  transition: all ease-in-out 0.1s;
}
.chara02On #chara02 {
  left: 4.0833333333vw;
  animation: fuwafuwa 3s infinite;
}
@keyframes fuwafuwa{
0% {
    transform: translateX(0px);
}
50% {
    transform: translateX(-10%);
}

100% {
    transform: translateX(0px);
}
}




/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/
header {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header_produced p {
  font-family: "Kanit", sans-serif;
  font-size: 15px;
}
.header_produced p .nema {
  font-size: 120%;
  font-weight: 600;
  margin-left: 10px;
}
.hero_top {
  margin: 120px auto 80px;
  padding: 0 10%;
}
.hero_top_lead {
  margin-bottom: 80px;
}
.hero_top_lead .catch {
  letter-spacing: 8px;
}
.hero_top_lead .catch .s {
  font-size: 80%;
}
.hero_top_logo {
  max-width: 600px;
  margin: 0 auto;
}
.hero_top_logo a:hover {
	opacity: .6;
	transition: .6s;
	cursor: pointer;
}
.hero_top_logo .ttl {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  margin-top: 23px;
}
.hero_bottom {
  padding: 0 10%;
}
.hero_bottom .bubble {
  position: relative;
  display: inline-block;
  margin: 1.85em 0 1.5em;
  padding: 23px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 2px;
  background: #EFEFEF;
  border-radius: 50%;
}
.hero_bottom .bubble:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 20px solid #EFEFEF;
}
.hero_bottom .bubble p {
  margin: 0;
  padding: 0;
}
.hero_bottom .minilogo {
  max-width: 120px;
}

.hero_top_page .hero_top_lead {
    margin-bottom: 20px;
}
.hero_top_page .hero_top_lead .catch {
    letter-spacing: 3px;
	font-size: 2.0rem;
}
.hero_top_page .hero_top_logo {
    max-width: 240px;
}
.hero_top_page .hero_top_logo .ttl {
    margin-top: 10px;
    font-size: 2.2rem;
}

@media (max-width: 1080px) {
	.hero_top_logo {
		max-width: 440px;
	}
	.hero_bottom {
        max-width: 480px;
        margin: 0 auto;
        padding: 0;
	}
	.hero_bottom .bubble {
		padding: 20px 10px;
		min-width: 100px;
	}
}

@media (max-width: 800px) {
	.hero_top {
		padding: 0;
	}
	.header_produced p {
		font-size: 1.3rem;
	}
	.hero_top_lead .catch {
		letter-spacing: 7px;
	}
	.hero_bottom .minilogo {
		max-width: 100px;
	}
    .hero_bottom .bubble {
        padding: 15px 10px;
        min-width: 90px;
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
	 .header_produced p {
        font-size: 1.1rem;
    }
	.hero_top {
		margin: 120px auto 50px;
	}
	.hero_top_lead .catch {
		letter-spacing: 3px;
	}
    .hero_top_logo {
        max-width: 260px;
    }
	.hero_top_lead {
		margin-bottom: 60px;
	}
	.hero_bottom .minilogo {
        max-width: 80px;
    }
	.hero_bottom .bubble {
        padding: 10px 10px;
        min-width: 80px;
        font-size: 1.4rem;
    }
}


/* 
---------------------------------------------
Top page Style
--------------------------------------------- 
*/
#index .index_txt p.jp {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 2.5px;
}
#index .index_txt p.en {
  margin-top: 50px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}
#index .illust1 {
  max-width: 130px;
  position: absolute;
  top: 0;
  right: -10%;
}
#index .index_img {
	margin-top: 80px;
}

#space {
  border-bottom: 1px solid #333;
}
#space .space_block {
  padding: 200px 0 0;
}
#space .space_block.enjoy {
	margin-bottom: 40px;
}
#space .space_block .square1 {
  display: block;
  width: 140px;
  height: 140px;
  background: #D8D8D8;
  position: absolute;
  z-index: -1;
}
#space .space_block .square2 {
  display: block;
  width: 140px;
  height: 140px;
  background: #EFEFEF;
  position: absolute;
  z-index: -1;
}
#space .space_block.play .square1 {
  top: 0;
  left: 0;
}
#space .space_block.play .square2 {
  top: -20px;
  left: 156px;
}
#space .space_block.play .space_img {
    top: 40px;
    left: 268px;
    position: absolute;
    width: 180px;
    z-index: 10;
}
#space .space_block.eat .square1 {
  top: -80px;
  right: 0;
}
#space .space_block.eat .square2 {
  top: -30px;
  right: 156px;
}
#space .space_block.eat .space_img {
    top: 80px;
    right: 0;
    position: absolute;
    width: 230px;
    z-index: 10;
}
#space .space_block.enjoy .square1 {
  top: -34px;
  left: 0;
}
#space .space_block.enjoy .square2 {
  top: 80px;
  left: 0px;
	width: 60px;
	height: 60px;
}
#space .space_block.enjoy .space_img {
  top: 40px;
  left: 156px;
    position: absolute;
    width: 180px;
    z-index: 10;
}

#space .illust2 {
  width: 200px;
  position: absolute;
  bottom: 140px;
  right: 0;
}
#space .illust3 {
  width: 60px;
  position: absolute;
  top: 60px;
  left: 0;
}
#space .illust4 {
  width: 220px;
  position: absolute;
  top: 190px;
  left: 20px;
}
#space .illust5 {
  width: 110px;
  position: absolute;
  top: 70px;
  right: 80px;
}
#space .illust6 {
  width: 130px;
  position: absolute;
  top: 290px;
  right: 0;
}
#space .space_block.eat .space_txt {
  padding-left: 320px;
}
#space .space_txt .tl {
  font-weight: 700;
  letter-spacing: 2px;
}
#space .space_txt p.jp {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 2px;
  margin: 1.5em auto;
}
#space .space_txt p.jp .s {
	font-size: 80%;
}
#space .space_txt p.en {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}

#shop {
	padding: 0;
}
#shop .shop_flex {
	display: flex;
	justify-content: center;
}
#shop .shop_block {
	width: 50%;
	  padding: 60px 0;
	  border-bottom: 1px solid #333;
}
#shop .shop_block .logo {
  max-width: 400px;
  margin: 1em auto;
}
#shop .shop_block.caetla .logo {
  max-width: 200px;
}
#shop .shop_block .blocktl {
  margin-bottom: 20px;
}
#shop .shop_info .name {
  line-height: 1.3;
  margin: 0.65em auto 1em;
}
#shop .shop_info .name .s {
  font-size: 1.3rem;
}
#shop .shop_info .igicon {
    background: #D8D8D8;
    color: #000;
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 50%;
    padding: 7px;
    margin-left: 10px;
}
#shop .shop_info p {
	line-height: 20px;
}
#shop .shop_block dl {
  display: flex;
  justify-content: center;
}
#shop .shop_block dl dd {
  text-align: left;
  padding-left: 14px;
}
.kome{
	font-size: 80%;
}
#info table th,
#info table td {
  padding: 5px 0;
  font-size: 2.0rem;
  letter-spacing: 1px;
}
#info table td {
  padding-left: 20px;
}
#info .info_txt .attention {
  display: block;
  font-size: 1.3rem;
  padding-top: 20px;
}
#info .info_txt .tl {
  margin-bottom: 36px;
}

#topics .blocktl {
	text-align: center;
    margin-bottom: 30px;
}
#topics .topics_block {
	display: flex;
    gap: 20px;
	flex-wrap: wrap;
}
#topics .topics_block li {
	width: calc(25% - 15px);
}
#topics .topics_block li a {
	color: #000;
}
#topics .topics_block li .tl-wrap {
	margin-top: 10px;
}
#topics .topics_block li .tl-wrap .date {
	font-size: 1.3rem;
}
#topics .topics_block li .tl-wrap a.tl {
	font-size: 1.6rem;
	font-weight: 600;
}
#topics .btn-block {
	text-align: center;
	margin-top: 40px;
}
#topics .bnr {
	margin-top: 60px;
}
#single-content .btn-block {
	text-align: center;
	margin-top: 60px;
}
#topics .btn-block a,
#single-content .btn-block a {
    max-width: 280px;
    width: 100%;
    height: 60px;
    border-radius: 35px;
    background: #333;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px 0 55px;
    box-sizing: border-box;
	margin: 0 auto;
}
#single-content .btn-block a {
	margin: 0 auto;
}
#topics .btn-block a img,
#single-content .btn-block a img {
	width: 24px;
	height: 24px;
}
#topics .btn-block a:hover,
#single-content .btn-block a:hover {
	opacity: .6;
	transition: .6s;
	cursor: pointer;
}

#archive-content .archive-content-tl .date,
#single-content .single-content-tl .date {
	font-size: 13px;
}
#archive-content .archive-content-tl .cate a,
#single-content .single-content-tl .cate a {
	font-size: 13px;
	font-weight: 500;
	color: #000;
}
#archive-sidebar,
#single-sidebar {
	border-top: 2px solid #999;
	padding-top: 40px;
	margin-top: 80px;
}
#archive-sidebar .wp-block-group,
#single-sidebar .wp-block-group {
	margin-bottom: 40px;
}
#archive-content .sidebar__box .wp-block-heading,
#single-sidebar .sidebar__box .wp-block-heading {
	font-size: 2.0rem;
	margin-bottom: 10px;
}
#archive-content .sidebar__box .wp-block-group li,
#single-sidebar .sidebar__box .wp-block-group li {
	font-size: 15px;
	font-weight: 500;
}
#archive-content .sidebar__box .wp-block-group li a,
#single-sidebar .sidebar__box .wp-block-group li a {
	color: #000;
}
#archive-content .archive-content-list {
	gap: 40px 20px;
	flex-wrap: wrap;
}
#archive-content .archive-content-list > li {
	width: calc(25% - 15px);
	flex: none;
}
#archive-content .archive-content-list .archive-content-img a:hover,
#archive-content .archive-content-list > li .tl:hover {
	opacity: .6;
	transition: .6s;
	cursor: pointer;
}
#archive-content .archive-content-list > li .tl {
	font-size: 1.6rem;
	font-weight: 600;
	color: #000;
}
#archive-content .archive-content-list > li .cate a {
	font-size: 1.3rem;
	color: #898989;
}
#archive-content .archive-content-tl {
	margin-top: 10px;
}
#archive-content .archive-content-tl > .d-flex,
#single-content .single-content-tl > .d-flex {
	align-items: center;
	gap: 0 14px;
}
#single-content .single-content-tl h1.title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px;
	margin-bottom: 40px;
	font-size: 3.6rem;
	margin-top: 10px;
}
#page_tl {
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}

#single-content .txt {
	margin-top: 40px;
}
#single-content .txt p a {
	color: #333;
	border-bottom: 1px solid;
}
#single-content .txt h2 {
	font-size: 2.6rem;
	margin-bottom: 10px;
    background: #f6f6f6;
    padding: 20px;
    border-radius: 8px;
}
#single-content .txt h3 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
#single-content .txt p {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 20px;
}
#single-content .txt ul {
	padding-left: 2rem;
	margin-bottom: 20px;
}
#single-content .txt ul li {
	font-size: 1.6rem;
	font-weight: 500;
    list-style: disc;
}
#single-content .txt .wp-block-columns {
	margin-bottom: 20px;
}
#single-content .txt .p-10 {
	padding: 10px;
}
#single-content .txt .p-20 {
	padding: 20px;
}
#single-content .txt .p-30 {
	padding: 30px;
}
#single-content .wp-block-button__link {
	font-size: 1.6rem;
	font-weight: 600;
}
#single-content .txt .r-green {
	border-radius: 30px;
    width: fit-content;
    background: #277b7a;
    color: #fff;
    padding: 5px 15px;
}

.contactform .content {
	margin-top: 60px;
}
.contactform form label {
	font-size: 1.6rem;
}
.contactform form input,
.contactform form textarea {
	width: 100%;
	background: #EFEFEF;
	border: none;
	padding: 5px 10px;
}
.contactform form .btn_block {
	text-align: center;
}
.contactform form .btn_block input {
	background: #333;
	color: #fff;
	padding: 16px 10px;
	font-size: 1.6rem;
	font-weight: 600;
	width: 240px;
	border-radius: 200px;
}
.contactform form .btn_block .wpcf7-spinner {
	display: none;
}
.contactform form .wpcf7-response-output {
    font-size: 1.6rem;
	font-weight: 500;
    padding: 10px;
}

@media (max-width: 1080px) {
	#index .index_txt p.jp {
		font-size: 2.4rem;
        letter-spacing: 1.5px;
	}
	#index .illust1 {
		max-width: 110px;
		right: -2%;
	}
	#index .index_txt p.en {
		font-size: 1.5rem;
	}
	#space .space_block {
		padding: 160px 0 0;
	}
	#space .space_block .square1,
	#space .space_block .square2 {
		width: 120px;
		height: 120px;
	}
	#space .space_block.play .square2 {
		left: 136px;
	}
	#space .space_block.eat .square2 {
		right: 136px;
	}
	#space .space_block.enjoy .square2 {
		left: 136px;
	    top: -8px;
	}
	#space .space_txt p.jp {
		font-size: 2.2rem;
	}
	#space .space_block.eat .space_txt {
		padding-left: 270px;
	}
	#space .illust5 {
		width: 90px;
		top: 100px;
		right: 60px;
	}
	#space .illust4 {
		width: 200px;
	}
	#space .space_block.enjoy .square1 {
		top: -64px;
	}
	#space .space_block.eat .space_img {
		top: 60px;
	}
	#space .space_block.enjoy .space_img {
		top: 30px;
		left: 156px;
		width: 160px;
	}
	#shop .shop_info .igicon {
		width: 40px;
		height: 40px;
		padding: 7px;
		margin-left: 10px;
	}
}

@media (max-width: 800px) {
    #index .index_txt p.jp {
        font-size: 2.2rem;
    }
	 #index .illust1 {
        max-width: 90px;
        right: -2%;
        top: 120px;
    }
	#index .index_txt p.en {
        font-size: 1.3rem;
        padding-right: 120px;
        line-height: 1.65;
        margin-top: 26px;
    }
	#space .illust2 {
		width: 150px;
		bottom: 180px;
	}
	#space .space_txt p.jp {
        font-size: 2.0rem;
        letter-spacing: 1.5px;
		margin: 1.0em auto;
    }
	#space .space_block .square1,
	#space .space_block .square2 {
        width: 90px;
        height: 90px;
    }
	#space .space_block.play .square2 {
        left: 106px;
    }
	#space .space_block.eat .square2 {
		right: 106px;
	}
	#space .space_block.enjoy .square2 {
		left: 70px;
		top: 22px;
	}
	#space .space_block.play .space_img {
		top: 30px;
		left: 188px;
		width: 180px;
	}
    #space .space_block.eat .space_img {
        top: 30px;
        width: 190px;
        right: -20px;
    }
	#space .space_txt p.en {
		line-height: 1.8;
	}
	#space .illust3 {
		width: 50px;
	}
	#space .illust4 {
        width: 160px;
        left: -10px;
        top: 180px;
    }
	#space .space_block.eat .space_txt {
        padding-left: 180px;
    }
	#space .space_txt p.jp .s {
		font-size: 60%;
	}
	#space .illust5 {
		width: 60px;
	}
	#space .illust6 {
		width: 80px;
	}
	#space .space_txt p.en {
		font-size: 1.2rem;
	}
	#info table th, #info table td {
		padding: 3px 0;
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	#info table td {
	  padding-left: 20px;
	}
	#chara01 {
		width: 10.25905vw;
	}
	#topics .topics_block li {
		width: calc(50% - 15px);
	}
	#archive-content .archive-content-list > li {
		width: calc(33.3333% - 15px);
	}
	#single-content .single-content-tl h1.title {
		font-size: 2.6rem;
	}
}

@media (max-width: 600px) {
	#index .index_txt p.jp {
        font-size: 2.0rem;
    }
	#index .illust1 {
        max-width: 74px;
        right: 2%;
        top: 230px;
    }
	#index .index_img {
		margin-top: 40px;
	}
	#space .space_block .square1,
	#space .space_block .square2 {
        width: 60px;
        height: 60px;
    }
    #space .space_block.play .square2 {
        left: 10px;
        top: -70px;
    }
	#space .illust2 {
        width: 110px;
        bottom: 160px;
    }
	#space .space_block {
        padding: 150px 0 0;
    }
	#space .space_txt p.jp {
        font-size: 1.7rem;
        line-height: 1.6;
    }
	#space .illust3 {
        width: 30px;
		top: 30px;
    }
	#space .illust4 {
		width: 100px;
        left: -50px;
        top: 100px;
    }
	#space .space_block.eat .space_txt {
        padding-left: 60px;
    }
	#space .space_txt p.en {
        font-size: 1.0rem;
    }
	#space .space_block.eat .square1 {
		top: -10px;
	}
	#space .space_block.eat .square2 {
        right: -20px;
        top: 20px;
    }
	#space .space_block.enjoy .square2 {
        left: -58px;
        top: 30px;
    }
	#space .space_block.enjoy .square1 {
        top: -16px;
        left: -20px;
    }
	#space .illust5 {
        width: 50px;
        top: 0;
        right: -14px;
    }
	#space .illust6 {
        width: 40px;
        top: 120px;
        right: -30px;
    }
	#space .space_block.play .square1 {
        top: -20px;
        left: -17px;
	}
    #space .space_block.play .space_img {
        top: 6px;
        left: 50px;
        width: 160px;
    }
    #space .space_block.eat .space_img {
        top: 30px;
        width: 170px;
        right: 10px;
    }
    #space .space_block.enjoy .space_img {
        top: 25px;
        left: 16px;
        width: 150px;
    }
	#shop .shop_block {
		width: 100%;
	}
	#shop .shop_flex {
		flex-wrap: wrap;
	}
	#shop .shop_block.caetla .logo {
		max-width: 140px;
	}
    #single-content .txt .p-10 {
	padding: 5px;
}
    #single-content .txt .p-20 {
        padding: 10px;
    }
    #single-content .txt .p-30 {
        padding: 15px;
    }
    #single-content .txt h2 {
	font-size: 2rem;
	margin-bottom: 5px;
    padding: 15px;
    }
	#info table th, #info table td {
        padding: 2px 0;
        font-size: 1.6rem;
    }
	#info table td {
	  padding-left: 20px;
	}
	#info .info_txt .attention {
		font-size: 1.1rem;
	}
	#shop .shop_info .igicon {
        width: 36px;
        height: 36px;
        padding: 6px;
	}
	#archive-content .archive-content-list > li {
		width: calc(50% - 15px);
	}
	#page_tl h1 {
		font-size: 2.8rem;
	}
	#archive-content .archive-content-list > li .tl {
		font-size: 1.5rem;
	}
}






/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
footer {
  padding: 80px 0;
}
.footer_logo {
	margin-bottom: 10px;
}
.footer_logo .logo {
  max-width: 240px;
  margin: 0 auto;
}

.footer_logo_ms {
  position: absolute;
  top: -50px;
  left: -50px;
}
.footer_logo .bubble {
  position: relative;
  display: inline-block;
  padding: 13px 10px;
  min-width: 90px;
  max-width: 100%;
  color: #000;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 2px;
  background: #EFEFEF;
  border-radius: 50%;
  transform: rotate(-14deg);
}
.footer_logo .bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 12px solid #EFEFEF;
}
.footer_logo .bubble p {
  margin: 0;
  padding: 0;
}
.footer_info .place {
  letter-spacing: 1.5px;
}
.footer_info .tel {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  margin-top: 16px;
}
.footer_insta .instagram-posts {
    display: flex;
	flex-wrap: wrap;
    gap: 14px;
	margin-top: 20px;
}
.footer_insta .instagram-posts .item {
    width: calc(25% - 14px);
    box-sizing: border-box;
	position: relative;
}
.footer_insta .instagram-posts .item img {
    width: 100%;  /* 親要素の幅に合わせる */
    height: 100%; /* 親要素の高さに合わせる */
    object-fit: cover; /* 画像の縦横比を保ちながら親要素に合わせてトリミング */
}



footer .copy {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 600px) {
	.footer_info .tel {
		font-size: 2.6rem;
	}
	.footer_logo_ms {
		top: -36px;
		left: -36px;
	}
	.footer_logo .bubble {
		padding: 10px;
		min-width: 70px;
		font-size: 1.3rem;
		letter-spacing: 1px;
	}
	.footer_logo .bubble:before {
		margin-left: -6px;
		border: 6px solid transparent;
		border-top: 8px solid #EFEFEF;
	}
	.chara01On #chara01 {
		left: 2.083333vw;
		width: 18.25905vw;
	}
    .chara02On #chara02 {
        left: 0.083333vw;
        width: 22.25905vw;
        bottom: 19.666667vw;
    }
	.footer_insta .instagram-posts .item {
		width: calc(50% - 14px);
	}
}



