@charset "UTF-8";
/* A Modern CSS Reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0 auto;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/lib/fonts/glyphicons-halflings-regular.eot");
  src: url("/lib/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/lib/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/lib/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/lib/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/lib/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* 丸文字フォント */
@font-face {
  font-family: 'GenJyuuGothic';
  src: url("/lib/fonts/GenJyuuGothicX-Bold_subset.eot");
  src: url("/lib/fonts/GenJyuuGothicX-Bold_subset.eot?") format("embedded-opentype"), url("/lib/fonts/GenJyuuGothicX-Bold_subset.woff") format("woff"), url("/lib/fonts/GenJyuuGothicX-Bold_subset.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Light.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Light.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Light.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Regular.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Regular.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Regular.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Medium.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Medium.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Medium.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/chugaku/lib/fonts/YakuHanJP-Bold.eot);
  src: url(/chugaku/lib/fonts/YakuHanJP-Bold.woff2) format("woff2"), url(/chugaku/lib/fonts/YakuHanJP-Bold.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
body .c-article,
body .c-container {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.p-winter__title p {
  display: block;
  padding: 3px 20px 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  background-color: #EA3636;
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: .08em;
}
.p-winter__title h2 {
  margin-top: 30px;
  text-align: center;
  font: 500 32px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-winter__title02 p {
  font: normal 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-winter__title02 p {
    font-size: 30px;
  }
}
.p-winter__title02 h2 {
  margin-top: 10px;
  text-align: center;
  font: 500 30px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-winter__title02 h2 {
    font-size: 40px;
  }
}
.p-winter__title02 h2 span {
  font-weight: bold;
  color: #199BBA;
}
.p-winter__cnt01 {
  background-image: url(/shogaku/local/images/winter2023/cnt01-bk01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-winter__cnt01 {
    background-image: url(/shogaku/local/images/winter2023/cnt01-bk01-sp.png);
    background-size: cover;
  }
}
.p-winter__cnt01 .cnt01__model {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-bottom: -40px;
  margin-top: 50px;
}
.p-winter__cnt01 .cnt01__model img {
  width: 164px;
}
@media screen and (min-width: 768px) {
  .p-winter__cnt01 .cnt01__model img {
    width: 250px;
  }
}
.p-winter__cnt01 .cnt01__org {
  position: relative;
  z-index: 1;
}
.p-winter__cnt01 .cnt01__org img {
  width: 100%;
  height: 50px;
}
.p-winter__cnt02 {
  background-color: #FFF8EA;
}
.p-winter__cnt02 .cnt02__wrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.p-winter__cnt02 .cnt02__title {
  font: 500 23px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-winter__cnt02 .cnt02__img {
  text-align: center;
}
.p-winter__cnt02 .cnt02__img img {
  max-width: 400px;
  width: 100%;
}
.p-winter__cnt03 .cnt03__head {
  padding-top: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fef8ea), to(#fff));
  background: linear-gradient(#fef8ea 0%, #fff 100%);
}
.p-winter__cnt03 .cnt03__head h3 {
  font: 500 32px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-winter__cnt03 .cnt03__cases {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  /* padding: 0 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-winter__cnt03 .cnt03__case {
    width: calc(50% - 10px);
  }
}
.p-winter__cnt03 .cnt03__case img {
  cursor: pointer;
}
.p-winter__cnt03 .cnt03__case img:hover {
  opacity: .85;
}
@media screen and (max-width: 767px) {
  .p-winter__cnt03 .cnt03__case {
    margin-bottom: 0px;
  }
}
.p-winter__section {
  /* background: -webkit-gradient(linear, left top, left bottom, from(#d8f6ff), to(#fff)); */
  /* background: linear-gradient(#d8f6ff 0%, #fff 100%); */
  background-color: #e4f6fa;
}
.p-winter__section .p-winsec__inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.p-winter__section .p-winsec__label {
  text-align: center;
}
.p-winter__section .p-winsec__label img {
  width: 120px;
}
.p-winter__section .p-winsec__title {
  margin-top: 20px;
  margin-bottom: 25px;
}
.p-winter__section .p-winsec__title h3 {
  font: normal 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-winter__section .p-winsec__img {
  text-align: center;
  margin: 10px auto 20px;
}
.p-winter__section .p-winsec__img img {
  max-width: 400px;
  width: 100%;
}
.p-winter__section .p-winsec__text p {
  font: normal 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-winter .p-sec03__title {
  margin-top: 50px;
}
.p-winter .p-sec03__title h2 {
  font: 500 26px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-winter .p-sec03__img {
  text-align: center;
}
.p-winter .p-sec03__img img {
  width: 100%;
  max-width: 500px;
}
.p-winter .p-sec03__text {
  font: normal 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-winter .p-sec04 {
  position: relative;
  padding-bottom: 80px;
}
.p-winter .p-sec04::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffce3), to(#fff));
  background: linear-gradient(#fffce3 0%, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-winter .p-sec04__img {
  text-align: center;
}
.p-winter .p-sec04__img img {
  width: 100%;
  max-width: 300px;
}
.p-winter .p-sec04__movie {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.p-winter .p-sec04__text {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font: normal 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-winter .p-sec05 {
  background-color: transparent;
  text-align: center;
}
.p-winter .p-sec05 img {
  max-width: 500px;
  width: 100%;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}

.dayroutine {
  overflow: hidden;
}

.p-ornaments {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.p-ornaments.wide {
  max-width: 100%;
}
.p-ornaments.wide img {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .p-ornaments.wide img {
    height: 40px;
  }
}


.p-winter__cnt01 .cnt01__org02 img {
  width: 100%;
  max-width: 500px;
}
.p-winter__cnt01 .cnt01__org02 {
  text-align: center;
  margin-top: -10px;
}
.p-winter__cnt01 .cnt01__org03 img {
  width: auto;
}
.p-winter__cnt01 .cnt01__org03 {
  text-align: center;
  padding-top: 1em;
}
.no-bgimg {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .no-bgimg  {
      background-image: none;
  }
}