@charset "UTF-8";
/*
    Theme Name: ベビーパッド
    Theme URI: https://www.dev.babypad.jp/
    Description: ベビーパッドのレスポンシブテーマ(WordPress)です。
    Author: baby calendar Inc.
    Version: 191205
*/
/* ---------------------
    - 1.Reset & Default
        - 1.2.Clearfix
        - 1.3.Basic Style
    - 2.Layout
        - Contents
        - Header
        - Global Nav
        - Main
        - Sidebar
        - Widget
        - Footer
    - 3.Media Queries
--------------------- */
/* 1.Reset & Default
================================================== */
html,
body,
div span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a img {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: normal;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td.td-bt {
  border-top: 2px solid #e3e3e3;
}
table td.td-br {
  border-right: 2px solid #e3e3e3;
}
table td.td-bb {
  border-bottom: 2px solid #e3e3e3;
}
table td.td-bl {
  border-left: 2px solid #e3e3e3;
}
table td .list-disc {
  margin-top: 0;
  padding: 0;
}
table td .list-disc li {
  margin-bottom: 0;
}

hr {
  display: block;
  border: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.br {
  padding-left: 1em;
  text-indent: -1em;
}

/* 1.2.Clearfix
================================================== */
.clearfix {
  display: block;
}
.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  overflow: hidden;
}

/* 1.3.Basic Style
================================================== */
/* Google Translate Overrides対応 */
html, body {
  min-height: 0 !important;
  height: auto !important;
  position: inherit !important;
}

html {
  font-size: 62.5%; /* 10px=1rem */
}

body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: YakuHanRP, "M PLUS Rounded 1c", "Kosugi Maru", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  color: #444444;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("/app/themes/babypad-renewal/images/bg.png") no-repeat top left, #fff9f7;
  background-size: cover;
}

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

a {
  color: #444444;
  text-decoration: none;
  transition: all 0.3s;
}
a.event-none {
  pointer-events: none;
}

.btn-shadow a {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 20px 30px 20px 58px;
  background: #ffffff;
  color: #444444;
  border-radius: 60px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
  line-height: 1.3;
}
.btn-shadow a::before {
  font-size: 1.8rem;
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #eb748e;
  position: absolute;
  left: 30px;
  top: 50%;
  display: inline-block;
  content: "\e618";
  margin-top: -10px;
}

.btn a {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 20px 54px 20px 30px;
  background: #ffffff;
  color: #444444;
  border-radius: 60px;
  border: 1px solid #e3e3e3;
  line-height: 1.3;
}
.btn a::after {
  font-size: 1.8rem;
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #eb748e;
  position: absolute;
  right: 30px;
  top: 50%;
  display: inline-block;
  content: "\e90a";
  margin-top: -9px;
}
.btn a:visited {
  color: #7c7c7c;
}
.btn a:hover {
  border: 1px solid #eb748e;
}

.btn-mormal a {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  background: #ffffff;
  color: #444444;
  border-radius: 60px;
  border: 1px solid #e3e3e3;
  line-height: 1.3;
}
.btn-mormal a:visited {
  color: #7c7c7c;
}
.btn-mormal a:hover {
  border: 1px solid #eb748e;
}

.btn-prev a,
#preview .btn-close {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 20px 30px 20px 54px;
  background: #ffffff;
  color: #444444;
  border-radius: 60px;
  border: 1px solid #e3e3e3;
  line-height: 1.3;
}
.btn-prev a::before,
#preview .btn-close::before {
  font-size: 1.8rem;
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #eb748e;
  position: absolute;
  left: 30px;
  top: 50%;
  display: inline-block;
  content: "\e90b";
  margin-top: -9px;
}
.btn-prev a:visited,
#preview .btn-close:visited {
  color: #7c7c7c;
}
.btn-prev a:hover,
#preview .btn-close:hover {
  border: 1px solid #eb748e;
}

#preview .btn-close::before {
  content: "\e611";
}

.registration .btn-prev a {
  border: none;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}
.registration .btn-prev a:hover {
  text-decoration: none;
}

.welcome .btn-shadow a:hover {
  text-decoration: none;
}

.btn-home a {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 20px 30px 20px 54px;
  background: #ffffff;
  color: #444444;
  border-radius: 60px;
  border: 1px solid #e3e3e3;
  line-height: 1.3;
}
.btn-home a::before {
  font-size: 1.8rem;
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #eb748e;
  position: absolute;
  left: 30px;
  top: 50%;
  display: inline-block;
  content: "\e618";
  margin-top: -10px;
}
.btn-home a:visited {
  color: #7c7c7c;
}
.btn-home a:hover {
  border: 1px solid #eb748e;
}

.btn-babycalendar a {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 20px 30px 20px 54px;
  background: #ffffff;
  color: #444444;
  border-radius: 60px;
  border: 1px solid #e3e3e3;
  line-height: 1.3;
}
.btn-babycalendar a::after {
  font-size: 1.8rem;
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #eb748e;
  position: absolute;
  left: 30px;
  top: 50%;
  display: inline-block;
  content: "\e608";
  margin-top: -10px;
}
.btn-babycalendar a:visited {
  color: #7c7c7c;
}
.btn-babycalendar a:hover {
  border: 1px solid #eb748e;
}

.bootstrap-form a:hover {
  text-decoration: none;
  color: #444444;
}

.bootstrap-form .btn-home a:hover,
.registration a:hover {
  text-decoration: none;
}

.bootstrap-form .btn:active {
  box-shadow: none;
}

.bootstrap-form input[type=radio] {
  margin: -4px 4px 0;
}

.btn-small a {
  padding: 15px 54px 15px 25px;
}

.btn-large a {
  font-size: 2rem;
  padding: 25px 56px 25px 50px;
}

.btn-sub a {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  background: #eb748e;
  color: #ffffff;
  border-radius: 60px;
  line-height: 1.3;
}
.btn-sub a:visited {
  background: #e3869a;
}
.btn-sub a:hover {
  background: #e3869a;
}

.link-text {
  margin-top: 30px;
}
.link-text a {
  color: #444444;
}
.link-text a::after {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\e602";
  margin-left: 7px;
  color: #eb748e;
  vertical-align: -1px;
}
.link-text a:visited, .link-text a:hover {
  opacity: 0.7;
}

.link-text-small {
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}
.link-text-small a {
  position: relative;
  display: inline-block;
}
.link-text-small a::after {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/arrow_right_pink.png");
  position: absolute;
  top: -1px;
  right: -22px;
  transform-origin: top right;
  display: inline-block;
}
.link-text-small a:visited, .link-text-small a:hover {
  opacity: 0.7;
}

/* 見出し & 文字スタイル */
.post-content-box h1,
.post-content-box h2,
.post-content-box h3,
.post-content-box h4,
.post-content-box h5,
.post-content-box h6,
.headline,
.headline2,
.headline3,
.headline4,
.headline5,
.headline6,
.medium-text,
.bold-text,
.page-title h1,
.accordion-headline,
.bold,
.marker,
.list-item dt,
.side-menu-btn::after,
.menu li a,
.headline-text,
.table-schedule th,
.table-three-block th,
.btn-group label,
button,
input[type=submit],
.widget-title,
.clock-number,
.list-disc.wifi-list li .list-desc,
.contact-form-confirm .form-group .form-control-label,
.pass-number {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-content-box h1,
.headline:not(tr) {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 80px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffd8d8;
  color: #555555;
  line-height: 1.3;
}

.post-content-box h1 + h2,
.post-content-box h2 + h3,
.post-content-box h3 + h4,
.headline + .headline2,
.headline2 + .headline3,
.headline3 + .headline4 {
  margin-top: 0;
}

.post-content-box h1 + p,
.post-content-box h2 + p,
.post-content-box h3 + p,
.post-content-box h4 + p,
.post-content-box h5 + p,
.post-content-box h6 + p,
.headline + p,
.headline2 + p,
.headline3 + p,
.headline4 + p,
.headline5 + p,
.headline6 + p {
  margin-top: 20px;
}

.post-content-box h2,
.headline2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 6px 10px 6px 16px;
  color: #555555;
  line-height: 1.3;
}
.post-content-box h2::before,
.headline2::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  content: "";
  width: 6px;
  height: 100%;
  background: #ffd8d8;
  border-radius: 3px;
}

.post-content-box h3,
.headline3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff9f7;
  border-radius: 4px;
  color: #555555;
  line-height: 1.3;
}

.post-content-box h4,
.headline4,
.post-content-box .pass-area p:first-child {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 3px solid #ffd8d8;
  color: #555555;
  line-height: 1.3;
}
.post-content-box h4 a,
.headline4 a,
.post-content-box .pass-area p:first-child a {
  display: block;
}
.post-content-box h4 a:hover,
.headline4 a:hover,
.post-content-box .pass-area p:first-child a:hover {
  opacity: 0.7;
}

.post-content-box h5,
.headline5 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #555555;
  line-height: 1.3;
}

.post-content-box h6,
.headline6 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #eb748e;
  line-height: 1.3;
}

.headline-sub {
  font-size: 1.8rem;
  font-weight: 700;
  width: calc(100% - 30px);
  margin-left: 30px;
  padding: 3px 30px 3px 10px;
  border-left: 6px solid #eb748e;
  color: #555555;
  display: flex;
  align-items: center;
}
.headline-sub .headline-text {
  display: inline-block;
  margin-right: 20px;
}
.headline-sub .link-text-small {
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}
.headline-sub .link-text-small a {
  position: relative;
  display: inline-block;
}
.headline-sub .link-text-small a::after {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/arrow_right_pink.png");
  position: absolute;
  top: -2px;
  right: -22px;
  transform-origin: top right;
  display: inline-block;
}

.registration .page-title,
.welcome .page-title {
  margin: 0 auto;
  text-align: center;
}
.registration .page-title h1,
.welcome .page-title h1 {
  font-size: 3.2rem;
  font-weight: 500;
}
.registration .page-title h1 .sub-title,
.welcome .page-title h1 .sub-title {
  font-size: 1.6rem;
}
.registration .page-title hr,
.welcome .page-title hr {
  width: 30px;
  height: 6px;
  margin: 15px auto 20px;
  padding: 0;
  background: #eb748e;
  border-radius: 3px;
  border: none;
}

.welcome .page-title,
.welcome .post-content {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.widget-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background: #eb748e;
  padding: 15px 0;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.widget-title .widget-title-wrap {
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
.widget-title .widget-title-wrap.daily {
  padding-left: 0 !important;
  font-weight: 700;
}
.widget-title .widget-title-wrap.wifi:before {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/icon_wifi.png");
  position: absolute;
  top: -1px;
  left: 0;
  transform-origin: top left;
  display: inline-block;
}
.widget-title .widget-title-wrap.contact-info:before {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\e624";
  margin-right: 10px;
  vertical-align: -1px;
}
.widget-title .widget-title-wrap.hosp:before, .widget-title .widget-title-wrap.daily:before {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\e60c";
  margin-right: 10px;
  vertical-align: -1px;
}
.widget-title .widget-title-wrap.daily:after {
  content: "の予定";
}
.widget-title .widget-title-wrap.talk:before {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\e62b";
  margin-right: 10px;
  vertical-align: -1px;
}
.widget-title .widget-title-wrap.free {
  padding-left: 0;
}
.widget-title a#btn-prev, .widget-title a#btn-next {
  display: inline-block;
  background-color: #fff;
  padding: 0.5rem;
  color: #666;
  font-size: 1rem;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
  vertical-align: text-bottom;
}
.widget-title a#btn-prev {
  margin-left: 20px;
}
.widget-title .link-text-small a {
  font-weight: 700;
  padding-right: 15px;
  color: #ffffff;
}
.widget-title .link-text-small a::after {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/arrow_right_white.png");
  position: absolute;
  top: -1px;
  right: -5px;
  transform-origin: top right;
  display: inline-block;
}

.widget_hosp .widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget_hosp .widget-title .widget-title-wrap {
  padding-left: 0;
}

.widget_contact-info .widget-title .widget-title-wrap {
  padding-left: 0;
}

#clock-area .widget-title {
  font-size: 1.6rem;
  font-weight: 700;
}
#clock-area .widget-title .date-number {
  font-size: 2.4rem;
}

.widget_wifi .widget-title,
.widget_free .widget-title,
.widget_contact-info .widget-title,
.widget_hosp .widget-title,
.widget_daily .widget-title,
.widget_tweet .widget-title {
  padding: 15px;
  text-align: left;
}

.widget_tweet .widget-title .widget-title-wrap {
  padding-left: 0;
}

.medium-text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #555555;
}

.bold-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #555555;
}

.bold {
  font-weight: 700;
}

.pink-bold {
  font-weight: 700;
  color: #eb748e;
}

.kosugi {
  font-family: "Kosugi Maru" !important;
  letter-spacing: -0.05rem;
}

.kosugi-bold {
  font-family: "Kosugi Maru" !important;
  font-weight: 700 !important;
  letter-spacing: -0.05rem;
}

.caption,
.post-content-box .caption,
.expansion,
.post-content-box ul.caption:not(.list-asterisk),
.post-content-box ol.caption {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #555555;
}

.label-required {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 10px;
  color: #ffffff;
  background-color: #eb748e;
  padding: 0.3rem;
  border-radius: 4px;
}

.marker {
  font-weight: 700;
  background: linear-gradient(rgba(255, 255, 255, 0) 20%, #fad8ac 50%);
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.spacer60 {
  margin-bottom: 60px;
}

.li-inline > li {
  display: inline-block !important;
  padding-right: 2rem;
  vertical-align: top;
}
.li-inline.li-col2 > li {
  width: 49%;
}
.li-inline.li-col3 > li {
  width: 32%;
}

.lead {
  font-size: 120% !important;
}

/* ショートカット（マージン） */
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px !important;
}

/* ショートカット（パディング） */
.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

/* 装飾類 */
hr {
  width: 300px;
  margin: 60px auto;
  padding-top: 5px;
  border-top: 2px solid #ffd8d8;
  border-bottom: 2px solid #ffd8d8;
}

hr.narrow {
  margin: 40px auto 30px;
}

/* テキストエリア */
.text-area {
  margin-top: 40px;
  padding: 35px 30px;
  background: #fff9f7;
  border-radius: 8px;
}
.text-area .headline4 {
  margin-top: 0;
}
.text-area.pass-area {
  padding: 100px 30px;
}

.post-content-box .text-area h4 {
  margin-top: 0;
}
.post-content-box .text-area p {
  font-size: 1.6rem;
  margin-top: 30px;
  line-height: 1.5;
}
.post-content-box .text-area h4 + p,
.post-content-box .text-area h4 + img + p {
  margin-top: 20px;
}
.post-content-box .text-area .list-disc,
.post-content-box .text-area .list-number,
.post-content-box .text-area .list-number-color {
  font-size: 1.6rem;
}
.post-content-box .text-area .list-number-color > li::before {
  top: -5px;
}
.post-content-box .text-area ul.list-asterisk {
  font-size: 1.4rem;
}
.post-content-box .text-area .pass-number {
  padding: 100px 30px;
}

.img-area {
  display: block;
}
.img-area > div {
  padding-top: 10px;
  border: 2px dotted #e3e3e3;
  text-align: center;
}
.img-area > div a {
  margin-top: 10px;
}
.img-area + p.caption {
  margin-top: 20px;
}

.img-area.img-area-two-block {
  display: flex;
  justify-content: space-between;
}
.img-area.img-area-two-block > div {
  flex: 1;
}
.img-area.img-area-two-block > div:first-child {
  margin-right: 5px;
}
.img-area.img-area-two-block > div:last-child {
  margin-left: 5px;
}

.img-area.img-area-one-block {
  max-width: 50%;
  margin: 0 auto;
}

blockquote,
.schedule-box {
  padding: 30px;
  border: 2px dotted #e3e3e3;
}

.schedule-box {
  margin-top: 30px;
}

.wraparound-right {
  float: right;
  margin: 20px 0 10px 20px;
}

.wraparound-left {
  float: left;
  margin: 20px 20px 10px 0;
}

.two-block {
  display: flex;
  justify-content: space-between;
}
.two-block > div {
  flex: 1;
}
.two-block > div:first-child {
  margin-right: 15px;
}
.two-block > div:last-child {
  margin-left: 15px;
}

.branch .two-block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 30px;
}
.branch .two-block .two-block-box {
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
  background: #ffffff;
}
.branch .two-block .two-block-box:first-child {
  margin-right: 10px;
}
.branch .two-block .two-block-box:last-child {
  margin-left: 10px;
}
.branch .two-block .two-block-box a {
  display: block;
  padding: 30px;
  text-align: center;
}
.branch .two-block .two-block-box p {
  font-size: 1.8rem;
  font-weight: 700;
}
.branch .two-block .two-block-box img {
  max-height: 250px;
  min-height: 250px;
  margin-top: 20px;
}

.post-content-box .two-block,
.post-content-box .two-block,
.post-content-box .three-block,
.post-content-box .three-block {
  margin-top: 30px;
}

.post-content-box .two-block.link-list + .link-list {
  margin-top: 15px;
}

.two-block-box .headline4 {
  margin-top: 0;
}

.post-content-box .two-block-box h4 {
  margin-top: 0;
}

.two-block-image a,
.three-block-image a {
  display: block;
}
.two-block-image a:hover,
.three-block-image a:hover {
  opacity: 0.7;
}

.three-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 30px;
}
.three-block > div {
  flex: 1;
  margin-right: 20px;
}
.three-block > div:last-child {
  margin-right: 0;
}

.post-content-box .three-block,
.post-content-box .three-block {
  margin-bottom: 0;
  padding: 0;
}

.post-content-box .three-block-box,
.post-content-box .three-block-box {
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.post-content-box .three-block-box a img,
.post-content-box .three-block-box a img {
  border-radius: 0;
}
.post-content-box .three-block-box img + p,
.post-content-box .three-block-box img + p {
  margin-top: 20px;
}

.three-block-gohan,
.movie-list .three-block {
  margin-bottom: 0;
  padding: 0;
}

.page-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0;
}
.page-list .post {
  position: relative;
  width: calc(33.33% - 20px);
  margin-bottom: 40px;
  margin-right: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
  overflow: hidden;
  transition: all 0.3s;
}
.page-list .post::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 25px solid #ffd8d8;
  border-left: 25px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.page-list .post a {
  display: block;
}
.page-list .post a .post-image img {
  border-radius: 8px 8px 0 0;
}
.page-list .post a .post-text {
  position: relative;
  padding: 25px 15px;
  border-radius: 0 0 8px 8px;
}
.page-list .post a .post-text .post-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.page-list .post a .post-text p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.page-list .post:nth-child(3n) {
  margin-right: 0;
}
.page-list .post:hover::after {
  border-bottom: 25px solid #eb748e;
  transition: all 0.3s;
}

#menu-sp.three-block {
  display: flex;
  justify-content: space-between;
}
#menu-sp.three-block > div {
  flex: 1;
  margin-right: 30px;
}
#menu-sp.three-block > div:last-child {
  margin-right: 0;
}

.three-block-box {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}
.three-block-box a {
  display: block;
}
.three-block-box a img {
  border-radius: 8px 8px 0 0;
}
.three-block-box a .page-title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px;
  color: #555555;
}
.three-block-box iframe {
  height: 253px;
  vertical-align: bottom;
}

.gohan .three-block-box,
.movie-list .three-block-box {
  margin-bottom: 20px;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.gohan .three-block-box .three-block-image,
.movie-list .three-block-box .three-block-image {
  margin-bottom: 0;
}
.gohan .three-block-box a img,
.movie-list .three-block-box a img {
  border-radius: 0;
}

.three-block-gohan {
  display: flex;
  flex-wrap: wrap;
}
.three-block-gohan > div {
  width: calc(33.333% - 20px);
  margin-right: 20px;
}
.three-block-gohan > div:nth-child(3n) {
  margin-right: 0;
}
.three-block-gohan .three-block-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.width-full {
  width: 100% !important;
  margin: 0 !important;
}

#container:not(.index) {
  padding-top: 68px;
}

#contents {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
}

.index #contents > #contents-wrap {
  height: calc(100vh - 108px);
}

.archive #contents,
.single #contents,
.page #contents {
  padding: 30px 0 60px;
}

.welcome #contents {
  padding: 0;
}

.registration #contents,
.welcome #contents-wrap {
  display: flex;
  padding: 0;
}
.registration #contents > div,
.welcome #contents-wrap > div {
  height: calc(100vh - 68px);
  width: 100%;
}
.registration #contents > div#box1,
.welcome #contents-wrap > div#box1 {
  position: relative;
  background: url("/app/themes/babypad-renewal/images/mainImage_registration_01_pc.jpg") no-repeat center center;
  background-size: cover;
}
.registration #contents > div#box1 .btn-prev,
.welcome #contents-wrap > div#box1 .btn-prev {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.registration #contents > div#box2,
.welcome #contents-wrap > div#box2 {
  padding: 0 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.registration #contents > div#box2 .caption,
.welcome #contents-wrap > div#box2 .caption {
  text-align: center;
}

.registration.ogyaa #contents > div#box1 {
  position: relative;
  background: url("/app/themes/babypad-renewal/images/mainImage_registration_02_pc.jpg") no-repeat center center;
  background-size: cover;
}

.welcome #contents-wrap > div#box1 {
  position: relative;
  background: url("/app/themes/babypad-renewal/images/mainImage_welcome_01_pc.jpg") no-repeat center center;
  background-size: cover;
}
.welcome #contents-wrap > div#box1 .btn-shadow {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.registration.registration-two-block #contents,
.registration.registration-three-block #contents {
  position: relative;
  display: block;
  background: #ffffff;
}
.registration.registration-two-block #contents > div,
.registration.registration-three-block #contents > div {
  height: auto;
}
.registration.registration-two-block #contents .page-wrap,
.registration.registration-three-block #contents .page-wrap {
  max-width: 800px;
  height: calc(100vh - 68px);
  margin: 0 auto;
  padding-top: 20px;
}
.registration.registration-two-block #contents .page-wrap .post-content-box,
.registration.registration-three-block #contents .page-wrap .post-content-box {
  position: relative;
}
.registration.registration-two-block #contents .page-wrap .post-content-box .form-submit,
.registration.registration-three-block #contents .page-wrap .post-content-box .form-submit {
  position: absolute;
  bottom: -78px;
  right: 0;
}
.registration.registration-two-block #contents .page-wrap .page-wrap-center,
.registration.registration-three-block #contents .page-wrap .page-wrap-center {
  width: 100%;
}
.registration.registration-two-block #contents .page-wrap .caption,
.registration.registration-three-block #contents .page-wrap .caption {
  text-align: center;
}
.registration.registration-two-block #contents .btn-prev,
.registration.registration-three-block #contents .btn-prev {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  width: auto;
}
.registration.registration-two-block #contents .btn-prev a,
.registration.registration-three-block #contents .btn-prev a {
  border: 1px solid #e3e3e3;
  box-shadow: none;
}
.registration.registration-two-block #contents .btn-prev a:visited,
.registration.registration-three-block #contents .btn-prev a:visited {
  color: #7c7c7c;
}
.registration.registration-two-block #contents .btn-prev a:hover,
.registration.registration-three-block #contents .btn-prev a:hover {
  border: 1px solid #eb748e;
}

.registration-wrap {
  display: flex;
  justify-content: space-between;
}
.registration-wrap > .registration-col {
  flex: 1;
}
.registration-wrap > .registration-col:first-child {
  margin-right: 15px;
}
.registration-wrap > .registration-col:last-child {
  margin-left: 15px;
}

.registration.registration-three-block #contents .page-wrap {
  max-width: 980px;
  height: calc(100vh - 68px);
  margin: 0 auto;
  display: block;
}
.registration.registration-three-block .registration-wrap > .registration-col:first-child {
  margin-right: 30px;
}
.registration.registration-three-block .registration-wrap > .registration-col:last-child {
  margin-left: 30px;
}

header:not(.shepherd-header) {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
  z-index: 1;
}
header:not(.shepherd-header) .header-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 30px;
}
header:not(.shepherd-header) .header-wrap .header-logo {
  display: flex;
}
header:not(.shepherd-header) .header-wrap .header-logo .gotohome {
  padding: 15px 15px 0 0;
}
header:not(.shepherd-header) .header-wrap .header-logo .hospital-name {
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: #eb748e;
  line-height: 1.25;
}
header:not(.shepherd-header) .header-wrap .header-logo .hospital-name a {
  color: #eb748e;
  text-decoration: none;
}
header:not(.shepherd-header) .header-wrap .header-logo .patient_line {
  margin: 0.5rem 1rem 0.5rem 0;
  width: 0;
  border: 1px solid #CCCCCC;
  opacity: 1;
}
header:not(.shepherd-header) .header-wrap .header-logo .hospital-user {
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
}
header:not(.shepherd-header) .header-wrap .header-logo .hospital-user .medical_info_area {
  font-size: 1.3rem;
}
header:not(.shepherd-header) .header-wrap .header-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header:not(.shepherd-header) .header-wrap .header-nav ul li {
  margin-left: 30px;
}
header:not(.shepherd-header) .header-wrap .header-nav ul li:not(:first-child) a {
  display: block;
  text-align: center;
}
header:not(.shepherd-header) .header-wrap .header-nav ul li:not(:first-child) a .icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 2px;
  color: #eb748e;
}
header:not(.shepherd-header) .header-wrap .header-nav ul li:not(:first-child) a .icon-label {
  font-size: 1.2rem;
}

#container:not(.index) header:not(.overlay-header) {
  width: 100%;
  min-height: 68px;
  position: fixed;
  top: -1px;
  z-index: 3;
  transition: 0.3s;
  background: #ffffff;
}

.registration header .header-wrap,
.welcome header .header-wrap,
.branch header .header-wrap,
.login-sp header .header-wrap,
.page header .header-wrap {
  min-height: 68px;
}

header.overlay-header {
  min-height: 68px;
}
header.overlay-header .header-wrap .header-nav ul li a {
  display: block;
  text-align: center;
}
header.overlay-header .header-wrap .header-nav ul li a .icon {
  font-size: 30px;
  display: block;
  height: 30px;
  margin-bottom: 2px;
  color: #eb748e;
  transition: all 0.3s;
}
header.overlay-header .header-wrap .header-nav ul li a .icon.icon-n_logout {
  font-size: 2.6rem;
}
header.overlay-header .header-wrap .header-nav ul li a .icon.icon-mobile {
  font-size: 3.1rem;
}
header.overlay-header .header-wrap .header-nav ul li a .icon-label {
  font-size: 1.2rem;
}
header.overlay-header .header-wrap .header-nav ul li a#rotation-btn {
  color: #eb748e;
}
header.overlay-header .header-wrap .header-nav ul li a#rotation-btn.rotation-inactive {
  color: #444444;
}
header.overlay-header .header-wrap .header-nav ul li a#rotation-btn.rotation-inactive .icon {
  color: #444444;
  transform: rotate(-30deg);
}

#global-nav {
  position: relative;
  margin-bottom: 15px;
}

.menu {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 5px 0 10px;
}
.menu li {
  display: inline-block;
  flex: 0 0 120px;
  margin: 0 5px;
  text-align: center;
}
.menu li:first-child {
  margin-left: 20px;
}
.menu li a {
  font-weight: 500;
  display: block;
}
.menu li a img {
  max-width: 100px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}
.menu li a .menu-title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 15px;
  color: #555555;
}

#notify-btn .icon-notify {
  position: relative;
}
#notify-btn #count-unread.budge-unread {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: red;
  border-radius: 50%;
  left: 27px;
  top: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.25rem;
}

/* Smartphone Menu */
.menu-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  z-index: 11;
}
.menu-btn a {
  display: inline-block;
  border: none;
  text-decoration: none;
  position: relative;
  background: #ffffff;
  border-radius: 50%;
}
.menu-btn a::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #f29e30;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -1;
  box-shadow: 0px 3px 12px 0px rgba(200, 216, 216, 0.3);
}
.menu-btn a::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #eb748e;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: -1;
  box-shadow: 0px 3px 12px 0px rgba(200, 216, 216, 0.3);
}

.btn-open:before,
.btn-open:after,
.btn-close:before {
  display: block;
}

/* Hamburger Btn */
.side-menu-btn {
  width: 70px;
  height: 70px;
  padding-top: 15px;
}

.menu-trigger,
.menu-trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 15px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eb748e;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}

/* Hamburger Animation */
.side-menu-btn::after {
  font-size: 1.2rem;
  font-weight: 500;
  content: "メニュー";
  display: block;
  color: #eb748e;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  text-align: center;
  margin-top: 10px;
}

.modal-btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  display: inline-block;
  text-align: center;
}
.modal-btn .side-menu-btn {
  width: auto;
  height: auto;
  padding-top: 0;
}
.modal-btn .side-menu-btn::after {
  display: none;
}

#js__sideMenuBtn.is-active .side-menu-btn::after {
  content: "閉じる";
}

#js__sideMenuBtn.is-active span:nth-of-type(1),
.modal-btn span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

#js__sideMenuBtn.is-active span:nth-of-type(2),
.modal-btn span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

/* Overlay */
.is-fixed { /* ドロワーメニュー開いてる時に背景のスクロール固定 */
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 10;
}

#menu-sp {
  margin-bottom: 0;
  padding: 20px 30px 60px;
  background: #fff9f7;
  width: 100%;
  min-height: calc(100% - 68px);
}

div[class^=menu-sp-col-] > ul > li {
  margin-top: 20px;
  line-height: 1.5;
}
div[class^=menu-sp-col-] > ul > li a[target=_blank] .menu-nav-wrap {
  position: relative;
}
div[class^=menu-sp-col-] > ul > li a[target=_blank] .menu-nav-wrap::after {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #eb748e;
  position: absolute;
  right: -20px;
  bottom: 3px;
  display: inline-block;
  content: "\e633";
}
div[class^=menu-sp-col-] > ul > li > a {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 20px 20px 20px 30px;
  color: #555555;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}
div[class^=menu-sp-col-] > ul > li > a > .menu-nav-wrap > img {
  display: none;
}
div[class^=menu-sp-col-] > ul > li > a::before {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/list-disc.png");
  position: absolute;
  top: 50%;
  left: 15px;
  transform-origin: top left;
  display: inline-block;
  margin-top: -5px;
}

ul:not(.sub-menu) > li.menu-item-has-children > a {
  border-radius: 8px 8px 0 0;
}
ul:not(.sub-menu) > li.menu-item-has-children > a::before {
  display: none !important;
}

li.menu-item-has-children > a {
  padding: 10px 20px 10px 15px !important;
}
li.menu-item-has-children > a > .menu-nav-wrap {
  display: flex;
  align-items: center;
}
li.menu-item-has-children > a > .menu-nav-wrap > img {
  display: inline-block !important;
  max-width: 50px;
  margin-right: 10px;
  border-radius: 50%;
}
li.menu-item-has-children > a + ul {
  display: block;
}

div[class^=menu-sp-col-] > ul li.menu-item-has-children a {
  box-shadow: none;
}
div[class^=menu-sp-col-] > ul li.menu-item-has-children li:not(.menu-item-has-children) > a img {
  display: none;
}
div[class^=menu-sp-col-] > ul > li > .sub-menu {
  border-top: none !important;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}

.menu-item-has-children {
  position: relative;
  display: block;
  border-radius: 8px;
}
.menu-item-has-children .sub-menu > li > a {
  border-top: 1px solid #f1f1f1;
}
.menu-item-has-children > .sub-menu {
  background: #ffffff;
}
.menu-item-has-children > .sub-menu > li a {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  padding: 20px 20px 20px 30px;
}
.menu-item-has-children > .sub-menu > li a .menu-nav-wrap {
  position: relative;
}
.menu-item-has-children > .sub-menu > li a .menu-nav-wrap::before {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/list-triangle.png");
  position: absolute;
  top: 50%;
  left: -15px;
  transform-origin: top left;
  display: inline-block;
  margin-top: -4px;
}
.menu-item-has-children > .sub-menu .menu-item-has-children > a > .menu-nav-wrap {
  padding-left: 10px;
}
.menu-item-has-children > .sub-menu .menu-item-has-children > a > .menu-nav-wrap::before {
  left: 0;
}

.news-list {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  margin-bottom: 10px;
  padding: 10px 30px;
}
.news-list li {
  display: inline-block;
  flex: 0 0 300px;
  margin-right: 20px;
}
.news-list li a {
  position: relative;
  display: block;
  padding: 15px 30px 15px 15px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}
.news-list li a::after {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/arrow_right_pink02.png");
  position: absolute;
  top: 50%;
  right: 10px;
  transform-origin: top right;
  display: inline-block;
  margin-top: -8px;
}
.news-list li a .post-wrap {
  display: flex;
  align-items: center;
}
.news-list li a .post-wrap img {
  flex-basis: 50px;
  max-width: 50px;
}
.news-list li a .post-wrap .post-text {
  margin-left: 10px;
}
.news-list li a .post-wrap .post-text .post-date {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #eb748e;
}
.news-list li a .post-wrap .post-text .post-title {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}

.post-content-box .info-list li a {
  color: #444444;
  text-decoration: none;
}
.post-content-box .info-list li a:visited {
  color: #7c7c7c;
}
.post-content-box .info-list li a:visited .icon {
  color: #7c7c7c;
}
.post-content-box .info-list li a:hover {
  color: #444444;
}

.info-list {
  display: block;
}
.info-list li {
  display: block;
}
.info-list li a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 15px 30px 15px 15px;
  background: #ffffff;
  border-radius: 8px;
  background: #fff9f7;
}
.info-list li a::after {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/arrow_right_pink02.png");
  position: absolute;
  top: 50%;
  right: 10px;
  transform-origin: top right;
  display: inline-block;
  margin-top: -8px;
}
.info-list li a .post-wrap {
  display: flex;
  align-items: center;
}
.info-list li a .post-wrap .icon {
  font-size: 2.2rem;
  flex-basis: 50px;
  min-width: 50px;
  min-height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: #eb748e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-list li a .post-wrap img {
  flex-basis: 50px;
  max-width: 50px;
  border-radius: 50%;
}
.info-list li a .post-wrap .post-text {
  margin-left: 10px;
}
.info-list li a .post-wrap .post-text .post-date {
  display: block;
  font-size: 1.1rem;
  color: #eb748e;
}
.info-list li a .post-wrap .post-text .post-title {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 5px;
  line-height: 1.5;
}

.link-list {
  margin-bottom: 40px;
}
.link-list .btn-sub a {
  display: block;
  border-radius: 8px;
  box-shadow: 0px 3px 0px 0px rgba(129, 18, 43, 0.3);
  text-align: center;
}

#banner-slider {
  padding: 0 30px;
}
#banner-slider > div {
  margin-right: 15px;
}
#banner-slider > div a {
  display: block;
}

.banner-area {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.banner-area > div {
  flex: 0 0 160px;
}

/* Widget */
#clock-area {
  height: 100%;
}

.snowfall-wrapper {
  -webkit-perspective: 500;
  perspective: 500;
}

.clock-content-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 54px);
  z-index: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.clock-content-wrap .clock-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
.clock-content-wrap #canvas-container,
.clock-content-wrap #canvas-container2,
.clock-content-wrap #canvas-container3,
.clock-content-wrap #canvas-container4,
.clock-content-wrap #january-img-01,
.clock-content-wrap #january-img-02,
.clock-content-wrap #january-img-02-1,
.clock-content-wrap #january-img-02-2,
.clock-content-wrap #january-img-03,
.clock-content-wrap #february-img-01,
.clock-content-wrap #february-img-02,
.clock-content-wrap #february-img-03,
.clock-content-wrap #february-img-04,
.clock-content-wrap #march-img-01,
.clock-content-wrap #march-img-02,
.clock-content-wrap #april-img-01,
.clock-content-wrap #april-img-02,
.clock-content-wrap #may-img-01,
.clock-content-wrap #may-img-02,
.clock-content-wrap #may-img-03,
.clock-content-wrap #may-img-04,
.clock-content-wrap #may-img-05,
.clock-content-wrap #may-img-06,
.clock-content-wrap #june-img-01,
.clock-content-wrap #june-img-02,
.clock-content-wrap #june-img-03,
.clock-content-wrap #july-img-01,
.clock-content-wrap #july-img-02,
.clock-content-wrap #july-img-03,
.clock-content-wrap #july-img-04,
.clock-content-wrap #august-img-01,
.clock-content-wrap #august-img-02,
.clock-content-wrap #august-img-03,
.clock-content-wrap #september-img-01,
.clock-content-wrap #september-img-01-1,
.clock-content-wrap #september-img-01-2,
.clock-content-wrap #september-img-02,
.clock-content-wrap #september-img-03,
.clock-content-wrap #october-img-01,
.clock-content-wrap #november-img-01,
.clock-content-wrap #november-img-02,
.clock-content-wrap #december-img-01,
.clock-content-wrap #december-img-02,
.clock-content-wrap #december-img-03,
.clock-content-wrap #december-img-04 {
  display: none;
}
.clock-content-wrap #january-img-01 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  max-width: 45px;
}
.clock-content-wrap #january-img-02 {
  position: absolute;
  top: 5%;
  right: 5%;
  max-width: 55px;
}
.clock-content-wrap #january-img-02-1 {
  position: absolute;
  top: 19%;
  right: 13%;
  max-width: 40px;
  z-index: 2;
}
.clock-content-wrap #january-img-02-2 {
  position: absolute;
  top: 9%;
  right: 4%;
  max-width: 30px;
  z-index: 2;
}
.clock-content-wrap #january-img-03,
.clock-content-wrap #may-img-06 {
  position: absolute;
  bottom: -4%;
  left: -30%;
  max-width: 202px;
}
.clock-content-wrap #february-img-01 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  max-width: 50px;
  z-index: 2;
}
.clock-content-wrap #february-img-02 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  max-width: 45px;
  z-index: 2;
}
.clock-content-wrap #february-img-03 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 122px;
}
.clock-content-wrap #february-img-04 {
  position: absolute;
  top: 10%;
  right: 2%;
  max-width: 28px;
}
.clock-content-wrap #march-img-01 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  max-width: 45px;
  z-index: 2;
}
.clock-content-wrap #march-img-02 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  max-width: 90px;
  z-index: 2;
}
.clock-content-wrap #april-img-01 {
  position: absolute;
  top: 6%;
  right: 3%;
  max-width: 107px;
}
.clock-content-wrap #april-img-02 {
  position: absolute;
  bottom: 6%;
  left: 30%;
  max-width: 41px;
}
.clock-content-wrap #may-img-01 {
  position: absolute;
  top: 6%;
  right: 3%;
  max-width: 107px;
}
.clock-content-wrap #may-img-02 {
  position: absolute;
  top: 10%;
  left: 8%;
  max-width: 77px;
}
.clock-content-wrap #may-img-03 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  max-width: 74px;
  z-index: 2;
}
.clock-content-wrap #may-img-04 {
  position: absolute;
  bottom: 18%;
  right: 25%;
  max-width: 69px;
}
.clock-content-wrap #may-img-05 {
  position: absolute;
  top: 32%;
  right: 3%;
  max-width: 42px;
}
.clock-content-wrap #june-img-01 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  max-width: 65px;
  z-index: 2;
}
.clock-content-wrap #june-img-02 {
  position: absolute;
  top: 0;
  right: 3%;
  max-width: 42px;
}
.clock-content-wrap #june-img-03 {
  position: absolute;
  top: 5%;
  left: 3%;
  max-width: 90px;
}
.clock-content-wrap #july-img-01 {
  position: absolute;
  bottom: -18%;
  right: -15%;
  max-width: 120px;
}
.clock-content-wrap #july-img-02 {
  position: absolute;
  bottom: -15%;
  left: -17%;
  max-width: 114px;
}
.clock-content-wrap #july-img-03 {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 900px;
  height: 900px;
  margin-top: -10px;
  border-radius: 50%;
}
.clock-content-wrap #july-img-04 {
  position: absolute;
  left: -7%;
  top: 25%;
  transform-origin: -50% center;
  max-width: 50px;
}
.clock-content-wrap #august-img-01 {
  position: absolute;
  bottom: 7%;
  left: 7%;
  max-width: 46px;
  z-index: 3;
}
.clock-content-wrap #august-img-02 {
  position: absolute;
  top: 12%;
  left: 10%;
  max-width: 60px;
}
.clock-content-wrap #august-img-03 {
  position: absolute;
  top: 0;
  right: 3%;
  max-width: 35px;
}
.clock-content-wrap #september-img-01 {
  position: absolute;
  top: 5%;
  right: 8%;
  max-width: 55px;
}
.clock-content-wrap #september-img-01-1 {
  position: absolute;
  top: 19%;
  right: 13%;
  max-width: 40px;
  z-index: 2;
}
.clock-content-wrap #september-img-01-2 {
  position: absolute;
  top: 9%;
  right: 4%;
  max-width: 30px;
  z-index: 2;
}
.clock-content-wrap #september-img-02 {
  position: absolute;
  bottom: -8%;
  right: 0;
  max-width: 52px;
}
.clock-content-wrap #september-img-03 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  max-width: 78px;
}
.clock-content-wrap #october-img-01 {
  position: absolute;
  bottom: 15%;
  right: 10%;
  max-width: 40px;
}
.clock-content-wrap #november-img-01 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  max-width: 45px;
}
.clock-content-wrap #november-img-02 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  max-width: 45px;
}
.clock-content-wrap #december-img-01 {
  position: absolute;
  bottom: 18%;
  right: 3%;
  max-width: 40px;
  z-index: 3;
}
.clock-content-wrap #december-img-02 {
  position: absolute;
  bottom: 17%;
  right: 18%;
  max-width: 25px;
  z-index: 3;
}
.clock-content-wrap #december-img-03 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  max-width: 47px;
  z-index: 2;
}
.clock-content-wrap #december-img-04 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 80px;
  z-index: 2;
}

.january .clock-content-wrap #january-img-01,
.january .clock-content-wrap #january-img-02,
.january .clock-content-wrap #january-img-02-1,
.january .clock-content-wrap #january-img-02-2,
.january .clock-content-wrap #january-img-03 {
  display: block;
}
.january .clock-content-wrap #january-img-01 {
  animation: swing 5s linear infinite;
  transform-origin: bottom center;
}
.january .clock-content-wrap #january-img-02-1 {
  animation: suisui 6s ease-in-out infinite alternate;
}
.january .clock-content-wrap #january-img-02-2 {
  animation: suisui 6.5s ease-in-out infinite alternate;
}

.february .clock-content-wrap #february-img-01,
.february .clock-content-wrap #february-img-02,
.february .clock-content-wrap #february-img-03,
.february .clock-content-wrap #february-img-04,
.february .clock-content-wrap #canvas-container4 {
  display: block;
}
.february .clock-content-wrap #february-img-04 {
  animation: swing 3s linear infinite;
  transform-origin: bottom center;
}

.march .clock-content-wrap #march-img-01,
.march .clock-content-wrap #march-img-02 {
  display: block;
}

.april .clock-content-wrap {
  background: url("/app/themes/babypad-renewal/images/april_img_03.png") no-repeat center center;
  background-size: cover;
}
.april .clock-content-wrap #april-img-01,
.april .clock-content-wrap #april-img-02 {
  display: block;
}
.april .clock-content-wrap #april-img-01 {
  animation: float 2s ease-in-out infinite alternate;
}
.april .clock-content-wrap #april-img-02 {
  animation: swing 5s linear infinite;
  transform-origin: bottom center;
}

.may .clock-content-wrap #may-img-01,
.may .clock-content-wrap #may-img-02,
.may .clock-content-wrap #may-img-03,
.may .clock-content-wrap #may-img-04,
.may .clock-content-wrap #may-img-05,
.may .clock-content-wrap #may-img-06 {
  display: block;
}
.may .clock-content-wrap #may-img-01 {
  animation: float 2s ease-in-out infinite alternate;
}
.may .clock-content-wrap #may-img-02 {
  animation: float 2s ease-in-out infinite alternate-reverse;
}
.may .clock-content-wrap #may-img-03 {
  animation: float 2.2s ease-in-out infinite alternate-reverse;
}
.may .clock-content-wrap #may-img-04 {
  animation: float 2.2s ease-in-out infinite alternate;
}
.may .clock-content-wrap #may-img-05 {
  animation: float 2.5s ease-in-out infinite alternate;
}

.june .clock-content-wrap {
  background: url("/app/themes/babypad-renewal/images/june_img_02.png") no-repeat center center;
  background-size: cover;
}
.june .clock-content-wrap #june-img-01,
.june .clock-content-wrap #june-img-02,
.june .clock-content-wrap #june-img-03 {
  display: block;
}
.june .clock-content-wrap #june-img-01 {
  animation: suisui 2s ease-in-out infinite alternate;
}
.june .clock-content-wrap #june-img-02 {
  animation: swing 5s linear infinite;
  transform-origin: top center;
}
.june .clock-content-wrap #june-img-03 {
  animation: float 2s ease-in-out infinite alternate;
}

.july .clock-content-wrap {
  background: url("/app/themes/babypad-renewal/images/july_img_03.png") no-repeat center center;
  background-size: cover;
}
.july .clock-content-wrap #july-img-01,
.july .clock-content-wrap #july-img-02,
.july .clock-content-wrap #july-img-03,
.july .clock-content-wrap #july-img-04 {
  display: block;
}
.july .clock-content-wrap #july-img-01 {
  animation: yure 10s linear infinite;
  transform-origin: bottom right;
}
.july .clock-content-wrap #july-img-02 {
  animation: yure 10.5s linear infinite;
  transform-origin: bottom right;
}
.july .clock-content-wrap #july-img-03 {
  animation: rotation-reverse 25s linear infinite;
}
.july .clock-content-wrap #july-img-04 {
  animation: rotation-normal 25s linear infinite;
}

.august .clock-content-wrap #august-img-01,
.august .clock-content-wrap #august-img-02,
.august .clock-content-wrap #august-img-03,
.august .clock-content-wrap #canvas-container,
.august .clock-content-wrap #canvas-container2 {
  display: block;
}
.august .clock-content-wrap #august-img-01 {
  animation: float 3s ease-in-out infinite alternate;
}
.august .clock-content-wrap #august-img-02 {
  animation: float 2s ease-in-out infinite alternate;
}
.august .clock-content-wrap #august-img-03 {
  animation: swing 5s linear infinite;
  transform-origin: top center;
}

.september .clock-content-wrap {
  background: url("/app/themes/babypad-renewal/images/september_img_04.png") no-repeat center center;
  background-size: cover;
}
.september .clock-content-wrap #september-img-01,
.september .clock-content-wrap #september-img-01-1,
.september .clock-content-wrap #september-img-01-2,
.september .clock-content-wrap #september-img-02,
.september .clock-content-wrap #september-img-03 {
  display: block;
}
.september .clock-content-wrap #september-img-01-1 {
  animation: suisui 6s ease-in-out infinite alternate;
}
.september .clock-content-wrap #september-img-01-2 {
  animation: suisui 6.5s ease-in-out infinite alternate;
}
.september .clock-content-wrap #september-img-02 {
  animation: yure 10s linear infinite;
  transform-origin: bottom right;
}

.october .clock-content-wrap #october-img-01 {
  display: block;
  animation: swing 5s linear infinite;
  transform-origin: bottom center;
}

.november .clock-content-wrap {
  background: url("/app/themes/babypad-renewal/images/november_img_03.png") no-repeat center center;
  background-size: cover;
}
.november .clock-content-wrap #november-img-01,
.november .clock-content-wrap #november-img-02 {
  display: block;
}

.december .clock-content-wrap #december-img-01,
.december .clock-content-wrap #december-img-02,
.december .clock-content-wrap #december-img-04,
.december .clock-content-wrap #canvas-container3 {
  display: block;
}

.december.december-christmas .clock-content-wrap #december-img-03 {
  display: block;
  animation: swing 5s linear infinite;
  transform-origin: bottom center;
}
.december.december-christmas .clock-content-wrap #december-img-04 {
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg) scale(1.2);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(1.2);
  }
}
@keyframes rotation-normal {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(170deg);
  }
  100% {
    transform: rotate(350deg);
  }
}
@keyframes rotation-reverse {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes swing {
  from {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(15deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes yure {
  from {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(1deg);
  }
  10% {
    transform: rotate(-1deg);
  }
  15% {
    transform: rotate(1deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  25% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -5px);
  }
}
@keyframes suisui {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(-10px, 0);
  }
}
/* Clock */
.wave-test header {
  position: relative;
  width: 300px;
  height: 300px;
}

#canvas-container,
#canvas-container2,
#canvas-container3,
#canvas-container4 {
  position: absolute;
  bottom: -5px;
}
#canvas-container canvas,
#canvas-container2 canvas,
#canvas-container3 canvas,
#canvas-container4 canvas {
  width: 100%;
}

#canvas-container,
#canvas-container3,
#canvas-container4 {
  z-index: 1;
}

#canvas-container2 {
  z-index: 2;
}

.clock-number {
  font-size: 7rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: #eb748e;
  margin-top: -20px;
  margin-left: -14px;
  position: relative;
  z-index: 2;
}
.clock-number .small {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #7c7c7c;
}
.clock-number .notice {
  line-height: 12;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #7c7c7c;
  margin-top: -2rem;
}

.hosp-content-wrap,
.wifi-content-wrap {
  height: 204px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.tweet-content-wrap {
  padding: 20px 15px;
}
.tweet-content-wrap .post-wrap {
  display: flex;
  align-items: flex-end;
}
.tweet-content-wrap .post-wrap .post-image {
  margin-right: 10px;
  flex-basis: 40px;
  text-align: center;
}
.tweet-content-wrap .post-wrap .post-image img {
  max-width: 40px;
  margin-bottom: 3px;
  border-radius: 50%;
}
.tweet-content-wrap .post-wrap .post-image .tweet-name {
  font-size: 1rem;
}
.tweet-content-wrap .post-wrap .post-text {
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fbf5f3;
  padding: 10px;
  border-radius: 20px 20px 20px 4px;
}

.switch {
  vertical-align: 5px;
  -webkit-animation: switchtext 1s infinite alternate;
  -moz-animation: switchtext 1s infinite alternate;
  animation: switchtext 1s infinite alternate;
}

@-webkit-keyframes switchtext {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes switchtext {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes switchtext {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.widget_ogyaa .page-title,
.widget_kizuna .page-title,
.widget_syusuu .page-title {
  position: relative;
}
.widget_ogyaa .page-title::before {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  color: #eb748e;
  vertical-align: -1px;
  content: "\e60d";
}

.widget_kizuna .page-title::before {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  color: #eb748e;
  vertical-align: -1px;
  content: "\e61f";
}

.widget_syusuu .page-title::before {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  color: #eb748e;
  vertical-align: -1px;
  content: "\e903";
}

#menu_ad_area video {
  width: 100%;
  background: #ffe8e8;
}

#breadcrumb-section {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
}

.single #breadcrumb-section,
.page #breadcrumb-section,
.archive.information #breadcrumb-section {
  margin: 0 auto 20px;
}

.breadcrumbs {
  font-size: 1.4rem;
  display: block;
  max-width: 780px;
  margin: 0 auto;
  vertical-align: middle;
}

.breadcrumbs a {
  position: relative;
  display: inline-block !important;
  text-decoration: underline !important;
  border: none;
  color: #eb748e;
}
.breadcrumbs a:hover {
  color: #444444;
}

.breadcrumbs > span {
  display: inline-block;
  margin: 0 5px !important;
}

.breadcrumbs > span:first-child a {
  position: relative;
  font-size: 0;
  padding-left: 20px;
}
.breadcrumbs > span:first-child a::before {
  font-size: 1.6rem;
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #eb748e;
  display: inline-block;
  content: "\e618";
  position: absolute;
  top: -14px;
  left: 0;
}

.breadcrumbs a span {
  margin: 0 !important;
}

.page-wrap {
  display: block;
  max-width: 780px;
  margin: 0 auto;
}

.single .page-wrap,
.page .page-wrap,
.archive.information .page-wrap {
  padding: 40px 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}

.registration .page-wrap,
.welcome .page-wrap {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.page-box {
  display: block;
}
.page-box:last-child {
  margin-bottom: 0;
}

#headline-section .page-title {
  margin: 0 auto;
  text-align: center;
}
#headline-section .page-title h1 {
  font-size: 3.2rem;
  font-weight: 500;
}
#headline-section .page-title hr {
  width: 30px;
  height: 6px;
  margin: 15px auto;
  padding: 0;
  background: #eb748e;
  border-radius: 3px;
  border: none;
}

.page-box-inner {
  display: block;
  margin-bottom: 40px;
}

/* 投稿ページ */
.single .post .post-header,
.page .post .post-header {
  padding: 0 40px;
}
.single .post .post-header .page-title,
.page .post .post-header .page-title {
  margin: 0 auto 30px;
}
.single .post .post-header .page-title h1,
.page .post .post-header .page-title h1 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.single .post .post-content .post-image img,
.page .post .post-content .post-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.single .post .post-content .post-content-box,
.page .post .post-content .post-content-box {
  padding: 0 40px 0;
}

.single.page-menu .post .post {
  margin-top: 40px;
}

.single.menus .post .post-content .post-content-box {
  padding: 0 40px 0;
}

.post-content-box p a,
.post-content-box ul a,
.post-content-box ol a {
  color: #16a5d9;
  text-decoration: underline;
  word-break: break-all;
}
.post-content-box p a:visited,
.post-content-box ul a:visited,
.post-content-box ol a:visited {
  color: #55c8f2;
}
.post-content-box p a:hover,
.post-content-box ul a:hover,
.post-content-box ol a:hover {
  color: #55c8f2;
}
.post-content-box p a[target=_blank],
.post-content-box ul a[target=_blank],
.post-content-box ol a[target=_blank] {
  position: relative;
}
.post-content-box p a[target=_blank]::after,
.post-content-box ul a[target=_blank]::after,
.post-content-box ol a[target=_blank]::after {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\e633";
  margin-left: 10px;
}
.post-content-box p {
  font-size: 1.8rem;
  margin-top: 40px;
  line-height: 2;
}
.post-content-box p.gallery-title {
  margin-top: 0;
}
.post-content-box ul:not(.list-asterisk),
.post-content-box ol {
  font-size: 1.8rem;
  line-height: 1.8;
}
.post-content-box ul + p,
.post-content-box ol + p {
  margin-top: 20px;
}
.post-content-box dl p {
  margin-bottom: 20px;
}
.post-content-box blockquote h4 {
  margin-top: 0;
}
.post-content-box blockquote a + p,
.post-content-box blockquote img + p {
  margin-top: 20px;
}
.post-content-box h1.mt0,
.post-content-box h2.mt0,
.post-content-box h3.mt0,
.post-content-box h4.mt0,
.post-content-box h5.mt0,
.post-content-box h6.mt0,
.post-content-box .headline.mt0,
.post-content-box .headline2.mt0,
.post-content-box .headline3.mt0,
.post-content-box .headline4.mt0,
.post-content-box .headline5.mt0,
.post-content-box .headline6.mt0 {
  margin-top: 0 !important;
}

.pickup-area {
  margin-bottom: 30px;
  padding: 25px 0;
  border-top: 8px solid #fff9f7;
  border-bottom: 8px solid #fff9f7;
}

.registration .post-content-box p {
  margin-bottom: 30px;
}

/* リスト類 */
.list-disc {
  margin-top: 30px;
  padding: 0 20px;
}

.list-disc li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.5;
}
.list-disc li:last-child {
  margin-bottom: 0;
}
.list-disc li::before {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/list-icon-disc.png");
  position: absolute;
  top: 8px;
  left: 0;
  transform-origin: top left;
  display: inline-block;
}
.list-disc li.list-disc-sub::before {
  top: 11px;
}
.list-disc li ul li {
  margin-bottom: 10px;
  padding-left: 15px;
}
.list-disc li ul li:first-child {
  margin-top: 10px;
}
.list-disc li ul li::before {
  font-weight: 700;
  content: "・";
  position: absolute;
  top: 6px;
  left: 0;
  transform-origin: top left;
  display: inline-block;
}

.list-disc.wifi-list,
.list-disc.hosp-list,
.list-disc.daily-list {
  margin-top: 0;
  padding: 10px 0 0;
}

.list-disc.wifi-list li,
.list-disc.hosp-list li,
.list-disc.daily-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 15px;
  border-bottom: 1px solid #ffe8e8;
  font-size: 1.3rem;
}
.list-disc.wifi-list li::before,
.list-disc.hosp-list li::before,
.list-disc.daily-list li::before {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/list-icon-disc.png");
  position: absolute;
  top: 5px;
  left: 15px;
  transform-origin: top left;
  display: inline-block;
}
.list-disc.wifi-list li.list-address,
.list-disc.hosp-list li.list-address,
.list-disc.daily-list li.list-address {
  display: block;
}
.list-disc.wifi-list li.list-address .list-title,
.list-disc.wifi-list li.list-address .list-desc,
.list-disc.hosp-list li.list-address .list-title,
.list-disc.hosp-list li.list-address .list-desc,
.list-disc.daily-list li.list-address .list-title,
.list-disc.daily-list li.list-address .list-desc {
  display: block;
}
.list-disc.wifi-list li .list-desc,
.list-disc.hosp-list li .list-desc,
.list-disc.daily-list li .list-desc {
  font-weight: bold;
  color: #eb748e;
}

.list-disc.hosp-list li {
  justify-content: start;
}
.list-disc.hosp-list li.past {
  opacity: 0.4;
  background-color: #ececec;
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.list-disc.hosp-list li.past .list-desc {
  color: #7c7c7c;
  font-weight: normal;
}
.list-disc.hosp-list li .list-done {
  flex: 1;
  text-align: center;
}
.list-disc.hosp-list li .list-done label.done {
  background-color: #a2c944;
  color: #FFF;
  padding: 0.25rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 6px;
}
.list-disc.hosp-list li .list-title {
  flex: 2;
}
.list-disc.hosp-list li span:not(.list-title, .list-done) {
  flex: 3;
  padding-left: 0.25rem;
}
.list-disc.hosp-list li .list-desc.no-thanks {
  color: #7c7c7c;
  font-weight: normal;
}
.list-disc.hosp-list li .list-desc label.today {
  color: #ffffff;
  background-color: #eb748e;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
}

.list-disc.daily-list.hide,
.sch_none.hide {
  display: none;
}

.sch_none {
  padding: 1rem;
}

.list-disc.daily-list li {
  justify-content: start !important;
}
.list-disc.daily-list li.today:before {
  content: url(/app/themes/babypad-renewal/images/list-icon-disc.today.png);
}
.list-disc.daily-list li.today span.list-date {
  font-weight: bold;
  font-size: 1.5rem;
  color: #eb748e;
}
.list-disc.daily-list li.past {
  opacity: 0.4;
  background-color: #ececec;
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.list-disc.daily-list li.past:before {
  top: 15px;
  content: url(/app/themes/babypad-renewal/images/list-icon-disc.past.png);
}
.list-disc.daily-list li span.list-done:not(:empty) {
  width: 3rem;
  height: 2.2rem;
  text-align: center;
  background-color: #a2c944;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 6px;
}
.list-disc.daily-list li span:not(:last-child) {
  margin-right: 1rem;
}

.list-disc.daily-list.today li:before {
  content: url(/app/themes/babypad-renewal/images/list-icon-disc.today.png);
}
.list-disc.daily-list.today span.list-date {
  font-weight: bold;
  font-size: 1.5rem;
  color: #eb748e;
}

.list-asterisk {
  font-size: 1.4rem;
  margin-top: 30px;
  line-height: 1.5;
}

.list-asterisk li,
.post-content-box .pass-area ul:not(.list-asterisk) li {
  margin-bottom: 10px;
  padding-left: 20px;
  text-indent: -31px;
}
.list-asterisk li:last-child,
.post-content-box .pass-area ul:not(.list-asterisk) li:last-child {
  margin-bottom: 0;
}
.list-asterisk li:before,
.post-content-box .pass-area ul:not(.list-asterisk) li:before {
  content: "※";
  margin-right: 8px;
  padding-left: 8px;
  color: #eb748e;
}

.post-content-box .pass-area ul:not(.list-asterisk) li {
  margin-bottom: 0;
}

.list-number {
  margin-top: 30px;
  padding: 0 20px 25px;
}
.list-number > li {
  position: relative;
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
  counter-increment: counter-name;
  padding-left: 40px;
}
.list-number > li.sub-list {
  margin-bottom: 10px;
}
.list-number > li:last-child {
  margin-bottom: 0;
}
.list-number > li::before {
  font-weight: 500;
  display: inline-block;
  content: counter(counter-name) ".";
  position: absolute;
  top: 0;
  left: -3px;
  width: 30px;
  text-align: right;
}
.list-number > li ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
}
.list-number > li ul li:first-child {
  margin-top: 10px;
}
.list-number > li ul li:last-child {
  margin-bottom: 0;
}
.list-number > li ul li::before {
  font-weight: 700;
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.list-number-color {
  margin-top: 30px;
  padding: 0 20px 25px;
}
.list-number-color > li {
  position: relative;
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
  counter-increment: counter-name;
  padding-left: 40px;
}
.list-number-color > li.sub-list {
  margin-bottom: 10px;
}
.list-number-color > li:last-child {
  margin-bottom: 0;
}
.list-number-color > li::before {
  font-weight: 500;
  content: counter(counter-name);
  position: absolute;
  top: -3px;
  left: -3px;
  width: 30px;
  text-align: right;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #eb748e;
  color: #eb748e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-number-color > li ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
}
.list-number-color > li ul li:first-child {
  margin-top: 10px;
}
.list-number-color > li ul li:last-child {
  margin-bottom: 0;
}
.list-number-color > li ul li::before {
  font-weight: 700;
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.list-number-color li:nth-of-type(9) ~ li:before {
  content: counter(counter-name);
}

li > .list-asterisk.inherit > li {
  text-indent: 0;
  padding-left: 1.8rem;
}

li > .list-asterisk.inherit > li::before {
  content: "※";
  margin-right: 8px;
  padding-left: 8px;
  color: rgb(235, 116, 142);
  transform: scale(1, 1);
  font-weight: initial;
  top: 0;
  left: -8px;
}

.list-item {
  font-size: 1.8rem;
  display: flex;
  margin-top: 30px;
  align-items: baseline;
  flex-wrap: wrap;
}
.list-item dt:not(:first-child),
.list-item dd:not(:first-child) {
  margin-top: 30px;
}
.list-item dt {
  font-weight: 500;
  width: calc(30% - 30px);
  margin-right: 30px;
  padding: 10px 15px;
  background: #ffe8e8;
  border-radius: 8px;
  text-align: center;
  line-height: 1.8;
}
.list-item dd {
  width: 70%;
  line-height: 1.8;
}
.list-item dd p + .list-disc,
.list-item dd p + .list-number,
.list-item dd p + .list-number-color,
.list-item dd p + .list-asterisk {
  margin-top: 20px;
}

.accordion {
  display: block;
  margin-top: 40px;
}
.accordion .accordion-headline {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 15px 40px 15px 15px;
  border-bottom: 3px solid #ffd8d8;
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 1.3;
}
.accordion .accordion-headline::after {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/icon_plus.png");
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: top right;
  display: inline-block;
  margin-top: -13px;
}
.accordion .accordion-headline.accordion-active {
  background: #fff9f7;
}
.accordion .accordion-headline.accordion-active::after {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/icon_minus.png");
  transform-origin: top right;
}
.accordion .accordion-content {
  display: none;
}
.accordion .accordion-content p {
  margin-top: 20px;
}
.accordion + .accordion {
  margin-top: 20px;
}

/* テーブル */
/* 均等配置 */
.table-equal {
  table-layout: fixed;
}

/* 見出し上_5カラムまで */
.table-top-headline {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
}
.table-top-headline th,
.table-top-headline td {
  padding: 15px;
}
.table-top-headline th {
  font-size: 1.8rem;
  font-weight: 500;
  background: rgba(255, 216, 216, 0.6);
  text-align: center;
  line-height: 1.3;
}
.table-top-headline th:not(:last-child) {
  border-right: 2px solid #ffffff;
}
.table-top-headline td {
  font-size: 1.6rem;
  line-height: 1.5;
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
}
.table-top-headline td:last-child:not(:only-of-type) {
  border-right: none;
}
.table-top-headline td > p,
.table-top-headline td > ul {
  margin-top: 0;
}
.table-top-headline thead tr:last-child th:first-child {
  border-bottom: 2px solid #ffffff;
}
.table-top-headline tbody tr:not(:first-child) th {
  border-top: 2px solid #ffffff;
}
.table-top-headline .today th {
  background: #ffd8d8;
}
.table-top-headline .today td {
  background: #fff9f7;
}
.table-top-headline .past th {
  background: #f0f0f0;
}
.table-top-headline .past td {
  background: #f0f0f0;
}

.table-top-headline.ex {
  border-right: none;
}
.table-top-headline.ex th:last-child,
.table-top-headline.ex td:last-child {
  border-right: 2px solid #e3e3e3;
}
.table-top-headline.ex tr:first-child > th:last-child {
  border-top-right-radius: 8px;
}
.table-top-headline.ex tr:last-child > td:last-child {
  border-bottom-right-radius: 8px;
}
.table-top-headline.ex td.br-radius {
  border-bottom-right-radius: 8px;
}

.table-top-headline.schedule th {
  min-width: 110px;
}

.table-top-headline.schedule td {
  width: 50%;
}

.table-top-headline.schedule .disp-sp {
  display: none;
}

.table-top-headline.schedule th.past {
  color: #ccc;
  background-color: #F0E6E6;
}

.table-top-headline.schedule td.past {
  color: #ccc;
  background-color: #f8f8f8;
}

.table-top-headline.schedule th.today {
  color: #fff;
  background-color: #eb748e;
}

.table-top-headline.schedule td.today {
  background-color: #fff8f8;
}

/* 見出し左_5カラムまで */
.table-side-headline {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
}
.table-side-headline th,
.table-side-headline td {
  padding: 15px;
}
.table-side-headline th {
  font-size: 1.8rem;
  font-weight: 500;
  background: rgba(255, 216, 216, 0.6);
  text-align: center;
  border-top: 2px solid #ffffff;
}
.table-side-headline td {
  font-size: 1.6rem;
  line-height: 1.5;
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
}
.table-side-headline td:last-child:not(:only-of-type) {
  border-right: none;
}
.table-side-headline tr:first-child th,
.table-side-headline tr:first-child td {
  border-top: none;
}

.table-side-headline.ex {
  border-right: none;
}
.table-side-headline.ex th:first-child {
  border-right: 2px solid #e3e3e3;
}
.table-side-headline.ex th:last-child,
.table-side-headline.ex td:last-child {
  border-right: 2px solid #e3e3e3;
}
.table-side-headline.ex tr:first-child > th:last-child,
.table-side-headline.ex tr:first-child > td:last-child {
  border-top-right-radius: 8px;
}
.table-side-headline.ex tr:last-child > td:last-child {
  border-bottom-right-radius: 8px;
}
.table-side-headline.ex td.br-radius {
  border-bottom-right-radius: 8px;
}

/* 6列以上は横スクロール */
.table-scroll {
  position: relative;
}
.table-scroll #page-left {
  position: absolute;
  top: 0;
  left: 0;
}
.table-scroll #page-right {
  position: absolute;
  top: 0;
  right: 0;
}
.table-scroll .page-left {
  position: absolute;
  top: 0;
  left: 0;
}
.table-scroll .page-right {
  position: absolute;
  top: 0;
  right: 0;
}

.table-scroll-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
}
.table-scroll-wrap table {
  table-layout: fixed;
}
.table-scroll-wrap table th {
  z-index: 1;
}

.table-topside-headline {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
}
.table-topside-headline th,
.table-topside-headline td {
  width: 150px;
  padding: 15px;
}
.table-topside-headline th {
  font-size: 1.6rem;
  font-weight: 500;
  background: #fce8e7;
  text-align: center;
  white-space: normal;
}
.table-topside-headline th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.table-topside-headline th:not(:last-child) {
  border-right: 2px solid #e3e3e3;
}
.table-topside-headline td {
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: normal;
}
.table-topside-headline td:not(:last-child) {
  border-right: 2px solid #e3e3e3;
}
.table-topside-headline tr:not(:first-child) th {
  /*            background: $pale-pink;*/
}
.table-topside-headline tr:not(:first-child) th:not(:last-child) {
  border-top: 2px solid #ffffff;
}
.table-topside-headline tr:not(:first-child) td {
  border-top: 2px solid #e3e3e3;
}

.table-topside-headline.ex {
  border-right: none;
}
.table-topside-headline.ex thead th {
  border-right: 2px solid #ffffff;
}
.table-topside-headline.ex thead th:first-child {
  border-bottom: 2px solid #ffffff;
}
.table-topside-headline.ex thead th:not(:first-child) {
  border-bottom: 2px solid #e3e3e3;
}
.table-topside-headline.ex th:last-child,
.table-topside-headline.ex td:last-child {
  border-right: 2px solid #e3e3e3;
}
.table-topside-headline.ex tr:first-child > th:last-child,
.table-topside-headline.ex tr:first-child > td:last-child {
  border-top-right-radius: 8px;
}
.table-topside-headline.ex thead + tbody > tr:first-child > td:last-child {
  border-top-right-radius: 0;
}
.table-topside-headline.ex tr:last-child > td:last-child {
  border-bottom-right-radius: 8px;
}
.table-topside-headline.ex td.br-radius {
  border-bottom-right-radius: 8px;
}

.table-no-headline {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid #e3e3e3;
  border-left: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  border-radius: 8px;
}
.table-no-headline td {
  width: 150px;
  padding: 15px;
}
.table-no-headline tr:first-child > td:last-child {
  border-top-right-radius: 8px;
}
.table-no-headline tr:last-of-type > td:last-of-type {
  border-bottom-right-radius: 8px;
}
.table-no-headline td {
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: normal;
  border-right: 2px solid #e3e3e3;
}
.table-no-headline tr:not(:first-child) td {
  border-top: 2px solid #e3e3e3;
}

/* 入院生活の流れ_2カラム */
.table-schedule {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
}
.table-schedule th,
.table-schedule td {
  padding: 20px 15px;
}
.table-schedule th {
  font-size: 1.8rem;
  font-weight: 700;
  width: 30%;
  background: rgba(255, 216, 216, 0.6);
  text-align: center;
}
.table-schedule td {
  font-size: 1.6rem;
  width: 70%;
  line-height: 1.5;
}
.table-schedule tr:nth-child(even) th {
  background: #ffdbdb;
}
.table-schedule tr:nth-child(even) td {
  background: #fff9f7;
}

/* 妊婦健診スケジュール_5カラム */
.table-pregnancy-checkup-schedule {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
}
.table-pregnancy-checkup-schedule th,
.table-pregnancy-checkup-schedule td {
  padding: 10px;
}
.table-pregnancy-checkup-schedule th {
  font-size: 1.6rem;
  font-weight: 500;
  background: rgba(255, 216, 216, 0.6);
  text-align: center;
  padding: 15px 10px;
}
.table-pregnancy-checkup-schedule th:not(:last-child) {
  border-right: 2px solid #ffffff;
}
.table-pregnancy-checkup-schedule td {
  font-size: 1.4rem;
  line-height: 1.5;
  border-top: 2px solid #e3e3e3;
}
.table-pregnancy-checkup-schedule td:not(:last-child) {
  border-right: 2px solid #e3e3e3;
}
.table-pregnancy-checkup-schedule td:first-child {
  width: 7%;
  text-align: center;
}
.table-pregnancy-checkup-schedule td:nth-child(2) {
  width: 9%;
  text-align: center;
}
.table-pregnancy-checkup-schedule td:nth-child(3) {
  width: 35%;
}
.table-pregnancy-checkup-schedule td:nth-child(4) {
  width: 35%;
}
.table-pregnancy-checkup-schedule td:last-child {
  width: 35%;
}
.table-pregnancy-checkup-schedule th:first-child,
.table-pregnancy-checkup-schedule td[rowspan="4"]:first-child,
.table-pregnancy-checkup-schedule td[rowspan="3"]:first-child {
  width: 14%;
}
.table-pregnancy-checkup-schedule td[rowspan="4"]:first-child + td,
.table-pregnancy-checkup-schedule td[rowspan="3"]:first-child + td {
  width: 7%;
  text-align: center;
}
.table-pregnancy-checkup-schedule td[rowspan="4"]:first-child + td + td,
.table-pregnancy-checkup-schedule td[rowspan="3"]:first-child + td + td {
  width: 15%;
  text-align: center;
}
.table-pregnancy-checkup-schedule td[rowspan="4"]:first-child + td + td + td,
.table-pregnancy-checkup-schedule td[rowspan="3"]:first-child + td + td + td {
  width: 32%;
}
.table-pregnancy-checkup-schedule td[rowspan="4"]:first-child + td + td + td + td,
.table-pregnancy-checkup-schedule td[rowspan="3"]:first-child + td + td + td + td {
  width: 32%;
}
.table-pregnancy-checkup-schedule tr:nth-child(2) td {
  border-top: none;
}
.table-pregnancy-checkup-schedule .list-disc {
  padding: 0;
}
.table-pregnancy-checkup-schedule .list-disc li {
  margin-bottom: 0;
}
.table-pregnancy-checkup-schedule .coupon-label {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 2px;
  text-align: center;
  background: rgba(255, 216, 216, 0.6);
  border-radius: 4px;
}

.table-pregnancy-checkup-schedule.ex {
  border-right: none;
}
.table-pregnancy-checkup-schedule.ex tr:first-child th {
  border-bottom: 2px solid #e3e3e3;
}
.table-pregnancy-checkup-schedule.ex td:last-child {
  border-right: 2px solid #e3e3e3;
}
.table-pregnancy-checkup-schedule.ex tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table-pregnancy-checkup-schedule.ex td.br-radius {
  border-bottom-right-radius: 8px;
}
.table-pregnancy-checkup-schedule.ex td.br-radius-none {
  border-bottom-right-radius: 0 !important;
}

.post-content-box table ul:not(.list-asterisk) {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0;
}

.post-content-box .accordion-content ul:not(.list-asterisk) {
  padding: 0;
}

/* 赤ちゃんの発育と母体の変化_7カラム */
.table-baby-growth-schedule {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
}
.table-baby-growth-schedule th,
.table-baby-growth-schedule td {
  width: 120px;
  padding: 5px 10px;
}
.table-baby-growth-schedule th {
  font-size: 1.3rem;
  font-weight: 500;
  background: rgba(255, 216, 216, 0.6);
  text-align: center;
  padding: 10px 5px;
  line-height: 1.3;
  vertical-align: middle;
}
.table-baby-growth-schedule th:not(:last-child) {
  border-right: 2px solid #ffffff;
}
.table-baby-growth-schedule td {
  font-size: 1.4rem;
  line-height: 1.5;
  border-top: 2px solid #e3e3e3;
  white-space: normal;
}
.table-baby-growth-schedule td .list-disc:only-child {
  margin-top: 0;
}
.table-baby-growth-schedule td:not(:last-child) {
  border-right: 2px solid #e3e3e3;
}
.table-baby-growth-schedule th:first-child,
.table-baby-growth-schedule td:first-child {
  text-align: center;
}
.table-baby-growth-schedule th:nth-child(2),
.table-baby-growth-schedule td:nth-child(2) {
  text-align: center;
}
.table-baby-growth-schedule th:nth-child(3),
.table-baby-growth-schedule td:nth-child(3) {
  text-align: center;
  vertical-align: middle;
}
.table-baby-growth-schedule th:nth-child(4),
.table-baby-growth-schedule td:nth-child(4) {
  text-align: center;
  vertical-align: middle;
}
.table-baby-growth-schedule td:nth-child(5) {
  text-align: left;
  vertical-align: top;
}
.table-baby-growth-schedule tr:nth-child(3) td:first-child,
.table-baby-growth-schedule tr:nth-child(4) td:first-child,
.table-baby-growth-schedule tr:nth-child(5) td:first-child,
.table-baby-growth-schedule tr:nth-child(6) td:nth-child(2),
.table-baby-growth-schedule tr:nth-child(7) td,
.table-baby-growth-schedule tr:nth-child(8) td,
.table-baby-growth-schedule tr:nth-child(9) td,
.table-baby-growth-schedule tr:nth-child(10) td:nth-child(2),
.table-baby-growth-schedule tr:nth-child(11) td:first-child,
.table-baby-growth-schedule tr:nth-child(12) td:first-child,
.table-baby-growth-schedule tr:nth-child(13) td:first-child,
.table-baby-growth-schedule tr:nth-child(15) td:first-child,
.table-baby-growth-schedule tr:nth-child(16) td:first-child,
.table-baby-growth-schedule tr:nth-child(17) td:first-child,
.table-baby-growth-schedule tr:nth-child(18) td:nth-child(2),
.table-baby-growth-schedule tr:nth-child(19) td:first-child,
.table-baby-growth-schedule tr:nth-child(20) td:first-child,
.table-baby-growth-schedule tr:nth-child(21) td:first-child,
.table-baby-growth-schedule tr:nth-child(22) td:nth-child(2),
.table-baby-growth-schedule tr:nth-child(23) td:first-child,
.table-baby-growth-schedule tr:nth-child(24) td:first-child,
.table-baby-growth-schedule tr:nth-child(25) td:first-child,
.table-baby-growth-schedule tr:nth-child(27) td:first-child,
.table-baby-growth-schedule tr:nth-child(28) td:first-child,
.table-baby-growth-schedule tr:nth-child(29) td:first-child,
.table-baby-growth-schedule tr:nth-child(30) td:nth-child(2),
.table-baby-growth-schedule tr:nth-child(31) td:first-child,
.table-baby-growth-schedule tr:nth-child(32) td:first-child,
.table-baby-growth-schedule tr:nth-child(33) td:first-child,
.table-baby-growth-schedule tr:nth-child(34) td:nth-child(2),
.table-baby-growth-schedule tr:nth-child(35) td:first-child,
.table-baby-growth-schedule tr:nth-child(36) td:first-child,
.table-baby-growth-schedule tr:nth-child(37) td:first-child,
.table-baby-growth-schedule tr:nth-child(38) td:nth-child(2),
.table-baby-growth-schedule tr:nth-child(39) td:first-child,
.table-baby-growth-schedule tr:nth-child(40) td:first-child {
  vertical-align: middle;
}
.table-baby-growth-schedule tr:nth-child(2) td:nth-child(4),
.table-baby-growth-schedule tr:nth-child(6) td:nth-child(3),
.table-baby-growth-schedule tr:nth-child(10) td:nth-child(3),
.table-baby-growth-schedule tr:nth-child(18) td:nth-child(3),
.table-baby-growth-schedule tr:nth-child(22) td:nth-child(3),
.table-baby-growth-schedule tr:nth-child(30) td:nth-child(3),
.table-baby-growth-schedule tr:nth-child(34) td:nth-child(3),
.table-baby-growth-schedule tr:nth-child(38) td:nth-child(3) {
  text-align: center;
  vertical-align: middle;
}
.table-baby-growth-schedule tr:nth-child(6) td:nth-child(4),
.table-baby-growth-schedule tr:nth-child(10) td:nth-child(4),
.table-baby-growth-schedule tr:nth-child(18) td:nth-child(4),
.table-baby-growth-schedule tr:nth-child(22) td:nth-child(4),
.table-baby-growth-schedule tr:nth-child(30) td:nth-child(4),
.table-baby-growth-schedule tr:nth-child(34) td:nth-child(4),
.table-baby-growth-schedule tr:nth-child(38) td:nth-child(4) {
  text-align: left;
  vertical-align: top;
}
.table-baby-growth-schedule tr:nth-child(3) td:first-child,
.table-baby-growth-schedule tr:nth-child(4) td:first-child,
.table-baby-growth-schedule tr:nth-child(5) td:first-child,
.table-baby-growth-schedule tr:nth-child(7) td:first-child,
.table-baby-growth-schedule tr:nth-child(8) td:first-child,
.table-baby-growth-schedule tr:nth-child(9) td:first-child,
.table-baby-growth-schedule tr:nth-child(11) td:first-child,
.table-baby-growth-schedule tr:nth-child(12) td:first-child,
.table-baby-growth-schedule tr:nth-child(13) td:first-child,
.table-baby-growth-schedule tr:nth-child(15) td:first-child,
.table-baby-growth-schedule tr:nth-child(16) td:first-child,
.table-baby-growth-schedule tr:nth-child(17) td:first-child,
.table-baby-growth-schedule tr:nth-child(19) td:first-child,
.table-baby-growth-schedule tr:nth-child(20) td:first-child,
.table-baby-growth-schedule tr:nth-child(21) td:first-child,
.table-baby-growth-schedule tr:nth-child(23) td:first-child,
.table-baby-growth-schedule tr:nth-child(24) td:first-child,
.table-baby-growth-schedule tr:nth-child(25) td:first-child,
.table-baby-growth-schedule tr:nth-child(27) td:first-child,
.table-baby-growth-schedule tr:nth-child(28) td:first-child,
.table-baby-growth-schedule tr:nth-child(29) td:first-child,
.table-baby-growth-schedule tr:nth-child(30) td:first-child,
.table-baby-growth-schedule tr:nth-child(31) td:first-child,
.table-baby-growth-schedule tr:nth-child(32) td:first-child,
.table-baby-growth-schedule tr:nth-child(33) td:first-child,
.table-baby-growth-schedule tr:nth-child(35) td:first-child,
.table-baby-growth-schedule tr:nth-child(36) td:first-child,
.table-baby-growth-schedule tr:nth-child(37) td:first-child,
.table-baby-growth-schedule tr:nth-child(38) td:last-child,
.table-baby-growth-schedule tr:nth-child(39) td:first-child,
.table-baby-growth-schedule tr:nth-child(40) td:first-child {
  border-right: 2px solid #e3e3e3;
}
.table-baby-growth-schedule img {
  max-width: 30px;
}
.table-baby-growth-schedule p.standard {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0;
}
.table-baby-growth-schedule .list-disc {
  margin-top: 15px;
  padding: 0;
}
.table-baby-growth-schedule .list-disc li {
  margin-bottom: 0;
}

/* テーブル_サンプル */
/* 見出しの横幅は任意で指定可 */
#table-sample01 th {
  min-width: 120px;
}

/* 一覧ページ */
.archive.information .post-content-box {
  padding: 0 40px;
}
.archive.information .post-content-box .post-content-box h2,
.archive.information .post-content-box .headline2 {
  margin-top: 0;
}

/* ページ送り */
#page-nav #page-nav-wrap {
  text-align: center;
}

.page #page-nav {
  margin-top: 60px;
}

.page.gohan #page-nav {
  margin-top: 20px;
}

.posts-navigation {
  margin-bottom: 25px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.nav-links {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.nav-links > div {
  margin: 0 30px;
}
.nav-links .nav-previous a {
  position: relative;
}
.nav-links .nav-previous a::after {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/page-next.png");
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  display: inline-block;
  transform-origin: top right;
  opacity: 1;
}
.nav-links .nav-next a {
  position: relative;
}
.nav-links .nav-next a::before {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/page-prev.png");
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -8px;
  display: inline-block;
  transform-origin: top left;
  opacity: 1;
}

.pagination {
  font-size: 1.6rem;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
}

.pagination-box {
  display: inline-block;
}

.pagination span, .pagination a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  text-decoration: none;
  color: #444444;
  background: #ffffff;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}

.pagination span.dots {
  width: auto;
  background: none;
  border-radius: 0;
}

.pagination a.prev,
.pagination a.next {
  width: 90px;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
  position: relative;
}

.pagination a.prev::before {
  transform: scale(0.5, 0.5);
  content: url(/app/themes/babypad-renewal/images/page-prev.png);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
  display: inline-block;
  transform-origin: top left;
  opacity: 1;
}

.pagination a.next::after {
  transform: scale(0.5, 0.5);
  content: url(/app/themes/babypad-renewal/images/page-next.png);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
  transform-origin: top right;
  opacity: 1;
}

.pagination a:hover,
.pagination .current {
  color: #eb748e;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
}

.backnumber {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 60px auto 30px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}
.backnumber a,
.backnumber .no-post {
  display: flex;
  flex: 1;
}
.backnumber a .backnumber-item,
.backnumber .no-post .backnumber-item {
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding: 15px 0;
}
.backnumber a .backnumber-arrow,
.backnumber .no-post .backnumber-arrow {
  position: relative;
  padding: 5px 10px;
  background: #ffdbdb;
  transition: all 0.3s;
}
.backnumber a .backnumber-arrow .icon-prev,
.backnumber .no-post .backnumber-arrow .icon-prev {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/arrow_left_pink03.png");
  position: absolute;
  top: 50%;
  left: 5px;
  transform-origin: top left;
  display: inline-block;
  margin-top: -7px;
}
.backnumber a .backnumber-arrow .icon-next,
.backnumber .no-post .backnumber-arrow .icon-next {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/arrow_right_pink03.png");
  position: absolute;
  top: 50%;
  right: 5px;
  transform-origin: top right;
  display: inline-block;
  margin-top: -7px;
}
.backnumber a img,
.backnumber .no-post img {
  max-width: 100px;
  transition: all 0.3s;
}
.backnumber a:first-child,
.backnumber .no-post:first-child {
  padding-right: 20px;
}
.backnumber a:first-child .backnumber-arrow,
.backnumber .no-post:first-child .backnumber-arrow {
  border-radius: 8px 0 0 8px;
}
.backnumber a:first-child img,
.backnumber .no-post:first-child img {
  margin-right: 15px;
  margin-left: 20px;
}
.backnumber a:last-child,
.backnumber .no-post:last-child {
  padding-left: 20px;
  justify-content: flex-end;
}
.backnumber a:last-child .backnumber-arrow,
.backnumber .no-post:last-child .backnumber-arrow {
  border-radius: 0 8px 8px 0;
}
.backnumber a:last-child img,
.backnumber .no-post:last-child img {
  margin-left: 15px;
  margin-right: 20px;
}
.backnumber a:hover,
.backnumber .no-post:hover {
  color: #eb748e;
}
.backnumber a:hover img,
.backnumber .no-post:hover img {
  opacity: 0.7;
}
.backnumber::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 2px;
  height: 70px;
  margin-top: -35px;
  margin-left: 2px;
  background: #e3e3e3;
}

.backnumber .no-post.no-post-prev {
  justify-content: flex-start;
}
.backnumber .no-post.no-post-next {
  justify-content: flex-end;
}
.backnumber .no-post .backnumber-arrow {
  background: #e3e3e3;
}
.backnumber .no-post .backnumber-arrow .icon-prev {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/arrow_left_white03.png");
  position: absolute;
  top: 50%;
  left: 5px;
  transform-origin: top left;
  display: inline-block;
  margin-top: -7px;
}
.backnumber .no-post .backnumber-arrow .icon-next {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/arrow_right_white03.png");
  position: absolute;
  top: 50%;
  right: 5px;
  transform-origin: top right;
  display: inline-block;
  margin-top: -7px;
}

.bg-pink {
  padding: 35px 40px;
  background: #fff9f7;
}

.subnav-area {
  margin: 0 auto 20px;
  border-bottom: 8px solid #fbf5f3;
}
.subnav-area .headline5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.subnav-area .headline5::before {
  font-size: 2.8rem;
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\e637";
  margin-left: 5px;
}
.subnav-area .headline5::after {
  border-top: 8px solid #fbf5f3;
  content: "";
  flex-grow: 1;
}
.subnav-area .headline5::after {
  margin-left: 1rem;
}

.post-content-box .subnav-area h5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post-content-box .subnav-area h5::before {
  font-size: 2.8rem;
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\e637";
  margin-left: 5px;
}
.post-content-box .subnav-area h5::after {
  border-top: 8px solid #fbf5f3;
  content: "";
  flex-grow: 1;
}
.post-content-box .subnav-area h5::after {
  margin-left: 1rem;
}

.zoom {
  display: block;
  position: relative;
}
.zoom::before {
  transform: scale(0.5, 0.5);
  content: url("/app/themes/babypad-renewal/images/icon_zoom.png");
  position: absolute;
  bottom: -1px;
  right: 0;
  transform-origin: bottom right;
  display: inline-block;
}
.zoom:focus, .zoom:visited, .zoom:active {
  outline: none;
}

/* Form */
input[type=button],
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
textarea,
select,
button {
  font-family: YakuHanRP, "M PLUS Rounded 1c", "Kosugi Maru", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.8rem;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #444444;
}

input[type=button],
input[type=text],
input[type=tel],
input[type=email],
input[type=number] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=button] {
  color: #eb748e;
  cursor: pointer;
}

.form-control-label {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form-group-set {
  display: flex;
}
.form-group-set select {
  width: 100px;
  margin-right: 2px;
}
.form-group-set select:focus, .form-group-set input:focus {
  outline: none;
}
.form-group-set .form-group:first-child select {
  width: 120px;
}
.form-group-set .date-label {
  margin-right: 7px;
}

.form-group-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.form-group-wrap .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-group-wrap .form-group.form-submit {
  margin-left: 10px;
}

.login-sp .form-group-wrap .form-group.form-submit {
  margin-left: 20px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group.form-submit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.form-group.form-submit button,
.form-group.form-submit input[type=submit] {
  margin-top: 0;
}

.contact-form-confirm .form-group {
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}
.contact-form-confirm .form-group .form-control-label {
  font-weight: 700;
}

.registration .form-group.form-submit {
  text-align: right;
}

select {
  width: 100%;
  padding: 14px 20px;
  border: 2px solid #f0f0f0;
  background: #f0f0f0 url("/app/themes/babypad-renewal/images/select-arrow.png") right 50% no-repeat;
  background-size: 46px, 100%;
  border-radius: 4px;
  box-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #f0f0f0;
  border-radius: 4px;
}

textarea.form-control {
  font-size: 1.8rem;
  min-height: 300px;
  border: none;
  padding: 12px 20px;
  background: #f0f0f0;
  border-radius: 4px;
  line-height: 2;
}

.form-control {
  height: auto;
  box-shadow: none;
}

.btn-group {
  display: flex;
  width: 100%;
}
.btn-group .btn {
  font-size: 1.8rem;
  font-weight: 500;
  flex: 1;
  padding: 14px 5px;
  background: #f0f0f0;
  border: none;
  /* 2つの場合 */
  /* 3つの場合 */
}
.btn-group .btn:first-child:nth-last-child(2), .btn-group .btn:first-child:nth-last-child(2) ~ .btn {
  font-size: 1.8rem;
}
.btn-group .btn:first-child:nth-last-child(3), .btn-group .btn:first-child:nth-last-child(3) ~ .btn {
  font-size: 1.6rem;
}
.btn-group .btn-danger {
  color: #444444;
}
.btn-group .btn-danger:hover, .btn-group .btn-danger:focus, .btn-group .btn-danger:active, .btn-group .btn-danger.active:hover, .btn-group .btn-danger.active.focus {
  background: #eb748e;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-group .btn-danger.active {
  box-shadow: none;
}

#contact-form .btn-group .btn {
  font-weight: normal;
  flex-grow: 0;
  background: none;
  white-space: nowrap;
}
#contact-form .btn-group .btn:first-child:nth-last-child(3), #contact-form .btn-group .btn:first-child:nth-last-child(3) ~ .btn {
  font-size: 1.8rem;
}

.datepicker-wrap {
  position: relative;
}

button,
input[type=submit],
input[type=button]#calc {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 10px 0 0;
  padding: 20px 30px;
  background: #eb748e;
  color: #ffffff;
  border-radius: 60px;
  cursor: pointer;
}

input[type=submit].contact-back-btn,
button.contact-back-btn {
  padding-left: 0;
  background: none;
  color: #eb748e;
}

.cal_ui button {
  font-size: 1.4rem;
  margin-top: 0;
  padding: 0;
  background: none;
  color: #eb748e;
  border-radius: 0;
}

/* お問い合わせフォーム */
#contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.post-content-box #contact-form p {
  margin-top: 0;
  margin-bottom: 0;
}

/* クラウド用ログインページ */
#logincodeform p {
  text-align: center;
  margin-bottom: 10px;
}

/* 産院ごはん写真館 */
.gohan .three-block-box .three-block-image {
  position: relative;
  margin-bottom: 10px;
}

.three-block-gohan .post-date {
  font-size: 1.2rem;
  display: inline-block;
  color: #eb748e;
}

.three-block-gohan .gohan-category {
  font-size: 1.2rem;
  display: inline-block;
  padding: 3px 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: #eb8a2f;
  text-align: left;
  border: none;
  border-radius: 0;
  color: white;
  margin-left: 0;
}
.three-block-gohan .gohan-category.special-menu {
  background: #eb8a2f;
  color: #ffffff;
}

.gohan-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffe8e8;
}

.post-content-box .gohan-text p {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

/* モーダルウインドウ */
input[type=button].open_modal,
input[type=button].close_modal {
  color: #eb748e;
  background: none;
}

button.open_modal,
input[type=button].open_modal,
button.close_modal,
input[type=button].close_modal {
  font-weight: bold;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: #eb748e;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.open_modal,
.close_modal {
  cursor: pointer;
}

.label-text {
  margin-right: 5px;
}

/* Modal Window */
@keyframes modalwindow_body_in {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes modalwindow_body_out {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(30px);
  }
}
.modalwindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 88px);
  /* スマホでスワイプして指を離すまでの間下部の背景が無くなるため余分に指定 */
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 100px solid transparent;
  cursor: pointer;
  opacity: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 12;
}

.modalwindow.no_overlay_close {
  cursor: default;
}

.modalwindow .body {
  position: relative;
  left: 50%;
  top: 22%;
  max-width: 500px;
  margin: 40px 0 10px -250px;
  background: #ffffff;
  border-radius: 8px;
  cursor: default;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  animation: 200ms modalwindow_body_out;
  text-align: left;
}

.modalwindow .body .modal_content {
  position: relative;
  padding: 30px 25px 25px;
}

.modalwindow.is_visible .body {
  transform: translateY(0px);
  animation: 300ms modalwindow_body_in;
}

.close_modal {
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 16px;
  background: #fbf5f3;
  border-radius: 50%;
}

#search-form {
  position: relative;
  margin-bottom: 25px;
}
#search-form::before {
  @iclude rem(18);
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\e627";
  color: #444444;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -7px;
}
#search-form input[type=text]#s-box {
  font-size: 1.6rem;
  padding-left: 38px;
  border-radius: 60px;
}

.search-keyword ul {
  font-size: 1.4rem;
  padding: 0 5px;
}
.search-keyword ul li {
  display: inline-block;
}
.search-keyword ul li a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 3px;
}
.search-keyword ul li a::before {
  font-family: "BabySymbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\e62a";
  margin-right: 5px;
  color: #eb748e;
  vertical-align: -1px;
}

.search-no-keyword {
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
  margin-bottom: 40px;
}

.search-no-keyword > p {
  font-size: 1.8rem;
  line-height: 2;
}

.page-top {
  display: block;
  position: fixed;
  bottom: 120px;
  right: 35px;
  z-index: 8;
  opacity: 0;
  transition: all 0.7s;
  pointer-events: none;
}
.page-top a {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}
.page-top img {
  max-width: 60px;
}

.index .page-top,
.registration .page-top,
.welcome .page-top,
.page-top-bchapp {
  display: none;
}

.page-top-in {
  opacity: 1;
  pointer-events: auto;
}

#page-left,
#page-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.table-scroll #page-left,
.table-scroll #page-right {
  width: 20px;
}
.table-scroll #page-left img,
.table-scroll #page-right img {
  max-width: 10px;
}

#global-nav #page-left,
#global-nav #page-right {
  width: 30px;
}
#global-nav #page-left img,
#global-nav #page-right img {
  max-width: 20px;
  margin-bottom: 3rem;
}

#page-left {
  position: absolute;
  top: 0;
  left: 0;
}

#page-right {
  position: absolute;
  top: 0;
  right: 0;
}

.page-left,
.page-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0;
  width: 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.page-left img,
.page-right img {
  max-width: 10px;
}

.page-left {
  position: absolute;
  top: 0;
  left: 0;
}

.page-right {
  position: absolute;
  top: 0;
  right: 0;
}

/* Schedule Calendar */
.cal_wrapper {
  max-width: 400px;
  margin: 40px auto 0;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
}

.post-content-box .cal_wrapper p {
  line-height: 1;
}

/* QR Code */
.qr-wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 2rem;
}

.qr-url {
  margin-top: 10px !important;
  display: none;
}

.sp_passarea {
  font-size: 8rem;
  font-weight: 500;
  text-align: center;
  padding: 60px 30px;
  background: #fff9f7;
  border-radius: 8px;
}

.post-content-box .pass-area p:first-child {
  margin-top: 0;
}

.post-content-box .pass-area ul:not(.list-asterisk) {
  font-size: 1.4rem;
  margin-top: 20px;
}

#menu-sp #google-translate {
  margin: 20px auto 0;
  padding: 10px;
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}

/* Movie */
#preview-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background-color: #000;
}

#preview {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 100;
}

#preview .btn-close {
  margin-top: 20px;
  cursor: pointer;
}

.gallery-title {
  text-align: center;
}

.three-block-movie {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.three-block-movie > div {
  width: calc(33.333% - 20px);
  margin-right: 20px;
  cursor: pointer;
}
.three-block-movie > div:nth-child(3n) {
  margin-right: 0;
}
.three-block-movie .three-block-box .three-block-image {
  position: relative;
}
.three-block-movie .three-block-box .three-block-image:after {
  position: absolute;
  content: "▶︎";
  right: 5px;
  bottom: 5px;
  color: #fff;
  width: 17px;
  height: 17px;
  padding: 3px 1px 2px 5px;
  border-radius: 50%;
  background-color: rgba(238, 238, 238, 0.5);
}

.shepherd-button {
  background: #3288e6;
  border: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  flex: 1;
  border-radius: 0;
  padding: 15px 30px;
  background: #eb748e;
  color: #ffffff;
}

.shepherd-button:not(:disabled):hover {
  background: #e3869a;
}

.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-button:disabled {
  cursor: not-allowed;
}

.shepherd-footer {
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-radius: 0 0 8px 8px;
}

.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}

.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: #eb748e;
  font-size: 2em;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
  transition: color 0.5s ease;
  position: absolute;
  top: 0;
  right: 5px;
}

.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  flex: 1 0 auto;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 0 10px;
}

.shepherd-has-title .shepherd-content .shepherd-header {
  padding: 25px 25px 15px;
}

.shepherd-text {
  padding: 5px 25px 20px;
  line-height: 1.5;
}

.shepherd-text p {
  margin-top: 0;
}

.shepherd-text p:last-child {
  margin-bottom: 0;
}

.shepherd-text .swipe {
  position: relative;
}

.shepherd-text .swipe:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 10px;
  width: 2px;
  height: 60px;
  border-left: 2px solid #ccc;
}

.shepherd-text .swipe:after {
  content: "";
  position: absolute;
  top: 65px;
  left: 50px;
  width: 150px;
  height: 55px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-radius: 4px 0 0 0;
}

.shepherd-text .swipe > img {
  margin: 3.5rem 0 -1rem 1rem;
  width: 40px;
  animation: anim_swipe 2s linear infinite;
}

@keyframes anim_swipe {
  20% {
    transform: translateX(0px);
  }
  80% {
    transform: translateX(175px);
  }
  100% {
    transform: translateX(175px);
  }
}
.shepherd-content {
  background: #ffffff;
  outline: none;
  padding: 0;
}

.shepherd-element {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  outline: none;
  z-index: 9999;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.shepherd-element, .shepherd-element *, .shepherd-element :after, .shepherd-element :before {
  box-sizing: border-box;
}

.shepherd-element .shepherd-arrow {
  border: 16px solid transparent;
  content: "";
  display: block;
  height: 16px;
  pointer-events: none;
  position: absolute;
  width: 16px;
  z-index: 10000;
  display: none;
}

.shepherd-element.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-arrow, .shepherd-element.shepherd-pinned-top .shepherd-arrow {
  bottom: 0;
  border-top-color: #fff;
  left: 50%;
  transform: translate(-50%, 100%);
}

.shepherd-element.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-arrow {
  border-bottom-color: #fff;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}

.shepherd-element.shepherd-element-attached-middle.shepherd-element-attached-left .shepherd-arrow, .shepherd-element.shepherd-pinned-right .shepherd-arrow {
  border-right-color: #fff;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}

.shepherd-element.shepherd-element-attached-middle.shepherd-element-attached-right .shepherd-arrow, .shepherd-element.shepherd-pinned-left .shepherd-arrow {
  border-left-color: #fff;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}

.shepherd-modal-overlay-container {
  -ms-filter: progid:dximagetransform.microsoft.gradient.alpha(Opacity=50);
  filter: alpha(opacity=50);
  fill-rule: evenodd;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
  width: 100%;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.7);
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  opacity: 0.5;
  transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
  display: none;
}

div[data-shepherd-step-id=welcome], div[data-shepherd-step-id=swipe] {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

div[data-shepherd-step-id=menubtn] {
  /*    top: -200px !important;*/
  right: -10px !important;
}

/* おぎゃー写真館_画像トリミング */
.trim {
  overflow: hidden;
  position: relative;
  padding-top: 66.129%;
  border-radius: 8px 8px 0 0;
  z-index: 1;
}

.trim p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  height: 1rem;
  text-align: center;
  color: #ccc;
}

.comingsoon_image {
  position: absolute;
  top: 66.129%;
  left: 50%;
  transform: translate(-50%, -66.129%);
}

.video_btn {
  background-image: url("/app/themes/babypad-renewal/images/play-and-pause-button.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  right: 7px;
  bottom: 10px;
  cursor: pointer;
  z-index: 1;
}

#first_movie {
  position: absolute;
  top: 66.129%;
  left: 50%;
  transform: translate(-50%, -66.129%);
  width: 100%;
}

/* BMI計算 */
#bmi {
  font-size: 2.6rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 49px;
  padding: 12px 20px;
  background: #f0f0f0;
  border-radius: 4px;
}

/* パスワード保護 */
#login {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.login.login-password-protected-babypad h1 {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  height: 55px;
  margin-top: 0;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
  color: #eb748e;
}

.login h1 {
  text-align: left;
}

#loginform {
  margin: 40px 20px;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}

.login.login-password-protected-babypad form {
  background: #ffffff;
}

.login form {
  margin-top: 20px;
  margin-left: 0;
  padding: 20px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: none;
  box-shadow: none;
}

.login form .input {
  margin: 10px 0 20px;
  padding: 12px 20px;
  background: #f0f0f0;
}

.login.login-password-protected-babypad form p.submit .button-primary {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  padding: 20px 30px;
  background: #eb748e;
  color: #ffffff;
  border-radius: 60px;
  cursor: pointer;
  line-height: 1;
}

input#password_protected_babypad_pass:focus {
  border-color: none !important;
  box-shadow: none !important;
}

#login form p.forgetmenot {
  margin: 0 0 20px;
}

.login .button-primary {
  float: none;
}

.login #login_error, .login .message, .login .success {
  margin-top: 20px;
  box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
}

.wp-core-ui .button-primary {
  border: none;
}

.login label {
  display: block;
}

.login form .forgetmenot {
  float: none;
}

.voice li {
  margin-bottom: 35px;
}

.voice span {
  display: block;
  text-align: right;
  font-size: 90%;
}

select.goog-te-combo {
  width: 200px !important;
  height: 25px !important;
  font-size: 15px !important;
  padding: 0 0 0 4rem !important;
}

/* 3.Media Queries
================================================== */
@media (max-width: 1000px) {
  .registration.registration-three-block #contents .page-wrap {
    padding: 20px 30px;
  }
}
@media (max-width: 960px) {
  .clock-number {
    font-size: 5rem;
    z-index: 2;
  }
}
@media (max-width: 810px) {
  .widget-title .widget-title-wrap.daily:after {
    content: "";
  }
  .widget-title span.today {
    display: none;
  }
}
@media (max-width: 800px) {
  .single .page-wrap,
.page .page-wrap,
.archive.information .page-wrap {
    max-width: 100%;
    border-radius: 0;
  }
  .single #breadcrumb-section,
.page #breadcrumb-section,
.archive.information #breadcrumb-section,
.archive #breadcrumb-section {
    padding: 0 20px;
  }
  .archive .page-wrap {
    display: block;
    max-width: 100%;
    padding: 0 0 0 20px;
  }
  .registration.registration-two-block #contents .page-wrap,
.registration.registration-three-block #contents .page-wrap {
    padding: 30px 30px;
  }
  .branch .two-block {
    display: block;
  }
  .branch .two-block .two-block-box {
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
    background: #ffffff;
  }
  .branch .two-block .two-block-box:first-child {
    margin: 0 auto 30px;
  }
  .branch .two-block .two-block-box:last-child {
    margin: 0 auto;
  }
  .branch .two-block .two-block-box img {
    max-height: 130px;
    min-height: 130px;
  }
  .clock-content-wrap #january-img-02 {
    max-width: 45px;
  }
  .clock-content-wrap #january-img-02-1 {
    max-width: 30px;
  }
  .clock-content-wrap #january-img-02-2 {
    max-width: 25px;
  }
  .clock-content-wrap #january-img-03,
.clock-content-wrap #may-img-06 {
    bottom: -20%;
    left: -45%;
  }
  .clock-content-wrap #february-img-03 {
    top: -12%;
  }
  .clock-content-wrap #february-img-04 {
    top: 2%;
  }
  .clock-content-wrap #april-img-02 {
    max-width: 32px;
  }
  .clock-content-wrap #may-img-04 {
    right: 5%;
  }
  .clock-content-wrap #june-img-01 {
    max-width: 50px;
  }
  .clock-content-wrap #july-img-01 {
    max-width: 95px;
  }
  .clock-content-wrap #july-img-02 {
    bottom: -25%;
    left: -35%;
  }
  .clock-content-wrap #august-img-01 {
    max-width: 40px;
  }
  .clock-content-wrap #september-img-01 {
    max-width: 45px;
  }
  .clock-content-wrap #september-img-01-1 {
    max-width: 30px;
  }
  .clock-content-wrap #september-img-01-2 {
    max-width: 25px;
  }
  .clock-content-wrap #september-img-02 {
    max-width: 42px;
  }
  .clock-content-wrap #september-img-03 {
    max-width: 68px;
  }
  .clock-content-wrap #december-img-01 {
    max-width: 35px;
  }
  .clock-content-wrap #december-img-02 {
    right: 20%;
    max-width: 20px;
  }
  .clock-content-wrap #december-img-03 {
    left: 8%;
    max-width: 38px;
  }
}
@media (max-width: 768px) {
  div[class^=menu-sp-col-] > ul > li {
    background-color: #ffffff;
    border-radius: 8px !important;
    box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3) !important;
  }
  div[class^=menu-sp-col-] > ul > li > a {
    font-size: 1.4rem;
    border-bottom: none;
  }
  div[class^=menu-sp-col-] > ul > li.accordion-init:not(.accordion-active) > a {
    border-radius: 8px !important;
  }
  header:not(.shepherd-header) .header-wrap .header-logo .hospital-name {
    font-size: 1.7rem;
    margin-right: 10px;
  }
  header:not(.shepherd-header) .header-wrap .header-logo .patient_line {
    margin: 0.5rem 1rem 0.5rem 0;
    width: 0;
    border: 1px solid #CCCCCC;
    opacity: 1;
  }
  header:not(.shepherd-header) .header-wrap .header-logo .hospital-user {
    font-size: 1.4rem;
  }
  header:not(.shepherd-header) .header-wrap .header-logo .hospital-user .medical_info_area {
    font-size: 1.3rem;
  }
  header .header-wrap .header-nav ul li {
    margin-left: 20px;
  }
  header .header-wrap .header-nav ul li#google-translate {
    margin-left: 10px;
  }
  .three-block-box a .page-title {
    font-size: 1.6rem;
    padding: 15px 10px;
  }
  .clock-content-wrap {
    height: calc(100% - 48px);
  }
  #clock-area .widget-title .date-number {
    font-size: 1.8rem;
  }
  .clock-number {
    font-size: 4rem;
  }
  #banner-slider {
    width: calc(100% - 26px);
    margin: 0 auto;
    padding: 0;
  }
  #banner-slider > div {
    margin-right: 0;
  }
  .page-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 20px;
    padding: 0;
  }
  .page-list .post a .post-text .post-title {
    display: block;
    font-size: 1.6rem;
  }
  .page-list .post a .post-text p {
    font-size: 1.4rem;
  }
  .backnumber {
    width: calc(100% - 40px);
  }
  .registration.registration-three-block .registration-wrap {
    flex-wrap: wrap;
    justify-content: start;
  }
  .registration.registration-three-block .registration-wrap > .registration-col {
    width: calc(50% - 20px);
    flex-basis: auto;
    margin-right: 20px;
  }
  .registration.registration-three-block .registration-wrap > .registration-col:first-child {
    margin-right: 20px;
  }
  .registration.registration-three-block .registration-wrap > .registration-col:last-child {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .form-group-set {
    justify-content: center;
  }
  .form-group-set select {
    width: auto;
  }
  .form-group-set .form-group:first-child select {
    width: auto;
  }
  .form-group-wrap {
    display: block;
  }
  .form-group-wrap .form-group select {
    background: none;
  }
  .form-group-wrap .form-group.form-submit {
    margin: 15px auto 0;
  }
  .form-group-wrap .form-group.form-submit button,
.form-group-wrap .form-group.form-submit input[type=submit] {
    margin: 0 auto;
  }
}
@media (min-width: 601px) {
  .ex td.br-radius-none {
    border-bottom-right-radius: 0 !important;
  }
}
@media (max-width: 600px) {
  /* ボタン */
  .btn-large a {
    font-size: 1.8rem;
    padding: 20px 56px 20px 50px;
  }
  .btn-sub a {
    font-size: 1.6rem;
  }
  .btn-mormal a {
    font-size: 1.6rem;
  }
  #notify-btn {
    display: none;
  }
  /* 見出し & 文字スタイル */
  .post-content-box h1,
.headline:not(tr) {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .post-content-box h2,
.headline2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding: 8px 8px 8px 14px;
  }
  .post-content-box h3,
.headline3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .post-content-box h4,
.headline4 {
    font-size: 2rem;
  }
  .post-content-box h5,
.headline5 {
    font-size: 1.8rem;
  }
  .post-content-box h6,
.headline6 {
    font-size: 1.8rem;
  }
  .medium-text {
    font-size: 1.6rem;
  }
  .bold-text {
    font-size: 1.6rem;
  }
  .caption,
.post-content-box p.caption {
    font-size: 1.2rem;
  }
  .post-content-box p {
    font-size: 1.6rem;
  }
  .post-content-box ul:not(.list-asterisk),
.post-content-box ul.list-asterisk.lead li,
.post-content-box ol {
    font-size: 1.6rem;
  }
  .li-inline > li {
    display: block !important;
    padding-right: 0;
  }
  .li-inline.li-col2 > li {
    width: 100%;
  }
  .li-inline.li-col3 > li {
    width: 100%;
  }
  .accordion .accordion-headline {
    font-size: 1.8rem;
  }
  #headline-section .page-title {
    margin: 3rem auto 0;
    text-align: center;
  }
  #headline-section .page-title h1 {
    font-size: 2.4rem;
  }
  #headline-section .page-title hr {
    margin: 15px auto 30px;
  }
  #container:not(.index) {
    padding-top: 55px;
  }
  .index #contents {
    padding: 10px 0 90px;
  }
  .index #contents > #contents-wrap {
    height: auto;
  }
  .archive #contents,
.single #contents,
.page #contents {
    padding: 10px 0 60px;
  }
  .login-sp #contents {
    padding: 30px 0 60px;
  }
  header:not(.shepherd-header) .header-wrap {
    padding: 10px;
  }
  header:not(.shepherd-header) .header-wrap .header-logo {
    display: flex;
    width: 75%;
  }
  header:not(.shepherd-header) .header-wrap .header-logo .hospital-name {
    font-size: 1.7rem;
  }
  header:not(.shepherd-header) .header-wrap .header-logo .hospital-user {
    display: none;
  }
  header:not(.shepherd-header) .header-wrap .header-nav {
    width: 25%;
  }
  header:not(.shepherd-header) .header-wrap .header-nav ul li {
    margin-left: 15px;
  }
  header:not(.shepherd-header) .header-wrap .header-nav ul li:not(:first-child) a .icon {
    font-size: 1.8rem;
  }
  header:not(.shepherd-header) .header-wrap .header-nav ul li:not(:first-child) a .icon-label {
    font-size: 1rem;
  }
  header:not(.shepherd-header) .header-wrap .header-nav ul li:first-child a {
    display: block;
    text-align: center;
  }
  header:not(.shepherd-header) .header-wrap .header-nav ul li:first-child a .icon {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 0;
    color: #eb748e;
  }
  header:not(.shepherd-header) .header-wrap .header-nav ul li:first-child a .icon-label {
    font-size: 1rem;
  }
  #container:not(.index) header:not(.overlay-header) {
    min-height: 55px;
  }
  .registration header .header-wrap,
.welcome header .header-wrap,
.login-sp header .header-wrap,
.page header .header-wrap {
    min-height: 55px;
  }
  header.overlay-header {
    display: flex;
    max-height: 55px;
    min-height: 55px;
  }
  header.overlay-header .header-wrap {
    width: 100%;
    margin: 0;
  }
  header.overlay-header .header-wrap .header-nav ul li a .icon {
    height: 20px;
    margin-bottom: 0;
  }
  header.overlay-header .header-wrap .header-nav ul li a .icon.icon-n_logout {
    font-size: 1.6rem;
  }
  header.overlay-header .header-wrap .header-nav ul li a .icon.icon-mobile {
    font-size: 2rem;
  }
  header.overlay-header .header-wrap .header-nav ul li a .icon-label {
    font-size: 1rem;
  }
  #global-nav {
    margin-bottom: 10px;
  }
  .menu li {
    flex: 0 0 90px;
  }
  .menu li:first-child {
    margin-left: 10px;
  }
  .menu li a img {
    max-width: 90px;
  }
  .menu li a .menu-title {
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 5px;
  }
  .side-menu-btn {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }
  .side-menu-btn::after {
    font-size: 1rem;
    margin-top: 5px;
  }
  .menu-btn {
    bottom: 20px;
    right: 20px;
  }
  .menu-btn a::before {
    width: 60px;
    height: 60px;
  }
  .menu-btn a::after {
    width: 60px;
    height: 60px;
  }
  .menu-trigger {
    width: 24px;
    height: 11px;
  }
  #js__sideMenuBtn.is-active span:nth-of-type(1),
.modal-btn span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  #js__sideMenuBtn.is-active span:nth-of-type(2),
.modal-btn span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  .page-top {
    bottom: 100px;
    right: 25px;
  }
  .page-top img {
    max-width: 50px;
  }
  .three-block {
    display: block;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .three-block > div {
    margin: 0 auto 30px;
  }
  .three-block-box {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px rgba(255, 216, 216, 0.3);
  }
  .three-block-box a {
    display: block;
  }
  .three-block-box a img {
    border-radius: 8px 8px 0 0;
  }
  .three-block-box a .page-title {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 15px;
    color: #555555;
  }
  .two-block.link-list {
    display: block;
    margin-bottom: 0;
  }
  .two-block.link-list > div {
    display: block;
  }
  .two-block.link-list > div:first-child, .two-block.link-list > div:last-child {
    margin: 0 auto 30px;
  }
  .two-block.link-list .btn-sub a {
    display: block;
    border-radius: 8px;
    box-shadow: 0px 3px 0px 0px rgba(129, 18, 43, 0.3);
    text-align: center;
  }
  /* Widget */
  #clock-area {
    display: none;
  }
  .news-list {
    display: block;
    margin-bottom: 15px;
    padding: 0;
  }
  .news-list li {
    display: block;
    margin: 0 auto 15px;
  }
  .section-wrap {
    padding: 0 20px;
  }
  .headline-sub {
    justify-content: space-between;
    width: auto;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 3px 25px 3px 10px;
  }
  .modalwindow .body {
    position: relative;
    max-width: 100%;
    width: calc(100% - 20px);
    margin: 10px auto;
    left: 0;
  }
  .close_modal {
    padding-top: 17px;
  }
  #menu-sp {
    padding: 20px 20px 60px;
  }
  #menu-sp.three-block {
    display: block;
  }
  #menu-sp.three-block > div {
    margin: 0 auto 15px;
  }
  div[class^=menu-sp-col-] > ul > li.menu-item-has-children::after {
    transform: scale(0.57, 0.57);
    content: url("/app/themes/babypad-renewal/images/icon_plus.png");
    position: absolute;
    top: 30px;
    transform-origin: top right;
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
    right: 10px;
  }
  div[class^=menu-sp-col-] > ul > li.menu-item-has-children.accordion-active::after {
    transform: scale(0.57, 0.57);
    content: url("/app/themes/babypad-renewal/images/icon_minus.png");
    transform-origin: top right;
  }
  div[class^=menu-sp-col-] > ul > li.menu-item-has-children > a {
    position: relative;
    /*display: inline-block;*/
  }
  div[class^=menu-sp-col-] > ul > li.menu-item-has-children > a > .menu-nav-wrap {
    display: flex;
    align-items: center;
  }
  div[class^=menu-sp-col-] > ul > li.menu-item-has-children > a + ul {
    display: none;
  }
  div[class^=menu-sp-col-] > ul li.menu-item-has-children > a > .menu-nav-wrap > img {
    max-width: 40px;
  }
  /* 投稿ページ */
  .single #breadcrumb-section,
.page #breadcrumb-section,
.archive.information #breadcrumb-section {
    margin: 0 auto 10px;
    padding: 0 10px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .single .page-wrap,
.page .page-wrap,
.archive.information .page-wrap {
    padding: 20px 0 40px;
  }
  .single .post .post-header,
.page .post .post-header {
    padding: 0 20px;
  }
  .single .post .post-header .page-title,
.page .post .post-header .page-title {
    margin: 0 auto 20px;
  }
  .single .post .post-header .page-title h1,
.page .post .post-header .page-title h1 {
    font-size: 2.4rem;
  }
  .single .post .post-content .post-image img,
.page .post .post-content .post-image img {
    height: 200px;
  }
  .single .post .post-content .post-content-box,
.page .post .post-content .post-content-box {
    padding: 0 20px 0;
  }
  #page-nav #page-nav-wrap .btn-prev {
    margin-bottom: 1rem;
  }
  #page-nav #page-nav-wrap .btn-next {
    margin-bottom: 1rem;
  }
  .zoom::before {
    transform: scale(0.4, 0.4);
  }
  .list-item {
    font-size: 1.6rem;
    display: block;
  }
  .list-item dt {
    width: 100%;
    margin: 0 auto 15px;
    text-align: left;
  }
  .list-item dt:not(:first-child),
.list-item dd:not(:first-child) {
    margin-top: 20px;
  }
  .backnumber {
    display: block;
    border: none;
  }
  .backnumber::before {
    display: none;
  }
  .backnumber a,
.backnumber .no-post {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
  }
  .backnumber a .backnumber-item,
.backnumber .no-post .backnumber-item {
    padding: 10px 0;
  }
  .backnumber a:first-child,
.backnumber .no-post:first-child {
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .backnumber a:first-child img,
.backnumber .no-post:first-child img {
    margin-right: 10px;
    margin-left: 10px;
  }
  .backnumber a:last-child,
.backnumber .no-post:last-child {
    padding-left: 10px;
  }
  .backnumber a:last-child img,
.backnumber .no-post:last-child img {
    margin-left: 10px;
    margin-right: 10px;
  }
  .backnumber .no-post {
    display: none;
  }
  .page-list .post {
    width: calc(50% - 20px);
  }
  .page-list .post:nth-child(2n) {
    margin-right: 0;
  }
  .page-list .post:nth-child(3n) {
    margin-right: 20px;
  }
  .movie-list .three-block-box {
    margin-bottom: 20px;
  }
  .three-block-movie > div {
    width: calc(50% - 20px);
  }
  .three-block-movie > div:nth-child(2n) {
    margin-right: 0;
  }
  .three-block-movie > div:nth-child(3n) {
    margin-right: 20px;
  }
  .three-block-gohan > div {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .three-block-gohan > div:nth-child(2n) {
    margin-right: 0;
  }
  .three-block-gohan > div:nth-child(3n) {
    margin-right: 20px;
  }
  .three-block-gohan .three-block-image img {
    height: 130px;
  }
  .post-content-box p.gallery-title {
    line-height: 1.3;
  }
  /* テキストエリア */
  .text-area {
    padding: 25px 20px;
  }
  blockquote {
    padding: 20px;
  }
  blockquote .zoom {
    margin-bottom: 10px;
  }
  /* テーブル */
  /* 見出し上_5カラムまで */
  .table-top-headline tr,
.table-top-headline td {
    display: block;
    width: 100%;
    position: relative;
  }
  .table-top-headline th,
.table-top-headline td {
    padding: 15px 10px;
  }
  .table-top-headline th {
    font-size: 1.4rem;
  }
  .table-top-headline th::before {
    content: attr(data-label);
    font-weight: 500;
    text-align: left;
    min-width: 80px;
  }
  .table-top-headline td {
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .table-top-headline td::before {
    content: attr(data-label);
    font-weight: 500;
    text-align: left;
    min-width: 80px;
  }
  .table-top-headline td:first-child {
    font-size: 1.4rem;
    font-weight: 500;
    background: rgba(255, 216, 216, 0.6);
  }
  .table-top-headline td:not(:last-child) {
    border-right: none;
  }
  .table-top-headline .thead {
    display: none;
  }
  .table-top-headline tr:nth-child(2) td:first-child {
    border-top: none;
  }
  .table-top-headline.schedule th,
.table-top-headline.schedule td {
    display: block;
    width: 100%;
    position: relative;
  }
  .table-top-headline.schedule th {
    border-top: 2px solid #e3e3e3;
  }
  .table-top-headline.schedule tr:first-child th {
    border-top: none;
  }
  .table-top-headline.schedule th:not(:last-child) {
    border-right: none;
  }
  .table-top-headline.schedule td {
    text-align: left;
    border-right: none;
  }
  .table-top-headline.schedule thead {
    display: none;
  }
  .table-top-headline.schedule .disp-sp {
    display: block;
  }
  .table-top-headline.schedule .disp-pc {
    display: none;
  }
  /* 見出し左_5カラムまで */
  .table-side-headline tr,
.table-side-headline th,
.table-side-headline td {
    display: block;
    width: 100%;
    position: relative;
  }
  .table-side-headline th,
.table-side-headline td {
    font-size: 1.4rem;
  }
  .table-side-headline th {
    border-top: 2px solid #e3e3e3;
  }
  .table-side-headline td:not(:last-child) {
    border-right: none;
  }
  .table-side-headline tr:first-child td {
    border-top: 2px solid #e3e3e3;
  }
  /* 6列以上は横スクロール */
  .table-topside-headline th,
.table-topside-headline td {
    font-size: 1.4rem;
    width: 90px;
    padding: 15px 10px;
  }
  .ex:not(.table-pregnancy-checkup-schedule) .thead + tr > td:first-child, .ex:not(.table-pregnancy-checkup-schedule).table-side-headline tr:first-child > th:first-child {
    border-top-right-radius: 8px !important;
  }
  .ex:not(.table-pregnancy-checkup-schedule) td:last-child:not(.br-radius-none) {
    border-top-right-radius: 0 !important;
  }
  .ex:not(.table-pregnancy-checkup-schedule) td {
    border-right: 2px solid #e3e3e3 !important;
  }
  .ex:not(.table-pregnancy-checkup-schedule) td.br-radius {
    border-bottom-right-radius: 0 !important;
  }
  .ex:not(.table-pregnancy-checkup-schedule) td.br-radius-none {
    border-bottom-right-radius: 8px !important;
  }
  /* 入院生活の流れ_2カラム */
  .table-schedule th,
.table-schedule td {
    padding: 20px 10px;
  }
  .table-schedule th {
    font-size: 1.4rem;
    width: 25%;
  }
  .table-schedule td {
    font-size: 1.4rem;
    width: 75%;
  }
  /* 妊婦健診スケジュール_5カラム */
  .table-pregnancy-checkup-schedule th,
.table-pregnancy-checkup-schedule td {
    padding: 10px;
  }
  .table-pregnancy-checkup-schedule th {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
  .table-pregnancy-checkup-schedule td {
    font-size: 1.3rem;
  }
  /* 一覧ページ */
  .archive.information .post-content-box {
    padding: 0 20px;
  }
  .archive.information .post-content-box .two-block {
    display: block;
  }
  .archive.information .post-content-box .two-block > div:first-child,
.archive.information .post-content-box .two-block > div:last-child {
    margin: 0 auto;
  }
  /* 入院登録・ウェルカムページ */
  .registration #contents,
.welcome #contents-wrap {
    display: block;
  }
  .registration #contents > div,
.welcome #contents-wrap > div {
    height: auto;
    margin: 0 auto;
  }
  .registration #contents > div#box1,
.welcome #contents-wrap > div#box1 {
    min-height: 280px;
    background: url("/app/themes/babypad-renewal/images/mainImage_registration_01_sp.jpg") no-repeat center center;
  }
  .registration #contents > div#box2,
.welcome #contents-wrap > div#box2 {
    display: block;
    padding: 30px 20px;
  }
  .registration #contents > div#box2 .btn-shadow a,
.registration #contents > div#box2 .btn-prev a,
.welcome #contents-wrap > div#box2 .btn-shadow a,
.welcome #contents-wrap > div#box2 .btn-prev a {
    box-shadow: none;
    border: 1px solid #e3e3e3;
  }
  .registration.ogyaa #contents > div#box1 {
    background: url("/app/themes/babypad-renewal/images/mainImage_registration_02_sp.jpg") no-repeat center center;
  }
  .registration .page-wrap {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .welcome #contents-wrap > div#box1 {
    background: url("/app/themes/babypad-renewal/images/mainImage_welcome_01_sp.jpg") no-repeat center center;
  }
  .registration.registration-two-block #contents .page-wrap,
.registration.registration-three-block #contents .page-wrap {
    height: auto;
    padding: 30px 20px 180px;
  }
  .registration-wrap {
    display: block;
  }
  .registration-wrap > .registration-col:first-child {
    margin-right: 0;
  }
  .registration-wrap > .registration-col:last-child {
    margin-left: 0;
  }
  .registration.registration-three-block .registration-wrap > .registration-col {
    width: 100%;
  }
  /* お問い合わせフォーム */
  #contact-form {
    max-width: 100%;
  }
  /* Form */
  input[type=button],
input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea,
select,
button,
textarea.form-control {
    font-size: 1.6rem;
  }
  textarea.form-control {
    min-height: 200px;
  }
  #contact-form .btn-group .btn:first-child:nth-last-child(3), #contact-form .btn-group .btn:first-child:nth-last-child(3) ~ .btn {
    font-size: 1.6rem;
  }
  .form-control-label {
    font-size: 1.4rem;
  }
  .post-content-box .two-block {
    display: block;
  }
  .post-content-box .two-block > div {
    display: block;
  }
  .post-content-box .two-block > div:first-child {
    margin: 0 auto 15px;
  }
  .post-content-box .two-block > div:last-child {
    margin: 0 auto;
  }
  header.overlay-header .header-nav li {
    display: none;
  }
  header.overlay-header .header-wrap .header-logo {
    width: 100%;
  }
  header:not(.shepherd-header) .header-wrap .header-logo .hospital-user {
    display: none;
  }
  div[data-shepherd-step-id=menubtn] {
    right: -20px !important;
    left: 20px !important;
  }
  /* クラウド表示切り替え */
  #non_hospitalization .widget_ogyaa,
#non_hospitalization .widget_wifi,
#non_hospitalization .widget_free,
#non_hospitalization .widget_hosp,
#non_hospitalization .widget_clock {
    display: none !important;
  }
  #google-translate {
    text-align: left !important;
  }
  #google-translate #google_translate_element {
    text-align: left;
  }
  #google-translate #google_translate_element .goog-te-gadget {
    line-height: 3rem;
  }
  #google-translate #google_translate_element select.goog-te-combo {
    padding: 0.25rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 480px) {
  header:not(.shepherd-header) .header-wrap .header-logo .hospital-name,
header.overlay-header .header-wrap .header-logo .hospital-name {
    font-size: 1.7rem;
    margin-right: 0;
  }
  .archive .page-wrap {
    padding: 0 40px;
  }
  .page-list {
    display: block;
  }
  .page-list .post {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .list-item dd {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .archive .page-wrap {
    padding: 0 20px;
  }
  #google-translate {
    text-align: center !important;
  }
  #google-translate #google_translate_element {
    text-align: center;
  }
}
/*
	Menu ホームコンテンツ、ピックアップメニュー、サイトマップ
*/
@media (max-width: 640px) {
  /* スマホではホームコンテンツの高さを半分くらいにする */
  #contents-wrap .three-block-box {
    margin-bottom: 1.5rem !important;
  }
  #contents-wrap .three-block-box a {
    display: flex;
    align-items: center;
  }
  #contents-wrap .three-block-box a img {
    flex-basis: 45%;
    max-width: 45%;
    margin: 0;
    border-top-right-radius: 0;
  }
  #contents-wrap .three-block-box a .page-title {
    padding: 0 1rem !important;
  }
  #contents-wrap .news-section {
    margin-top: 3rem;
  }
}
/*
	Form お問い合わせフォーム
*/
.mw_wp_form_confirm #contact-form {
  max-width: 100% !important;
  background-color: #fff9f7;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 20px;
}
.mw_wp_form_confirm .form-control-label {
  background-color: #fff9f7 !important;
}
.mw_wp_form_confirm .form-control {
  font-size: 18px;
  line-height: 2.5rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 1rem;
  border-radius: 4px;
}

/*
	Setting 設定画面
*/
.error-area {
  padding: 15px 10px;
  border-radius: 8px;
  border: 2px solid #dd4b39;
  margin-bottom: 30px;
  color: #dd4b39;
}

.form-control.error {
  border: 2px solid #dd4b39;
  position: relative;
}

.form-control.error + p {
  margin: 0 !important;
  color: #dd4b39;
}

#run-setting {
  cursor: pointer;
}

/*
	印刷時、長い複数ページにわたるコンテンツはページごとにヘッダが配置され、文字が隠れてしまうため
	コンテンツの先頭にだけヘッダが配置されるようにする
*/
@media print {
  #container:not(.index) {
    padding-top: 0;
  }
  #container:not(.index) header:not(.overlay-header) {
    position: relative;
  }
}

/*# sourceMappingURL=style.css.map*/