@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}

body {
  background: #F97B22;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: 0.1em;
}

body.appear {
  background: #f8f9fa;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #555;
  text-decoration: none;
  outline: none;
}

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

/* heading */
h2 {
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
  color: #F97B22;
}

h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #F97B22;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}
/* font-family */
h1,
#g-nav-list li:nth-child(1),
#menu h2,
#profile h2,
#footer dl dd,
#splash-logo,
#lead .lead-area h2,
p.price {
  font-family: "Noto Sans JP", sans-serif;
}

/* area */
p.price {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  background-color: #FEE8B0;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px;
}

@media screen and (max-width: 940px) {
  .inner {
    padding: 30px;
  }
}
/* splash */
#splash-logo p {
  font-size: 1.8rem;
  font-weight: normal;
  white-space: nowrap;
}

/* top-header */
.header-area {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  text-align: center;
}

.header-area h1 {
  display: block;
  font-size: 5vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 10px;
  text-shadow: 0px 0px 5px #333;
}

.header-area p {
  font-size: 1.3vw;
  letter-spacing: 0.4em;
  margin: 0 0 20px 0;
}

.header-area p br {
  display: none;
}

@media screen and (max-width: 960px) {
  .header-area h1 {
    font-size: 2rem;
  }
  .header-area p {
    font-size: 0.8rem;
    white-space: none;
  }
  .header-area p br {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .header-area {
    width: 100%;
  }
}
/* header */
#course-page,
#contact-page {
  padding-top: 100px;
}

#header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: rgba(255,255,255,0.5); */
  box-sizing: border-box;
}

.header-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 50px 20px;
}

.header-container ul {
  display: flex;
  justify-content: flex-end;
}

.header-container li {
  margin-left: 20px;
}

.header-container a {
  transition: all 0.6s ease;
}

.header-container a:hover:not(.logo a) {
  color: #F97B22;
  transition: all 0.6s ease;
  /*ふわっとさせる間隔*/
}

.logo {
  text-align: center;
}

.logo p {
  font-size: 28px;
  line-height: 1.7rem;
  letter-spacing: 0.5rem;
}

.logo p span {
  font-size: 12px;
  letter-spacing: initial;
  margin-right: 4px;
}

#course-page .openbtn,
#contact-page .openbtn {
  display: none;
}

@media screen and (max-width: 940px) {
  .header-container {
    display: none;
  }
  #course-page .openbtn,
  #contact-page .openbtn {
    display: block;
  }
  #course-page,
  #contact-page {
    padding-top: 0;
  }
}
/* gnavi */
#g-nav-list li:nth-of-type(1) a {
  font-size: 2rem;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 20px 0;
  line-height: normal;
}

#g-nav-list li:nth-of-type(2) {
  animation-delay: 0.2s;
}

#g-nav-list li:nth-of-type(3) {
  animation-delay: 0.4s;
}

#g-nav-list li:nth-of-type(4) {
  animation-delay: 0.6s;
}

#g-nav-list li:nth-of-type(5) {
  animation-delay: 0.8s;
}

#g-nav-list li:nth-of-type(6) {
  animation-delay: 1.1s;
}

#g-nav-list li:nth-of-type(7) {
  animation-delay: 1.3s;
}

/* lead */
#lead {
  color: #fff;
  background-color: #F97B22;
}

#lead .lead-area h2 {
  text-align: center;
  line-height: 2;
  font-size: 1.65rem;
  color: #fff;
}

#lead .lead-wrap {
  margin: 0 auto;
  line-height: 2;
}

#lead .lead-wrap h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #fff;
}

#lead .lead-area .lead-btn {
  width: 10%;
  position: relative;
  top: 240px;
}

@media screen and (min-width: 768px) {
  #lead .lead-wrap {
    max-width: 740px;
  }
}
/* overview */
#overview.inner {
  max-width: 1340px;
}
#overview.inner h2 {
  font-size: 3.2rem;
}
#overview.inner p {
  text-align: justify;
}

.overview-area .overview-block-l,
.overview-area .overview-block-r {
  display: flex;
}
.overview-area .overview-block-l .overview-txt,
.overview-area .overview-block-r .overview-txt {
  width: 60%;
  padding: 5%;
  background-color: #ffffff;
  position: relative;
}
.overview-area .overview-block-l .overview-photo,
.overview-area .overview-block-r .overview-photo {
  width: 60%;
}
.overview-area .overview-block-l {
  margin: 2rem 0 7rem 0;
  flex-direction: row-reverse;
}
.overview-area .overview-block-l .overview-txt {
  margin: 5% -8% 0 0;
}
.overview-area .overview-block-r .overview-txt {
  margin: 5% 0 0 -8%;
}

@media screen and (min-width: 768px) {
  #overview h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .overview-area .overview-block-l,
  .overview-area .overview-block-r {
    flex-wrap: wrap;
  }
  .overview-area .overview-block-l .overview-txt,
  .overview-area .overview-block-r .overview-txt {
    width: 90%;
    padding-top: 10%;
  }
  .overview-area .overview-block-l .overview-photo,
  .overview-area .overview-block-r .overview-photo {
    position: relative;
    z-index: 1;
    width: 80%;
  }
  .overview-area .overview-block-l {
    flex-direction: row-reverse;
  }
  .overview-area .overview-block-l .overview-txt {
    margin: 0 0 0 0;
  }
  .overview-area .overview-block-l .overview-photo {
    margin: 0 20% -7% 0;
  }
  .overview-area .overview-block-r .overview-txt {
    margin: 0 0 0 0;
  }
  .overview-area .overview-block-r .overview-photo {
    margin: 0 0 -7% 20%;
  }
}
/* program */
#program.inner {
  max-width: 1340px;
}
#program.inner h2 {
  font-size: 3.2rem;
}
#program.inner h3 {
  text-align: center;
  margin: 1.5rem 0;
}
#program.inner p {
  margin-bottom: 20px;
  text-align: justify;
}
#program.inner mark {
  background-color: #FEE8B0;
}

#program-1,
#program-2,
#program-3,
#program-4 {
  margin-bottom: 8rem;
}

.program-nav {
  margin: 3rem 0;
  text-align: center;
}
.program-nav ul {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.program-nav ul li {
  margin-bottom: 10px;
}
.program-nav ul li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 270px;
  padding: 10px 0;
  background-color: #F97B22;
  color: #ffffff;
  border-radius: 10px;
  transition: all 0.3s;
}
.program-nav ul li a:hover {
  background-color: #FEE8B0;
}

.program-txt h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-left: 15px;
  border-left: 5px solid #F97B22;
}

.program-photo {
  max-width: 750px;
  width: 70%;
  margin: auto;
}

.fasting-product {
  background-color: rgba(254, 232, 176, 0.5019607843);
  padding: 3%;
  border-radius: 15px;
}
.fasting-product ul {
  list-style: disc;
  margin-left: 20px;
}
.fasting-product p {
  font-size: 12px;
  line-height: 1.25rem;
  margin-top: 5px;
}
.fasting-product p span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #555;
  padding-bottom: 10px;
}

.program-summary {
  border-top: 5px solid #F97B22;
  border-bottom: 5px solid #F97B22;
  background-color: #ffffff;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #program h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .program-photo {
    width: 100%;
  }
  .fasting-product {
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .program-nav ul {
    display: block;
  }
  .program-nav ul li a {
    width: 90%;
  }
}
/* access */
#access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 0 0 0 6%;
}

#access .access-img {
  width: 70%;
  min-height: 300px;
  background: url("../img/access.webp") no-repeat center;
  background-size: cover;
}

#access .access-area {
  width: 25%;
}

.access-map {
  width: 70%;
  height: 350px;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #access {
    display: block;
    padding: 0;
  }
  #access .access-area {
    padding: 1rem 0;
    width: 100%;
    text-align: center;
  }
  .access-map {
    width: 100%;
  }
}
#access h2 {
  font-size: 2.5rem;
}

#access .access-area p {
  font-size: 0.8rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* profile */
.profile-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 800px;
}

.profile-txt h3,
.profile-txt p {
  margin-bottom: 1rem;
}

.profile-img {
  width: 40%;
}

.profile-txt {
  width: 50%;
}

.profile-txt h3 span {
  display: block;
  font-size: 11px;
}

.profile-txt p {
  font-size: 16px;
}

.profile-block {
  max-width: 800px;
  margin: 0 auto;
}

.profile-block dl {
  display: flex;
  margin: 20px 0;
}

.profile-block dd {
  width: 85%;
}

.profile-block dt {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .profile-block dl {
    display: block;
    text-align: justify;
  }
  .profile-block dd {
    width: 100%;
  }
  .profile-block dt {
    width: 100%;
    font-weight: bold;
  }
}
@media screen and (max-width: 450px) {
  .profile-area {
    display: block;
  }
  .profile-img,
  .profile-txt {
    width: 100%;
  }
}
/* footer */
@media screen and (max-width: 900px) {
  #footer dl {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #footer dl dd {
    font-size: 1.5rem;
  }
}
#footer {
  background-color: #F97B22;
  color: #ffffff;
  padding: 20px 0 90px;
}

#footer .footer-list {
  width: 65%;
  text-align: right;
}

#footer ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 0.8rem;
  line-height: 3;
}

#footer small {
  text-align: center;
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  font-size: 0.7rem;
}

@media screen and (max-width: 900px) {
  #footer dl,
  #footer .footer-list,
  #footer small {
    width: 100%;
    text-align: center;
  }
}
/*========= フローティングバナー ===============*/
.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 100vw;
  display: flex;
}
.floating-banner .banner {
  display: flex;
  width: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.floating-banner .banner:first-child a {
  border-right: 1px solid #ccc;
}
.floating-banner .banner:hover {
  background: rgba(0, 0, 0, 0.8);
}
.floating-banner .banner a {
  width: 100%;
  padding: 0 5%;
  margin: 10px 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .floating-banner .banner a {
    justify-content: center;
  }
}
.floating-banner .banner a img {
  width: 45px;
  height: 45px;
}
.floating-banner .banner a p.copy {
  font-size: 14px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .floating-banner .banner a p.copy {
    width: auto;
    margin-left: 25px;
  }
}
.floating-banner .top {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .floating-banner .top {
    width: 65px;
  }
}
.floating-banner .top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #F97B22;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
.floating-banner .top a:hover {
  background: #999;
  height: 60px;
}
.floating-banner .top span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}/*# sourceMappingURL=layout.css.map */