* {
    margin: 0px;
    padding: 0px;
}


body{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: 100%;
    background-color: #fcfcfc;
    background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.wrap {
	overflow: hidden;
}

@media screen and (min-width: 1024px)  {
    #main{
        text-align: center;
        width: 1024px;
        background-color: #ffffff;
        margin:0 auto;
        padding: 0em;
    }
    #dial {
        display: none;
    }
    #telnum{
        display:block;
        padding: 0em 0.0em 0em 0em;
        margin: 0em 0em 0em 0em;
        font-size:  1.3em;
        font-weight: bold;
        height:1em;
        text-align:bottom;
        color: #000000;/*文字色*/
        float: right;
    }
    #footer{
        width:1000px;
        background: #dbeaac;
        margin:0 auto;
        padding:0 auto;
    }
    #nav-content{
        width: 30vw;/*右側に隙間を作る*/
    }
}
@media screen and (max-width: 1023px)  {
    #main{
        text-align: center;
        width: 90vw;
        background-color: #ffffff;
        margin:0 auto;
        padding: 1em;
    }
    #dial{
        display:block;
        padding: 0.2em 0.2em 0em 0.2em;
        margin: 0em 0em 0em 0em;
        font-weight: bold;
        font-size:  1em;
        text-decoration: none;
        height: 1.6em;
        color: #000000;/*文字色*/
        background-color: #fef9fb;
        box-shadow: none;
        border:none;
        border-radius: 8px; /*線*/
        float: right;
    }
    #telnum{
        display: none;
    }
    #footer{
        width:96vw;
        background: #dbeaac;
        margin:0 auto;
        padding:0 auto;
    }
    #nav-content{
        width: 80vw;/*右側に隙間を作る*/
    }
}

header {
    position: fixed;
    height: 31px;
    width:100vw;
    padding:0.1em 0em 0em 0em;
    margin: 0;
    background: #dbeaac;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
    display:none;
}
#nav-drawer {
    padding:0;
    margin: 0 auto;
    height: 3.4em;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
/*ナビアイコンのスペース*/
#nav-open {
    height:1em;
    padding: 0.2em 0.6em 0.6em 0.6em;
    margin: 0em 0em 0em 0em;
    font-weight: bold;
    font-size: 1em;
    color: #000000;/*文字色*/
    background: #fef9fb;
    border-radius: 8px; /*線*/
    float: left;
}
#nav-dummy{
    width: 0px;
    padding: 0px;
    margin: 0px;
}
#nav-logo{
    position: fixed;
    top: 0.1em;
    left: calc(50% - 5em/2);
    height: 2.5em;
}


/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    padding: 0;
    margin: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    max-width: 100;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
    border-right: none;
    background-color: #dbeaac;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

@media screen and (min-width: 1620px)  {
    #nav-open,
    #nav-close {
        display: none;
    }
    #nav-content,
    #nav-input:checked ~ #nav-content {
        width: 280px;
        -webkit-transform: none;
        transform: none;
        box-shadow: none;
    }
}

div.menus{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0.35em;
    padding: 1em 0.35em;
    margin: 0 0 0 0;
}


a.inner{
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 2.85em;
    padding: 0.45em 0.8em;
    margin: 0.25em auto;
    width: 88%;
    border: 1px solid #d6b6c5;/*線*/
    border-left: 5px solid #9a2452;
    color: #3b2230;/*文字色*/
    border-radius: 8px; /*線*/
    background: linear-gradient(180deg, #ffffff 0%, #fff7fb 100%);
    background-color: #fff7fb;
    box-shadow: 0 2px 0 #b9c97a, 0 6px 14px rgba(80, 100, 42, 0.12);
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.35;
    text-align:center;
    text-decoration: none;
    transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, border-color 120ms ease;
}
a.inner > p {
    flex: 1 1 auto;
    margin: 0.1em 0.2em;
    width:auto;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-align: center;
    word-break: normal;
}
#nav-access > p {
    text-align: center;
}
a.inner:hover,
a.inner:focus-visible {
    border-color: #c88aa5;
    border-left-color: #ef3f98;
    background: linear-gradient(180deg, #ffffff 0%, #ffeef7 100%);
    box-shadow: 0 3px 0 #a9bb69, 0 8px 18px rgba(80, 100, 42, 0.16);
    color: #2f1725;
    transform: translateY(-1px);
}
a.inner:active {
    box-shadow: 0 1px 0 #a9bb69, 0 4px 10px rgba(80, 100, 42, 0.14);
    transform: translateY(1px);
}
#menu-top {
    width:1em;
    height:30px;
    max-width:100%;
    max-height:100%;
    border: #dbeaac;
    background-color: #dbeaac;
}

#menu-bottom {
    width:10%;
    height:100%;
    max-width:100%;
    max-height:100%;
    border: #dbeaac;
    background-color: #dbeaac;
}


#footerbackground{
    padding:0.2em;
    width: 100%;
    background: #dbeaac;
}
#footer{
    background: #dbeaac;
    margin:0 auto;
    padding:0 auto;
}
div.footinline {
    width:250px;
    padding: 1em 2em 1em 2em;
    display: inline-block;
}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
  }
  
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }
  
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 0%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
  }
  
  .modal-wrapper .modal-window .modal-content {
    max-height: 1vh;
    height:1vh;
    width:1vw;
    overflow-y: auto;
  }
  
  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }
  
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
  }
  
  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
  }

#dialogContent {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 350px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: #dddddd;
    text-align: center;
    border: solid 1px;
    border-radius: 8px; /*線*/
}
#dialogtitle{
    height: 32px;
    width:300px;
    padding:0em 0em 0em 0em;
    margin: 0;
    text-align:center;
    border-radius: 8px 8px 0 0;
    background: #dbeaac;
}
#dialogtitle{
    font-size:1.4em;
    background: #dbeaac;
}
#dialogMsg{
    text-align: center;
    margin:0.8em 0em 0.8em 0em;
}
a.btn{
    box-sizing: border-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    min-height: 2.8em;
    padding: 0.65em 1.2em;
    margin: 0.4em auto;
    width: min(88%, 420px);
    border: 1px solid #8ca653;/*線*/
    border-bottom-color: #6f853f;
    border-radius: 8px;
    color: #30431e;/*文字色*/
    background: linear-gradient(180deg, #f9fff0 0%, #dbeaad 100%);
    box-shadow: 0 2px 0 #b6c77c, 0 5px 12px rgba(80, 100, 42, 0.14);
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.35;
    text-align:center;
    text-decoration: none;
    transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}
a.btn::after {
    content: '>';
    margin-left: 0.55em;
    color: #9a2452;
    font-weight: 800;
}
a.btn:hover,
a.btn:focus-visible {
    background: linear-gradient(180deg, #ffffff 0%, #e6f2bd 100%);
    box-shadow: 0 3px 0 #a8bb69, 0 7px 14px rgba(80, 100, 42, 0.18);
    color: #243317;
    transform: translateY(-1px);
}
a.btn:active {
    box-shadow: 0 1px 0 #a8bb69, 0 3px 8px rgba(80, 100, 42, 0.16);
    transform: translateY(1px);
}
.top-dummy-space{
    height:50px;
}

.responboxs {
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align: top;
    width: 330px;               /* 幅指定 */
    text-align: center;
    margin: 0.5em 0.1em 0.5em 0.1em;
}

hr.bold {
    width:100%;
	height: 12px;
	background: linear-gradient(-70deg,transparent 35%,#dbeaac 45%, #dbeaac 55%,transparent 65%);
	background-size: 8px 12px;
	border: none;
}
hr.style1 {
    border: 1px solid transparent;
    border-top: 3px dashed #dbeaac;
    background: #ffffff;
}


h3 {
    word-break:keep-all;
}
p {
    text-align: left;
}
.button-cta-wrap {
    text-align: center;
    margin: 0.8em auto;
}
#dialogtitle > p{
    text-align: center;
}
#dialogMsg > p {
    text-align: center;
}
.banner {
    width: 100%;
    border-radius: 8px;
}

#syoukai {
    width:90%;
    word-break: normal;
    font-weight: bold; 
    line-height: 2.5em;
    text-align: left;
    padding: 1.5em;
}

#page_top{
    width: 3em;
    height: 3em;
    position: fixed;
    right: 1em;
    bottom: 1em;
    background: #ef3f98;
    opacity: 0.6;
    border-radius: 50%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 3em;
    height: 3em;
    text-decoration: none;
  }
  #page_top a::before{
    content: '▲';
    font-size: 1em;
    color: #fff;
    position: absolute;
    width: 1em;
    height: 1em;
    top: -1.6em;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after{
    content: 'PAGE TOP';
    font-size: 0.5em;
    color: #fff;
    position: absolute;
    top: 2.6em;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

/* CMS generated styles */
.inner.active {
  border-color: #9a2452;
  border-left-color: #ef3f98;
  background: linear-gradient(180deg, #fff7fb 0%, #f3d8e4 100%);
  box-shadow: inset 0 0 0 1px rgba(154, 36, 82, 0.12), 0 2px 0 #9a2452, 0 6px 14px rgba(80, 100, 42, 0.16);
  color: #2f1725;
  font-weight: bold;
}

body.page-menu:has(#facial:target) #nav-menu.inner.active,
body.page-menu:has(#bridal:target) #nav-menu.inner.active {
  border-color: #d6b6c5;
  border-left-color: #9a2452;
  background: linear-gradient(180deg, #ffffff 0%, #fff7fb 100%);
  box-shadow: 0 2px 0 #b9c97a, 0 6px 14px rgba(80, 100, 42, 0.12);
  color: #3b2230;
}

body.page-menu:has(#facial:target) #nav-smallface,
body.page-menu:has(#bridal:target) #nav-bridal {
  border-color: #9a2452;
  border-left-color: #ef3f98;
  background: linear-gradient(180deg, #fff7fb 0%, #f3d8e4 100%);
  box-shadow: inset 0 0 0 1px rgba(154, 36, 82, 0.12), 0 2px 0 #9a2452, 0 6px 14px rgba(80, 100, 42, 0.16);
  color: #2f1725;
  font-weight: bold;
}

#main h1 {
  margin: 0.5em 0;
  font-size: 1.8em;
}

#main p {
  line-height: 1.9;
  margin: 0.6em 0;
}

.price-text {
  display: inline-block;
  font-weight: bold;
  color: #b00040;
}

.price-image-replacement {
  box-sizing: border-box;
  width: min(100%, 540px);
  margin: 1em auto;
  padding: 1em;
  border: 1px solid #e2c8d3;
  border-radius: 8px;
  background: #fffafd;
  color: #333;
  text-align: left;
}

.price-image-replacement h2 {
  margin: 0 0 0.75em;
  padding: 0 0 0.4em;
  border-bottom: 2px solid #e899b8;
  color: #9a2452;
  font-size: 1.25em;
}

.price-image-replacement ul {
  margin: 0;
  padding-left: 1.4em;
}

.price-image-replacement li,
.price-image-replacement p {
  line-height: 1.8;
  margin: 0.25em 0;
}

.cms-section {
  box-sizing: border-box;
  width: min(100%, 920px);
  margin: 0 auto 2em;
  padding: 0 1em;
}

.menu-page[id] {
  margin-top: 6em;
  margin-bottom: 6.5em;
  padding-top: 3.4em;
  border-top: 4px double #dbeaad;
  scroll-margin-top: 5.5em;
}

.menu-page[id] > h2:first-child {
  margin-top: 0;
}

.cms-section .lead {
  font-size: 1.08em;
}

.feature-section {
  text-align: center;
}

.feature-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.feature-section p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7em;
  margin: 1.2em auto;
  padding: 0;
  text-align: center;
}

.section-links a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75em;
  padding: 0.65em 1.05em;
  border: 1px solid #8ca653;
  border-bottom-color: #6f853f;
  border-radius: 8px;
  background: linear-gradient(180deg, #f9fff0 0%, #dbeaad 100%);
  box-shadow: 0 2px 0 #b6c77c, 0 5px 12px rgba(80, 100, 42, 0.14);
  color: #30431e;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.section-links a::after {
  content: ">";
  margin-left: 0.55em;
  color: #9a2452;
  font-weight: 800;
}

.section-links a:hover,
.section-links a:focus-visible {
  background: linear-gradient(180deg, #ffffff 0%, #e6f2bd 100%);
  box-shadow: 0 3px 0 #a8bb69, 0 7px 14px rgba(80, 100, 42, 0.18);
  color: #243317;
  transform: translateY(-1px);
}

.section-links a:active {
  box-shadow: 0 1px 0 #a8bb69, 0 3px 8px rgba(80, 100, 42, 0.16);
  transform: translateY(1px);
}

@media screen and (max-width: 560px) {
  .section-links a {
    width: 100%;
  }
}

.photo-block {
  margin: 1em auto;
  text-align: center;
}

.photo-block img,
.pack-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.photo-block.compact img {
  max-width: 320px;
}

.menu-list {
  display: grid;
  gap: 1em;
}

.menu-item {
  padding: 1em;
  border: 1px solid #ead5de;
  border-radius: 8px;
  background: #fff;
}

.menu-item h3,
.pack-card h3,
.notice-box h3 {
  margin-top: 0;
}

.menu-name {
  margin-top: 0;
}

.menu-price {
  display: inline-block;
  color: #9a2452;
  font-weight: bold;
  line-height: 1.4;
  text-align: inherit;
}

.menu-price-meta {
  margin-right: 0.25em;
  color: #5d4a52;
  font-size: 0.95em;
  font-weight: 600;
}

.menu-price-currency {
  display: inline-block;
  margin-right: 0.04em;
  font-size: 0.72em;
  vertical-align: 0.22em;
}

.menu-price-amount {
  font-size: 1.45em;
  letter-spacing: 0;
}

.menu-price-tax {
  margin-left: 0.15em;
  color: #5d4a52;
  font-size: 0.82em;
  font-weight: 600;
}

.price {
  font-weight: bold;
  color: #9a2452;
}

.notice-box {
  margin-top: 1em;
  padding: 1em;
  border-left: 4px solid #9a2452;
  border-radius: 8px;
  background: #fff7fb;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1em;
}

.pack-card {
  padding: 1em;
  border: 1px solid #ead5de;
  border-radius: 8px;
  background: #fff;
}

.pack-card .menu-name {
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.35;
}

.pack-card img {
  display: block;
  width: 185px;
  margin: 0 auto 0.75em;
}

.pack-price {
  text-align: right;
}

.responboxs {
  box-sizing: border-box;
  max-width: calc(100vw - 2em);
  padding: 0.75em;
  border-radius: 8px;
}

.responboxs img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.responboxs .map-frame {
  width: 100%;
  max-width: 300px;
  border: 0;
}

.access-detail {
  text-align: center;
}

.access-detail p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.phone-cta-wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: 1.2em auto;
  text-align: center;
}

.phone-cta {
  box-sizing: border-box;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 0.45em;
  width: min(100%, 440px);
  min-height: 5.4em;
  padding: 0.85em 1em;
  border: 2px solid #8ca653;
  border-bottom-color: #60782f;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #dbeaad 100%);
  box-shadow: 0 3px 0 #9fb861, 0 8px 18px rgba(80, 100, 42, 0.18);
  color: #243317;
  text-decoration: none;
}

.phone-cta:hover,
.phone-cta:focus-visible {
  background: linear-gradient(180deg, #ffffff 0%, #e8f4bf 100%);
  box-shadow: 0 4px 0 #8ca653, 0 10px 22px rgba(80, 100, 42, 0.22);
  transform: translateY(-1px);
}

.phone-cta:active {
  box-shadow: 0 1px 0 #8ca653, 0 4px 10px rgba(80, 100, 42, 0.18);
  transform: translateY(2px);
}

.phone-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 3.1em;
  height: 3.1em;
  border-radius: 50%;
  background: #9a2452;
  color: #fff;
  font-size: 0.82em;
  font-weight: 800;
  letter-spacing: 0;
}

.phone-cta-text {
  display: grid;
  gap: 0.08em;
  justify-items: center;
  text-align: center;
}

.phone-cta-label,
.phone-cta-note {
  color: #4c5f2b;
  font-size: 0.88em;
  font-weight: 700;
  line-height: 1.35;
}

.phone-cta-number {
  color: #9a2452;
  font-size: 1.55em;
  font-weight: 800;
  line-height: 1.2;
}

@media screen and (max-width: 420px) {
  .phone-cta {
    gap: 0.4em;
    padding: 0.8em;
  }

  .phone-cta-number {
    font-size: 1.32em;
  }
}

.large-map-frame {
  display: block;
  width: 100%;
  height: min(68vh, 520px);
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  margin: 1em auto;
}
