@charset "UTF-8";
/* ----------------------------------------
このCSSは、FLOCSSに従ってCSS設計を行っています。
| FLOCSSについて | https://github.com/hiloki/flocss
---------------------------------------- */
/* ----------------------------------------
normalize.css v8.0.0
| MIT License | github.com/necolas/normalize.css
---------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #f7f4f2 url(../img/common/bg.png);
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, "メイリオ", sans-serif;
  color: #454645;
  letter-spacing: 0.08em;
  line-height: 1.8;
  overflow-x: hidden;
}

h1 {
  margin: 1em 0 0.8em;
}

ol {
  padding-left: 1.8em;
}

dd {
  margin-left: 1.2em;
}

a {
  color: #454645;
  text-decoration: none;
  -webkit-transition: opacity 100ms 0s ease;
  transition: opacity 100ms 0s ease;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
-------------------------------------------
header
---------------------------------------- */
.l-head {
  border-top: solid 10px #ec7d9f;
  position: relative;
}

.l-head::before {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec7d9f), color-stop(50%, transparent));
  background-image: linear-gradient(90deg, #ec7d9f 50%, transparent 50%);
  background-size: 6.5px 1px;
}

/* ----------------------------------------
container
---------------------------------------- */
.l-container {
  overflow: hidden;
}

/* ----------------------------------------
footer
---------------------------------------- */
.l-foot {
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
column/button/form/media...
-------------------------------------------
ブロックコンテンツ
---------------------------------------- */
.c-area, .c-area--accent {
  padding-right: 1em;
  padding-left: 1em;
}

.c-area--accent {
  background-color: #f3ece3;
}

.c-inner {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

.c-section {
  padding-top: 1.4em;
  padding-bottom: 1em;
}

.c-block {
  margin-top: 1em;
  margin-bottom: 4em;
}

/* ----------------------------------------
見出し
---------------------------------------- */
.c-headline {
  background-color: #f3ece3;
  border-top: solid 1px #eee5d8;
  border-bottom: solid 1px #eee5d8;
  height: 235px;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.c-headline > img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
  .c-headline {
    /*スマホ*/
    height: 120px;
  }
}

.c-title {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.c-title span {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.c-title span::before, .c-title span:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec7d9f), color-stop(50%, transparent));
  background-image: linear-gradient(90deg, #ec7d9f 50%, transparent 50%);
  background-size: 6.5px 1px;
  width: 400px;
  position: absolute;
  top: 40%;
}

.c-title span::before {
  right: 100%;
}

.c-title span::after {
  left: 100%;
}

@media only screen and (max-width: 480px) {
  .c-title span {
    /*スマホ*/
    height: 35px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-title span > img {
    height: 100%;
    width: auto;
  }
}

.c-subtitle, .c-subtitle--accent {
  display: inline-block;
  border: solid 1px #ec7d9f;
  background-color: #fff;
  padding: 6px 15px;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.c-subtitle--accent {
  border: solid 1px #23ca97;
}

.c-lead {
  display: inline-block;
  background: url(../img/common/icon_lead_01.svg) no-repeat top 9px left;
  padding-left: 20px;
  font-size: 1.3em;
}

.c-lead--accent {
  display: inline-block;
  background: url(../img/common/icon_lead_02.svg) no-repeat top 9px left;
  border-bottom: dashed 1px #ec7d9f;
  padding-left: 20px;
  font-size: 1.3em;
}

.c-large {
  display: block;
  font-size: 1.55rem;
}

.c-mini {
  display: block;
  font-size: 1.15rem;
}

.c-middle {
  display: block;
}

/* ----------------------------------------
テキスト関係
---------------------------------------- */
.c-ruby {
  line-height: 1.2;
  color: #23ca97;
  font-size: 1rem;
  letter-spacing: 0.2em;
}

.c-em {
  border-bottom: solid 1px #23ca97;
  font-style: normal;
  color: #23ca97;
}

/* ----------------------------------------
カラム
---------------------------------------- */
.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 1em;
}

.c-column__col2 {
  width: 49%;
  margin-bottom: 1em;
}

.c-column__col2--tbpc {
  width: 100%;
  margin-bottom: 1em;
}

@media only screen and (min-width: 481px) {
  .c-column__col2--tbpc {
    /*タブレット・パソコン*/
    width: 48%;
  }
}

.c-column__col3 {
  width: 31%;
  margin-bottom: 1em;
}

.c-column__col3--tbpc {
  width: 100%;
  margin-bottom: 1em;
}

@media only screen and (min-width: 481px) {
  .c-column__col3--tbpc {
    /*タブレット・パソコン*/
    width: 31%;
  }
}

.c-column__col4 {
  width: 24%;
  margin-bottom: 1em;
}

.c-column__col4--tbpc {
  width: 100%;
  margin-bottom: 1em;
}

@media only screen and (min-width: 481px) and (max-width: 812px) {
  .c-column__col4--tbpc {
    /*タブレット*/
    width: 48%;
  }
}

@media only screen and (min-width: 813px) {
  .c-column__col4--tbpc {
    /*パソコン*/
    width: 24%;
  }
}

/* ----------------------------------------
メディア系2カラム
---------------------------------------- */
@media only screen and (min-width: 813px) {
  .c-media {
    /*パソコン*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 813px) {
  .c-media__item {
    /*パソコン*/
    width: 55%;
  }
}

.c-media__description {
  margin-top: 1em;
}

@media only screen and (min-width: 813px) {
  .c-media__description {
    /*パソコン*/
    width: 38%;
    margin-top: 0;
  }
}

/* ----------------------------------------
リスト
---------------------------------------- */
.c-unorder {
  padding-left: 0;
}

.c-unorder__list {
  list-style: none;
  background: url(../img/common/icon_list.svg) no-repeat top 4px left;
  padding-left: 25px;
}

.c-unorder__list--none {
  list-style: none;
  margin-bottom: 0.65em;
}

/* ----------------------------------------
番号付リスト
---------------------------------------- */
.c-order {
  margin: 0 0 10px 0;
}

.c-order li {
  list-style-type: decimal;
  line-height: 2.5rem;
}

/* ----------------------------------------
テーブル
---------------------------------------- */
.c-table, .c-table--accent {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (min-width: 813px) {
  .c-table, .c-table--accent {
    /*パソコン*/
    border-right: solid 2px #fff;
    border-left: solid 2px #fff0f5;
  }
}

.c-table th, .c-table--accent th,
.c-table td,
.c-table--accent td {
  padding: 12px 20px;
  border: solid 1px #e4e1db;
}

.c-table th, .c-table--accent th {
  background-color: #fff0f5;
  color: #454645;
  font-weight: normal;
  font-size: 1.1em;
}

@media only screen and (max-width: 480px) {
  .c-table th, .c-table--accent th {
    /*スマホ*/
    padding: 5px 1em;
  }
}

@media only screen and (min-width: 813px) {
  .c-table th, .c-table--accent th {
    /*パソコン*/
    width: 250px;
  }
}


.c-table td,
.c-table--accent td {
  background-color: #fff;
}

@media only screen and (max-width: 480px) {
  .c-table, .c-table--accent {
    /*スマホ*/
    display: block;
  }
  .c-table tbody, .c-table--accent tbody,
  .c-table tr,
  .c-table--accent tr, .c-table th, .c-table--accent th,
  .c-table td,
  .c-table--accent td {
    display: block;
  }
}

@media only screen and (min-width: 813px) {
  .c-table--accent {
    /*パソコン*/
    border-right: solid 2px #f3ece3;
    border-left: solid 2px #f3ece3;
  }
}

.c-table--accent th {
  background-color: #f8f4ed;
  color: #ec7d9f;
}

/* ----------------------------------------
段落
---------------------------------------- */
.c-paragraph {
  margin-bottom: 2.2em;
}

/* ----------------------------------------
dl
---------------------------------------- */
.c-definition dt {
  padding-top: 0.5em;
  color: #ec7d9f;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 481px) {
  .c-definition dt {
    /*タブレット・パソコン*/
    width: 110px;
    padding-bottom: 0.5em;
    float: left;
    clear: both;
  }
}

.c-definition dt:first-of-type {
  padding-top: 0;
}

.c-definition dd {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #e4e1db;
  margin-left: 0;
}

@media only screen and (min-width: 481px) {
  .c-definition dd {
    /*タブレット・パソコン*/
    padding-top: 0.5em;
    padding-left: 110px;
  }
}

.c-definition dd:first-of-type {
  padding-top: 0;
}

.c-definition--accent {
  border-top: dotted 1px #ec7d9f;
}

@media only screen and (min-width: 481px) {
  .c-definition--accent {
    /*タブレット・パソコン*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-definition--accent dt, .c-definition--accent dd {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: dotted 1px #ec7d9f;
}

.c-definition--accent dt {
  background-color: #f1f5e6;
  text-align: center;
}

@media only screen and (min-width: 481px) {
  .c-definition--accent dt {
    /*タブレット・パソコン*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    margin-right: 1px;
  }
}

.c-definition--accent dd {
  margin-left: 0;
}

@media only screen and (min-width: 481px) {
  .c-definition--accent dd {
    /*タブレット・パソコン*/
    width: calc(100% - 156px);
    padding-left: 15px;
  }
}

/* ----------------------------------------
ボタン
---------------------------------------- */
.c-btn-column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.c-btn-column__list {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.c-btn {
  display: inline-block;
  min-width: 110px;
  background-color: #ec7d9f;
  border: solid 2px #fff;
  padding: 0.7em 0.8em;
  color: #fff;
  text-align: center;
}

.c-btn:hover {
  background-color: #fff45c;
}

.c-btn--large {
  display: inline-block;
  padding: 1.8em 2.2em;
  background-color: #ec7d9f;
  border-bottom: solid 7px #60B601;
  border-radius: 20px;
  color: #fff;
}

.c-btn--large:hover {
  background-color: #ee8aa9;
  border-top: solid 3px rgba(0, 0, 0, 0);
  border-bottom: solid 4px #60B601;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.c-btn--accent {
  display: block;
  background-color: #eaf5dd;
  border: dotted 1px #ec7d9f;
  padding: 2em 1em;
  text-align: center;
}

.c-btn--accent:hover {
  background-color: #e3f2d1;
}

/* ----------------------------------------
アイコン
---------------------------------------- */
.c-icon--arrow, .c-icon--arrow-bottom {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.c-icon--arrow::before, .c-icon--arrow-bottom::before {
  display: block;
  content: '';
  width: 5.5px;
  height: 5.5px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 5.5px;
  z-index: 2;
}

.c-icon--arrow::after, .c-icon--arrow-bottom::after {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ec7d9f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.c-icon--arrow-bottom::before {
  -webkit-transform: rotate(45deg) translateY(-80%);
  transform: rotate(45deg) translateY(-80%);
  left: 3px;
}

.c-icon--pdf {
  display: inline-block;
  background: url(../img/common/icon_pdf.svg) no-repeat center left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
-------------------------------------------
header周辺
---------------------------------------- */
.p-head-logo {
  padding-top: 1.9em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.8em;
}

.p-head-illust {
  text-align: center;
  padding-bottom: 20px;
}

.p-head-side {
  display: none;
}

@media only screen and (min-width: 813px) {
  .p-head-side {
    /*パソコン*/
    display: block;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-top: 0.6em;
}

.p-subnav__list {
  list-style: none;
  margin-left: 1em;
}

/* ----------------------------------------
nav
---------------------------------------- */
@media only screen and (max-width: 812px) {
  .p-nav-wrap {
    /*スマホ・タブレット*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 235, 235, 0.9);
    padding-top: 80px;
    padding-bottom: 30px;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    -webkit-transition: left 400ms 0s ease;
    transition: left 400ms 0s ease;
    overflow-y: auto;
  }
  .p-nav-wrap.is--enable {
    left: 0;
  }
}

@media only screen and (min-width: 813px) {
  .p-nav-wrap {
    /*パソコン*/
    -webkit-transform: translateY(-95px);
    transform: translateY(-95px);
    margin-bottom: -95px;
  }
}

.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

@media only screen and (max-width: 812px) {
  .p-nav {
    /*スマホ・タブレット*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 481px) and (max-width: 812px) {
  .p-nav {
    /*タブレット*/
  }
  .p-nav::after {
    display: block;
    content: '';
    width: 32%;
  }
}

.p-nav__list, .p-nav__list--subnav {
  list-style: none;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .p-nav__list, .p-nav__list--subnav {
    /*スマホ*/
    width: 48%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 812px) {
  .p-nav__list, .p-nav__list--subnav {
    /*タブレット*/
    width: 32%;
  }
}

@media only screen and (max-width: 812px) {
  .p-nav__list, .p-nav__list--subnav {
    /*スマホ・タブレット*/
    background-color: #fff;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 813px) {
  .p-nav__list, .p-nav__list--subnav {
    /*パソコン*/
    width: 14%;
    margin: 0;
  }
}

.p-nav__list > a, .p-nav__list--subnav > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 813px) {
  .p-nav__list > a, .p-nav__list--subnav > a {
    /*パソコン*/
    padding-bottom: 1.6em;
    position: relative;
  }
  .p-nav__list > a::before, .p-nav__list--subnav > a::before {
    display: block;
    content: '';
    width: 0;
    height: 6px;
    background-color: #fff45c;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: width 200ms 0s ease;
    transition: width 200ms 0s ease;
  }
  .p-nav__list > a:hover::before, .p-nav__list--subnav > a:hover::before, .p-nav__list > a.is--current::before, .p-nav__list--subnav > a.is--current::before {
    width: 100%;
  }
}

.p-nav__list--space {
  display: none;
}

@media only screen and (min-width: 813px) {
  .p-nav__list--space {
    /*パソコン*/
    display: block;
    width: 260px;
  }
}

@media only screen and (min-width: 813px) {
  .p-nav__list--subnav {
    /*パソコン*/
    display: none;
  }
}

.p-nav-btn {
  width: 40px;
  height: 40px;
  background-color: #fff45c;
  position: absolute;
  top: 0;
  right: 1em;
  z-index: 100;
}

.p-nav-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 10px;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}

.p-nav-btn span:nth-of-type(1) {
  top: 12px;
}

.p-nav-btn span:nth-of-type(2) {
  top: 19px;
}

.p-nav-btn span:nth-of-type(3) {
  bottom: 12px;
}

.p-nav-btn.is--close {
  position: fixed;
  top: 10px;
}

.p-nav-btn.is--close span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.p-nav-btn.is--close span:nth-of-type(2) {
  opacity: 0;
}

.p-nav-btn.is--close span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

/* ----------------------------------------
パンくず
---------------------------------------- */
.p-breadcrumb {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.2rem;
  color: #fff45c;
  letter-spacing: 0.12em;
}

.p-breadcrumb a:-webkit-any-link {
  color: #fff45c;
}

.p-breadcrumb a:-moz-any-link {
  color: #fff45c;
}

.p-breadcrumb a:any-link {
  color: #fff45c;
}

/* ----------------------------------------
footer周辺
---------------------------------------- */
.p-foot-info {
  padding-top: 3em;
  padding-bottom: 2.2em;
}

.p-foot-info p {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.p-pagetop {
  height: 300px;
  background: url(../img/common/bg_pagetop.jpg) no-repeat center/cover;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .p-pagetop {
    /*スマホ*/
    height: 160px;
  }
}

.p-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: opacity 100ms 0s ease;
  transition: opacity 100ms 0s ease;
}

.p-pagetop span:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media only screen and (max-width: 480px) {
  .p-pagetop span {
    /*スマホ*/
  }
  .p-pagetop span > img {
    width: 180px;
    height: auto;
  }
}

.p-copyright {
  background-color: #f587a0;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px;
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
-------------------------------------------
表示・非表示
---------------------------------------- */
.u-display-none {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 812px) {
  .u-display-none--tb {
    /*タブレット*/
    display: none;
  }
}

@media only screen and (min-width: 481px) {
  .u-display-show--sp {
    /*タブレット・パソコン*/
    display: none;
  }
}

@media only screen and (min-width: 813px) {
  .u-display-show--sptb {
    /*パソコン*/
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .u-display-show--tb {
    /*スマホ*/
    display: none;
  }
}

@media only screen and (min-width: 813px) {
  .u-display-show--tb {
    /*パソコン*/
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .u-display-show--tbpc {
    /*スマホ*/
    display: none;
  }
}

@media only screen and (max-width: 812px) {
  .u-display-show--pc {
    /*スマホ・タブレット*/
    display: none;
  }
}

/* ----------------------------------------
width
---------------------------------------- */
.u-width--5 {
  width: 5%;
}

.u-width--10 {
  width: 10%;
}

.u-width--15 {
  width: 15%;
}

.u-width--20 {
  width: 20%;
}

.u-width--25 {
  width: 25%;
}

.u-width--30 {
  width: 30%;
}

.u-width--35 {
  width: 35%;
}

.u-width--40 {
  width: 40%;
}

.u-width--45 {
  width: 45%;
}

.u-width--50 {
  width: 50%;
}

.u-width--55 {
  width: 55%;
}

.u-width--60 {
  width: 60%;
}

.u-width--65 {
  width: 65%;
}

.u-width--70 {
  width: 70%;
}

.u-width--75 {
  width: 75%;
}

.u-width--80 {
  width: 80%;
}

.u-width--85 {
  width: 85%;
}

.u-width--90 {
  width: 90%;
}

.u-width--95 {
  width: 95%;
}

.u-width--100 {
  width: 100%;
}

/* ----------------------------------------
padding
---------------------------------------- */
.u-padding-top {
  padding-top: 1em;
}

.u-padding-top--xsmall {
  padding-top: 0.7em;
}

.u-padding-top--small {
  padding-top: 1.2em;
}

.u-padding-top--middle {
  padding-top: 1.5em;
}

.u-padding-top--large {
  padding-top: 1.7em;
}

.u-padding-top--xlarge {
  padding-top: 2em;
}

.u-padding-top--xxlarge {
  padding-top: 3em;
}

.u-padding-right {
  padding-right: 1em;
}

.u-padding-right--xsmall {
  padding-right: 0.7em;
}

.u-padding-right--small {
  padding-right: 1.2em;
}

.u-padding-right--middle {
  padding-right: 1.5em;
}

.u-padding-right--large {
  padding-right: 1.7em;
}

.u-padding-right--xlarge {
  padding-right: 2em;
}

.u-padding-right--xxlarge {
  padding-right: 3em;
}

.u-padding-bottom {
  padding-bottom: 1em;
}

.u-padding-bottom--xsmall {
  padding-bottom: 0.7em;
}

.u-padding-bottom--small {
  padding-bottom: 1.2em;
}

.u-padding-bottom--middle {
  padding-bottom: 1.5em;
}

.u-padding-bottom--large {
  padding-bottom: 1.7em;
}

.u-padding-bottom--xlarge {
  padding-bottom: 2em;
}

.u-padding-bottom--xxlarge {
  padding-bottom: 3em;
}

.u-padding-left {
  padding-left: 1em;
}

.u-padding-left--xsmall {
  padding-left: 0.7em;
}

.u-padding-left--small {
  padding-left: 1.2em;
}

.u-padding-left--middle {
  padding-left: 1.5em;
}

.u-padding-left--large {
  padding-left: 1.7em;
}

.u-padding-left--xlarge {
  padding-left: 2em;
}

.u-padding-left--xxlarge {
  padding-left: 3em;
}

/* ----------------------------------------
marginの相殺
float/flex等で上下marginが相殺されない場合等に
---------------------------------------- */
.u-offset-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.u-offset-margin--top {
  margin-top: 0;
}

.u-offset-margin--bottom {
  margin-bottom: 0;
}

/* ----------------------------------------
フォント指定
webフォント等を指定したい場合等に
---------------------------------------- */
.u-font--midashi-go {
  font-family: "a-otf-midashi-go-mb31-pr6n";
}

/* ----------------------------------------
font-size
---------------------------------------- */
.u-font-size--xsmall {
  font-size: 1rem;
}

.u-font-size--small {
  font-size: 1.1rem;
}

.u-font-size--middle {
  font-size: 1.2rem;
}

.u-font-size--default {
  font-size: 1.5rem;
}

.u-font-size--large {
  font-size: 1.7rem;
}

.u-font-size--xlarge {
  font-size: 2.2rem;
}

/* ----------------------------------------
テキスト
---------------------------------------- */
.u-align--right {
  text-align: right;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

/* ----------------------------------------
画像
---------------------------------------- */
.u-img--response {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------
リンク
---------------------------------------- */
.u-link--line a {
  text-decoration: underline;
}

.u-link--line a:hover {
  text-decoration: none;
}

.u-link--arrow {
  display: inline-block;
  padding-left: 1.2em;
  position: relative;
}

.u-link--arrow::before {
  display: block;
  content: '';
  width: 0.3em;
  height: 0.3em;
  border-right: solid 2px #ff7bab;
  border-bottom: solid 2px #ff7bab;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0.3em;
  z-index: 2;
}

.u-link--hover a:hover {
  opacity: 0.8;
}

/* ----------------------------------------
Single
再利用できない、各ページで限定的に使われる装飾です。
各ページ名のプレフィックスをつけています。
-------------------------------------------
swiper.js
---------------------------------------- */
.swiper-slider {
  max-width: 925px;
  margin: 0 auto;
}

.swiper-container {
  overflow: visible;
}

.swiper-slide > img {
  width: 100%;
  height: auto;
}

.swiper-copy {
  width: 30%;
  max-width: 220px;
  position: absolute;
  left: 3%;
  bottom: 5%;
  z-index: 3;
}

.swiper-copy > img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------
googlemap.js
---------------------------------------- */
#js-google-map {
  width: 100%;
  height: 350px;
}

/* ----------------------------------------
js
---------------------------------------- */
.js-modal {
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(255, 250, 250, 0.9) no-repeat center/contain;
  border: solid 20px rgba(255, 250, 250, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.js-modal.is--active {
  visibility: visible;
  opacity: 1;
}

.js-modal-flag:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* ----------------------------------------
トップページ
---------------------------------------- */
/* ----------------------------------------
園について
---------------------------------------- */
.about-floor {
  margin: 2em auto;
}

@media only screen and (min-width: 481px) {
  .about-floor {
    /*タブレット・パソコン*/
    max-width: 964px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 480px) {
  .about-floor__item {
    /*スマホ*/
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 481px) {
  .about-floor__item {
    /*タブレット・パソコン*/
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (max-width: 480px) {
  .about-floor__2f {
    /*スマホ*/
    display: block;
  }
}

.about-special dd {
  margin-bottom: 1.6em;
}

.about-special dd:last-of-type {
  margin-bottom: 0;
}

/* ----------------------------------------
デイリープログラム
---------------------------------------- */
.daily-schedule {
  max-width: 828px;
  margin: 0 auto;
}

.daily-schedule-pic01 {
  background: url(../img/daily/img_schedule_01.png) no-repeat center right 10px/66px auto;
}

.daily-schedule-pic02 {
  background: url(../img/daily/img_schedule_02.png) no-repeat center right 10px/50px auto;
}

.daily-schedule-pic03 {
  background: url(../img/daily/img_schedule_03.png) no-repeat center right 10px/35px auto;
}

.daily-schedule-pic04 {
  background: url(../img/daily/img_schedule_04.png) no-repeat center right 10px/75px auto;
}

.daily-schedule-pic05 {
  background: url(../img/daily/img_schedule_05@2x.png) no-repeat center right 10px/80px auto;
}

.daily-schedule-pic06 {
  background: url(../img/daily/img_schedule_06@2x.png) no-repeat center right 10px/70px auto;
}

/* ----------------------------------------
年間行事
---------------------------------------- */
.event- {
  text-align: center;
}

.event-photo {
  max-width: 195px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 813px) {
  .event-photo {
    /*パソコン*/
    margin-right: 25px;
    margin-left: 25px;
  }
}

.event-month {
  position: absolute;
  left: -10%;
  bottom: -10px;
  z-index: 1;
}

@media only screen and (min-width: 813px) {
  .event-month {
    /*パソコン*/
    left: -25px;
  }
}

.event-text {
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
}

.event-monthly {
  background: url(../img/event/img_monthly.png) no-repeat right bottom;
  padding-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .event-monthly {
    /*スマホ*/
    background-size: 83px auto;
  }
}

/* ----------------------------------------
地域子育て支援
---------------------------------------- */
.support-nobinobi-photo {
  max-width: 670px;
  padding-right: 7%;
  padding-left: 7%;
  margin: 3em auto;
  position: relative;
}

.support-nobinobi-photo::before {
  display: block;
  content: '';
  width: 13%;
  height: 45%;
  max-width: 105px;
  max-height: 105px;
  background: url(../img/support/bg_nobinobi.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .support-nobinobi-photo {
    /*スマホ*/
    padding-right: 25px;
    padding-left: 25px;
  }
  .support-nobinobi-photo::before {
    width: 70px;
    height: 70px;
  }
}

/* ----------------------------------------
情報公開
---------------------------------------- */
.disclosure-wamnet {
  display: block;
  max-width: 450px;
  padding: 15px;
  border: solid 1px #ddd;
  background-color: #f3ece3;
  line-height: 1.7;
  text-align: center;
  margin: 2.5em auto 0;
}

.disclosure-wamnet span {
  font-size: 13px;
}

.disclosure-wamnet:hover {
  background-color: #eee5d8;
}

@media only screen and (max-width: 480px) {
  .disclosure-wamnet {
    /*スマホ*/
  }
  .disclosure-wamnet span {
    font-size: 10px;
  }
}
