@charset "UTF-8";
h1 {
  color: #fff;
}

h1 i {
  margin-right: 3px;
}

/*--------------------------------------------------------------------------
  main-img
--------------------------------------------------------------------------*/
h1 {
  color: #fff;
}

#main-img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  max-height: 1024px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-img::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 1024px;
  top: 60px;
  right: 0;
  background: url('../img/top/main-bg.png');
  background-size: cover;
  opacity: .3;
}

#main-img-bg {
  width: 50%;
  height: 100vh;
  max-height: 1024px;
  min-height: 700px;
  padding-top: 60px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: auto;
}

.main-title-sub {
  display: block;
  content: '';
  position: absolute;
  top: 55%;
  right: 10%;
  width: 70%;
  height: auto;
  z-index: 2;
}

.main-title-sub img {
  width: 100%;
  height: auto;
}

#vegas {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 1;
}

#vegas::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(229, 122, 145, 0.1);
  animation: fadeIn 2s linear;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main-img-contents {
  width: 35%;
  height: auto;
  padding-top: 80px;
  margin-left: 5%;
  box-sizing: border-box;
  font-family: 'Cinzel', serif;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.main-img-contents-small {
  font-size: 1rem;
}

.main-img-contents img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
}

.main-img-contents p {
  margin-top: 10px;
  margin-left: 1.5em;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

.main-img-contents-box {
  width: 60%;
  height: 60px;
  background: linear-gradient(45deg, #b2833d 0%, #fff2b1 50%, #966b33 100%);
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 4px;
  padding-left: 40px;
  margin-left: 1em;
  margin-top: 10px;
  outline: solid #fff 1px;
  outline-offset: -5px;
}

.main-img-contents-box a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  position: relative;
}

.main-img-contents-box a::after {
  display: block;
  content: '';
  width: 100%;
  ;
  height: 60px;
  position: absolute;
  top: -2%;
  left: 38%;
  transform: translate(-50%, 0);
  background: url('../img/top/btn-bg2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.main-img-contents-box i {
  line-height: 60px;
  margin-right: 20px;
  float: right;
  font-size: 1.2rem;
}

.main-img-feature {
  width: 80%;
  height: auto;
  margin: 10px 0 20px 1.5em;
}

.main-img-feature img {
  width: 100%;
  height: auto;
}

.main-img-in {
  width: auto;
  height: auto;
  margin-top: 2em;
}

.main-img-in a {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-bottom: 5px;
}

.main-img-in img {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 0;
  height: auto;
  box-shadow: 2px 2px 4px #999999;
}

.main-img-in-link {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: right;
}

.main-img-in-link i {
  margin-right: 5px;
}

/*--------------------------------------------------------------------------
  news/wp
--------------------------------------------------------------------------*/
#news {
  width: 100%;
  height: 48px;
  margin-top: 60px;
  background: #fafafa;
  position: relative;
  z-index: 1;
}

.news-list {
  width: 80%;
  max-width: 1024px;
  height: 48px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  list-style: none;
}

.news-list li {
  padding: 0 5px;
  box-sizing: border-box;
}

.news-list li:first-child {
  width: 6%;
  font-family: 'Raleway', sans-serif;
}

.news-list li+li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 14px;
  margin-top: -7px;
  border-right: 1px solid #999;
}

.news-list li:nth-child(2) {
  width: 79%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
}

#news_blog {
  width: 100%;
  max-width: calc(100% - 85px);
}

div#news_blog>article.wp-news-article {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.wp-news-article-title {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
}

.wp-news-article-top {
  width: 35%;
  display: flex;
  align-items: center;
}

.wp-news-article-date i {
  margin-right: 4px;
}

.wp-news-article-date {
  display: inline-block;
  line-height: 1.5;
  padding-right: 20px;
}

.wp-news-article-cat {
  min-width: 72.5px;
  line-height: 1.5;
  padding-right: 20px;
}

.wp-news-article-title h3 {
  width: 65%;
  font-size: 1.2rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp-news-article-title h3 a {
  border-bottom: 1px #D9D9D9 dashed;
}

.catnews01 {
  color: #fff;
  background: #e57a91;
  display: inline-block;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 2 !important;
}

.news-more {
  width: 80px;
  margin-left: auto;
}

.news-list li:last-child {
  width: 15%;
}

.news-sns {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
}

.news-sns a,
.news-sns img {
  display: block;
  width: 22px;
  height: auto;
  margin: 0 5px;
}

/*--------------------------------------------------------------------------
  menu
--------------------------------------------------------------------------*/
#menu {
  width: 100%;
  height: auto;
  padding: 100px 0 150px;
  background: linear-gradient(to right, #fff 0%, #fff 40%, #FCF3F4 100%);
  position: relative;
  z-index: 2;
}

#menu h2,
.menu-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

#menu h2 {
  width: 100%;
  height: auto;
  font-family: 'Cinzel', serif;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #684E4B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

#menu h2::after {
  display: block;
  content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(45deg, #E57A91, #FFD1AA, #E57A91);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#menu h2 span {
  font-size: 1.2rem;
}

#menu h3 img {
  width: 90px;
  height: auto;
  padding: 0;
  vertical-align: middle;
  margin-left: 1em;
}

.menu-container {
  width: 95%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.menu-img {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.menu-read {
  display: block;
  width: 100%;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 2.2rem;
  font-family: 'Cinzel', serif;
  color: #e57a91;
  line-height: 1.75;
  text-align: center;
}

.menu-read2 {
  display: block;
  line-height: 1.75;
  padding: 0 10px 10px 10px;
  font-family: 'Cinzel', serif;
  text-align: center;
}

.menu-tax {
  font-size: 1rem;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}

.menu-category {
  width: 30%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
}

.menu-category-link {
  display: block;
  width: 80%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 20px auto 0;
  background: #E57A91;
  border-radius: 8px;
}

.menu-category-link a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
}

.ribbon-content01 {
  position: absolute;
  top: 15px;
  left: -48px;
  width: 150px;
  height: 20px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: center;
  background: linear-gradient(-45deg, #b2833d 0%, #fff2b1 30%, #966b33 100%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.menu-category-img {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 0%;
}

.menu-category img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.menu-category-title {
  display: block;
  width: 50%;
  min-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #E57A91;
  background: #F7D9DF;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 2%;
}

.menu-category-title i {
  margin-right: 5px;
}

.menu-category h3 {
  color: #E57A91;
  font-size: 2.4rem;
  padding: 15px 0 15px 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.75;
  z-index: 1;
}

.menu-read3 {
  line-height: 1.75;
  padding: 0 40px;
  box-sizing: border-box;
}

.menu-category-price {
  width: 100%;
  height: auto;
  padding: 15px 40px;
  box-sizing: border-box;
  line-height: 1;
  margin-top: auto;
}

.menu-category-price p {
  display: block;
  text-align: center;
}

.course {
  background: #F7D9DF;
  padding: 0 20px;
  margin-right: 20px;
  font-size: 1.2rem;
}

.course i {
  display: none;
}

.pink {
  color: #e57a91;
  padding: 0 4px;
  font-family: 'Bebas Neue', cursive;
  font-size: 4.2rem;
  font-weight: bold;
}

.ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 0;
  z-index: 2;
  width: 12px;
  height: 80%;
  text-align: center;
  font-size: 1.4rem;
  color: white;
  background: linear-gradient(to bottom, #b2833d 0%, #fff2b1 50%, #966b33 100%);
}

.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 6px solid #966b33;
  border-right: 6px solid #966b33;
  border-bottom: 6px solid transparent;
}

.menu-price {
  background: #999;
  color: #fff;
  padding: 0 8px;
  margin-right: 5px;
  border-radius: 2px;
}

.wave {
  margin-top: 20px;
  text-align: center;
}

.wave p {
  display: inline-block;
  border-bottom: 4px solid #e57a91;
}

.wave span {
  display: inline-block;
  color: #e57a91;
  font-size: 4rem;
  line-height: 1;
}

.wave span {
  animation-name: wave;
  animation-duration: .4s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.wave span:nth-child(2) {
  animation-delay: .1s;
}

.wave span:nth-child(3) {
  animation-delay: .2s;
}

.wave span:nth-child(4) {
  animation-delay: .3s;
}

@keyframes wave {
  100% {
    transform: translate3d(0, -3px, 0);
  }
}

/*--------------------------------------------------------------------------
  feature
--------------------------------------------------------------------------*/
#feature {
  width: 100%;
  height: auto;
  position: relative;
}

#feature::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/top/main-bg4.png');
  background-size: cover;
  opacity: .1;
  z-index: -2;
}

.feature-bg {
  display: block;
  content: '';
  width: 18%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.feature-text-bg img {
  width: 100%;
  height: auto;
}

.feature-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.feature-text {
  width: 40%;
  height: auto;
  padding: 50px 0;
  position: relative;
}

.feature-text h2 {
  font-family: 'Cinzel', serif;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 1;
  color: #684E4B;
}

.feature-text h2 span {
  display: block;
  font-size: 1rem;
}

.feature-read {
  display: block;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #e57a91;
  line-height: 1.75;
  font-family: 'Cinzel', serif;
}

.feature-text-img {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

.feature-img {
  width: 100%;
  height: auto;
  outline-offset: -8px;
  outline: 1px solid #fff;
}

.feature-img img {
  width: 100%;
  height: auto;
}

.feature-img2 {
  display: block;
  content: '';
  width: 50%;
  height: auto;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature-img2 img {
  width: 100%;
  height: auto;
}

.feature-read2 {
  box-sizing: border-box;
  line-height: 1.75;
  text-align: justify;
  padding-top: 5px;
}

.feature-read2-pink {
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  color: #684E4B;
  border-bottom: 5px solid rgba(229, 122, 145, 1);
}

.feature-category {
  width: 50%;
  position: relative;
  padding: 50px 0;
}

.feature-category::after {
  display: block;
  content: '';
  width: 200%;
  height: 100%;
  margin-right: calc(100% - 100vw);
  background: rgba(253, 192, 185, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.feature-category h2 {
  font-family: 'Cinzel', serif;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.feature-category .feature-read {
  color: #fff;
  text-align: center;
}

.feature-category ul {
  list-style: none;
}

.feature-category li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.feature-category-img {
  width: 20%;
  height: auto;
  text-align: center;
}

.feature-category-img img {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 auto;
}

.feature-category-img p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.feature-category-img li img {
  width: 100%;
  height: auto;
}

.feature-category-text {
  width: 70%;
  line-height: 1.75;
}

.feature-category-text p {
  padding-top: 3px;
}

/*--------------------------------------------------------------------------
  blog
--------------------------------------------------------------------------*/
#blog {
  width: 100%;
  height: auto;
  padding: 150px 0 100px;
  position: relative;
}

#blog::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/review/main-bg.png');
  background-size: cover;
  opacity: .1;
  z-index: -1;
}

.insta {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
}

.blog-title {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

.blog-title h2 {
  display: flex;
  flex-direction: column;
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.4;
  color: #e57a91;
  margin-bottom: 20px;
}

.blog-read {
  font-size: 1.2rem;
  color: #e57a91;
}

.blog-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

.blog-review {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 30px;
}

.blog-review li {
  width: 23%;
  min-width: 300px;
  height: auto;
  border: 1px solid #e57a91;
  background: #fff;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .1);
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.blog-review-img {
  width: 100%;
  height: auto;
  text-align: center;
  min-height: 0%;
}

.blog-review-img img {
  width: 100%;
  height: auto;
}

.blog-review-title {
  display: flex;
  align-items: stretch;
}

.blog-review-title h3 {
  width: 95%;
  height: auto;
  color: #e57a91;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 10px;
  line-height: 1.5;
}

.blog-review-title h3 i {
  font-size: 1rem;
}

.blog-review-title h3 p {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 10px;
  box-sizing: border-box;
}

.blog-review li p {
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1.75;
  text-align: justify;
}

/*--------------------------------------------------------------------------
 faq
--------------------------------------------------------------------------*/
#faq {
  width: 100%;
  height: auto;
  background: #FCF1F3;
  overflow: hidden;
  padding: 100px 0;
}

.faq-container {
  width: 100%;
  max-width: 1280px;
  min-width: 880px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-title {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 60px;
}

.faq-title h2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.4;
}

.faq-read {
  font-size: 1.2rem;
  font-weight: bold;
}

.faq-container ul {
  width: 48%;
  min-width: 440px;
  height: auto;
  list-style: none;
  position: relative;
  margin-bottom: 60px;
}

.faq-container ul:last-child {
  margin-right: auto;
}

.faq-container-title {
  width: 100%;
  height: 60px;
  background: #e57a91;
  line-height: 60px;
  padding: 0 5px;
  box-sizing: border-box;
}

.faq-in-title {
  display: flex;
  display: flex;
  align-items: center;
}

.faq-in-title img {
  width: 24px;
  height: auto;
  display: block;
  margin: 0 5px;
}

.faq-in-title h2 {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Cinzel', serif;
}

/*アコーディオン*/
.acd-check {
  display: none;
}

.acd-label {
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  font-weight: bold;
  margin-bottom: 1px;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.btn-faq {
  background: #fff;
  box-sizing: border-box;
  display: block;
  color: #e57a91;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-faq-in {
  display: block;
  width: 50px;
  height: 100%;
  position: relative;
  color: #e57a91
}

.btn-faq-in i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.acd-content {
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  background: #FCFCFC;
  position: relative;
}

.acd-check:checked+.acd-label+.acd-content {
  width: 100%;
  height: auto;
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  visibility: visible;
}

.acd-content-sub {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.75;
}

.acd-content-sub ol {
  width: 100%;
  ;
  padding-left: 2em;
  box-sizing: border-box;
  line-height: 1.75;
  list-style: decimal;
}

.acd-content-sub ol ul {
  width: auto;
  margin-left: -2em;
  padding: 10px 40px;
  box-sizing: border-box;
  line-height: 1.75;
  list-style-type: disc;
  list-style-position: outside;
}

.acd-content-sub ul {
  width: auto;
  padding: 10px 40px;
  box-sizing: border-box;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.75;
  margin-bottom: 0;
  background: #FBECEF;
}

.red {
  color: red;
}

.answer {
  font-weight: bold;
  padding: 0 10px 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  color: #e57a91;
  line-height: 1.75;
  font-size: 1.6rem;
}

.acd-label img,
.answer img,
.answer-sub img {
  display: inline-block;
  width: 32px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

/*--------------------------------------------------------------------------
  column
--------------------------------------------------------------------------*/
#column {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.column {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}

.column h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  color: #e57a91;
}

.column h2 i,
.column-textarea h3 i {
  margin-right: 3px;
}

.column-cols {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.column-img {
  width: 25%;
  height: auto;
}

.column-img img {
  display: block;
  width: 100%;
  height: auto;
}

.column-textarea {
  width: 70%;
  height: auto;
}

.column-textarea h3 {
  font-size: 1.4rem;
  padding-top: 10px;
}

.column-textarea p {
  padding: 10px 0;
}

.column-link {
  width: 40%;
  height: auto;
}

.column-link a {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #e57a91;
}

/*--------------------------------------------------------------------------
  access
--------------------------------------------------------------------------*/
#access {
  display: none;
  width: 100%;
  height: auto;
}

.access-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.address {
  width: 60%;
  max-width: 768px;
  height: auto;
  padding: 80px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  margin-right: auto;
}

.address h2 img {
  width: auto;
  height: 60px;
  margin-bottom: 10px;
}

.address-tel {
  font-size: 1.6rem;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  text-decoration: underline;
}

.address ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.address li {
  width: 100%;
  display: flex;
  padding: 10px 0;
  font-size: 1.2rem;
  position: relative;
}

.address li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.address ul img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.address li>span {
  border-bottom: 1px solid #ddd;
}

iframe {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 550px;
}

@media screen and (max-width: 1400px) {
  #global-nav {
    max-width: 90%;
    min-width: 990px;
  }

  nav {
    width: calc(100% - 230px);
    height: 60px;
  }

  .global-nav-info {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .menu-category h3 {
    font-size: 2rem;
  }

  .menu-read3 {
    padding: 0 40px;
  }

  .menu-category-price p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
  }

  .course {
    display: block;
    width: 100%;
    max-width: 200px;
    background: none;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #666;
    font-weight: normal;
  }

  .course i {
    display: inline;
    color: #e57a91;
    margin-right: 3px;
  }

  .pink {
    font-size: 6rem;
  }

  .faq-container {
    width: 90%;
    max-width: 90%;
  }

  .blog-title,
  .blog-container {
    width: 90%;
    max-width: 90%;
  }

  .blog-review li {
    width: 30%;
    min-width: 250px;
  }

  .blog-review li:last-child {
    display: none;
  }

  .column-textarea h3,
  .column-textarea p,
  .column-link a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1024px) {
  #main-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: initial;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
  }

  #main-img::after {
    max-height: initial;
  }

  #main-img {
    flex-direction: column-reverse;
  }

  #main-img-bg {
    width: 100%;
    height: 70vh;
    min-height: initial;
    padding-top: 0;
  }

  #vegas {
    position: initial;
    width: 100%;
    height: 70vh !important;
    top: initial;
    left: initial;
    right: initial;
  }

  .main-title-sub {
    right: 15%;
  }

  .main-img-contents {
    width: 60%;
    padding-top: 60px;
    margin: 0 auto;
  }

  .main-img-contents img {
    width: 100%;
    max-width: 100%;
  }

  .main-img-feature {
    width: 90%;
  }

  .main-img-in a,
  .main-img-in img {
    width: 100%;
    max-width: 100%;
  }

  .menu-category {
    width: 45%;
  }

  .menu-category h3 {
    font-size: 2.4rem;
  }

  .column {
    width: 90%;
    max-width: initial;
  }

  .pink {
    font-size: 8rem;
  }
}

@media screen and (max-width: 896px) {
  #news {
    height: auto;
    margin-top: 0;
  }

  .news-list {
    width: 90%;
    max-width: 90%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-list li+li:before {
    display: none;
  }

  .news-list li:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }

  #news_blog {
    width: 100%;
    max-width: initial;
  }

  .news-more {
    width: 100%;
    min-width: initial;
    text-align: right;
  }

  .wp-news-article-title {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .wp-news-article-cat {
    min-width: 85px;
    padding-right: 0;
  }

  .wp-news-article-title h3 {
    width: 95%;
    margin-top: 5px;
  }

  .news-list li:last-child {
    display: none;
  }

  .menu-container {
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
  }

  .menu-img {
    width: 100%;
    flex-direction: column;
  }

  .menu-category {
    width: 100%;
  }

  .feature-container {
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
  }

  .feature-text,
  .feature-category {
    width: 100%;
  }

  .feature-category::after {
    margin: 0 calc(50% - 50vw);
  }

  .feature-category li {
    justify-content: initial;
  }

  .feature-category-text {
    width: 85%;
  }

  .faq-container {
    width: 70%;
    max-width: 70%;
    min-width: initial;
    height: auto;
    flex-direction: column;
  }

  .faq-container ul {
    width: 100%;
    min-width: initial;
  }

  .acd-label {
    height: auto;
    padding-right: 58px;
  }

  .blog-container {
    width: 90%;
    max-width: 90%;
  }

  #blog {
    padding: 100px 0;
  }

  .blog-review li {
    width: 48%;
    min-width: 48%;
    margin-bottom: 30px;
  }

  .blog-review li:last-child {
    display: initial;
  }

  .column {
    width: 70%;
    padding: 0;
  }

  .column h2 {
    line-height: 1.8;
    padding-bottom: 10px;
  }

  .column-cols {
    flex-direction: column;
  }

  .column-img {
    width: 50%;
    margin: 0 auto;
  }

  .column-textarea {
    width: 100%;
  }

  .column-textarea h3,
  .column-textarea p,
  .column-link a {
    font-size: 1.4rem;
  }

  .column-textarea h3,
  .column-textarea p {
    line-height: 1.8;
    text-align: justify;
  }

  .column-link {
    width: 60%;
    margin-left: auto;
  }
}

@media screen and (max-width: 480px) {
  .main-title-sub {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
  }

  .main-img-contents {
    width: 95%;
    padding-top: 0;
  }

  .main-img-contents img {
    width: 95%;
    max-width: 95%;
    padding-top: 30px;
    display: block;
    margin: 0 auto;
  }

  .main-img-contents p {
    margin-top: 10px;
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 1.2rem;
  }

  .main-img-feature {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }

  .main-img-feature img {
    padding: 0;
    margin: 0 auto;
  }

  .main-img-contents-box {
    width: 80%;
    margin-left: 1em;
  }

  .main-img-in {
    width: 95%;
    margin: 20px auto 0;
    box-sizing: border-box;
  }

  .main-img-in a,
  .main-img-in img {
    width: 100%;
    max-width: 100%;
  }

  #news {
    width: 95%;
    margin: 0 auto;
    background: #fff;
  }

  #news_blog {
    width: 100%;
    min-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .news-list {
    width: 100%;
    max-width: initial;
    border: 1px solid #e57a91;
    padding-bottom: 10px;
  }

  .news-list li:first-child {
    width: 100%;
    font-size: 2rem;
    background: #e57a91;
    color: #fff;
    text-align: center;
  }

  .news-list li:nth-child(2) {
    display: block;
  }

  .news-more a {
    padding-right: 10px;
  }

  .wp-news-article-top {
    width: 100%;
  }

  .wp-news-article-cat {
    min-width: 60px;
  }

  #menu {
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, #FCF3F4 100%);
    padding: 50px 0;
  }

  #menu h2 {
    font-size: 3.4rem;
  }

  #menu h2 span {
    font-size: 1rem;
  }

  .menu-container {
    width: 90%;
    margin: 0 auto;
  }

  .menu-read {
    font-size: 1.6rem;
  }

  .menu-read2 {
    font-size: 1.2rem;
    text-align: left;
  }

  .menu-category h3 {
    padding: 15px 0 15px 20px;
    font-size: 2.2rem;
  }

  .menu-category-title {
    min-width: 250px;
    font-size: 1.4rem;
  }

  .menu-read3 {
    padding: 0 20px;
  }

  .menu-category-price {
    padding: 15px 20px;
  }

  .course {
    padding: 5px 20px;
  }

  .pink {
    font-size: 6rem;
    border-bottom: 1px solid #e57a91;
  }

  .feature-container {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    font-size: 1.2rem;
  }

  .feature-text h2,
  .feature-category h2 {
    font-size: 2.8rem;
  }

  .feature-category li {
    padding: 10px 0;
    border-bottom: 1px dotted #fff;
  }

  .feature-category li:last-child {
    border-bottom: none;
  }

  .feature-category-img {
    width: 25%;
  }

  .feature-category-img img {
    height: 60px;
  }

  .feature-category-text {
    width: 75%;
  }

  .feature-read2-pink {
    font-size: 2.4rem;
  }

  .blog-container {
    padding: 50px 0;
  }

  #faq {
    padding: 50px 0;
  }

  .faq-title {
    margin-bottom: 30px;
  }

  .faq-container {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    height: auto;
    flex-direction: column;
  }

  .faq-container ul {
    min-width: initial;
    margin-bottom: 30px;
  }

  .acd-label {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .acd-label:after {
    height: 100%;
  }

  .acd-label img,
  .answer img,
  .answer-sub img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
  }

  .acd-content-sub {
    margin: 0 auto;
  }

  .acd-content-sub ul {
    padding: 10px 20px 10px 30px;
  }

  .acd-content-sub .contact-category-title-img {
    width: 40%;
  }

  .acd-content-sub .contact-category-title-img img {
    width: 100%;
  }

  .acd-content-sub h3 {
    width: 55%;
    font-size: 1.2rem;
  }

  .acd-content-sub .contact-category:first-child {
    margin-bottom: 10px;
  }

  #blog {
    padding: 50px 0;
  }

  .blog-container {
    width: 90%;
    max-width: 90%;
  }

  .blog-review li {
    width: 100%;
    min-width: 100%;
  }

  .column {
    width: 90%;
    padding: 0 10px;
  }

  .column-img {
    width: 80%;
  }

  .column-textarea h3 {
    font-size: 1.2rem;
  }

  .column-textarea p {
    font-size: 1.1rem;
  }

  .column-link {
    width: 80%;
  }

  #access {
    display: initial;
  }

  .access-container {
    flex-direction: column;
  }

  .address {
    width: 100%;
    padding: 30px;
  }

  .address ul {
    flex-direction: column;
  }

  .address li {
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px #e57a91 solid;
    margin: 5px 0;
  }

  .address li>span {
    border-bottom: none;
    color: #e57a91;
  }
}