@charset "UTF-8";
/*

//クリアフィックス
＊htmlの要素のClass属性（ .clearfix ）
＊SASS内で、プレースホルダーとして利用（ %clearfix ）


// htmlの要素に、Class属性として適用
<〜HTMLの要素〜 class="clearfix" ・・・> // 下記の名称設定値により適宜変更

// プレースホルダを利用して適用
〜セレクタ〜 {
@extend %clearfix; // 下記の名称設定値により適宜変更
}

*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
//スクリーンリーダー
＊htmlの要素のClass属性（ .screen-reader-text ）
＊SASS内で、プレースホルダーとして利用（ %screen-reader-text ）│

// htmlの要素に、Class属性として適用
<〜HTMLの要素〜 class="screen-reader-text" ・・・> // 下記の名称設定値により適宜変更

// プレースホルダを利用して適用
〜セレクタ〜 {
@extend %screen-reader-text; // 下記の名称設定値により適宜変更
}

*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  overflow: hidden;
}

.block_front-department .set01 .bg-obi2 {
  background: #e95377;
  background: -webkit-linear-gradient(90deg, #e95377 0%, rgb(246, 177, 108) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e95377), to(rgba(246, 177, 108, 0.7)));
  background: -webkit-linear-gradient(left, #e95377 0%, rgba(246, 177, 108, 0.7) 100%);
  background: linear-gradient(90deg, #e95377 0%, rgba(246, 177, 108, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e95377",endColorstr="#f6b16c",GradientType=1);
}

.block_front-department .set04 .bg-obi2 {
  background: #f5aa19;
  background: -webkit-linear-gradient(90deg, #f5aa19 0%, rgb(241, 148, 46) 63%, rgb(234, 101, 45) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f5aa19), color-stop(63%, rgba(241, 148, 46, 0.7)), to(rgba(234, 101, 45, 0.7)));
  background: -webkit-linear-gradient(left, #f5aa19 0%, rgba(241, 148, 46, 0.7) 63%, rgba(234, 101, 45, 0.7) 100%);
  background: linear-gradient(90deg, #f5aa19 0%, rgba(241, 148, 46, 0.7) 63%, rgba(234, 101, 45, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$vi-color-05",endColorstr="#ea652d",GradientType=1);
}

.block_front-department .set03 .bg-obi2 {
  background: #5390cd;
  background: -webkit-linear-gradient(90deg, #5390cd 0%, rgb(155, 155, 204) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5390cd), to(rgba(155, 155, 204, 0.7)));
  background: -webkit-linear-gradient(left, #5390cd 0%, rgba(155, 155, 204, 0.7) 100%);
  background: linear-gradient(90deg, #5390cd 0%, rgba(155, 155, 204, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5390cd",endColorstr="#9b9bcc",GradientType=1);
}

.block_front-department .set02 .bg-obi2 {
  background: #83c36b;
  background: -webkit-linear-gradient(90deg, #83c36b 0%, rgb(213, 207, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#83c36b), to(rgba(213, 207, 0, 0.7)));
  background: -webkit-linear-gradient(left, #83c36b 0%, rgba(213, 207, 0, 0.7) 100%);
  background: linear-gradient(90deg, #83c36b 0%, rgba(213, 207, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#83c36b",endColorstr="#d5cf00",GradientType=1);
}

.block_front-department .set05 .bg-obi2 {
  background: #e60012;
  background: -webkit-linear-gradient(90deg, #e60012 0%, rgb(246, 177, 108) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e60012), to(rgba(246, 177, 108, 0.7)));
  background: -webkit-linear-gradient(left, #e60012 0%, rgba(246, 177, 108, 0.7) 100%);
  background: linear-gradient(90deg, #e60012 0%, rgba(246, 177, 108, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e95377",endColorstr="#f6b16c",GradientType=1);
}

.page-food-course .block_front-department .set01 .bg-obi2 {
  background: #83c36b;
  background: -webkit-linear-gradient(90deg, #83c36b 0%, rgb(213, 207, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#83c36b), to(rgba(213, 207, 0, 0.7)));
  background: -webkit-linear-gradient(left, #83c36b 0%, rgba(213, 207, 0, 0.7) 100%);
  background: linear-gradient(90deg, #83c36b 0%, rgba(213, 207, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#83c36b",endColorstr="#d5cf00",GradientType=1);
}

.page-food-course .block_front-department .set02 .bg-obi2 {
  background: #e95377;
  background: -webkit-linear-gradient(90deg, #e95377 0%, rgb(246, 177, 108) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e95377), to(rgba(246, 177, 108, 0.7)));
  background: -webkit-linear-gradient(left, #e95377 0%, rgba(246, 177, 108, 0.7) 100%);
  background: linear-gradient(90deg, #e95377 0%, rgba(246, 177, 108, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e95377",endColorstr="#f6b16c",GradientType=1);
}

.page-food-course .block_front-department .set03 .bg-obi2 {
  background: #5390cd;
  background: -webkit-linear-gradient(90deg, #5390cd 0%, rgb(155, 155, 204) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5390cd), to(rgba(155, 155, 204, 0.7)));
  background: -webkit-linear-gradient(left, #5390cd 0%, rgba(155, 155, 204, 0.7) 100%);
  background: linear-gradient(90deg, #5390cd 0%, rgba(155, 155, 204, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5390cd",endColorstr="#9b9bcc",GradientType=1);
}

.page-food-course .block_front-department .set04 .bg-obi2 {
  background: #f5aa19;
  background: -webkit-linear-gradient(90deg, #f5aa19 0%, rgb(241, 148, 46) 63%, rgb(234, 101, 45) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f5aa19), color-stop(63%, rgba(241, 148, 46, 0.7)), to(rgba(234, 101, 45, 0.7)));
  background: -webkit-linear-gradient(left, #f5aa19 0%, rgba(241, 148, 46, 0.7) 63%, rgba(234, 101, 45, 0.7) 100%);
  background: linear-gradient(90deg, #f5aa19 0%, rgba(241, 148, 46, 0.7) 63%, rgba(234, 101, 45, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$vi-color-05",endColorstr="#ea652d",GradientType=1);
}

/* 書式スタイル
----------------------------------------------------*/
.txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.txt + .txt {
  padding-top: 14px;
}

.disp-bl {
  display: block;
}

.disp-ib {
  display: inline-block;
}

.disp-il {
  display: inline;
}

.mc-a {
  margin-right: auto;
  margin-left: auto;
}

.ta-c {
  text-align: center;
}

/* レイアウトスタイル
----------------------------------------------------*/
.floR {
  float: right;
}

@media only screen and (max-width: 768px) {
  .floR {
    float: none;
  }
}
.cf::after {
  content: "";
  display: table;
  clear: both;
}

.posi-rel {
  position: relative;
}

.posi-abs {
  position: absolute;
}

/* リンクスタイル
----------------------------------------------------- */
a {
  color: var(--beauty-main-color);
}
.food-home a {
  color: var(--food-main-color);
}

/* 汎用ボタンスタイル
----------------------------------------------------- */
a.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.btn.btn-01 {
  color: white;
  border-radius: 30px;
  padding: 8px 40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  background: #595757;
  border: 1px solid #595757;
}

a.btn.btn-01:hover {
  color: #595757;
  background: white;
  border: 1px solid #595757;
}

@media only screen and (max-width: 768px) {
  a.btn.btn-01 {
    padding: 10px 52px;
    background: white;
    border: 1px solid #595757;
    color: #595757;
  }
}
a.btn.btn-02 {
  color: white;
  border-radius: 60px;
  padding: 21px 104px;
  font-weight: bold;
  background: transparent;
  border: 1px solid white;
}

a.btn.btn-02:hover {
  background: white;
  color: black;
}

a.btn.btn-02.f21 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  a.btn.btn-02 {
    padding: 10px 52px;
  }
  a.btn.btn-02.f21 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
a.btn.btn-03 {
  padding: 8px 0;
  font-weight: bold;
  display: block;
}

.scroll_anime {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scroll_anime.fuwa {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.scroll_anime.fuwa.scroll__start {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scroll_anime.fuwa-up {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}

.scroll_anime.fuwa-up.scroll__start {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.scroll_anime.fuwa-down {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
}

.scroll_anime.fuwa-down.scroll__start {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.scroll_anime.fuwa-right {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}

.scroll_anime.fuwa-right.scroll__start {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.scroll_anime.fuwa-left {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  opacity: 0;
}

.scroll_anime.fuwa-left.scroll__start {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

/* 共用ページスタイル
----------------------------------------------------- */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 各ページスタイル */
/* general style */
.visual-header {
  width: 100%;
  height: 260px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .visual-header {
    height: 200px;
  }
}
.visual-header h1 {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .visual-header h1 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.col1 {
  float: left;
}
@media only screen and (max-width: 768px) {
  .col1 {
    float: inherit;
  }
}

.col2:nth-child(2n+1) {
  float: left;
}

.col2:nth-child(2n+2) {
  float: right;
}

@media only screen and (max-width: 768px) {
  .col2:nth-child(2n+1),
  .col2:nth-child(2n+2) {
    float: inherit;
  }
}
.icon {
  border-radius: 5px;
  border: 2px solid;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
}

.tbl-set {
  width: 1100px;
  margin: auto;
  border: none;
}

.tbl-set + .tbl-set {
  margin-top: 40px;
}

.tbl-set table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 1100px;
}

.tbl-set thead tr {
  background-color: #595757;
}

.tbl-set thead th {
  color: white;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 18px 0;
  border: 1px solid #dcdddd;
}

.tbl-set tbody tr > td:first-child {
  font-weight: bold;
  width: 390px;
}

.tbl-set tbody tr + tr {
  border-top: 1px solid #dcdddd;
}

.tbl-set tbody tr:last-child {
  border-bottom: 1px solid #dcdddd;
}

.tbl-set tbody td {
  text-align: center;
  padding: 14px 0;
  background: white;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tbl-set tbody td:nth-child(2),
.tbl-set tbody td:nth-child(3),
.tbl-set tbody td:nth-child(4),
.tbl-set tbody td:nth-child(5),
.tbl-set tbody td:nth-child(6) {
  border-left: 1px solid #dcdddd;
}

.tbl-set tbody td p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.tbl-set tbody td p strong {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.tbl-set tbody td {
  border-right: 1px solid #dcdddd;
}

.tbl-set tbody td:first-child {
  border-left: 1px solid #dcdddd;
}

@media only screen and (max-width: 768px) {
  .tbl-set {
    width: 100%;
    margin: auto;
    padding-bottom: 8px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tbl-set::-webkit-scrollbar {
    height: 5px;
  }
  .tbl-set::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .tbl-set::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
/*---------------------------------------------------------*/
.margin-wrap {
  margin: 0 auto;
  width: 1100px;
}
@media only screen and (max-width: 768px) {
  .margin-wrap {
    width: 94%;
  }
}

/**/
.department-content .content-set {
  position: relative;
}

.department-content .content-set + .content-set {
  margin: 100px 0 0 0;
}

.department-content .margin-wrap {
  position: relative;
  z-index: 10;
}

.list_department {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_department li {
  width: 31.7%;
  margin: 0 0 0 2%;
  background-color: #fff;
  background-image: url(../img/home/border03.png);
}
.page-food-course .list_department li {
  width: 49%;
}

.list_department li:first-child {
  margin: 0 !important;
}

.list_department .dep-thumbnail {
  text-align: center;
}

.list_department .area_text {
  background: #fff;
  padding: 12px;
}

.list_department .area_text .dep-name {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, #e95377));
  background: -webkit-linear-gradient(#fff 60%, #e95377 40%);
  background: linear-gradient(#fff 60%, #e95377 40%);
}
.page-food-course .list_department .area_text .dep-name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, var(--food-main-color-2)));
  background: -webkit-linear-gradient(#fff 60%, var(--food-main-color-2) 40%);
  background: linear-gradient(#fff 60%, var(--food-main-color-2) 40%);
}

.set02 .list_department .area_text .dep-name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, #83c36b));
  background: -webkit-linear-gradient(#fff 60%, #83c36b 40%);
  background: linear-gradient(#fff 60%, #83c36b 40%);
}
.page-food-course .set02 .list_department .area_text .dep-name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, var(--beauty-main-color-2)));
  background: -webkit-linear-gradient(#fff 60%, var(--beauty-main-color-2) 40%);
  background: linear-gradient(#fff 60%, var(--beauty-main-color-2) 40%);
}

.set03 .list_department .area_text .dep-name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, #5390cd));
  background: -webkit-linear-gradient(#fff 60%, #5390cd 40%);
  background: linear-gradient(#fff 60%, #5390cd 40%);
}
.page-food-course .set03 .list_department .area_text .dep-name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, #5390cd));
  background: -webkit-linear-gradient(#fff 60%, #5390cd 40%);
  background: linear-gradient(#fff 60%, #5390cd 40%);
}

.set04 .list_department .area_text .dep-name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, #f5aa19));
  background: -webkit-linear-gradient(#fff 60%, #f5aa19 40%);
  background: linear-gradient(#fff 60%, #f5aa19 40%);
}
.page-food-course .set04 .list_department .area_text .dep-name {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, #f5aa19));
  background: -webkit-linear-gradient(#fff 60%, #f5aa19 40%);
  background: linear-gradient(#fff 60%, #f5aa19 40%);
}

.set05 .list_department .area_text .dep-name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(40%, #e60012));
  background: -webkit-linear-gradient(#fff 60%, #e60012 40%);
  background: linear-gradient(#fff 60%, #e60012 40%);
}

.list_department .area_text .dep-text {
  min-height: 2.8em;
}

.obi-temp .fade_anime {
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.obi-temp .content-set.scroll__start .fade_anime {
  opacity: 1;
}

.obi-temp .bg-obi1 {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 0%;
  min-width: 0px;
  height: 85%;
  top: -30px;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
}

.obi-temp .bg-obi2 {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 0%;
  min-width: 0px;
  height: 93%;
  top: 60px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.obi-temp .content-set.scroll__start .bg-obi1,
.obi-temp .content-set.scroll__start .bg-obi2 {
  width: 92%;
  min-width: 1100px;
}

.block_front-department .bg-obi1 {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .block_front-department .bg-obi1 {
    background: none;
  }
}

@media only screen and (min-width: 1440px) {
  .column1 .list_department li {
    width: 100%;
    margin: 0;
  }
  .column1 .list_department a {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .column1 .list_department .dep-thumbnail {
    width: 50%;
    float: left;
  }
  .column1 .list_department .area_text {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .block_front-department {
    padding: 40px 0 0;
  }
  .block_front-department .sec-title {
    width: 80%;
  }
  .department-content {
    padding: 50px 0 80px;
  }
  .list_department {
    margin: 0 auto;
  }
  .list_department li {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .page-food-course .list_department li {
    width: 100%;
  }
  .list_department li:first-child {
    margin: 0 0 25px 0 !important;
  }
  .list_department .area_text {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .list_department .area_text {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .obi-temp .bg-obi1,
  .obi-temp .bg-obi2 {
    width: 0%;
    min-width: 0;
    height: 95%;
    top: -20px;
  }
  .obi-temp .bg-obi1 {
    height: 100%;
  }
  .obi-temp .bg-obi2 {
    top: 50px;
  }
  .obi-temp .set01 .bg-obi2 {
    height: 96.5%;
  }
  .obi-temp .content-set.scroll__start .bg-obi1,
  .obi-temp .content-set.scroll__start .bg-obi2 {
    width: 93%;
    min-width: 0;
  }
}
/**/
.achievement {
  margin: 0 auto 50px;
  width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-points {
  background: #f4f1ec;
  padding: 30px 0 60px;
}

@media only screen and (max-width: 768px) {
  .achievement {
    display: block;
    margin: 0 auto 50px;
    width: 80%;
  }
  .achievement li {
    margin-bottom: 40px;
  }
  .achievement li img {
    display: block;
    margin: auto;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アンカーリンクリスト */
.anchor_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3rem;
  background-color: var(--beauty-main-color);
}
.food-home .anchor_link {
  background-color: var(--food-main-color);
}
.anchor_link > div {
  border-right: 1px solid #fff;
  width: calc(33.3333333333% - 5px);
  text-align: center;
  margin: 15px 0;
}
.anchor_link > div:nth-child(3n) {
  border: none;
}
@media only screen and (max-width: 768px) {
  .anchor_link > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.anchor_link a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 0 15px;
}
.anchor_link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.anchor_link a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: inline-block;
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .anchor_link a::after {
    display: block;
    margin: 0;
    text-align: center;
  }
}
.anchor_link a:hover::before {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .anchor_link a.guide-link {
    margin: 0 13px;
    font-size: 12px;
  }
}
.anchor_link.anchor_link-interview {
  background: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anchor_link.anchor_link-interview > div {
  margin: 0 5px;
  padding: 15px 0;
  background-color: var(--beauty-main-color-2);
  border: none;
}
.anchor_link.anchor_link-interview > div:last-child {
  background-color: var(--food-main-color-2);
}
.anchor_link.anchor_link-movie {
  background: none;
  gap: 1rem;
}
.anchor_link.anchor_link-movie > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 15px 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  .anchor_link.anchor_link-movie > div {
    padding: 1rem 0;
  }
}
.anchor_link.anchor_link-movie > div {
  background-color: var(--food-main-color-2);
}
.anchor_link.anchor_link-movie > div:first-child {
  background-color: var(--beauty-main-color-2);
}
.anchor_link.anchor_link-movie > div:last-child {
  background-color: #f5aa19;
}
@media only screen and (max-width: 768px) {
  .anchor_link.anchor_link-movie > div a {
    font-size: 1rem;
    margin: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンスタイル */
.button-small, .button-radius, .button {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 280px;
  margin: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .button-small, .button-radius, .button {
    min-width: inherit;
    width: 90%;
  }
}
.button-small:hover, .button-radius:hover, .button:hover {
  color: #fff;
  opacity: 0.9;
}
.button-01.button-small, .button-01.button-radius, .button-01.button {
  background-color: #65b5eb;
  border-color: #65b5eb;
}
.button-02.button-small, .button-02.button-radius, .button-02.button {
  background-color: #ea528e;
  border-color: #ea528e;
}
.button-03.button-small, .button-03.button-radius, .button-03.button {
  background-color: #03ba00;
  border-color: #03ba00;
}
.button-04.button-small, .button-04.button-radius, .button-04.button {
  background-color: #e95377;
  border-color: #e95377;
}
.button-05.button-small, .button-05.button-radius, .button-05.button {
  background-color: #f5aa19;
  border-color: #f5aa19;
}
.button-06.button-small, .button-06.button-radius, .button-06.button {
  background-color: #5390cd;
  border-color: #5390cd;
}
.button-07.button-small, .button-07.button-radius, .button-07.button {
  background-color: #83c36b;
  border-color: #83c36b;
}

.button-wrapper {
  text-align: center;
}

.button-radius {
  border-radius: 30px;
}

.button-small {
  min-width: 210px;
}

.button-arrow-left, .button-arrow-right {
  position: relative;
  padding: 1rem 2rem;
}
.button-arrow-left:after, .button-arrow-right:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 1em;
  width: 1em;
  line-height: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.button-arrow-right:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  right: 10px;
}
.button-arrow-right:hover:after {
  right: 7px;
}

.button-arrow-left:after {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  left: 10px;
}
.button-arrow-left:hover:after {
  left: 7px;
}

.button-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .button-list {
    display: block;
    text-align: center;
  }
}

.block_course-event {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .block_course-event {
    padding: 30px 0;
  }
}
.block_course-event .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_course-event .flex-box img {
  max-width: 360px;
  width: 100%;
}

.festa {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.festa > div {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .festa > div {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .festa .festa-01 {
    padding-top: 20px;
  }
}
.festa .festa-02 {
  margin: 40px auto;
  padding: 0;
  background: #ece1eb;
}
@media only screen and (max-width: 768px) {
  .festa .festa-02 {
    margin: 0 auto;
  }
}
.festa .festa-02 section img {
  vertical-align: middle;
}
.festa .festa-02 .button-wrapper {
  text-align: center;
  padding: 30px 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .festa .festa-02 .button-wrapper {
    padding: 40px 0;
  }
}
.festa .festa-02 .button-wrapper a {
  display: block;
}
.festa .festa-02 .button-wrapper a img {
  max-width: 530px;
  width: 90%;
  height: auto;
}
.festa .festa-02 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .festa .festa-02 .list {
    display: block;
    padding: 0 20px;
  }
}
.festa .festa-02 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #808081;
  padding: 20px;
}
.festa .festa-02 li:first-child {
  border: 0;
}
@media only screen and (max-width: 768px) {
  .festa .festa-02 li {
    border-top: 1px solid #808081;
    border-width: 1px 0 0;
    display: block;
    padding: 20px 0;
  }
}
.festa .festa-02 .image-box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .festa .festa-02 .image-box {
    width: 100%;
    text-align: center;
  }
}
.festa .festa-02 .image-box img {
  padding-bottom: 5px;
}
.festa .festa-02 .text-box {
  width: 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .festa .festa-02 .text-box {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.festa .festa-02 .text-box .text {
  padding-bottom: 10px;
  text-align: left;
}
.festa .festa-02 .line {
  float: right;
}
@media only screen and (max-width: 768px) {
  .festa .festa-02 .line {
    float: none;
    margin-top: 10px;
  }
}
.festa .festa-02 .line img {
  width: 120px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .festa .festa-02 .line img {
    width: 200px;
  }
}
.festa .festa-03 {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .festa .festa-03 {
    width: 94%;
    padding-top: 40px;
  }
}
.festa .festa-03 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 768px) {
  .festa .festa-03 .list {
    display: block;
    margin: 0;
  }
}
.festa .festa-03 li {
  width: 33.333%;
  padding: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .festa .festa-03 li {
    width: 100%;
    padding: 10px 0;
  }
}
.festa .festa-03 li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .festa .festa-03 li img {
    width: 45%;
    float: left;
  }
  .festa .festa-03 li img:last-child {
    width: 55%;
    padding-left: 10px;
  }
}
.festa .festa-03 .notes {
  font-size: 11px;
}
.festa .festa-04 {
  padding-bottom: 110px;
  width: 94%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .festa .festa-04 {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.festa .festa-04 .title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .festa .festa-04 .title {
    font-size: 1.4em;
  }
}
.festa .festa-04 .title br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .festa .festa-04 .title br {
    display: block;
  }
}
.festa .festa-04 img {
  width: 100%;
  height: 1px;
}
.festa .festa-04 .move {
  max-width: 980px;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 50px;
  padding-top: 56%;
}
@media only screen and (max-width: 768px) {
  .festa .festa-04 .move {
    margin-top: 20px;
  }
}
.festa .festa-04 .move iframe {
  vertical-align: middle;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.festa2019 {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.festa2019 .attention {
  text-align: center;
}
.festa2019 .box {
  background: red;
  padding: 0.5rem;
}
.festa2019 .box a:hover {
  opacity: 0.9;
}
.festa2019 .box .text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .festa2019 .box .text {
    line-height: 1.6;
    padding: 10px;
    font-size: 24px;
  }
}
.festa2019 .box .text .arrow {
  width: 27px;
  height: 55px;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .festa2019 .box .text .arrow {
    width: 24px;
    height: 38px;
    padding-left: 5px;
  }
}
.festa2019 .box span {
  background: #fff;
  color: red;
  padding: 5px 10px;
  margin-right: 10px;
}
.festa2019 > div {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .festa2019 > div {
    padding: 30px 0;
  }
}
.festa2019 .title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .festa2019 .title {
    font-size: 1.4em;
  }
}
.festa2019 .title br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .festa2019 .title br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .festa2019 img {
    width: 100%;
    height: auto;
  }
}
.festa2019 .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .festa2019 .flex-box {
    display: block;
    overflow: hidden;
  }
}
.festa2019 .flex-box > div {
  width: 50%;
  margin: 4em auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .festa2019 .flex-box > div {
    width: 100%;
  }
}
.festa2019 .flex-box > div img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .festa2019 .flex-box > div img {
    width: 90%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .festa2019 .festa-03 {
    width: 90%;
    margin: auto;
  }
}
.festa2019 .festa-03 .image-box {
  background-color: #fbeaf0;
}
@media only screen and (max-width: 768px) {
  .festa2019 .festa-04 {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .festa2019 .festa-05 {
    width: 90%;
    margin: auto;
  }
}
.festa2019 .festa-05 .image-box {
  background-color: #e6e6e6;
}
.festa2019 .move {
  max-width: 980px;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 50px;
  padding-top: 56%;
}
@media only screen and (max-width: 768px) {
  .festa2019 .move {
    margin-top: 20px;
  }
}
.festa2019 .move iframe {
  vertical-align: middle;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.festa2019 .festa-coupon {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .festa2019 .festa-coupon {
    width: 90%;
    margin: 0 auto 3rem;
  }
}
.festa2019 .festa-coupon .coupon-image {
  max-width: 1000px;
  margin: 3rem auto;
}
@media only screen and (max-width: 768px) {
  .festa2019 .festa-coupon .coupon-image {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.festa2019 .festa-coupon .title {
  max-width: 540px;
  margin: 6rem auto 2rem;
}
@media only screen and (max-width: 768px) {
  .festa2019 .festa-coupon .title {
    margin: 2rem auto;
  }
}
.festa2019 .festa-coupon .text {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .festa2019 .festa-coupon .text {
    font-size: 1rem;
  }
}
.festa2019 .festa-coupon .text .yellow-bg {
  background-color: yellow;
  font-size: 1.6rem;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .festa2019 .festa-coupon .text .yellow-bg {
    font-size: 1rem;
  }
}
.festa2019 .festa-coupon a {
  display: block;
  margin: 4rem auto;
  max-width: 460px;
}
@media only screen and (max-width: 768px) {
  .festa2019 .festa-coupon a {
    max-width: 300px;
    margin: 2rem auto 4rem;
  }
}
.festa2019 .pr {
  position: relative;
}
.festa2019 .pr .pa_btn1,
.festa2019 .pr .pa_btn2,
.festa2019 .pr .pa_btn3 {
  position: absolute;
  width: 28%;
  right: 11%;
}
@media only screen and (max-width: 768px) {
  .festa2019 .pr .pa_btn1,
  .festa2019 .pr .pa_btn2,
  .festa2019 .pr .pa_btn3 {
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.festa2019 .pr .pa_btn1 {
  bottom: 73%;
}
@media only screen and (max-width: 768px) {
  .festa2019 .pr .pa_btn1 {
    bottom: 71.2%;
  }
}
.festa2019 .pr .pa_btn2 {
  bottom: 33.2%;
}
.festa2019 .pr .pa_btn3 {
  bottom: 2%;
}
@media only screen and (max-width: 768px) {
  .festa2019 .pr .pa_btn3 {
    bottom: 2.4%;
  }
}
.festa2019 .fsgproject {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .festa2019 .fsgproject {
    width: 60%;
    margin: 0 auto;
  }
}

.summer-festa:not(body) {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.summer-festa:not(body) > div {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .summer-festa:not(body) > div {
    padding: 30px 0;
  }
}
.summer-festa:not(body) .title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .summer-festa:not(body) .title {
    font-size: 1.4em;
  }
}
.summer-festa:not(body) .title br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .summer-festa:not(body) .title br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .summer-festa:not(body) img {
    width: 100%;
    height: auto;
  }
}
.summer-festa:not(body) .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .summer-festa:not(body) .flex-box {
    display: block;
    overflow: hidden;
  }
}
.summer-festa:not(body) .flex-box > div {
  width: 50%;
  margin: 4em auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .summer-festa:not(body) .flex-box > div {
    width: 100%;
  }
}
.summer-festa:not(body) .flex-box > div img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .summer-festa:not(body) .flex-box > div img {
    width: 90%;
    height: auto;
  }
}
.summer-festa:not(body) .festa-02 {
  padding-top: 0;
  padding-bottom: 0;
}
.summer-festa:not(body) .festa-02 .text-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 2em;
  gap: 20px 0;
}
@media only screen and (max-width: 768px) {
  .summer-festa:not(body) .festa-02 .text-flex {
    margin-bottom: 0.7em;
  }
}
.summer-festa:not(body) .festa-02 .text-flex > a {
  border-left: 1px solid #efefef;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .summer-festa:not(body) .festa-02 .text-flex > a {
    width: 25%;
  }
  .summer-festa:not(body) .festa-02 .text-flex > a:nth-child(4) {
    border-left: 1px solid #efefef;
  }
}
.summer-festa:not(body) .festa-02 .text-flex > a:first-child {
  border-left: 0;
}

.festa-0723 {
  background: -webkit-linear-gradient(135deg, #f7edaa 25%, #f7f3da 25%, #f7f3da 50%, #f7edaa 50%, #f7edaa 75%, #f7f3da 75%, #f7f3da);
  background: linear-gradient(-45deg, #f7edaa 25%, #f7f3da 25%, #f7f3da 50%, #f7edaa 50%, #f7edaa 75%, #f7f3da 75%, #f7f3da);
  background-size: 25px 25px;
}
.festa-0723 .content {
  display: block;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .festa-0723 .content {
    padding-top: 40px;
  }
}
.festa-0723 .content .button-list {
  margin: 3rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .festa-0723 .content .button-list {
    margin: 2rem 0 2rem;
  }
}
.festa-0723 .content .button-list a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0723 #menu_bar01:checked ~ #links01 li {
  height: auto;
  opacity: 1;
}

.festa-0730 .content {
  display: block;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .festa-0730 .content {
    padding-top: 40px;
  }
}
.festa-0730 .content .button-list {
  margin: 3rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .festa-0730 .content .button-list {
    margin: 1rem 0 2rem;
  }
}
.festa-0730 .content .button-list a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0730 #menu_bar02:checked ~ #links02 li {
  height: auto;
  opacity: 1;
}

.festa-0731 {
  background: -webkit-linear-gradient(135deg, #f7edaa 25%, #f7f3da 25%, #f7f3da 50%, #f7edaa 50%, #f7edaa 75%, #f7f3da 75%, #f7f3da);
  background: linear-gradient(-45deg, #f7edaa 25%, #f7f3da 25%, #f7f3da 50%, #f7edaa 50%, #f7edaa 75%, #f7f3da 75%, #f7f3da);
  background-size: 25px 25px;
}

.festa-0803 .content-separater .margin-wrap .link {
  background-color: #29abe2;
}
.festa-0803 .content {
  display: block;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .festa-0803 .content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .festa-0803 .content .customize-list ul {
    width: 100%;
  }
}
.festa-0803 .content .customize-list li {
  margin: 3rem 0;
}
.festa-0803 .content .info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 20px;
}
@media only screen and (max-width: 768px) {
  .festa-0803 .content .info-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .festa-0803 .content .info-wrapper .button-list-0731 {
    text-align: center;
    margin-top: 10px;
  }
}
.festa-0803 .content .info-wrapper .button-list-0731 a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0803 .content .button-list {
  margin: 3rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .festa-0803 .content .button-list {
    margin: 1rem 0 2rem;
  }
}
.festa-0803 .content .button-list a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0803 #menu_bar03:checked ~ #links03 li {
  height: auto;
  opacity: 1;
}

.festa-0804 {
  background: -webkit-linear-gradient(135deg, #f7edaa 25%, #f7f3da 25%, #f7f3da 50%, #f7edaa 50%, #f7edaa 75%, #f7f3da 75%, #f7f3da);
  background: linear-gradient(-45deg, #f7edaa 25%, #f7f3da 25%, #f7f3da 50%, #f7edaa 50%, #f7edaa 75%, #f7f3da 75%, #f7f3da);
  background-size: 25px 25px;
}
.festa-0804 .content {
  display: block;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .festa-0804 .content {
    padding-top: 40px;
  }
}
.festa-0804 .content .button-list {
  margin: 3rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .festa-0804 .content .button-list {
    margin: 1rem 0 2rem;
  }
}
.festa-0804 .content .button-list a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0804 .content .button-list-white {
  text-align: center;
  margin: 3rem;
}
@media only screen and (max-width: 768px) {
  .festa-0804 .content .button-list-white {
    margin: 1rem 0;
  }
}
.festa-0804 .content .button-list-white .button-01.button {
  background: #fff;
  color: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0804 #menu_bar04:checked ~ #links04 li {
  height: auto;
  opacity: 1;
}

.festa-0806 .content {
  display: block;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .festa-0806 .content {
    padding-top: 40px;
  }
}
.festa-0806 .content .info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 20px;
}
@media only screen and (max-width: 768px) {
  .festa-0806 .content .info-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .festa-0806 .content .info-wrapper .button-list-0731 {
    text-align: center;
    margin-top: 10px;
  }
}
.festa-0806 .content .info-wrapper .button-list-0731 a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0806 .content .button-list {
  margin: 3rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .festa-0806 .content .button-list {
    margin: 1rem 0 2rem;
  }
}
.festa-0806 .content .button-list a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0806 .content .img_student {
  margin: 3rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .festa-0806 .content .img_student {
    margin: 1rem 0 3rem;
  }
}
.festa-0806 #menu_bar05:checked ~ #links05 li {
  height: auto;
  opacity: 1;
}

.festa-0807 {
  background: -webkit-linear-gradient(135deg, #f7edaa 25%, #f7f3da 25%, #f7f3da 50%, #f7edaa 50%, #f7edaa 75%, #f7f3da 75%, #f7f3da);
  background: linear-gradient(-45deg, #f7edaa 25%, #f7f3da 25%, #f7f3da 50%, #f7edaa 50%, #f7edaa 75%, #f7f3da 75%, #f7f3da);
  background-size: 25px 25px;
  margin-top: 30px;
}
.festa-0807 .content {
  display: block;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .festa-0807 .content {
    padding-top: 40px;
  }
}
.festa-0807 .content .info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 20px;
}
@media only screen and (max-width: 768px) {
  .festa-0807 .content .info-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .festa-0807 .content .info-wrapper .button-list-0731 {
    text-align: center;
    margin-top: 10px;
  }
}
.festa-0807 .content .info-wrapper .button-list-0731 a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0807 .content .button-list {
  margin: 3rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .festa-0807 .content .button-list {
    margin: 1rem 0 2rem;
  }
}
.festa-0807 .content .button-list a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.festa-0807 .content .img_student {
  margin: 3rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .festa-0807 .content .img_student {
    margin: 1rem 0 3rem;
  }
}
.festa-0807 #menu_bar06:checked ~ #links06 li {
  height: auto;
  opacity: 1;
}

.summer-festa-contents .menu {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 0;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .menu {
    width: 90%;
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .menu {
    width: 100%;
    padding: 50px 0;
  }
}
.summer-festa-contents .menu ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .menu ul {
    width: 90%;
    margin: auto;
  }
}
.summer-festa-contents .menu ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.summer-festa-contents input {
  display: none;
}
.summer-festa-contents label {
  display: block;
  cursor: pointer;
}
.summer-festa-contents label:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .content-separater .margin-wrap {
    width: 100%;
  }
}
.summer-festa-contents .content-separater .margin-wrap .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #ed85a7;
}
.summer-festa-contents .content-separater .margin-wrap .link > div {
  border-right: 1px solid #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.summer-festa-contents .content-separater .margin-wrap .link a {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .content-separater .margin-wrap .link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .content-separater .margin-wrap .link a {
    padding: 10px 0;
    font-size: 12px;
  }
}
.summer-festa-contents .content-separater .margin-wrap .link a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  margin-left: 3px;
}
.summer-festa-contents .content-separater .margin-wrap .link a:hover {
  opacity: 0.8;
}
.summer-festa-contents .info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 20px;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .info-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .info-wrapper .button-list-0731 {
    text-align: center;
    margin-top: 10px;
  }
}
.summer-festa-contents .info-wrapper .button-list-0731 a {
  background: #ed1e79;
  border-color: #ed1e79;
  border-radius: 50px;
}
.summer-festa-contents .schedule {
  font-size: 40px;
  font-weight: bold;
  color: #ed1e79;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .schedule {
    font-size: 22px;
  }
}
.summer-festa-contents .schedule span {
  font-size: 31px;
  background: #fff;
  border: 1px solid #ed1e79;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .schedule span {
    font-size: 20px;
  }
}
.summer-festa-contents .border {
  margin-bottom: 36px;
}
.summer-festa-contents .border p {
  padding-bottom: 10px;
}
.summer-festa-contents .border p .bg-pink {
  background: #ed85a7;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 7px;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .border p .bg-pink {
    font-size: 16px;
  }
}
.summer-festa-contents .department-name {
  background: #ed85a7;
  text-align: center;
}
.summer-festa-contents .department-name a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .department-name a {
    font-size: 11px;
  }
}
.summer-festa-contents .department-name a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  display: block;
  height: 20px;
  width: 15px;
  line-height: 1;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.summer-festa-contents .department-name a:hover {
  opacity: 0.8;
}
.summer-festa-contents .department-name-food {
  background: #83c36b;
  text-align: center;
}
.summer-festa-contents .department-name-food a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .department-name-food a {
    font-size: 11px;
  }
}
.summer-festa-contents .department-name-food a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  display: block;
  height: 20px;
  width: 15px;
  line-height: 1.3;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.summer-festa-contents .department-name-food a:hover {
  opacity: 0.8;
}
.summer-festa-contents .menu-wrapper {
  background: #fff;
}
.summer-festa-contents .menu-wrapper img {
  vertical-align: bottom;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .free-session-wrapper .block_free-session-flex {
    display: block;
  }
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .title-box {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  padding: 10px;
  min-height: 2.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .free-session-wrapper .block_free-session-flex .title-box {
    min-height: unset;
  }
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .text-box {
  padding: 20px 0;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .copy {
  text-align: center;
  font-size: 23px;
  line-height: 1.3;
  padding-bottom: 20px;
  min-height: 2.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .free-session-wrapper .block_free-session-flex .copy {
    min-height: unset;
  }
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .time {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .button-arrow-right:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  right: 10px;
  bottom: 15px;
  position: absolute;
  top: 0;
  margin: auto;
  display: block;
  height: 15px;
  width: 15px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex > * {
  width: 31%;
  margin: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .free-session-wrapper .block_free-session-flex > * {
    width: 100%;
  }
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .button-01.button {
  background-color: unset;
  border-color: unset;
  border: none;
  font-size: 24px;
  margin: 0;
  min-height: 4.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session01-box .time {
  background: #8cc63f;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session01-box .session01-content {
  padding: 20px;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session02-box .time {
  background: #2e3192;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session02-box .session02-content {
  padding: 20px;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session03-box .time {
  background: #b25db2;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session03-box .session03-content {
  padding: 20px;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session04-box .time {
  background: #f7931e;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session04-box .session04-content {
  padding: 20px;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session05-box {
  width: 31%;
  margin: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .free-session-wrapper .block_free-session-flex .session05-box {
    width: 100%;
  }
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session05-box .time {
  background: #29abe2;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session05-box .session05-content {
  padding: 20px;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session06-box {
  width: 31%;
  margin: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .free-session-wrapper .block_free-session-flex .session06-box {
    width: 100%;
  }
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session06-box .time {
  background: #9a7ac1;
}
.summer-festa-contents .free-session-wrapper .block_free-session-flex .session06-box .session06-content {
  padding: 20px;
}
.summer-festa-contents .link-box_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3.5%;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .link-box_flex {
    display: block;
  }
}
.summer-festa-contents .link-box_flex .link-box {
  width: 31%;
  background: #ed85a7;
  padding: 20px 5px;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .link-box_flex .link-box {
    width: 100%;
    margin: 2rem 0;
  }
}
.summer-festa-contents .link-box_flex .link-box .text-box {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .link-box_flex .link-box .text-box {
    font-size: 24px;
  }
}
.summer-festa-contents .link-box_flex .link-box .link-button {
  text-align: center;
}
.summer-festa-contents .link-box_flex .link-box .link-button .button-01.button {
  background: #fff;
  border-color: #ed85a7;
  border-radius: 50px;
  color: #ed85a7;
}
.summer-festa-contents .corner-title {
  background: -webkit-linear-gradient(135deg, #e5e5e4 25%, #ffffff 25%, #ffffff 50%, #e5e5e4 50%, #e5e5e4 75%, #ffffff 75%, #ffffff);
  background: linear-gradient(-45deg, #e5e5e4 25%, #ffffff 25%, #ffffff 50%, #e5e5e4 50%, #e5e5e4 75%, #ffffff 75%, #ffffff);
  background-size: 13px 13px;
  padding: 20px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .corner-title {
    margin-bottom: 1rem;
  }
}
.summer-festa-contents .corner-title-bg {
  background: #fff;
  padding: 20px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .corner-title-bg {
    margin-bottom: 1rem;
  }
}
.summer-festa-contents .corner-title h2 {
  font-size: 37px;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .corner-title h2 {
    font-size: 20px;
  }
}
.summer-festa-contents .special_title {
  text-align: center;
  padding: 30px 0;
}
.summer-festa-contents .special_title02 {
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .work-list {
    overflow-x: scroll;
    position: relative;
  }
  .summer-festa-contents .work-list:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "スクロール →";
  }
}
.summer-festa-contents .work-list table {
  min-width: 960px;
  width: 100%;
  border: 1px solid #333333;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 2rem;
}
.summer-festa-contents .work-list th {
  background-color: #ed9700;
  color: #333333;
  text-align: center;
  font-weight: bold;
  line-height: 5.2;
  vertical-align: middle;
  border-right: 1px solid #333333;
}
.summer-festa-contents .work-list th.item01 {
  width: 30%;
}
.summer-festa-contents .work-list th.item02 {
  width: 30%;
}
.summer-festa-contents .work-list th.item03 {
  width: 13%;
}
.summer-festa-contents .work-list th.item04 {
  width: 14%;
}
.summer-festa-contents .work-list th.item05 {
  width: 13%;
}
.summer-festa-contents .work-list tr {
  height: 100px;
}
.summer-festa-contents .work-list tr:nth-child(odd) {
  background-color: #f4e1c3;
}
.summer-festa-contents .work-list tr:nth-child(even) {
  background-color: #fff;
}
.summer-festa-contents .work-list td {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #333333;
  line-height: 1.4;
}
.summer-festa-contents .work-list td.item01-bg01 {
  background-image: url(../img/festa/summer-festa/item01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
}
.summer-festa-contents .work-list td.item01-bg02 {
  background-image: url(../img/festa/summer-festa/item02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
}
.summer-festa-contents .work-list td.item01-bg03 {
  background-image: url(../img/festa/summer-festa/item03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
}
.summer-festa-contents .work-list td.item01-bg04 {
  background-image: url(../img/festa/summer-festa/item04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
}
.summer-festa-contents .work-list td.item01-bg05 {
  background-image: url(../img/festa/summer-festa/item05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
}
.summer-festa-contents .work-list td.item01-bg06 {
  background-image: url(../img/festa/summer-festa/item06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
}
.summer-festa-contents .work-list td.item01-bg07 {
  background-image: url(../img/festa/summer-festa/item07.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
}
.summer-festa-contents .work-list td.item02 {
  text-align: left;
  padding: 20px;
}
.summer-festa-contents .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .flexbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .flexbox .img_box {
    width: 48%;
    margin-top: 15px;
  }
}
.summer-festa-contents .flexbox .img_box .department-name img {
  vertical-align: bottom;
}
.summer-festa-contents .flexbox-pre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .flexbox-pre {
    display: block;
  }
}
.summer-festa-contents .flexbox-pre .img_box {
  width: 100%;
}
.summer-festa-contents .coupon {
  margin-top: 15px;
}
.summer-festa-contents .flex-wrapper {
  margin: 1rem 0;
}
.summer-festa-contents .flex-wrapper .block_session_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .flex-wrapper .block_session_flex {
    display: block;
  }
}
.summer-festa-contents .flex-wrapper .block_session_flex .session01-box {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .flex-wrapper .block_session_flex .session01-box {
    width: 100%;
    margin: 2rem 0;
  }
}
.summer-festa-contents .flex-wrapper .block_session_flex .session01-box .session01-title {
  background: #9a7ac1;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session01-box .img_box {
  padding: 15px;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session01-box .session01-button {
  text-align: center;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session01-box .session01-button .button-01.button {
  background: #fff;
  border-color: #d9c0f2;
  border-radius: 50px;
  color: #9a7ac1;
  margin: 0.5rem 0 1.5rem;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session02-box {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .flex-wrapper .block_session_flex .session02-box {
    width: 100%;
    margin: 2rem 0;
  }
}
.summer-festa-contents .flex-wrapper .block_session_flex .session02-box .session02-title {
  background: #f7931e;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session02-box .img_box {
  padding: 15px;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session02-box .session02-button {
  text-align: center;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session02-box .session02-button .button-01.button {
  background: #fff;
  border-color: #f4c89d;
  border-radius: 50px;
  color: #f7931e;
  margin: 0.5rem 0 1.5rem;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session03-box {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .summer-festa-contents .flex-wrapper .block_session_flex .session03-box {
    width: 100%;
    margin: 2rem 0;
  }
}
.summer-festa-contents .flex-wrapper .block_session_flex .session03-box .session03-title {
  background: #25aace;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session03-box .img_box {
  padding: 15px;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session03-box .session03-button {
  text-align: center;
}
.summer-festa-contents .flex-wrapper .block_session_flex .session03-box .session03-button .button-01.button {
  background: #fff;
  border-color: #ade0f2;
  border-radius: 50px;
  color: #25aace;
  margin: 0.5rem 0 1.5rem;
}

.restaurant img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.restaurant .hero {
  max-width: 1100px;
  margin: auto;
}
.restaurant .pr {
  max-width: 1280px;
  margin: auto;
  position: relative;
}
.restaurant .pr a {
  position: absolute;
  display: block;
  height: 70px;
  top: 50%;
}
@media only screen and (max-width: 769px) {
  .restaurant .pr a {
    height: 16%;
    margin: auto;
    width: 85% !important;
    right: 0 !important;
    left: 0 !important;
  }
}
.restaurant .pr .tel {
  left: 11%;
  width: 41%;
}
@media only screen and (max-width: 769px) {
  .restaurant .pr .tel {
    top: 49%;
  }
}
.restaurant .pr .mail {
  right: 11%;
  width: 27%;
}
@media only screen and (max-width: 769px) {
  .restaurant .pr .mail {
    top: 77%;
  }
}
.restaurant .section2 {
  background: #f3f0eb;
  text-align: center;
}
.restaurant .section2 section {
  max-width: 1280px;
  margin: auto;
}
.restaurant .section2 img {
  max-width: 1280px;
}

.bbwedding .section4, .bbwedding .section3, .bbwedding .section5, .bbwedding .section2, .bbwedding .section1 {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.bbwedding img {
  vertical-align: middle;
}
.bbwedding .section1-wrapper {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1-wrapper {
    padding-bottom: 40px;
  }
}
.bbwedding .section1-wrapper .course-bg {
  background-color: #c3cde9;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1-wrapper .course-bg {
    background: #fff;
  }
}
.bbwedding .section1-wrapper .course-bg .course-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1100px;
  width: 90%;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1-wrapper .course-bg .course-flex {
    display: block;
    width: 100%;
    margin: 40px 0 0;
  }
}
.bbwedding .section1-wrapper .course-bg .course-flex .box {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1-wrapper .course-bg .course-flex .box {
    width: 100%;
    margin: 0 auto;
  }
}
.bbwedding .section1-wrapper .course-bg .course-flex .box.blue {
  background-color: #c3cde9;
}
.bbwedding .section1-wrapper .course-bg .course-flex .box.yellow {
  background-color: #fff9ac;
}
.bbwedding .section1-wrapper .course-bg .course-flex .box .course {
  width: 90%;
  margin: auto;
  padding: 40px 0;
}
.bbwedding .section1-wrapper .course-bg .course-flex .box .course .text-box {
  text-align: left;
  margin: 2em 0 1.1em;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1-wrapper .course-bg .course-flex .box .course .text-box {
    margin: 1em 0 0.5em;
  }
}
.bbwedding .section1-wrapper .course-bg .course-flex .box .course .text-box .text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1-wrapper .course-bg .course-flex .box .course .text-box .text {
    font-size: 16px;
  }
}
.bbwedding .section1-wrapper .course-bg .course-flex .box .course .text-box .text .blue {
  color: #036eb8;
}
.bbwedding .section1-wrapper .course-bg .course-flex .box .course .text-box .text .yellow {
  color: #f39800;
}
.bbwedding .section1-wrapper .course-bg .course-flex .box .course .text-box.margin {
  margin: 1em 0 0;
}
.bbwedding .section1-wrapper .course-bg .course-flex .box .course img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1 {
    width: 100%;
  }
}
.bbwedding .section1 .text {
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1 .text {
    width: 90%;
    margin: auto;
    font-size: 1em;
  }
}
.bbwedding .section1 .text .annotation {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1 .text .annotation {
    font-size: 14px;
  }
}
.bbwedding .section1 .text span.border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff9ac));
  background: -webkit-linear-gradient(transparent 50%, #fff9ac 50%);
  background: linear-gradient(transparent 50%, #fff9ac 50%);
}
.bbwedding .section1 .sp-ancur {
  width: 90%;
  margin: 40px auto;
}
.bbwedding .section1 .sp-ancur .ancur-box {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1 .sp-ancur .ancur-box {
    display: block;
    max-width: 300px;
    width: 95%;
    margin: 20px auto;
    text-align: center;
  }
}
.bbwedding .section1 .sp-ancur .ancur-box a {
  display: block;
  padding: 10px 40px 10px 10px;
  color: #000;
  position: relative;
  font-weight: bold;
}
.bbwedding .section1 .sp-ancur .ancur-box a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}
.bbwedding .section1 .sp-ancur .ancur-box.blue {
  background-color: #c3cde9;
}
.bbwedding .section1 .sp-ancur .ancur-box.yellow {
  background-color: #fff9ac;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1 .supplement {
    margin-top: 40px;
  }
}
.bbwedding .section1 .supplement ul {
  line-height: 2;
  width: 90%;
  margin: auto;
}
.bbwedding .section1 .supplement ul li {
  font-weight: bold;
  font-size: 18px;
  padding-left: 36px;
  background: url(../img/bbwedding/bg-01.png) left 10px top 10px no-repeat;
  background-size: 12px auto;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1 .supplement ul li {
    font-size: 14px;
    padding-left: 30px;
    background: url(../img/bbwedding/bg-01.png) left 5px top 6px no-repeat;
  }
}
.bbwedding .section1 .btn {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 2em;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section1 .btn {
    padding-top: 40px;
  }
}
.bbwedding .section2-wrapper {
  background: #fff8ab;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section2-wrapper {
    padding: 40px 0;
  }
}
.bbwedding .section2 {
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .bbwedding .section2 img {
    margin-top: -15px;
  }
}
.bbwedding .section5-wrapper {
  background: #e6f0c7;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section5-wrapper {
    padding: 40px 0;
  }
}
.bbwedding .section5 {
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .bbwedding .section5 img {
    margin-top: -15px;
  }
}
.bbwedding .section3-wrapper {
  background: #f9cfd1;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section3-wrapper {
    padding: 40px 0;
  }
}
.bbwedding .section3 {
  text-align: center;
}
.bbwedding .section3 .deco img {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section3 .deco img {
    max-width: 90px;
    width: 20%;
  }
}
.bbwedding .section3 .deco img:nth-child(1) {
  top: -40px;
  left: -40px;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section3 .deco img:nth-child(1) {
    top: -20px;
    left: -20px;
  }
}
.bbwedding .section3 .deco img:nth-child(2) {
  top: -40px;
  right: -40px;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section3 .deco img:nth-child(2) {
    top: -20px;
    right: -20px;
  }
}
.bbwedding .section3 .deco img:nth-child(3) {
  bottom: -40px;
  left: -40px;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section3 .deco img:nth-child(3) {
    bottom: -20px;
    left: -20px;
  }
}
.bbwedding .section3 .deco img:nth-child(4) {
  bottom: -40px;
  right: -40px;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section3 .deco img:nth-child(4) {
    bottom: -20px;
    right: -20px;
  }
}
.bbwedding .section3 .move-wrapper {
  background: #fff;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section3 .move-wrapper {
    padding-bottom: 40px;
  }
}
.bbwedding .section3 .move {
  max-width: 900px;
  width: 90%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 50px;
  padding-top: 56%;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section3 .move {
    margin-top: 30px;
  }
}
.bbwedding .section3 .move iframe {
  vertical-align: middle;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.bbwedding .section3 h3 {
  margin-top: 1em;
  font-size: 23px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section3 h3 {
    font-size: 1em;
  }
}
.bbwedding .section4-wrapper {
  background: #f8cfd0;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section4-wrapper {
    padding: 40px 0;
  }
}
.bbwedding .section4 {
  background: #fff;
}
.bbwedding .section4 .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section4 .flex-box {
    display: block;
  }
}
.bbwedding .section4 .flex-box li:first-child {
  width: 60%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section4 .flex-box li:first-child {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.bbwedding .section4 .flex-box li:last-child {
  text-align: right;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .bbwedding .section4 .flex-box li:last-child {
    width: 90%;
    margin: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bbwedding .section4 .flex-box li:last-child {
    width: 100%;
  }
}
.bbwedding .section4 .flex-box li h2 {
  padding-top: 50px;
}
.bbwedding .section4 .flex-box li h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 1em auto;
}
.bbwedding .section4 .flex-box li .text {
  margin: 1em auto;
}
.bbwedding .section4 .flex-box li img {
  width: 100%;
}

.btn_pink {
  border: 2px solid var(--beauty-main-color-2);
  border-radius: 30px;
  color: var(--beauty-main-color-2);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 5rem;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .btn_pink {
    font-size: 1.6rem;
    padding: 1rem 3rem;
  }
}
.btn_pink:after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid var(--beauty-main-color-2);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_pink:hover {
  background: var(--beauty-main-color-2);
  color: #fff;
  opacity: 0.8;
}
.btn_pink:hover:after {
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  .page_guardian .block_base {
    padding: 60px 0;
  }
}
.page_guardian .block_guardian_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
.page_guardian .block_guardian_flex > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30%;
}
@media only screen and (max-width: 768px) {
  .page_guardian .block_guardian_flex > * {
    max-width: 375px;
    min-width: 280px;
  }
}
.page_guardian .block_guardian_flex .btn_pink {
  margin: auto;
  display: block;
}
.page_guardian .block_guardian_flex .white-waku {
  width: 48%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page_guardian .block_guardian_flex .white-waku {
    width: 100%;
  }
}
.page_guardian .block_guardian_flex .white-waku h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.page_guardian .block_guardian_flex .white-waku p {
  text-align: left;
  line-height: 2;
}
.page_guardian .block_guardian_flex .bg-gray {
  min-height: 230px;
}
@media only screen and (max-width: 768px) {
  .page_guardian .block_guardian_flex .bg-gray {
    min-height: auto;
  }
}
.page_guardian .block_guardian_flex .bg-gray h3 {
  text-align: center;
  margin-bottom: 1em;
}
.page_guardian .white-waku .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page_guardian .white-waku .pc {
    display: none;
  }
  .page_guardian .white-waku .sp {
    display: block;
  }
}
.page_guardian .bg-gray {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page_guardian .bg-gray {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.page_guardian .btn_center {
  text-align: center;
}
.page_guardian .btn_center a {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .page_guardian .btn_center a {
    margin: 0 0 20px;
  }
}
.page_guardian .btn_pink {
  max-width: 380px;
}
.page_guardian .btn_gray {
  width: 380px;
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  color: var(--beauty-main-color-2);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  position: relative;
}
.page_guardian .btn_gray:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .page_guardian .btn_gray {
    max-width: 100%;
  }
}
.page_guardian .block_guardian .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page_guardian .request-flex {
    width: 90%;
    margin: auto;
  }
  .page_guardian .request-flex .box-01 {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  .page_guardian .request-flex .box-01 .btn_blue {
    max-width: 300px;
    width: 100%;
    background-size: 100%;
  }
  .page_guardian .request-flex .box-02 {
    width: 100%;
    max-width: 300px;
  }
}

.page_musyouka .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page_musyouka .pc {
    display: none;
  }
  .page_musyouka .sp {
    display: block;
  }
}
.page_musyouka .content__title {
  padding: 0;
}
.page_musyouka .bg-gray {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page_musyouka .bg-gray {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.page_musyouka .btn_center {
  text-align: center;
}
.page_musyouka .btn_center a {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .page_musyouka .btn_center a {
    margin: 0 0 20px;
  }
}
.page_musyouka .area_movie {
  text-align: center;
}
.page_musyouka .area_movie h2 {
  background-color: var(--base-color);
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .page_musyouka .area_movie h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page_musyouka .area_movie h2 {
    font-size: 16px;
  }
}
.page_musyouka .area_movie .area_movie_inner {
  position: relative;
  padding-top: 60%;
  width: 100%;
}
.page_musyouka .area_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.page_musyouka .block_guardian .title {
  color: var(--beauty-main-color-2);
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.page_musyouka .list_department {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .page_musyouka .list_department {
    max-width: 100%;
  }
}
.page_musyouka .list_department li {
  background-image: none;
  width: 31.33%;
  margin: 1% !important;
}
@media only screen and (max-width: 768px) {
  .page_musyouka .list_department li {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .page_musyouka .list_department li {
    width: 100%;
    margin: 2% 0 !important;
  }
}
.page_musyouka .list_department li:nth-child(2) .dep-name,
.page_musyouka .list_department li:nth-child(2) .dep-name-en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, #e60012));
  background: -webkit-linear-gradient(#fff 70%, #e60012 30%);
  background: linear-gradient(#fff 70%, #e60012 30%);
}
.page_musyouka .list_department li:nth-child(2) .dep-thumbnail::before {
  display: block;
}
.page_musyouka .list_department li:nth-child(3) .dep-name,
.page_musyouka .list_department li:nth-child(3) .dep-name-en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, #f5aa19));
  background: -webkit-linear-gradient(#fff 70%, #f5aa19 30%);
  background: linear-gradient(#fff 70%, #f5aa19 30%);
}
.page_musyouka .list_department li:nth-child(4) .dep-name,
.page_musyouka .list_department li:nth-child(4) .dep-name-en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, #5390cd));
  background: -webkit-linear-gradient(#fff 70%, #5390cd 30%);
  background: linear-gradient(#fff 70%, #5390cd 30%);
}
.page_musyouka .list_department li:nth-child(5) .dep-name,
.page_musyouka .list_department li:nth-child(5) .dep-name-en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, var(--food-main-color-2)));
  background: -webkit-linear-gradient(#fff 70%, var(--food-main-color-2) 30%);
  background: linear-gradient(#fff 70%, var(--food-main-color-2) 30%);
}
.page_musyouka .list_department li:nth-child(6) .dep-name,
.page_musyouka .list_department li:nth-child(6) .dep-name-en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, var(--food-main-color-2)));
  background: -webkit-linear-gradient(#fff 70%, var(--food-main-color-2) 30%);
  background: linear-gradient(#fff 70%, var(--food-main-color-2) 30%);
}
.page_musyouka .list_department li:nth-child(7) .dep-name,
.page_musyouka .list_department li:nth-child(7) .dep-name-en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, var(--beauty-main-color-2)));
  background: -webkit-linear-gradient(#fff 70%, var(--beauty-main-color-2) 30%);
  background: linear-gradient(#fff 70%, var(--beauty-main-color-2) 30%);
}
.page_musyouka .list_department li:nth-child(8) .dep-name,
.page_musyouka .list_department li:nth-child(8) .dep-name-en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, #f5aa19));
  background: -webkit-linear-gradient(#fff 70%, #f5aa19 30%);
  background: linear-gradient(#fff 70%, #f5aa19 30%);
}
.page_musyouka .list_department li:nth-child(9) .dep-name,
.page_musyouka .list_department li:nth-child(9) .dep-name-en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, #e60012));
  background: -webkit-linear-gradient(#fff 70%, #e60012 30%);
  background: linear-gradient(#fff 70%, #e60012 30%);
}
.page_musyouka .list_department li:nth-child(9) .dep-thumbnail::before {
  display: block;
}
.page_musyouka .list_department li:nth-child(10) .dep-name,
.page_musyouka .list_department li:nth-child(10) .dep-name-en {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, #5390cd));
  background: -webkit-linear-gradient(#fff 70%, #5390cd 30%);
  background: linear-gradient(#fff 70%, #5390cd 30%);
}
.page_musyouka .list_department li:nth-child(6) .dep-btn, .page_musyouka .list_department li:nth-child(7) .dep-btn, .page_musyouka .list_department li:nth-child(8) .dep-btn, .page_musyouka .list_department li:nth-child(9) .dep-btn, .page_musyouka .list_department li:nth-child(10) .dep-btn {
  background: var(--food-main-color);
}
.page_musyouka .list_department li .note {
  font-size: 13px;
}
.page_musyouka .list_department a {
  background-color: #fff;
  color: var(--font-color);
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 52px;
  height: 100%;
}
.page_musyouka .list_department a:hover {
  opacity: 0.8;
}
.page_musyouka .list_department .dep-thumbnail {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.page_musyouka .list_department img {
  width: 100%;
  max-width: 100%;
}
.page_musyouka .list_department .dep-name,
.page_musyouka .list_department .dep-name-en {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(30%, #e95377));
  background: -webkit-linear-gradient(#fff 70%, #e95377 30%);
  background: linear-gradient(#fff 70%, #e95377 30%);
  line-height: 1.2;
}
.page_musyouka .list_department .dep-btn {
  background: var(--beauty-main-color);
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.page_musyouka .white-base small {
  color: #595757;
  font-size: 14px;
}

.page .bg_text {
  background-color: #98cdf4;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page .bg_text {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.page .bg_text .yellow {
  color: #ffff00;
  font-size: 38px;
}
@media only screen and (max-width: 768px) {
  .page .bg_text .yellow {
    font-size: 18px;
  }
}

.nail {
  padding: 60px 0 0;
}
.nail .container {
  margin: auto;
  padding: 30px 0;
  width: 90%;
}
.nail .section1 .container,
.nail .section2 .container,
.nail .section5 .container {
  max-width: 1100px;
  padding: 0;
}
.nail .section3 .container,
.nail .section4 .container {
  width: 100%;
  padding: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(228, 190, 237, 0.2)), to(rgba(255, 177, 176, 0.2)));
  background: -webkit-linear-gradient(right, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
  background: linear-gradient(to left, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
  background: -webkit-linear-gradient(to left, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
}
.nail .pink {
  color: var(--beauty-main-color-2);
}
.nail p {
  line-height: 2;
}
.nail p.text {
  color: #4d4d4d;
}
.nail p.ja span {
  display: inline-block;
  width: 100%;
  font-size: 90%;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  background: var(--beauty-main-color-2);
}
.nail .border::before {
  content: "";
  display: block;
  position: absolute;
  width: 524px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, right top, left top, from(#e4beed), to(#ffb1b0));
  background: -webkit-linear-gradient(right, #e4beed 0%, #ffb1b0 100%);
  background: linear-gradient(to left, #e4beed 0%, #ffb1b0 100%);
  background: -webkit-linear-gradient(to left, #e4beed 0%, #ffb1b0 100%);
}
.nail .border::after {
  content: "";
  display: block;
  position: absolute;
  width: 524px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, right top, left top, from(#e4beed), to(#ffb1b0));
  background: -webkit-linear-gradient(right, #e4beed 0%, #ffb1b0 100%);
  background: linear-gradient(to left, #e4beed 0%, #ffb1b0 100%);
  background: -webkit-linear-gradient(to left, #e4beed 0%, #ffb1b0 100%);
}
.nail .reserve-btn {
  max-width: 544px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.nail .reserve-btn:hover .text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--beauty-main-color-2);
}
.nail .reserve-btn:hover::after {
  border-top: 1px solid var(--beauty-main-color-2);
  border-right: 1px solid var(--beauty-main-color-2);
}
.nail .reserve-btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}
.nail .reserve-btn .text {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .nail .reserve-btn .text {
    font-size: 15px;
  }
}
.nail .reserve-btn a {
  display: block;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .nail .reserve-btn a {
    padding: 15px 0;
  }
}
.nail .reserve-btn .border {
  border-left: 1px solid #e4beed;
  border-right: 1px solid #ffb1b0;
}
.nail .reserve-btn .border::before, .nail .reserve-btn .border::after {
  width: 542px;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  .nail .reserve-btn .border::before, .nail .reserve-btn .border::after {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .nail .reserve-btn {
    max-width: inherit;
    width: 90%;
  }
}
.nail .info {
  text-align: center;
  margin-top: 100px;
}
.nail .info .img-shadow {
  -webkit-box-shadow: 0 0 10px rgba(101, 100, 100, 0.568627451);
          box-shadow: 0 0 10px rgba(101, 100, 100, 0.568627451);
}
.nail .info .mark {
  position: relative;
}
.nail .info .mark1 .item {
  position: absolute;
  width: 92px;
  top: 0;
  left: 6.6%;
}
.nail .info .supplement {
  position: relative;
}
.nail .info .supplement .item2 {
  position: absolute;
  width: 51px;
  top: 19%;
  right: 8.5%;
}
.nail .info .supplement .item3 {
  position: absolute;
  width: 35px;
  bottom: -40%;
  left: 15%;
}
.nail .info .info-text {
  font-size: 32px;
  font-weight: bold;
}
.nail .info .info-sub-text {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 80px;
}
.nail .info .counter-wrapper {
  text-align: center;
  margin-bottom: 90px;
}
.nail .info .counter-wrapper .counter {
  background-color: #fdeef4;
  padding: 15px 0;
  margin: 80px 0 40px;
}
.nail .info .counter-wrapper .counter .title {
  font-size: 24px;
  font-weight: bold;
}
.nail .info .means-wrapper {
  margin: 40px 0;
}
.nail .info .means-wrapper .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nail .info .means-wrapper .flex-box .means {
  width: 210px;
}
.nail .menu-wrapper {
  padding: 100px 0 80px;
}
.nail .menu-wrapper .title-logo {
  width: 800px;
  margin: auto;
}
.nail .menu-wrapper .menu {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .nail .menu-wrapper .menu {
    width: 100%;
  }
}
.nail .menu-wrapper .menu .value {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .nail .menu-wrapper .menu .value {
    width: 90%;
    margin: auto;
  }
}
.nail .menu-wrapper .menu .top-text {
  text-align: center;
  width: 90%;
  margin: auto auto 20px;
  max-width: 1100px;
}
.nail .menu-wrapper .menu .flex-box-nail01 .method-nail01 {
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e4beed;
  border-right: 1px solid #ffb1b0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .nail .menu-wrapper .menu .flex-box-nail01 .method-nail01 {
    width: 90%;
    margin: auto;
    margin: 0 auto 6.5vw;
  }
}
.nail .menu-wrapper .menu .flex-box-nail01 .method-nail01::before {
  content: "";
  position: absolute;
  background-image: url(../img/nail/border.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: -10px;
  left: -10px;
}
.nail .menu-wrapper .menu .flex-box-nail01 .method-nail01::after {
  content: "";
  position: absolute;
  background-image: url(../img/nail/border.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  bottom: -10px;
  right: -10px;
}
.nail .menu-wrapper .menu .flex-box-nail01 .method-nail01 .border {
  width: 100%;
}
.nail .menu-wrapper .menu .method {
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e4beed;
  border-right: 1px solid #ffb1b0;
  position: relative;
}
.nail .menu-wrapper .menu .method::before {
  content: "";
  position: absolute;
  background-image: url(../img/nail/border.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  top: -10px;
  left: -10px;
}
.nail .menu-wrapper .menu .method::after {
  content: "";
  position: absolute;
  background-image: url(../img/nail/border.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  bottom: -10px;
  right: -10px;
}
.nail .menu-wrapper .menu .border {
  padding: 40px 45px;
}
@media only screen and (max-width: 768px) {
  .nail .menu-wrapper .menu .border {
    padding: 5.2vw 6.5vw;
  }
}
.nail .menu-wrapper .menu .border::before, .nail .menu-wrapper .menu .border::after {
  max-width: 1100px;
  width: 100%;
  height: 1px;
}
.nail .menu-wrapper .menu-title {
  border-bottom: 1px solid #666;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nail .menu-wrapper .menu-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -3px;
  border-bottom: 1px solid #666;
}
.nail .menu-wrapper .menu-title .en {
  word-break: keep-all;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.nail .menu-wrapper.menu-title-gel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nail .menu-wrapper .menu-list-nail01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .nail .menu-wrapper .menu-list-nail01 {
    display: block;
  }
}
.nail .menu-wrapper .menu-list-nail01 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47%;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .nail .menu-wrapper .menu-list-nail01 li {
    width: 100%;
    display: block;
    padding-bottom: 2.4%;
    border-bottom: 1px dashed #e6e6e6;
    border-right: none;
  }
}
.nail .menu-wrapper .menu-list-nail01 li .dashed {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.nail .menu-wrapper .menu-list-nail01 li .image-box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .nail .menu-wrapper .menu-list-nail01 li .image-box {
    width: 100%;
  }
}
.nail .menu-wrapper .menu-list-nail01 li .image-box img {
  width: 100%;
}
.nail .menu-wrapper .menu-list-nail01 li.esthetic {
  width: 45.2%;
}
.nail .menu-wrapper .menu-list-nail01 li.esthetic:last-child {
  border: none;
}
.nail .menu-wrapper .menu-list-nail01 .list-03 {
  padding-right: 0;
  border-right: none;
}
.nail .menu-wrapper .menu-list-nail01 .text-box {
  width: 47.6%;
  border-right: 1px dashed #e6e6e6;
  padding-right: 2.4%;
}
@media only screen and (max-width: 768px) {
  .nail .menu-wrapper .menu-list-nail01 .text-box {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 2.4%;
  }
}
.nail .menu-wrapper .menu-list-nail01 .left span {
  font-weight: bold;
}
.nail .menu-wrapper .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nail .menu-wrapper .menu-list li {
  width: 29.2%;
  border-right: 1px dashed #e6e6e6;
  margin-top: 30px;
  padding-right: 2.4%;
}
.nail .menu-wrapper .menu-list li .dashed {
  border-bottom: 1px dashed #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.nail .menu-wrapper .menu-list li.esthetic {
  width: 50%;
}
.nail .menu-wrapper .menu-list li.esthetic:last-child {
  border: none;
  padding-right: 0;
}
.nail .menu-wrapper .menu-list .list-02 {
  padding-left: 2.4%;
}
.nail .menu-wrapper .menu-list .list-03 {
  padding-left: 2.4%;
  padding-right: 0;
  border-right: none;
}
.nail .menu-wrapper .menu-list .text-box {
  margin-bottom: 10px;
}
.nail .menu-wrapper .menu-list .left span {
  font-weight: bold;
}
.nail .menu-wrapper .margin {
  margin-bottom: 60px;
}
.nail .flow-wrapper {
  padding: 100px 0 50px;
}
.nail .flow-wrapper .title-logo {
  width: 800px;
  margin: auto;
  padding-bottom: 40px;
}
.nail .flow-wrapper .flow-btn {
  max-width: 544px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  text-align: center;
  position: relative;
  display: block;
}
.nail .flow-wrapper .flow-btn:hover .text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--beauty-main-color-2);
}
.nail .flow-wrapper .flow-btn:hover::after {
  border-top: 1px solid var(--beauty-main-color-2);
  border-right: 1px solid var(--beauty-main-color-2);
}
.nail .flow-wrapper .flow-btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}
.nail .flow-wrapper .flow-btn .text01,
.nail .flow-wrapper .flow-btn .text02 {
  font-size: 20px;
  font-weight: bold;
}
.nail .flow-wrapper .flow-btn .text02 {
  display: none;
}
.nail .flow-wrapper .flow-btn .border {
  border-left: 1px solid #e4beed;
  border-right: 1px solid #ffb1b0;
  padding: 30px 0;
}
.nail .flow-wrapper .flow-btn .border::before {
  width: 542px;
  height: 1px;
}
.nail .flow-wrapper .flow-btn .border::after {
  width: 542px;
  height: 1px;
}
.nail .flow-wrapper .flow-btn .border:hover {
  cursor: pointer;
}
.nail .flow-wrapper .flow-btn .border:hover .text01,
.nail .flow-wrapper .flow-btn .border:hover text02 {
  color: var(--beauty-main-color-2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nail .flow-wrapper input {
  display: none;
}
.nail .flow-wrapper .flow-block {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.nail .flow-wrapper input:checked ~ .flow-block {
  padding: 50px 0 0;
  height: auto;
  opacity: 1;
}
.nail .flow-wrapper input:checked ~ .flow-btn .text02 {
  display: block;
}
.nail .flow-wrapper input:checked ~ .flow-btn .text01 {
  display: none;
}
.nail .flow-wrapper input:checked ~ .flow-btn .border:hover .text02 {
  color: var(--beauty-main-color-2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nail .flow-wrapper .yoyaku-btn {
  max-width: 544px;
  width: 100%;
  margin: 20px auto auto;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.nail .flow-wrapper .yoyaku-btn:hover .text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--beauty-main-color-2);
}
.nail .flow-wrapper .yoyaku-btn:hover::after {
  border-top: 1px solid var(--beauty-main-color-2);
  border-right: 1px solid var(--beauty-main-color-2);
}
.nail .flow-wrapper .yoyaku-btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}
.nail .flow-wrapper .yoyaku-btn .text {
  font-size: 20px;
  font-weight: bold;
}
.nail .flow-wrapper .yoyaku-btn a {
  display: block;
  padding: 30px 0;
}
.nail .flow-wrapper .yoyaku-btn .border {
  border-left: 1px solid #e4beed;
  border-right: 1px solid #ffb1b0;
}
.nail .flow-wrapper .yoyaku-btn .border::before {
  width: 542px;
  height: 1px;
}
.nail .flow-wrapper .yoyaku-btn .border::after {
  width: 542px;
  height: 1px;
}
.nail .flow-wrapper .flow {
  padding: 35px 0;
  margin-bottom: 60px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(228, 190, 237, 0.2)), to(rgba(255, 177, 176, 0.2)));
  background: -webkit-linear-gradient(right, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
  background: linear-gradient(to left, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
  background: -webkit-linear-gradient(to left, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
  background-size: cover;
  position: relative;
}
.nail .flow-wrapper .flow-01,
.nail .flow-wrapper .flow-02,
.nail .flow-wrapper .flow-03,
.nail .flow-wrapper .flow-04,
.nail .flow-wrapper .flow-05,
.nail .flow-wrapper .flow-06,
.nail .flow-wrapper .flow-07 {
  position: absolute;
  width: 150px;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.nail .flow-wrapper .flow-title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
.nail .flow-wrapper .flow-title::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 1px;
  border-bottom: 1px dashed #333;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
}
.nail .flow-wrapper .flow-about {
  width: 90%;
  margin: auto;
}
.nail .flow-wrapper .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nail .flow-wrapper .margin {
  margin-top: 25px;
}
.nail .flow-wrapper .order {
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(228, 190, 237)), to(rgb(255, 177, 176)));
  background: -webkit-linear-gradient(right, rgb(228, 190, 237), rgb(255, 177, 176));
  background: linear-gradient(to left, rgb(228, 190, 237), rgb(255, 177, 176));
  background: -webkit-linear-gradient(to left, rgb(228, 190, 237), rgb(255, 177, 176));
  text-align: left;
  border-radius: 6px;
}
.nail .flow-wrapper .order .process {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.nail .flow-wrapper .order .process::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #666;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.nail .flow-wrapper .order-01 {
  width: 66.7%;
}
.nail .flow-wrapper .order-01 .type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nail .flow-wrapper .order-01 .type-list .type {
  width: 47%;
}
.nail .flow-wrapper .order-02 {
  width: 28.6%;
}
.nail .flow-wrapper .order-02 .bg {
  padding-bottom: 7.55em;
}
.nail .flow-wrapper .bg {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .nail .flow-wrapper .bg {
    padding: 20px;
  }
}
.nail .flow-wrapper .pink {
  color: var(--beauty-main-color-2);
  font-weight: bold;
}
.nail .flow-wrapper .image-box {
  width: 47.6%;
  position: relative;
}
.nail .flow-wrapper .image-box .flow-border {
  position: absolute;
  width: 480px;
  height: 270px;
  border-left: 1px solid #e4beed;
  border-right: 1px solid #ffb1b0;
  border-top: 1px solid #ffb1b0;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.nail .flow-wrapper .image-box .flow-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 480px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, right top, left top, from(#e4beed), to(#ffb1b0));
  background: -webkit-linear-gradient(right, #e4beed 0%, #ffb1b0 100%);
  background: linear-gradient(to left, #e4beed 0%, #ffb1b0 100%);
  background: -webkit-linear-gradient(to left, #e4beed 0%, #ffb1b0 100%);
}
.nail .flow-wrapper .image-box img {
  position: relative;
}
.nail .flow-wrapper .text-box {
  width: 45%;
}
.nail .staff-wrapper {
  padding-bottom: 6.3em;
}
.nail .staff-wrapper .title-logo {
  width: 416px;
  margin: auto;
}
.nail .staff-wrapper .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nail .staff-wrapper .staff {
  width: 34%;
  margin: 0 50px;
}
.nail .staff-wrapper .staff .image-box {
  position: relative;
}
.nail .staff-wrapper .staff .image-box .name {
  padding: 15px 20px;
  background: -webkit-gradient(linear, right top, left top, from(#e4beed), to(#ffb1b0));
  background: -webkit-linear-gradient(right, #e4beed, #ffb1b0);
  background: linear-gradient(to left, #e4beed, #ffb1b0);
  background: -webkit-linear-gradient(to left, #e4beed, #ffb1b0);
  position: absolute;
}
.nail .staff-wrapper .staff .image-box .text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.nail .staff-wrapper .staff .image-box .text span {
  font-size: 18px;
  margin-left: 15px;
}
.nail .staff-wrapper .staff .message {
  margin-top: 60px;
  font-size: 15px;
}
.nail .staff-wrapper .staff-01 {
  margin-top: 90px;
}
.nail .staff-wrapper .staff-01 .image-box::before {
  content: "";
  position: absolute;
  background-image: url(../img/nail/nail-bg-02.png);
  background-repeat: no-repeat;
  width: 384px;
  height: 484px;
  top: -12%;
  left: -12%;
  z-index: -1;
}
.nail .staff-wrapper .staff-01 .image-box .name {
  bottom: -20px;
  left: -64px;
}
.nail .staff-wrapper .staff-02 .image-box::before {
  content: "";
  position: absolute;
  background-image: url(../img/nail/nail-bg-03.png);
  background-repeat: no-repeat;
  width: 384px;
  height: 384px;
  top: 12%;
  left: 12%;
  z-index: -1;
}
.nail .staff-wrapper .staff-02 .image-box .name {
  bottom: -20px;
  right: -64px;
}
.nail .section5 .menu-wrapper .menu .method.method3 {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .nail .section5 .menu-wrapper .menu .method.method3 {
    max-width: 620px;
    width: 90%;
  }
}
.nail .reserve-wrapper {
  padding: 100px 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(228, 190, 237, 0.2)), to(rgba(255, 177, 176, 0.2)));
  background: -webkit-linear-gradient(right, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
  background: linear-gradient(to left, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
  background: -webkit-linear-gradient(to left, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
}
.nail .reserve-wrapper .title-logo {
  width: 800px;
  margin: auto;
  position: relative;
}
.nail .reserve-wrapper .top-text {
  max-width: 1100px;
  margin: 20px auto;
  text-align: center;
}
.nail .reserve-wrapper .next {
  width: 640px;
  margin: 20px auto 0;
  text-align: center;
}
.nail .reserve-wrapper:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(228, 190, 237, 0.2)), to(rgba(255, 177, 176, 0.2)));
  background: -webkit-linear-gradient(left, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
  background: linear-gradient(to right, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
  background: -webkit-linear-gradient(to right, rgba(228, 190, 237, 0.2), rgba(255, 177, 176, 0.2));
}
@media only screen and (max-width: 768px) {
  .nail .reserve-wrapper:nth-child(3) {
    padding: 50px 0 100px;
  }
}

@media only screen and (max-width: 768px) {
  .nail {
    padding: 0;
  }
  .nail .section1 .container {
    width: 100%;
  }
  .nail .section2 .container {
    width: 90%;
  }
  .nail .info {
    margin-top: 8vw;
  }
  .nail .info .info-text {
    font-size: 22px;
    line-height: 1.5;
  }
  .nail .info .info-sub-text {
    margin: 30px 0;
    font-size: 19px;
    line-height: 1.5;
  }
  .nail .info .mark1 .item {
    width: 13%;
    min-width: 60px;
    top: -20%;
    left: -2%;
  }
  .nail .info .mark2 .item2 {
    width: 8%;
    min-width: 30px;
    bottom: -20%;
    top: auto;
    right: 0;
  }
  .nail .info .mark2 .item3 {
    width: 5%;
    min-width: 30px;
    bottom: -16%;
    left: 5%;
    display: none;
  }
  .nail .info .counter-wrapper {
    margin-bottom: 11.7vw;
  }
  .nail .info .counter-wrapper .counter {
    margin: 40px 0;
  }
  .nail .info .counter-wrapper .counter .title {
    font-size: 19px;
    line-height: 1.5;
  }
  .nail .info .means-wrapper .flex-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nail .info .means-wrapper .flex-box .means {
    margin: 1%;
    width: 45%;
  }
  .nail .info .means-wrapper .flex-box .means img {
    width: 100%;
  }
  .nail .menu-wrapper {
    padding: 13vw 0 10.4vw;
  }
  .nail .menu-wrapper .title-logo {
    width: 100%;
    max-width: 500px;
  }
  .nail .menu-wrapper .menu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nail .menu-wrapper .menu-title .en {
    font-size: 22px;
  }
  .nail .menu-wrapper .menu .flex-box {
    display: block;
  }
  .nail .menu-wrapper .menu .method {
    max-width: 620px;
    width: 90%;
    margin: 0 auto 6.5vw;
  }
  .nail .menu-wrapper .menu .method::before {
    width: 50px;
    height: 50px;
    top: -20px;
    left: -20px;
  }
  .nail .menu-wrapper .menu .method::after {
    width: 50px;
    height: 50px;
  }
  .nail .menu-wrapper .menu .method .border {
    padding: 5.2vw 6.5vw;
  }
  .nail .menu-wrapper .menu .method .border::before, .nail .menu-wrapper .menu .method .border::after {
    width: 100%;
  }
  .nail .menu-wrapper .menu .method2 .border::after {
    bottom: 0;
  }
  .nail .menu-wrapper .menu-list {
    display: block;
    padding-bottom: 0;
  }
  .nail .menu-wrapper .menu-list li {
    width: 100%;
    margin: auto;
    display: block;
    border-right: none;
    border-bottom: 1px dashed #e6e6e6;
    padding: 0 0 2.4% 0;
    margin-top: 2.4%;
  }
  .nail .menu-wrapper .menu-list li.esthetic {
    width: 100%;
    border: none;
  }
  .nail .menu-wrapper .menu-list .list-02 {
    padding-left: 0;
  }
  .nail .menu-wrapper .menu-list .list-03 {
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
  }
  .nail .menu-wrapper .menu-list p {
    text-align: center;
    line-height: 1.5;
  }
  .nail .menu-wrapper .menu-list img {
    width: 100%;
  }
  .nail .flow-wrapper .title-logo {
    width: 100%;
    max-width: 500px;
  }
  .nail .flow-wrapper .flow-title .title {
    font-size: 24px;
  }
  .nail .flow-wrapper .flow-btn {
    max-width: inherit;
    width: 100%;
  }
  .nail .flow-wrapper .flow-btn .text01,
  .nail .flow-wrapper .flow-btn text02 {
    font-size: 17px;
  }
  .nail .flow-wrapper .flow-btn .border {
    padding: 10px 0;
  }
  .nail .flow-wrapper .flow-btn .border::before, .nail .flow-wrapper .flow-btn .border::after {
    width: 100%;
  }
  .nail .flow-wrapper .yoyaku-btn {
    max-width: inherit;
    width: 90%;
  }
  .nail .flow-wrapper .yoyaku-btn .text {
    font-size: 17px;
  }
  .nail .flow-wrapper .yoyaku-btn a {
    padding: 10px 0;
  }
  .nail .flow-wrapper .yoyaku-btn .border::before, .nail .flow-wrapper .yoyaku-btn .border::after {
    width: 100%;
  }
  .nail .flow-wrapper .flex-box {
    display: block;
  }
  .nail .flow-wrapper .order {
    width: 100%;
  }
  .nail .flow-wrapper .order .process {
    font-size: 18px;
  }
  .nail .flow-wrapper .order-01 {
    margin: 0 auto 35px;
  }
  .nail .flow-wrapper .order-01 .type-list {
    display: block;
  }
  .nail .flow-wrapper .order-01 .type-list .type {
    width: 100%;
  }
  .nail .flow-wrapper .order-02 .bg {
    padding-bottom: 25px;
  }
  .nail .flow-wrapper .image-box {
    width: 100%;
  }
  .nail .flow-wrapper .image-box::before {
    width: 100%;
    height: 98%;
    top: 5px;
    left: 5px;
  }
  .nail .flow-wrapper .image-box .flow-border {
    width: 100%;
    height: 100%;
  }
  .nail .flow-wrapper .image-box .flow-border::after {
    width: 100%;
  }
  .nail .flow-wrapper .image-box img {
    width: 100%;
  }
  .nail .flow-wrapper .text-box {
    width: 100%;
    margin-top: 20px;
  }
  .nail .staff-wrapper .title-logo {
    width: 60.1%;
    min-width: 300px;
  }
  .nail .staff-wrapper {
    padding-bottom: 3.8em;
  }
  .nail .staff-wrapper .flex-box {
    display: block;
  }
  .nail .staff-wrapper .staff {
    width: 90%;
    margin: 8vw auto 0;
  }
  .nail .staff-wrapper .staff .image-box img {
    width: 100%;
  }
  .nail .staff-wrapper .staff .image-box .name {
    position: static;
    padding: 2vw 2.6vw;
    margin: 30px 0;
  }
  .nail .staff-wrapper .staff .image-box .text {
    text-align: center;
    line-height: 1.5;
  }
  .nail .staff-wrapper .staff .image-box .text span {
    margin-left: 0;
  }
  .nail .staff-wrapper .staff .message {
    margin-top: 4vw;
  }
  .nail .staff-wrapper .staff-01 .image-box::before {
    background-size: contain;
    width: 100%;
    height: 90%;
    top: -6%;
    left: -6%;
  }
  .nail .staff-wrapper .staff-02 .image-box::before {
    background-size: contain;
    width: 100%;
    height: 98%;
    top: 6%;
    left: 6%;
  }
  .nail .reserve-wrapper {
    padding: 50px 0;
  }
  .nail .reserve-wrapper .title-logo {
    width: 100%;
    max-width: 500px;
  }
  .nail .reserve-wrapper .next {
    width: 90%;
  }
}
.nail .page-link {
  margin: 50px auto;
}
.nail .page-link .link-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.nail .page-link .link-flex .box {
  width: calc(33.3333333333% - 12px - 0.1px);
  margin: 0 5px 10px;
}
.nail .page-link .link-flex .box.border {
  border-left: 1px solid #e4beed;
  border-right: 1px solid #ffb1b0;
  position: relative;
}
.nail .page-link .link-flex .box.border::before {
  width: 100%;
}
.nail .page-link .link-flex .box.border::after {
  width: 100%;
}
.nail .page-link .link-flex .box a {
  padding: 30px 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #595757;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
}
.nail .page-link .link-flex .box a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}
.nail .page-link .link-flex .box a:hover {
  color: var(--beauty-main-color-2);
}
.nail .page-link .link-flex .box a:hover::after {
  border-top: 1px solid var(--beauty-main-color-2);
  border-right: 1px solid var(--beauty-main-color-2);
}
.nail .menu-wrapper .photo-add {
  max-width: 1100px;
  margin: 30px auto;
  width: 90%;
}
.nail .menu-wrapper .menu .top-text.fontsize {
  font-size: 20px;
  font-weight: bold;
}
.nail .menu-wrapper .menu .top-text span {
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .nail .page-link .link-flex .box {
    width: calc(50% - 12px - 0.1px);
  }
  .nail .menu-wrapper .menu .top-text span {
    display: none;
  }
  #nail,
  #kids,
  #aesthetic {
    padding-top: 50px;
  }
}
@media screen and (max-width: 425px) {
  .nail .page-link .link-flex .box {
    width: 100%;
    margin: 0 auto 10px;
  }
}/*# sourceMappingURL=index.css.map */