@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Agbalumo&family=Cormorant+Garamond:wght@300..700&family=Noto+Sans+JP:wght@400..900&family=Noto+Serif+JP:wght@400..900&family=Playfair+Display:wght@600&family=Shippori+Mincho+B1:wght@500;600&family=WindSong:wght@400&display=swap");
:root {
  --color-main: #a79c9c;
  --color-text: #111;
  --color-beige: #cfc9a3;
  --color-red: #973838;
  --color-bg: #e9e5e2;
  --color-white: #fff;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.motion {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadein;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

*::-moz-selection {
  color: #fff;
  background: var(--color-main);
}

*::selection {
  color: #fff;
  background: var(--color-main);
}

*::-moz-selection {
  color: #fff;
  background: var(--color-main);
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  height: 100%;
  word-break: break-word;
  color: var(--color-text);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
}

body {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  overflow-x: hidden;
  margin: 0;
  transition: 0.3s;
  opacity: 0;
}

.cnt {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .cnt {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .cnt {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 374px) {
  .cnt {
    padding: 0 10px;
  }
}

a {
  color: var(--color-text);
}

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

.swiper-notification {
  display: none;
}

main {
  position: relative;
  z-index: 3;
}

.en {
  font-family: "Cormorant Garamond", serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

i {
  font-style: normal;
}

.agbalumo-regular {
  font-family: "Agbalumo", serif;
  font-weight: 400;
  font-style: normal;
}

.only-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .only-sp {
    display: block;
  }
}

.br-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-tablet {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .br-tablet {
    display: inline;
  }
}

.br-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.br-374 {
  display: none;
}
@media only screen and (max-width: 374px) {
  .br-374 {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .only-sp {
    display: flex;
  }
}

.fw-regular {
  font-weight: normal;
}

.lh15 {
  line-height: 1.5;
}

.color444 {
  color: #444;
}

.t__c {
  text-align: center;
}

.fz13 {
  font-size: 13px;
}

.fz26--pc {
  font-size: 26px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38--pc {
  font-size: 38px;
}

.mt15--pc {
  margin-top: 15px;
}

.mt64--pc {
  margin-top: 54px;
}

.mt130--pc {
  margin-top: 130px;
}

.mt120--pc {
  margin-top: 120px;
}

.mt100--pc {
  margin-top: 100px;
}

.mt80--pc {
  margin-top: 80px;
}

.mt40--pc {
  margin-top: 40px;
}

.mt30--pc {
  margin-top: 30px;
}

.mt20--pc {
  margin-top: 20px;
}

.mt10--pc {
  margin-top: 10px;
}

.campain02 {
  line-height: 1.5;
}
.campain02 span {
  font-size: 16px;
}

.pickup-flex {
  display: flex;
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.lh2 {
  line-height: 2;
}

.pickup-item {
  width: 60%;
}

.pickup-image {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .t__c--sp {
    text-align: center;
  }
  .fz22--sp {
    font-size: 22px;
  }
  .fz28--sp {
    font-size: 28px;
  }
  .fz30 {
    font-size: 30px;
  }
  .fz32 {
    font-size: 32px;
  }
  .fz34 {
    font-size: 34px;
  }
  .mt75--sp {
    margin-top: 75px;
  }
  .pickup-flex {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
  .pickup-item {
    width: 100%;
  }
  .pickup-image {
    width: 100%;
  }
}
/*=====================================
* LOADING
=======================================*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background: #fff;
  z-index: 10000;
  pointer-events: none;
  transition: 0.3s;
}
#loading.active {
  opacity: 0;
  visibility: hidden;
}

/*=====================================
* LINK
=======================================*/
.link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.link-wrap .link-btn {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 95px;
  background: var(--color-red);
  width: 396px;
  display: inline-flex;
  justify-content: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 45px;
}
.link-wrap .link-btn:hover {
  opacity: 0.6;
}
.link-wrap.push .link-btn:before {
  position: absolute;
  left: -172px;
  top: -67px;
  content: "";
  display: block;
  width: 172px;
  height: 134px;
  background: url(../img/campaign-push.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .link-wrap {
    margin-top: 35px;
  }
  .link-wrap .link-btn {
    width: 280px;
    height: 66px;
    border-radius: 33px;
    font-size: 18px;
    line-height: 66px;
  }
  .link-wrap.push {
    margin-top: 130px;
  }
  .link-wrap.push .link-btn:before {
    left: -25px;
    top: -120px;
    width: 150px;
    height: 120px;
  }
}

/*=====================================
* FIXED NAV
=======================================*/
#fixed-nav {
  position: absolute;
  right: 0;
  top: 560px;
  z-index: 1000;
  width: 100px;
}
#fixed-nav a {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 15px 0 0 0;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
#fixed-nav a:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url() no-repeat center/contain;
}
#fixed-nav a span {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#fixed-nav a:hover {
  opacity: 0.6;
}
#fixed-nav a.web {
  color: #fff;
  background: url(../img/calendar-bg.png) no-repeat center/cover;
}
#fixed-nav a.web:before {
  background-image: url(../img/icon-calendar.png);
}
#fixed-nav a.tel {
  margin-top: 10px;
  background: url(/httpdocs/assets/img/phone-bg.png) no-repeat center/cover;
  color: var(--color-white);
}
#fixed-nav a.tel:before {
  background-image: url(../img/icon-phone.png);
}
@media only screen and (max-width: 767px) {
  #fixed-nav {
    display: none;
    /*
    opacity: 0;
    visibility: hidden;

    position: fixed;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;

    &.active {
    	opacity: 1;
    	visibility: visible;
    }
    	*/
  }
}

/*=====================================
* SECTION
=======================================*/
.sec-block {
  position: relative;
  padding: 70px 0 95px;
}
@media only screen and (max-width: 767px) {
  .sec-block {
    padding: 40px 0 60px;
  }
}

.sec-title {
  text-align: center;
  padding-top: 15px;
}
.sec-title .curve {
  color: var(--color-beige);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.sec-title .curve svg {
  width: 120px;
  overflow: visible;
}
.sec-title .en {
  font-size: 38px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .sec-title .curve {
    transform: scale(0.85);
  }
  .sec-title .en {
    font-size: 28px;
  }
}

/*=====================================
* HEADER
=======================================*/
#main-header {
  position: relative;
  width: 100%;
  height: 100svh;
  background: url(../img/mv.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  padding-left: 65%;
}
#main-header .title {
  padding-bottom: 75px;
  text-align: center;
}
#main-header .title .logo {
  display: flex;
  align-items: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  gap: 12px;
  font-weight: 400;
}
#main-header .title .logo .organic-logo {
  width: 116px;
}
#main-header .title .logo .tricot-logo {
  width: 135px;
}
#main-header .title .date {
  margin-top: 18px;
  color: var(--color-white);
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-shadow: 0 0 35px rgba(255, 255, 255, 0.75);
}
#main-header .title .date i {
  margin-left: -24px;
}
#main-header .title .new-open {
  margin-top: 15px;
  color: var(--color-text);
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-shadow: 0 0 35px rgba(255, 255, 255, 0.75);
}
#main-header .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 75px;
  color: #fff;
  background: #973838;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-header .bar span {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#main-header .bar span:before, #main-header .bar span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  background: #fff;
}
#main-header .bar span:before {
  left: -110px;
}
#main-header .bar span:after {
  right: -110px;
}
@media only screen and (max-width: 1024px) {
  #main-header {
    padding: 0;
    background-image: url(../img/mv-sp.jpg);
    align-items: flex-end;
  }
  #main-header .title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 150px;
  }
  #main-header .date {
    width: 100%;
    text-align: center;
    padding-left: 18px;
  }
  #main-header .new-open {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #main-header .title {
    padding-bottom: 110px;
  }
  #main-header .title .logo {
    font-size: 14px;
    justify-content: center;
    gap: 6px;
  }
  #main-header .title .logo .organic-logo {
    width: 75px;
  }
  #main-header .title .logo .tricot-logo {
    width: 75px;
  }
  #main-header .title .date {
    margin-top: 12px;
    font-size: 17px;
    padding-left: 9px;
  }
  #main-header .title .date i {
    margin-left: -8px;
  }
  #main-header .title .new-open {
    margin-top: 9px;
    font-size: 24px;
  }
  #main-header .bar {
    height: 50px;
  }
  #main-header .bar span {
    font-size: 20px;
  }
  #main-header .bar span:before, #main-header .bar span:after {
    width: 35px;
  }
  #main-header .bar span:before {
    left: -50px;
  }
  #main-header .bar span:after {
    right: -50px;
  }
}

/*=====================================
* CAMPAIGN
=======================================*/
#campaign .campaign-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#campaign .campaign-list li {
  width: 30%;
  background: #f4f4f4;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  padding: 30px 15px;
}
#campaign .campaign-list li h3 {
  position: relative;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
#campaign .campaign-list li h3 .name {
  width: 100%;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#campaign .campaign-list li h3 .price {
  margin-top: 0.75em;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: var(--color-red);
  letter-spacing: 0.05em;
}
#campaign .campaign-list li h3 .price .tax {
  font-size: 13px;
  font-weight: 500;
}
#campaign .campaign-list li h3 .option {
  margin-top: 1em;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#campaign .campaign-list li h3 .circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -66px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
#campaign .campaign-list li h3 .circle .contents {
  width: 100%;
  text-align: center;
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-size: 12px;
}
#campaign .campaign-list li h3 .circle .number {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
#campaign .campaign-list li figure {
  margin-top: 24px;
  padding: 0 30px;
}
#campaign .campaign-list li figure img {
  width: 100%;
}
#campaign .campaign-list li p {
  margin-top: 24px;
  padding: 0 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.125;
}
@media only screen and (max-width: 1024px) {
  #campaign .campaign-list {
    padding: 0 60px;
  }
  #campaign .campaign-list li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #campaign .campaign-list {
    padding: 0;
    margin-top: 20px;
  }
  #campaign .campaign-list li {
    width: 100%;
    margin-top: 40px;
    padding: 20px 5px;
  }
  #campaign .campaign-list li h3 {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 15px 0 10px 0;
  }
  #campaign .campaign-list li h3 .name {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  #campaign .campaign-list li h3 .price {
    font-size: 22px;
    margin-top: 0.5em;
  }
  #campaign .campaign-list li h3 .price .tax {
    font-size: 12px;
  }
  #campaign .campaign-list li h3 .circle {
    width: 68px;
    height: 68px;
    top: -50px;
  }
  #campaign .campaign-list li h3 .circle .contents {
    font-size: 10px;
  }
  #campaign .campaign-list li h3 .circle .number {
    font-size: 22px;
  }
  #campaign .campaign-list li figure {
    margin-top: 15px;
    padding: 0 px;
  }
  #campaign .campaign-list li p {
    margin-top: 15px;
    padding: 0 40px;
    font-size: 15px;
  }
}

/*=====================================
* INFORMATION
=======================================*/
#information {
  background: rgba(239, 239, 239, 0.45);
}
#information:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 550px;
  display: block;
  z-index: 1;
}
#information .cnt {
  z-index: 2;
}
#information #shop-slider {
  position: relative;
  margin-top: 70px;
}
#information #shop-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  gap: 24px;
}
#information #shop-slider .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid var(--color-red);
  opacity: 1;
  background: transparent;
  margin: 0;
}
#information #shop-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-red);
}
#information #shop-slider figure img {
  display: block;
  box-shadow: 0 4px 4px rgba(189, 189, 189, 0.25);
}
#information h3 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 36px;
}
#information dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
#information dl dt {
  width: 7em;
  margin-top: 0.75em;
}
#information dl dt.tel {
  width: 3.25em;
  font-size: 14px;
}
#information dl dd {
  width: calc(100% - 7em);
  margin-top: 0.75em;
}
#information dl dd.tel {
  width: calc(100% - 3.25em);
  font-size: 14px;
}
#information .map {
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 30px;
}
#information .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #information #shop-slider .swiper-pagination {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #information:before {
    height: 200px;
  }
  #information .cnt {
    padding: 0;
  }
  #information #shop-slider {
    margin-top: 50px;
  }
  #information #shop-slider .swiper-pagination {
    justify-content: center;
    gap: 15px;
  }
  #information #shop-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  #information h3 {
    padding: 0 20px;
    font-size: 20px;
    line-height: 2;
    margin-top: 30px;
  }
  #information dl {
    padding: 15px 0 0;
    margin: 15px 20px 0;
    border-top: 1px solid #d8d8d8;
  }
  #information dl dt {
    width: 100%;
  }
  #information dl dd {
    width: 100%;
    margin-top: 0;
  }
  #information dl dd.tel {
    margin-top: 0.75em;
  }
  #information .map {
    width: calc(100% - 40px);
    margin: 15px 20px 0;
    height: 120px;
  }
}

/*=====================================
* STAFF
=======================================*/
#staff {
  background-position: center top;
  overflow-x: hidden;
}
#staff #staff-slider {
  position: relative;
  margin-top: 70px;
}
#staff #staff-slider:before {
  position: absolute;
  left: -110px;
  top: -45px;
  z-index: 1;
  content: "Salon Staff Member";
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 0.02em;
  color: #e5e5e5;
}
#staff #staff-slider .swiper-wrapper {
  z-index: 2;
  justify-content: center;
}
#staff #staff-slider.is-active .swiper-wrapper {
  justify-content: normal;
}
#staff #staff-slider .swiper-slide {
  position: relative;
  width: 280px;
  height: auto;
}
#staff #staff-slider .swiper-slide .swiper-slide-item {
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 4px rgba(109, 109, 109, 0.25);
  padding: 30px 36px;
}
#staff #staff-slider .swiper-slide .job {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
#staff #staff-slider .swiper-slide .job:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  border-right: 43px solid transparent;
  border-left: 43px solid var(--color-beige);
  border-bottom: 43px solid transparent;
  border-top: 43px solid var(--color-beige);
}
#staff #staff-slider .swiper-slide .job span {
  position: absolute;
  left: -9px;
  top: 25px;
  z-index: 2;
  transform: rotate(-45deg);
  font-size: 16px;
  width: 80px;
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
#staff #staff-slider .swiper-slide .name {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#staff #staff-slider .swiper-slide .name-en {
  margin-top: 0.25em;
  color: var(--color-beige);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#staff #staff-slider .swiper-slide p {
  margin-top: 0.5em;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #staff #staff-slider {
    margin-top: 45px;
  }
  #staff #staff-slider:before {
    left: 0;
    top: -20px;
    font-size: 20px;
  }
  #staff #staff-slider .swiper-wrapper {
    justify-content: normal;
  }
  #staff #staff-slider .swiper-slide {
    width: 200px;
  }
  #staff #staff-slider .swiper-slide .swiper-slide-item {
    padding: 10px;
  }
  #staff #staff-slider .swiper-slide .job:before {
    border-right-width: 35px;
    border-left-width: 35px;
    border-top-width: 35px;
    border-bottom-width: 35px;
  }
  #staff #staff-slider .swiper-slide .job span {
    font-size: 14px;
    left: -12px;
    top: 18px;
  }
  #staff #staff-slider .swiper-slide .name {
    font-size: 17px;
  }
  #staff #staff-slider .swiper-slide .name-en {
    margin-top: 0.5em;
    font-size: 11px;
  }
  #staff #staff-slider .swiper-slide p {
    font-size: 14px;
  }
}

/*=====================================
* MENU
=======================================*/
#menu {
  background-color: rgba(239, 239, 239, 0.45);
}
#menu .menu-block {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#menu .menu-block.only-sp {
  display: none;
}
#menu .menu-block .col {
  width: 43.8%;
}
#menu .menu-block h3 {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-top: 48px;
  padding-left: 20px;
}
#menu .menu-block h3:first-of-type {
  margin-top: 0;
}
#menu .menu-block .menu-list {
  padding: 0 20px 30px;
  border-bottom: 1px solid #d8d8d8;
}
#menu .menu-block .menu-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 1.5em;
}
#menu .note {
  width: 100%;
  margin-top: 45px;
  line-height: 2;
  padding: 30px;
}
@media only screen and (max-width: 1024px) {
  #menu .menu-block.only-pc {
    display: none;
  }
  #menu .menu-block.only-sp {
    display: block;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  #menu {
    padding-bottom: 25px;
  }
  #menu .menu-block {
    margin-top: 25px;
  }
  #menu .menu-block.only-sp {
    padding: 0;
  }
  #menu .menu-block .col {
    width: 100%;
  }
  #menu .menu-block h3 {
    margin-top: 20px;
    font-size: 22px;
    padding-left: 15px;
  }
  #menu .menu-block h3:first-of-type {
    margin-top: 20px;
  }
  #menu .menu-block h3:before {
    width: 30px;
    height: 30px;
    top: -6px;
  }
  #menu .menu-block .menu-list {
    padding: 0 15px 25px;
  }
  #menu .menu-block .menu-list li {
    font-size: 17px;
    margin-top: 1em;
  }
  #menu .menu-block .menu-list.treatment {
    padding-bottom: 0;
    border-bottom: none;
  }
  #menu .note {
    font-size: 13px;
    line-height: 2;
    padding: 15px;
    margin-top: 40px;
  }
}

/*=====================================
* MAIN FOOTER
=======================================*/
#main-footer {
  background: #444;
}
#main-footer #copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
#main-footer #copyright img {
  width: 96px;
}
@media only screen and (max-width: 767px) {
  #main-footer {
    padding-bottom: 45px;
  }
  #main-footer #footer-nav {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  #main-footer #footer-nav.active {
    opacity: 1;
    visibility: visible;
  }
  #main-footer #footer-nav a {
    width: 50%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
  }
  #main-footer #footer-nav a.web {
    background-image: url("/httpdocs/assets/img/calendar-bg-sp.png");
  }
  #main-footer #footer-nav a.tel {
    background-image: url("/httpdocs/assets/img/phone-bg-sp.png");
  }
  #main-footer #copyright {
    height: 35px;
  }
  #main-footer #copyright img {
    width: 75px;
  }
}/*# sourceMappingURL=common.css.map */