@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;
}

.anchor {
  padding-top: 5.5%;
  margin-top: -5.5%;
}

.anchor_target {
  width: 100%;
  pointer-events: none;
  height: 160px;
  margin-top: -160px;
}
@media only screen and (max-width: 768px) {
  .anchor_target {
    height: 70px;
    margin-top: -70px;
  }
}

.text_base {
  margin: 0 0 25px 0;
}

.text_small {
  font-size: 0.8em;
}

.flex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -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;
}

/*--
page-for template
---------------------------------------------------------------------*/
.parents-voice .white-waku-img {
  min-width: 48%;
  position: relative;
}
.parents-voice .white-waku-img .text {
  position: absolute;
  left: 0;
  bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .parents-voice .white-waku-img .text {
    bottom: 100px;
  }
}
.parents-voice .white-waku-img .text p {
  font-size: 25px;
  color: #fff;
  display: inline-block;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .parents-voice .white-waku-img .text p {
    font-size: 18px;
  }
}
.parents-voice .white-waku-img .text p.name {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .parents-voice .white-waku-img .text p.name {
    font-size: 14px;
  }
}
.parents-voice .white-waku-img.class-01 p {
  background-color: #e95377;
}
.parents-voice .white-waku-img.class-02 p {
  background-color: #f29600;
}
.parents-voice .white-waku-img.class-03 p {
  background-color: #82afd6;
}
.parents-voice .white-waku-img.class-04 p {
  background-color: #82c47a;
}
.parents-voice .white-waku-img.class-05 p {
  background-color: #e74773;
}
.parents-voice .white-waku-img.class-06 p {
  background-color: var(--food-main-color-2);
}
.parents-voice .white-waku-img .img {
  padding-left: 20px;
}
.parents-voice .white-waku-img .small {
  font-size: 0.8em;
  text-align: right;
  display: block;
}

.btn_blue img {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-course template */
.course-top-text {
  text-align: center;
  margin: 6rem 0;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .course-top-text {
    margin: 3rem 0;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1440px) {
  .page-course .department-content {
    padding: 30px 0 130px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 学科詳細 */
.title-under-text {
  text-align: center;
  margin: 0 auto 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .title-under-text {
    margin: 0 auto 2rem;
  }
}

.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;
  margin: 0 auto 40px;
}

.white-text-box {
  background: #fff;
  padding: 30px 20px;
  margin: 0 auto 60px;
  width: 94%;
}
@media only screen and (max-width: 768px) {
  .white-text-box {
    padding: 15px 10px;
    margin: 0 auto 40px;
    max-width: 600px;
  }
}

/*--
page-template
---------------------------------------------------------------------*/
.block_base {
  padding: 60px 0;
}

.content-separater + .content-separater {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .content-separater + .content-separater {
    margin-top: 4rem;
  }
}

h2.title_temp {
  padding: 10px 30px;
  background: url(../img/libs/h2_temp.png) repeat;
  position: relative;
  margin: 0 auto 2em;
}
h2.title_temp::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 40%;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--beauty-main-color-2);
}
.food-home h2.title_temp::after {
  background: var(--food-main-color-2);
}
h2.title_temp span {
  font-size: 80%;
  display: inline-block;
  margin: 0 0 0 20px;
  color: var(--beauty-main-color-2);
  vertical-align: middle;
}
.food-home h2.title_temp span {
  color: var(--food-main-color-2);
}

h3.title_temp {
  border-bottom: solid 1px #ccc;
  line-height: 1;
  padding: 0 0 15px 0;
  position: relative;
  margin: 40px auto 25px;
}
@media only screen and (max-width: 768px) {
  h3.title_temp {
    font-size: 1.1em;
    line-height: 1.4;
    padding: 0 0 10px 0;
    margin: 30px auto 20px;
  }
}
h3.title_temp::after {
  content: "";
  width: 30%;
  height: 1px;
  background: var(--beauty-main-color-2);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.food-home h3.title_temp::after {
  background: var(--food-main-color-2);
}
h3.title_temp span {
  font-size: 82%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  h3.title_temp span {
    display: block;
    margin: 5px 0 8px;
  }
}
h3.title_temp img {
  vertical-align: middle;
  width: 32px;
}
@media only screen and (max-width: 768px) {
  h3.title_temp img {
    position: absolute;
    display: block;
    right: 5px;
    bottom: 3px;
  }
}

.type-total_beauty .white-base::after {
  border: solid 1px #f5aa19;
}

.type-total_beauty .spot-copy::after {
  background: #f5aa19;
}

.type-total_beauty h3.title_temp::after {
  background: #f5aa19;
}

.type-bridal_cordination .white-base::after {
  border: solid 1px #5390cd;
}

.type-bridal_cordination .spot-copy::after {
  background: #5390cd;
}

.type-bridal_cordination h3.title_temp::after {
  background: #5390cd;
}

.type-fashion .white-base::after {
  border: solid 1px #83c36b;
}

.type-fashion .spot-copy::after {
  background: #83c36b;
}

.type-fashion h3.title_temp::after {
  background: #83c36b;
}

.type-food .spot-copy::after {
  background: #83c36b;
}

.type-food .white-base::after {
  border: solid 1px #83c36b;
}

.type-food h3.title_temp::after {
  background: #83c36b;
}

.type-boulanger .spot-copy::after {
  background: #f5aa19;
}

.type-boulanger .white-base::after {
  border: solid 1px #f5aa19;
}

.type-boulanger h3.title_temp::after {
  background: #f5aa19;
}

.type-confectionery .spot-copy::after {
  background: #5390cd;
}

.type-confectionery .white-base::after {
  border: solid 1px #5390cd;
}

.type-confectionery h3.title_temp::after {
  background: #5390cd;
}

h4.title_temp {
  padding: 0 0 0 1.2em;
  position: relative;
  margin: 3rem auto 1rem;
}
h4.title_temp::after {
  content: "●";
  position: absolute;
  color: var(--beauty-main-color-2);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.9em;
  height: 0.9em;
  line-height: 1;
}
.food-home h4.title_temp::after {
  color: var(--food-main-color-2);
}

h4.subtitle {
  font-size: 110%;
}

.web-apply-to-button {
  max-width: 200px;
  width: 100%;
  background: var(--beauty-main-color-2);
  padding: 10px;
  text-align: center;
}
.food-home .web-apply-to-button {
  background: var(--food-main-color-2);
}
.web-apply-to-button a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.title_common {
  font-size: 2em;
  margin-bottom: 2rem;
}
.title_common span {
  display: inline-block;
  margin: 0 0 0 30px;
  color: var(--beauty-main-color-2);
  font-size: 0.7em;
  font-weight: normal;
}
html.beauty-home .title_common span {
  color: var(--beauty-main-color-2);
}
.food-home .title_common span {
  color: var(--food-main-color-2);
}

@media only screen and (max-width: 768px) {
  .title_common {
    font-size: 1.5em;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .title_common {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .title_common span {
    display: block;
    margin: 20px 0 25px;
    text-align: center;
  }
  h2.title_temp {
    padding: 1rem 1rem 1rem 2rem;
    background-size: 4px 4px;
    margin: 0 auto 2rem;
  }
  h2.title_temp::after {
    width: 3px;
    left: 10px;
  }
  h2.title_temp span {
    margin: 0 0 0 10px;
  }
  h4.title_temp {
    margin: 30px auto 10px;
  }
}
/*--
page-houkokusyo
---------------------------------------------------------------------*/
.page-houkokusyo .btn_blue {
  margin: 30px 0 0;
}
.page-houkokusyo .margin-wrap {
  max-width: 800px;
}

@media only screen and (max-width: 768px) {
  .page-houkokusyo .btn_blue {
    margin: 30px auto 0;
  }
}
/*←//.page_houkokusyo*/
/*--
page-shokujitu
---------------------------------------------------------------------*/
.list_disc li {
  list-style: disc;
  margin: 0.8em 0 0.8em 1.2em;
}
.list_disc a {
  display: inline-block;
  text-decoration: underline;
  color: var(--beauty-main-color-2);
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list_disc a:hover {
  opacity: 0.7;
}

a.blank {
  color: var(--beauty-main-color-2);
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../img/libs/icon-blank.png) no-repeat left center;
  background-size: 16px 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a.blank:hover {
  color: #dc143c;
}

.list_base li {
  margin: 0.5em 0;
}

.page-shokujitsu .list_base {
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .list_disc li,
  a.blank {
    font-size: 0.85em;
  }
  .page-shokujitsu .list_base {
    margin: 30px 0 0 0;
  }
}
/*--
page-guideline
---------------------------------------------------------------------*/
.page-guideline h3.title_temp {
  margin: 50px auto 25px;
}
@media only screen and (max-width: 768px) {
  .page-guideline h3.title_temp {
    margin: 30px auto 20px;
  }
}

.examination_table {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  margin: 0 auto 25px;
}
.examination_table th {
  background: var(--beauty-main-color-2);
  color: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.beauty-home .examination_table th {
  background: var(--beauty-main-color-2);
}
.food-home .examination_table th {
  background: var(--food-main-color-2);
}
.examination_table td {
  padding: 10px;
  border: 1px solid #999;
  font-size: 0.9em;
}

.table_base {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}
.table_base.--tablefixed {
  table-layout: fixed;
}
.table_base a {
  text-decoration: underline;
  color: var(--beauty-main-color-2);
}
.food-home .table_base a {
  color: var(--food-main-color-2);
}
.table_base .web-apply-to-button {
  margin-top: 10px;
}
.table_base .web-apply-to-button a {
  color: #fff;
}
.table_base th,
.table_base td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table_base .table-head {
  background: #ddd;
  text-align: center;
  font-weight: bold;
}
.table_base .table-sub-head th {
  background: #eee;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
.table_base .table-sub-head .tag {
  color: #f33;
}
.table_base .table-sub-head .tag:after {
  content: " ";
}
.table_base th a {
  text-decoration: underline;
  color: var(--beauty-main-color-2);
}
.food-home .table_base th a {
  color: var(--food-main-color-2);
}
.table_base td {
  font-size: 0.9em;
  line-height: 1.5;
}
.table_base .maru {
  text-align: center;
  color: #e95377;
}
.table_base .oc-date {
  text-align: center;
}

table .ct {
  text-align: center;
  vertical-align: middle;
}
table .cr {
  text-align: right;
}
table .result {
  text-align: right;
  background: #eee;
}

.sp-table {
  padding: 1.6em 0 0 0;
  overflow-x: auto;
  position: relative;
}
.sp-table::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "スクロール →";
}
.sp-table table {
  min-width: 600px;
}

@media only screen and (max-width: 768px) {
  .examination_table {
    margin: 0 auto 20px;
  }
  .examination_table th {
    font-size: 0.85em;
    padding: 8px;
  }
  .examination_table td {
    padding: 8px;
    font-size: 0.75em;
  }
  .table_base {
    width: 100%;
    margin: 0 auto 20px;
  }
  .table_base th,
  .table_base td {
    padding: 6px;
  }
  .table_base th {
    font-size: 0.75em;
  }
  .table_base td {
    font-size: 0.75em;
  }
  .sp_table {
    overflow-x: scroll;
    position: relative;
    padding: 1.5em 0 0 0;
  }
  .sp_table::before {
    content: "→ スクロール";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp_table table {
    width: 720px;
  }
}
/*--
dl_expenses
---------------------------------------------------------------------*/
.dl_expenses {
  position: relative;
  margin: 35px 0;
}
.dl_expenses dt {
  position: absolute;
  left: 20px;
  top: -15px;
  line-height: 30px;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .dl_expenses dt {
    left: 12px;
    top: -13px;
    line-height: 25px;
  }
}
html.beauty-home .dl_expenses dt {
  background: var(--beauty-main-color-2);
}
.food-home .dl_expenses dt {
  background: var(--food-main-color-2);
}
.dl_expenses dd {
  border: solid 1px var(--beauty-main-color-2);
  background: #fff;
  padding: 25px 20px 20px;
  font-size: 92%;
  border-radius: 5px;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .dl_expenses dd {
    padding: 40px 12px 12px;
  }
}
html.beauty-home .dl_expenses dd {
  border-color: var(--beauty-main-color-2);
}
.food-home .dl_expenses dd {
  border-color: var(--food-main-color-2);
}

/*--
page-oc
---------------------------------------------------------------------*/
.list_oc-guardian {
  overflow: hidden;
}
.list_oc-guardian li {
  float: left;
  width: 49%;
  margin: 0 0 30px 2%;
}
.list_oc-guardian li:nth-child(2n+1) {
  clear: both;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .list_oc-guardian {
    max-width: 500px;
    margin: 0 auto;
  }
  .list_oc-guardian li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .list_oc-guardian li:nth-child(2n+1) {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-oc .title_common {
    font-size: 14px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 平日進学相談会 */
.list_decimal {
  margin: 0 0 0 1.2em;
}
.list_decimal li {
  list-style: decimal;
  padding: 5px 0;
  font-size: 16px;
}

.dl_base dt {
  color: var(--beauty-main-color-2);
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: dashed 1px #ccc;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.dl_base dd {
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
  color: #000;
}
.dl_base + .dl_base {
  margin: 30px auto 0;
}

.text_link {
  color: var(--beauty-main-color-2);
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.text_link:hover {
  color: #ff4500;
}

.text_att {
  text-align: center;
  font-weight: bold;
  color: var(--beauty-main-color-2);
  line-height: 1.6;
  margin: 0 0 30px 0;
  font-size: 1.5em;
}
.text_att strong {
  font-size: 150%;
}
.text_att .sub-text {
  display: block;
  font-size: 88%;
}

.box_att {
  padding: 30px;
  text-align: center;
  background: #f8f8f8;
  margin: 0 auto 50px;
}

.form_base {
  max-width: 900px;
  margin: 0 auto;
}

.list_form li {
  overflow: hidden;
  border-bottom: solid 1px #ccc;
}
.list_form .area_left {
  width: 20%;
  float: left;
  padding: 12px;
}
.list_form .area_left label {
  font-weight: bold;
}
.list_form .hissu label::after {
  content: "※";
  color: red;
}
.list_form .area_right {
  width: 80%;
  float: left;
  padding: 12px;
}

.form_base .input-middle {
  width: 60%;
  padding: 6px;
  font-size: 16px;
}
.form_base select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  min-width: 30%;
  height: 40px;
  font-size: 16px;
  background: #fff;
}
.form_base textarea {
  width: 100%;
  padding: 6px;
  font-size: 16px;
  resize: none;
}

.area_submit {
  text-align: center;
  margin: 50px auto;
}
.area_submit input {
  display: inline-block;
  width: 300px;
  height: 66px;
  line-height: 66px;
  margin: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0;
}
.area_submit input[type=submit] {
  background: url(../img/libs/blue-waku.png) no-repeat left center;
  background-size: 300px 66px;
}
.area_submit input:hover {
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .list_decimal li {
    font-size: 14px;
  }
  .dl_base + .dl_base {
    margin: 25px auto 0;
  }
  .text_link {
    font-weight: bold;
  }
  .text_att {
    margin: 0 0 20px 0;
    font-size: 1.1em;
  }
  .text_att strong {
    font-size: 115%;
  }
  .box_att {
    padding: 10px;
    margin: 0 auto 30px;
  }
  .list_form li {
    padding: 10px 0;
  }
  .list_form .area_left {
    width: 100%;
    float: none;
    padding: 0 0 6px 0;
  }
  .list_form .area_right {
    width: 100%;
    float: none;
    font-size: 12px;
    padding: 0;
  }
  .form_base .input-middle {
    width: 70%;
  }
  .area_submit {
    text-align: center;
    margin: 50px auto;
  }
  .area_submit input {
    display: block;
    width: 270px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto 10px;
    font-size: 16px;
  }
  .area_submit input[type=submit] {
    background-size: 270px 45px;
  }
}
/*--
page-campus
---------------------------------------------------------------------*/
.block_campus-event {
  position: relative;
}
.block_campus-event::after {
  content: "";
  width: 20px;
  height: calc(100% - 250px);
  position: absolute;
  top: 20px;
  left: 41px;
  z-index: 0;
  display: inline-block;
  background: var(--beauty-main-color-2);
  background: -webkit-linear-gradient(top, var(--beauty-main-color-2) 10%, #5390cd 86%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, var(--beauty-main-color-2)), color-stop(86%, #5390cd));
  background: linear-gradient(to bottom, var(--beauty-main-color-2) 10%, #5390cd 86%);
}
@media only screen and (max-width: 768px) {
  .block_campus-event::after {
    width: 8px;
    height: 88%;
    left: 25px;
  }
}
.block_campus-event .event_item {
  overflow: hidden;
  margin: 0 0 40px 0;
  position: relative;
  z-index: 2;
}
.block_campus-event .event_item .mouth {
  background: var(--beauty-main-color-2);
  border: 4px solid #fff;
  color: #fff;
  text-align: center;
  width: 92px;
  height: 92px;
  position: relative;
  float: left;
  border-radius: 90px;
  margin: 0 40px 0 0;
}
.block_campus-event .event_item .mouth .en {
  font-size: 14px;
  padding-top: 14px;
}
.block_campus-event .event_item .mouth .jp {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.block_campus-event .event_item .event_info {
  float: left;
  width: calc(100% - 140px);
}
.block_campus-event .event_item .event_info a {
  text-decoration: underline;
  margin: 2px 0;
  font-weight: bold;
  font-size: 14px;
}
.block_campus-event .event_item .event_info a:hover {
  color: var(--beauty-main-color-2);
}
.block_campus-event .event_item .event_title {
  color: var(--beauty-main-color-2);
  font-size: 30px;
  font-weight: bold;
}
.block_campus-event .event_item .dis {
  color: var(--beauty-main-color-2);
  font-size: 14px;
  font-weight: bold;
}
.block_campus-event .event_item .txt {
  color: #000;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.block_campus-event .event_item .event_img li {
  display: inline-block;
  width: 31%;
  margin: 0 1% 0 0;
}
@media only screen and (max-width: 768px) {
  .block_campus-event .event_item {
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  .block_campus-event .event_item .mouth {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 0 10px 0 0;
  }
  .block_campus-event .event_item .mouth .en {
    font-size: 10px;
    padding-top: 5px;
  }
  .block_campus-event .event_item .mouth .jp {
    font-size: 11px;
  }
  .block_campus-event .event_item .event_info {
    width: calc(100% - 70px);
  }
  .block_campus-event .event_item .event_title {
    font-size: 1.8rem;
  }
  .block_campus-event .event_item .dis {
    margin: 0 0 10px 0;
  }
  .block_campus-event .event_item .event_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .block_campus-event .event_item .event_img li {
    display: block;
    min-width: 150px;
    width: 100%;
    margin: 0 1% 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-campus .text_strong {
    font-size: 26px;
  }
}
.support_list {
  overflow: hidden;
}
.support_list li {
  float: left;
  width: 32%;
  overflow: hidden;
  margin: 0 0 20px 2%;
  background: #eaf5fc;
  color: #000;
}
.support_list li:nth-child(3n+1) {
  margin: 0 0 20px 0;
  clear: both;
}
.support_list li.nopost {
  float: none;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.support_list li .img {
  width: 140px;
  height: 168px;
  overflow: hidden;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
.support_list li .img img {
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.support_list li .info {
  width: calc(100% - 150px);
  float: left;
  padding: 10px 3px 0 0;
}
.support_list li .cname {
  font-weight: bold;
  font-size: 96%;
}
.support_list li .job {
  border-bottom: solid 1px #65b5eb;
  padding: 4px 0;
  font-size: 88%;
}
.support_list li .name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 6px 0 4px;
}
.support_list li .course {
  font-size: 82%;
  margin: 0 0 10px 0;
}
.support_list li .comment {
  font-size: 88%;
}

.title_obi {
  text-align: center;
  padding: 10px 0;
  background: var(--beauty-main-color-2);
  color: #fff;
  font-size: 1.2em;
  margin: 40px 0;
}

@media only screen and (max-width: 768px) {
  .support_list li {
    float: none;
    width: 100%;
    margin: 0 0 12px 0;
  }
  .support_list li:nth-child(3n+1) {
    margin: 0 0 12px 0;
  }
  .support_list li .img {
    width: 100px;
    margin: 0 10px 0 0;
    height: 120px;
  }
  .support_list li .job {
    padding: 2px 0 4px;
  }
  .support_list li .info {
    width: calc(100% - 110px);
    font-size: 88%;
    padding: 8px 0 0 0;
  }
  .support_list li .name {
    font-size: 1em;
    margin: 6px 0 4px;
  }
  .support_list li .course {
    margin: 0 0 3px 0;
  }
  .support_list li .comment {
    font-size: 75%;
  }
  .support_list li .cate {
    padding: 0 10px;
    margin-bottom: 3px;
  }
  .title_obi {
    font-size: 1em;
    margin: 30px 0;
  }
}
/*--
page-blog
---------------------------------------------------------------------*/
.l_wrap {
  max-width: 1100px;
  margin: 50px auto;
  overflow: hidden;
}
.l_wrap .l_main {
  float: left;
  width: 750px;
  margin: 0 40px 0 0;
}
.l_wrap .l_side {
  float: left;
  width: 310px;
}

.post_item {
  border-bottom: solid 1px #ccc;
}
.post_item .time {
  background: url(../img/libs/icon-time.png) no-repeat center left;
  background-size: 16px;
  font-size: 14px;
  padding: 5px 0 5px 22px;
  display: block;
}
.post_item .post_title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 6px 0;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post_item .post_content {
  margin: 0 0 35px 0;
  line-height: 1.4;
  color: #333;
}
.post_item a {
  display: block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 20px;
  border-radius: 10px;
}
.post_item a:hover {
  opacity: 1;
  background: #fafdff;
}
.post_item a:hover .post_title {
  color: var(--beauty-main-color-2);
}

ul.post_cate li {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #1e2d2f;
  margin: 0 3px 3px 0;
  padding: 2px 10px;
  color: #000;
}

.block_blog-all .pager {
  margin: 40px auto;
  text-align: center;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  display: inline-block;
  border: 1px solid #202d30;
  color: #000;
  vertical-align: top;
  padding: 0;
  margin: 0 3px 10px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  font-size: 16px;
}
.pager .wp-pagenavi a:hover,
.pager .wp-pagenavi span.current {
  color: #fff;
  background: var(--beauty-main-color-2);
  font-weight: bold;
}
.pager .wp-pagenavi .first,
.pager .wp-pagenavi .last {
  font-size: 14px;
}
.pager .wp-pagenavi span.pages {
  width: 65px;
  font-size: 14px;
  border: none;
  margin: 0 10px 10px 0;
}

#recent-posts-3 {
  margin: 0 0 40px 0;
}
#recent-posts-3 li a {
  display: block;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 15px;
}
#recent-posts-3 li a:hover {
  color: var(--beauty-main-color-2);
  text-decoration: underline;
}

#categories-3 {
  margin: 0 0 40px 0;
}

.l_side .side_title {
  border-bottom: 1px solid #586263;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-top: 40px;
}
.l_side .side_title:after, .l_side .side_title:before {
  color: var(--beauty-main-color-2);
  font-weight: bold;
}
.l_side .side_title:after {
  position: absolute;
  display: block;
  color: #5390cd;
  top: 0;
  left: 0;
  font-weight: bold;
  mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), black);
  -webkit-mask-image: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0), black);
}
.l_side .side_title:before {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

#sidebar .side_title:first-child {
  margin-top: 0;
}

.widget_recent_entries .side_title:before, .widget_recent_entries .side_title:after {
  content: "NEW POST";
}

.widget_categories .side_title:before, .widget_categories .side_title:after {
  content: "CATEGORY";
}

.widget_collapsarch .side_title:before, .widget_collapsarch .side_title:after {
  content: "ARCHIVE";
}

#categories-3 ul {
  margin: 25px 0 0 0;
}

li.cat-item {
  margin: 8px 0 0;
}
li.cat-item a {
  border: solid 1px #999;
  display: block;
  padding: 10px 20px;
  background: url(../img/libs/arrow-nav.png) no-repeat right 12px center;
  color: #000;
  font-size: 14px;
  border-radius: 20px;
}
li.cat-item a:hover {
  color: var(--beauty-main-color-2);
}

#widget-collapsarch-2-top li {
  border-top: 1px solid #d9d9d9;
}
#widget-collapsarch-2-top a {
  display: block;
  padding: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#widget-collapsarch-2-top div[id*=collapsArch] {
  margin: 0 0 0 30px;
}
#widget-collapsarch-2-top div[id*=collapsArch] a {
  background: url(../img/libs/arrow-nav.png) no-repeat right 12px center;
}
#widget-collapsarch-2-top a:hover {
  color: var(--beauty-main-color-2);
}

.list_side-archive a {
  display: block;
  padding: 15px;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.list_side-archive a::after {
  content: "年度";
  position: absolute;
  left: 65px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 23px;
}
.list_side-archive a:hover {
  color: var(--beauty-main-color-2);
}

@media only screen and (max-width: 768px) {
  .l_wrap {
    max-width: 94%;
    margin: 30px auto;
  }
  .l_wrap .l_main {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .l_wrap .l_side {
    float: none;
    width: 100%;
  }
  .post_item .post_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  .post_item .post_content {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  .post_item a {
    padding: 10px 0;
  }
  ul.post_cate li {
    font-size: 10px;
    padding: 2px 6px;
    margin: 0 2px 2px 0;
  }
  .pager .wp-pagenavi {
    position: relative;
  }
  .pager .wp-pagenavi a,
  .pager .wp-pagenavi span {
    margin: 0 3px 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .pager .wp-pagenavi .first,
  .pager .wp-pagenavi .last {
    font-size: 12px;
  }
  .pager .wp-pagenavi span.pages {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 65px;
    font-size: 14px;
    margin: auto;
  }
  .block_blog-all .pager {
    margin: 25px auto 50px;
  }
  li.cat-item {
    margin: 5px 0 0;
  }
  li.cat-item a {
    background-size: 12px 12px;
    padding: 8px 15px;
    font-size: 13px;
  }
  #recent-posts-3 {
    margin: 0 0 25px 0;
  }
  #recent-posts-3 li a {
    padding: 15px 5px;
    font-size: 13px;
  }
  .list_side-archive a {
    padding: 10px 15px;
    font-size: 13px;
  }
  .list_side-archive a::after {
    left: 55px;
    height: 19px;
  }
}
.block_single .post_item {
  border: none;
}
.block_single .single-title {
  padding: 15px 0 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.block_single .single_cate {
  padding: 10px 0;
  margin: 0 0 25px 0;
  border-bottom: solid 1px #000;
}
.block_single .post-categories li {
  display: inline-block;
  margin: 0 10px 5px 0;
  font-size: 0.88em;
  font-weight: bold;
}
.block_single .post-categories a {
  text-decoration: underline;
  color: var(--beauty-main-color-2);
}
.block_single .post-categories a:hover {
  color: #ff4500;
}
.block_single .single-pager {
  overflow: hidden;
  margin: 50px 0 0;
}
.block_single .single-pager .pre {
  float: left;
}
.block_single .single-pager .nxt {
  float: right;
}
.block_single .single-pager a {
  display: inline-block;
  color: var(--beauty-main-color-2);
  font-size: 15px;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .block_single .single-pager {
    overflow: hidden;
    margin: 30px 0 0;
  }
  .block_single .single-pager li {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  .block_single .single-pager .nxt {
    text-align: right;
  }
  .block_single .single-pager a {
    padding: 10px 0;
    font-size: 13px;
  }
}
.block_single .bottom_line {
  text-align: center;
  background: #f8f8f8;
  padding: 20px 0;
  margin-bottom: 20px;
}
.block_single .bottom_line .txt {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.block_single .bottom_line .btn a:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/libs/icon_line.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.block_single .bottom_line .btn a {
  background: #00b900;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 300px;
  position: relative;
  line-height: 60px;
  border-radius: 3px;
  font-weight: bold;
}
.block_single .wp-editor {
  color: #000;
}

.addtoany_share_save_container {
  text-align: center;
  padding: 20px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 30px 0;
}
.addtoany_share_save_container a {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .addtoany_share_save_container a {
    margin: 0 4px;
  }
}

.wp-editor {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
}
.wp-editor h5,
.wp-editor h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.wp-editor img {
  max-width: 100%;
  height: auto;
}
.wp-editor hr {
  margin: 20px 0;
}
.wp-editor .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.wp-editor .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.wp-editor .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.wp-editor strong {
  font-weight: bold;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor del {
  text-decoration: line-through;
}
.wp-editor blockquote {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  margin: 0;
}
.wp-editor blockquote:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
}
.wp-editor blockquote:after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: 0;
}
.wp-editor a {
  color: #00f;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wp-editor a:hover {
  color: red;
}
.wp-editor p {
  margin: 0 0 20px 0;
}
.wp-editor ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
  margin: 0 0 20px 0;
}
.wp-editor ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
  margin: 0 0 20px 0;
}
.wp-editor table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  table-layout: fixed !important;
  resize: none;
}
.wp-editor table th {
  padding: 6px;
  border: solid 1px #999;
  background: #f5f5f5;
  width: auto !important;
}
.wp-editor table td {
  padding: 6px;
  border: solid 1px #999;
  width: auto !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: page-shcool guide */
.koukun {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .koukun {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.koukun dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}
.koukun dl dt {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b5b5b5;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: overwrite */
.course2 {
  background: #fac03d;
  margin: 10px 8px;
  padding: 2%;
}
.course2 p {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 1em;
}
.course2 dl {
  background: #fff;
  padding: 2%;
  float: left;
  width: 44%;
  margin: 0 1%;
}
.course2 dt {
  font-size: 1.2em;
  background: #fac03d;
  color: #fff;
  padding: 1%;
  margin-bottom: 1%;
  font-weight: bold;
}
.course2 dd img {
  float: right;
}
@media only screen and (max-width: 768px) {
  .course2 dd img {
    float: none;
    width: 100%;
  }
}

.original-bf {
  padding: 20px 15px 25px;
  margin: 0 auto 3%;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .original-bf {
    max-width: 600px;
  }
}
.original-bf img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

span.line {
  border: 1px solid #000;
  color: #333 !important;
  padding: 0 0.2em;
  margin: 0 !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フード学科 */
.page-food sup,
.page-cooks sup {
  font-size: 75%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 取得資格 */
@media only screen and (max-width: 768px) {
  .block_course-curriculum .table_base {
    text-align: left;
    background: #fff;
  }
  .block_course-curriculum .table_base .table-head {
    text-align: left;
    word-break: keep-all;
  }
  .block_course-curriculum .table_base .tag {
    display: block;
  }
  .block_course-curriculum .table_base th {
    font-size: 0.8em;
    text-align: left;
  }
  .block_course-curriculum .table_base td {
    vertical-align: middle;
  }
}
#fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  height: 110px;
}
@media only screen and (max-width: 768px) {
  #fixed {
    bottom: 75px;
  }
}
#fixed a {
  display: block;
}
#fixed a img {
  width: 100%;
}
#fixed .banner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#beauty-fixed {
  z-index: 4;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

#total_beauty_fixed {
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

#bridal_fixed {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

#fashion_fixed {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

#patissier-fixed {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: bf-voicer追加 */
.bf-voice .section {
  padding: 3em 0;
}
.bf-voice .section img {
  vertical-align: bottom;
}
.bf-voice .container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .bf-voice .section {
    padding: 1.5em 0;
  }
  .bf-voice .section .container {
    width: 88%;
  }
}

/*--
page-campus-single
---------------------------------------------------------------------*/
.page-single .button {
  background-color: #fff;
  border: 2px solid var(--beauty-main-color);
  border-radius: 50px;
  color: var(--beauty-main-color);
  display: block;
  font-weight: 600;
  max-width: 400px;
  margin: auto;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.food-home .page-single .button {
  color: var(--food-main-color);
  border-color: var(--food-main-color);
}
.page-single .button::after {
  position: absolute;
  content: "";
  border-top: solid 2px var(--beauty-main-color);
  border-right: solid 2px var(--beauty-main-color);
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.food-home .page-single .button::after {
  border-top: solid 2px var(--food-main-color);
  border-right: solid 2px var(--food-main-color);
}
.page-single .button:hover {
  opacity: 0.7;
}
.page-single .flex-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.page-single .flex-box .txt-box {
  width: 45%;
}
.page-single .flex-box .txt-box h4 {
  margin-bottom: 1rem;
}
.page-single .flex-box .thumb {
  width: 45%;
}
.page-single .flex-box .bg_img {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.page-single .point_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 3rem;
  margin-top: 8rem;
}
.page-single .point_grid .box {
  background-color: #fff !important;
  background-image: -webkit-repeating-linear-gradient(135deg, #eee, #eee 5px, transparent 0, transparent 15px) !important;
  background-image: repeating-linear-gradient(-45deg, #eee, #eee 5px, transparent 0, transparent 15px) !important;
  padding: 6rem 2rem 2rem;
  position: relative;
}
.page-single .point_grid .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  z-index: 0;
}
.page-single .point_grid .box .point-num {
  width: 170px;
  height: 105px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.page-single .point_grid .box .head {
  text-align: center;
  margin-bottom: 0.75rem;
  position: relative;
  font-size: 2.4rem;
  z-index: 1;
}
.page-single .point_grid .box .head span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffee71));
  background: -webkit-linear-gradient(transparent 60%, #ffee71 60%);
  background: linear-gradient(transparent 60%, #ffee71 60%);
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0 0.5rem;
}
.page-single .point_grid .box .text {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-single .point_grid .box .gray {
  background: #f4f4f4;
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem;
  position: relative;
  z-index: 1;
}
.page-single .point_grid .box .gray p:first-child {
  text-align: center;
}
.page-single .point_grid .box .gray small {
  color: #ce000b;
  font-size: 0.85em;
}
.page-single .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.page-single .grid-box .head {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.page-single .chart {
  margin-top: 5rem;
}
.page-single .chart table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 80%;
  border: unset;
}
.page-single .chart table tr {
  background-color: #f4f4f4;
  display: block;
  margin-bottom: 7rem;
  position: relative;
}
.page-single .chart table tr::after {
  position: absolute;
  content: "";
  left: 6%;
  bottom: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: var(--beauty-main-color) transparent transparent transparent;
}
.food-home .page-single .chart table tr::after {
  border-color: var(--food-main-color) transparent transparent transparent;
}
.page-single .chart table tr:last-child {
  margin-bottom: 0;
}
.page-single .chart table tr:last-child::after {
  content: none;
}
.page-single .chart table th {
  background: var(--beauty-main-color);
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  width: 130px;
  vertical-align: middle;
  padding: 1rem;
  border: unset;
}
.food-home .page-single .chart table th {
  background: var(--food-main-color);
}
.page-single .chart table td {
  width: calc(100% - 130px);
  line-height: 1.75;
  font-weight: normal;
  padding: 1.5rem;
  border: unset;
}
.page-single .chart table td span {
  color: var(--beauty-main-color);
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
}
.food-home .page-single .chart table td span {
  color: var(--food-main-color);
}
.page-single .contact {
  margin-top: 5rem;
}
.page-single .contact .head {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 0.75rem;
  text-align: center;
}
.page-single .contact p {
  text-align: center;
  line-height: 1.75;
}
.page-single .contact .gray {
  background: #f4f4f4;
  margin: 1rem auto 0;
  padding: 2rem 1.5rem;
  width: 70%;
}
.page-single .contact .gray a {
  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;
}
.page-single .contact .gray a .icon {
  width: 56px;
  line-height: 1;
  border: none;
}
.page-single .contact .gray p {
  line-height: 1.5;
  margin: 1rem auto;
}
.page-single .num {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #595757;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .page-single .num {
    font-size: 30px;
  }
}
.page-single .room {
  margin-top: 5rem;
}
.page-single .room .grid-box {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 5rem;
}
.page-single .room .grid-box figure {
  border-bottom: 2px dotted #666666;
  padding-bottom: 2rem;
}
.page-single .room .contact {
  background-color: #fff !important;
  background-image: -webkit-repeating-linear-gradient(135deg, #eee, #eee 5px, transparent 0, transparent 15px) !important;
  background-image: repeating-linear-gradient(-45deg, #eee, #eee 5px, transparent 0, transparent 15px) !important;
  margin-top: 5rem;
  padding: 1.5rem;
}
.page-single .room .contact .inner {
  background-color: #fff;
  padding: 3rem;
}
.page-single .room .contact .head {
  color: var(--beauty-main-color);
}
.food-home .page-single .room .contact .head {
  color: var(--food-main-color);
}
.page-single .room .contact .head {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1.5rem;
  text-align: center;
}
.page-single .room .contact p {
  text-align: center;
  line-height: 1.75;
}
.page-single .room .contact .living-link a {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 20px 0;
  text-align: center;
  background: url(../img/libs/arrow-nav.png) no-repeat right 10px center;
  margin: 2rem auto 0;
  width: 340px;
}
.page-single .room .contact .living-link a img {
  width: auto;
}
.page-single .room a {
  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;
}
.page-single .room a .icon {
  width: 48px;
  line-height: 1;
  border: none;
}
.page-single .room p {
  line-height: 1.5;
  margin: 1rem auto;
}
@media only screen and (max-width: 768px) {
  .page-single .button {
    font-size: 1.2em;
  }
  .page-single .main-wrap h2 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .page-single .main-wrap .lead {
    margin-top: 1rem;
  }
  .page-single .flex-box {
    background: none;
    display: block;
  }
  .page-single .flex-box .txt-box {
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .page-single .flex-box .txt-box p {
    text-align: left;
  }
  .page-single .flex-box .thumb {
    margin-top: 2rem;
    width: 100%;
  }
  .page-single .point_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
    margin-top: 6rem;
  }
  .page-single .point_grid .box {
    padding: 2.5rem 1.5rem 1.5rem;
  }
  .page-single .point_grid .box::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
  .page-single .point_grid .box .point-num {
    width: 150px;
    height: 85px;
  }
  .page-single .point_grid .box .head {
    font-size: 1.3em;
    line-height: 1.55;
  }
  .page-single .point_grid .box .gray p {
    line-height: 1.5;
    text-align: center;
  }
  .page-single .point_grid .box .gray small {
    line-height: 1.5;
  }
  .page-single .grid-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .page-single .grid-box .head {
    font-size: 1.3em;
    margin: 0 0 0.5rem;
  }
  .page-single .chart {
    margin-top: 3.5rem;
  }
  .page-single .chart table {
    width: 100%;
  }
  .page-single .chart table tr {
    margin-bottom: 2rem;
  }
  .page-single .chart table tr::after {
    bottom: -25px;
    left: 11%;
  }
  .page-single .chart table th {
    font-size: 1.3em;
    padding: 0.75rem;
    width: 100px;
  }
  .page-single .chart table td {
    font-size: 0.85em;
    line-height: 1.5;
    padding: 0.75rem;
    width: calc(100% - 100px);
  }
  .page-single .chart table td span {
    font-size: 1.3em;
    margin-bottom: 0.25rem;
  }
  .page-single .contact {
    margin-top: 3.5rem;
  }
  .page-single .contact .head {
    font-size: 1.3em;
    margin: 0 0 0.5rem;
  }
  .page-single .contact p {
    line-height: 1.5;
  }
  .page-single .contact .gray {
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .page-single .room {
    margin-top: 3.5rem;
  }
  .page-single .room a .icon {
    width: 38px;
  }
  .page-single .room .grid-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-bottom: 3.5rem;
  }
  .page-single .room .contact {
    margin-top: 3.5rem;
    padding: 1rem;
  }
  .page-single .room .contact .head {
    font-size: 1.4em;
    line-height: 1.35;
    margin-bottom: 1rem;
  }
  .page-single .room .contact .inner {
    padding: 1rem;
  }
  .page-single .room .contact p {
    margin: 0.75rem auto;
  }
  .page-single .room .contact .living-link a {
    max-width: 340px;
    margin: 1rem auto 0;
    padding: 15px 0;
    width: 100%;
  }
}
.page-single table th {
  white-space: nowrap;
  text-align: left;
}
.page-single .alone-content03 .text_strong {
  color: var(--beauty-main-color);
}
.food-home .page-single .alone-content03 .text_strong {
  color: var(--food-main-color);
}/*# sourceMappingURL=under.css.map */