@charset "UTF-8";
/*------------------------
	Font
------------------------*/
/*------------------------
	Font
------------------------*/
/*==============================================
	Reset
==============================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
table, th, td,
embed, object,
figure {
  margin: 0;
  padding: 0;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table, th, td,
img {
  border: 0;
}

img, input {
  vertical-align: top;
}

video,
img {
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  outline: 0;
}

em {
  font-style: normal;
}

header, footer, nav, main,
article, section, aside, iframe,
figure, figucaption, picture,
small {
  display: block;
}

input[type=button], input[type=submit] {
  background: none;
  border: none;
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

/*------------------------
	Font
------------------------*/
/*------------------------
	Font
------------------------*/
:root {
  --col-text: #333;
  --col-text-sub: #704535;
  --col-hlt: #704535;
  --col-bg-hlt: #978E8D;
  --col-bg-base: #E2DEDB;
  --col-bg-pale: #EFEDE9;
  --col-bd: #CECECE;
  --fnt-min: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
  --fnt-go: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans Japanese","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

body {
  opacity: 0;
  background: #E2DEDB;
}
body * {
  font-family: var(--fnt-go);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #333;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

::selection {
  background: rgba(0, 0, 0, 0.2);
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

a.linkarea {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999;
}

.snslist li {
  line-height: 1;
}
.snslist li a {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 0;
}
.snslist li a::before {
  font: var(--fa-font-brands);
  line-height: 1;
}
.snslist li.insta a::before {
  content: "\f16d";
}

.snslist li.line a img {
    width: 100%;
}
#siteheader {
  z-index: 999;
}
#siteheader .gnavlist li.line {
      width: 25px;
    margin-right: 20px;
    margin-top: 2px;
}
#siteheader .gnavlist li.insta {
margin-right: 20px;
}
.slick-disabled {
  opacity: 0;
}

.slidepager {
  text-align: center;
}
.slidepager li {
  display: inline-block;
  line-height: 1;
}
.slidepager li button {
  padding: 0;
  border: none;
  background: none;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-anime-posxy {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-anime-posxy {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  /*------------------------
  	Font
  ------------------------*/
  body, div, pre, p, blockquote,
  form, fieldset, input, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dl, dt, dd,
  ul, ol, li,
  table, th, td,
  embed, object,
  figure,
  small {
    font-size: 1.4rem;
  }
  pre, p, blockquote, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dt, dd, li,
  th, td {
    line-height: 2;
  }
  a,
  .linkarea_parent {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover,
  .linkarea_parent:hover {
    opacity: 0.6;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  .sponly {
    display: none;
  }
  #siteheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #siteheader h1, #siteheader .logo {
    margin-left: 0;
    margin-right: auto;
  }
  #siteheader h1 img, #siteheader .logo img {
    display: block;
  }
  #siteheader .gnavlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #siteheader .gnavlist li {
    margin-right: 30px;
  }
  #siteheader .gnavlist li span {
    display: none;
  }
  #siteheader .gnavlist li:not(.sns) a {
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }
  #siteheader .contact a {
    display: block;
    width: 12.15vw;
    max-width: 170px;
    background: var(--col-hlt);
    border-radius: 20px;
    padding-left: 10px;
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: relative;
  }
  #siteheader .contact a::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/icon_baloon.svg) center center/contain no-repeat;
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #siteheader .menu, #siteheader .close {
    display: none;
  }
  body#index #siteheader:not(.fixed) {
    width: 87.85%;
    position: absolute;
    left: 50%;
    top: 5.7vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
  }
  body#index #siteheader:not(.fixed) h1 {
    width: 24.28vw;
    max-width: 340px;
  }
  body#index #siteheader:not(.fixed) #gnav {
    width: calc(100% - 25vw);
  }
  body#index #siteheader:not(.fixed) .gnavlist li a {
    color: #fff;
  }
  body#index #siteheader:not(.fixed) .logo, body#index #siteheader:not(.fixed) .gnavlist .sns, body#index #siteheader:not(.fixed) .gnavlist .line {
    display: none;
  }
  body#index #siteheader.fixed, body:not(#index) #siteheader {
    width: calc(100% - 40px);
    position: fixed;
    left: 20px;
    top: 10px;
    padding: 10px 20px;
    background: var(--col-bg-base);
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
  body#index #siteheader.fixed h1, body:not(#index) #siteheader h1 {
    display: none;
  }
  body#index #siteheader.fixed .logo em, body:not(#index) #siteheader .logo em {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1;
    color: #808080;
  }
  body#index #siteheader.fixed .logo a, body:not(#index) #siteheader .logo a {
    display: block;
    width: 156px;
  }
  body#index #siteheader.fixed .gnavlist li.sns, body:not(#index) #siteheader .gnavlist li.sns {
    line-height: 1;
  }
  body#index #siteheader.fixed .gnavlist li.sns a, body:not(#index) #siteheader .gnavlist li.sns a {
    position: relative;
    display: block;
    line-height: 1;
    font-size: 0;
  }
  body#index #siteheader.fixed .gnavlist li.sns a::before, body:not(#index) #siteheader .gnavlist li.sns a::before {
    font: var(--fa-font-brands);
    line-height: 1;
  }
  body#index #siteheader.fixed .gnavlist li.insta a::before, body:not(#index) #siteheader .gnavlist li.insta a::before {
    font-size: 1.8rem;
    content: "\f16d";
    color: var(--col-hlt);
  }
  #pagetop a {
    display: block;
    width: 102px;
    margin: 0 auto;
    padding-bottom: 45px;
    background: url(../img/pagetop_bg.svg) center bottom/100% no-repeat;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    color: var(--col-hlt);
    position: relative;
  }
  #pagetop a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  body:not(#index) #pagetop {
    display: none;
  }
  #sitefooter {
    background: var(--col-bg-hlt);
    padding: 75px 0 30px;
  }
  #sitefooter * {
    color: #fff;
  }
  #sitefooter .footnavlist {
    width: 95%;
    max-width: 970px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
  }
  #sitefooter .footnavlist li a {
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }
  #sitefooter .logo {
    width: 90%;
    max-width: 270px;
    margin: 50px auto 0;
  }
  #sitefooter .add {
    margin-top: 30px;
    text-align: center;
  }
  #sitefooter .add .map {
    text-decoration: underline;
    position: relative;
  }
  #sitefooter .add .map::before {
    font: var(--fa-font-solid);
    line-height: 1;
    content: "\f3c5";
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sitefooter .snslist {
   margin-top: 50px;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
  }
  #sitefooter .snslist li {
    display: inline-block;
  }
  #sitefooter .snslist li a::before {
    font-size: 2.6rem;
  }
    #sitefooter .snslist li.insta {
     margin-right: 20px;
  }
    #sitefooter .snslist li.line {
    width: 30px;
  }
  #sitefooter .infolist {
    margin-top: 50px;
    text-align: center;
  }
  #sitefooter .infolist li {
    display: inline-block;
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    font-size: 1.3rem;
  }
  #sitefooter .infolist li:not(:last-of-type)::after {
    content: "|";
    margin: 0 0.5em 0 1em;
  }
  #copyright {
    padding: 20px;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    font-size: 1.2rem;
  }
  #copyright, #copyright * {
    color: #978E8D;
  }
  body:not(#index) #contents {
    padding-top: 80px;
  }
  body:not(#index) #contents main {
    padding-bottom: 100px;
  }
  body:not(#index) #contents #pageheader {
    width: 95%;
    max-width: 1160px;
    margin: 100px auto 60px;
  }
  body:not(#index) #contents #pageheader h1 {
    font-size: 1.3rem;
    line-height: 1;
    color: var(--col-hlt);
  }
  body:not(#index) #contents #pageheader h1 em {
    display: block;
    margin-bottom: 15px;
    font-family: "Cormorant", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 400;
    line-height: 1;
    font-size: 10rem;
  }
  body:not(#index) #contents #pageheader .note {
    margin-top: 50px;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  /*------------------------
  	Font
  ------------------------*/
  body, div, pre, p, blockquote,
  form, fieldset, input, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dl, dt, dd,
  ul, ol, li,
  table, th, td,
  embed, object,
  figure,
  small {
    font-size: 1.3rem;
  }
  pre, p, blockquote, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dt, dd, li,
  th, td {
    line-height: 2;
  }
  .pconly {
    display: none;
  }
  #siteheader {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background: var(--col-bg-base);
    border-radius: 0 0 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
    padding: 0 55px 0 15px;
  }
  #siteheader h1 {
    display: none;
  }
  #siteheader .logo {
    width: 40%;
    max-width: 145px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
  }
  #siteheader .logo em {
    display: none;
  }
  #siteheader .logo img {
    display: block;
  }
  #siteheader #gnav {
    display: none;
    width: calc(100% - 30px);
    background: rgba(226, 222, 219, 0.9);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 5px;
    position: fixed;
    left: 15px;
    top: 70px;
    z-index: 1000;
  }
  #siteheader #gnav .gnavlist {
    padding: 10px 5% 30px;
  }
  #siteheader #gnav .gnavlist li:not(:first-of-type) {
    border-top: 1px solid var(--col-bd);
  }
  #siteheader #gnav .gnavlist li:not(.sns) a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    line-height: 1;
    color: var(--col-hlt);
  }
  #siteheader #gnav .gnavlist li:not(.sns) a em, #siteheader #gnav .gnavlist li:not(.sns) a span {
    display: block;
    width: 50%;
  }
  #siteheader #gnav .gnavlist li:not(.sns) a em {
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }
  #siteheader #gnav .gnavlist li:not(.sns) a span {
    text-align: right;
    font-size: 1.3rem;
  }
  #siteheader #gnav .gnavlist li.sns {
           line-height: 1;
           padding-top: 20px;
  }
    #siteheader #gnav .gnavlist li.sns a {
         position: relative;
        display: block;
        line-height: 1;
        font-size: 0;
  }
  
  #siteheader #gnav .gnavlist li.insta a::before {
        font-size: 1.8rem;
        content: "\f16d";
        color: var(--col-hlt);
    }
#siteheader #gnav .gnavlist li.insta a {
        font: var(--fa-font-brands);
        line-height: 1;
    }
    #siteheader #gnav .gnavlist li.line {
    display: block;
        position: absolute;
    bottom: 6px;
    left: 53px;
  }
  #siteheader .contact {
    margin-right: 10px;
  }
  #siteheader .contact a {
    display: block;
    width: 110px;
    max-width: 170px;
    background: var(--col-hlt);
    border-radius: 20px;
    padding-left: 15px;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    font-size: 1.2rem;
    line-height: 30px;
    color: #fff;
    position: relative;
  }
  #siteheader .contact a::before {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url(../img/icon_baloon.svg) center center/contain no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #siteheader .menu, #siteheader .close {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--col-bg-base);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    font-size: 0;
    text-indent: -9999px;
  }
  #siteheader .menu::before, #siteheader .menu::after, #siteheader .close::before, #siteheader .close::after {
    content: "";
    display: block;
    border-top: 1px solid var(--col-hlt);
  }
  #siteheader .menu::before, #siteheader .menu::after {
    width: 13px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #siteheader .menu:before {
    top: 17px;
  }
  #siteheader .menu::after {
    bottom: 17px;
  }
  #siteheader .close {
    display: none;
    z-index: 1000;
  }
  #siteheader .close::before, #siteheader .close::after {
    width: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  #siteheader .close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #siteheader .close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #pagetop a {
    display: block;
    width: 76px;
    margin: 0 auto;
    padding-bottom: 30px;
    background: url(../img/pagetop_bg.svg) center bottom/100% no-repeat;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: var(--col-hlt);
    position: relative;
  }
  #pagetop a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  body:not(#index) #pagetop {
    display: none;
  }
  #sitefooter {
    background: var(--col-bg-hlt);
    padding: 40px 10% 50px;
  }
  #sitefooter * {
    color: #fff;
  }
  #sitefooter .footnavlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
  }
  #sitefooter .footnavlist li {
    width: 45%;
  }
  #sitefooter .footnavlist li a {
    display: block;
    padding: 10px;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }
  #sitefooter .logo {
    max-width: 145px;
    margin: 30px auto 0;
  }
  #sitefooter .add {
    margin-top: 20px;
    text-align: center;
  }
  #sitefooter .add .map {
    text-decoration: underline;
    position: relative;
  }
  #sitefooter .add .map::before {
    font: var(--fa-font-solid);
    line-height: 1;
    content: "\f3c5";
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #sitefooter .snslist {
   margin-top: 30px;
        text-align: center;
        display: flex
;
        align-items: center;
        justify-content: center;
  }
  #sitefooter .snslist li {
    display: inline-block;
  }
      #sitefooter .snslist li.insta {
margin-right: 12px;
  }
    #sitefooter .snslist li.line {
    width: 26px;
  }
  #sitefooter .snslist li a::before {
    font-size: 2rem;
  }
  #sitefooter .infolist {
    margin-top: 30px;
    text-align: center;
  }
  #sitefooter .infolist li {
    display: inline-block;
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    font-size: 1.3rem;
  }
  #sitefooter .infolist li:not(:last-of-type)::after {
    content: "|";
    margin: 0 0.5em 0 1em;
  }
  #copyright {
    padding: 20px;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    font-size: 1.1rem;
  }
  #copyright, #copyright * {
    color: #978E8D;
  }
  #contents {
    padding-top: 60px;
  }
  body:not(#index) #contents main {
    padding-bottom: 80px;
  }
  body:not(#index) #contents #pageheader {
    width: 85%;
    margin: 80px auto 60px;
  }
  body:not(#index) #contents #pageheader h1 {
    font-size: 1.3rem;
    line-height: 1;
    color: var(--col-hlt);
  }
  body:not(#index) #contents #pageheader h1 em {
    display: block;
    margin-bottom: 15px;
    font-family: "Cormorant", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 400;
    line-height: 1;
    font-size: 6.4rem;
  }
  body:not(#index) #contents #pageheader .note {
    margin-top: 50px;
  }
}