@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
/************** layout base ********************/
.clearfix {
  overflow: hidden;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {}
/*ボタンrollover*/
a:hover {
  -moz-opacity: 0.60;
  opacity: 0.60;
}
sup {
  line-height: 100%;
  font-size: 10px;
  vertical-align: 0.4em;
}
sub {
  line-height: 100%;
  font-size: 10px;
  vertical-align: -0.1em;
}
.txtLeft {
  text-align: left !important;
}
.txtRight {
  text-align: right !important;
}
.txtCenter {
  text-align: center !important;
}
.fw {
  font-weight: bold !important;
}
.f10 {
  font-size: 10px !important;
}
.f11 {
  font-size: 11px !important;
}
.f12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px !important;
}
.f17 {
  font-size: 17px !important;
}
.f18 {
  font-size: 18px !important;
}
.txtRed {
  color: #e60012;
}
.note {
  color: #666666;
  font-size: 12px;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.fNon {
  float: none !important;
}
.mTop0 {
  margin-top: 0 !important;
}
.mTop5 {
  margin-top: 5px !important;
}
.mTop10 {
  margin-top: 10px !important;
}
.mTop15 {
  margin-top: 15px !important;
}
.mTop20 {
  margin-top: 20px !important;
}
.mTop25 {
  margin-top: 25px !important;
}
.mTop30 {
  margin-top: 30px !important;
}
.mTop35 {
  margin-top: 35px !important;
}
.mTop40 {
  margin-top: 40px !important;
}
.mTop45 {
  margin-top: 45px !important;
}
.mTop50 {
  margin-top: 50px !important;
}
.mBtm0 {
  margin-bottom: 0 !important;
}
.mBtm5 {
  margin-bottom: 5px !important;
}
.mBtm10 {
  margin-bottom: 10px !important;
}
.mBtm15 {
  margin-bottom: 15px !important;
}
.mBtm20 {
  margin-bottom: 20px !important;
}
.mBtm25 {
  margin-bottom: 25px !important;
}
.mBtm30 {
  margin-bottom: 30px !important;
}
.mBtm35 {
  margin-bottom: 35px !important;
}
.mBtm40 {
  margin-bottom: 40px !important;
}
.mBtm45 {
  margin-bottom: 45px !important;
}
.mBtm50 {
  margin-bottom: 50px !important;
}
.mBtm60 {
  margin-bottom: 60px !important;
}
.pTop0 {
  padding-top: 0 !important;
}
.pTop5 {
  padding-top: 5px !important;
}
.pTop10 {
  padding-top: 10px !important;
}
.pTop15 {
  padding-top: 15px !important;
}
.pTop20 {
  padding-top: 20px !important;
}
.pTop25 {
  padding-top: 25px !important;
}
.pTop30 {
  padding-top: 30px !important;
}
.pTop35 {
  padding-top: 35px !important;
}
.pTop40 {
  padding-top: 40px !important;
}
.pTop45 {
  padding-top: 45px !important;
}
.pTop50 {
  padding-top: 50px !important;
}
.pBtm0 {
  padding-bottom: 0 !important;
}
.pBtm5 {
  padding-bottom: 5px !important;
}
.pBtm10 {
  padding-bottom: 10px !important;
}
.pBtm15 {
  padding-bottom: 15px !important;
}
.pBtm20 {
  padding-bottom: 20px !important;
}
.pBtm25 {
  padding-bottom: 25px !important;
}
.pBtm30 {
  padding-bottom: 30px !important;
}
.pBtm35 {
  padding-bottom: 35px !important;
}
.pBtm40 {
  padding-bottom: 40px !important;
}
.pBtm45 {
  padding-bottom: 45px !important;
}
.pBtm50 {
  padding-bottom: 50px !important;
}
.pBtm60 {
  padding-bottom: 60px !important;
}
main {
  overflow: hidden;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
 flex-flow: wrap;
}
.flex.half > *{
 width: 50%;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .spOnly {
    display: none;
  }
  .pcFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
} /*-PC only-*/
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .container {
    max-width: 84vw;
    margin: 0 auto;
  }
} /*spOnly*/
/************** layout base ********************/
body {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.2;
  font-weight: 400;
 letter-spacing: 0.1em;
}
.fontG {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fontMin {
  font-family:"Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.fontP {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
/*.fontR {
  font-family: roboto, sans-serif;
  font-weight: 500;
}*/
div, p, dl {
  text-align: left;
  box-sizing: border-box;
}
p, dt, dd, li, td, th {
  color: #434343;
  font-size: 14px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #434343;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}
h2 {
}
img {
  width: 100%;
}
@media screen and (max-width: 768px) {
 body {
   /*  font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
    -webkit-text-size-adjust: 100%;
  }
  img {
    height: auto;
  }
} /*-sp end-*/
/*------------------ list style----------------*/
.numberList {
  padding: 0 0 0 18px;
}
.numberList li {
  list-style: decimal outside;
  padding: 0 0 5px 0;
}
.discList {
  padding: 0 0 0 18px;
}
.discList li {
  list-style: disc outside;
  padding: 0 0 2px 0;
}
.indentList li {
  padding-left: 1em;
  text-indent: -1em;
}
.indentList li + li {
  margin-top: 5px;
}
/*****************  head ***********************/
header {
  position: absolute;
  width: 100%;
 max-width: 750px;
 margin: 0 auto;
  z-index: 100;
  top: 0;
  left: 0
}
header #navLogo {
  /*display: flex;
  justify-content: space-between;
  padding-left: 3vw;
  padding-top: 28px;
  min-width: 380px;
  width: 28vw;*/
 display: none;
}
header #navLogo .brandLogo {
  min-width: 138px;
  width: 10vw;
}

.fixedBtns{
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 92vw;
 max-width: 750px;
  z-index:210;
  display: flex;
  justify-content: space-between;
 }
.fixedBtns .reserve{
  width: 38.5%;
}
.fixedBtns .line{
 width: 44%;
}
.fixedBtns .tel{
 width: 50px;
}
.fixedBtns a{
  border-radius: calc(infinity * 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #434343 solid;
 background: #fff;
  width: 100%;
  height: 50px;
  color: #434343;
  font-size: 16px;
  font-weight:500;
  text-align: center;
 }
.fixedBtns img{
  width: auto;
  margin-right: 4px;
 }
.fixedBtns .tel img{
 margin: 0;
}

/*@media screen and (min-width: 769px) {
  header #navLogo h1 {
    font-size: 11px;
    color: #fff;
    padding-left: 10px
  }
} *//*-PC only-*/

  header #navLogo {
    min-width: inherit;
  }
  header #navLogo .brandLogo {
    min-width: 111px;
  }
  header #navLogo h1 {
    display: none
  }

/*****************  contents ***********************/
main{
 max-width: 750px;
 margin: 0 auto;
}
section{
 border-top: 1px #000 solid;
}
.inner{
 margin-left: 20px;
 margin-right: 20px;
}
/*-----------------#pageHead-----------*/
#pageHead {
 position: relative;
 border-top: none;
 background: #C7C2C2;
 overflow: hidden;
}

#pageHead .ttls {
 position: absolute;
 top: 30%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 padding: 0 20px;
 z-index: 1;
  }
#pageHead .ttls h2 {
 margin-bottom: 15px;
 color: #fff;
 font-size: 12px;
 line-height: 1;
 letter-spacing: 0.02em;
 text-align: center;
}
#pageHead .ttls p {
 color: #fff;
 font-size: 24px;
 text-align: center;
}

/*-----------------#lead-----------*/
#lead{
 border-top: none;
 padding-top: 68px;
 padding-bottom: 100px;
}
#lead h2{
 margin-top: 19px;
 margin-bottom: 135px;
 font-size: 20px;
 font-weight: 500;
 line-height: 1.45;
}
#lead ul{
 gap:34px 0;
}
#lead li h3{
 line-height: 32px;
 color: #000000;
 font-size:12px;
 font-weight: 400;
 letter-spacing: 0;
}
#lead li h3 span{
 margin-left: 4px;
 letter-spacing: 0.2em;
}
#lead li figcaption{
 position: relative;
 border-top: 1px #000 solid;
 border-right: 1px #000 solid;
 background: #fff;
 width: 82.6%;
 height: 45px;
 padding: 5px 0 0 6px;
 margin-top: -25px;
 font-size:min(3vw,12px) ;
 line-height: 1.3;
 letter-spacing: 0;
 text-align: left;
 z-index: 1;
}
#lead li a{
 position: relative;
 display: block;
 background: #1F1D1D;
 padding: 7px 0 8px 8px;
 margin:22px 17px 0 0;
 color: #fff;
 font-size: min(2.8vw,10px);
 text-align: left;
}
#lead li:nth-of-type(3) a{
 font-size: min(2.2vw,10px);
}
#lead li a::after{ 
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	border-bottom: 1px #fff solid;
	border-right: 1px #fff solid;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/*-----------------#feature-----------*/
[id^="feature"]{
 padding-top: 110px;
 padding-bottom: 100px;
}
[id^="feature"] h2.fontP{
 display: flex;
 align-items: center;
 gap:0 8px;
 margin-bottom: 32px;
 font-size: 14px;
 font-weight: 600;
 line-height: 1;
}
[id^="feature"] h2 span{
 display: flex;
 align-items: center;
 gap:0 7px;
 letter-spacing: 0.02em;
}
[id^="feature"] h2 span::before{
 content: "";
 display: block;
 width: 67px;
 height: 1px;
 background: #000;
}
[id^="feature"] h3.fontMin{
 margin-bottom: 20px;
 font-size: min(7.0vw,28px);
 font-weight: 400;
 line-height: 1.4;
}
[id^="feature"] h4{
 margin-bottom: 20px;
 line-height: 1.3;
}
[id^="feature"] .txts{
 padding-top: 32px;
 padding-bottom: 40px;
}

.slick-prev, .slick-next {
 position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.slick-prev {
  left: 20px;
}
.slick-prev::before,
.slick-next::before{
 content: "";
 display: block;
 border-radius: 50%;
 border: 1px #000 solid;
 background: #fff;
 width: 100%;
 height: 100%;
 box-sizing: border-box;
  opacity: 1;
}
.slick-prev::after {
  content: "";
  display: block;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
 position: absolute;
 top: 13px;
 left: 13px;
}
.slick-next {
  right: 20px;
}
.slick-next::after{
  content: "";
  display: block;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
 position: absolute;
 top: 12px;
 left: 11px;
}

/*-----------------#feature01-----------*/
#feature01{
}
.dressSlider .slick-slide{
 padding: 0 5px;
}
.dressSlider .slick-slide figure{
 height: 57.35vw;
 max-height: 430px;
 overflow: hidden;
}
.dressSlider .slick-slide figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
/*-----------------#feature02-----------*/
#feature02{
 padding-bottom: 0;
}
/*-----------------#feature03-----------*/
#feature03{
 padding-bottom:60px 
}
#feature03 h3.fontMin{
 letter-spacing: 0;
}
#feature03 ul figure{
 position: relative;
}
#feature03 ul figcaption{
 position: absolute;
 bottom: 0;
 left: 0;
 background: #fff;
 border-right: 1px #000 solid;
 padding: 3px 12px 4px 8px;
 color: #060505;
 font-size: 12px;
}
#feature03 ul figcaption span{
 margin-left: 6px;
 font-size: 10px;
}
/*-----------------#feature04-----------*/
#feature04{
 padding-top: 100px;
}
#feature04 h3.fontMin{
 letter-spacing: 0.06em;
}
#feature04 >h4{
 position: relative;
 margin:50px 0 0;
 padding: 0 20px;
 color: #120000;
 font-size: 18px;
 font-weight: 600;
 line-height:0.9;
 z-index: 1;
}
#feature04 h4 span{
 position: absolute;
 top: 100%;
 left: 0;
 display: block;
 border-top: 1px #000 solid;
 width: 100%;
 padding: 0 20px;
 font-size: 22px;
 line-height: 1.6;
}
#feature04 figure.inner{
 position: relative;
 margin-bottom: 30px;
}
#feature04 figure.inner figcaption{
 position: absolute;
 bottom: 0;
 left:50%; 
 transform: translate(-50%, 0);
 background: #fff;
 padding: 0 5px;
 font-size: 22px;
 font-weight: 500;
 line-height: 20px;
 white-space: nowrap;
}
#feature04 h5{
 position: relative;
 margin-bottom: -2em;
 font-size: 18px;
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 z-index: 1;
}

.photoSlider .slick-slide{
 padding: 0 10px;
}
.photoSlider .slick-slide figure{
 height: 57.35vw;
 max-height: 450px;
 overflow: hidden;
}
.photoSlider .slick-slide figure img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
/*------------------------*/

h2.fontP{
 margin: 0 20px 30px;
 font-size: 30px;
 font-weight: 600;
 letter-spacing: 0;
}
h2.fontP span{
 font-size: 14px;
 font-weight: 500;
}

/*----PLAN---*/
#plan {
 border-top: 1px #000 solid;
 padding: 90px 0 98px;
}
#plan article{}
#plan article figure{
 border: 2px #000000 solid;
 border-right: none;
}
#plan article h3{
 padding: 8px 20px 10px;
 line-height: 1.4;
}
#plan article dl{
 border-top: 2px #000000 solid;
 display: flex;
}
#plan article dt{
 padding: 10px 12px 10px 24px;
 line-height: 1.35;
}
#plan article dd{
 border-left: 2px #000000 solid;
 padding: 10px 20px 10px 16px;
 line-height: 1.35;
}
#plan article p{
 border-top: 2px #000000 solid;
 padding: 10px 20px 10px 16px;
 line-height: 1.6;
}

#plan >h3{
 background: #000;
 padding: 0px 20px;
 margin-bottom: 35px;
 color: #fff;
 font-size: 14px;
 font-weight: 500;
 line-height: 44px;
}
#plan >h3 span{
 margin-right: 14px;
 font-weight: 600;
}
#plan ul li{
 position: relative;
 padding: 0 0 15px 20px;
 font-size: 16px;
 line-height: 1.25;
 letter-spacing: 0;
 text-align: left;
}
#plan ul li::before{
 content: "";
 border-radius: 50%;
 background: #383636;
 width: 7px;
 height: 7px;
 position: absolute;
 top: 0.5em;
 left: 0;
}

/*----FLOW---*/
#flow {
 padding-top: 90px;
 padding-bottom: 100px;
}
#flow ol{}
#flow ol li{
 border: 1px #434343 solid;
 display: flex;
 min-height: 60px;
}
#flow ol li + li{
 margin-top: 10px;
}
#flow ol li h3{
 display: flex;
 flex-flow: column;
 justify-content: center;
 align-items: center;
 width: 56px;
 font-size: 9px;
 font-weight: 600;
 letter-spacing: 0;
 text-align: center;
 line-height: 1;
}
#flow ol li h3 span{
 display: block;
 font-size: 14px;
 letter-spacing: 0.33em;
 line-height: 1.5;
}
#flow ol li p{
 display: flex;
 flex-flow: column;
 justify-content: center;
 align-items: center;
 border-left: 1px #434343 solid;
 width: calc(100% - 56px);
 text-align: center;
 line-height: 1.2;
}
#flow ol li p span{
 display: block;
 padding-top: 3px;
 font-size: min(3vw,12px);
 letter-spacing: 0;
}
/*----GLLERY---*/
#gallery {
 padding-top: 90px;
 padding-bottom: 0px;
}
#gallery ul li{
 overflow: hidden;
}
#gallery ul li img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
/*----VOICE---*/
#voice {
 padding-top: 90px;
 padding-bottom: 40px;
}

#voice > p{
 margin-bottom: 82px;
}
#voice dl{
 display: flex;
 padding: 0 20px;
 margin-bottom: 55px;
}
#voice dl dt{
 margin-left: -5px;
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 font-size: 12px;
 font-weight: 600;
 line-height: 20px;
}
#voice dl dd{
 padding: 0 0 0 16px;
}
#voice dl h3{
 border-bottom: 1px #000000 solid;
 padding: 0 0 20px;
 margin-bottom: 18px;
 font-size: 20px;
 line-height: 1.2;
}
#voice dl p{
 line-height: 1.35;
}
/*----FAQ---*/
#faq {
 padding-top: 90px;
 padding-bottom: 90px;
}
.faqList{
 border-bottom: 1px #000000 solid;
 margin: 0 20px;
 letter-spacing: 0;
}
.faqList dt{
 position: relative;
 border-top: 1px #000000 solid;
 padding: 24px 30px 22px 20px;
}
.faqList dt::before{
 content: "Q";
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 font-weight: 600;
 letter-spacing: 0.33em;
 position: absolute;
 top: 24px;
 left: 0;
}
.faqList dt::after{
 content: "";
	position: absolute;
	top: 32px;
	right: 5px;
	display: block;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.faqList dt.active::after{
	margin-top: 1px;
 -webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.faqList dd{
 position: relative;
 padding: 0px 30px 20px 20px;
 margin-top: -10px;
}
/*.faqList dd::before{
 content: "A";
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 font-weight: 600;
 letter-spacing: 0.33em;
 position: absolute;
 top:0px;
 left: 0;
}*/
/*----ACCESS---*/
#access {
 padding-top: 90px;
 padding-bottom: 30px;
}
.map iframe{
 width: 100%;
 height: 300px;
}
#access h3{
 margin-top: 25px;
 margin-bottom: 4px;
 font-size: 20px;
 font-weight: 300;
 text-align: center;
}
#access p{
 text-align: center;
 line-height: 1.5;
}
#access .maplink{
 margin-top: 26px;
 line-height: 1.7;
}
#access .maplink a{
 display: inline-flex;
 align-items: center;
 text-decoration: underline;
}
#access .maplink a::after{
 content: "";
 display: inline-block;
 background: url("images/ic_map.svg") no-repeat left top/100% auto;
 width: 16px;
 height: 15px;
 margin-left: 3px;
}
/*----footer---*/
footer {
  position: relative;
 padding: 0 0 100px;
}
.pagetop{
 text-align: center;
}
.pagetop a{
 display: block;
 background: #000;
 color: #fff;
 font-size: 11px;
 text-decoration: none;
 letter-spacing: 0;
 line-height: 30px;
}
.footInsta {
 display: grid;
 place-content: center;
 background: url("images/foot_img.jpg") no-repeat center top/cover;
 height: 200px;
}
.footInsta p {
 text-align: center;
}
.footInsta p a{
 color: #fff;
 font-size: 10px;
 font-weight: 300;
 line-height: 24px;
}
.footInsta p a::before{
 content: "";
 display: block;
 background: url("images/ic_insta.svg") no-repeat left top/100% auto;
 width: 15px;
 height: 15px;
 margin: 0 auto;
}
.footInsta p a span{
 display: block;
 font-size: 14px;
 letter-spacing: 0;
}

footer small {
 display: block;
 margin-top: 33px;
 font-size: 12px;
 font-weight: 500;
 text-align: center;
}

/* 202505Add */
.toSite{
  border-top: 2px solid #000;
  margin-top: 60px;
  padding: 50px 20px 40px;
  text-align: center
}
.toSite a{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  text-align: center;
  height: 50px;
  border-radius: 17px;
  font-size: 14px;
  border-radius: calc(infinity * 1px);
  color: #434343;
  max-width: 360px;
  width: 100%;
  margin: auto;
}