<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
  font-size: 30px;
}
body {
  font-family: '秀英丸ゴシック L', 'Shuei MaruGo L', sans-serif;
  color: #312726;
}

@media screen and (max-width: 2000px) {
  html {
    font-size: 1.5vw;
  }
}

.sp {
  display: none;
}

header {
  background: #fffdf8;
  padding: .83rem 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.header_content {
  width: 94.35%;
  max-width: 1887px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_h {
  max-width: 7.6vw;
}
.g_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: .67rem;
  letter-spacing: .3em;
  width: 61.3%;
  color: #1f180e;
}
.g_navi &gt; * {
  display: flex;
  align-items: center;
}
.g_navi &gt; *::before {
  content: '●';
  display: inline-block;
  font-size: .5rem;
  color: rgb(212 124 43);
}

.btn01 {
  background: #312726;
  color: #FFF;
  font-size: .67rem;
  padding: .57rem 1.73rem .57rem 1.5rem;
  border-radius: 10rem;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  font-family: 'リュウミン L-KL', 'Ryumin Light KL', serif;
}
.btn01::before {
  content: '';
  display: inline-block;
  background: url(../images/bg_mail.webp) no-repeat center/cover;
  width: .7rem;
  height: .57rem;
  margin-right: .63rem;
}

.pc img{
  object-fit: cover;
  aspect-ratio: 2000/900;
  height: auto;
}
.mv {
    position: relative;
    background: url(../images/mv.webp) no-repeat center;
    background-size: cover;
    height: 44.6vw;
    margin-top: 5.7vw;
}
.mv .title {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 16rem;
    transform: translateX(-50%);
    z-index: 9999;
}
.mv .bg {
margin-top: 3%;
}
.mv .bg &gt; * {
  left: 0;
  top: 0;
  transform: scale(1.1);
}
@keyframes zoomUp {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
  }
}
.mv .bg .active {
  animation: zoomUp 4s;
}

.container {
  width: 81.25%;
  max-width: 1620px;
  margin: auto;
}

.ttl01 {
  display: block;
  font-size: 1.17rem;
  letter-spacing: .5em;
  margin-right: -.5em;
  color: #d37d2b;
  font-family: serif;
}
.ttl01 span{
    font-weight: bold;
    font-size: 130%;
}
.ttl01::before {
  content: '';
  display: block;
  margin: 0 auto .5rem;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.concept {
  position: relative;
  background: #fff;
  padding: 15vw 0 1.43rem;
  padding-bottom: 22%;
  font-family: serif;
}
.concept-img {
    width: 50%;
    margin: 0 auto;
}
.concept .txt01 {
  max-width: 66.23%;
  margin: 0 auto 3rem;
  color:#d37d2b;
  font-size: 1.17rem;
  line-height: 1.8;
  letter-spacing: .1em;
  margin-bottom: 4%;
}
.concept .ttl01 span {
    font-size: 130%;
}

.scroll {
  margin-top: -3%;
}
.scroll .txt02 {
  height: .4rem;
  width: auto;
  margin-bottom: .47rem;
}
.scroll .animation {
  width: 1px;
  margin: auto;
  height: 2.6rem;
  background: #d37d2b;
  animation: 2.0s linear infinite scrollbtnanimation;
}
@keyframes scrollbtnanimation {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  30% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  30.1% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  60% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.scroll::after {
  content: '';
  display: inline-block;
  width: .63rem;
  height: .73rem;
  background: url(../images/icn_star.webp) no-repeat center/cover;
}

.cta{
  max-width: 600px;
  margin: 0 auto;
}
.cta a{
  display: block;
  margin-bottom: 30px;
}
.cta a:last-child{
  margin-bottom: 0px;
}

.menu {
  padding: 3.33rem 0 2.23rem;
  margin-top: -14%;
  padding-bottom: 8%;
  position: relative;
  z-index: 2000;
}
.menu .ttl01 {
  margin-bottom: 2.8rem;
  color: #312726;
  text-align: center;
  font-family: serif;
}
.menu .list_menu {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: -1%;
}
.berthday_gift {
    padding: 2.23rem 0 0;
    width: 50%;
    margin: 0 auto;
}
.studio {
  background: url(../images/bg_studio.webp) no-repeat center/cover;
  padding: 2.93rem 0 10.65vw;
  overflow: hidden;
}
.studio .ttl01 {
  margin-bottom: 2.17rem;
  color: #312726;
  text-align: center;
}
.studio .box_studio01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.studio .box_studio01:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.studio .box_studio01 {
  margin-bottom: 2.67rem;
}
.studio .box_studio01_last {
  margin-bottom: 6rem !important;
}
.studio .box_studio01 &gt; * {
  width: 50%;
}
.studio .content {
padding-bottom: 10%;
}
.studio .box_studio01 .wrap_img01 {
  position: relative;
}
.studio .box_studio01 .img01 {
  position: absolute;
  width: 45vw;
  height: 100%;
  margin-right: 5vw;
  right: 0;
  overflow: hidden;
}
.studio .box_studio01 .img01 img {
  max-width: none;
  width: 100%;
}
.studio .box_studio01:nth-of-type(2n) .img01 {
  margin-left: 5vw;
  margin-right: 0;
  left: 0;
  right: auto;
}
.studio .box_studio01 .ttl02 {
  display: flex;
  align-items: center;
  margin-bottom: 1.08rem;
  font-size: .87rem;
  letter-spacing: .3em;
  font-family: serif;
}
.studio .box_studio01 .ttl02::before {
  content: '';
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.studio .box_studio01:nth-of-type(1) .ttl02 {
  color: #f18e8e;
}
.studio .box_studio01:nth-of-type(1) .ttl02::before {
  background-image: url(../images/bg_ttl_studio01.webp);
  width: 11rem;
  height: 2rem;
  margin-right: 5%;
}
.studio .box_studio01:nth-of-type(2) .ttl02 {
  color: #eda182;
}
.studio .box_studio01:nth-of-type(2) .ttl02::before {
  background-image: url(../images/bg_ttl_studio02.webp);
  width: 15rem;
  height: 2rem;
  margin-right: 5%;
}
.studio .box_studio01:nth-of-type(3) .ttl02 {
  color: #86a7d7;
}
.studio .box_studio01:nth-of-type(3) .ttl02::before {
  background-image: url(../images/bg_ttl_studio03.webp);
  width: 10rem;
  height: 2rem;
  margin-right: 5%;
}
.studio .box_studio01:nth-of-type(4) .ttl02 {
  color: #d6924e;
}
.studio .box_studio01:nth-of-type(4) .ttl02::before {
  background-image: url(../images/bg_ttl_studio04.webp);
  width: 10rem;
  height: 2rem;
  margin-right: 5%;
}
.studio .box_studio01:nth-of-type(5) .ttl02 {
  color: #afa873;
}
.studio .box_studio01:nth-of-type(5) .ttl02::before {
  background-image: url(../images/bg_ttl_studio05.webp);
  width: 9.3rem;
  height: 1.83rem;
  margin-right: 1.13rem;
}
.studio .box_studio01:nth-of-type(6) .ttl02 {
  color: #b39d7b;
}
.studio .box_studio01:nth-of-type(6) .ttl02::before {
  background-image: url(../images/bg_ttl_studio06.webp);
  width: 10.97rem;
  height: 1.83rem;
  margin-right: .93rem;
}
.studio .box_studio01 .txt03 {
  font-size: 1rem;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1.13rem;
  font-family: serif;
}
.gallery_box ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.gallery_box ul li {
  width: 22.22%;
}
.gallery_box ul li:not(:nth-of-type(4n)) {
  margin-right: 3.7%;
}
.gallery_box ul li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {
  margin-top: .9rem;
}
.gallery_box ul li img:hover {
  opacity: 0.7;
}
.gallery_box_last{
margin-right: 0 !important;
margin-left: 3.7%;
}

.studio-cta{
  margin-top: 1%;
}

.plan {
 
  padding: 0 0 3.77rem;
  position: relative;
  padding-top: 4%;
  padding-bottom: 10%;
}

.plan .container {
  position: relative;
  z-index: 10;
}
.plan .ttl01 {
  margin-bottom: 2.53rem;
  color: #312726;
  text-align: center;
}
.plan .list_tabs01 {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.plan .list_tabs01 button {
  color: #FFF;
  background:#e7c5be;
  font-size: 1.27rem;
  font-weight: bold;
  padding: .63rem;
  width: 7rem;
  border-radius: .57rem;
  margin: 0 2.57rem;
  cursor: pointer;
  letter-spacing: .1em;
  font-family: '秀英丸ゴシック L', 'Shuei MaruGo L', sans-serif;
  border: 0;
}


.plan .list_plan01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 4rem;
  margin-top: 80px;
}
.plan .list_plan01_bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4rem;
  margin-top: 125px;
}
.plan .list_plan01 &gt; * {
  width: 31.48%;
}
.plan .list_plan01 &gt; *:not(:last-of-type) {
  margin-right: 5rem;
}
.plan .list_plan01_bottom &gt; *:not(:last-of-type) {
  margin-right: 3rem;
}
.plan .list_plan01.col3 &gt; *:not(:last-of-type) {
  margin-right: 1.67rem;
}
.plan .list_plan01 &gt; li &gt; img {
  transform: scale(1.0517);
}
.plan .tab01 .cta01:not(:last-of-type) {
  margin-bottom: 2.87rem;
}



.news {
  background-image: -moz-linear-gradient( 90deg, rgba(255,232,195,0.99608) 0%, rgb(255,232,195) 0%, rgb(228,161,151) 100%, rgb(228,161,151) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(255,232,195,0.99608) 0%, rgb(255,232,195) 0%, rgb(228,161,151) 100%, rgb(228,161,151) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(255,232,195,0.99608) 0%, rgb(255,232,195) 0%, rgb(228,161,151) 100%, rgb(228,161,151) 100%);
  padding: 2.3rem 0 6.57rem;
}
.news .ttl01 {
  margin-bottom: 3.5rem;
  color: #FFF;
  text-align: center;
}
.list_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.6rem;
}
.list_news &gt; * {
  width: 32.41%;
  text-align: left;
}
.list_news &gt; *:nth-of-type(4) {
  display: none;
}
.list_news .thum {
  margin-bottom: .57rem;
}
.list_news .thum img{
  aspect-ratio: 525/350 !important;
  object-fit: cover;
  height: auto;
}
.list_news .data {
  font-size: 1.17rem;
  color: #878787;
  margin-bottom: .77rem;
  display: flex;
  align-items: center;
}
.list_news .cat {
  background: #ac8429;
  color: #FFF;
  font-size: .83rem;
  padding: .1rem .67rem;
  margin-right: .43rem;
}
.list_news .ttl02 {
  font-weight: bold;
}
.list_news .ttl02::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.73rem;
  background: url(../images/icn_more.webp) no-repeat right/contain;
  margin-top: 1.5rem;
}
.news .link_more {
  background: #FFF;
  font-size: 1.17rem;
  padding: .43rem 3.6rem;
  border-radius: 10rem;
  color: #3b3c47;
  letter-spacing: .3em;
}

.access {
  background: #312726;

  color: #FFF;
  padding-top: 6%;
  padding-bottom: 14%;
}
.access .ttl01 {
  margin-bottom: 2.63rem;
  text-align: center;
}
.access .img01 {
  max-width: none;
  width: 100%;
  max-height: 800px;
}
.access .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}
.access .map {
  width: 50%;
}
.access .map iframe {
  width: 100%;
  height: 110%;
}
.access .content {
  width: 46.3%;
}
.access .tbl01 {
  width: 100%;
  line-height: 1.5;
  border-collapse: collapse;
  margin-top: .77rem;
  font-size: .83rem;
}
.access .tbl01 th {
  vertical-align: top;
}
.access .tbl01 th span {
  display: block;
  width: 4.73rem;
  padding: .27rem;
  white-space: nowrap;
  background: #FFF;
  border-radius: 10rem;
  text-align: center;
  color: #312726;
  letter-spacing: .2em;
}
.access .tbl01 td {
  text-align: left;
}
.access .tbl01 tr:not(:last-of-type) &gt; * {
  padding-bottom: 1rem;
}

footer {
  background: #e38d86;
  padding: 2.4rem 0;
}
.footer_content {
  width: 90%;
  max-width: 1800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_content .logo_f {
  margin-left: 6.03rem;
  max-width: 8.2rem;
}
.list_sns {
  display: flex;
  flex-direction: column;
}
.list_sns &gt; * {
  width: 9.67rem;
}
.list_sns &gt; *:not(:last-of-type) {
  margin-bottom: .7rem;
}
.list_sns a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.57rem;
  background: #fcf5e9;
  border-radius: 10rem;
  text-align: center;
  font-size: .6rem;
  color: #e38d86;
  padding-left: 2.27rem;
  box-sizing: border-box;
}
.list_sns a::before {
  content: '';
  display: inline-block;
}
.list_sns .mail::before {
  width: .83rem;
  height: .63rem;
  background: url(../images/icn_mail.webp) no-repeat center/contain;
  margin-right: .77rem;
}
.list_sns .insta::before {
  width: .8rem;
  height: .8rem;
  background: url(../images/icn_insta.webp) no-repeat center/contain;
  margin-right: .77rem;
}
.list_sns .fb::before {
  width: .7rem;
  height: .7rem;
  background: url(../images/icn_fb.webp) no-repeat center/contain;
  margin-right: .87rem;
}


@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: initial;
  }
  html {
    font-size: 3.75vw;
  }

  header {
    background: none;
    padding: 4.75vw 0 0;
  }
  .header_content {
    width: 93.38%;
  }
  .logo_h {
    max-width: 16.5vw;
    z-index: 100;
  }

  .hamburger {
    width: 12.38vw;
    height: 11.13vw;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #312726;
    border-radius: 0 0 0 5.13vw;
    padding-top: 2.5vw;
    box-sizing: border-box;
  }
  .hamburger span {
    display: block;
    width: 6.13vw;
    height: .38vw;
    background-color: #FFF;
  }
  .hamburger span:not(:last-child) {
    margin-bottom: 2.25vw;
  }

  .g_navi {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #FFF;
    padding: 24.5vw 8.75vw 12.13vw;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.33rem;
    box-sizing: border-box;
  }
  .g_navi::before {
    content: '';
    display: block;
    width: 100%;
    height: 14.5vw;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sp/logo_hamburger.webp) no-repeat 3.13vw 4.88vw/16.5vw 6.63vw #312726;
    border-radius: 0 0 4vw 4vw;
  }
  .g_navi &gt; *::before {
    display: none;
  }
  .g_navi &gt; *:not(:last-of-type) {
    border-bottom: 1px solid #312726;
    padding: 4.63vw 0 2.5vw;
    width: 100%;
  }
  .g_navi &gt; *:last-of-type {
    padding: 9.63vw 0 0;
    width: 100%;
  }
  .g_navi .list_sns {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .g_navi .list_sns &gt; * {
    width: 39vw;
    margin: 0 !important;
  }
  .g_navi .list_sns a {
    height: 1.67rem;
    font-size: .63rem;
    padding: 0;
    justify-content: center;
    letter-spacing: 0;
    background: #312726;
    color: #FFF;
  }
  .g_navi .list_sns .mail::before {
    margin-right: .33rem;
    background-image: url(../images/sp/icn_mail.webp);
  }
  .g_navi .list_sns .insta::before {
    margin-right: .87rem;
    background-image: url(../images/sp/icn_insta.webp);
  }
  .g_navi a[href^='#']::after {
    content: '';
    display: block;
    margin-top: .37rem;
  }
  .g_navi a[href*='top']::after {
    background: url(../images/sp/navi_top.webp) no-repeat center/contain;
    width: 4.88vw;
    height: 1.38vw;
  }
  .g_navi a[href*='concept']::after {
    background: url(../images/sp/navi_concept.webp) no-repeat center/contain;
    width: 11.63vw;
    height: 1.38vw;
  }
  .g_navi a[href*='shop']::after {
    background: url(../images/sp/navi_shop.webp) no-repeat center/contain;
    width: 6.75vw;
    height: 1.38vw;
  }
  .g_navi a[href*='menu']::after {
    background: url(../images/sp/navi_menu.webp) no-repeat center/contain;
    width: 17.38vw;
    height: 1.38vw;
  }
  .g_navi a[href*='studio']::after {
    background: url(../images/sp/navi_studio.webp) no-repeat center/contain;
    width: 9.75vw;
    height: 1.38vw;
  }
  .g_navi a[href*='plan']::after {
    background: url(../images/sp/navi_plan.webp) no-repeat center/contain;
    width: 6.5vw;
    height: 1.38vw;
  }
  .g_navi a[href*='coordinate']::after {
    background: url(../images/sp/navi_coordinate.webp) no-repeat center/contain;
    width: 17.25vw;
    height: 1.5vw;
  }
  .g_navi a[href*='access']::after {
    background: url(../images/sp/navi_access.webp) no-repeat center/contain;
    width: 9.63vw;
    height: 1.38vw;
  }

    .mv {
        position: relative;
        background: url(../images/mv_sp.webp) no-repeat center;
        background-size: contain;
        height: 113vw;
        width: 100%;
        margin-top: 0;
    }
    .mv .title {
        width: 70vw;
        top: 70vw;
    }


  .concept {
    background: #fff;
    padding: 10vw 0;
    
  }
  .concept .ttl01 span {
    font-size: 150%;
  }
  .concept-img {
    width: 75%;
    margin: 0 auto;
  }
  
  .ttl01 {
    font-size: .7rem;
  }
  .concept .ttl01 {
    margin-bottom: 5.38vw;
  }
  .concept .ttl01::before {
    height: 2.88vw;
    max-width: 30%;
  }
  .concept .txt01 {
    margin-bottom: 6.88vw;
    line-height: 1.96;
    font-size: .93rem;
    max-width: none;
  }
  .concept .txt02 {
    height: 1.5vw;
    margin-bottom: 1.63vw;
  }
  .scroll .animation {
    height: 9.75vw;
  }
  .scroll::after {
    width: 2.38vw;
    height: 2.75vw;
  }

  .menu {
    padding: 7.13vw 0 7.13vw;
    margin-top: -5rem;
    padding-bottom: 20%;
  }
  .menu .ttl01 {
    margin-bottom: 15vw;
  }
  .menu .ttl01::before {
    height: 7vw;
  max-width: 51%;
  }
  .menu .txt01 {
    font-size: 1.17rem;
    line-height: 1.14;
    margin-bottom: .9rem;
  }
  .menu .list_menu {
    margin-bottom: 15vw;
  }
  .menu .list_menu &gt; * {
    width: 100%;
  }
  .berthday_gift {
    width: 80%;
  }
  .cta a{
    display: block;
    margin-bottom: 16px;
  }

  .ttl01 span {
    font-size: 150%;
  }

  .studio {
    padding: 6.5vw 0 19.38vw;
    background: url(../images/sp/bg_studio.webp) no-repeat center/cover;
  }
  .studio .ttl01 {
    margin-bottom: 9.38vw;
  }
  .studio .ttl01::before {
    height: 6vw;
    max-width: 25vw;
  }
  .studio .txt01 {
    font-size: 1.07rem;
    margin-bottom: 1.9rem;
  }
  .studio .box_studio01 {
    margin-bottom: 0vw;
  }
  .studio .box_studio01_last {
    margin-bottom: 3rem !important;
  }
  .studio .box_studio01:nth-of-type(2n) {
    flex-direction: column;
  }
  .studio .box_studio01 &gt; * {
    width: 100%;
  }
  .studio .box_studio01 .wrap_img01 {
    width: 100vw;
    margin: 0 0 2.75vw -9.38vw;
  }
  .studio .box_studio01 .img01 {
    position: relative;
    width: 100vw;
    margin: 0;
  }
  .studio .box_studio01:nth-of-type(2n) .img01 {
    margin-left: 0;
  }
  .studio .box_studio01 .ttl02 {
    font-size: .87rem;
    margin-bottom: 2.5vw;
    flex-direction: column;
  }
  .studio .box_studio01 .ttl02::before {
    display: block;
    margin: 0 0 2.63vw 0 !important; 
    background-position: center;
  }
  .studio .box_studio01:nth-of-type(1) .ttl02::before {
    background-image: url(../images/sp/bg_ttl_studio01.webp);
    width: 36.38vw;
    height: 14.38vw;
  }
  .studio .box_studio01:nth-of-type(2) .ttl02::before {
    background-image: url(../images/sp/bg_ttl_studio02.webp);
    width: 44.25vw;
    height: 14.25vw;
  }
  .studio .box_studio01:nth-of-type(3) .ttl02::before {
    background-image: url(../images/sp/bg_ttl_studio03.webp);
    width: 30vw;
    height: 14.38vw;
  }
  .studio .box_studio01:nth-of-type(4) .ttl02::before {
    background-image: url(../images/sp/bg_ttl_studio04.webp);
    width: 30vw;
    height: 14.38vw;
  }
  .studio .box_studio01:nth-of-type(5) .ttl02::before {
    background-image: url(../images/sp/bg_ttl_studio05.webp);
    width: 25.38vw;
    height: 14.38vw;
  }

  .studio .box_studio01 .txt03 {
    font-size: .83rem;
    line-height: 1.6;
    letter-spacing: .1em;
    text-align: center;
  }

  .gallery_box ul li {
    width: 30.77%;
    margin: 0 !important;
  }
  .gallery_box ul li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    margin-top: 3.13vw !important;
  }


  .gallery_box ul li:nth-child(2),
  .gallery_box ul li:nth-child(3),
  .gallery_box ul li:nth-child(5),
  .gallery_box ul li:nth-child(6),
  .gallery_box ul li:nth-child(8),
  .gallery_box ul li:nth-child(9),
  .gallery_box ul li:nth-child(11),
  .gallery_box ul li:nth-child(12),
  .gallery_box ul li:nth-child(14),
  .gallery_box ul li:nth-child(15),
  .gallery_box ul li:nth-child(17),
  .gallery_box ul li:nth-child(18) {
    margin-left: 3.7% !important;
  }

  .plan {
    padding: 4.5vw 0 9.13vw;
    padding-bottom: 40%;

  }
  .plan .ttl01 {
    margin-bottom: 1.9rem;
  }
  .plan .ttl01::before {
    max-width: 18vw;
  }
  .plan .list_tabs01 {
    width: 100%;
  }
  .plan .list_tabs01 button {
    font-size: 1.17rem;
    width: 25.63vw;
    padding: .6rem 0;
    box-sizing: border-box;
    margin: 0;
  }
  .plan .tab01 {
    margin-top: 3rem;
  }
  .plan .list_plan01 {
    flex-wrap: wrap;
    margin: auto;
    width: 93.85%;
  }
  .plan .list_plan01 &gt; * {
    max-width: none;
    width: 100%;
    margin: 0 0 12.5vw 0 !important;
  }
  .plan .list_plan01 li &gt; img {
    transform: none;
  }
  .plan .list_plan01 .cta01 {
    margin-left: -7.25vw;
  }
 
  .plan .tab01 &gt; .cta01:last-of-type {
    margin-bottom: 0;
  }
  
  .coordinate {
    padding: 6vw 0 12.5vw;
  }
  .coordinate .ttl01::before {
    height: 2.88vw;
  }
  .list_coordinate {
    grid-template-columns: 38.75vw 38.75vw;
    grid-template-rows: 55.38vw 55.38vw 55.38vw 55.38vw 55.38vw 55.38vw;
    gap: 4.25vw 3.5vw;
    margin-bottom: 12.5vw;
  }

  .news {
    padding: 7vw 0 11.63vw;
  }
  .news .ttl01 {
    margin-bottom: 5.5vw;
  }
  .news .ttl01::before {
    height: 6vw;
    max-width: 23%;
  }
  .list_news {
    width: 91.25vw;
    margin: 0 0 5vw -5vw;
  }
  .list_news &gt; * {
    width: 48.9%;
  }
  .list_news &gt; *:nth-of-type(4) {
    display: block;
  }
  .list_news &gt; *:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 5.38vw;
  }
  .list_news .cat {
    font-size: .57rem;
    margin-right: .3rem;
  }
  .list_news .data {
    font-size: .8rem;
    margin-bottom: .1rem;
  }
  .list_news .ttl02::after {
    height: 1.17rem;
    margin-top: .5rem;
  }
  .news .link_more {
    font-size: .67rem;
    padding: .87rem;
    display: block;
  }


  .access {
    padding: 7.5vw 0 13.63vw;
  }
  .access .ttl01 {
    margin-bottom: 5.5vw;
  }
  .access .ttl01::before {
    height: 6vw;
    max-width: 25vw;
  }
  .access .flex {
    margin-top: 5vw;
  }
  .access .map,
  .access .content {
    width: 100%;
  }
  .access .map {
    height: 37.5vw;
    margin-bottom: 13.75vw;
  }
  .access .tbl01 {
    font-size: .87rem;
    line-height: 1.54;
  }
  .access .tbl01 td {
    padding-left: 1.4rem;
  }

  footer {
    padding: 8vw 0 34.13vw;
    padding-bottom: 30%;
  }
  .footer_content {
    flex-direction: column;
  }
  .footer_content .logo_f {
    margin: 0 0 1.33rem;
    max-width: 27.75vw;
  }
  .footer_content .list_sns {
    flex-direction: row;
  }
  .footer_content .list_sns a {
    font-size: 0;
    padding-left: 0;
    justify-content: center;
    border-radius: 50%;
    width: 1.57rem;
    height: 1.57rem;
  }
  .footer_content .list_sns &gt; *:not(:last-of-type) {
  }
  .footer_content .list_sns &gt; * {
    margin: 0 .95rem 0;
    width: auto;
  }
  .list_sns .mail::before {
    width: .93rem;
    height: .73rem;
    margin-right: 0;
  }
  .list_sns .insta::before {
    width: .9rem;
    height: .9rem;
    margin-right: 0;
  }
  .list_sns .fb::before {
    background-image: url(../images/sp/icn_fb.webp);
    width: .5rem;
    height: 1rem;
    margin-right: 0;
  }
}
.odori_wp ul li {
    max-width: 500px;
    margin: 0 auto 50px;
}
.odori_wp ul li a:hover {
    opacity: 0.7;
}</pre></body></html>