<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ======================================================
 * year.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Components
 * - Clearfix
 * @media only screen and (max-width: 767px)
 * - Page Components
 * - Clearfix
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Components
  ------------------------------------------------------ */
  /* ----- year-layout ----- */
  .year-layout + * {
    margin-top: 60px;
  }
  .year-layout .year-heading {
    text-align: center;
  }
  .year-layout .year-heading .heading_inner {
    position: relative;
    display: inline-block;
  }
  .year-layout .year-heading .heading_inner:before,
  .year-layout .year-heading .heading_inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
  }
  .year-layout .year-heading .heading_inner:before {
    top: 0;
    left: 0;
    border-width: 61px 31px 0 0;
    border-color: #b2e5f7 transparent transparent transparent;
  }
  .year-layout .year-heading .heading_inner:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 61px 31px;
    border-color: transparent transparent #b2e5f7 transparent;
  }
  .year-layout .year-heading .heading_title {
    padding: 25px 70px;
    font-size: 3.2rem;
    line-height: 1.31;
    text-align: center;
  }
  .year-layout .year-heading .heading_title:before,
  .year-layout .year-heading .heading_title:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 61px;
    border-style: solid;
    box-sizing: border-box;
    z-index: 2;
  }
  .year-layout .year-heading .heading_title:before {
    top: 10px;
    left: 10px;
    border-width: 2px 0 0 2px;
    border-color: #000000 transparent transparent #000000;
  }
  .year-layout .year-heading .heading_title:after {
    bottom: 10px;
    right: 10px;
    border-width: 0 2px 2px 0;
    border-color: transparent #000000 #000000 transparent;
  }
  .year-layout .year-column {
    position: relative;
    margin: 40px 0 0;
  }
  .year-layout .year-column:before {
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    width: 1px;
    min-height: calc(100% - 140px);
    background-image: url("/osaka-bridal/schoolguide/img/year_ex02_pc.png");
    background-repeat: repeat-y;
    background-position: 0 0;
  }
  .year-layout .year-column &gt; .column_item {
    width: calc((100% - 120px) / 2);
    background-image: url("/osaka-bridal/schoolguide/img/year_bg01.png");
    background-position: 0 0;
  }
  .year-layout .year-column &gt; .column_item[data-column-item="1"] {
    float: left;
  }
  .year-layout .year-column &gt; .column_item[data-column-item="2"] {
    float: right;
  }
  .year-layout .year-column-v2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .year-layout .year-column-v2 &gt; * {
    width: calc((100% - 20px) / 2);
  }
  .year-layout .year-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    border-bottom: 1px solid #000000;
    text-align: center;
  }
  .year-layout .year-title:before,
  .year-layout .year-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -20px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: transparent;
  }
  .year-layout .year-title:before {
    border-top-color: #000000;
  }
  .year-layout .year-title:after {
    margin-top: -1px;
    border-top-color: #ffffff;
  }
  .year-layout [data-column-item="1"] .year-title {
    background-image: url("/osaka-bridal/schoolguide/img/year_bg02_pc.jpg");
  }
  .year-layout [data-column-item="2"] .year-title {
    background-image: url("/osaka-bridal/schoolguide/img/year_bg03_pc.jpg");
  }
  .year-layout .year-title span {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .year-layout .year-inner {
    padding: 60px 20px 20px;
    /*background-image: url("/osaka-bridal/schoolguide/img/year_bg01.png");
    background-position: 0 0;*/
  }
  .year-layout .year-inner &gt; *:first-child {
    margin-top: 0;
  }
  .year-layout .year-frame {
    position: relative;
    margin: 30px 0 0;
  }
  .year-layout .year-month,
  .year-layout .year-month:before,
  .year-layout .year-month:after {
    position: absolute;
    width: 81px;
    height: 81px;
  }
  .year-layout .year-month:before,
  .year-layout .year-month:after {
    content: "";
    border-radius: 50%;
    z-index: -1;
  }
  .year-layout .year-month,
  .year-layout .year-month:after {
    top: 0;
  }
  .year-layout .year-month {
    margin: 0;
    line-height: 81px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
  }
  .year-layout [data-column-item="1"] .year-month {
    right: -119px;
  }
  .year-layout [data-column-item="2"] .year-month {
    left: -119px;
  }
  .year-layout .year-month &gt; span {
    font-size: 3.3rem;
    font-family: "Times New Roman", Times, "serif";
    font-weight: normal;
    font-style: italic;
  }
  .year-layout .year-month:before {
    top: 2px;
    left: 3px;
    background-color: #ffdaeb;
  }
  .year-layout .year-month:after {
    left: 0;
    border: 1px solid #333333;
  }
  .year-layout .year-box {
    padding: 30px;
    background-color: #ffffff;
  }
  .year-layout .year-title-v2 {
    position: absolute;
    top: -1.8em;
    left: 0;
    width: 100%;
    line-height: 1;
    text-align: center;
  }
  .year-layout .year-title-v2 &gt; span {
    font-size: 4.8rem;
    font-family: "Times New Roman", Times, "serif";
    font-style: italic;
  }
  .year-layout .year-list &gt; li {
    position: relative;
    padding: 0 0 0 20px;
  }
  .year-layout .year-list &gt; li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #29a7d9;
    border-radius: 50%;
  }
  .year-layout .year-list &gt; li &gt; a {
    text-decoration: underline;
  }
  .year-layout .year-list &gt; li &gt; a:hover {
    text-decoration: none;
  }
  .year-layout .year-image {
    position: relative;
    padding: 2px 3px 3px 2px;
    border: 1px solid #333333;
    border-top: none;
    border-left: none;
  }
  .year-layout .year-image:after {
    content: "";
    position: absolute;
    right: -17px;
    bottom: -17px;
    width: 71px;
    height: 64px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex01_pc.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .year-layout .year-image img {
    width: 100%;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .year-layout .year-column::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Components
  ------------------------------------------------------ */
  /* ----- year-layout ----- */
  .year-layout + section .heading-other02 {
    margin-top: 30px;
  }
  .year-layout .year-heading {
    text-align: center;
  }
  .year-layout .year-heading .heading_inner {
    position: relative;
    display: inline-block;
  }
  .year-layout .year-heading .heading_inner:before,
  .year-layout .year-heading .heading_inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
  }
  .year-layout .year-heading .heading_inner:before {
    top: 0;
    left: 0;
    border-width: 40px 20px 0 0;
    border-color: #b2e5f7 transparent transparent transparent;
  }
  .year-layout .year-heading .heading_inner:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 40px 20px;
    border-color: transparent transparent #b2e5f7 transparent;
  }
  .year-layout .year-heading .heading_title {
    padding: 20px 26px;
    font-size: 2.1rem;
    line-height: 1.31;
    text-align: center;
  }
  .year-layout .year-heading .heading_title:before,
  .year-layout .year-heading .heading_title:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 40px;
    border-style: solid;
    box-sizing: border-box;
    z-index: 2;
  }
  .year-layout .year-heading .heading_title:before {
    top: 6px;
    left: 6px;
    border-width: 1px 0 0 1px;
    border-color: #000000 transparent transparent #000000;
  }
  .year-layout .year-heading .heading_title:after {
    bottom: 6px;
    right: 6px;
    border-width: 0 2px 2px 0;
    border-color: transparent #000000 #000000 transparent;
  }
  .year-layout .year-column {
    margin: 20px -15px 0;
  }
  .year-layout .year-column &gt; .column_item + .column_item {
    border-top: 1px solid #ffffff;
  }
  .year-layout .year-title {
    position: relative;
    display: flex;
    height: 50px;
    background-image: url("/osaka-bridal/schoolguide/img/year_bg04_sp.png");
    background-position: 0 0;
    background-size: 150px 150px;
    border-top: 2px solid #333333;
  }
  .year-layout .year-title:before,
  .year-layout .year-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 1px;
    background-color: #333333;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .year-layout .year-title:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .year-layout .year-title.is-active:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .year-layout .year-title &gt; * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto 100%;
  }
  .year-layout [data-column-item="1"] .year-title &gt; * {
    background-image: url("/osaka-bridal/schoolguide/img/year_bg02_sp.png");
  }
  .year-layout [data-column-item="2"] .year-title &gt; * {
    background-image: url("/osaka-bridal/schoolguide/img/year_bg03_sp.png");
  }
  .year-layout .year-title &gt; * &gt; span {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .year-layout .year-inner {
    padding: 30px 15px 20px;
    background-image: url("/osaka-bridal/schoolguide/img/year_bg01.png");
    background-position: 0 0;
    background-size: 200px 200px;
  }
  .year-layout .year-inner &gt; *:first-child {
    margin-top: 0;
  }
  .year-layout .year-frame {
    position: relative;
    margin: 30px 0 0;
  }
  .year-layout .year-month {
    display: none;
  }
  .year-layout .year-box {
    padding: 25px 20px;
    background-color: #ffffff;
  }
  .year-layout .year-box[class*="type-"] {
    position: relative;
    padding-right: 105px;
  }
  .year-layout .year-box[class*="type-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 105px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .year-layout .year-box.type-jan:before {
    height: 58px;
    margin-top: -29px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex08_sp.png");
    background-size: 52px 58px;
  }
  .year-layout .year-box.type-mar:before {
    height: 43px;
    margin-top: -22px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex09_sp.png");
    background-size: 72px 43px;
  }
  .year-layout .year-box.type-apr:before {
    height: 53px;
    margin-top: -27px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex10_sp.png");
    background-size: 55px 53px;
  }
  .year-layout .year-box.type-may:before {
    height: 50px;
    margin-top: -25px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex03_sp.png");
    background-size: 42px 50px;
  }
  .year-layout .year-box.type-jun:before {
    height: 43px;
    margin-top: -22px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex11_sp.png");
    background-size: 54px 43px;
  }
  .year-layout .year-box.type-jul:before {
    height: 48px;
    margin-top: -24px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex04_sp.png");
    background-size: 55px 48px;
  }
  .year-layout .year-box.type-aug:before {
    height: 55px;
    margin-top: -28px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex05_sp.png");
    background-size: 51px 55px;
  }
  .year-layout .year-box.type-sep:before {
    height: 62px;
    margin-top: -31px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex12_sp.png");
    background-size: 65px 62px;
  }
  .year-layout .year-box.type-oct:before {
    height: 53px;
    margin-top: -27px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex06_sp.png");
    background-size: 55px 53px;
  }
  .year-layout .year-box.type-nov:before {
    height: 57px;
    margin-top: -29px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex13_sp.png");
    background-size: 44px 57px;
  }
  .year-layout .year-box.type-dec:before {
    height: 66px;
    margin-top: -33px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex07_sp.png");
    background-size: 65px 66px;
  }
  .year-layout .year-title-v2 {
    position: absolute;
    top: -1.4em;
    left: 0;
    width: 100%;
    line-height: 1;
    text-align: center;
  }
  .year-layout .year-title-v2 &gt; span {
    font-size: 3.6rem;
    font-family: "Times New Roman", Times, "serif";
    font-style: italic;
  }
  .year-layout .year-list &gt; li {
    position: relative;
    padding: 0 0 0 17px;
  }
  .year-layout .year-list &gt; li:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #29a7d9;
    border-radius: 50%;
  }
  .year-layout .year-list &gt; li &gt; a {
    text-decoration: underline;
  }
  .year-layout .year-image {
    position: relative;
    width: 68.82%;
    margin: 15px auto 0;
    padding: 2px 3px 3px 2px;
    border: 1px solid #333333;
    border-top: none;
    border-left: none;
  }
  .year-layout .year-image:after {
    content: "";
    position: absolute;
    right: -14px;
    bottom: -14px;
    width: 67px;
    height: 59px;
    background-image: url("/osaka-bridal/schoolguide/img/year_ex01_sp.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .year-layout .year-image img {
    width: 100%;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
}</pre></body></html>