@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@500&family=Lobster&family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;600;900&display=swap");
/***********************************************************************
media queries setting
**********************************************************************/
/***********************************************************************
variable
**********************************************************************/
/*font*/
/*color*/
/***********************************************************************
reset
**********************************************************************/
* {
  margin: 0;
  padding: 0;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #231815;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  position: relative;
  line-height: 1.7;
}

/*
.pace-running .wrap{
    display: none;
}
*/
::-moz-selection {
  background: #fbc600;
  color: #fff;
}
::selection {
  background: #fbc600;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
article,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  font-feature-settings: "palt";
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #42210b;
}

th {
  font-weight: normal;
  text-align: inherit;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
  font-family: "メイリオ", "Meiryo", sans-serif;
}

select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  outline: none;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

img[src$=".svg"] {
  width: 100%;
}

hr {
  display: none;
}

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

/* set html5 elements to block */
article,
footer,
header,
nav,
section {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

strong {
  color: inherit;
}

.pc {
  display: block;
}
@media (max-width: 700px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 700px) {
  .sp {
    display: block;
  }
}

.sp-nobr br {
  display: block;
}
@media (max-width: 700px) {
  .sp-nobr br {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media (min-width: 700px) and (max-width: 1179px) {
  .tabonly {
    display: block;
  }
}

ul {
  font-size: 0;
}
ul li {
  font-size: 14px;
}
@media (max-width: 700px) {
  ul li {
    font-size: 13px;
  }
}

p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 700px) {
  p {
    font-size: 13px;
    line-height: 1.8;
  }
}

.columns.is-variable.is-10-tablet {
  --columnGap: 4.5%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/********************************************************************************
default
********************************************************************************/
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

section {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  section {
    margin-bottom: 30px;
  }
}

.columns.reverse-row-order {
  flex-direction: row-reverse;
}

.inner {
  margin: 0 auto;
  /*max-width: 1200px;*/
  width: 90%;
}

.message {
  background: none;
}

.more-btn {
  text-align: center;
}
.more-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 70px 15px 70px;
  position: relative;
  color: white;
  background-color: #42210b;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
}
@media (min-width: 700px) and (max-width: 1179px) {
  .more-btn a {
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .more-btn a {
    font-size: 13px;
    padding: 10px 50px 10px 50px;
    display: block;
    margin: 0px 10px 5px;
  }
}
.more-btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  right: 30px;
  width: auto;
  height: auto;
  transition: 0.5s;
}
@media (max-width: 700px) {
  .more-btn a::after {
    top: 11px;
  }
}
.more-btn a:hover {
  color: white;
}
.more-btn a:hover:after {
  right: 20px;
}
.more-btn a + a {
  margin-left: 20px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  .more-btn a + a {
    margin-left: 0px;
  }
}
@media (max-width: 700px) {
  .more-btn a + a {
    margin-left: 10px;
  }
}
.more-btn a.to-archive-menu::after {
  content: "\f03a";
  right: auto;
  left: 30px;
}
.more-btn a.to-archive-menu:hover:after {
  right: auto;
  left: 30px;
}
.more-btn a[rel=prev]::after {
  content: "\f060";
  right: auto;
  left: 30px;
}
.more-btn a[rel=prev]:hover:after {
  right: auto;
  left: 20px;
}
.more-btn.blocked a {
  display: block;
}
.more-btn.bordered a {
  color: #42210b;
  border: 3px solid #42210b;
  background-color: white;
}
.more-btn.bordered a:hover {
  color: #42210b !important;
}
.more-btn.square {
  padding: 20px 0;
}
.more-btn.square a {
  border-radius: 0;
  font-size: 20px;
  text-align: center;
  padding: 20px 30px 20px 30px;
  min-width: 25em;
  border: 1px solid #42210b;
}
@media (max-width: 700px) {
  .more-btn.square a {
    font-size: 15px;
    padding: 15px 20px;
    min-width: 0;
    width: 100%;
    margin: 0 0 5px;
  }
}
.more-btn.square a:hover {
  color: #42210b !important;
}
.more-btn.square a::after {
  content: "\f0a9";
}
@media (max-width: 700px) {
  .more-btn.square a::after {
    top: 15px;
    right: 20px;
  }
}

.scroll-box {
  overflow-x: scroll;
  margin-bottom: 0px;
  padding-bottom: 12px;
  /*&::-webkit-scrollbar-track{
  	background: rgba(255,255,255,0.4);
  }*/
}
@media (max-width: 700px) {
  .scroll-box {
    margin-bottom: 0px;
  }
}
.scroll-box table {
  margin-bottom: 0 !important;
}
.scroll-box::-webkit-scrollbar {
  height: 12px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #ccc;
}

.page-title {
  background: #eaddcc;
  background: linear-gradient(#42210b 0%, #eaddcc 100%);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 25px 5% 20px;
  text-align: center;
}
@media (max-width: 700px) {
  .page-title {
    font-size: 22px;
    margin-bottom: 0px;
    padding: 15px 5% 15px;
  }
}

.breadcrumb {
  padding: 10px 0px 20px;
  margin-bottom: 0 !important;
}
@media (max-width: 700px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  color: #42210b;
  display: inline-block;
}
.breadcrumb li:before {
  content: "" !important;
}
.breadcrumb li a {
  color: #000;
  display: inline-block;
  padding-left: 0;
  padding-right: 42px;
  position: relative;
}
.breadcrumb li a::after {
  content: "＞";
  position: absolute;
  right: 9px;
  top: 0;
}

.school-contact-box {
  background: #42210b;
  padding: 35px 0;
}
@media (max-width: 700px) {
  .school-contact-box {
    padding: 20px 0;
  }
}
.school-contact-box .inner {
  display: flex;
  padding-top: 0 !important;
}
@media (max-width: 700px) {
  .school-contact-box .inner {
    display: block;
  }
}
.school-contact-box .inner div {
  width: 32%;
}
@media (max-width: 700px) {
  .school-contact-box .inner div {
    width: 100%;
  }
}
.school-contact-box .inner div a {
  background: linear-gradient(180deg, #fff 0%, #DEEBEF 90%, #F0F6F8 100%);
  border-radius: 45px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 21px;
  padding: 28px 10px;
  text-align: center;
  width: 100%;
}
@media (max-width: 700px) {
  .school-contact-box .inner div a {
    padding: 20px 10px;
  }
}
.school-contact-box .inner div a span {
  padding-left: 60px;
  position: relative;
}
@media (max-width: 700px) {
  .school-contact-box .inner div a span {
    padding-left: 45px;
  }
}
.school-contact-box .inner div a span::before {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
.school-contact-box .inner div:not(:last-child) {
  margin-right: 2%;
}
@media (max-width: 700px) {
  .school-contact-box .inner div:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.school-contact-box .inner div.admission-btn span::before {
  background: url("../images/common/admission-icon.svg") no-repeat center/contain;
  height: 47px;
  width: 47px;
}
@media (max-width: 700px) {
  .school-contact-box .inner div.admission-btn span::before {
    height: 35px;
    width: 35px;
  }
}
.school-contact-box .inner div.request-btn span::before {
  background: url("../images/common/request-icon.svg") no-repeat center/contain;
  height: 47px;
  width: 43px;
}
@media (max-width: 700px) {
  .school-contact-box .inner div.request-btn span::before {
    height: 35px;
    width: 32px;
  }
}
.school-contact-box .inner div.contact-btn span::before {
  background: url("../images/common/contact-icon.svg") no-repeat center/contain;
  height: 32px;
  width: 47px;
}
@media (max-width: 700px) {
  .school-contact-box .inner div.contact-btn span::before {
    height: 24px;
    width: 35px;
  }
}

#page-content .mb-0 {
  margin-bottom: 0 !important;
}
#page-content .lh-2 {
  line-height: 2 !important;
}
#page-content .has-huge-font-size {
  font-size: 50px !important;
  line-height: 1.35;
}
@media (max-width: 700px) {
  #page-content .has-huge-font-size {
    font-size: 35px !important;
  }
}
#page-content .has-huge-font-size li {
  font-size: inherit !important;
}
#page-content .has-large-font-size {
  font-size: 30px !important;
  line-height: 1.35;
}
@media (max-width: 700px) {
  #page-content .has-large-font-size {
    font-size: 25px !important;
  }
}
#page-content .has-large-font-size li {
  font-size: inherit !important;
}
#page-content .has-medium-font-size {
  font-size: 20px !important;
  line-height: 1.35;
}
@media (max-width: 700px) {
  #page-content .has-medium-font-size {
    font-size: 18px !important;
  }
}
#page-content .has-medium-font-size li {
  font-size: inherit !important;
}
#page-content .has-normal-font-size {
  font-size: 16px;
}
@media (max-width: 700px) {
  #page-content .has-normal-font-size {
    font-size: 13px;
  }
}
#page-content .has-small-font-size {
  font-size: 13px;
}
@media (max-width: 700px) {
  #page-content .has-small-font-size {
    font-size: 11px;
  }
}
#page-content .wp-block-quote {
  background: #E2E8FA;
  margin-bottom: 10px;
  padding: 30px 50px;
}
@media (max-width: 700px) {
  #page-content .wp-block-quote {
    padding: 20px;
  }
}
#page-content .wp-block-quote p {
  margin-bottom: 0 !important;
}
#page-content .wp-block-quote ul {
  border-top: 1px solid #42210b;
  padding-top: 15px;
  margin-bottom: 0 !important;
}
#page-content .wp-block-quote ul li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
#page-content .wp-block-quote ul li::before {
  color: #42210b;
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}
#page-content hr {
  display: block;
  height: 1px;
  border-bottom: none !important;
}
#page-content .wp-block {
  max-width: 1200px !important;
}
#page-content .wp-block-group.has-background {
  padding: 30px;
}
@media (max-width: 700px) {
  #page-content .wp-block-group.has-background {
    padding: 20px;
  }
}
#page-content .wp-block-table {
  margin-bottom: 0 !important;
}
@media (max-width: 700px) {
  #page-content .wp-block-columns {
    margin-bottom: 0;
    display: block;
  }
}
@media (max-width: 700px) {
  #page-content .wp-block-column {
    margin-bottom: 2em;
  }
}
#page-content .wp-block-button a {
  transition: all 0.3s;
}
#page-content .wp-block-button a:hover {
  opacity: 0.7;
}
#page-content .wp-block-button.pdf a {
  padding-bottom: 1.2em !important;
}
#page-content .wp-block-button.pdf a:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/common/ic-pdf.svg) no-repeat 0 0;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
#page-content .wp-block-button.xlsx a {
  padding-bottom: 1.2em !important;
}
#page-content .wp-block-button.xlsx a:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/common/ic-xlsx.svg) no-repeat 0 0;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
#page-content .wp-block-button.downarrow a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/downarrow.svg) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#page-content .wp-block-buttons a {
  text-decoration: none;
}
#page-content li.blocks-gallery-item {
  padding: 0 !important;
  margin-bottom: 15px;
}
#page-content li.blocks-gallery-item:before {
  display: none;
}
#page-content .mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#page-content .has-text-align-left {
  text-align: left !important;
}
#page-content .has-text-align-right {
  text-align: right !important;
}
#page-content .has-text-align-center {
  text-align: center !important;
}
#page-content .has-text-nowrap {
  white-space: nowrap !important;
}
#page-content.error404 {
  text-align: center;
  padding-bottom: 100px;
}
#page-content.error404 h2 {
  background: none;
  font-size: 150px;
  color: #42210b;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  #page-content.error404 h2 {
    font-size: 100px;
  }
}
#page-content.error404 h2:before, #page-content.error404 h2:after {
  display: none;
}
#page-content.error404 p {
  font-size: 20px;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 700px) {
  #page-content.error404 p {
    font-size: 15px;
  }
}
#page-content .inner {
  max-width: 1200px;
  padding-top: 30px;
}
#page-content h3.side-line {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #42210b;
  font-size: 25px;
  font-weight: bold;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap !important;
}
@media (max-width: 700px) {
  #page-content h3.side-line {
    margin-bottom: 15px;
    font-size: 21px;
    padding: 0 5px;
    line-height: 1.35;
    white-space: normal !important;
  }
}
#page-content h3.side-line::before, #page-content h3.side-line::after {
  border-top: 1px solid #42210b;
  content: "";
  height: 0;
  margin: auto;
  width: 100%;
  position: relative !important;
}
@media (max-width: 700px) {
  #page-content h3.side-line::before, #page-content h3.side-line::after {
    flex: 50px;
  }
}
#page-content h3.side-line::before {
  margin-right: 20px;
}
@media (max-width: 700px) {
  #page-content h3.side-line::before {
    margin-right: 10px;
  }
}
#page-content h3.side-line::after {
  margin-left: 20px;
}
@media (max-width: 700px) {
  #page-content h3.side-line::after {
    margin-left: 10px;
  }
}
#page-content p {
  text-align: justify;
}
#page-content p.has-background {
  padding: 1em;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
#page-content table {
  border-collapse: collapse;
  margin-bottom: 0px;
  width: 100%;
  border: 1px solid #42210b;
}
#page-content table.color-chouri th {
  background-color: #C6E881;
}
#page-content table.color-seika th {
  background-color: #F7B2B7;
}
#page-content table th {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  background-color: #FDF5E0;
}
#page-content table th,
#page-content table td {
  border-bottom: 1px solid #42210b;
  border-right: 1px solid #42210b;
  font-size: 16px;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.7;
}
@media (max-width: 700px) {
  #page-content table th,
  #page-content table td {
    font-size: 12px;
    padding: 5px;
  }
}
#page-content table th p:last-child,
#page-content table td p:last-child {
  margin-bottom: 0;
}
#page-content table th.bg-red,
#page-content table td.bg-red {
  background-color: #f19d9b;
}
#page-content table th.bg-green,
#page-content table td.bg-green {
  background-color: #8dc21f;
}
#page-content table th.bg-blue,
#page-content table td.bg-blue {
  background-color: #5dbecf;
}
#page-content table tr:first-child th,
#page-content table tr:first-child td {
  border-top: 1px solid #42210b;
}
#page-content table .border-bold th,
#page-content table .border-bold td {
  border-bottom: 4px solid #42210b;
}
#page-content table th {
  color: #42210b;
}
@media (max-width: 700px) {
  #page-content table th {
    /*width: 115px;*/
  }
}
#page-content table th strong {
  color: #FF004A;
  font-weight: normal;
}
#page-content table td strong {
  font-weight: bold;
}
#page-content table td.has-text-align-center {
  text-align: center;
}
#page-content table td.has-text-align-right {
  text-align: right;
}
#page-content table + .head-border-left {
  margin-top: 30px;
}
#page-content table.is-centered td {
  text-align: center;
}
#page-content table.td-nowrap td {
  white-space: nowrap;
}
#page-content table.is-steps tr:nth-child(even) td {
  background-color: #FFF9DB;
}
#page-content table.is-fixed {
  table-layout: fixed;
}
#page-content .is-steps table tr:nth-child(even) td {
  background-color: #FFF9DB;
}
#page-content .contact-block .tel-btn a {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #DEEBEF 90%, #F0F6F8 100%);
  border: 4px solid #42210b;
  border-radius: 50px;
  box-sizing: border-box;
  color: #42210b;
  display: flex;
  flex-wrap: wrap;
  font-size: 48px;
  font-weight: bold;
  justify-content: center;
  padding: 9px 15px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 700px) {
  #page-content .contact-block .tel-btn a {
    font-size: 24px;
  }
}
#page-content .contact-block .tel-btn a span.material-icons {
  font-size: 1em;
  margin-left: 10px;
  padding-bottom: 7px;
}
#page-content .contact-block .tel-btn a img {
  display: inline-block;
  max-width: 363px;
  padding: 0 25px;
  width: 80%;
}
#page-content .contact-block .tel-btn a small {
  font-size: 16px;
  padding-left: 15px;
}
@media (max-width: 700px) {
  #page-content .contact-block .tel-btn a small {
    font-size: 14px;
  }
}
#page-content ul.arrow-inq {
  display: flex;
}
@media (max-width: 700px) {
  #page-content ul.arrow-inq {
    display: block;
  }
}
#page-content ul.arrow-inq li {
  display: flex;
  width: 49.5%;
  padding-left: 0;
}
#page-content ul.arrow-inq li:before {
  display: none;
}
@media (max-width: 700px) {
  #page-content ul.arrow-inq li {
    width: 100%;
  }
}
#page-content ul.arrow-inq li a {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 32px;
  justify-content: center;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 32px);
}
@media (max-width: 700px) {
  #page-content ul.arrow-inq li a {
    font-size: 21px;
    padding: 17px 10px;
    width: calc(100% - 20px);
  }
}
#page-content ul.arrow-inq li a:hover {
  opacity: 0.7;
}
#page-content ul.arrow-inq li a::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 32px;
}
@media (max-width: 700px) {
  #page-content ul.arrow-inq li a::before {
    width: 20px;
  }
}
#page-content ul.arrow-inq li.contact {
  margin-right: 1%;
}
@media (max-width: 700px) {
  #page-content ul.arrow-inq li.contact {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
#page-content ul.arrow-inq li.contact a {
  background: #42210b;
  margin-left: auto;
}
@media (max-width: 700px) {
  #page-content ul.arrow-inq li.contact a {
    margin-left: 0;
  }
}
#page-content ul.arrow-inq li.contact a::before {
  background: linear-gradient(to bottom right, transparent 50%, #163176 50%) top left/100% 50% no-repeat, linear-gradient(to top right, transparent 50%, #163176 50%) bottom left/100% 50% no-repeat;
  left: -32px;
}
@media (max-width: 700px) {
  #page-content ul.arrow-inq li.contact a::before {
    background: linear-gradient(to bottom left, transparent 50%, #163176 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #163176 50%) bottom left/100% 50% no-repeat;
    left: inherit;
    right: -20px;
  }
}
#page-content ul.arrow-inq li.aid a {
  background: #00A5A0;
}
#page-content ul.arrow-inq li.aid a::before {
  background: linear-gradient(to bottom left, transparent 50%, #00A5A0 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #00A5A0 50%) bottom left/100% 50% no-repeat;
  right: -32px;
}
@media (max-width: 700px) {
  #page-content ul.arrow-inq li.aid a::before {
    right: -20px;
  }
}
#page-content .page-header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  #page-content .page-header {
    margin-bottom: 0;
    padding: 30px 0;
  }
}
#page-content .page-header:before {
  content: "";
  display: block;
  height: 60px;
  background: url(../images/common/pagemd-head.svg) no-repeat center center/contain;
}
@media (max-width: 700px) {
  #page-content .page-header:before {
    height: 40px;
  }
}
#page-content .page-header h1.headtitle {
  color: #42210b;
  text-align: center;
  line-height: 1.35;
  padding: 10px 40px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 900;
  font-size: 35px;
}
@media (max-width: 700px) {
  #page-content .page-header h1.headtitle {
    margin: 0;
    font-size: 20px;
    white-space: normal;
    padding: 10px 30px;
  }
  #page-content .page-header h1.headtitle br {
    display: none;
  }
}
#page-content .page-header h1.headtitle:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 50px;
  background: url(../images/common/paren.svg) no-repeat center left/contain;
}
#page-content .page-header h1.headtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 50px;
  background: url(../images/common/paren.svg) no-repeat center left/contain;
  transform: rotateZ(180deg);
}
#page-content .page-header h1.headtitle span {
  font-size: 0.5em;
  color: #ed7848;
  font-family: "Lobster", cursive;
  display: block;
}
#page-content .page-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
#page-content .page-footer .more-btn a {
  margin: 0 10px;
  width: 400px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content .page-footer .more-btn a {
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  #page-content .page-footer .more-btn a {
    display: block;
    margin: 0px auto 10px;
    width: 90%;
  }
}
#page-content.shops table {
  border: none;
}
#page-content.shops table th,
#page-content.shops table td {
  border-left: none;
  border-right: none;
  background-color: transparent;
}
#page-content.shops table th span {
  display: block;
  border-radius: 5px;
  padding: 5px 15px;
  color: white;
  background-color: #42210b;
  text-align: center;
  font-weight: normal;
}
#page-content #map {
  height: 450px;
}
@media (max-width: 700px) {
  #page-content #map {
    height: 300px;
  }
}
#page-content .coupon-wrapper {
  width: 100%;
  height: 0;
  padding-top: 36.3%;
  background: url(../images/shops/ticket-bg.jpg) no-repeat 0 0/contain;
  position: relative;
  margin-bottom: 30px;
}
#page-content .coupon-wrapper .coupon-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 230px 30px 70px;
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 700px) {
  #page-content .coupon-wrapper .coupon-content {
    padding: 2vw 22vw 2vw 8vw;
  }
}
#page-content .coupon-wrapper .coupon-content h4 {
  display: block;
  font-size: 1.3em;
  color: black;
  border-bottom: 1px solid #42210b;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 700px) {
  #page-content .coupon-wrapper .coupon-content h4 {
    font-size: max(2.5vw, 14px);
  }
}
#page-content .coupon-wrapper .coupon-content .benefit {
  color: #e50012;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  #page-content .coupon-wrapper .coupon-content .benefit {
    font-size: max(3vw, 14px);
  }
}
#page-content .coupon-wrapper .coupon-content .note {
  margin: 0;
}
@media (max-width: 700px) {
  #page-content .coupon-wrapper .coupon-content .note {
    font-size: max(2vw, 10px);
  }
}
#page-content .freearea {
  margin-bottom: 30px;
}
#page-content .obname {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
#page-content .gmap-wrapper {
  margin-bottom: 30px;
}
#page-content .gmap-wrapper iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 700px) {
  #page-content .gmap-wrapper iframe {
    height: 350px;
  }
}
#page-content.shops .page-header {
  /*
  margin-bottom: 0;
  &:before{
      display: none;
  }
  h1.headtitle{
      font-family: serif;
      color: #e50012;
      padding: 30px 0;
      margin: 0;
      @include tab{
          font-size: 30px;
          padding: 10px 0;
      }
      span{
          font-size: 0.8em;
          font-family: inherit;
          display: inline-block;
          color: inherit;
      }
      &:before,&:after{
          display: none;
      }
  }
  */
}
#page-content.restaurant .page-header {
  /*
  margin-bottom: 0;
  h1.headtitle{
      font-family: serif;
      color: #e50012;
      padding: 30px 0;
      margin: 0;
      font-size: 60px;
      @include tab{
          font-size: 30px;
          padding: 10px 0;
      }
      span{
          font-size: 0.75em;
          font-family: inherit;
          display: inline-block;
          color: inherit;
      }
      &:before,&:after{
          display: none;
      }
  }
  */
}

.head-border-left {
  border-left: 5px solid #42210b;
  color: #42210b;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 13px;
  padding-left: 10px;
}
@media (max-width: 700px) {
  .head-border-left {
    font-size: 18px;
  }
}

.head-back {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 10px;
  position: relative;
  text-align: center;
}
@media (max-width: 700px) {
  .head-back {
    font-size: 21px;
  }
}
.head-back a {
  background: linear-gradient(180deg, #fff 0%, #DEEBEF 90%, #F0F6F8 100%);
  border-radius: 16px;
  color: #000;
  display: inline-block;
  font-size: 13px;
  padding: 6px 25px;
  position: absolute;
  right: 15px;
  top: 13px;
}
@media (max-width: 700px) {
  .head-back a {
    padding: 3px 20px;
    position: relative;
    right: inherit;
    top: inherit;
  }
}
.head-back::before {
  background: #42210b;
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.head-back::after {
  background: url("../images/curriculum/head-back.jpg") no-repeat top/cover;
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: -1;
}

.head-border {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 700px) {
  .head-border {
    margin-bottom: 15px;
  }
}
.head-border span {
  background: #fff;
  color: #42210b;
  font-size: 25px;
  font-weight: bold;
  padding: 0 15px;
}
@media (max-width: 700px) {
  .head-border span {
    font-size: 21px;
    padding: 0 5px;
  }
}
.head-border::before {
  border-top: 1px solid #42210b;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.back-blue-box {
  background: #E2E8FA;
  margin-bottom: 10px;
  padding: 30px 50px;
}
@media (max-width: 700px) {
  .back-blue-box {
    padding: 20px;
  }
}
.back-blue-box ul {
  border-top: 1px solid #42210b;
  padding-top: 15px;
  margin-bottom: 0 !important;
}
.back-blue-box ul li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
.back-blue-box ul li::before {
  color: #42210b;
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

/********************************************************************************
header
********************************************************************************/
header {
  margin-left: auto;
}
header#header-pc {
  display: block;
}
header#header-sp {
  display: none;
}
@media (max-width: 700px) {
  header#header-pc {
    display: none;
  }
  header#header-sp {
    display: block;
  }
}
header#header-sp .container {
  padding-left: 0;
  padding-right: 0;
}
header .site-title {
  padding: 30px 0 15px;
  text-align: center;
}
@media (max-width: 700px) {
  header .site-title {
    padding: 15px 0 0;
  }
}
header .site-title .site-logo {
  text-align: center;
}
header .site-title .site-logo img {
  max-width: 500px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  header .site-title .site-logo img {
    max-width: 400px;
  }
}
@media (max-width: 700px) {
  header .site-title .site-logo {
    max-width: 300px;
    padding: 0 15px 15px;
  }
}
header .site-phrase {
  text-align: center;
  color: #42210b;
  margin-bottom: 15px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  header .site-phrase {
    padding: 0 20px;
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  header .site-phrase {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    padding: 10px 15px 15px;
    border-top: 1px solid #42210b;
    margin-bottom: 0;
  }
}
header .header-pc-main-nav {
  position: relative;
  border-top: 1px solid #42210b;
}
header .header-pc-main-nav #slide-line {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #42210b;
  transition: all 0.3s ease;
  pointer-events: none;
}
header .header-pc-main-nav-items {
  display: flex;
  justify-content: center;
}
header .header-pc-main-nav-items li a {
  display: block;
  padding: 15px 30px;
  color: #42210b;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1400px) {
  header .header-pc-main-nav-items li a {
    font-size: 14px;
    padding: 15px;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  header .header-pc-main-nav-items li a {
    font-size: max(1.3vw, 11px);
    padding: 15px 10px;
  }
}
@media (max-width: 700px) {
  header .header-pc-main-nav-items li a {
    font-size: 15px;
  }
}
header .header-pc-children-nav {
  width: 100%;
  position: relative;
  /* カリキュラムあり */
}
header .header-pc-children-nav .container {
  max-width: 1000px;
}
header .header-pc-children-nav .nav-sub-panel {
  visibility: hidden;
  transition: 0.3s;
  transition-delay: 0.3s;
  overflow: hidden;
  margin: auto;
  background-color: #FDF5E0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.15);
}
header .header-pc-children-nav .nav-sub-panel__content {
  border-top: 5px solid #42210b;
  border-bottom: 1px solid #42210b;
}
header .header-pc-children-nav .nav-sub-panel__content h2 {
  display: none;
}
header .header-pc-children-nav .nav-sub-panel__content ul {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
header .header-pc-children-nav .nav-sub-panel__content ul li {
  flex-basis: auto;
  list-style: none;
  margin: 5px 5px;
  flex: calc(50% - 10px);
  border: 1px solid #42210b;
}
header .header-pc-children-nav .nav-sub-panel__content ul li a {
  padding: 20px;
  display: block;
  color: #42210b;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  position: relative;
}
@media (min-width: 700px) and (max-width: 1179px) {
  header .header-pc-children-nav .nav-sub-panel__content ul li a {
    font-size: 14px;
    padding: 15px;
  }
}
header .header-pc-children-nav .nav-sub-panel__content ul li a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #42210b transparent transparent transparent;
  transition: 0.3s;
}
header .header-pc-children-nav .nav-sub-panel__content ul li a:hover {
  background-color: #fbc600;
}
header .header-pc-children-nav .nav-sub-panel__content ul li a:hover:after {
  top: 0;
  left: 0;
}
header .header-pc-children-nav .nav-sub-panel__content ul li.is-ic a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media (min-width: 700px) and (max-width: 1179px) {
  header .header-pc-children-nav .nav-sub-panel__content ul li.is-ic a:before {
    width: 40px;
    height: 40px;
  }
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-curriculum a:before {
  background-image: url(../images/common/menu-ic-curriculum.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-doublelicense a:before {
  background-image: url(../images/common/menu-ic-doublelicense.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-tsushin a:before {
  background-image: url(../images/common/menu-ic-tsushin.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-setsubi a:before {
  background-image: url(../images/common/menu-ic-setsubi.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-teacher a:before {
  background-image: url(../images/common/menu-ic-teacher.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-chouri a:before {
  background-image: url(../images/common/menu-ic-chouri.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-seika a:before {
  background-image: url(../images/common/menu-ic-seika.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-honkou a:before {
  background-image: url(../images/common/menu-ic-honkou.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-faq a:before {
  background-image: url(../images/common/menu-ic-faq.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-youkou a:before {
  background-image: url(../images/common/menu-ic-youkou.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-gakuhi a:before {
  background-image: url(../images/common/menu-ic-gakuhi.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-hitorigurashi a:before {
  background-image: url(../images/common/menu-ic-hitorigurashi.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-ryugakusei a:before {
  background-image: url(../images/common/menu-ic-ryugakusei.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-shushoku-support a:before {
  background-image: url(../images/common/menu-ic-shushoku-support.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-sotsuten a:before {
  background-image: url(../images/common/menu-ic-sotsuten.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-kenshuryokyo a:before {
  background-image: url(../images/common/menu-ic-kenshuryokyo.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-oneday a:before {
  background-image: url(../images/common/menu-ic-oneday.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-nenkangyoji a:before {
  background-image: url(../images/common/menu-ic-nenkangyoji.svg);
}
header .header-pc-children-nav .nav-sub-panel__content ul li.menu-ic-obog a:before {
  background-image: url(../images/common/menu-ic-obog.svg);
}
header .header-pc-children-nav #ssid-92__target ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
header .header-pc-children-nav #ssid-92__target ul li:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
header .header-pc-children-nav #ssid-92__target ul li:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .header-pc-children-nav #ssid-92__target ul li:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
header .header-pc-children-nav #ssid-92__target ul li:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
header .header-pc-children-nav #ssid-92__target ul li:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
header .header-pc-children-nav #ssid-92__target ul li:nth-child(5) {
  grid-column: 3/4;
  grid-row: 2/3;
}
header .header-pc-children-nav #ssid-82__target ul,
header .header-pc-children-nav #ssid-87__target ul,
header .header-pc-children-nav #ssid-98__target ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
header .header-pc-children-nav #ssid-82__target ul li:nth-child(1),
header .header-pc-children-nav #ssid-87__target ul li:nth-child(1),
header .header-pc-children-nav #ssid-98__target ul li:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
header .header-pc-children-nav #ssid-82__target ul li:nth-child(1) a,
header .header-pc-children-nav #ssid-87__target ul li:nth-child(1) a,
header .header-pc-children-nav #ssid-98__target ul li:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .header-pc-children-nav #ssid-82__target ul li:nth-child(2),
header .header-pc-children-nav #ssid-87__target ul li:nth-child(2),
header .header-pc-children-nav #ssid-98__target ul li:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/3;
}
header .header-pc-children-nav #ssid-82__target ul li:nth-child(2) a,
header .header-pc-children-nav #ssid-87__target ul li:nth-child(2) a,
header .header-pc-children-nav #ssid-98__target ul li:nth-child(2) a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .header-pc-children-nav #ssid-82__target ul li:nth-child(3),
header .header-pc-children-nav #ssid-87__target ul li:nth-child(3),
header .header-pc-children-nav #ssid-98__target ul li:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
header .header-pc-children-nav #ssid-82__target ul li:nth-child(4),
header .header-pc-children-nav #ssid-87__target ul li:nth-child(4),
header .header-pc-children-nav #ssid-98__target ul li:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}

.header-sp-main .nav-content {
  padding: 70px 0px 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.header-sp-main .below-close {
  text-align: center;
  padding: 20px 0 40px;
}
.header-sp-main .below-close a img {
  width: 30px;
  height: 30px;
}
.header-sp-main .primary-bts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  padding: 6px 2px 0px;
  max-width: 400px;
  margin: auto;
}
.header-sp-main .primary-bts li {
  padding: 5px;
  flex: 33%;
}
.header-sp-main .primary-bts a {
  display: block;
  padding: 2px;
  border-radius: 5px;
  background-color: #fbc600;
}
.header-sp-main form {
  padding: 0 25px 20px;
}
.header-sp-main form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-sp-main form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-sp-main form input {
  width: 100%;
  padding: 10px 15px 10px 40px;
  background: #42210b url(../images/common/ic-search.png) no-repeat 10px 10px;
  color: white;
  border: none;
  border-radius: 5px;
}
.header-sp-main .drawer-menu li {
  position: relative;
}
.header-sp-main .drawer-menu li label {
  background-color: #eaddcc;
  position: relative;
  z-index: 1;
}
.header-sp-main .drawer-menu li label:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  top: 10px;
  right: 25px;
  z-index: 10;
  transition: 0.5s;
}
.header-sp-main .drawer-menu li > a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  top: 10px;
  right: 26px;
  z-index: 10;
  transition: 0.5s;
}
.header-sp-main .drawer-menu li input.sub-nav-check {
  position: absolute;
  z-index: -1;
  top: 15px;
  right: 15px;
}
.header-sp-main .drawer-menu li input.sub-nav-check:checked ~ .sub-nav {
  max-height: 1000px;
  padding: 15px 20px;
}
.header-sp-main .drawer-menu li input.sub-nav-check:checked + label:before {
  content: "\f068";
  transform: rotate(360deg);
}
.header-sp-main .drawer-menu li a,
.header-sp-main .drawer-menu li label {
  display: block;
  font-weight: 700;
  font-size: 1.1em;
  padding: 8px 25px;
  border-top: 1px solid #42210b;
  color: #42210b;
}
.header-sp-main .drawer-menu li:last-child a,
.header-sp-main .drawer-menu li:last-child label {
  border-bottom: 1px solid #42210b;
}
.header-sp-main .drawer-menu .sub-nav {
  background-color: #42210b;
  overflow: hidden;
  max-height: 0px;
  transition: 0.5s;
  -moz-column-count: 1;
       column-count: 1;
  padding: 0 20px 0 20px;
}
.header-sp-main .drawer-menu .sub-nav li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.header-sp-main .drawer-menu .sub-nav li a {
  padding: 5px 10px;
  border-bottom: none;
  font-size: 1em;
  color: white;
}
.header-sp-main .drawer-menu .sub-nav li a:before {
  top: 7px;
  right: 10px;
}
.header-sp-main .sp-purpose {
  padding: 0px 25px 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.header-sp-main .sp-purpose li {
  flex: calc(50% - 5px);
}
.header-sp-main .sp-purpose li.is-wide {
  flex: 100%;
}
.header-sp-main .sp-purpose li a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}

.header-sp-below {
  padding: 10px 20px 20px;
}
.header-sp-below ul {
  display: flex;
  flex-wrap: wrap;
}
.header-sp-below ul li {
  flex: 50%;
}
.header-sp-below ul li a {
  padding: 5px 10px;
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.header-sp-below ul li a span {
  position: relative;
}
.header-sp-below ul li a span:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 8px;
  width: 100%;
  transition: 0.5s;
  background-color: #fbc600;
  mix-blend-mode: multiply;
}

@media (max-width: 700px) {
  body:not(.home) #side-nav {
    display: none;
  }
}
#below-fixed-nav {
  position: fixed;
  bottom: -150px;
  left: 0;
  padding: 2px;
  z-index: 11;
  width: 100%;
  transition: 0.5s;
}
#below-fixed-nav.is-active {
  bottom: 0;
}
#below-fixed-nav ul {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 400px;
}
#below-fixed-nav ul li {
  flex: 33%;
  padding: 2px;
}
#below-fixed-nav ul li a {
  display: block;
  padding: 0px;
  border-radius: 8px;
  background-color: #fbc600;
}

#side-nav {
  position: fixed;
  top: 30%;
  right: 0;
  width: 60px;
  z-index: 100;
}
@media (max-width: 700px) {
  #side-nav {
    position: relative;
    top: 0;
    text-align: center;
    width: auto;
    padding: 0 20px 20px;
  }
}
@media (max-width: 700px) {
  #side-nav ul {
    display: flex;
    justify-content: center;
  }
}
#side-nav ul li {
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  #side-nav ul li {
    flex: 33%;
    padding: 5px;
  }
}
#side-nav ul li a {
  display: block;
  padding: 7px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 700px) {
  #side-nav ul li a {
    padding: 15px;
    border-radius: 8px;
  }
}
#side-nav ul li.orange a {
  background-color: #fbc600;
}
#side-nav ul li.sns {
  margin-bottom: 0;
}
#side-nav ul li.sns a {
  padding: 5px 10px;
}
@media (max-width: 700px) {
  #side-nav ul li.sns {
    display: none;
  }
}

.purpose-nav {
  background-color: #42210b;
}
@media (max-width: 700px) {
  .purpose-nav .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.purpose-nav ul {
  padding: 0px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 700px) {
  .purpose-nav ul {
    padding: 0 5px;
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
.purpose-nav ul li {
  padding: 0px;
  margin: 0;
  position: relative;
}
.purpose-nav ul li:not(:last-child):after {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.purpose-nav ul li a {
  color: white;
  padding: 10px 1vw;
  display: block;
  transition: 0.5s;
  font-size: 13px;
}
.purpose-nav ul li a:hover {
  background-color: #eaddcc;
}
@media (max-width: 700px) {
  .purpose-nav ul li a {
    padding: 10px;
    white-space: nowrap;
    font-size: 10px;
  }
}

/********************************************************************************
footer
********************************************************************************/
.page-link-box {
  background: #42210b;
  padding: 35px 0;
}
@media (max-width: 700px) {
  .page-link-box {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .page-link-box .course-banner li {
    padding-bottom: 0;
  }
}
.page-link-box .page-banner {
  display: flex;
}
@media (max-width: 700px) {
  .page-link-box .page-banner {
    flex-wrap: wrap;
  }
}
.page-link-box .page-banner li {
  display: flex;
  width: 23.5%;
}
.page-link-box .page-banner li:not(:last-child) {
  margin-right: 2%;
}
@media (max-width: 700px) {
  .page-link-box .page-banner li {
    margin-bottom: 2%;
    width: 49%;
  }
  .page-link-box .page-banner li:nth-child(even) {
    margin-right: 0;
  }
}
.page-link-box .page-banner a {
  align-items: center;
  background: #fff;
  display: flex;
  padding: 0 5px 0 0;
  width: 100%;
}
.page-link-box .page-banner span.thumb {
  margin-right: 20px;
  display: block;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 700px) {
  .page-link-box .page-banner span.thumb {
    margin-right: 5px;
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}
.page-link-box .page-banner p {
  color: #42210b;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 17px;
}
@media (max-width: 700px) {
  .page-link-box .page-banner p {
    font-size: 11px;
    line-height: 1.35;
  }
}

.series-link-box {
  background: #E3EDFF;
  padding: 30px 0;
}
@media (max-width: 700px) {
  .series-link-box {
    padding: 20px 0;
  }
}
.series-link-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.series-link-box ul li {
  flex: 1;
}
@media (max-width: 700px) {
  .series-link-box ul li {
    flex: 33%;
  }
}

.footer-contact-box {
  background: #42210b;
  padding: 30px 0;
}
.footer-contact-box .title {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 23px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .footer-contact-box .title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    line-height: 1.5;
  }
}
.footer-contact-box .tel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.footer-contact-box .tel-list li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 700px) {
  .footer-contact-box .tel-list li {
    flex: 40%;
    text-align: center;
    display: block;
  }
}
.footer-contact-box .tel-list li p {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.footer-contact-box .tel-list li .name {
  background: #fff;
  border-radius: 3px;
  color: #42210b;
  font-size: 15px;
  margin-right: 10px;
  padding: 6px 6px 4px;
  text-align: center;
  min-width: 4em;
  line-height: 3;
}
@media (max-width: 700px) {
  .footer-contact-box .tel-list li .name {
    font-size: 14px;
    display: block;
    margin: 0;
    line-height: inherit;
  }
}
.footer-contact-box .tel-list li .tel {
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .footer-contact-box .tel-list li .tel {
    display: block;
    font-size: 17px;
    margin-top: 6px;
  }
}
.footer-contact-box .tel-list li .tel img {
  margin-right: 6px;
  width: 16px;
  vertical-align: sub;
}
@media (max-width: 700px) {
  .footer-contact-box .tel-list li .tel img {
    margin-right: 4px;
    width: 13px;
  }
}
.footer-contact-box .tel-list li .tel-link,
.footer-contact-box .tel-list li .tel-link a {
  color: #fff;
}
.footer-contact-box .tel-list li .fax-link {
  font-size: 0.8em;
}
.footer-contact-box .tel-list li .fax-link a {
  color: #fff;
}
.footer-contact-box .avail-areas {
  padding-top: 40px;
}
.footer-contact-box .areas {
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 700px) {
  footer {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
footer .footer-nav {
  -moz-column-count: 5;
       column-count: 5;
  padding: 50px 0px;
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1400px) {
  footer .footer-nav {
    padding: 50px 0px;
    -moz-column-count: 4;
         column-count: 4;
  }
  footer .footer-nav > li {
    -moz-column-break-before: avoid-column !important;
         break-before: avoid-column !important;
    -moz-column-break-after: avoid-column !important;
         break-after: avoid-column !important;
    -moz-column-break-inside: auto !important;
         break-inside: auto !important;
  }
  footer .footer-nav a {
    font-size: 12px !important;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  footer .footer-nav {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 700px) {
  footer .footer-nav {
    display: none;
  }
}
footer .footer-nav li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  font-size: 1rem;
}
@media (max-width: 700px) {
  footer .footer-nav li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
footer .footer-nav li#ssid-125 {
  -moz-column-break-after: avoid;
       break-after: avoid;
}
@media (max-width: 700px) {
  footer .footer-nav li#ssid-125 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
footer .footer-nav li#ssid-120, footer .footer-nav li#ssid-130 {
  -moz-column-break-before: column;
       break-before: column;
}
@media (max-width: 700px) {
  footer .footer-nav li#ssid-120, footer .footer-nav li#ssid-130 {
    -moz-column-break-before: avoid;
         break-before: avoid;
  }
}
footer .footer-nav li a {
  color: #42210b;
  font-size: 14px;
}
footer .footer-nav li a:hover {
  text-decoration: underline;
}
footer .footer-nav li ul {
  margin-bottom: 0px;
}
footer .footer-nav li ul li:before {
  content: "─";
  position: relative;
  padding-right: 5px;
}
footer .hybrid-menu {
  text-align: center;
  margin-bottom: 50px;
}
footer .hybrid-menu a {
  display: inline-block;
  padding: 0px 10px;
  border-right: 1px solid #42210b;
}
footer .hybrid-menu a:first-child {
  border-left: 1px solid #42210b;
}
footer .footer-info {
  text-align: center;
}
footer .footer-info .footer-logo-nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  footer .footer-info .footer-logo-nav {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  footer .footer-info .footer-logo-nav {
    flex-wrap: wrap;
  }
}
footer .footer-info .footer-logo-nav a {
  transition: 0.5s;
}
footer .footer-info .footer-logo-nav a:hover {
  opacity: 0.5;
}
footer .footer-info .footer-logo-nav p.footer-logo {
  margin-right: 5%;
  padding: 0;
}
@media (max-width: 700px) {
  footer .footer-info .footer-logo-nav p.footer-logo {
    margin: 0 auto 10px;
    max-width: 465px;
    text-align: center;
    width: 90%;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  footer .footer-info .footer-logo-nav p.footer-logo {
    flex: 100%;
    margin-right: 0;
  }
  footer .footer-info .footer-logo-nav p.footer-logo img {
    width: 350px;
    margin-bottom: 20px;
  }
}
footer .footer-info .footer-logo-nav p {
  padding: 0 20px;
}
footer .footer-info .footer-logo-nav p a {
  color: #42210b;
}
footer .footer-info .footer-logo-nav p.tel a, footer .footer-info .footer-logo-nav p.email a, footer .footer-info .footer-logo-nav p.map a {
  font-weight: 900;
  font-size: 20px;
  padding-bottom: 1px;
  border-bottom: 3px solid #f1c01d;
}
footer .footer-info .footer-logo-nav p.tel:before, footer .footer-info .footer-logo-nav p.email:before, footer .footer-info .footer-logo-nav p.map:before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 5px;
  background-image: url(../images/common/ic-tel.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 700px) {
  footer .footer-info .footer-logo-nav p.tel, footer .footer-info .footer-logo-nav p.email, footer .footer-info .footer-logo-nav p.map {
    padding: 0 10px 0 0;
    display: inline-block;
  }
  footer .footer-info .footer-logo-nav p.tel a, footer .footer-info .footer-logo-nav p.email a, footer .footer-info .footer-logo-nav p.map a {
    font-size: 11px;
  }
  footer .footer-info .footer-logo-nav p.tel:before, footer .footer-info .footer-logo-nav p.email:before, footer .footer-info .footer-logo-nav p.map:before {
    width: 15px;
    height: 15px;
  }
}
footer .footer-info .footer-logo-nav p.email:before {
  background-image: url(../images/common/ic-mail.svg);
}
footer .footer-info .footer-logo-nav p.map:before {
  background-image: url(../images/common/ic-map.svg);
}
footer .footer-info .footer-logo-nav-sp {
  display: none;
}
@media (max-width: 700px) {
  footer .footer-info .footer-logo-nav-sp {
    display: block;
  }
}
footer .footer-info .footer-logo-nav-sp p.footer-logo {
  margin: 0 auto 10px;
  max-width: 465px;
  text-align: center;
  width: 90%;
}
footer .footer-info .footer-logo-nav-sp .iclist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0px;
}
footer .footer-info .footer-logo-nav-sp .iclist p {
  padding: 10px;
}
footer .footer-info .footer-logo-nav-sp .iclist p img {
  width: 40px;
}
footer .footer-info .footer-logo-nav-sp .iclist p.sns img {
  width: 40px;
}
footer .footer-info address {
  font-size: 14px;
  color: #42210b;
  font-style: normal;
  margin-bottom: 20px;
}
footer .footer-info address span.fax,
footer .footer-info address span.time {
  padding-left: 1em;
}
@media (max-width: 700px) {
  footer .footer-info address {
    font-size: 11px;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  footer .footer-info address span {
    display: block;
    text-align: center;
  }
}
footer .footer-info .external-bt {
  margin-top: 30px;
  margin-bottom: 50px;
}
footer .footer-info .external-bt img {
  border: 1px solid #000;
}
footer .footer-info .copyright {
  font-size: 13px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 700px) {
  footer .footer-info .copyright {
    font-size: 10px;
  }
}

.page-top-btn {
  position: fixed;
  bottom: 50px;
  right: 2%;
  width: 20px;
  z-index: 100;
  display: none;
}
@media (max-width: 700px) {
  .page-top-btn {
    bottom: 60px;
    width: 12px;
  }
}

/********************************************************************************
TOP
********************************************************************************/
.pace-done .main-text {
  opacity: 1 !important;
}

body.home section#main {
  margin-bottom: 50px;
}

body.home h3,
body.page-id-5120 h3 {
  height: 120px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  body.home h3,
  body.page-id-5120 h3 {
    height: 80px;
  }
}
body.home h3 img,
body.page-id-5120 h3 img {
  height: 100%;
  width: auto;
}
body.home section#top,
body.page-id-5120 section#top {
  position: relative;
  margin-bottom: 0;
}
body.home section#top .bg-holder,
body.page-id-5120 section#top .bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  background-repeat: no-repeat;
}
body.home section#top .bg-slider,
body.page-id-5120 section#top .bg-slider {
  width: 100%;
  /*height: 100vh;*/
  background-position: center center;
  background-size: cover;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  height: calc(100vh - 262px);
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home section#top .bg-slider,
  body.page-id-5120 section#top .bg-slider {
    min-height: 500px;
    height: calc(100vh - 600px);
  }
}
@media (max-width: 700px) {
  body.home section#top .bg-slider,
  body.page-id-5120 section#top .bg-slider {
    min-height: 0px;
    height: 0;
    padding-top: 58.8%;
  }
}
body.home section#top .bg-control,
body.page-id-5120 section#top .bg-control {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
  left: 0;
}
body.home section#top .bg-control a,
body.page-id-5120 section#top .bg-control a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #42210b;
  border-radius: 10px;
  margin: 3px;
  top: -1px;
  position: relative;
}
body.home section#top .bg-control a.current,
body.page-id-5120 section#top .bg-control a.current {
  background-color: #fbc600;
}
body.home section#top .bg-control span,
body.page-id-5120 section#top .bg-control span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
}
body.home section#top .bg-control span.prev,
body.page-id-5120 section#top .bg-control span.prev {
  border-top: 2px solid #42210b;
  border-left: 2px solid #42210b;
  transform: rotate(-45deg);
  cursor: pointer;
}
body.home section#top .bg-control span.next,
body.page-id-5120 section#top .bg-control span.next {
  border-top: 2px solid #42210b;
  border-right: 2px solid #42210b;
  transform: rotate(45deg);
  cursor: pointer;
}
body.home section#top .fv-overlay,
body.page-id-5120 section#top .fv-overlay {
  padding-top: 100px;
  position: relative;
  min-height: 600px;
  height: calc(100vh - 262px);
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home section#top .fv-overlay,
  body.page-id-5120 section#top .fv-overlay {
    min-height: 500px;
    height: calc(100vh - 600px);
  }
}
@media (max-width: 700px) {
  body.home section#top .fv-overlay,
  body.page-id-5120 section#top .fv-overlay {
    min-height: 0px;
    height: 0;
    padding-top: 58.8%;
  }
}
body.home section#top .fv-overlay:after,
body.page-id-5120 section#top .fv-overlay:after {
  content: "";
  position: absolute;
  top: 156px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 1;
}
@media (max-width: 700px) {
  body.home #main,
  body.page-id-5120 #main {
    margin-bottom: 0;
  }
}
body.home #main .container,
body.page-id-5120 #main .container {
  padding-left: 0;
  padding-right: 0;
}
body.home #main .header-main .main-image,
body.page-id-5120 #main .header-main .main-image {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
body.home #main .header-main .main-image a,
body.page-id-5120 #main .header-main .main-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
body.home #main .header-main .main-image .main-slider img,
body.page-id-5120 #main .header-main .main-image .main-slider img {
  width: 100%;
}
body.home #main .header-main .copybox,
body.home #main .sp-header-main .copybox,
body.page-id-5120 #main .header-main .copybox,
body.page-id-5120 #main .sp-header-main .copybox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}
body.home #main .header-main .copybox a,
body.home #main .sp-header-main .copybox a,
body.page-id-5120 #main .header-main .copybox a,
body.page-id-5120 #main .sp-header-main .copybox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
body.home #main .header-main .copybox.current,
body.home #main .sp-header-main .copybox.current,
body.page-id-5120 #main .header-main .copybox.current,
body.page-id-5120 #main .sp-header-main .copybox.current {
  opacity: 1;
}
body.home #main .header-main .copybox.current a,
body.home #main .sp-header-main .copybox.current a,
body.page-id-5120 #main .header-main .copybox.current a,
body.page-id-5120 #main .sp-header-main .copybox.current a {
  display: block;
}
body.home #main .header-main .copybox .copy-textbox,
body.home #main .sp-header-main .copybox .copy-textbox,
body.page-id-5120 #main .header-main .copybox .copy-textbox,
body.page-id-5120 #main .sp-header-main .copybox .copy-textbox {
  display: block;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 70px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home #main .header-main .copybox .copy-textbox,
  body.home #main .sp-header-main .copybox .copy-textbox,
  body.page-id-5120 #main .header-main .copybox .copy-textbox,
  body.page-id-5120 #main .sp-header-main .copybox .copy-textbox {
    top: 20px;
    left: 50px;
  }
}
@media (max-width: 700px) {
  body.home #main .header-main .copybox .copy-textbox,
  body.home #main .sp-header-main .copybox .copy-textbox,
  body.page-id-5120 #main .header-main .copybox .copy-textbox,
  body.page-id-5120 #main .sp-header-main .copybox .copy-textbox {
    top: 15px;
    left: 20px;
  }
}
body.home #main .header-main .copybox .copy-textbox .maincopy,
body.home #main .sp-header-main .copybox .copy-textbox .maincopy,
body.page-id-5120 #main .header-main .copybox .copy-textbox .maincopy,
body.page-id-5120 #main .sp-header-main .copybox .copy-textbox .maincopy {
  font-size: 45px;
}
@media (max-width: 700px) {
  body.home #main .header-main .copybox .copy-textbox .maincopy,
  body.home #main .sp-header-main .copybox .copy-textbox .maincopy,
  body.page-id-5120 #main .header-main .copybox .copy-textbox .maincopy,
  body.page-id-5120 #main .sp-header-main .copybox .copy-textbox .maincopy {
    font-size: 25px;
  }
}
body.home #main .header-main .copybox .copy-textbox .subcopy,
body.home #main .sp-header-main .copybox .copy-textbox .subcopy,
body.page-id-5120 #main .header-main .copybox .copy-textbox .subcopy,
body.page-id-5120 #main .sp-header-main .copybox .copy-textbox .subcopy {
  font-size: 18px;
}
@media (max-width: 700px) {
  body.home #main .header-main .copybox .copy-textbox .subcopy,
  body.home #main .sp-header-main .copybox .copy-textbox .subcopy,
  body.page-id-5120 #main .header-main .copybox .copy-textbox .subcopy,
  body.page-id-5120 #main .sp-header-main .copybox .copy-textbox .subcopy {
    font-size: 10px;
  }
}
body.home #main .header-main .slick-slide .copybox,
body.home #main .sp-header-main .slick-slide .copybox,
body.page-id-5120 #main .header-main .slick-slide .copybox,
body.page-id-5120 #main .sp-header-main .slick-slide .copybox {
  display: block;
}
body.home #important-info,
body.page-id-5120 #important-info {
  background: #f00;
}
body.home #important-info .inner,
body.page-id-5120 #important-info .inner {
  max-width: inherit;
}
body.home #important-info .inner li,
body.page-id-5120 #important-info .inner li {
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 700px) {
  body.home #important-info .inner li,
  body.page-id-5120 #important-info .inner li {
    padding: 5px 0;
  }
}
body.home #important-info .inner a,
body.page-id-5120 #important-info .inner a {
  color: white;
  font-size: 14px;
}
@media (max-width: 700px) {
  body.home #important-info .inner a,
  body.page-id-5120 #important-info .inner a {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  body.home #information,
  body.page-id-5120 #information {
    padding-bottom: 30px;
  }
}
@media (max-width: 700px) {
  body.home #information .container,
  body.page-id-5120 #information .container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home #information .cat-links,
body.page-id-5120 #information .cat-links {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  body.home #information .cat-links,
  body.page-id-5120 #information .cat-links {
    display: none;
  }
}
body.home #information .cat-links a,
body.page-id-5120 #information .cat-links a {
  display: inline-block;
  text-align: center;
  padding: 5px 0px 6px;
  border: 1px solid #42210b;
  color: #42210b;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  min-width: 8em;
  transition: 0.3s;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home #information .cat-links a,
  body.page-id-5120 #information .cat-links a {
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (max-width: 700px) {
  body.home #information .cat-links a,
  body.page-id-5120 #information .cat-links a {
    font-size: 13px;
  }
}
body.home #information .cat-links a:hover,
body.page-id-5120 #information .cat-links a:hover {
  background-color: #42210b;
  color: white;
}
body.home #information .cat-links a.important,
body.page-id-5120 #information .cat-links a.important {
  border: 1px solid red;
  color: red;
}
body.home #information .cat-links a.important:hover,
body.page-id-5120 #information .cat-links a.important:hover {
  background-color: red;
  color: white;
}
body.home #information .news-list,
body.page-id-5120 #information .news-list {
  margin-bottom: 30px;
}
body.home #information .news-list ul,
body.page-id-5120 #information .news-list ul {
  display: none;
}
body.home #information .news-list ul.is-active,
body.page-id-5120 #information .news-list ul.is-active {
  display: block;
}
body.home #information .news-list li,
body.page-id-5120 #information .news-list li {
  margin-bottom: 0;
  padding: 20px 340px 20px 140px;
  position: relative;
  border-bottom: 1px solid #42210b;
}
body.home #information .news-list li:first-child,
body.page-id-5120 #information .news-list li:first-child {
  border-top: 1px solid #42210b;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home #information .news-list li,
  body.page-id-5120 #information .news-list li {
    padding: 15px 260px 15px 140px;
  }
}
@media (max-width: 700px) {
  body.home #information .news-list li,
  body.page-id-5120 #information .news-list li {
    padding: 30px 20px 5px;
  }
}
body.home #information .news-list li .cats,
body.page-id-5120 #information .news-list li .cats {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 20px 20px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home #information .news-list li .cats,
  body.page-id-5120 #information .news-list li .cats {
    padding: 15px;
  }
}
@media (max-width: 700px) {
  body.home #information .news-list li .cats,
  body.page-id-5120 #information .news-list li .cats {
    padding: 6px 0px 0px;
    display: none;
  }
}
body.home #information .news-list li .cats a,
body.page-id-5120 #information .news-list li .cats a {
  display: inline-block;
  text-align: center;
  padding: 5px 0px 6px;
  border: 1px solid #42210b;
  color: #42210b;
  border-radius: 50px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 1;
  min-width: 8em;
  transition: 0.3s;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home #information .news-list li .cats a,
  body.page-id-5120 #information .news-list li .cats a {
    font-size: 12px;
    margin-left: 5px;
  }
}
@media (max-width: 700px) {
  body.home #information .news-list li .cats a,
  body.page-id-5120 #information .news-list li .cats a {
    font-size: 11px;
    margin-left: 2px;
  }
}
body.home #information .news-list li .cats a:hover,
body.page-id-5120 #information .news-list li .cats a:hover {
  background-color: #42210b;
  color: white;
}
body.home #information .news-list li .cats a.important,
body.page-id-5120 #information .news-list li .cats a.important {
  border: 1px solid red;
  color: red;
}
body.home #information .news-list li .cats a.important:hover,
body.page-id-5120 #information .news-list li .cats a.important:hover {
  background-color: red;
  color: white;
}
body.home #information .news-list p,
body.page-id-5120 #information .news-list p {
  display: inline-block;
}
body.home #information .news-list p.area,
body.page-id-5120 #information .news-list p.area {
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0 2px;
  text-align: center;
  width: 100px;
}
@media (max-width: 700px) {
  body.home #information .news-list p.area,
  body.page-id-5120 #information .news-list p.area {
    font-size: 12px;
    padding: 3px 0 1px;
    width: 60px;
  }
}
body.home #information .news-list p.date,
body.page-id-5120 #information .news-list p.date {
  color: white;
  background-color: #42210b;
  padding: 5px 15px 6px;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 700px) {
  body.home #information .news-list p.date,
  body.page-id-5120 #information .news-list p.date {
    left: 0px;
  }
}
@media (max-width: 700px) {
  body.home #information .news-list p.postlabel,
  body.page-id-5120 #information .news-list p.postlabel {
    display: block;
    padding: 5px 0px;
  }
}
body.home #information .news-list p.postlabel a,
body.page-id-5120 #information .news-list p.postlabel a {
  color: #42210b;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home #information .news-list p.postlabel a,
  body.page-id-5120 #information .news-list p.postlabel a {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  body.home #information .news-list p.postlabel a,
  body.page-id-5120 #information .news-list p.postlabel a {
    font-size: 13px;
  }
}
body.home #information .news-list p.postlabel a:hover,
body.page-id-5120 #information .news-list p.postlabel a:hover {
  text-decoration: underline;
}
body.home #information .news-list-schools,
body.page-id-5120 #information .news-list-schools {
  justify-content: center;
}
body.home #information .news-list-schools .thumb,
body.page-id-5120 #information .news-list-schools .thumb {
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 60%;
}
body.home #information .news-list-schools .info .date,
body.page-id-5120 #information .news-list-schools .info .date {
  color: #42210b;
}
body.home #information .news-list-schools .info .title,
body.page-id-5120 #information .news-list-schools .info .title {
  color: white;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  body.home #department .container,
  body.page-id-5120 #department .container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home #department h3,
body.page-id-5120 #department h3 {
  position: relative;
  z-index: 10;
}
body.home #department .columns,
body.page-id-5120 #department .columns {
  margin-top: -70px;
}
@media (max-width: 700px) {
  body.home #department .columns,
  body.page-id-5120 #department .columns {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
body.home #department .columns .column .ph,
body.page-id-5120 #department .columns .column .ph {
  overflow: hidden;
}
body.home #department .columns .column .ph img,
body.page-id-5120 #department .columns .column .ph img {
  transition: 1s;
}
body.home #department .columns .column.chouri h4,
body.page-id-5120 #department .columns .column.chouri h4 {
  background: #8dc21f url(../images/top/depslant.png);
}
body.home #department .columns .column.seika h4,
body.page-id-5120 #department .columns .column.seika h4 {
  background: #e86d73 url(../images/top/depslant.png);
}
body.home #department .columns .column a,
body.page-id-5120 #department .columns .column a {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  body.home #department .columns .column a,
  body.page-id-5120 #department .columns .column a {
    margin-bottom: 0;
  }
}
body.home #department .columns .column a h4,
body.page-id-5120 #department .columns .column a h4 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  position: relative;
  color: white;
  transition: 0.5s;
  letter-spacing: 0.5em;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  position: relative;
}
@media (max-width: 700px) {
  body.home #department .columns .column a h4,
  body.page-id-5120 #department .columns .column a h4 {
    padding: 10px;
  }
}
body.home #department .columns .column a h4:before,
body.page-id-5120 #department .columns .column a h4:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: transparent white white transparent;
  transition: 0.3s;
  z-index: 10;
}
body.home #department .columns .column a h4::after,
body.page-id-5120 #department .columns .column a h4::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  right: 30px;
  width: auto;
  height: auto;
  transition: 0.5s;
}
@media (max-width: 700px) {
  body.home #department .columns .column a h4::after,
  body.page-id-5120 #department .columns .column a h4::after {
    top: 11px;
  }
}
body.home #department .columns .column a:hover .ph img,
body.page-id-5120 #department .columns .column a:hover .ph img {
  transform: scale(1.05);
}
body.home #department .columns .column a:hover h4:after,
body.page-id-5120 #department .columns .column a:hover h4:after {
  right: 20px;
}
body.home #department .columns .copy,
body.page-id-5120 #department .columns .copy {
  color: #42210b;
}
body.home #department .columns .copy span,
body.page-id-5120 #department .columns .copy span {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  font-weight: 300;
}
body.home #department .columns .copy span:first-child,
body.page-id-5120 #department .columns .copy span:first-child {
  border-bottom: 1px solid #42210b;
}
body.home #points,
body.page-id-5120 #points {
  background: url(../images/top/back_nuno.jpg);
  padding: 50px 0 100px;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  body.home #points,
  body.page-id-5120 #points {
    padding-bottom: 50px;
  }
}
@media (max-width: 700px) {
  body.home #points .column,
  body.page-id-5120 #points .column {
    padding: 5px;
  }
}
body.home #points h3,
body.page-id-5120 #points h3 {
  height: 90px;
  margin-top: -70px;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  body.home #points h3,
  body.page-id-5120 #points h3 {
    height: 60px;
    margin-bottom: 20px;
  }
}
body.home #points .ph,
body.page-id-5120 #points .ph {
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  body.home #points .ph,
  body.page-id-5120 #points .ph {
    display: none;
  }
}
body.home #points .copy,
body.page-id-5120 #points .copy {
  color: #42210b;
  text-align: center;
  line-height: 1.2;
  padding: 10px 50px 15px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home #points .copy,
  body.page-id-5120 #points .copy {
    padding: 10px 30px 15px;
  }
}
@media (max-width: 700px) {
  body.home #points .copy,
  body.page-id-5120 #points .copy {
    padding: 0px;
    margin: 0;
  }
  body.home #points .copy br,
  body.page-id-5120 #points .copy br {
    display: none;
  }
}
body.home #points .copy:before,
body.page-id-5120 #points .copy:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 50px;
  background: url(../images/common/paren.svg) no-repeat center left/contain;
}
@media (max-width: 700px) {
  body.home #points .copy:before,
  body.page-id-5120 #points .copy:before {
    display: none;
  }
}
body.home #points .copy:after,
body.page-id-5120 #points .copy:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 50px;
  background: url(../images/common/paren.svg) no-repeat center left/contain;
  transform: rotateZ(180deg);
}
@media (max-width: 700px) {
  body.home #points .copy:after,
  body.page-id-5120 #points .copy:after {
    display: none;
  }
}
body.home #points .copy span,
body.page-id-5120 #points .copy span {
  display: inline-block;
  text-align: center;
  padding: 5px;
  font-size: 2vw;
  font-weight: 900;
  position: relative;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home #points .copy span,
  body.page-id-5120 #points .copy span {
    font-size: max(2vw, 17px);
  }
}
@media (max-width: 700px) {
  body.home #points .copy span,
  body.page-id-5120 #points .copy span {
    font-size: 18px;
  }
}
body.home #points .copy span:before,
body.page-id-5120 #points .copy span:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #fbc600;
  mix-blend-mode: multiply;
}
@media (max-width: 700px) {
  body.home #points .copy span:before,
  body.page-id-5120 #points .copy span:before {
    height: 5px;
  }
}
body.home #points .ban-gakuhi,
body.page-id-5120 #points .ban-gakuhi {
  text-align: center;
}
body.home #points .ban-gakuhi img,
body.page-id-5120 #points .ban-gakuhi img {
  max-width: 50%;
}
@media (max-width: 700px) {
  body.home #points .ban-gakuhi img,
  body.page-id-5120 #points .ban-gakuhi img {
    max-width: none;
  }
}
body.home #shops,
body.page-id-5120 #shops {
  /*
  h3{
      font-family: serif;
      color: #e50012;
      padding: 30px 0 20px;
      margin: 0 0 20px;
      //border-bottom: 1px solid #e50012;
      height: auto;
      margin-bottom: 0;
      font-size: 35px;
      font-weight: bold;
      display: inline-block;
      span{
          font-size: 0.8em;
      }
  }
  .coupon-indicate{
      text-align: center;
      color: #ad7e20;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 30px;
  }*/
}
body.home #shops .slide-item,
body.page-id-5120 #shops .slide-item {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
@media (max-width: 700px) {
  body.home #recipe .container,
  body.home #shops .container,
  body.page-id-5120 #recipe .container,
  body.page-id-5120 #shops .container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.home #recipe .recipe-slide,
body.home #recipe .shops-slide,
body.home #shops .recipe-slide,
body.home #shops .shops-slide,
body.page-id-5120 #recipe .recipe-slide,
body.page-id-5120 #recipe .shops-slide,
body.page-id-5120 #shops .recipe-slide,
body.page-id-5120 #shops .shops-slide {
  opacity: 0;
  display: none;
  transition: 1s;
  margin-bottom: 30px;
}
body.home #recipe .recipe-slide.slick-initialized,
body.home #recipe .shops-slide.slick-initialized,
body.home #shops .recipe-slide.slick-initialized,
body.home #shops .shops-slide.slick-initialized,
body.page-id-5120 #recipe .recipe-slide.slick-initialized,
body.page-id-5120 #recipe .shops-slide.slick-initialized,
body.page-id-5120 #shops .recipe-slide.slick-initialized,
body.page-id-5120 #shops .shops-slide.slick-initialized {
  opacity: 1;
  display: block;
}
body.home #recipe .recipe-slide .slick-slide,
body.home #recipe .shops-slide .slick-slide,
body.home #shops .recipe-slide .slick-slide,
body.home #shops .shops-slide .slick-slide,
body.page-id-5120 #recipe .recipe-slide .slick-slide,
body.page-id-5120 #recipe .shops-slide .slick-slide,
body.page-id-5120 #shops .recipe-slide .slick-slide,
body.page-id-5120 #shops .shops-slide .slick-slide {
  padding: 5px;
  position: relative;
}
body.home #recipe .recipe-slide .slick-slide .new-txt,
body.home #recipe .shops-slide .slick-slide .new-txt,
body.home #shops .recipe-slide .slick-slide .new-txt,
body.home #shops .shops-slide .slick-slide .new-txt,
body.page-id-5120 #recipe .recipe-slide .slick-slide .new-txt,
body.page-id-5120 #recipe .shops-slide .slick-slide .new-txt,
body.page-id-5120 #shops .recipe-slide .slick-slide .new-txt,
body.page-id-5120 #shops .shops-slide .slick-slide .new-txt {
  position: absolute;
  top: 0px;
  left: 0px;
  background: red;
  color: white;
  font-size: 10px;
  padding: 8px 6px;
  border-radius: 50px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.home #recipe .recipe-slide .slick-prev,
  body.home #recipe .shops-slide .slick-prev,
  body.home #shops .recipe-slide .slick-prev,
  body.home #shops .shops-slide .slick-prev,
  body.page-id-5120 #recipe .recipe-slide .slick-prev,
  body.page-id-5120 #recipe .shops-slide .slick-prev,
  body.page-id-5120 #shops .recipe-slide .slick-prev,
  body.page-id-5120 #shops .shops-slide .slick-prev {
    left: -20px;
    z-index: 10;
  }
  body.home #recipe .recipe-slide .slick-next,
  body.home #recipe .shops-slide .slick-next,
  body.home #shops .recipe-slide .slick-next,
  body.home #shops .shops-slide .slick-next,
  body.page-id-5120 #recipe .recipe-slide .slick-next,
  body.page-id-5120 #recipe .shops-slide .slick-next,
  body.page-id-5120 #shops .recipe-slide .slick-next,
  body.page-id-5120 #shops .shops-slide .slick-next {
    right: -20px;
    z-index: 10;
  }
}

#kouzalist {
  background-color: #42210b;
  color: white;
  padding: 20px 0;
}
#kouzalist h3 {
  text-align: center;
  color: white;
  height: auto;
  padding: 5px 50px;
  font-size: 20px;
  letter-spacing: 5px;
  background: #42210b;
  border-radius: 50px;
  max-width: 50%;
  margin: -40px auto 0px;
  font-weight: 300 !important;
}
@media (max-width: 700px) {
  #kouzalist h3 {
    max-width: none;
  }
}
#kouzalist .columns {
  justify-content: center;
}
#kouzalist .container {
  /*max-width: 1000px;*/
}
@media (max-width: 700px) {
  #kouzalist .container {
    max-width: none;
  }
}

/***********************************************************************
page ページ共通
**********************************************************************/
body.single-post .page-hero,
body.single .page-hero,
body.archive .page-hero,
body.page .page-hero {
  text-align: center;
}
@media (max-width: 700px) {
  body.single-post .page-hero,
  body.single .page-hero,
  body.archive .page-hero,
  body.page .page-hero {
    margin-bottom: 10px;
  }
}
body.single-post #main,
body.single #main,
body.archive #main,
body.page #main {
  margin-bottom: 0;
}
body.single-post h3.side-parlen,
body.single h3.side-parlen,
body.archive h3.side-parlen,
body.page h3.side-parlen {
  position: relative;
  font-size: 25px;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  body.single-post h3.side-parlen,
  body.single h3.side-parlen,
  body.archive h3.side-parlen,
  body.page h3.side-parlen {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 10px;
  }
}
body.single-post h3.side-parlen:before, body.single-post h3.side-parlen:after,
body.single h3.side-parlen:before,
body.single h3.side-parlen:after,
body.archive h3.side-parlen:before,
body.archive h3.side-parlen:after,
body.page h3.side-parlen:before,
body.page h3.side-parlen:after {
  content: "";
  margin: auto;
  width: 20px;
  height: 38px;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 700px) {
  body.single-post h3.side-parlen:before, body.single-post h3.side-parlen:after,
  body.single h3.side-parlen:before,
  body.single h3.side-parlen:after,
  body.archive h3.side-parlen:before,
  body.archive h3.side-parlen:after,
  body.page h3.side-parlen:before,
  body.page h3.side-parlen:after {
    height: 30px;
  }
}
body.single-post h3.side-parlen:before,
body.single h3.side-parlen:before,
body.archive h3.side-parlen:before,
body.page h3.side-parlen:before {
  background: url(../images/common/flow-md-left-parlen.svg) no-repeat center center;
  margin-right: 10px;
}
body.single-post h3.side-parlen:after,
body.single h3.side-parlen:after,
body.archive h3.side-parlen:after,
body.page h3.side-parlen:after {
  background: url(../images/common/flow-md-right-parlen.svg) no-repeat center center;
  margin-left: 10px;
}
body.single-post .bomb,
body.single .bomb,
body.archive .bomb,
body.page .bomb {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  color: white;
  font-weight: 900;
  text-align: center;
  width: 200px;
  height: 12vw;
  max-width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: url(../images/cooking/bomb.svg) no-repeat center center;
}
body.single-post .bomb span,
body.single .bomb span,
body.archive .bomb span,
body.page .bomb span {
  width: 100%;
  font-size: 1.5vw;
  line-height: 1.5;
}
body.single-post .baloon,
body.single .baloon,
body.archive .baloon,
body.page .baloon {
  color: white;
  font-weight: 900;
  text-align: center;
  width: 200px;
  height: 12vw;
  max-width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: url(../images/cooking/baloon.svg) no-repeat center center;
}
@media (max-width: 700px) {
  body.single-post .baloon,
  body.single .baloon,
  body.archive .baloon,
  body.page .baloon {
    background-color: #8dc21f;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    height: auto;
    margin-top: 30px;
  }
}
body.single-post .baloon span,
body.single .baloon span,
body.archive .baloon span,
body.page .baloon span {
  width: 100%;
  font-size: 1.4vw;
  line-height: 1.5;
  text-decoration: underline;
  position: relative;
  top: -10px;
  left: -10px;
}
@media (max-width: 700px) {
  body.single-post .baloon span,
  body.single .baloon span,
  body.archive .baloon span,
  body.page .baloon span {
    text-decoration: none;
    font-size: 16px;
    top: auto;
    left: auto;
  }
  body.single-post .baloon span br,
  body.single .baloon span br,
  body.archive .baloon span br,
  body.page .baloon span br {
    display: none;
  }
}
body.single-post .bg-beige-cloth,
body.single .bg-beige-cloth,
body.archive .bg-beige-cloth,
body.page .bg-beige-cloth {
  padding: 30px 0 40px;
  background: url(../images/common/back_nuno.jpg);
}
body.single-post .bg-beige-cloth .more-btn a,
body.single .bg-beige-cloth .more-btn a,
body.archive .bg-beige-cloth .more-btn a,
body.page .bg-beige-cloth .more-btn a {
  width: 400px;
}
@media (max-width: 700px) {
  body.single-post .bg-beige-cloth .more-btn a,
  body.single .bg-beige-cloth .more-btn a,
  body.archive .bg-beige-cloth .more-btn a,
  body.page .bg-beige-cloth .more-btn a {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
}
body.single-post .bg-beige-cloth .wp-block-group.has-background,
body.single .bg-beige-cloth .wp-block-group.has-background,
body.archive .bg-beige-cloth .wp-block-group.has-background,
body.page .bg-beige-cloth .wp-block-group.has-background {
  margin-bottom: 20px;
}
body.single-post .bg-beige-cloth .wp-block-image,
body.single .bg-beige-cloth .wp-block-image,
body.archive .bg-beige-cloth .wp-block-image,
body.page .bg-beige-cloth .wp-block-image {
  margin-bottom: 20px;
}
body.single-post .bg-beige-cloth .columns,
body.single .bg-beige-cloth .columns,
body.archive .bg-beige-cloth .columns,
body.page .bg-beige-cloth .columns {
  align-items: center;
}
body.single-post .bg-beige-cloth .column-header,
body.single .bg-beige-cloth .column-header,
body.archive .bg-beige-cloth .column-header,
body.page .bg-beige-cloth .column-header {
  margin-bottom: 10px;
}
body.single-post .bg-beige-cloth .has-background,
body.single .bg-beige-cloth .has-background,
body.archive .bg-beige-cloth .has-background,
body.page .bg-beige-cloth .has-background {
  padding: 20px;
}
body.single-post .bg-beige-cloth h3,
body.single .bg-beige-cloth h3,
body.archive .bg-beige-cloth h3,
body.page .bg-beige-cloth h3 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  color: #42210b;
  font-size: 25px;
  font-weight: bold;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap !important;
}
@media (max-width: 700px) {
  body.single-post .bg-beige-cloth h3,
  body.single .bg-beige-cloth h3,
  body.archive .bg-beige-cloth h3,
  body.page .bg-beige-cloth h3 {
    margin-bottom: 15px;
    font-size: 18px;
    padding: 0 5px;
    line-height: 1.35;
    white-space: normal !important;
  }
}
body.single-post .bg-beige-cloth h3::before, body.single-post .bg-beige-cloth h3::after,
body.single .bg-beige-cloth h3::before,
body.single .bg-beige-cloth h3::after,
body.archive .bg-beige-cloth h3::before,
body.archive .bg-beige-cloth h3::after,
body.page .bg-beige-cloth h3::before,
body.page .bg-beige-cloth h3::after {
  content: "";
  margin: auto;
  width: 34px;
  height: 25px;
  display: inline-block;
  background: url(../images/common/md-beige-cloth.svg) no-repeat center center;
}
body.single-post .bg-beige-cloth h3::before,
body.single .bg-beige-cloth h3::before,
body.archive .bg-beige-cloth h3::before,
body.page .bg-beige-cloth h3::before {
  margin-right: 20px;
}
@media (max-width: 700px) {
  body.single-post .bg-beige-cloth h3::before,
  body.single .bg-beige-cloth h3::before,
  body.archive .bg-beige-cloth h3::before,
  body.page .bg-beige-cloth h3::before {
    margin-right: 10px;
  }
}
body.single-post .bg-beige-cloth h3::after,
body.single .bg-beige-cloth h3::after,
body.archive .bg-beige-cloth h3::after,
body.page .bg-beige-cloth h3::after {
  margin-left: 20px;
}
@media (max-width: 700px) {
  body.single-post .bg-beige-cloth h3::after,
  body.single .bg-beige-cloth h3::after,
  body.archive .bg-beige-cloth h3::after,
  body.page .bg-beige-cloth h3::after {
    margin-left: 10px;
  }
}
body.single-post .bg-beige-cloth h3.side-parlen,
body.single .bg-beige-cloth h3.side-parlen,
body.archive .bg-beige-cloth h3.side-parlen,
body.page .bg-beige-cloth h3.side-parlen {
  display: block;
  position: relative;
  font-size: 25px;
  margin-bottom: 15px;
  padding: 0;
}
@media (max-width: 700px) {
  body.single-post .bg-beige-cloth h3.side-parlen,
  body.single .bg-beige-cloth h3.side-parlen,
  body.archive .bg-beige-cloth h3.side-parlen,
  body.page .bg-beige-cloth h3.side-parlen {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 10px;
  }
}
body.single-post .bg-beige-cloth h3.side-parlen:before, body.single-post .bg-beige-cloth h3.side-parlen:after,
body.single .bg-beige-cloth h3.side-parlen:before,
body.single .bg-beige-cloth h3.side-parlen:after,
body.archive .bg-beige-cloth h3.side-parlen:before,
body.archive .bg-beige-cloth h3.side-parlen:after,
body.page .bg-beige-cloth h3.side-parlen:before,
body.page .bg-beige-cloth h3.side-parlen:after {
  content: "";
  margin: auto;
  width: 20px;
  height: 38px;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 700px) {
  body.single-post .bg-beige-cloth h3.side-parlen:before, body.single-post .bg-beige-cloth h3.side-parlen:after,
  body.single .bg-beige-cloth h3.side-parlen:before,
  body.single .bg-beige-cloth h3.side-parlen:after,
  body.archive .bg-beige-cloth h3.side-parlen:before,
  body.archive .bg-beige-cloth h3.side-parlen:after,
  body.page .bg-beige-cloth h3.side-parlen:before,
  body.page .bg-beige-cloth h3.side-parlen:after {
    display: none;
  }
}
body.single-post .bg-beige-cloth h3.side-parlen:before,
body.single .bg-beige-cloth h3.side-parlen:before,
body.archive .bg-beige-cloth h3.side-parlen:before,
body.page .bg-beige-cloth h3.side-parlen:before {
  background: url(../images/common/flow-md-left-parlen.svg) no-repeat center center;
  margin-right: 10px;
}
body.single-post .bg-beige-cloth h3.side-parlen:after,
body.single .bg-beige-cloth h3.side-parlen:after,
body.archive .bg-beige-cloth h3.side-parlen:after,
body.page .bg-beige-cloth h3.side-parlen:after {
  background: url(../images/common/flow-md-right-parlen.svg) no-repeat center center;
  margin-left: 10px;
}
body.single-post .bg-beige-cloth h4,
body.single .bg-beige-cloth h4,
body.archive .bg-beige-cloth h4,
body.page .bg-beige-cloth h4 {
  font-size: 22px;
  font-weight: 900;
  color: #42210b;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  body.single-post .bg-beige-cloth h4,
  body.single .bg-beige-cloth h4,
  body.archive .bg-beige-cloth h4,
  body.page .bg-beige-cloth h4 {
    line-height: 1.5;
  }
}
body.single-post .bg-beige-cloth h4 strong,
body.single .bg-beige-cloth h4 strong,
body.archive .bg-beige-cloth h4 strong,
body.page .bg-beige-cloth h4 strong {
  font-weight: inherit;
}
body.single-post .bg-beige-cloth h5,
body.single .bg-beige-cloth h5,
body.archive .bg-beige-cloth h5,
body.page .bg-beige-cloth h5 {
  font-size: 17px;
  font-weight: 900;
  color: #42210b;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  body.single-post .bg-beige-cloth h5,
  body.single .bg-beige-cloth h5,
  body.archive .bg-beige-cloth h5,
  body.page .bg-beige-cloth h5 {
    line-height: 1.5;
  }
}
body.single-post .bg-beige-cloth p strong,
body.single .bg-beige-cloth p strong,
body.archive .bg-beige-cloth p strong,
body.page .bg-beige-cloth p strong {
  font-weight: 400;
}
body.single-post .bg-beige-cloth strong,
body.single .bg-beige-cloth strong,
body.archive .bg-beige-cloth strong,
body.page .bg-beige-cloth strong {
  color: red;
}
body.single-post .post-meta,
body.single .post-meta,
body.archive .post-meta,
body.page .post-meta {
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 700px) {
  body.single-post .post-meta,
  body.single .post-meta,
  body.archive .post-meta,
  body.page .post-meta {
    margin-bottom: 10px;
  }
}
body.single-post .cat-indicator,
body.single .cat-indicator,
body.archive .cat-indicator,
body.page .cat-indicator {
  background: #fff;
  padding: 5px 15px;
  border: 2px solid #42210b;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 700px) {
  body.single-post .cat-indicator,
  body.single .cat-indicator,
  body.archive .cat-indicator,
  body.page .cat-indicator {
    font-size: 12px;
    padding: 3px 10px;
  }
}
@media (max-width: 700px) {
  body.single-post .cat-indicator.sm,
  body.single .cat-indicator.sm,
  body.archive .cat-indicator.sm,
  body.page .cat-indicator.sm {
    font-size: 10px;
    padding: 0 5px;
    margin-right: 2px;
  }
}
body.single-post .cat-indicator a,
body.single .cat-indicator a,
body.archive .cat-indicator a,
body.page .cat-indicator a {
  font-weight: 700;
  color: #42210b !important;
}
body.single-post .cat-indicator a.important,
body.single .cat-indicator a.important,
body.archive .cat-indicator a.important,
body.page .cat-indicator a.important {
  color: red;
}
body.single-post .block-date,
body.single .block-date,
body.archive .block-date,
body.page .block-date {
  position: absolute;
  top: -10px;
  left: -25px;
  border: 3px solid #42210b;
  background-color: #fff;
  border-radius: 5px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.single-post .block-date,
  body.single .block-date,
  body.archive .block-date,
  body.page .block-date {
    top: 11px;
    left: 20px;
  }
}
body.single-post .block-date span,
body.single .block-date span,
body.archive .block-date span,
body.page .block-date span {
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 2px 10px;
}
body.single-post .block-date span.lbl,
body.single .block-date span.lbl,
body.archive .block-date span.lbl,
body.page .block-date span.lbl {
  background-color: #42210b;
  color: white;
  font-size: 13px;
}
body.single-post .block-date span.year,
body.single .block-date span.year,
body.archive .block-date span.year,
body.page .block-date span.year {
  border-bottom: 1px solid #42210b;
  margin: 0 5px;
  font-size: 13px;
}
body.single-post .block-date span.md,
body.single .block-date span.md,
body.archive .block-date span.md,
body.page .block-date span.md {
  font-size: 20px;
  font-size: 15px;
}
body.single-post .single-date,
body.single .single-date,
body.archive .single-date,
body.page .single-date {
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.2em;
}
@media (max-width: 700px) {
  body.single-post .single-date,
  body.single .single-date,
  body.archive .single-date,
  body.page .single-date {
    font-size: 12px;
    padding: 3px 10px;
  }
}
body.single-post ol li,
body.single ol li,
body.archive ol li,
body.page ol li {
  list-style: decimal;
}

/***********************************************************************
single ページ共通
**********************************************************************/
body.single-post .page-footer,
body.single .page-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 700px) {
  body.single-post .page-footer,
  body.single .page-footer {
    padding: 25px 0 !important;
  }
}
body.single-post .page-footer .more-btn,
body.single .page-footer .more-btn {
  flex-basis: 40%;
}
@media (max-width: 700px) {
  body.single-post .page-footer .more-btn a,
  body.single .page-footer .more-btn a {
    width: 100% !important;
    padding: 10px 30px;
    margin-bottom: 0 !important;
  }
  body.single-post .page-footer .more-btn a:after,
  body.single .page-footer .more-btn a:after {
    left: 10px;
  }
}
body.single-post .page-footer .prev-bt,
body.single-post .page-footer .next-bt,
body.single .page-footer .prev-bt,
body.single .page-footer .next-bt {
  flex-basis: 30%;
}
body.single-post .page-footer .prev-bt a,
body.single-post .page-footer .next-bt a,
body.single .page-footer .prev-bt a,
body.single .page-footer .next-bt a {
  font-size: 16px;
  font-weight: 700;
  color: #42210b !important;
}
@media (max-width: 700px) {
  body.single-post .page-footer .prev-bt a,
  body.single-post .page-footer .next-bt a,
  body.single .page-footer .prev-bt a,
  body.single .page-footer .next-bt a {
    font-size: 13px;
  }
}
body.single-post .page-footer .prev-bt a:hover,
body.single-post .page-footer .next-bt a:hover,
body.single .page-footer .prev-bt a:hover,
body.single .page-footer .next-bt a:hover {
  opacity: 0.7;
}
body.single-post .page-footer .prev-bt,
body.single .page-footer .prev-bt {
  text-align: left;
}
body.single-post .page-footer .next-bt,
body.single .page-footer .next-bt {
  text-align: right;
}
body.single-post .page-footer .prev-bt:not(:empty):before,
body.single .page-footer .prev-bt:not(:empty):before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
  background-color: #42210b;
  color: white;
  padding: 4px 11px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
body.single-post .page-footer .next-bt:not(:empty):after,
body.single .page-footer .next-bt:not(:empty):after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  background-color: #42210b;
  color: white;
  padding: 4px 11px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

/***********************************************************************
dept 調理・製菓共通
**********************************************************************/
@media (max-width: 700px) {
  #page-content.dept #dept-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#page-content.dept #dept-header .more-btn a {
  font-size: 23px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept #dept-header .more-btn a {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  #page-content.dept #dept-header .more-btn a {
    font-size: 17px;
  }
}
#page-content.dept #dept-header .dept-title {
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  #page-content.dept #dept-header .dept-title {
    margin-bottom: 0;
  }
}
#page-content.dept #dept-header .dept-title .column {
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 700px) {
  #page-content.dept #dept-header .course-bt {
    padding: 0 20px;
  }
  #page-content.dept #dept-header .course-bt .column:not(:first-child) {
    padding-top: 0;
  }
}
#page-content.dept #dept-header h1 {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 5px;
  padding-bottom: 0px;
  display: inline-block;
  border-bottom: 1px solid #42210b;
  line-height: 1;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept #dept-header h1 {
    font-size: 33px;
    letter-spacing: 3px;
  }
}
@media (max-width: 700px) {
  #page-content.dept #dept-header h1 {
    text-align: center;
    display: block;
    font-size: 30px;
    letter-spacing: 2px;
    border-bottom: none;
  }
}
#page-content.dept #dept-header h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -90%;
  height: 1px;
  width: 100%;
  background-color: #42210b;
}
@media (max-width: 700px) {
  #page-content.dept #dept-header h1:after {
    display: none;
  }
}
#page-content.dept #dept-header h1 img {
  height: 35px;
  width: auto;
  padding-left: 20px;
  vertical-align: sub;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept #dept-header h1 img {
    height: 30px;
  }
}
@media (max-width: 700px) {
  #page-content.dept #dept-header h1 img {
    display: block;
    height: 20px;
    width: auto;
    padding: 0;
    margin: 10px auto 0;
  }
}
@media (max-width: 700px) {
  #page-content.dept #dept-header p.to-another {
    display: none;
  }
}
#page-content.dept #dept-inner-nav {
  gap: 10px;
  margin-bottom: 20px;
  padding: 20px 0;
}
@media (max-width: 700px) {
  #page-content.dept #dept-inner-nav {
    flex-direction: column;
    gap: 0;
    padding: 0;
    border-top: 1px solid #42210b;
  }
}
#page-content.dept #dept-inner-nav h2,
#page-content.dept #dept-inner-nav a {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  color: #42210b;
  text-align: center;
  padding: 5px 20px;
  position: relative;
  display: block;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept #dept-inner-nav h2,
  #page-content.dept #dept-inner-nav a {
    padding: 5px 5px;
  }
}
@media (max-width: 700px) {
  #page-content.dept #dept-inner-nav h2,
  #page-content.dept #dept-inner-nav a {
    font-size: 15px;
    padding: 10px 20px;
    text-align: left;
  }
}
#page-content.dept #dept-inner-nav h2:after,
#page-content.dept #dept-inner-nav a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10px;
  left: 0;
  background-color: #fbc600;
  z-index: -1;
}
@media (max-width: 700px) {
  #page-content.dept #dept-inner-nav h2:after,
  #page-content.dept #dept-inner-nav a:after {
    display: none;
  }
}
@media (max-width: 700px) {
  #page-content.dept #dept-inner-nav h2:before,
  #page-content.dept #dept-inner-nav a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    height: 10px;
    right: 20px;
    top: 10px;
    z-index: 1;
    font-weight: 900;
  }
}
#page-content.dept #dept-inner-nav a:after {
  opacity: 0;
  transition: 0.3s;
}
#page-content.dept #dept-inner-nav a:hover:after {
  opacity: 1;
}
@media (max-width: 700px) {
  #page-content.dept #dept-inner-nav a:hover {
    background-color: #eaddcc;
  }
}
@media (max-width: 700px) {
  #page-content.dept #dept-inner-nav h2 {
    background-color: #eaddcc;
  }
  #page-content.dept #dept-inner-nav li {
    width: 100%;
    border-bottom: 1px solid #42210b;
  }
}
#page-content.dept #ribbon-header {
  padding-top: 30px;
  margin-top: -30px;
}
#page-content.dept section.intro h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media (max-width: 700px) {
  #page-content.dept section.intro h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#page-content.dept section.intro h3.ic-wlicense {
  color: #42210b;
  font-weight: 700;
  border-bottom: 1px solid #42210b;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 700px) {
  #page-content.dept section.intro h3.ic-wlicense {
    padding-bottom: 15px;
    font-size: 20px;
    padding-left: 60px;
    line-height: 1.25;
  }
}
#page-content.dept section.intro h3.ic-wlicense:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../images/common/menu-ic-doublelicense.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 700px) {
  #page-content.dept section.intro h3.ic-wlicense:before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
#page-content.dept section.intro h3.ic-wlicense:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 1;
  background-color: #42210b;
}
#page-content.dept section.flow h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #42210b;
}
#page-content.dept section.flow p.caption {
  font-weight: 700;
  color: red;
  padding-top: 10px;
}
@media (max-width: 700px) {
  #page-content.dept section.flow p.caption {
    font-size: 11px;
  }
}
#page-content.dept section.year-class h3 {
  font-size: 30px;
  font-weight: 900;
  padding-left: 15px;
  position: relative;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  #page-content.dept section.year-class h3 {
    font-size: 25px;
    padding-left: 0;
    text-align: center;
  }
}
#page-content.dept section.year-class h3 span {
  -webkit-text-stroke: 2px #42210b;
  text-stroke: 2px #42210b;
  color: #fbc600;
  font-size: 2em;
}
#page-content.dept section.year-class h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 15px;
  left: 0;
  background-color: #ccc;
  z-index: -1;
}
#page-content.dept section.year-class h4 {
  font-size: 23px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.dept section.year-class h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#page-content.dept section.year-class h5.md-schedule {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  width: 200px;
  margin-bottom: -43px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.year-class h5.md-schedule {
    font-size: 20px;
    width: 120px;
    margin-bottom: -22px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.year-class h5.md-schedule {
    display: none;
  }
}
#page-content.dept section.year-class .schedule {
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #page-content.dept section.year-class p.desc {
    margin-bottom: 20px;
  }
}
#page-content.dept .features {
  gap: 20px;
  margin: 0 0 20px !important;
  padding: 20px 0px;
}
@media (max-width: 700px) {
  #page-content.dept .features {
    padding: 0;
  }
}
#page-content.dept .features .column {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  #page-content.dept .features .column {
    padding: 0;
    margin-bottom: 10px;
    display: block;
  }
}
#page-content.dept .features .column:before, #page-content.dept .features .column:after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  #page-content.dept .features .column:before, #page-content.dept .features .column:after {
    /*display: none;*/
  }
}
#page-content.dept .features .column:before {
  left: 0;
  border-left: 1px solid #555;
}
#page-content.dept .features .column:after {
  right: 0;
  border-right: 1px solid #555;
}
#page-content.dept .features .column.is-4-widescreen {
  flex: 30%;
  width: auto;
}
#page-content.dept .features .column.is-6-tablet {
  flex: 48%;
  width: auto;
}
#page-content.dept .features p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  #page-content.dept .features p {
    font-size: max(2vw, 15px);
  }
}
@media (max-width: 700px) {
  #page-content.dept .features p {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
  }
}
#page-content.dept .features p span {
  display: inline-block;
  position: relative;
}
#page-content.dept .features p span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 3px;
  left: 0;
  background-color: #fbc600;
  z-index: -1;
}
@media (max-width: 700px) {
  #page-content.dept .features p span:after {
    bottom: 2px;
  }
}
#page-content.dept .license-column {
  background-color: #fff4de;
  border: 1px solid #42210b;
  padding: 20px 40px 30px;
  margin-top: 50px;
}
@media (max-width: 700px) {
  #page-content.dept .license-column {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#page-content.dept .license-column h4 {
  text-align: center;
  background: url(../images/common/bg-md-license.svg) no-repeat center center;
  color: white;
  font-weight: 900;
  margin-top: -50px;
  margin-bottom: 20px;
  line-height: 1;
  padding: 15px 0px 30px;
  font-size: 30px;
}
@media (max-width: 700px) {
  #page-content.dept .license-column h4 {
    margin-bottom: 0;
    padding: 20px 0px 30px;
    font-size: 20px;
  }
}
#page-content.dept .license-column ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 700px) {
  #page-content.dept .license-column ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#page-content.dept .license-column ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  font-weight: 700;
  padding-left: 1.2em;
  position: relative;
}
#page-content.dept .license-column ul li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #42210b;
}
#page-content.dept .with-bomb {
  position: relative;
}
@media (max-width: 700px) {
  #page-content.dept .with-bomb .bomb-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  #page-content.dept .with-bomb .bomb-wrapper .bomb {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 100px;
    height: 100px;
  }
  #page-content.dept .with-bomb .bomb-wrapper .bomb span {
    font-size: 13px;
  }
  #page-content.dept .with-bomb h3,
  #page-content.dept .with-bomb h4 {
    padding-left: 105px;
  }
}
#page-content.dept p.to-another {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
@media (max-width: 700px) {
  #page-content.dept p.to-another {
    display: none;
  }
}
#page-content.dept p.to-another::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  right: 0px;
  width: auto;
  height: auto;
  font-weight: 900;
  transition: 0.5s;
}
#page-content.dept p.to-another:hover:after {
  right: -10px;
}
@media (max-width: 700px) {
  #page-content.dept .message {
    /*display: none;*/
  }
}
#page-content.dept .message h3 {
  font-weight: 900;
  font-size: 30px;
  padding-bottom: 5px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 3px solid #42210b;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#page-content.dept .message h3:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -50%;
  height: 3px;
  width: 100%;
  background-color: #42210b;
}
#page-content.dept .message h3 img {
  height: 25px;
  width: auto;
}
#page-content.dept .message .name {
  font-weight: 700;
  font-size: 30px;
}
#page-content.dept .message .meta {
  font-size: 0.8em;
  margin-bottom: 10px;
}
#page-content.dept section.facilities-content .facilities-content-inner {
  max-width: 1200px;
  margin: auto;
}
#page-content.dept section.facilities-content .facilities-content-inner-2 {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#page-content.dept section.facilities-content .facilities-content-inner-2 h3 {
  font-weight: 900;
  font-size: 18px;
}
#page-content.dept section.facilities-content .facilities-content-inner-2 .columns {
  align-items: flex-end;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  #page-content.dept section.facilities-content .facilities-content-inner-2 .column.lb {
    transform: scale(0.7);
    transform-origin: left bottom;
  }
  #page-content.dept section.facilities-content .facilities-content-inner-2 .column.lb p {
    font-size: 1.6em !important;
  }
  #page-content.dept section.facilities-content .facilities-content-inner-2 .column.rt {
    transform: scale(0.7);
    transform-origin: right top;
  }
  #page-content.dept section.facilities-content .facilities-content-inner-2 .column.rt p {
    font-size: 1.6em !important;
  }
  #page-content.dept section.facilities-content .facilities-content-inner-2 .column.rb {
    transform: scale(0.7);
    transform-origin: right bottom;
  }
  #page-content.dept section.facilities-content .facilities-content-inner-2 .column.rb p {
    font-size: 1.6em !important;
  }
  #page-content.dept section.facilities-content .facilities-content-inner-2 .column.lt {
    transform: scale(0.7);
    transform-origin: left top;
  }
  #page-content.dept section.facilities-content .facilities-content-inner-2 .column.lt p {
    font-size: 1.6em !important;
  }
  #page-content.dept section.facilities-content .facilities-content-inner-2 .column.rb-large .ph {
    margin-left: -50px;
  }
}
#page-content.dept section.facilities-content .ph {
  margin-bottom: 10px;
}
#page-content.dept section.facilities-content p.caption {
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #page-content.dept section.facilities-content p.caption {
    font-size: 12px;
  }
}
#page-content.dept section.facilities-content p.caption::before {
  content: "▲";
  display: inline-block;
  padding-right: 10px;
}
#page-content.dept section.facilities-content p.desc {
  font-size: 14px;
}
@media (max-width: 700px) {
  #page-content.dept section.facilities-content p.desc {
    font-size: 12px;
  }
}
#page-content.dept .training-slider .slick-next,
#page-content.dept .training-slider .slick-prev {
  width: 30px;
  height: 30px;
}
#page-content.dept .training-slider .slick-next:before,
#page-content.dept .training-slider .slick-prev:before {
  font-size: 20px;
}
#page-content.dept .training-slider .slick-prev {
  left: 0px;
  z-index: 10;
}
#page-content.dept .training-slider .slick-next {
  right: 0px;
  z-index: 10;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept .training-slider-wrapper {
    display: block !important;
  }
  #page-content.dept .training-slider-wrapper .slick-slide img {
    width: 100%;
  }
}
#page-content.dept #training-content .ph-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept #training-content .ph-container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 700px) {
  #page-content.dept #training-content .ph-container {
    flex-direction: column-reverse;
  }
}
#page-content.dept #training-content .ph-container .ph {
  padding-left: 50px;
  width: 500px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept #training-content .ph-container .ph {
    display: none;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  #page-content.dept #training-content .ph-container .ph {
    padding: 0;
    width: 100%;
  }
}
#page-content.dept #training-content .type-block-container {
  flex: 1;
}
#page-content.dept #training-content .type-block-container .type-block {
  margin-bottom: 50px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept #training-content .type-block-container .type-block {
    margin-bottom: 20px;
    padding: 20px;
    background: beige;
    border: 1px solid #42210b;
  }
}
@media (max-width: 700px) {
  #page-content.dept #training-content .type-block-container .type-block {
    margin-bottom: 20px;
    padding: 20px;
    background: beige;
    border: 1px solid #42210b;
  }
}
#page-content.dept #training-content h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #42210b;
}
@media (max-width: 700px) {
  #page-content.dept #training-content h3 {
    margin-bottom: 10px;
    display: inline-block;
  }
}
#page-content.dept #training-content .type-name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
@media (max-width: 700px) {
  #page-content.dept #training-content .type-name {
    display: block;
  }
}
#page-content.dept #training-content .en {
  padding-left: 5px;
  padding-top: 6px;
}
@media (max-width: 700px) {
  #page-content.dept #training-content .en {
    display: inline-block;
  }
}
#page-content.dept #training-content .en img {
  height: 35px;
}
@media (max-width: 700px) {
  #page-content.dept #training-content .en img {
    height: 16px;
    width: auto;
  }
}
#page-content.dept #training-content h4 {
  font-weight: 900;
  color: #8dc21f;
  margin-bottom: 10px;
  font-size: 22px;
}
@media (max-width: 700px) {
  #page-content.dept #training-content h4 {
    font-size: 17px;
    line-height: 1.5;
  }
}
#page-content.dept h2.ribbon-title {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  #page-content.dept h2.ribbon-title {
    margin-bottom: 20px;
  }
}
#page-content.dept h2.ribbon-title img {
  max-width: 500px;
}
#page-content.dept section.staff-content .special-teachers {
  position: relative;
  border: 4px solid #6a3a0d;
  padding: 4px 3px 4px 3px;
}
#page-content.dept section.staff-content .special-teachers:before, #page-content.dept section.staff-content .special-teachers:after,
#page-content.dept section.staff-content .special-teachers .special-teachers-body:before,
#page-content.dept section.staff-content .special-teachers .special-teachers-body:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: white;
  background-image: url(../images/common/staff-border.svg);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 150px;
  z-index: 10;
}
#page-content.dept section.staff-content .special-teachers:before {
  background-position: top left;
  top: -4px;
  left: -4px;
}
#page-content.dept section.staff-content .special-teachers:after {
  background-position: top right;
  top: -4px;
  right: -4px;
}
#page-content.dept section.staff-content .special-teachers .special-teachers-body:before {
  background-position: bottom right;
  bottom: -4px;
  right: -4px;
}
#page-content.dept section.staff-content .special-teachers .special-teachers-body:after {
  background-position: bottom left;
  bottom: -4px;
  left: -4px;
}
#page-content.dept section.staff-content .special-teachers .special-teachers-body {
  padding: 50px;
  border: 2px solid #6a3a0d;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .special-teachers .special-teachers-body {
    padding: 30px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .special-teachers .special-teachers-body {
    padding: 30px;
  }
}
#page-content.dept section.staff-content .special-teachers h2 {
  display: inline-block;
}
#page-content.dept section.staff-content .special-teachers h3 {
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .special-teachers h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  #page-content.dept section.staff-content .special-teachers h3.ls0 {
    font-size: 17px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .special-teachers h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#page-content.dept section.staff-content .special-teachers h3 + p {
  margin-bottom: 30px;
}
#page-content.dept section.staff-content .special-teachers .columns {
  margin-bottom: 30px;
}
#page-content.dept section.staff-content .special-teachers .profile {
  padding-top: 20px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .special-teachers .profile .post {
    font-size: 11px;
  }
}
#page-content.dept section.staff-content .special-teachers .profile .name {
  font-size: 50px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .special-teachers .profile .name {
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .special-teachers .profile .name {
    font-size: 40px;
  }
}
#page-content.dept section.staff-content .special-teachers .profile .name span {
  padding-left: 5px;
  font-size: 0.8em;
}
#page-content.dept section.staff-content h2 {
  border-bottom: 3px solid #42210b;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content h2 {
    font-size: 20px;
  }
}
#page-content.dept section.staff-content h2:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: -6px;
  left: 0;
  z-index: 1;
  background-color: #42210b;
  position: absolute;
}
#page-content.dept section.staff-content h2.ribbon-title {
  border: none;
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content h2.ribbon-title {
    margin-bottom: 20px;
  }
}
#page-content.dept section.staff-content h2.ribbon-title:after {
  display: none;
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .advanced-teachers {
    padding: 0px;
  }
}
#page-content.dept section.staff-content .advanced-teachers .name-post {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #42210b;
  align-items: baseline;
  margin-bottom: 20px;
}
#page-content.dept section.staff-content .advanced-teachers .name-post .name {
  font-size: 35px;
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .advanced-teachers .name-post .name {
    font-size: 25px;
  }
}
#page-content.dept section.staff-content .advanced-teachers .name-post .post {
  text-align: right;
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .advanced-teachers .name-post .post {
    font-size: 14px;
  }
}
#page-content.dept section.staff-content .advanced-teachers .profile {
  padding-top: 20px;
}
#page-content.dept section.staff-content .advanced-teachers .profile h4 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .thumb-list {
    padding: 0px;
  }
}
#page-content.dept section.staff-content .thumb-list .column {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .thumb-list .column {
    padding: 20px;
    margin-bottom: 0px;
  }
  #page-content.dept section.staff-content .thumb-list .column.sp-hidden {
    display: none;
  }
}
#page-content.dept section.staff-content .thumb-list p.dept {
  display: block;
  padding: 3px 10px;
  position: relative;
  background: #42210b;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  height: 34px;
  font-size: 16px;
  font-weight: 600;
}
#page-content.dept section.staff-content .thumb-list p.dept:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 17px solid #42210b;
  border-bottom: 17px solid #42210b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#page-content.dept section.staff-content .thumb-list p.dept.chouri {
  background-color: #8dc21f;
}
#page-content.dept section.staff-content .thumb-list p.dept.chouri:after {
  border-top-color: #8dc21f;
  border-bottom-color: #8dc21f;
}
#page-content.dept section.staff-content .thumb-list p.dept.seika {
  background-color: #e86d73;
}
#page-content.dept section.staff-content .thumb-list p.dept.seika:after {
  border-top-color: #e86d73;
  border-bottom-color: #e86d73;
}
#page-content.dept section.staff-content .thumb-list .name {
  font-size: 35px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .thumb-list .name {
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .thumb-list .name {
    font-size: 25px;
  }
}
#page-content.dept section.staff-content .thumb-list .name2 {
  font-size: 25px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .thumb-list .name2 {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .thumb-list .name2 {
    font-size: 20px;
  }
}
#page-content.dept section.staff-content .thumb-list .post {
  font-weight: 700;
  font-size: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #42210b;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .thumb-list .post {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .thumb-list .post {
    font-size: 11px;
  }
}
#page-content.dept section.staff-content .thumb-list .post2 {
  font-size: 16px;
  line-height: 1.35;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .thumb-list .post2 {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .thumb-list .post2 {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .name-list {
    padding: 0px;
    margin-bottom: 50px;
  }
  #page-content.dept section.staff-content .name-list .column {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#page-content.dept section.staff-content .name-list h4 {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .name-list h4 {
    font-size: 15px;
  }
}
#page-content.dept section.staff-content .name-list .staff-line {
  margin-bottom: 15px;
}
#page-content.dept section.staff-content .name-list .name {
  font-size: 30px;
  line-height: 1.35;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .name-list .name {
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  #page-content.dept section.staff-content .name-list .name {
    font-size: 20px;
  }
}
#page-content.dept section.staff-content .name-list .post {
  line-height: 1.5;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.dept section.staff-content .name-list .post {
    font-size: 14px;
  }
}

/***********************************************************************
cooking 調理
**********************************************************************/
#page-content.cooking h1,
#page-content.culinary h1 {
  color: #8dc21f;
}
#page-content.cooking p.to-another,
#page-content.culinary p.to-another {
  border-bottom: 2px solid #e86d73;
}
#page-content.cooking #dept-inner-nav h2:after, #page-content.cooking #dept-inner-nav h2:hover:after,
#page-content.cooking #dept-inner-nav a:after,
#page-content.cooking #dept-inner-nav a:hover:after,
#page-content.culinary #dept-inner-nav h2:after,
#page-content.culinary #dept-inner-nav h2:hover:after,
#page-content.culinary #dept-inner-nav a:after,
#page-content.culinary #dept-inner-nav a:hover:after {
  background-color: #8dc21f;
}
#page-content.cooking section.intro h3,
#page-content.culinary section.intro h3 {
  color: #8dc21f;
}
#page-content.cooking section.year-class h3:after,
#page-content.culinary section.year-class h3:after {
  background-color: #8dc21f;
}
#page-content.cooking #juku ul,
#page-content.culinary #juku ul {
  margin-left: 25px;
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 700px) {
  #page-content.cooking #juku ul,
  #page-content.culinary #juku ul {
    margin-left: 20px;
  }
}
#page-content.cooking #juku ul li,
#page-content.culinary #juku ul li {
  list-style: disc;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.cooking #juku ul li,
  #page-content.culinary #juku ul li {
    padding-right: 20px;
  }
}
@media (max-width: 700px) {
  #page-content.cooking #juku ul li,
  #page-content.culinary #juku ul li {
    font-size: 12px;
  }
}
#page-content.cooking #two-year p.to-another,
#page-content.culinary #two-year p.to-another {
  border-bottom: 2px solid #5dbecf;
}
#page-content.cooking #one-year h3:after,
#page-content.culinary #one-year h3:after {
  background-color: #5dbecf;
}
#page-content.cooking #one-year p.to-another,
#page-content.culinary #one-year p.to-another {
  border-bottom: 2px solid #8dc21f;
}
#page-content.cooking #message-2nen .ph img,
#page-content.culinary #message-2nen .ph img {
  float: right;
  margin: 0px -50px 20px 40px;
  width: 25%;
}
@media (max-width: 700px) {
  #page-content.cooking #message-2nen .ph img,
  #page-content.culinary #message-2nen .ph img {
    float: none;
    margin: 0;
    width: 100%;
  }
}
#page-content.cooking #message-2nen h3,
#page-content.culinary #message-2nen h3 {
  padding-top: 100px;
  border-color: #8dc21f;
}
#page-content.cooking #message-2nen h3:after,
#page-content.culinary #message-2nen h3:after {
  background-color: #8dc21f;
}
@media (max-width: 700px) {
  #page-content.cooking #message-2nen h3,
  #page-content.culinary #message-2nen h3 {
    padding-top: 20px;
    font-size: 25px;
    flex-direction: column;
  }
  #page-content.cooking #message-2nen h3 img,
  #page-content.culinary #message-2nen h3 img {
    margin-top: 10px;
  }
}
#page-content.cooking #message-1nen,
#page-content.culinary #message-1nen {
  padding-top: 100px;
}
@media (max-width: 700px) {
  #page-content.cooking #message-1nen,
  #page-content.culinary #message-1nen {
    padding-top: 20px;
  }
}
#page-content.cooking #message-1nen .ph img,
#page-content.culinary #message-1nen .ph img {
  float: left;
  margin: -80px 40px 20px -50px;
  width: 25%;
}
@media (max-width: 700px) {
  #page-content.cooking #message-1nen .ph img,
  #page-content.culinary #message-1nen .ph img {
    float: none;
    margin: 0;
    width: 100%;
  }
}
#page-content.cooking #message-1nen h3,
#page-content.culinary #message-1nen h3 {
  border-color: #5dbecf;
}
#page-content.cooking #message-1nen h3:after,
#page-content.culinary #message-1nen h3:after {
  left: auto;
  right: -50%;
  background-color: #5dbecf;
}
@media (max-width: 700px) {
  #page-content.cooking #message-1nen h3,
  #page-content.culinary #message-1nen h3 {
    padding-top: 20px;
    font-size: 25px;
    flex-direction: column;
  }
  #page-content.cooking #message-1nen h3 img,
  #page-content.culinary #message-1nen h3 img {
    margin-top: 10px;
  }
}
#page-content.cooking section.facilities-content p.caption,
#page-content.culinary section.facilities-content p.caption {
  display: inline-block;
}
#page-content.cooking section.facilities-content p.caption::before,
#page-content.culinary section.facilities-content p.caption::before {
  color: #8dc21f;
}
#page-content.cooking section.facilities-content .facilities-content-inner-2 h3,
#page-content.culinary section.facilities-content .facilities-content-inner-2 h3 {
  color: #8dc21f;
  position: absolute;
  top: 15px;
  left: calc(50% + 20px);
  z-index: 10;
}
@media (max-width: 700px) {
  #page-content.cooking section.facilities-content .facilities-content-inner-2 h3,
  #page-content.culinary section.facilities-content .facilities-content-inner-2 h3 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  #page-content.cooking section.facilities-content .mt-100,
  #page-content.culinary section.facilities-content .mt-100 {
    margin-top: -100px;
  }
  #page-content.cooking section.facilities-content .mt-50,
  #page-content.culinary section.facilities-content .mt-50 {
    margin-top: -50px;
  }
}
#page-content.cooking section.staff-content .name-post .post,
#page-content.culinary section.staff-content .name-post .post {
  color: #8dc21f;
}
#page-content.cooking section.staff-content .name-list h4,
#page-content.culinary section.staff-content .name-list h4 {
  color: #8dc21f;
}

/***********************************************************************
confectionery 製菓
**********************************************************************/
#page-content.confectionery h1 {
  color: #e86d73;
}
#page-content.confectionery p.to-another {
  border-bottom: 2px solid #8dc21f;
}
#page-content.confectionery #dept-inner-nav h2:after, #page-content.confectionery #dept-inner-nav h2:hover:after,
#page-content.confectionery #dept-inner-nav a:after,
#page-content.confectionery #dept-inner-nav a:hover:after {
  background-color: #e86d73;
}
#page-content.confectionery .bomb {
  background: url(../images/confectionery/bomb.svg) no-repeat center center;
}
#page-content.confectionery section.intro h3 {
  color: #e86d73;
}
#page-content.confectionery section.year-class h3:after {
  background-color: #e86d73;
}
#page-content.confectionery section.year-class h5.md-schedule {
  width: 10vw;
  font-size: 1.8vw;
}
@media (max-width: 1400px) {
  #page-content.confectionery section.year-class h5.md-schedule {
    margin-bottom: -30px;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.confectionery section.year-class h5.md-schedule {
    margin-bottom: -22px;
  }
}
#page-content.confectionery section.year-class .schedule {
  margin-bottom: 30px;
}
#page-content.confectionery .column-scoop {
  background: url(../images/confectionery/scoop-1.png), url(../images/confectionery/scoop-2.png), url(../images/confectionery/scoop-3.png), url(../images/confectionery/scoop-4.png);
  background-position: top left, top right, bottom right, bottom left;
  background-size: 90% 70%;
  background-repeat: no-repeat;
  padding: 30px 150px 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 700px) {
  #page-content.confectionery .column-scoop {
    background: #F5BCB7;
    padding: 20px 30px;
  }
}
#page-content.confectionery .column-scoop:before, #page-content.confectionery .column-scoop:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 80%;
  background: url(../images/common/md-beige-cloth.svg) repeat-y 0 0;
  top: 10%;
  z-index: 10;
}
@media (max-width: 700px) {
  #page-content.confectionery .column-scoop:before, #page-content.confectionery .column-scoop:after {
    display: none;
  }
}
#page-content.confectionery .column-scoop:before {
  left: 40px;
}
#page-content.confectionery .column-scoop:after {
  right: 40px;
}
#page-content.confectionery .column-scoop h4 {
  font-weight: 300 !important;
  font-size: 33px !important;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.confectionery .column-scoop h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 700px) {
  #page-content.confectionery .column-scoop h4 {
    font-size: 17px !important;
    margin-bottom: 0 !important;
  }
}
#page-content.confectionery .column-scoop h5 {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  display: inline-block;
  z-index: 10;
  color: #42210b;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  #page-content.confectionery .column-scoop h5 {
    font-size: 17px;
  }
}
#page-content.confectionery .column-scoop h5:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #fbc600;
  bottom: 6px;
  left: 0;
  z-index: -1;
}
@media (max-width: 700px) {
  #page-content.confectionery .column-scoop h5:after {
    bottom: 0;
  }
}
#page-content.confectionery .column-scoop p.goukakuritsu {
  font-weight: 700;
  font-size: 25px;
  position: relative;
  display: inline-block;
  z-index: 10;
}
@media (max-width: 700px) {
  #page-content.confectionery .column-scoop p.goukakuritsu {
    font-size: 17px;
  }
}
#page-content.confectionery .column-scoop p.goukakuritsu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #fff;
  bottom: 15px;
  left: 0;
  z-index: -1;
}
#page-content.confectionery .column-scoop p.goukakuritsu strong {
  font-size: 2em;
  color: red;
}
#page-content.confectionery .column-scoop p.goukakuritsu strong span {
  font-size: 0.5em;
}
#page-content.confectionery #goukakuritsu .column-scoop {
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.confectionery #goukakuritsu .column-scoop h4 {
    font-size: 20px !important;
  }
  #page-content.confectionery #goukakuritsu .column-scoop h5 {
    font-size: 25px !important;
  }
}
@media (max-width: 700px) {
  #page-content.confectionery #goukakuritsu .column-scoop {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#page-content.confectionery #goukakuritsu .text-pane {
  flex-basis: calc(100% - 500px);
}
@media (max-width: 700px) {
  #page-content.confectionery #goukakuritsu .text-pane {
    flex-basis: 100%;
  }
}
#page-content.confectionery #goukakuritsu .scroll-box {
  padding-bottom: 0;
  overflow-x: none;
}
#page-content.confectionery table.goukakuritsu-tbl {
  border: none;
}
@media (max-width: 700px) {
  #page-content.confectionery table.goukakuritsu-tbl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
#page-content.confectionery table.goukakuritsu-tbl th,
#page-content.confectionery table.goukakuritsu-tbl td {
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  z-index: 10;
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 700px) {
  #page-content.confectionery table.goukakuritsu-tbl th,
  #page-content.confectionery table.goukakuritsu-tbl td {
    font-size: 17px;
    text-align: center;
    display: block;
  }
}
#page-content.confectionery table.goukakuritsu-tbl th strong,
#page-content.confectionery table.goukakuritsu-tbl td strong {
  font-size: 2em;
  color: black;
}
#page-content.confectionery table.goukakuritsu-tbl th strong span,
#page-content.confectionery table.goukakuritsu-tbl td strong span {
  font-size: 0.5em;
}
#page-content.confectionery table.goukakuritsu-tbl th {
  text-align: left;
  padding-right: 10px;
}
#page-content.confectionery #message-2nen .ph img {
  float: right;
  margin: 0px -50px 20px 40px;
  width: 25%;
}
@media (max-width: 700px) {
  #page-content.confectionery #message-2nen .ph img {
    float: none;
    margin: 0;
    width: 100%;
  }
}
#page-content.confectionery #message-2nen h3 {
  padding-top: 100px;
  border-color: #e86d73;
}
#page-content.confectionery #message-2nen h3:after {
  background-color: #e86d73;
}
@media (max-width: 700px) {
  #page-content.confectionery #message-2nen h3 {
    padding-top: 20px;
    font-size: 25px;
    flex-direction: column;
  }
  #page-content.confectionery #message-2nen h3 img {
    margin-top: 10px;
  }
}
#page-content.confectionery #training-content h4 {
  color: #e86d73;
}
#page-content.confectionery section.facilities-content p.caption {
  display: inline-block;
}
#page-content.confectionery section.facilities-content p.caption::before {
  color: #e86d73;
}
#page-content.confectionery section.facilities-content .facilities-content-inner-2 h3 {
  color: #e86d73;
  position: absolute;
  top: 15px;
  left: calc(50% + 20px);
  z-index: 10;
}
@media (max-width: 700px) {
  #page-content.confectionery section.facilities-content .facilities-content-inner-2 h3 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  #page-content.confectionery section.facilities-content .mt-100 {
    margin-top: -100px;
  }
  #page-content.confectionery section.facilities-content .mt-50 {
    margin-top: -50px;
  }
}
#page-content.confectionery section.staff-content .name-post .post {
  color: #e86d73;
}
#page-content.confectionery section.staff-content .name-list h4 {
  color: #e86d73;
}
#page-content.confectionery table th {
  width: 200px;
  text-align: left;
}
@media (max-width: 700px) {
  #page-content.confectionery table th {
    width: auto;
  }
}
#page-content.confectionery p.notice-pamphlet {
  border: 1px solid #e86d73;
  color: #e86d73;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.confectionery p.notice-pamphlet {
    font-size: 17px;
  }
}

/***********************************************************************
entrance 入学案内
**********************************************************************/
#page-content.entrance .common-page h2 {
  border-bottom: 5px solid #42210b;
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 1em;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.entrance .common-page h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
}
#page-content.entrance .common-page h2:before {
  content: "";
  display: block;
  margin-right: 10px;
  background: url(../images/common/menu-ic-youkou.svg) no-repeat center center/contain;
  width: 45px;
  height: 45px;
  vertical-align: text-bottom;
  position: absolute;
  left: 0;
  bottom: 8px;
}
@media (max-width: 700px) {
  #page-content.entrance .common-page h2:before {
    bottom: 5px;
  }
}
#page-content.entrance .common-page h2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #42210b;
}
#page-content.entrance .common-page h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#page-content.entrance .common-page h3.side-parlen {
  font-size: 25px;
}
#page-content.entrance .common-page p {
  margin-bottom: 1em;
}
#page-content.entrance p.simulator-lead {
  text-align: center;
  color: #ed7848;
  font-size: 20px;
  margin-bottom: 0;
}
#page-content.entrance.expenses-support h2:before {
  background: url(../images/common/menu-ic-gakuhi.svg) no-repeat center center/contain;
}
#page-content.entrance.international-students h2:before {
  background: url(../images/common/menu-ic-ryugakusei.svg) no-repeat center center/contain;
}
#page-content.entrance.by-myself h2:before {
  background: url(../images/common/menu-ic-hitorigurashi.svg) no-repeat center center/contain;
}
#page-content.entrance.faq h2:before {
  background: url(../images/common/menu-ic-faq.svg) no-repeat center center/contain;
}
#page-content.entrance #page-header-wrapper p {
  margin-bottom: 30px;
}
#page-content.entrance #page-header-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  #page-content.entrance #page-header-wrapper .column {
    padding: 0.35rem 0.75rem;
  }
}
#page-content.entrance #page-header-wrapper .more-btn a {
  text-align: left;
  padding: 15px 70px 15px 30px;
}
@media (max-width: 700px) {
  #page-content.entrance #page-header-wrapper .more-btn a {
    padding: 10px 70px 10px 30px;
    line-height: 1.35;
  }
}
#page-content.entrance table.entrance-flow {
  border-left: none;
  border-right: none;
}
@media (max-width: 700px) {
  #page-content.entrance table.entrance-flow tr:first-child th,
  #page-content.entrance table.entrance-flow tr:first-child td {
    border-top: none;
  }
}
#page-content.entrance table.entrance-flow th,
#page-content.entrance table.entrance-flow td {
  border-left: none;
  border-right: none;
  padding: 15px;
}
@media (max-width: 700px) {
  #page-content.entrance table.entrance-flow th,
  #page-content.entrance table.entrance-flow td {
    white-space: nowrap;
    white-space: normal;
    display: block;
    text-align: center;
  }
}
@media (max-width: 700px) {
  #page-content.entrance table.entrance-flow td.info {
    text-align: left;
  }
}
#page-content.entrance table.entrance-flow th {
  background: none;
  text-align: left;
}
#page-content.entrance table.entrance-flow th .flow-header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 700px) {
  #page-content.entrance table.entrance-flow th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#page-content.entrance table.entrance-flow th p.num {
  font-size: 35px;
  display: inline-block;
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid #42210b;
  text-align: center;
  margin-bottom: 0;
}
#page-content.entrance table.entrance-flow h3 {
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 15px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  #page-content.entrance table.entrance-flow h3 {
    font-size: 16px;
    margin-left: 10px;
  }
}
#page-content.entrance table.entrance-flow h3 span {
  font-weight: 300;
}
#page-content.entrance table.entrance-flow ul {
  -moz-column-count: 2;
       column-count: 2;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  #page-content.entrance table.entrance-flow ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#page-content.entrance #foreign-voice h3 {
  margin-bottom: 0;
}
#page-content.entrance #foreign-voice h3 span {
  font-weight: 300;
  font-size: 0.8em;
}
#page-content.entrance h4.poplike {
  margin-bottom: 10px;
}
#page-content.entrance h4.poplike img {
  max-width: 400px;
}
#page-content.entrance #ryoinfo .columns.is-variable > .column {
  padding-top: var(--columnGap);
}
#page-content.entrance #danshiryo .student-voice,
#page-content.entrance #joshiryo .student-voice {
  border: 3px solid #42210b;
  padding: 30px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 700px) {
  #page-content.entrance #danshiryo .student-voice,
  #page-content.entrance #joshiryo .student-voice {
    padding: 25px;
  }
}
#page-content.entrance #danshiryo .student-voice span.en-txt,
#page-content.entrance #joshiryo .student-voice span.en-txt {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 200px;
  height: 50px;
  background: url(../images/cooking/txt-voice.svg) no-repeat top left/contain;
}
@media (max-width: 700px) {
  #page-content.entrance #danshiryo .student-voice span.en-txt,
  #page-content.entrance #joshiryo .student-voice span.en-txt {
    width: 100px;
    height: 25px;
  }
}
#page-content.entrance #danshiryo .student-voice:before,
#page-content.entrance #joshiryo .student-voice:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#page-content.entrance #danshiryo .student-voice:after,
#page-content.entrance #joshiryo .student-voice:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #42210b;
  z-index: 1;
}
#page-content.entrance #danshiryo .student-voice h4,
#page-content.entrance #joshiryo .student-voice h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #page-content.entrance #danshiryo .student-voice h4,
  #page-content.entrance #joshiryo .student-voice h4 {
    font-size: 19px;
  }
}
#page-content.entrance #danshiryo .student-voice p,
#page-content.entrance #joshiryo .student-voice p {
  margin-bottom: 0;
}
#page-content.entrance #danshiryo .student-voice {
  border: 3px solid #5dc1d2;
}
#page-content.entrance #danshiryo .student-voice:after {
  border-top-color: #5dc1d2;
}
#page-content.entrance #danshiryo table th {
  background-color: #edf5f7;
}
#page-content.entrance #joshiryo .student-voice {
  border: 3px solid #eb6d73;
}
#page-content.entrance #joshiryo .student-voice:after {
  border-top-color: #eb6d73;
}
#page-content.entrance #joshiryo table th {
  background-color: #fae9e7;
}
#page-content.entrance .danshiryo-slide,
#page-content.entrance .joshiryo-slide {
  padding: 20px 10% 0px;
  background: #333;
}
#page-content.entrance .danshiryo-slide .slick-next,
#page-content.entrance .joshiryo-slide .slick-next {
  right: 20px;
}
#page-content.entrance .danshiryo-slide .slick-prev,
#page-content.entrance .joshiryo-slide .slick-prev {
  left: 20px;
}
@media (max-width: 700px) {
  #page-content.entrance .danshiryo-slide .slick-next,
  #page-content.entrance .joshiryo-slide .slick-next {
    right: -20px;
  }
  #page-content.entrance .danshiryo-slide .slick-prev,
  #page-content.entrance .joshiryo-slide .slick-prev {
    left: -20px;
  }
}
#page-content.entrance .danshiryo-slide .slick-slide img,
#page-content.entrance .joshiryo-slide .slick-slide img {
  max-width: none;
  width: 100%;
  height: auto;
}
#page-content.entrance .danshiryo-slide-nav,
#page-content.entrance .joshiryo-slide-nav {
  background-color: #333;
  padding: 20px 0;
  margin-bottom: 30px;
}
#page-content.entrance .danshiryo-slide-nav .slick-slide,
#page-content.entrance .joshiryo-slide-nav .slick-slide {
  margin: 5px;
}
#page-content.entrance #faqlist .faq-container {
  padding-left: 100px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container {
    padding-left: 60px;
  }
  #page-content.entrance #faqlist .faq-container:nth-child(6) img {
    width: 60%;
  }
}
#page-content.entrance #faqlist .faq-container .more-btn.square {
  margin-left: -100px;
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container .more-btn.square {
    margin-left: -60px;
  }
}
#page-content.entrance #faqlist .faq-container .thumb {
  width: 300px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 10;
  text-align: center;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.entrance #faqlist .faq-container .thumb {
    width: 200px;
    top: 70px;
  }
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container .thumb {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
    width: auto;
  }
}
#page-content.entrance #faqlist .faq-container .question {
  font-size: 30px;
  font-weight: 900;
  position: relative;
  z-index: 5;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #42210b;
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container .question {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
#page-content.entrance #faqlist .faq-container .question span {
  font-family: "Lexend Exa";
  font-weight: 500;
  color: #fbc600;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
  transform: translateX(-100%);
  display: block;
  font-size: 1.5em;
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container .question span {
    bottom: -19px;
  }
}
#page-content.entrance #faqlist .faq-container .question:after {
  content: "";
  background-color: #fbc600;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container .question:after {
    height: 5px;
    bottom: -10px;
  }
}
#page-content.entrance #faqlist .faq-container .answer {
  margin-left: 50px;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
  color: #42210b;
  line-height: 1.35;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.entrance #faqlist .faq-container .answer {
    font-size: 23px;
  }
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container .answer {
    margin-left: 0px;
    font-size: 16px;
    line-height: 1.35;
  }
}
#page-content.entrance #faqlist .faq-container .answer span {
  font-family: "Lexend Exa";
  font-weight: 500;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: -1;
  transform: translateX(-100%);
  display: block;
  font-size: 1.2em;
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container .answer span {
    top: -2px;
  }
}
#page-content.entrance #faqlist .faq-container .desc-wrapper {
  padding-left: 50px;
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container .desc-wrapper {
    padding-left: 0;
  }
}
#page-content.entrance #faqlist .faq-container .desc-wrapper table {
  width: auto;
  border: none;
}
#page-content.entrance #faqlist .faq-container .desc-wrapper table td {
  border: none;
}
#page-content.entrance #faqlist .faq-container.with-thumb {
  min-height: 300px;
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container.with-thumb {
    min-height: 0;
  }
}
#page-content.entrance #faqlist .faq-container.with-thumb .answer,
#page-content.entrance #faqlist .faq-container.with-thumb .desc {
  padding-right: 370px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.entrance #faqlist .faq-container.with-thumb .answer,
  #page-content.entrance #faqlist .faq-container.with-thumb .desc {
    padding-right: 250px;
  }
}
@media (max-width: 700px) {
  #page-content.entrance #faqlist .faq-container.with-thumb .answer,
  #page-content.entrance #faqlist .faq-container.with-thumb .desc {
    padding-right: 0;
  }
}

/***********************************************************************
about 本校について
**********************************************************************/
#page-content.about h2:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(../images/common/menu-ic-honkou.svg) no-repeat center center/contain;
  width: 45px;
  height: 45px;
  vertical-align: text-bottom;
}
#page-content.about #kengakurinen {
  padding: 50px 0;
  background: url(../images/common/back_nuno.jpg);
}
#page-content.about #kengakurinen .columns {
  align-items: center;
}
@media (max-width: 700px) {
  #page-content.about #kengakurinen .columns img {
    width: 50%;
    height: auto;
  }
}
#page-content.about #kengakurinen h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #42210b;
  text-align: left;
}
#page-content.about #kengakurinen p.catch {
  font-size: 35px;
  color: #42210b;
  padding-top: 10px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.about #kengakurinen p.catch {
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  #page-content.about #kengakurinen p.catch {
    font-size: 20px;
  }
}
#page-content.about #kengakurinen p.catch + p {
  max-width: 600px;
}
@media (max-width: 700px) {
  #page-content.about #kengakurinen p.catch + p {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  #page-content.about #presidents {
    padding: 20px 30px;
  }
}
#page-content.about #presidents h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #42210b;
}
@media (max-width: 700px) {
  #page-content.about #presidents h3 {
    font-size: 18px;
  }
}
#page-content.about #presidents p.name {
  font-size: 25px;
  padding-top: 5px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.about #presidents p.name {
    font-size: 18px;
  }
}
#page-content.about #presidents p.name span {
  font-size: 12px;
  padding-right: 10px;
  vertical-align: middle;
}
#page-content.about #enkaku .enkaku-wrapper {
  position: relative;
}
#page-content.about #enkaku .enkaku-ph {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 10;
  width: 250px;
}
@media (max-width: 700px) {
  #page-content.about #enkaku .enkaku-ph {
    position: relative;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}
#page-content.about #enkaku table {
  border-left: none;
  border-right: none;
  border-top: none;
}
#page-content.about #enkaku table th,
#page-content.about #enkaku table td {
  border-left: none;
  border-right: none;
}
#page-content.about #enkaku table th:first-child,
#page-content.about #enkaku table td:first-child {
  border-top: none;
}
#page-content.about #enkaku table tr:first-child th,
#page-content.about #enkaku table tr:first-child td {
  border-top: none;
}
#page-content.about #disclosure {
  /*
  .acc-box{
      padding-left: 30px;
  }*/
}
#page-content.about #disclosure ul {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  #page-content.about #disclosure ul {
    margin: 0;
  }
}
#page-content.about #disclosure ul li {
  list-style: none;
  padding: 10px;
}
@media (max-width: 700px) {
  #page-content.about #disclosure ul li {
    padding: 5px 0;
  }
}
#page-content.about #disclosure ul ul {
  margin-left: 20px;
}
#page-content.about #disclosure .acc-wrapper {
  padding: 10px 15px;
  background-color: #eee;
  margin-left: 70px;
}
#page-content.about #disclosure .acc-wrapper > a {
  display: inline-block;
  font-size: 13px;
  padding: 5px 30px 6px 10px;
  border-radius: 3px;
  position: relative;
  color: white;
  background-color: rgba(66, 33, 11, 0.5);
  line-height: 1;
}
#page-content.about #disclosure .acc-wrapper > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  position: absolute;
  right: 10px;
  width: auto;
  height: auto;
  transition: 0.5s;
  font-weight: bold;
}
#page-content.about #disclosure .acc-wrapper > a.is-open:after {
  content: "\f068";
}
#page-content.about #disclosure .acc-wrapper .acc-box {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
#page-content.about #disclosure .acc-wrapper .acc-box.is-open {
  max-height: 500px;
}
#page-content.about #teachers p {
  margin: 0;
  line-height: 1.35;
}
#page-content.about #teachers .name {
  font-size: 25px;
  line-height: 1.35;
}
@media (max-width: 700px) {
  #page-content.about #teachers .name {
    font-size: 20px;
  }
}
#page-content.about #teachers .dept {
  line-height: 1.5;
}
#page-content.about .access-column {
  background-color: #fff4de;
  border: 1px solid #42210b;
  padding: 20px 40px 30px;
  margin-top: 10px;
}
@media (max-width: 700px) {
  #page-content.about .access-column {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#page-content.about .access-column ul {
  margin: 0;
}
#page-content.about .access-column ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  font-weight: 700;
  padding-left: 1.2em;
  position: relative;
  list-style: none;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.about .access-column ul li {
    font-size: 15px;
  }
}
#page-content.about .access-column ul li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #42210b;
}

/***********************************************************************
campuslife キャンパスライフ
**********************************************************************/
#page-content.campus #life-header .life-title {
  text-align: center;
}
#page-content.campus #life-header .life-title img {
  max-width: 50%;
}
@media (max-width: 700px) {
  #page-content.campus #life-header #life-inner-nav {
    margin: 0 20px;
  }
}
#page-content.campus #life-header #life-inner-nav li {
  z-index: 5;
  padding: 20px;
  position: relative;
}
@media (max-width: 700px) {
  #page-content.campus #life-header #life-inner-nav li {
    padding: 0 5px;
  }
}
#page-content.campus #life-header #life-inner-nav li:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FDF5E0;
  border-radius: 100px;
}
@media (max-width: 700px) {
  #page-content.campus #life-header #life-inner-nav li:after {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.campus #life-header #life-inner-nav li:after {
    width: 150px;
    height: 150px;
  }
}
#page-content.campus #life-header #life-inner-nav li a {
  display: block;
  padding-top: 140px;
  width: 200px;
  text-align: center;
  color: #42210b;
  opacity: 0.7;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 700px) {
  #page-content.campus #life-header #life-inner-nav li a {
    width: 80px;
    font-size: 11px;
    padding-top: 70px;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.campus #life-header #life-inner-nav li a {
    width: 150px;
    font-size: 15px;
  }
}
#page-content.campus #life-header #life-inner-nav li a.current, #page-content.campus #life-header #life-inner-nav li a:hover {
  opacity: 1;
}
#page-content.campus #life-header #life-inner-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}
@media (max-width: 700px) {
  #page-content.campus #life-header #life-inner-nav li a:before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.campus #life-header #life-inner-nav li a:before {
    width: 80px;
    height: 80px;
  }
}
#page-content.campus #life-header #life-inner-nav li a.events:before {
  background: url(../images/common/menu-ic-nenkangyoji.svg) no-repeat center center/contain;
}
#page-content.campus #life-header #life-inner-nav li a.day:before {
  background: url(../images/common/menu-ic-oneday.svg) no-repeat center center/contain;
}
#page-content.campus #life-header #life-inner-nav li a.trip:before {
  background: url(../images/common/menu-ic-kenshuryokyo.svg) no-repeat center center/contain;
}
#page-content.campus #life-header #life-inner-nav li a.exhibition:before {
  background: url(../images/common/menu-ic-sotsuten.svg) no-repeat center center/contain;
}
#page-content.campus #schedule {
  margin-bottom: 100px;
}
@media (max-width: 700px) {
  #page-content.campus #schedule {
    margin-bottom: 0;
  }
}
#page-content.campus #schedule h2 {
  margin-bottom: 20px;
}
#page-content.campus #schedule h3 {
  background-color: #fff;
  border: 3px solid #42210b;
  border-radius: 20px;
  padding: 0px;
  width: 150px;
  height: 150px;
  margin: auto;
}
@media (max-width: 700px) {
  #page-content.campus #schedule h3 {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0 0 20px -50px;
  }
}
#page-content.campus #schedule .container {
  max-width: 1000px;
}
#page-content.campus #schedule .event-month {
  position: relative;
  background-color: #FDF5E0;
  padding: 30px 0;
}
#page-content.campus #schedule .event-month:nth-child(odd) {
  background-color: #e7ddd2;
}
#page-content.campus #schedule .event-month:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  border-left: 3px dotted #42210b;
  z-index: 1;
}
@media (max-width: 700px) {
  #page-content.campus #schedule .event-month:after {
    left: 40px;
  }
}
#page-content.campus #schedule .event-month h4 {
  margin-bottom: 10px;
  display: none !important;
}
@media (max-width: 700px) {
  #page-content.campus #schedule .event-month h4 {
    display: block !important;
    margin-bottom: 10px !important;
  }
}
#page-content.campus #schedule .event-month .columns {
  position: relative;
  align-items: center;
  z-index: 2;
}
@media (max-width: 700px) {
  #page-content.campus #schedule .event-month .columns .column {
    padding: 0 20px 0 50px !important;
  }
}
#page-content.campus #schedule .event-month .columns .column:nth-child(2) {
  order: -1;
}
@media (max-width: 700px) {
  #page-content.campus #schedule .event-month .columns .column .ph {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 10px;
  }
}
#page-content.campus #schedule .event-month .columns .column .ph img {
  border: 3px solid #42210b;
  box-shadow: 10px 10px 0px #936e47;
}
#page-content.campus #schedule .event-month .columns .column ul {
  font-weight: 600;
  margin-left: 0px;
  margin-bottom: 0;
}
#page-content.campus #schedule .event-month .columns .column ul li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
}
#page-content.campus #schedule .event-month .columns .column ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #42210b;
}
#page-content.campus #schedule .event-month .columns .column ul li sup {
  vertical-align: top;
}
#page-content.campus #schedule .event-month .columns .column ul + .ph {
  padding-top: 20px;
}
@media (max-width: 700px) {
  #page-content.campus #schedule .event-month .columns .column ul + .ph {
    padding-top: 10px;
  }
}
#page-content.campus #schedule .event-month .cat-ribbon {
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  background: #42210b;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 34px;
  font-size: 16px;
  font-weight: 600;
}
#page-content.campus #schedule .event-month .cat-ribbon:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 17px solid #42210b;
  border-bottom: 17px solid #42210b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#page-content.campus #schedule .event-month .cat-ribbon.cat-chouri {
  background-color: #8dc21f;
}
#page-content.campus #schedule .event-month .cat-ribbon.cat-chouri:after {
  border-top-color: #8dc21f;
  border-bottom-color: #8dc21f;
}
#page-content.campus #schedule .event-month .cat-ribbon.cat-chouri2 {
  background-color: #5dbecf;
}
#page-content.campus #schedule .event-month .cat-ribbon.cat-chouri2:after {
  border-top-color: #5dbecf;
  border-bottom-color: #5dbecf;
}
#page-content.campus #schedule .event-month .cat-ribbon.cat-seika {
  background-color: #e86d73;
}
#page-content.campus #schedule .event-month .cat-ribbon.cat-seika:after {
  border-top-color: #e86d73;
  border-bottom-color: #e86d73;
}
@media screen and (min-width: 768px) {
  #page-content.campus #schedule #april h4 {
    display: block !important;
    text-align: center;
    background: url(../images/campuslife/bg-schedul-grade.svg) no-repeat top center/contain;
    font-size: 20px;
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    padding-bottom: 5px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #page-content.campus #schedule #april h4:after {
    display: none;
  }
  #page-content.campus #schedule #april .column:nth-child(2) h4 {
    transform: translateX(-300px);
  }
  #page-content.campus #schedule #april .column:nth-child(3) h4 {
    transform: translateX(300px);
  }
  #page-content.campus #schedule #april .ph {
    margin-bottom: -150px;
  }
  #page-content.campus #schedule #may .column:nth-child(2) {
    padding-top: 100px !important;
  }
  #page-content.campus #schedule #may .column:nth-child(2) .ph {
    margin-bottom: -100px;
  }
  #page-content.campus #schedule #may .column:nth-child(3) .ph {
    margin: -100px 0;
  }
  #page-content.campus #schedule #june .column:nth-child(2) {
    padding-top: 70px !important;
  }
  #page-content.campus #schedule #june .column:nth-child(2) .ph {
    margin-bottom: -100px;
  }
  #page-content.campus #schedule #august .column:nth-child(3) .ph {
    margin-bottom: 20px;
  }
  #page-content.campus #schedule #october .column:nth-child(2) .ph {
    margin-bottom: -50px;
  }
  #page-content.campus #schedule #december .column:nth-child(3) .ph {
    margin-bottom: -100px;
  }
  #page-content.campus #schedule #january .column:nth-child(2) .ph {
    margin-bottom: -100px;
  }
  #page-content.campus #schedule #march .column:nth-child(3) .ph {
    margin-bottom: -150px;
  }
}
#page-content.campus #schedule span.holiday {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 50px;
  background: #936e47;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  z-index: 10;
}
#page-content.campus .sakuhin-list .container {
  max-width: 1100px;
}
#page-content.campus .sakuhin-list .sakuhin-list-header {
  text-align: center;
  margin-bottom: 30px;
}
#page-content.campus .sakuhin-list h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  display: inline-block;
  position: relative;
}
#page-content.campus .sakuhin-list h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10px;
  left: 0;
  background-color: #fbc600;
  z-index: -1;
}
#page-content.campus .sakuhin-list .primary-list h3 {
  position: relative;
  background: url(../images/campuslife/exhibition/sakuhinten-ribbon-large.svg) no-repeat center right/cover;
  padding: 10px;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .primary-list h3 {
    font-size: 16px;
  }
}
#page-content.campus .sakuhin-list .primary-list h3 span.badge {
  width: 150px;
  height: 150px;
  background: url(../images/campuslife/exhibition/sakuhinten-badge.svg) no-repeat center center/contain;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  padding: 50px 0;
  line-height: 1.35;
  display: block;
  position: absolute;
  top: -40px;
  left: -30px;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .primary-list h3 span.badge {
    width: 100px;
    height: 100px;
    font-size: 13px;
    padding: 34px 0;
    top: -26px;
    left: -15px;
  }
}
#page-content.campus .sakuhin-list .primary-list .sakuhin {
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .primary-list .sakuhin {
    margin-bottom: 30px;
  }
}
#page-content.campus .sakuhin-list .primary-list .sakuhin.ph-tate .ph img {
  max-width: 600px;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .primary-list .sakuhin.ph-tate .ph img {
    max-width: 200px;
  }
}
#page-content.campus .sakuhin-list .primary-list .sakuhin h4 {
  margin-bottom: 0px;
  position: relative;
  text-align: center;
  color: #42210b;
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  display: flex;
  justify-content: space-between;
  white-space: nowrap !important;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.campus .sakuhin-list .primary-list .sakuhin h4 {
    text-align: left;
    white-space: normal !important;
  }
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .primary-list .sakuhin h4 {
    text-align: left;
    font-size: 16px;
    white-space: normal !important;
  }
}
#page-content.campus .sakuhin-list .primary-list .sakuhin h4:before, #page-content.campus .sakuhin-list .primary-list .sakuhin h4:after {
  border-top: 3px solid #42210b;
  content: "";
  height: 0;
  margin: auto;
  width: 100%;
  position: relative !important;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.campus .sakuhin-list .primary-list .sakuhin h4:before, #page-content.campus .sakuhin-list .primary-list .sakuhin h4:after {
    display: none;
  }
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .primary-list .sakuhin h4:before, #page-content.campus .sakuhin-list .primary-list .sakuhin h4:after {
    display: none;
  }
}
#page-content.campus .sakuhin-list .primary-list .sakuhin h4:before {
  margin-right: 10px;
}
#page-content.campus .sakuhin-list .primary-list .sakuhin h4:after {
  margin-left: 10px;
}
#page-content.campus .sakuhin-list .primary-list .sakuhin p.name {
  font-size: 40px;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .primary-list .sakuhin p.name {
    font-size: 28px;
  }
}
#page-content.campus .sakuhin-list .primary-list .sakuhin p.dept {
  margin-bottom: 10px;
}
#page-content.campus .sakuhin-list .secondary-list h3 {
  position: relative;
  background: url(../images/campuslife/exhibition/sakuhinten-ribbon-small.svg) no-repeat center right/cover;
  padding: 5px 30px 5px 15px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap !important;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .secondary-list h3 {
    font-size: 14px;
  }
}
#page-content.campus .sakuhin-list .secondary-list h3:before, #page-content.campus .sakuhin-list .secondary-list h3:after {
  border: none;
  content: "";
  height: 10px;
  margin: auto;
  width: 100%;
  position: relative !important;
  background: url(../images/campuslife/exhibition/sakuhinten-ribbon-side.svg) no-repeat center center/cover;
}
#page-content.campus .sakuhin-list .secondary-list h3:before {
  margin-right: 10px;
}
#page-content.campus .sakuhin-list .secondary-list h3:after {
  margin-left: 10px;
}
#page-content.campus .sakuhin-list .secondary-list .ph-tate .sakuhin-body {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .secondary-list .ph-tate .sakuhin-body {
    display: block;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.campus .sakuhin-list .secondary-list .ph-tate .sakuhin-body {
    display: block;
  }
}
#page-content.campus .sakuhin-list .secondary-list .ph-tate .sakuhin-body .ph {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .secondary-list .ph-tate .sakuhin-body .ph {
    margin-bottom: 10px;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.campus .sakuhin-list .secondary-list .ph-tate .sakuhin-body .ph {
    margin-bottom: 10px;
  }
}
#page-content.campus .sakuhin-list .secondary-list .ph-tate .sakuhin-body .ph img {
  max-width: 290px;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .secondary-list .ph-tate .sakuhin-body .ph img {
    max-width: 200px;
  }
}
#page-content.campus .sakuhin-list .secondary-list .ph-tate .sakuhin-body .detail {
  padding-right: 10px;
}
#page-content.campus .sakuhin-list .sakuhin {
  margin-bottom: 30px;
}
#page-content.campus .sakuhin-list .sakuhin .ph {
  text-align: center;
  margin-bottom: 20px;
}
#page-content.campus .sakuhin-list .sakuhin .ph span {
  padding: 10px;
  background-color: #e0cfb6;
  display: inline-block;
}
#page-content.campus .sakuhin-list .sakuhin .detail {
  border-left: 6px solid #42210b;
  padding-left: 15px;
}
#page-content.campus .sakuhin-list .sakuhin h4 {
  font-size: 20px;
  font-weight: 700;
  color: #42210b;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .sakuhin h4 {
    font-size: 16px;
  }
}
#page-content.campus .sakuhin-list .sakuhin h4 span.kirakira {
  background: url(../images/campuslife/exhibition/emoji-kirakira.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 4px;
  position: relative;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .sakuhin h4 span.kirakira {
    width: 20px;
    height: 20px;
  }
}
#page-content.campus .sakuhin-list .sakuhin p.name {
  font-size: 30px;
}
@media (max-width: 700px) {
  #page-content.campus .sakuhin-list .sakuhin p.name {
    text-align: left;
    font-size: 24px;
  }
}
#page-content.campus .sakuhin-list .sakuhin p.dept {
  margin-bottom: 0;
}
#page-content.campus .post-selection {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 35% 50px;
  position: relative;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.campus .post-selection {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  #page-content.campus .post-selection {
    padding-left: 0;
    padding-right: 0;
  }
}
#page-content.campus .post-selection .col {
  position: relative;
  flex: 50%;
  margin: 0 10px;
}
#page-content.campus .post-selection .col:after {
  content: "▼";
  top: 12px;
  right: 14px;
  z-index: 10;
  position: absolute;
  color: white;
  font-size: 10px;
}
#page-content.campus .post-selection .col.no-arrow:after {
  display: none;
}
#page-content.campus .post-selection select {
  background-color: #42210b;
  display: block;
  color: white;
  padding: 10px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: none;
}
#page-content.campus .post-selection select option {
  padding: 10px;
  text-align: left;
}
#page-content.campus .post-selection input#recipe-search {
  padding: 8px 10px;
  width: 80%;
}
#page-content.campus .post-selection button {
  width: 18%;
  padding: 10px;
  background: #42210b;
  color: white;
  border-radius: 3px;
  font-weight: 600;
}

#page-content.day .container,
#page-content.life .container {
  max-width: 1100px;
}
#page-content.day .en-md,
#page-content.life .en-md {
  width: 200px;
  margin: 0 0 -13px 0;
}
#page-content.day .cooking .ph,
#page-content.life .cooking .ph {
  padding: 20px;
  background-color: #b9d480;
}
#page-content.day .seika .ph,
#page-content.life .seika .ph {
  padding: 20px;
  background-color: #f3aca9;
}
#page-content.day .student-article h2,
#page-content.life .student-article h2 {
  background: url(../images/campuslife/day/md-bg-ribbon.png) no-repeat center center/contain;
  border: none;
  text-align: center;
  border-bottom: none !important;
  font-size: 43px;
  padding: 30px 60px 15px;
  position: relative;
  margin-bottom: 0px;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.day .student-article h2,
  #page-content.life .student-article h2 {
    font-size: 25px;
    padding: 20px 50px 15px;
  }
}
@media (max-width: 700px) {
  #page-content.day .student-article h2,
  #page-content.life .student-article h2 {
    font-size: 25px;
    padding: 20px 50px 15px;
  }
}
#page-content.day .student-article h2:before, #page-content.day .student-article h2:after,
#page-content.life .student-article h2:before,
#page-content.life .student-article h2:after {
  content: "";
  position: absolute;
  top: 40%;
  width: 60px;
  height: 40px;
  background-color: transparent;
  background: url(../images/campuslife/day/md-line.svg) no-repeat center center/cover;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.day .student-article h2:before, #page-content.day .student-article h2:after,
  #page-content.life .student-article h2:before,
  #page-content.life .student-article h2:after {
    width: 30px;
    height: 20px;
  }
}
@media (max-width: 700px) {
  #page-content.day .student-article h2:before, #page-content.day .student-article h2:after,
  #page-content.life .student-article h2:before,
  #page-content.life .student-article h2:after {
    width: 30px;
    height: 20px;
  }
}
#page-content.day .student-article h2:before,
#page-content.life .student-article h2:before {
  left: 20px;
}
#page-content.day .student-article h2:after,
#page-content.life .student-article h2:after {
  right: 20px;
  left: auto;
}
#page-content.day .student-article p.name,
#page-content.life .student-article p.name {
  font-size: 45px;
  margin-bottom: 0;
}
#page-content.day .student-article p.dept,
#page-content.life .student-article p.dept {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  #page-content.day .student-article p.dept,
  #page-content.life .student-article p.dept {
    margin-bottom: 0;
  }
}
#page-content.day .student-article h3,
#page-content.life .student-article h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

#page-content.trip .container,
#page-content.study-tour .container {
  max-width: 1100px;
}
#page-content.trip h2:before,
#page-content.study-tour h2:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(../images/common/menu-ic-kenshuryokyo.svg) no-repeat center center/contain;
  width: 45px;
  height: 45px;
  vertical-align: text-bottom;
}
#page-content.trip h2 + h3,
#page-content.study-tour h2 + h3 {
  font-size: 25px;
}
@media (max-width: 700px) {
  #page-content.trip h2 + h3,
  #page-content.study-tour h2 + h3 {
    font-size: 18px;
  }
}
#page-content.trip .trip-slider-wrapper,
#page-content.study-tour .trip-slider-wrapper {
  background-color: #FDF5E0;
  border: 1px solid #42210b;
  padding: 20px 30px;
  margin-top: 50px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}
@media (max-width: 700px) {
  #page-content.trip .trip-slider-wrapper,
  #page-content.study-tour .trip-slider-wrapper {
    margin-top: 0;
  }
  #page-content.trip .trip-slider-wrapper .slick-next,
  #page-content.study-tour .trip-slider-wrapper .slick-next {
    right: -40px;
    z-index: 10;
  }
  #page-content.trip .trip-slider-wrapper .slick-prev,
  #page-content.study-tour .trip-slider-wrapper .slick-prev {
    left: -40px;
    z-index: 10;
  }
}
#page-content.trip .trip-slider-wrapper .slick-slide img,
#page-content.study-tour .trip-slider-wrapper .slick-slide img {
  max-width: none;
  width: 100%;
}
#page-content.trip .trip-slider-wrapper h3,
#page-content.study-tour .trip-slider-wrapper h3 {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 10px 24px;
  margin: -50px 0 10px;
  background: url(../images/campuslife/trip/ribbon-green.svg) no-repeat center center/contain;
}
@media (max-width: 700px) {
  #page-content.trip .trip-slider-wrapper h3,
  #page-content.study-tour .trip-slider-wrapper h3 {
    font-size: 16px;
    padding: 10px 10px 20px;
    margin: -15px 0 0px;
  }
}
#page-content.trip .trip-slider-wrapper h3.seika,
#page-content.study-tour .trip-slider-wrapper h3.seika {
  background-image: url(../images/campuslife/trip/ribbon-pink.svg);
}
#page-content.trip .trip-slider-wrapper p,
#page-content.study-tour .trip-slider-wrapper p {
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.35;
}
@media (max-width: 700px) {
  #page-content.trip .trip-slider-wrapper p,
  #page-content.study-tour .trip-slider-wrapper p {
    font-size: 14px;
  }
}
#page-content.trip .trip-slider-nav,
#page-content.study-tour .trip-slider-nav {
  /*
  margin-bottom: 50px;
  @include tab{
      margin-bottom: 30px;
  }
  & > div{
      float: left;
      display: block;
      margin: 0.55%;
      width: 10%;
      height: 0px;
      padding-top: 10%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      @include tab{
          width: 23%;
          padding-top: 23%;
          margin: 1%;
      }
  }*/
}
#page-content.trip .trip-slider-nav .slick-slide,
#page-content.study-tour .trip-slider-nav .slick-slide {
  margin: 5px;
}
#page-content.trip h4.cat-ribbon,
#page-content.study-tour h4.cat-ribbon {
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  background: #42210b;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 34px;
  font-size: 16px;
  font-weight: 700;
}
#page-content.trip h4.cat-ribbon:after,
#page-content.study-tour h4.cat-ribbon:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 17px solid #42210b;
  border-bottom: 17px solid #42210b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#page-content.trip h4.cat-ribbon.cat-chouri,
#page-content.study-tour h4.cat-ribbon.cat-chouri {
  background-color: #8dc21f;
}
#page-content.trip h4.cat-ribbon.cat-chouri:after,
#page-content.study-tour h4.cat-ribbon.cat-chouri:after {
  border-top-color: #8dc21f;
  border-bottom-color: #8dc21f;
}
#page-content.trip h4.cat-ribbon.cat-chouri2,
#page-content.study-tour h4.cat-ribbon.cat-chouri2 {
  background-color: #5dbecf;
}
#page-content.trip h4.cat-ribbon.cat-chouri2:after,
#page-content.study-tour h4.cat-ribbon.cat-chouri2:after {
  border-top-color: #5dbecf;
  border-bottom-color: #5dbecf;
}
#page-content.trip h4.cat-ribbon.cat-seika,
#page-content.study-tour h4.cat-ribbon.cat-seika {
  background-color: #e86d73;
}
#page-content.trip h4.cat-ribbon.cat-seika:after,
#page-content.study-tour h4.cat-ribbon.cat-seika:after {
  border-top-color: #e86d73;
  border-bottom-color: #e86d73;
}

/***********************************************************************
soudan 個別相談
**********************************************************************/
#page-content.soudan #soudan-nav,
#page-content.discuss #soudan-nav {
  padding-top: 30px;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 700px) {
  #page-content.soudan #soudan-nav,
  #page-content.discuss #soudan-nav {
    padding: 0;
  }
}
#page-content.soudan #soudan-nav p,
#page-content.discuss #soudan-nav p {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 700px) {
  #page-content.soudan #soudan-nav p,
  #page-content.discuss #soudan-nav p {
    font-size: 11px;
  }
}
#page-content.soudan .soudan-box,
#page-content.discuss .soudan-box {
  border: 2px solid #42210b;
  padding: 30px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.soudan .soudan-box,
  #page-content.discuss .soudan-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 700px) {
  #page-content.soudan .soudan-box,
  #page-content.discuss .soudan-box {
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #page-content.soudan .soudan-box.is-flex,
  #page-content.discuss .soudan-box.is-flex {
    display: block !important;
  }
}
#page-content.soudan .soudan-box p:last-child,
#page-content.discuss .soudan-box p:last-child {
  margin-bottom: 0;
}
#page-content.soudan .soudan-box.no-padding,
#page-content.discuss .soudan-box.no-padding {
  padding: 0;
}
#page-content.soudan .soudan-box.no-border,
#page-content.discuss .soudan-box.no-border {
  border: none;
}
#page-content.soudan .soudan-box p.tel, #page-content.soudan .soudan-box p.email,
#page-content.discuss .soudan-box p.tel,
#page-content.discuss .soudan-box p.email {
  margin-bottom: 0;
}
#page-content.soudan .soudan-box p.tel a, #page-content.soudan .soudan-box p.email a,
#page-content.discuss .soudan-box p.tel a,
#page-content.discuss .soudan-box p.email a {
  font-weight: 900;
  font-size: 50px;
  padding-bottom: 1px;
  color: #42210b;
  border-bottom: 10px solid #f1c01d;
  line-height: 1;
}
#page-content.soudan .soudan-box p.tel:before, #page-content.soudan .soudan-box p.email:before,
#page-content.discuss .soudan-box p.tel:before,
#page-content.discuss .soudan-box p.email:before {
  content: "";
  width: 60px;
  height: 65px;
  margin-right: 15px;
  background-image: url(../images/common/ic-tel.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.soudan .soudan-box p.tel, #page-content.soudan .soudan-box p.email,
  #page-content.discuss .soudan-box p.tel,
  #page-content.discuss .soudan-box p.email {
    padding: 0 10px 0 0;
    display: inline-block;
  }
  #page-content.soudan .soudan-box p.tel a, #page-content.soudan .soudan-box p.email a,
  #page-content.discuss .soudan-box p.tel a,
  #page-content.discuss .soudan-box p.email a {
    font-size: 40px;
    border-bottom: 3px solid #f1c01d;
  }
  #page-content.soudan .soudan-box p.tel:before, #page-content.soudan .soudan-box p.email:before,
  #page-content.discuss .soudan-box p.tel:before,
  #page-content.discuss .soudan-box p.email:before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 700px) {
  #page-content.soudan .soudan-box p.tel, #page-content.soudan .soudan-box p.email,
  #page-content.discuss .soudan-box p.tel,
  #page-content.discuss .soudan-box p.email {
    padding: 0 10px 0 0;
    display: inline-block;
  }
  #page-content.soudan .soudan-box p.tel a, #page-content.soudan .soudan-box p.email a,
  #page-content.discuss .soudan-box p.tel a,
  #page-content.discuss .soudan-box p.email a {
    font-size: 18px;
    border-bottom: 3px solid #f1c01d;
  }
  #page-content.soudan .soudan-box p.tel:before, #page-content.soudan .soudan-box p.email:before,
  #page-content.discuss .soudan-box p.tel:before,
  #page-content.discuss .soudan-box p.email:before {
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }
}
#page-content.soudan .soudan-box p.email:before,
#page-content.discuss .soudan-box p.email:before {
  background-image: url(../images/common/ic-mail.svg);
}
#page-content.soudan .soudan-box p.tel-time,
#page-content.discuss .soudan-box p.tel-time {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 700px) {
  #page-content.soudan .soudan-box p.tel-time,
  #page-content.discuss .soudan-box p.tel-time {
    padding-left: 0;
    text-align: center;
  }
  #page-content.soudan .soudan-box p.tel-time br,
  #page-content.discuss .soudan-box p.tel-time br {
    display: none;
  }
}

/***********************************************************************
support 就職サポート 
**********************************************************************/
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.support #dept-header h1 img {
    height: 18px;
    padding-left: 0;
  }
}
#page-content.support h2.no-border {
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 1em;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.support h2.no-border {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
}
#page-content.support h2.with-icon {
  border-bottom: 5px solid #42210b;
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 1em;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.support h2.with-icon {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
}
#page-content.support h2.with-icon:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(../images/common/menu-ic-shushoku-support.svg) no-repeat center center/contain;
  width: 45px;
  height: 45px;
  vertical-align: text-bottom;
}
#page-content.support h2.with-icon:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #42210b;
}
#page-content.support #supports .columns {
  margin-top: 20px;
  margin-bottom: 20px;
}
#page-content.support #supports .column {
  position: relative;
}
#page-content.support #supports .column .index {
  position: absolute;
  width: 80px;
  top: 0px;
  left: 20px;
  z-index: 2;
}
#page-content.support #supports .column .features {
  margin-bottom: 0 !important;
  padding: 0 !important;
  height: 100%;
}
#page-content.support #supports .column .features .desc {
  font-weight: 300;
  font-size: 16px;
  padding: 20px;
}
#page-content.support p.ratio {
  text-align: center;
  color: #c1272d;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 20px;
  padding: 0 100px 20px;
}
@media (max-width: 700px) {
  #page-content.support p.ratio {
    font-size: 22px;
    padding: 30px;
  }
}
#page-content.support .data-list-wrapper {
  padding: 20px;
  border: 1px solid #42210b;
  height: 700px;
  overflow-y: scroll;
  background: url(../images/common/back_nuno.jpg);
}
@media (max-width: 700px) {
  #page-content.support .data-list-wrapper {
    height: 400px;
  }
}
#page-content.support .data-list-wrapper .data-list-body .data-list {
  border: 5px solid #42210b;
  margin-bottom: 20px;
  background-color: white;
}
#page-content.support .data-list-wrapper .data-list-body .data-list.culinary {
  border-color: #8dc21f;
}
#page-content.support .data-list-wrapper .data-list-body .data-list.culinary h4 {
  background-color: #8dc21f;
}
#page-content.support .data-list-wrapper .data-list-body .data-list.confectionery {
  border-color: #e86d73;
}
#page-content.support .data-list-wrapper .data-list-body .data-list.confectionery h4 {
  background-color: #e86d73;
}
#page-content.support .data-list-wrapper .data-list-body .data-list h4 {
  color: white;
  font-weight: 700;
  padding: 2px 10px 5px;
  background-color: #42210b;
  margin: -1px 0 0 -1px;
}
#page-content.support .data-list-wrapper .data-list-body .data-list .list-body {
  padding: 10px;
}
#page-content.support .data-list-wrapper .data-list-body .data-list .list-body p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.35;
}
#page-content.support .taikendan {
  padding: 20px 0;
}
@media (max-width: 700px) {
  #page-content.support .taikendan img {
    max-width: 200px;
    display: block;
    margin: auto;
  }
}
#page-content.support .taikendan h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 700px) {
  #page-content.support .taikendan h4 {
    font-size: 22px;
  }
}
#page-content.support .taikendan p.the-class {
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  background: #42210b;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  height: 34px;
  font-size: 16px;
  font-weight: 600;
}
#page-content.support .taikendan p.the-class:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 17px solid #42210b;
  border-bottom: 17px solid #42210b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#page-content.support .taikendan p.the-class.chouri {
  background-color: #8dc21f;
}
#page-content.support .taikendan p.the-class.chouri:after {
  border-top-color: #8dc21f;
  border-bottom-color: #8dc21f;
}
#page-content.support .taikendan p.the-class.seika {
  background-color: #e86d73;
}
#page-content.support .taikendan p.the-class.seika:after {
  border-top-color: #e86d73;
  border-bottom-color: #e86d73;
}
#page-content.support .taikendan .name {
  font-size: 30px;
  margin-bottom: 0px;
}
#page-content.support .taikendan .dept {
  margin-bottom: 10px;
}
#page-content.support .voice {
  padding: 20px 0;
  border-top: 1px solid #42210b;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 700px) {
  #page-content.support .voice {
    padding-top: 50px;
  }
}
#page-content.support .voice img {
  max-width: none;
  width: 100%;
}
@media (max-width: 700px) {
  #page-content.support .voice img {
    max-width: 200px;
    display: block;
    margin: auto;
  }
}
#page-content.support .voice .naiteisaki {
  padding: 7px 10px 8px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 360px;
  background: url(../images/support/bg-naiteisaki.svg) no-repeat top right/contain;
  font-size: 20px;
  font-weight: 700;
  color: #42210b;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.support .voice .naiteisaki {
    background-position: top 0px right -150px;
  }
}
@media (max-width: 700px) {
  #page-content.support .voice .naiteisaki {
    padding-top: 5px;
    width: 310px;
    font-size: 17px;
  }
}
#page-content.support .voice .name {
  font-size: 30px;
  margin-bottom: 0px;
}
#page-content.support .voice .graduated {
  margin-bottom: 10px;
}
#page-content.support .voice .dept {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
}
#page-content.support .voice .dept.chouri {
  color: #8dc21f;
}
#page-content.support .voice .dept.seika {
  color: #e86d73;
}
#page-content.support.obog .voice {
  position: relative;
  padding-left: 50px;
  align-items: center;
  border-top-width: 3px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.support.obog .voice {
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  #page-content.support.obog .voice {
    padding-left: 0;
  }
}
#page-content.support.obog .voice .num {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 10;
  color: #42210b;
  border-bottom: 10px solid #42210b;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.35;
}
@media (max-width: 700px) {
  #page-content.support.obog .voice .num {
    top: 10px;
  }
}
#page-content.support.obog .voice .num + img {
  padding-top: 30px;
}
#page-content.support.obog .voice h4 {
  font-weight: 900;
  font-size: 25px;
  padding: 25px 0;
}
@media (max-width: 700px) {
  #page-content.support.obog .voice h4 {
    padding: 0;
    font-size: 18px;
  }
}
#page-content.support.obog .voice h5 {
  font-weight: 900;
  font-size: 20px;
}
#page-content.support.obog .voice .profile p {
  margin-bottom: 0px;
  font-size: 12px;
}
#page-content.support.obog .voice .genre {
  padding: 7px 10px 8px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 310px;
  background: url(../images/support/bg-naiteisaki.svg) no-repeat top right/contain;
}
#page-content.support.obog .voice .name {
  font-size: 30px;
  margin-bottom: 0px;
}
#page-content.support.obog .voice .graduated {
  margin-bottom: 10px;
}
#page-content.support.obog .voice .dept {
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 16px;
}
@media (max-width: 700px) {
  #page-content.support.obog .voice .dept {
    font-size: 14px;
  }
}

/***********************************************************************
juku 開業塾
**********************************************************************/
#page-content.juku p {
  margin-bottom: 1em;
}
#page-content.juku h2 {
  border-bottom: 5px solid #42210b;
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 1em;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.juku h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
}
#page-content.juku h2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #42210b;
}
#page-content.juku h2.no-border {
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 1em;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  border-bottom: none;
}
@media (max-width: 700px) {
  #page-content.juku h2.no-border {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
}
#page-content.juku h2.no-border:after {
  display: none;
}
#page-content.juku .jukuimg img {
  border: 1px solid #42210b;
}
#page-content.juku .professional img {
  border: 1px solid #42210b;
}
@media (max-width: 700px) {
  #page-content.juku .professional img {
    margin: auto;
    display: block;
  }
}
#page-content.juku .professional .dept {
  font-weight: 600;
}
@media (max-width: 700px) {
  #page-content.juku .professional .dept {
    text-align: center;
  }
}
#page-content.juku .professional .name {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 700px) {
  #page-content.juku .professional .name {
    text-align: center;
  }
}
#page-content.juku .professional .name span {
  font-size: 0.8em;
}
#page-content.juku .voice .dept {
  font-weight: 600;
}
#page-content.juku .sendto {
  gap: 20px;
}
#page-content.juku .sendto .column {
  border: 1px solid #42210b;
  text-align: center;
  padding: 20px 30px !important;
}
#page-content.juku .sendto .column h4 {
  font-weight: 600;
  color: #42210b;
  font-size: 1.35em;
}
#page-content.juku .sendto .column p {
  margin-bottom: 0;
}
#page-content.juku .sendto .column p.oneline {
  line-height: 3em;
}
#page-content.juku table th {
  width: 20%;
  min-width: 100px;
  white-space: normal !important;
}

/***********************************************************************
for-workers 
**********************************************************************/
#page-content.for-workers #reason .name,
#page-content.for-over19 #reason .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

/***********************************************************************
for-parents 
**********************************************************************/
#page-content.for-parents h2.ic:before,
#page-content.for-guardians h2.ic:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 45px;
  height: 45px;
  vertical-align: text-bottom;
}
#page-content.for-parents h2#ic1:before,
#page-content.for-guardians h2#ic1:before {
  background-image: url(../images/for-parents/ic1.svg);
}
#page-content.for-parents h2#ic2:before,
#page-content.for-guardians h2#ic2:before {
  background-image: url(../images/for-parents/ic2.svg);
}
#page-content.for-parents h2#ic3:before,
#page-content.for-guardians h2#ic3:before {
  background-image: url(../images/for-parents/ic3.svg);
}
#page-content.for-parents h2#ic4:before,
#page-content.for-guardians h2#ic4:before {
  background-image: url(../images/for-parents/ic4.svg);
}
#page-content.for-parents h2#ic5:before,
#page-content.for-guardians h2#ic5:before {
  background-image: url(../images/for-parents/ic5.svg);
}
#page-content.for-parents h2#ic6:before,
#page-content.for-guardians h2#ic6:before {
  background-image: url(../images/for-parents/ic6.svg);
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.for-parents .nav-inner-link,
  #page-content.for-guardians .nav-inner-link {
    margin: 50px;
  }
}
#page-content.for-parents .nav-inner-link a,
#page-content.for-guardians .nav-inner-link a {
  color: #42210b;
  font-weight: 700;
}
#page-content.for-parents .nav-inner-link a:hover,
#page-content.for-guardians .nav-inner-link a:hover {
  color: #42210b;
}

/***********************************************************************
opencampus
**********************************************************************/
#page-content.opencampus {
  position: relative;
}
#page-content.opencampus h2.oc-fullwidth {
  background-color: #ed7848;
  text-align: center;
  padding: 7px;
  font-size: 25px;
  font-weight: 700;
  color: white;
}
@media (max-width: 700px) {
  #page-content.opencampus h2.oc-fullwidth {
    font-size: 15px;
  }
}
#page-content.opencampus .ocblock {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 700px) {
  #page-content.opencampus .ocblock {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
#page-content.opencampus .ocblock .ocban {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  #page-content.opencampus .ocblock .ocban {
    margin-bottom: 15px;
  }
}
#page-content.opencampus .ocblock p {
  text-align: center;
}
@media (max-width: 700px) {
  #page-content.opencampus .ocblock p {
    text-align: justify;
  }
}
#page-content.opencampus .ocblock-last {
  border-top: 5px solid #ed7848;
  padding-top: 50px;
}
@media (max-width: 700px) {
  #page-content.opencampus .ocblock-last {
    padding-top: 0;
  }
  #page-content.opencampus .ocblock-last .more-btn.square {
    padding-bottom: 0;
  }
}
#page-content.opencampus .page-header.no-decorate:before {
  display: none;
}
#page-content.opencampus .page-header.no-decorate h1 {
  padding-top: 30px;
}
@media (max-width: 700px) {
  #page-content.opencampus .page-header.no-decorate h1 {
    padding-top: 0;
  }
}
#page-content.opencampus .present-float {
  position: absolute;
  top: 80px;
  right: calc(50% - 500px);
  z-index: 10;
  width: 300px;
}
@media (max-width: 700px) {
  #page-content.opencampus .present-float {
    top: 80px;
    right: 10px;
    width: 120px;
  }
}
#page-content.opencampus h2.no-border {
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 1em;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.opencampus h2.no-border {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
#page-content.opencampus .inqnow {
  position: fixed;
  bottom: 0;
  right: 100px;
  z-index: 10;
}
@media (max-width: 700px) {
  #page-content.opencampus .inqnow {
    right: 0px;
    width: 100%;
    padding: 0 50px;
  }
}
#page-content.opencampus .inqnow img {
  width: 330px;
}
@media (max-width: 700px) {
  #page-content.opencampus .inqnow img {
    display: none;
  }
}
#page-content.opencampus .inqnow a {
  display: block;
  padding: 15px 30px 15px;
  background: #fbc600;
  font-weight: 700;
  font-size: 30px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 700px) {
  #page-content.opencampus .inqnow a {
    text-align: center;
    font-size: 20px;
  }
}
#page-content.opencampus .inqnow a:after {
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/opencampus/ic-inqnow.svg) no-repeat center center/contain;
  position: relative;
  top: 6px;
  margin-left: 10px;
  transition: 0.3s;
}
@media (max-width: 700px) {
  #page-content.opencampus .inqnow a:after {
    width: 25px;
    height: 25px;
    top: 4px;
  }
}
#page-content.opencampus .inqnow a:hover:after {
  top: 12px;
}
#page-content.opencampus #oc-overview h3 {
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  #page-content.opencampus #oc-overview h3 {
    font-size: 18px;
  }
}
#page-content.opencampus #oc-overview h3.side-parlen {
  position: relative;
  font-size: 25px;
  margin-bottom: 10px;
  padding: 0;
  display: block;
}
@media (max-width: 700px) {
  #page-content.opencampus #oc-overview h3.side-parlen {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 10px;
  }
}
#page-content.opencampus #oc-overview h3.side-parlen:before, #page-content.opencampus #oc-overview h3.side-parlen:after {
  content: "";
  margin: auto;
  width: 20px;
  height: 38px;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 700px) {
  #page-content.opencampus #oc-overview h3.side-parlen:before, #page-content.opencampus #oc-overview h3.side-parlen:after {
    display: none;
  }
}
#page-content.opencampus #oc-overview h3.side-parlen:before {
  background: url(../images/common/flow-md-left-parlen.svg) no-repeat center center;
  margin-right: 10px;
}
#page-content.opencampus #oc-overview h3.side-parlen:after {
  background: url(../images/common/flow-md-right-parlen.svg) no-repeat center center;
  margin-left: 10px;
}
#page-content.opencampus #oc-overview .columns {
  gap: 20px;
  margin-bottom: 30px;
}
#page-content.opencampus #oc-overview .columns .column {
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 700px) {
  #page-content.opencampus #oc-overview .columns .column {
    margin-bottom: 10px;
  }
}
#page-content.opencampus #oc-overview .columns .column.is-6, #page-content.opencampus #oc-overview .columns .column.is-6-tablet {
  flex: none;
  width: calc(50% - 10px);
}
@media (max-width: 700px) {
  #page-content.opencampus #oc-overview .columns .column.is-6, #page-content.opencampus #oc-overview .columns .column.is-6-tablet {
    width: inherit;
  }
}
#page-content.opencampus #oc-overview .columns .column .ph {
  margin-bottom: 10px;
}
#page-content.opencampus #oc-overview .columns .column .ph.flex-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1%;
}
#page-content.opencampus #oc-overview .columns .column .ph.flex-3 span {
  flex: 32%;
  display: block;
  margin-bottom: 10px;
}
#page-content.opencampus #oc-overview .columns .column .ph.flex-3 span.is-6 {
  flex: 49%;
}
#page-content.opencampus #oc-overview .columns .column .ph.flex-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.5%;
}
#page-content.opencampus #oc-overview .columns .column .ph.flex-4 span {
  flex: 24%;
  display: block;
}
#page-content.opencampus #oc-overview .columns .column h3 {
  text-align: left;
}
#page-content.opencampus #oc-overview h4 {
  color: #42210b;
  text-align: center;
  line-height: 1.35;
  padding: 10px 30px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 700px) {
  #page-content.opencampus #oc-overview h4 {
    margin: 0;
    font-size: 18px;
    white-space: normal;
    padding: 10px 20px;
  }
  #page-content.opencampus #oc-overview h4 br {
    display: none;
  }
}
#page-content.opencampus #oc-overview h4:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 50px;
  background: url(../images/common/paren.svg) no-repeat center left/contain;
}
#page-content.opencampus #oc-overview h4:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 50px;
  background: url(../images/common/paren.svg) no-repeat center left/contain;
  transform: rotateZ(180deg);
}
#page-content.opencampus #oc-overview .flow {
  padding: 10px 0;
}
#page-content.opencampus .experience-schedule .column h4 {
  background-color: #42210b;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.opencampus .experience-schedule .column h4 {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  #page-content.opencampus .experience-schedule .column h4 {
    font-size: 16px;
  }
}
#page-content.opencampus .experience-schedule .column .dlist {
  padding: 30px;
  margin: 0;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.opencampus .experience-schedule .column .dlist {
    padding: 20px;
  }
}
@media (max-width: 700px) {
  #page-content.opencampus .experience-schedule .column .dlist {
    padding: 20px;
  }
}
#page-content.opencampus .experience-schedule .column .dlist p {
  margin: 0;
}
#page-content.opencampus .experience-schedule .column ul {
  padding: 30px;
  margin: 0;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.opencampus .experience-schedule .column ul {
    padding: 20px;
  }
}
@media (max-width: 700px) {
  #page-content.opencampus .experience-schedule .column ul {
    padding: 20px;
  }
}
#page-content.opencampus .experience-schedule .column ul li {
  list-style: none;
}
#page-content.opencampus .experience-schedule .column ul li.canceled .date {
  text-decoration: line-through;
}
#page-content.opencampus .experience-schedule .column ul li.canceled .note {
  color: red;
}
#page-content.opencampus .experience-schedule .cooking h4 {
  background-color: #8dc21f;
}
#page-content.opencampus .experience-schedule .cooking ul,
#page-content.opencampus .experience-schedule .cooking .dlist {
  border: 3px solid #8dc21f;
}
#page-content.opencampus .experience-schedule .seika h4 {
  background-color: #e86d73;
}
#page-content.opencampus .experience-schedule .seika ul,
#page-content.opencampus .experience-schedule .seika .dlist {
  border: 3px solid #e86d73;
}
#page-content.opencampus #pickupbus p.large-txt {
  font-weight: 700;
  color: #42210b;
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  #page-content.opencampus #pickupbus p.large-txt {
    font-size: 16px;
    text-align: center;
  }
}
#page-content.opencampus .schedule-list .schedule-box {
  margin-bottom: 30px;
}
#page-content.opencampus .schedule-list .schedule-box .date {
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#page-content.opencampus .schedule-list .schedule-box h4 {
  font-size: 20px;
  padding: 5px 50px 5px 14px;
  background-color: #fbc600;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#page-content.opencampus .schedule-list .schedule-box h4:before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: -30px;
  transform: rotate(45deg);
  background-color: white;
  transform-origin: center center;
}
#page-content.opencampus .schedule-list .schedule-box dl {
  margin-bottom: 20px;
}
#page-content.opencampus .schedule-list .schedule-box dl dt {
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #42210b;
  background-color: #FDF5E0;
  font-size: 18px;
  display: inline-block;
  clear: both;
  float: left;
  width: 60px;
  text-align: center;
}
#page-content.opencampus .schedule-list .schedule-box dl dd {
  font-size: 16px;
  padding: 9px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #page-content.opencampus .schedule-list .schedule-box dl dd {
    padding: 0 0 0 9px;
    margin-left: 65px;
  }
}
#page-content.opencampus .attention {
  text-align: center;
  padding: 10px;
  border: 1px solid #42210b;
  font-size: 25px;
  font-weight: 700;
  color: red;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #page-content.opencampus .attention {
    font-size: 15px;
  }
}
#page-content.opencampus.form-weboc .md-fukidashi img {
  max-width: 700px;
  margin-bottom: 20px;
}
#page-content.opencampus.form-weboc .bg-beige-cloth {
  padding: 60px 0;
}
#page-content.opencampus.form-weboc .weboc-pv-wrapper {
  padding: 0 10%;
}
@media (max-width: 700px) {
  #page-content.opencampus.form-weboc .weboc-pv-wrapper {
    padding: 0;
  }
}
#page-content.opencampus.form-weboc .weboc-pv {
  width: 100%;
  border: 3px solid #42210b;
  padding-top: 56%;
  height: 0;
  position: relative;
  margin: 0 auto 50px;
}
#page-content.opencampus.form-weboc .weboc-pv iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page-content.opencampus.form-weboc .num {
  margin-left: 15px;
  margin-bottom: -20px;
  width: 50px;
  position: relative;
  z-index: 10;
}
#page-content.opencampus.form-weboc table.steps {
  position: relative;
  border: 3px solid #42210b;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
#page-content.opencampus.form-weboc table.steps th,
#page-content.opencampus.form-weboc table.steps td {
  border: none;
  padding: 30px 30px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.opencampus.form-weboc table.steps th,
  #page-content.opencampus.form-weboc table.steps td {
    width: auto;
    display: block;
    padding: 20px;
  }
}
#page-content.opencampus.form-weboc table.steps th {
  text-align: center;
  font-size: 1.5em;
  background-color: #fbc600;
  width: 30%;
  min-width: 300px;
  white-space: nowrap;
}
@media (max-width: 700px) {
  #page-content.opencampus.form-weboc table.steps th {
    width: auto;
  }
}
#page-content.opencampus.form-weboc table.steps td {
  border-left: 3px solid #42210b;
  background-color: #fff;
}
@media (max-width: 700px) {
  #page-content.opencampus.form-weboc table.steps td {
    border-top: 3px solid #42210b;
    border-left: none;
  }
}
#page-content.opencampus.form-weboc .tokutaisei {
  border: 1px solid #42210b;
  background-color: #FDF5E0;
  padding: 30px;
}
#page-content.opencampus.form-weboc .tokutaisei h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/***********************************************************************
cooking class 
**********************************************************************/
#page-content.cooking-class h1 img {
  width: 50%;
}
#page-content.cooking-class .article-list article .date {
  font-weight: 700;
}
#page-content.cooking-class .article-list article h3 {
  padding-top: 0 !important;
}
#page-content.cooking-class .single-content {
  /*
  img{
      width: 100%;
  }
  .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright{
      display: block;
  }
  */
}

/***********************************************************************
contest コンテスト実績 
**********************************************************************/
#page-content.contest #contest-header {
  padding: 50px 50px 1px;
  margin-bottom: 0px;
  background: url(../images/contest/back_craft.jpg) no-repeat center center/cover;
}
@media (max-width: 700px) {
  #page-content.contest #contest-header {
    padding: 50px 20px 1px;
  }
}
#page-content.contest #contest-header .svg-title img {
  width: 350px;
}
#page-content.contest #contest-header .page-header {
  padding-top: 0;
}
#page-content.contest #contest-header .page-header:before {
  display: none;
}
#page-content.contest #contest-header .page-header h1 {
  padding: 0 0 5px;
  border-bottom: 3px solid #42210b;
}
#page-content.contest #contest-header .page-header h1:before {
  display: none;
}
#page-content.contest #contest-header .page-header h1:after {
  width: 100%;
  bottom: -5px;
  top: auto;
  height: 1px;
  background: #42210b;
}
#page-content.contest .single-content {
  /*
  img{
      width: 100%;
  }
  .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright{
      display: block;
  }
  */
}
#page-content.contest .single-content h1 {
  text-align: center;
  background: url(../images/contest/bg-ribbon.svg) no-repeat center center/contain;
  color: white;
  font-weight: 700;
  margin-bottom: -40px;
  line-height: 1.2;
  padding: 15px 0px 35px;
  font-size: 25px;
  position: relative;
  z-index: 10;
}
@media (max-width: 700px) {
  #page-content.contest .single-content h1 {
    padding: 28px 0px 35px;
    font-size: 14px;
  }
}

/***********************************************************************
weboc WEBオープンキャンパス特設ページ
**********************************************************************/
body.weboc {
  background-color: #fff4de;
}
body.weboc #page-content .container {
  max-width: 1100px;
}
body.weboc .page-hero.pc {
  height: 0px;
  padding-top: 39.4%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
body.weboc .page-hero.sp {
  height: 0px;
  padding-top: 39.4%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
body.weboc h1 {
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 0;
  position: relative;
  margin-bottom: 0px;
  font-weight: 900;
  text-align: center;
  position: relative;
  line-height: 1;
  top: -10px;
}
@media (max-width: 700px) {
  body.weboc h1 {
    top: 0;
  }
}
body.weboc h1 span {
  background-color: #fff4de;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
@media (max-width: 700px) {
  body.weboc h1 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
}
body.weboc h1:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 10px;
  width: 100%;
  background-color: #42210b;
}
body.weboc h1:after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #42210b;
}
body.weboc .txt-welcome {
  padding: 20px 0px;
  width: 20%;
  margin: 0 auto 30px;
}
@media (max-width: 700px) {
  body.weboc .txt-welcome {
    width: 50%;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  body.weboc .weboc-nav .column {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
body.weboc .weboc-nav a {
  display: block;
  margin-bottom: 10px;
  border: 2px solid #42210b;
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
  padding: 10px 10px 10px 110px;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  color: #42210b;
  background: rgb(255, 255, 255);
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 232, 147) 100%);
  transition: 0.3s;
}
@media (min-width: 700px) and (max-width: 1179px) {
  body.weboc .weboc-nav a {
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  body.weboc .weboc-nav a {
    padding: 5px 5px 5px 40px;
    font-size: 12px;
    border-radius: 8px;
    margin-bottom: 0;
  }
}
body.weboc .weboc-nav a:before {
  content: "";
  background-color: #42210b;
  background-image: url(../images/opencampus/weboc/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: calc(100% - 20px);
  border-radius: 7px;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 700px) {
  body.weboc .weboc-nav a:before {
    width: 30px;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    height: calc(100% - 10px);
  }
}
body.weboc .weboc-nav a:hover {
  border: 2px solid #f4901e;
  color: #f4901e;
}
body.weboc .weboc-nav a:hover:before {
  background-color: #f4901e;
}
body.weboc section {
  position: relative;
}
body.weboc section .weboc-section-header {
  padding-top: 150px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  body.weboc section .weboc-section-header {
    padding-top: 50px;
    margin-bottom: 10px;
  }
}
body.weboc section h2 {
  border-bottom: 5px solid #42210b;
  font-size: 30px;
  padding-bottom: 0px;
  padding-top: 0;
  position: relative;
  margin-bottom: 0px;
  font-weight: 700;
}
@media (max-width: 700px) {
  body.weboc section h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
}
body.weboc section h2:before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  background: url(../images/opencampus/weboc/flag1.svg) no-repeat center center/contain;
  width: 75px;
  height: 75px;
  vertical-align: bottom;
}
@media (max-width: 700px) {
  body.weboc section h2:before {
    width: 45px;
    height: 45px;
    margin-right: 0;
  }
}
body.weboc section h2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #42210b;
}
body.weboc section .ph {
  right: 0;
  bottom: 5px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 700px) {
  body.weboc section .ph {
    width: 60%;
  }
}
body.weboc section#contents2 h2:before {
  background-image: url(../images/opencampus/weboc/flag2.svg);
}
body.weboc section#contents3 h2:before {
  background-image: url(../images/opencampus/weboc/flag3.svg);
}
body.weboc section#contents4 h2:before {
  background-image: url(../images/opencampus/weboc/flag4.svg);
}
body.weboc section h3 {
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  background: #42210b;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 34px;
  font-size: 16px;
  font-weight: 600;
}
body.weboc section h3:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 17px solid #42210b;
  border-bottom: 17px solid #42210b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
body.weboc section h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  body.weboc section h4 {
    font-size: 14px;
  }
}
body.weboc section .chouri .columns,
body.weboc section .seika .columns {
  margin-bottom: 30px;
}
body.weboc section .chouri h3 {
  background-color: #8dc21f;
}
body.weboc section .chouri h3:after {
  border-top-color: #8dc21f;
  border-bottom-color: #8dc21f;
}
body.weboc section .chouri h4 span {
  color: #8dc21f;
}
body.weboc section .seika h3 {
  background-color: #e86d73;
}
body.weboc section .seika h3:after {
  border-top-color: #e86d73;
  border-bottom-color: #e86d73;
}
body.weboc section .seika h4 span {
  color: #e86d73;
}
body.weboc section p.outro {
  text-align: center !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  body.weboc section p.outro {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
body.weboc .weboc-pv {
  width: 100%;
  border: 3px solid #42210b;
  border-radius: 15px;
  padding-top: 55%;
  height: 0;
  position: relative;
  margin: 0 auto 0px;
  overflow: hidden;
}
@media (max-width: 700px) {
  body.weboc .weboc-pv {
    border-radius: 8px;
  }
}
body.weboc .weboc-pv iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.weboc .weboc-nav-below {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  body.weboc .weboc-nav-below {
    margin-bottom: 0;
  }
}
body.weboc .weboc-nav-below ul {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: auto;
}
body.weboc .weboc-nav-below ul li {
  margin-bottom: 5px;
  flex: 33%;
  padding: 20px;
}
@media (max-width: 700px) {
  body.weboc .weboc-nav-below ul li {
    padding: 5px;
  }
}
body.weboc .weboc-nav-below ul li a {
  display: block;
  padding: 20px;
  border-radius: 8px;
  background-color: #fbc600;
}

/***********************************************************************
contact おといあわせ
**********************************************************************/
#page-content.contact .contact-border-box {
  border: 2px solid #42210b;
  padding: 15px 30px 30px;
}
@media (max-width: 700px) {
  #page-content.contact .contact-border-box {
    padding: 10px 20px 20px;
    text-align: center;
  }
}
#page-content.contact .contact-border-box h4 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  #page-content.contact .contact-border-box h4 {
    z-index: 14;
  }
}
#page-content.contact .contact-border-box .is-flex {
  justify-content: center;
}
@media (max-width: 700px) {
  #page-content.contact .contact-border-box .is-flex {
    display: block !important;
  }
}
@media (max-width: 700px) {
  #page-content.contact .contact-border-box p {
    text-align: center;
  }
}
#page-content.contact .contact-border-box p.tel, #page-content.contact .contact-border-box p.email {
  margin-bottom: 0;
}
#page-content.contact .contact-border-box p.tel a, #page-content.contact .contact-border-box p.email a {
  font-weight: 900;
  font-size: 40px;
  padding-bottom: 1px;
  color: #42210b;
  border-bottom: 10px solid #f1c01d;
  line-height: 1;
}
#page-content.contact .contact-border-box p.tel:before, #page-content.contact .contact-border-box p.email:before {
  content: "";
  width: 60px;
  height: 65px;
  margin-right: 15px;
  background-image: url(../images/common/ic-tel.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 700px) {
  #page-content.contact .contact-border-box p.tel, #page-content.contact .contact-border-box p.email {
    padding: 0 10px 0 0;
    display: inline-block;
  }
  #page-content.contact .contact-border-box p.tel a, #page-content.contact .contact-border-box p.email a {
    font-size: 18px;
    border-bottom: 3px solid #f1c01d;
  }
  #page-content.contact .contact-border-box p.tel:before, #page-content.contact .contact-border-box p.email:before {
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }
}
#page-content.contact .contact-border-box p.email:before {
  background-image: url(../images/common/ic-mail.svg);
}
#page-content.contact .contact-border-box p.tel-time {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 700px) {
  #page-content.contact .contact-border-box p.tel-time {
    padding-left: 0;
    text-align: center;
  }
  #page-content.contact .contact-border-box p.tel-time br {
    display: none;
  }
}

/***********************************************************************
recipe archives
**********************************************************************/
@media (max-width: 700px) {
  #page-content.recipe .post-selection {
    flex-direction: column;
  }
  #page-content.recipe .post-selection .col {
    margin-bottom: 10px !important;
  }
}
#page-content.recipe table th {
  width: 30%;
  text-align: left;
  white-space: normal !important;
}

/***********************************************************************
search result
**********************************************************************/
@media (max-width: 700px) {
  #page-content.search-result .article-list article {
    margin-bottom: 5px !important;
  }
  #page-content.search-result .article-list article .container {
    margin-top: 0 !important;
  }
  #page-content.search-result .article-list article .container h3 {
    padding-top: 0;
    font-size: 13px;
    margin-bottom: 5px;
  }
  #page-content.search-result .article-list article .container .date,
  #page-content.search-result .article-list article .container .excerpt,
  #page-content.search-result .article-list article .container .excerpt p {
    font-size: 11px;
  }
}

/***********************************************************************
common pages 汎用ページ用
**********************************************************************/
#page-content.common-page h1,
#page-content .common-page h1 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.common-page h1,
  #page-content .common-page h1 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
}
#page-content.common-page h2,
#page-content .common-page h2 {
  border-bottom: 5px solid #42210b;
  font-size: 30px;
  padding-bottom: 5px;
  padding-top: 1em;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #page-content.common-page h2,
  #page-content .common-page h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.35;
  }
}
#page-content.common-page h2:after,
#page-content .common-page h2:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #42210b;
}
#page-content.common-page h2.no-border,
#page-content .common-page h2.no-border {
  border-bottom: none;
}
#page-content.common-page h2.no-border:after,
#page-content .common-page h2.no-border:after {
  display: none;
}
#page-content.common-page h3,
#page-content .common-page h3 {
  font-weight: 700;
  font-size: 25px;
}
#page-content.common-page h3.large-size,
#page-content .common-page h3.large-size {
  font-size: 24px;
  margin-bottom: 1em;
}
#page-content.common-page h3.scattered-fukidashi,
#page-content .common-page h3.scattered-fukidashi {
  position: relative;
  font-weight: 300;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #42210b;
  font-size: 24px;
  border: 2px solid #42210b;
  border-radius: 10px;
}
#page-content.common-page h3.scattered-fukidashi:before,
#page-content .common-page h3.scattered-fukidashi:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -5px;
  border: 6px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#page-content.common-page h3.scattered-fukidashi:after,
#page-content .common-page h3.scattered-fukidashi:after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -6px;
  border: 7px solid transparent;
  border-top: 14px solid #42210b;
  z-index: 1;
}
#page-content.common-page p,
#page-content .common-page p {
  margin-bottom: 1em;
}
#page-content.common-page p a,
#page-content .common-page p a {
  color: #308FCF;
}
#page-content.common-page p a:hover,
#page-content .common-page p a:hover {
  color: #7DB9E1;
}
#page-content.common-page a,
#page-content .common-page a {
  color: #308FCF;
}
#page-content.common-page a:hover,
#page-content .common-page a:hover {
  color: #7DB9E1;
}
#page-content.common-page .more-btn a,
#page-content .common-page .more-btn a {
  color: white;
  width: 400px;
}
@media (max-width: 700px) {
  #page-content.common-page .more-btn a,
  #page-content .common-page .more-btn a {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
}
#page-content.common-page .more-btn a:hover,
#page-content .common-page .more-btn a:hover {
  color: white;
}
#page-content.common-page .more-btn.bordered a, #page-content.common-page .more-btn.square a,
#page-content .common-page .more-btn.bordered a,
#page-content .common-page .more-btn.square a {
  color: #42210b;
}
#page-content.common-page .more-btn.bordered a:hover, #page-content.common-page .more-btn.square a:hover,
#page-content .common-page .more-btn.bordered a:hover,
#page-content .common-page .more-btn.square a:hover {
  color: #42210b;
}
#page-content.common-page ul li,
#page-content .common-page ul li {
  list-style: disc;
}
#page-content.common-page ul,
#page-content.common-page ol,
#page-content .common-page ul,
#page-content .common-page ol {
  font-size: 0;
  margin-left: 30px;
  margin-bottom: 1rem;
}
#page-content.common-page ul li,
#page-content.common-page ol li,
#page-content .common-page ul li,
#page-content .common-page ol li {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 700px) {
  #page-content.common-page ul li,
  #page-content.common-page ol li,
  #page-content .common-page ul li,
  #page-content .common-page ol li {
    font-size: 13px;
  }
}
#page-content.common-page .pdf a,
#page-content.common-page .xlsx a,
#page-content.common-page a.pdf,
#page-content.common-page a.xlsx,
#page-content .common-page .pdf a,
#page-content .common-page .xlsx a,
#page-content .common-page a.pdf,
#page-content .common-page a.xlsx {
  color: #42210b;
  text-decoration: underline;
  display: inline-block;
  padding-left: 35px;
  position: relative;
}
@media (max-width: 700px) {
  #page-content.common-page .pdf a,
  #page-content.common-page .xlsx a,
  #page-content.common-page a.pdf,
  #page-content.common-page a.xlsx,
  #page-content .common-page .pdf a,
  #page-content .common-page .xlsx a,
  #page-content .common-page a.pdf,
  #page-content .common-page a.xlsx {
    padding-left: 30px;
  }
}
#page-content.common-page .pdf a:hover,
#page-content.common-page .xlsx a:hover,
#page-content.common-page a.pdf:hover,
#page-content.common-page a.xlsx:hover,
#page-content .common-page .pdf a:hover,
#page-content .common-page .xlsx a:hover,
#page-content .common-page a.pdf:hover,
#page-content .common-page a.xlsx:hover {
  color: #42210b;
  text-decoration: none;
  opacity: 0.7;
}
#page-content.common-page .pdf a:before,
#page-content.common-page .xlsx a:before,
#page-content.common-page a.pdf:before,
#page-content.common-page a.xlsx:before,
#page-content .common-page .pdf a:before,
#page-content .common-page .xlsx a:before,
#page-content .common-page a.pdf:before,
#page-content .common-page a.xlsx:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  height: 30px;
  width: 25px;
  background: url(../images/common/ic-pdf.svg) no-repeat center center/contain;
  vertical-align: text-bottom;
}
@media (max-width: 700px) {
  #page-content.common-page .pdf a:before,
  #page-content.common-page .xlsx a:before,
  #page-content.common-page a.pdf:before,
  #page-content.common-page a.xlsx:before,
  #page-content .common-page .pdf a:before,
  #page-content .common-page .xlsx a:before,
  #page-content .common-page a.pdf:before,
  #page-content .common-page a.xlsx:before {
    height: 22px;
    width: 20px;
  }
}
#page-content.common-page .xlsx a:before,
#page-content.common-page a.xlsx:before,
#page-content .common-page .xlsx a:before,
#page-content .common-page a.xlsx:before {
  background: url(../images/common/ic-xlsx.svg) no-repeat center center/contain;
}
#page-content.common-page .article-list article,
#page-content .common-page .article-list article {
  position: relative;
  background-color: #FDF5E0;
  padding: 20px 0;
  margin-bottom: 50px;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 700px) {
  #page-content.common-page .article-list article,
  #page-content .common-page .article-list article {
    margin-bottom: 30px;
  }
}
#page-content.common-page .article-list article:hover,
#page-content .common-page .article-list article:hover {
  background-color: #F9E2AB;
}
#page-content.common-page .article-list article .container,
#page-content .common-page .article-list article .container {
  margin-top: -50px;
  position: relative;
}
#page-content.common-page .article-list article .container .ic-coupon,
#page-content .common-page .article-list article .container .ic-coupon {
  display: none;
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100px;
  height: 100px;
  background: url(../images/shops/ic-coupon.svg) no-repeat 0 0/contain;
}
@media (max-width: 700px) {
  #page-content.common-page .article-list article .container .ic-coupon,
  #page-content .common-page .article-list article .container .ic-coupon {
    width: 50px;
    height: 50px;
  }
}
#page-content.common-page .article-list article h3,
#page-content .common-page .article-list article h3 {
  font-size: 35px;
  font-weight: 600;
  padding-top: 50px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.common-page .article-list article h3,
  #page-content .common-page .article-list article h3 {
    font-size: 25px;
    line-height: 1.35;
  }
}
@media (max-width: 700px) {
  #page-content.common-page .article-list article h3,
  #page-content .common-page .article-list article h3 {
    font-size: 18px;
    line-height: 1.35;
  }
}
#page-content.common-page .article-list article h3 a,
#page-content .common-page .article-list article h3 a {
  color: #42210b;
}
@media (max-width: 700px) {
  #page-content.common-page .article-list article h3 a,
  #page-content .common-page .article-list article h3 a {
    display: block;
  }
}
#page-content.common-page .article-list article h3 .ic-coupon-inline,
#page-content .common-page .article-list article h3 .ic-coupon-inline {
  background-color: #B28012;
  color: white;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -7px;
}
@media (max-width: 700px) {
  #page-content.common-page .article-list article h3 .ic-coupon-inline,
  #page-content .common-page .article-list article h3 .ic-coupon-inline {
    font-size: 10px;
    padding: 3px 5px;
    margin-left: 0;
    top: 0;
  }
}
#page-content.common-page .article-list article .cat-indicator + h3,
#page-content .common-page .article-list article .cat-indicator + h3 {
  padding-top: 10px;
}
#page-content.common-page .article-list article .date,
#page-content .common-page .article-list article .date {
  margin-bottom: 0;
}
#page-content.common-page .article-list article .more-btn,
#page-content .common-page .article-list article .more-btn {
  padding-top: 50px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.common-page .article-list article .more-btn,
  #page-content .common-page .article-list article .more-btn {
    display: none;
  }
}
@media (max-width: 700px) {
  #page-content.common-page .article-list article .more-btn,
  #page-content .common-page .article-list article .more-btn {
    padding: 0;
  }
}
#page-content.common-page .article-list article img,
#page-content .common-page .article-list article img {
  width: 100%;
  height: auto;
}
#page-content.common-page .article-list article .blog-archive-thumb,
#page-content .common-page .article-list article .blog-archive-thumb {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#page-content.common-page .pagenavi-wrapper,
#page-content .common-page .pagenavi-wrapper {
  text-align: center;
}
#page-content.common-page .pagenavi-wrapper .wp-pagenavi a,
#page-content.common-page .pagenavi-wrapper .wp-pagenavi span,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi a,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #42210b;
  margin: 5px;
  font-size: 20px;
  display: inline-block;
  width: 40px;
  height: auto;
  line-height: 1;
  padding: 9px 0 11px;
  border-radius: 5px;
  color: #42210b;
}
@media (max-width: 700px) {
  #page-content.common-page .pagenavi-wrapper .wp-pagenavi a,
  #page-content.common-page .pagenavi-wrapper .wp-pagenavi span,
  #page-content .common-page .pagenavi-wrapper .wp-pagenavi a,
  #page-content .common-page .pagenavi-wrapper .wp-pagenavi span {
    font-size: 14px;
    padding: 5px 0 7px;
    width: 28px;
    margin: 2px;
    border-radius: 2px;
  }
}
#page-content.common-page .pagenavi-wrapper .wp-pagenavi a.current,
#page-content.common-page .pagenavi-wrapper .wp-pagenavi span.current,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi a.current,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi span.current {
  background-color: #FDF5E0;
}
#page-content.common-page .pagenavi-wrapper .wp-pagenavi a.pages,
#page-content.common-page .pagenavi-wrapper .wp-pagenavi span.pages,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi a.pages,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi span.pages {
  display: none;
}
#page-content.common-page .pagenavi-wrapper .wp-pagenavi a.first, #page-content.common-page .pagenavi-wrapper .wp-pagenavi a.last,
#page-content.common-page .pagenavi-wrapper .wp-pagenavi span.first,
#page-content.common-page .pagenavi-wrapper .wp-pagenavi span.last,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi a.first,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi a.last,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi span.first,
#page-content .common-page .pagenavi-wrapper .wp-pagenavi span.last {
  white-space: nowrap;
  width: auto;
  padding: 9px 9px 11px;
}
@media (max-width: 700px) {
  #page-content.common-page .pagenavi-wrapper .wp-pagenavi a.first, #page-content.common-page .pagenavi-wrapper .wp-pagenavi a.last,
  #page-content.common-page .pagenavi-wrapper .wp-pagenavi span.first,
  #page-content.common-page .pagenavi-wrapper .wp-pagenavi span.last,
  #page-content .common-page .pagenavi-wrapper .wp-pagenavi a.first,
  #page-content .common-page .pagenavi-wrapper .wp-pagenavi a.last,
  #page-content .common-page .pagenavi-wrapper .wp-pagenavi span.first,
  #page-content .common-page .pagenavi-wrapper .wp-pagenavi span.last {
    padding: 5px 6px 7px;
  }
}
#page-content.common-page .single-content,
#page-content .common-page .single-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#page-content.common-page .single-content h3,
#page-content .common-page .single-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
#page-content.common-page .post-selection,
#page-content .common-page .post-selection {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 25% 30px;
  position: relative;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.common-page .post-selection,
  #page-content .common-page .post-selection {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  #page-content.common-page .post-selection,
  #page-content .common-page .post-selection {
    padding-left: 0;
    padding-right: 0;
  }
}
#page-content.common-page .post-selection .col,
#page-content .common-page .post-selection .col {
  position: relative;
  flex: 50%;
  margin: 0 10px;
}
#page-content.common-page .post-selection .col:after,
#page-content .common-page .post-selection .col:after {
  content: "▼";
  top: 12px;
  right: 14px;
  z-index: 10;
  position: absolute;
  color: white;
  font-size: 10px;
}
#page-content.common-page .post-selection .col.no-arrow:after,
#page-content .common-page .post-selection .col.no-arrow:after {
  display: none;
}
#page-content.common-page .post-selection select,
#page-content .common-page .post-selection select {
  background-color: #42210b;
  display: block;
  color: white;
  padding: 10px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: none;
}
#page-content.common-page .post-selection select option,
#page-content .common-page .post-selection select option {
  padding: 10px;
  text-align: left;
}
#page-content.common-page .post-selection input#recipe-search,
#page-content .common-page .post-selection input#recipe-search {
  padding: 8px 10px;
  width: 80%;
}
#page-content.common-page .post-selection button,
#page-content .common-page .post-selection button {
  width: 18%;
  padding: 10px;
  background: #42210b;
  color: white;
  border-radius: 3px;
  font-weight: 600;
}
#page-content.common-page .side-blanket,
#page-content .common-page .side-blanket {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 20px 30px;
}
@media (max-width: 700px) {
  #page-content.common-page .side-blanket,
  #page-content .common-page .side-blanket {
    padding: 15px 20px;
  }
}
#page-content.common-page .side-blanket:before, #page-content.common-page .side-blanket:after,
#page-content .common-page .side-blanket:before,
#page-content .common-page .side-blanket:after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  #page-content.common-page .side-blanket:before, #page-content.common-page .side-blanket:after,
  #page-content .common-page .side-blanket:before,
  #page-content .common-page .side-blanket:after {
    display: none;
  }
}
#page-content.common-page .side-blanket:before,
#page-content .common-page .side-blanket:before {
  left: 0;
  border-left: 1px solid #555;
}
#page-content.common-page .side-blanket:after,
#page-content .common-page .side-blanket:after {
  right: 0;
  border-right: 1px solid #555;
}
#page-content.common-page .side-blanket p:last-child,
#page-content.common-page .side-blanket ul:last-child,
#page-content.common-page .side-blanket ol:last-child,
#page-content .common-page .side-blanket p:last-child,
#page-content .common-page .side-blanket ul:last-child,
#page-content .common-page .side-blanket ol:last-child {
  margin-bottom: 0;
}
#page-content.common-page .features,
#page-content .common-page .features {
  gap: 20px;
  margin: 0 0 20px !important;
  padding: 20px 0px;
}
@media (max-width: 700px) {
  #page-content.common-page .features,
  #page-content .common-page .features {
    padding: 0;
  }
}
#page-content.common-page .features .column,
#page-content .common-page .features .column {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  #page-content.common-page .features .column,
  #page-content .common-page .features .column {
    padding: 0;
    margin-bottom: 10px;
    display: block;
  }
}
#page-content.common-page .features .column:before, #page-content.common-page .features .column:after,
#page-content .common-page .features .column:before,
#page-content .common-page .features .column:after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  #page-content.common-page .features .column:before, #page-content.common-page .features .column:after,
  #page-content .common-page .features .column:before,
  #page-content .common-page .features .column:after {
    /*display: none;*/
  }
}
#page-content.common-page .features .column:before,
#page-content .common-page .features .column:before {
  left: 0;
  border-left: 1px solid #555;
}
#page-content.common-page .features .column:after,
#page-content .common-page .features .column:after {
  right: 0;
  border-right: 1px solid #555;
}
#page-content.common-page .features .column.is-4-widescreen,
#page-content .common-page .features .column.is-4-widescreen {
  flex: 30%;
  width: auto;
}
#page-content.common-page .features p,
#page-content .common-page .features p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 0.5em;
}
@media (max-width: 1400px) {
  #page-content.common-page .features p,
  #page-content .common-page .features p {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  #page-content.common-page .features p,
  #page-content .common-page .features p {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
  }
}
#page-content.common-page .features p span,
#page-content .common-page .features p span {
  display: inline-block;
  position: relative;
}
#page-content.common-page .features p span:after,
#page-content .common-page .features p span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 3px;
  left: 0;
  background-color: #fbc600;
  z-index: -1;
}
@media (max-width: 700px) {
  #page-content.common-page .features p span:after,
  #page-content .common-page .features p span:after {
    bottom: 2px;
  }
}
#page-content.common-page .template-download-block,
#page-content .common-page .template-download-block {
  padding: 20px 30px;
  border: 1px solid #42210b;
  margin-bottom: 30px;
}
#page-content.common-page .template-download-block h3,
#page-content .common-page .template-download-block h3 {
  border-bottom: 1px solid #42210b;
  font-size: 25px;
  margin-bottom: 20px;
  left: 1.35em;
  padding-bottom: 10px;
}
#page-content.common-page .template-download-block ul li,
#page-content .common-page .template-download-block ul li {
  list-style: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 781px) {
  #page-content.okinawa .reason-columns p {
    text-align: center;
  }
}
@media (min-width: 700px) and (max-width: 1179px) {
  #page-content.okinawa .reason-columns .wp-block-column:not(:only-child) {
    flex-basis: 100%;
  }
  #page-content.okinawa .reason-columns .wp-block-column:not(:only-child):first-child {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  #page-content.okinawa .reason-columns .wp-block-column:not(:only-child) {
    flex-basis: auto !important;
  }
}
#page-content.okinawa .okinawa-special-prize dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#page-content.okinawa .okinawa-special-prize dl dt {
  width: 80px;
  padding-right: 20px;
  margin-bottom: 20px;
}
#page-content.okinawa .okinawa-special-prize dl dd {
  width: calc(100% - 80px);
  margin-bottom: 20px;
}
#page-content.okinawa .okinawa-special-prize dl dd p {
  margin: 0;
}
#page-content.okinawa .okinawa-special-prize dl dd p.large {
  color: #e60012;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
}

.labelbox .wp-block-column {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0.75rem;
}
@media (max-width: 700px) {
  .labelbox .wp-block-column {
    padding: 0;
    margin-bottom: 10px !important;
    display: block;
  }
}
.labelbox .wp-block-column:before, .labelbox .wp-block-column:after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .labelbox .wp-block-column:before, .labelbox .wp-block-column:after {
    /*display: none;*/
  }
}
.labelbox .wp-block-column:before {
  left: 0;
  border-left: 1px solid #555;
}
.labelbox .wp-block-column:after {
  right: 0;
  border-right: 1px solid #555;
}
.labelbox .wp-block-column p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 0.5em !important;
}
@media (max-width: 1400px) {
  .labelbox .wp-block-column p {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .labelbox .wp-block-column p {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 0;
    text-align: center !important;
  }
  .labelbox .wp-block-column p br {
    display: none;
  }
}
.labelbox .wp-block-column p strong {
  display: inline-block;
  position: relative;
}
.labelbox .wp-block-column p strong:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 3px;
  left: 0;
  background-color: #fbc600;
  z-index: -1;
}
@media (max-width: 700px) {
  .labelbox .wp-block-column p strong:after {
    bottom: 2px;
  }
}

/***********************************************************************
form
**********************************************************************/
#form-section .form-header {
  text-align: center;
  margin-bottom: 20px;
}
#form-section .form-header h3 {
  background-color: #6a3a0d;
  font-weight: 700;
  color: white;
  text-align: center;
  padding: 5px 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 6px double white;
  font-size: 25px;
}
@media (max-width: 700px) {
  #form-section .form-header h3 {
    font-size: 15px;
  }
}
#form-section .form-header h3:before, #form-section .form-header h3:after {
  content: "";
  position: absolute;
  top: 15px;
  width: 55px;
  height: 55px;
}
@media (max-width: 700px) {
  #form-section .form-header h3:before, #form-section .form-header h3:after {
    width: 35px;
    height: 35px;
  }
}
#form-section .form-header h3:before {
  background: url(../images/common/ribbon-lt.svg) no-repeat center center/contain;
  left: -55px;
}
@media (max-width: 700px) {
  #form-section .form-header h3:before {
    left: -35px;
  }
}
#form-section .form-header h3:after {
  background: url(../images/common/ribbon-rt.svg) no-repeat center center/contain;
  right: -55px;
}
@media (max-width: 700px) {
  #form-section .form-header h3:after {
    right: -35px;
  }
}
#form-section .inq-flow {
  max-width: 650px;
  margin: 30px auto 60px;
}
@media (max-width: 700px) {
  #form-section .inq-flow {
    margin: 0 auto 20px;
  }
}
#form-section .thanks-message {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  #form-section .thanks-message {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#form-section .catch-sign {
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 700px) {
  #form-section .catch-sign {
    padding: 50px;
  }
}
#form-section .catch-sign img {
  max-width: 300px;
}
#form-section .thanks-info {
  padding: 0 100px;
  margin-bottom: 300px;
}
@media (max-width: 700px) {
  #form-section .thanks-info {
    padding: 0;
    margin-bottom: 0;
  }
}
#form-section .thanks-info .soudan-box {
  margin: 0 0 20px;
}
#form-section .errorbox:not(:empty) {
  border: 1px solid red;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #FFE5E5;
}
#form-section dl {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
#form-section dl:after {
  content: "";
  display: block;
  clear: both;
}
#form-section dl dt {
  width: 200px;
  float: left;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}
@media (max-width: 700px) {
  #form-section dl dt {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
#form-section dl dt span.req-label {
  position: absolute;
  top: 5px;
  left: 0;
  color: #ccc;
  font-size: 1.2em;
  width: 18px;
  height: 18px;
  background: url(../images/common/req.svg) no-repeat center center/contain;
}
#form-section dl dt span.req-label.req-label-fix {
  background-image: url(../images/common/req-fix.svg);
}
#form-section dl dt span.req-text {
  display: block;
  color: #B70000;
  font-size: 0.8em;
}
@media (max-width: 700px) {
  #form-section dl dt span.req-text {
    display: inline-block;
  }
}
#form-section dl dd {
  float: left;
  margin-left: 30px;
  width: calc(100% - 230px);
  font-size: 16px;
}
@media (max-width: 700px) {
  #form-section dl dd {
    float: none;
    margin-left: 0;
    width: 100%;
    font-size: 13px;
    padding-left: 30px;
    padding-right: 10px;
  }
}
#form-section dl dd input,
#form-section dl dd select,
#form-section dl dd textarea {
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #42210b;
}
#form-section dl dd input[type=text],
#form-section dl dd input[type=email],
#form-section dl dd input[type=tel],
#form-section dl dd textarea {
  width: 100%;
}
#form-section dl dd input[type=radio],
#form-section dl dd input[type=checkbox] {
  transform: scale(1.5);
  transform-origin: center center;
}
#form-section dl dd select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  max-width: 100%;
}
#form-section dl dd select::-ms-expand {
  display: block;
}
#form-section dl dd input.is-middle {
  width: 30%;
}
#form-section dl dd input.is-small {
  width: 120px;
}
#form-section dl dd label.side {
  width: 2em;
  display: inline-block;
  margin-right: 5px;
}
#form-section dl dd a.zipinfo {
  text-decoration: underline;
  font-size: 0.9em;
  margin-left: 10px;
}
#form-section dl dd p.example {
  font-size: 0.9em;
  color: #888;
  padding-top: 10px;
}
#form-section dl dd p.note {
  font-size: 0.9em;
  color: #42210b;
  padding-top: 10px;
}
#form-section dl dd p.note.red {
  color: #B70000;
}
#form-section dl dd p.example + p,
#form-section dl dd p.note + p {
  padding-top: 10px;
}
#form-section dl dd .m5 {
  margin-bottom: 5px;
}
#form-section dl dd span.error {
  font-size: 93%;
  color: #B70000;
  display: inline-block;
  font-weight: 700;
}
#form-section dl dd label.schedule-chouri,
#form-section dl dd label.schedule-seika {
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  background: #42210b;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  height: 34px;
  width: 150px;
  font-size: 16px;
  font-weight: 600;
}
#form-section dl dd label.schedule-chouri:after,
#form-section dl dd label.schedule-seika:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 17px solid #42210b;
  border-bottom: 17px solid #42210b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#form-section dl dd label.schedule-chouri {
  background-color: #8dc21f;
}
#form-section dl dd label.schedule-chouri:after {
  border-top-color: #8dc21f;
  border-bottom-color: #8dc21f;
}
#form-section dl dd label.schedule-seika {
  background-color: #e86d73;
}
#form-section dl dd label.schedule-seika:after {
  border-top-color: #e86d73;
  border-bottom-color: #e86d73;
}
#form-section .submit-box {
  text-align: center;
  padding: 50px 0;
}
#form-section .submit-box input,
#form-section .submit-box button {
  border: 3px solid #42210b;
  color: #42210b;
  border-radius: 30px;
  background: #fbc600;
  padding: 10px 50px 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin: 0 20px;
  width: 400px;
}
@media (min-width: 700px) and (max-width: 1179px) {
  #form-section .submit-box input,
  #form-section .submit-box button {
    margin: 0 20px 20px;
  }
}
@media (max-width: 700px) {
  #form-section .submit-box input,
  #form-section .submit-box button {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
}
#form-section .submit-box input[name=submitBack],
#form-section .submit-box button[name=submitBack] {
  background: white;
}
#form-section .mw_wp_form_confirm p.example,
#form-section .mw_wp_form_confirm p.note,
#form-section .mw_wp_form_confirm a.zipinfo {
  display: none;
}
#form-section .mw_wp_form_confirm label.side {
  display: none;
}
#form-section .mw_wp_form_confirm span.req-text {
  display: none;
}
#form-section .mw_wp_form_confirm #FData_contents,
#form-section .mw_wp_form_confirm #FData_contents2 {
  /*display: block!important;*/
}

section.mw_wp_form {
  margin-bottom: 0;
}
section.mw_wp_form .page-header {
  margin-bottom: 0 !important;
}

.wp-block-image {
  margin-bottom: 0;
}

.wp-block-image + .wp-block-table {
  padding-top: 20px;
}

.wp-block-gallery ul {
  flex-flow: row wrap-reverse;
  margin-left: 0 !important;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 0 10px;
}/*# sourceMappingURL=common.css.map */