@charset "UTF-8";
/* ------------------style上書き用---------------- */
body {
  font-size: 12px;
  font-family: "Meiryo", "メイリオ","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "Osaka", "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.5;
  color: #666666;
  background: #ffffff;
}

#wrapper {
  background: #ffffff;
}

a {
  text-decoration: none;
  outline: none;
}

a:link, a:hover, a:visited {
  color: #666666;
  text-decoration: none;
}

footer #copyright {
  padding: 23% 0 3%;
  text-align: center;
  background: url("/primitive/img/style/basic/bg_footer.png") no-repeat bottom center;
  background-size: contain;
  color: #fff;
}

/*フォーム*/
input[type="text"], input[type="number"], input[type="tel"], input[type="search"], input[type="password"] {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 36px;
  padding: 8px 5px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
}

form input[type=radio] + label {
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  background: url("/primitive/img/style/basic/icon_form_radio.png") 0px -100px no-repeat;
  background-size: 17px auto;
  line-height: 17px;
}

form input[type=checkbox] + label,
form span.chkbox + label {
  background-image: url("/primitive/img/style/basic/icon_form_checkbox.png");
  background-size: 19px auto;
  line-height: 19px;
}

.selectOuter select,
.selectOuter input[type=date] {
  border-radius: 30px;
  border: 1px solid #e3e3e3;
  padding: 5px 20px;
  font-size: 16px;
  color: #666666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: #ffffff;
}

.selectOuter input[type=date] {
  width: 70%;
  max-width: 240px;
  height: 30px;
}

.form_select_error {
  background: #fbe3e9;
  border: 0 !important;
  box-shadow: 0 0 8px #eb748e;
}

.form_radio_error {
  background: #fbe3e9;
  box-shadow: 0 0 5px #eb748e;
  border-radius: 30px;
}

.form_error input {
  background: #fbe3e9;
  box-shadow: 0 0 5px #eb748e;
  border-radius: 30px;
}

.error_message {
  background: #eb748e;
  padding: 5px 20px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  border-radius: 30px;
  margin-bottom: 10px;
}

.error_message:after {
  border: 8px solid transparent;
  border-bottom-color: #eb748e;
  border-top-width: 0;
  width: 0;
  top: -8px;
  content: "";
  display: block;
  left: 45%;
  position: absolute;
}

.btn_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  border: 1px solid #eb748e;
  border-radius: 30px;
  color: #eb748e;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  margin: 10px 0;
}

.btn_submit_submitted {
  background: #eb748e;
  color: #ffffff;
}

/* ------------------common_text---------------- */
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_underline {
  border-bottom: 1px solid #666666;
}

.font_title {
  font-size: 16px;
}

.font_bold {
  font-weight: bold;
}

.font_pink {
  color: #eb748e;
}

/* ------------------common_link---------------- */
.link_more {
  text-align: right;
  display: block;
  padding: 15px 34px 15px;
  background: url("/primitive/img/style/basic/arrows/arrow_right_gray.png") no-repeat right center;
  background-size: 28px;
  margin: 0 5px;
  border-top: 1px solid #e3e3e3;
}

.link_btnpink {
  text-align: center;
  display: block;
  padding: 15px 0;
  background: url("/primitive/img/style/basic/arrows/arrow_right_pink.png") no-repeat right center;
  background-size: 40px;
  margin: 20px 10px;
  font-size: 16px;
  border: solid 1px #eb748e;
  border-radius: 30px;
}

a.link_arrow_white {
  background: url("/primitive/img/style/basic/arrows/arrow_right_white.png") no-repeat right center, #eb748e;
  background-size: 40px;
  color: #ffffff;
}

/* ------------------common_block---------------- */
.block_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.flex_between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.block_bgpink {
  display: block;
  background: #eb748e;
  margin: 10px 0;
  padding: 10px;
  color: #ffffff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------------------common_position---------------- */
.pos_br {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pos_bl {
  position: absolute;
  bottom: 0;
}

/* ------------------common_display---------------- */
.dis_iblock {
  display: inline-block;
}

.dis_block {
  display: block;
}

/* ------------------common_margin---------------- */
.mt5{
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mr10{
  margin-right: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.ml10 {
  margin-left: 10px;
}

.mtb5 {
  margin: 5px 0;
}

.mtb10 {
  margin: 10px 0;
}

/* font */

.fc_pink{
  color: #eb748d;
}
.fc_blue{
  color: #6BC3C4;
}
.fc_white{
  color: #ffffff;
}
.fw_bold{
  font-weight: bold;
}
.f_small{
  font-size: 0.8rem;
}
.f_big{
  font-size: 1.5rem;
}

/* ------------------common_width---------------- */
.w100 {
  width: 100%;
}

/* ------------------common_height---------------- */
.h75px {
  height: 75px;
}

.h80px {
  height: 80px;
}

.h100px {
  height: 100px;
}

/* ------------------common_br---------------- */
.spbr {
  display: none;
}

@media screen and (max-width: 720px) {
  .spbr {
    display: initial;
  }
}

/* ------------------common_pagetop---------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 2;
  display: none;
}

#page-top a {
  background: rgba(235, 116, 142, 0.7);
  text-decoration: none;
  color: #fff;
  width: 55px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

/* ------------------common_slidebar---------------- */
#side_menu {
  background-color: #f3f3f3;
  z-index: 5;
}

#side_menu .link_sidemenu_logo {
  display: block;
  text-align: right;
  margin: 20px 0;
  padding: 20px;
}

#side_menu .link_loginout {
  display: block;
  padding: 15px 20px;
  color: #ffffff;
}

#side_menu .list_sidemenu {
  margin: 15px 0;
  padding: 0 5px;
}

#side_menu .list_sidemenu li {
  background: #ffffff;
}

#side_menu .list_sidemenu li:not(.banner_sidemenu) a,
#side_menu .list_sidemenu li:not(.banner_sidemenu) .no_link {
  padding: 15px;
}

#side_menu .list_sidemenu .primary_sidemenu {
  margin: 5px 0;
}

#side_menu .list_sidemenu .banner_sidemenu {
  margin: 10px 0;
}

#side_menu .list_sidemenu .banner_sidemenu img {
  border: 2px solid #ffffff;
  width: 100%;
}

#side_menu .list_sidemenu ul {
  margin-left: 40px;
  margin-right: 10px;
}

#side_menu .list_sidemenu ul li {
  border-top: 1px solid #f3f3f3;
}

#side_menu .list_sidemenu a,
#side_menu .list_sidemenu .no_link {
  display: block;
}

#side_menu .list_sidemenu .no_link {
  color: #666666;
}

.sb-close{
  display: none;
  position: fixed;
  top: 6px;
  right: 275px;
  color: #fff;
  font-weight: bold;
  z-index: 1000;
  text-align: center;
}
.sb-overlay{
  display: none;
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 999;
}
#side_menu{
  z-index:1000;
}
.sb-show-anime{
  display: block;
  animation: sb-show-animation 100ms linear;
}
@keyframes sb-show-animation{
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}

/* ------------------banner_wrap---------------- */
.banner_wrap {
  margin: 10px;
  text-align: center;
}

/* ------------------hr_wrap---------------- */
.hr_dotted {
  border: 0;
  border-top: 3px dotted #e3e3e3;
  margin: 0;
}

/* ------------------modalwindow_wrap---------------- */
.mw_text {
  margin-bottom: 10px;
}

.input_search {
  background: url(/primitive/img/style/basic/menu/ico_menu_search.png) 10px no-repeat !important;
  background-size: 20px !important;
  padding-left: 38px !important;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 5;
  width: 90%;
  margin: 0;
  padding: 10px 5px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
}

.modal-wrap {
  padding: 0 10px;
  overflow:auto;
}
.modal-wrap::-webkit-scrollbar
{
  overflow:hidden;
  width:10px;
  background:#fbe3e9;
  -webkit-border-radius:5px;
  border-radius:5px;
}
.modal-wrap::-webkit-scrollbar:horizontal
{
  height:10px;
}
.modal-wrap::-webkit-scrollbar-button
{
  display:none;
}
.modal-wrap::-webkit-scrollbar-piece
{
  background:#fbe3e9;
}
.modal-wrap::-webkit-scrollbar-piece:start
{
  background:#fbe3e9;
}
.modal-wrap::-webkit-scrollbar-thumb
{
  overflow:hidden;
  -webkit-border-radius:5px;
  border-radius:5px;
  background:#eb748e;
}
.modal-wrap::-webkit-scrollbar-corner
{
  overflow:hidden;
  -webkit-border-radius:5px;
  border-radius:5px;
  background:#eb748e;
}

.modal-overlay {
  z-index: 4;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-close {
  position: absolute;
  left: 43%;
  text-align: center;
  display: block;
  bottom: -30px;
  color: #ffffff;
}

.modal-content .searchbox {
  text-align:left;
  padding: 0 10px 10px 10px;
}
.modal-content .searchbox a {
  text-decoration: underline;
}
.modal-content .searchbox input[type="text"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content .searchbox .gsc-input-box {
  border-color: #e3e3e3;
}
.modal-content .searchbox input.gsc-search-button {
  border-color: #eb748e;
  background-color: #eb748e;
}
.modal-content .searchbox #queries .babysymbol-search {
  color: #eb748e;
}

/* ------------------daily_calendar---------------- */
.today_count_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  width: 100%;
}

.today_count_block .birth_countup {
  width: 55%;
}

.today_count_block .birth_countdown {
  width: 45%;
  background-color: #eb748e;
  color: #ffffff;
  padding: 5px 1px;
  border-radius: 30px;
  font-size: 10px;
}

.font_countnum {
  font-size: 36px;
  color: #eb748e;
  padding: 0 2px;
}
.modal-content .font_countnum {
  font-size: 28px;
}

.today_advice_block {
  border-bottom: 3px dotted #e3e3e3;
  border-top: 3px dotted #e3e3e3;
  padding: 10px 0 0 0;
}

.today_advice_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.today_advice_link > li {
  padding: 0 5px 0 0;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.today_advice_link > li > a {
  padding: 5px 4px;
  display: block;
  background: url(/primitive/img/style/basic/arrows/arrow_right_gray_ns.png) no-repeat right center;
  background-size: 17px;
  padding-right: 19px;
}

.today_advice_title {
  padding-top: 10px;
}

.today_advice_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}

.today_advice_text > div {
  width: 90%;
  flex-grow: 1;
}

.today_advice_text .list_thumb img {
  border: 1px #e3e3e3 dotted;
}

.today_ba_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}

.imgHolder {
  position: relative;
}
.label-recipe {
  position: absolute;
  left: 6px;
  top: 11px;
  color: #fff!important;
  text-align: center;
  width: 3rem;
}
.label-recipe-bg {
  background: #eb7474;
}
