/* 共通 */
.pc.tb {
  display: inline-block
}
.tb {
  display: none!important;
}
.sp {
  display: none!important;
}

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

.hidden {
  display: none!important;
}

/* 変数 */
:root {
  --headerHight: 160px;
  --headerContainerHight: 160px;
  --maxWidth: 1460px;
  --menuBarWidth: 80px;
  --searchBoxWidth: 272px;
  --searchBoxHeight: 30px;
  --primaryColor: #EFD6D8;
  --secondaryColor: #19C2C7;
  --thirdColor: #12C4FF;
  --textColor: #736357;
  --titleColor: #BF9C46;
}
/* ここまで */

/* 全体 */
@media (min-width: 561px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
  }
  }

/* フォント関係 */
body {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  line-height: 2;
  color: var(--textColor);
  background: var(--primaryColor);
}

a {
	color: var(--textColor);
	text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: var(--textColor);
}
a:hover {
  opacity: 0.7;
}

.gothic {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.gfont {
  font-family: 'Noto Sans JP', sans-serif;
}

.afont {
  font-family: "inglesa-script-variable", sans-serif;
  font-variation-settings: "wght" 600;
}




/* メニュー関係 */
header {
  width: 100%;
}

.logo {
  width: 327px;
  position: fixed;
  top: 50px;
  left: calc(50% - 660px);
  z-index: 10;
}
@media (max-width: 1400px) {
  .logo {
    left: 40px;
  }
}

#menuContents {
  position: fixed;
  top: 20px;
  right: calc(50% - 680px);
  color: #666666;
  z-index: 10;
}
@media (max-width: 1400px) {
#menuContents {
  right: 20px;
}
}

#menu-menu-1 {
  display: flex;
  align-items: center;
}

#menu-menu-1 li {
  margin: 0 15px;
  font-size: 11px;
}

#menu-menu-2 {
  display: flex;
  flex-direction: column;
}

#menu-menu-2 li {
  margin: 0 auto 15px;
}
#menu-menu-2 li:first-of-type {
  width: 28.84px;
}
#menu-menu-2 li:nth-of-type(2) {
  width: 20.52px;
}
#menu-menu-2 li:nth-of-type(3) {
  width: 23.71px;
}
#menu-menu-2 li:nth-of-type(4) {
  width: 22.22px;
}








/* フッター */
footer {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  background: var(--primaryColor);
  padding: 100px 0 20px;
}

.footerContainer {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footerLeft {
  flex: 0 0 327px;
}

.footerLogo {
  width: 100%;
}

.footerLogo img {
  width: 100%;
  vertical-align: bottom;
}

#menu-menu-3 {
  margin-top: 30px;
  display: flex;
}

#menu-menu-3 li {
  width: 41.2px;
  margin-right: 15px;
}

#menu-menu-3 li img {
  width: 100%;
  vertical-align: bottom;
}

.footerRight {
  flex: 1 1 auto;
  text-align: center;
}

.footerRight p {
  font-size: 26px;
  letter-spacing: 3px;
}

.footerLineBtn {
  width: 484px;
  margin: 10px auto 0;
  padding: 35px 10px;
  background: var(--titleColor);
  border-radius: 60px;
}

.footerLineBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  letter-spacing: 5px;
}

.footerLineBtn img {
  width: 35px;
  margin: 7px 10px 0 0;
}

footer small {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 80px;
}










@media (max-width: 1024px) {
.pc {
  display: none!important;
}
.tb {
  display: inline-block!important;
}
.tb.sp {
  display: inline-block!important;
}

/* 変数 */
:root {
  --headerHight: 80px;
  --headerContainerHight: 120px;
  --maxWidth: 375px;
  --menuBarWidth: 80px;
  --searchBoxWidth: 60vw;
  --searchBoxHeight: 30px;
  /* --primaryColor: #1EB9D0;
  --secondaryColor: #a48e98; */
}
/* ここまで */

/* フォント */
body {
  font-size: 12px;
  line-height: 1.8;
}



/* メニュー関係 */
header {
  /* width: 100%; */
  max-width: 375px;
  margin: 0 auto;
}

.logo {
  width: 126px;
  /* position: fixed; */
  top: 15px;
  left: calc(50% - 167.5px);
  /* z-index: 10; */
}



#menuContents {
  /* position: fixed; */
  top: 15px;
  right: calc(50% - 172.5px);
  /* color: #666666;
  z-index: 10; */
}

/* #menu-menu-1 {
  display: flex;
  align-items: center;
}

#menu-menu-1 li {
  margin: 0 15px;
  font-size: 11px;
}

#menu-menu-2 {
  display: flex;
  flex-direction: column;
}

#menu-menu-2 li {
  margin: 0 auto 15px;
}
#menu-menu-2 li:first-of-type {
  width: 28.84px;
}
#menu-menu-2 li:nth-of-type(2) {
  width: 20.52px;
}
#menu-menu-2 li:nth-of-type(3) {
  width: 23.71px;
}
#menu-menu-2 li:nth-of-type(4) {
  width: 22.22px;
} */




/* フッター */
footer {
  /* width: 100%;
  background: var(--primaryColor); */
  max-width: 375px;
  margin: 0 auto;
  padding: 50px 0 10px;
}

.footerContainer {
  /* width: 90%;
  max-width: 1100px; */
  /* margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; */
  flex-wrap: wrap;
  /* position: relative; */
}

.footerLeft {
  flex: 0 1 100%;
  order: 1;
  margin-top: 30px;
}

.footerLogo {
  width: 167.5px;
  margin: 0 auto;
}

/* .footerLogo img {
  width: 100%;
  vertical-align: bottom;
} */

#menu-menu-3 {
  margin-top: 15px;
  /* display: flex; */
  justify-content: center;
}

#menu-menu-3 li {
  width: 33px;
  margin-right: 10px;
}
#menu-menu-3 li:last-of-type {
  margin-right: 0px;
}

/* #menu-menu-3 li img {
  width: 100%;
  vertical-align: bottom;
} */

.footerRight {
  flex: 1 1 100%;
  /* text-align: center; */
}

.footerRight p {
  font-size: 16px;
  letter-spacing: 1px;
}

.footerLineBtn {
  width: 90%;
  max-width: 316px;
  /* margin: 10px auto 0; */
  padding: 12px 10px;
  /* background: var(--titleColor); */
  border-radius: 30px;
}

.footerLineBtn a {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  font-size: 16.5px;
  /* color: #fff; */
  letter-spacing: 3px;
}

.footerLineBtn img {
  width: 20.5px;
  margin: 4px 8px 0 0;
}

footer small {
  /* display: block; */
  font-size: 10px;
  letter-spacing: 0.6px;
  /* text-align: center; */
  margin-top: 20px;
}



}