@charset "UTF-8";
/* accounts */
/* ========================== */
@keyframes slideRight { 0% { opacity: 1;
    transform: translateX(100%); }
  100% { opacity: 1;
    transform: translateX(0); } }

@keyframes slideLeft { 0% { opacity: 1;
    transform: translateX(-100%); }
  100% { opacity: 1;
    transform: translateX(0); } }

.accounts section { max-width: 500px; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); z-index: 2; }

.accounts h2 { text-align: center; font-size: 2.5em; letter-spacing: 5px; margin-bottom: 1em; }

.accounts .button { margin: 2em auto 0; border-radius: 40px; padding: 1em 3em; }

.login { background: #fff; }

.login:before { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 50vh; background: #fdcbd4; animation: slideRight 2s; }

.login:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 50vh; background: #fdcbd4; animation: slideLeft 2s; }

.login section { background: transparent; }

.login__logo { width: 100%; max-width: 250px; margin: 0 auto; padding-bottom: calc(100%*373/1617); background: url("../img/logo-text.svg") no-repeat; background-size: 100% auto; }

.login input { background: #f8abb9; border: 0; border-radius: 20px; padding: 10px 15px; margin-top: 5px; margin-bottom: 30px; }

.login input:last-of-type { margin-bottom: 10px; }

.login a { display: block; text-align: right; }

.forget section h2 + p { margin-bottom: 1.5em; }

.forget section input:first-of-type { margin-bottom: 30px; }

.forget .rest_done p { margin-bottom: 3em; line-height: 2; }

/* カレンダー */
/* ========================== */
.calendar { font-size: 1.3em; }

.calendar .hint-i { color: #6ead22; font-size: 25px; }

.calendar .plus-i { display: block; margin-bottom: .5em; text-align: right; font-size: .9em; }

.calendar .plus-i span { color: #757473; margin-left: .2em; }

.calendar .plus-i i { color: #fd4b37; }

.calendar .month.flex-box { align-items: flex-end; margin-bottom: 1.5em; }

.calendar .month.flex-box h2 { font-size: 1.5em; }

.calendar .month.flex-box a:first-child i { margin-right: 5px; }

.calendar .month.flex-box a:last-child i { margin-left: 5px; }

.calendar .month.flex-box .btn-month-left, .calendar .month.flex-box .btn-month-right {
  color: black;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  border: none;
  background: none;
  font-size: 1em;
}
.calender .month.flex-box .btn-month-left i { margin-right: 5px; }
.calender .month.flex-box .btn-month-right i { margin-left: 5px; }

.calendar .holiday a { color: #999 !important; }

.calendar .week { margin-bottom: .7em; }

.calendar .week p { width: calc(100% / 7); text-align: center; }

.calendar__link { position: relative; }

.calendar__link a::after { content: "\f518"; font-family: FontAwesome; font-size: .9em; color: #6ead22; display: block; position: absolute; left: 50%; bottom: -.2em; transform: translateX(-50%); }

.calendar__link .contact-book__link.is-link::after { content: "\f518"; font-family: FontAwesome; font-size: .9em; color: #6ead22; display: block; position: absolute; left: 50%; bottom: -.2em; transform: translateX(-50%); }

.calendar__link.book_pink a::after { color: #fd748d; }

.calendar__link.book_blue a::after { color: #5fa0b4; }

.calendar__link.book_blue .contact-book__link.is-link::after { color: #5fa0b4; }

.calendar .day.flex-box { flex-wrap: wrap; justify-content: flex-start; }

.calendar .day.flex-box p { width: calc(100% / 7); line-height: 40px; border-bottom: 1px solid #f2f2f2; padding: 7px 0 30px; text-align: center; }

.calendar .day.flex-box .today a { display: flex; justify-content: center; align-items: center; width: 40px; margin: 0 auto; background: #fd748d; border-radius: 50%; color: white; }
.calendar .day.flex-box .mirai a { display: flex; justify-content: center; align-items: center; width: 40px; margin: 0 auto; background: #9bcdae; border-radius: 50%; color: black !important; }

/* 連絡帳 連絡事項 */
/* ========================== */
.contact-book__subject { margin-bottom: 1.5em; }

.contact-book__subject .day { align-items: flex-end; font-size: 1.2em; }

.contact-book__subject .day .before i { margin-right: 5px; }

.contact-book__subject .day .next i { margin-left: 5px; }

.contact-book__subject .day h3 { font-size: 1.1em; }

.contact-book__subject .child-info { margin-top: 1.5em; }

.contact-book__subject .child-info img { width: 130px; height: 130px; border-radius: 50%; }

.contact-book__subject .child-info > div { width: calc(100% - 150px); }

.contact-book__subject .child-info .kana { font-size: .9em; color: #666; }

.contact-book__subject .child-info h2 { font-size: 1.5em; margin-bottom: 1em; }

.contact-book__subject .child-info p span { color: #6ead22; }

.contact-book__member { text-align: center }

.contact-book__copy { text-align: right; }

.contact-book__form > div { padding: 1.5em 0; border-bottom: 2px solid #f2f2f2; }

.contact-book__form .weather-filler { padding-bottom: 5px; }

.contact-book__form .weather-filler h2 { margin-right: 10px; }

.contact-book__form .register-blank { border-bottom: none; height: 100px; }

.contact-book__table { justify-content: flex-start; }

.contact-book__table h2 { padding-right: 2em; min-width: 6em; text-align: center; }

.contact-book__table .text-content { overflow-wrap: anywhere; word-break: break-word; white-space: pre-wrap }

.contact-book__table .time_goes { margin-bottom: 1em; }

.contact-book__table .time_goes span { align-items: center; margin: 0 1em; }

.contact-book__table .time { width: 100px; border: 1px solid #eee; padding: 3px 0 3px 7px; border-radius: 4px; }

.contact-book__table .time i { color: #fd748d; margin-right: 5px; }

.contact-book__table .time + p { margin-top: 10px; }

.contact-book__table .date > div { width: calc(1.5em + 14px); }

.contact-book__table .date span { margin: 0 .5em; }

.contact-book__table .temp p { margin-top: 0; margin-left: 1em; }

.contact-book__table .temp p:first-of-type { margin-left: 0; }

.contact-book__table img { padding-top: 15px; max-width: 500px; }

.contact-book__table .underline + p { margin-top: 1em; }

.contact-book__table .table { min-width: 25%; width: auto }

.contact-book__table .table th,
.contact-book__table .table td { padding-left: 5px; padding-right: 5px; }

.contact-book .input__time > div { width: calc(2.5em + 14px); }

.contact-book .input__temp input { width: calc(3em + 14px); margin-right: .4em; }

.contact-book .textarea { width: calc(100% - 6em); }

.contact-book .button { margin: 1.5em auto 0; }

.contact-book .button.close-modal { display: none; }

.contact-book .copy_btn { padding: 0.5em 1em; }

.contact-book .active_btn { background: #6ead22; }

/* スライダー */
/* ========================== */
.bx-wrapper { position: relative; }

.bx-pager { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }

/* 子ども切替ボタン */
/* ========================== */
.child-change { margin-bottom: 1.5em; justify-content: flex-start; }

.child-change__link { margin-right: 1em; padding: 8px 1em; border: 1px solid #6ead22; color: #6ead22; background: white; }

.child-change__link:hover { opacity: 1; }

.child-change__link:last-child { margin-right: 0; }

.child-change .active { background: #6ead22; color: white; }

/* 画像 */
/* ========================== */
.image { display: block; position: relative; margin-bottom: 1.5em; background: #eee; height: 169px;}

.image::before { content: ""; display: block; padding-top: 80%; }

.image img { position: absolute; top: 0; left: 0; height: 100%; object-fit: contain; }

/* 写真販売 */
/* ========================== */
.year-month-select { display: flex; }
.year-month-select .select select { min-width: 85px }
.year-month-select label { margin: 10px 5px; }

.form-group {display: flex;}
.form-group .col-sm-2 {width: 30%;}

.table {width: 100%;}
.table tr th, .table tr td {border: 1px solid; padding: 5px 0px;}
.table th {background-color: #c7c9ce;}

.btn-search {padding: 10px 20px; width: 80px;}

.btn-center {margin-top: 10px; margin-left: calc((100% - 80px)/2); margin-bottom: 10px;}

.btn-sm {
  padding: 5px;
  font-size: 1em;
  border: 0;
  border-radius: 7px;
  background: #5fa0b4;
  color: #fff;
  transition: .3s;
  letter-spacing: 1px;
  width: 100%;
}

.margin-center {margin: 10px 40%;}
/* ========================== */

.photo-sale__title { text-align: center; font-size: 1.4em; margin-bottom: 1em; }

.photo-sale__select { padding-bottom: 1em; }

.photo-sale__select select { min-width: 100%; margin-bottom: 1.5em; }

.photo-sale__main + .photo-sale__main { margin-top: 2em; }

.photo-sale__main h3 { font-size: 1.2em; border-bottom: 1px solid #ccc; border-left: 10px solid #fd748d; margin-bottom: 1em; padding-left: 10px; }

.photo-sale__main .flex-box { flex-wrap: wrap; }

.photo-sale__main .c-photo { width: 32%; margin-bottom: 2em; height: 300px; }

.photo-sale__main .c-photo .image { display: block; position: relative; margin-bottom: 1.5em; background: #eee; }

.photo-sale__main .c-photo .image::before { content: ""; display: block; padding-top: 60%; }

.photo-sale__main .c-photo .image::after { content: "\f00e"; font-family: FontAwesome; display: block; position: absolute; right: 2%; bottom: 2%; z-index: 2; }

.photo-sale__main .c-photo .image img { position: absolute; top: 0; left: 0; height: 100%; object-fit: contain; }

.photo-sale__main .c-photo .button { border-radius: 3px; min-width: 7.5em; padding: .5em 1em; margin: 0 auto; font-size: .8em; }

.photo-sale__main .c-photo .button i { margin-right: .2em; }

.group-img-text .img-text { 
  background: url('../img/sample.svg');
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px
}

/* カートの中身 */
/* ========================== */
.cart .photo-sale__main > .button { width: 15em; margin: 1.5em auto 0; }

/* 注文手続き */
/* ========================== */
.order h2 { background: #f2f2f2; padding: 7px; margin-bottom: 1.5em; letter-spacing: 1px; }

.order .button { width: 50%; margin: 3em auto 1.5em !important; border-radius: 4px; }

.order .button + button { margin-top: 0 !important; }

.order .image { width: 40%; position: relative; background: #eee; }

.order .image::before { content: ""; display: block; padding-top: 100%; }

.order .image img { position: absolute; top: 0; left: 0; height: 100%; object-fit: contain; }

.order__number > div { display: flex; justify-content: space-between; align-items: center; }

.order__number > div p { margin-right: .5em; color: #999; }

.order__number > div span { font-size: 12px; display: inline-block; width: 25px; line-height: 25px; background: #999; color: white; border-radius: 50%; text-align: center; margin: 0 .5em; }

.order__number hr { border-color: rgba(0, 0, 0, 0.12); flex-grow: 1; height: 0; border-width: thin 0 0 0; }

.order__number .active p { color: #333; }

.order__number .active span { background: #fd748d; }

.order__number .order__check span { position: relative; }

.order__number .order__check span::before { content: "\f00c"; font-family: FontAwesome; position: absolute; top: 0; background: #fd748d; width: 25px; line-height: 25px; border-radius: 50%; z-index: 2; display: block; }

.order__number .order__check p { color: #333; }

.order__quantity > .flex-box { align-items: flex-start; }

.order__quantity .left, .order__quantity .right { width: 47%; }

.order__quantity__box { align-items: flex-start; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #f2f2f2; }

.order__detail { display: flex; flex-direction: column; width: 56%; }

.order__detail .info { flex-wrap: wrap; border-bottom: 1px solid #eee; margin-bottom: 1em; padding-bottom: .3em; }

.order__detail .info p { margin-bottom: .2em; }

.order__detail .info p:nth-child(odd) { width: 40%; }

.order__detail .info p:nth-child(even) { width: 60%; text-align: right; }

.order__detail .fluctuation_btn { margin-bottom: .5em; font-size: 1.5em; justify-content: center; }

.order__detail .fluctuation_btn button { font-size: 1.2em; color: #5fa0b4; border: none; background: transparent; }

.order__detail .fluctuation_btn p { margin: 0 1.5em; }

.order__detail .fluctuation_btn input { display: inline-block; width: 3em; min-width: 3em; max-width: 3em; border: none; margin: 0; transform: scale(1); }

.order .total_table { width: 100%; margin-bottom: 1em; }

.order .total_table th, .order .total_table td { padding: 7px; border-bottom: 1px dotted #eee; }

.order .total_price { font-weight: bold; font-size: 1.5em; padding: 0 1em; }

.order__link { color: #5fa0b4; display: block; text-align: center; }

.order__payment .check { display: block; margin-bottom: 2em; }

.order__payment .text-notice { color: red }

.order__payment .credit-info { width: 500px; max-width: 100%; display: none; margin: -1em 0 2em; background: #eaeeef; padding: .5em; }

.order__payment .credit-info > div { border-bottom: none; padding: .5em; }

.order__payment .credit-info > div > p { min-width: 12em; }

.order__payment .credit-info .credit-icon { display: flex; justify-content: center; align-items: center; }

.order__payment .credit-info .select select { min-width: 2em; }

.order__payment .credit-info .select + span { margin: 0 .5em; }

.order__payment .credit-info .select + span + span { margin: 0 .5em; }

.order__payment .credit-info .question { color: #666; margin-left: .5em; font-size: 1.1em; }

.order__payment .image-dsk { margin-bottom: 2rem; }

.order__payment .table-explain { border: 1px solid #333333; margin-bottom: 2rem; text-align: left; }

.order__payment .box-low { border: 1px solid #333333; margin-bottom: 2rem; padding: 1rem; }

.order__payment .box-low section { width: 100%; max-width: 100%; padding: 0; border-radius: 0; font-size: .9rem; }

.order__payment .box-low section h3 { background: #f2f2f2; border-bottom: 1px solid #ccc; padding: .7rem 1rem; font-weight: normal; margin-bottom: .7rem; }

.order__payment .box-low section p { margin-bottom: .3rem; }

.order__payment .box-low section p + ul, .service section p + ol { margin-top: 1rem; }

.order__payment .box-low section ul, .service section ol { padding-left: 1.5rem; }

.order__payment .box-low section ul + p, .service section ol + p { margin-top: 1rem; }

.order__payment .box-low section ol li { margin-bottom: .7rem; }

.order__payment .box-low section ol li:last-child { margin-bottom: 0; }

.order__payment .box-low section a{ color: #FD748D; text-decoration: underline;}
.order__payment .box-low section a:hover{ text-decoration: none;}

.order__payment .box-low .text-notice {color: red;}

.order__confirm > div { padding: 1.5em 0; border-bottom: 1px solid #f2f2f2; }

.order__confirm > div > p { color: #999; }

.order__confirm > div > div { width: calc(100% - 9em); }

.order__confirm > div > div p + input { margin-top: 1em; }

.order__confirm > div > div input { border: none; padding: 0; }

.order__confirm .order__image { flex-wrap: wrap; }

.order__confirm .order__image .image { width: calc(92% / 6); margin-bottom: 2%; border: 1px solid #e2e2e2; background: #f2f2f2; }

.order__complete p { text-align: center; margin-bottom: .5em; }

.order__complete p + a { margin-top: 2.5em; }

/* 注文履歴 */
/* ========================== */
.order-history { flex-wrap: wrap; }

.order-history__list { width: 48%; align-items: flex-start; margin-bottom: 2em; font-size: .9em; }

.order-history__list .image { width: 50%; }

.order-history__list .right { width: 95%; display: flex; flex-direction: column; }

.order-history__list span { color: #666; }

.order-history__list .button { padding: 7px 1em; margin: 0 auto; border-radius: 3px; }

.order-history__list .underline { color: #5fa0b4; margin-top: auto; }

.order-history__info { flex-wrap: wrap; margin: 1em 0; }

.order-history__info h3 { width: 5em; margin-bottom: .3em; }

.order-history__info span { width: calc(100% - 5em); margin-bottom: .3em; }

/* 注文詳細 */
/* ========================== */
.order-detail { width: 500px; max-width: 100%; margin: 0 auto; }

.order-detail > div + h2, .order-detail > p + h2 { margin-top: 1.5em; }

.order-detail span { color: #666; }

.order-detail__info { flex-wrap: wrap; }

.order-detail__info h3 { width: 7em; margin-bottom: .5em; }

.order-detail__info span { width: calc(100% - 7em); text-align: right; margin-bottom: .5em; }

.order-detail__image { flex-wrap: wrap; }

.order-detail__image > div { width: calc(97% / 4); margin: 0 1% 1em 0; }

.order-detail__image > div:nth-child(4n) { margin-right: 0; }

.order-detail__image > div .image { width: 100%; margin-bottom: .3em; }

.order-detail__image > div span { font-size: .9em; }

/* 基本情報 */
/* ========================== */
.information { max-width: 680px; }

.information > p { padding-bottom: .3em; }

.information > span { color: #777; }

.information .child_name { font-size: 1.4em; padding: .3em 0 .5em; border-bottom: 1px solid #f2f2f2; }

.notice-box { border: thick solid #fd748d !important; background-color: #fee5ea; padding: 0 10px }

/* 基本テーブル */
/* ========================== */
.table .underline { display: block; color: #5fa0b4; margin-top: .5em; }

.table > div { border-bottom: 1px solid #f2f2f2; padding: 1em 0; }

.table > div + h2 { margin-top: 1.5em; }

.table > div > p { color: #999; width: 9em; }

.table > div > div { width: calc(100% - 9em); }

/*.table > div > .flex-box input { width: calc(48% * 0.25 + 48%); min-width: calc(48% * 0.25 + 48%); margin-left: -7%; }*/

.table > div > .flex-start input + span { margin: 0 .3em; }

.table .button { min-width: 8em; padding: .7em 0; margin: 2em auto 0; }

.table .button + .button { margin-top: .5em; }

.error-message {
  background-color: red;
  color: #fff;
  padding: 5px;
  margin-top: 5px;
  font-size: 12px;
}

.free-selection {width: 200px;}
.free-selection select {width: 100%;}
.free-selection .list-item {
  background: #fff;
  box-sizing: border-box;
  display: none;
  position: absolute;
  max-height: 270px;
  overflow-y: scroll;
  z-index: 1;
  border: 1px solid #767676;
  width: 200px;
}
.free-selection .list-item a {display: block; height: 25px; padding: 0 10px;}
.free-selection .list-item a:hover {background-color: #1e90ff;}

/* サービス関連 */
/* ========================== */
.service { width: 94%; max-width: 1000px; padding: 2% !important; border-radius: 7px; margin: 100px auto; background: #fff; }

.service h2 { font-size: 1.3rem; text-align: center; margin: 2rem 0; }

.service section { width: 100%; max-width: 100%; padding: 0; border-radius: 0; font-size: .9rem; }

.service section h3 { background: #f2f2f2; border-bottom: 1px solid #ccc; padding: .7rem 1rem; font-weight: normal; margin-bottom: .7rem; }

.service section p { margin-bottom: .3rem; }

.service section p + ul, .service section p + ol { margin-top: 1rem; }

.service section ul, .service section ol { padding-left: 1.5rem; }

.service section ul + p, .service section ol + p { margin-top: 1rem; }

.service section ol li { margin-bottom: .7rem; }

.service section ol li:last-child { margin-bottom: 0; }

.service section a{ color: #FD748D; text-decoration: underline;}
.service section a:hover{ text-decoration: none;}

.service .text-notice {color: red;}

.back-btn {margin-bottom: 10px; }
.back-btn button {border-radius: 7px; border: 1px solid #a5a1a1; padding: 5px 10px;}

.link-btn {
  background-color: #5fa0b4;
  padding: 5px 10px;
  border-radius: 7px;
  color: #fff;
}

.link-btn:hover { background: #38869f; }

.link-text { text-decoration: underline }

.max-notify{
  display: none;
  margin: 0px auto;
  position: fixed;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1031;
  top: 40px;
  right: 0px;
  animation-iteration-count: 1;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 5px;
  padding: 15px;
  color: #a94442;
}

.min-notify{
  display: none;
  margin: 0px auto;
  position: fixed;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1031;
  top: 40px;
  right: 0px;
  animation-iteration-count: 1;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 5px;
  padding: 15px;
  color: #a94442;
}

.lds-facebook {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #b9b9b6;
  height: 40px;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}

/*.add-img-number {padding: 0px 0px 0px 80px;}*/
.add-img-number span {padding: 5px 10px; background-color: #fd4b37; border-radius: 50%; color: #fff; font-size: 17px;}

.is-close-page {
  display: block;
  text-align: right;
  margin-bottom: .5em;
  color: #fd4b37;
  font-size: 2em;
  line-height: 1;
}

.photo-sale .add-btn-group { display: flex; }
.photo-sale .add-btn-group .add-img-number { position: absolute; margin-left: 20%; }
.photo-sale .add-btn-group .button-style { margin: 10px auto; }
.photo-sale .add-btn-group .button-style button { font-size: 15px; height: 50px; }

.txt-center { text-align: center; }
.photo-label {
  background: #5fa0b4;
  width: 90%;
  margin: 5px auto;
  padding: 5px;
  border-radius: 5px;
}

.download-btn {
  background: #5fa0b4;
  padding: 5px;
  border-radius: 5px;
  border: 0px solid;
}

.order .img-group { height: 260px; }

.is-link { background: none; border: none; }

.btn-blue-lg {
  width: 96%;
  display: block;
  text-align: center;
  margin: 0 auto 2em;
  padding: 13px 0;
  border-radius: 4px;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 3px;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

@media all and (min-width: 1024px) {
  .photo-sale .add-btn-group .add-img-number { position: absolute; margin-left: 12%; }
}

/* ipad 以下 */
/* ========================== */
@media all and (max-width: 768px) { input, textarea, select { width: calc(100% * 0.25 + 100%); font-size: 16px; transform-origin: left center; transform: scale(0.8); }
  select, textarea { min-width: calc(100% * 0.25 + 100%); max-width: calc(100% * 0.25 + 100%); }
  .photo-sale .select select { min-width: calc(100% * 0.25 + 100%); }
  .order__number > div p { display: none; }
  .order__quantity > .flex-box { display: block; }
  .order__quantity .left { width: 100%; }
  .order__quantity .right { width: 100%; margin-top: 2em; }
  .order__confirm > div { display: block; }
  .order__confirm > div > div { width: 100%; }
  .order__confirm > div > p { margin-bottom: .5em; }
  .order__confirm .order__image .image { width: calc(96% / 3); }
  .order-history.flex-box { display: block; }
  .order-history__list { width: 100%; font-size: 1em; }
  .order-detail__image > div { width: calc(98% / 3); }
  .order-detail__image > div:nth-child(4n) { margin-right: 1%; }
  .order-detail__image > div:nth-child(3n) { margin-right: 0 !important; } 
  .image-price {display: inline-block;}
}