@charset "UTF-8";
* {
  /*custom_propertie*/
}
* .pc {
  display: block;
}
@media only screen and (max-width: 959px) {
  * .pc {
    display: none;
  }
}
* .sp {
  display: none;
}
@media only screen and (max-width: 959px) {
  * .sp {
    display: block;
  }
}
* .min {
  display: none;
}
@media only screen and (max-width: 530px) {
  * .min {
    display: block;
  }
}
* .long-txt {
  padding-left: 1em;
  text-indent: -1em;
}

/* common-settings */
/* HanburgerMenu */
/*---------- header ----------*/
header {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1614px) {
  header {
    max-width: 1255px;
    margin: 0 auto;
  }
}
header .header-contents {
  position: relative;
  width: 100%;
}

/*---------- #menu ----------*/
#menu {
  width: 100%;
  max-width: 250px;
  height: 100%;
  background-color: #004098;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  font-size: 14px;
}
#menu a {
  text-decoration: none;
}
#menu a:hover {
  text-decoration: none;
}

#menu.open {
  transform: translate(0);
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu li {
  padding: 10px 0 10px 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.8;
}

#menu_btn {
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  background: url(../img/btn-hbg.png);
  background-size: contain;
  width: 58px;
  height: 62px;
  padding-top: 39px;
  text-align: center;
}
@media only screen and (max-width: 530px) {
  #menu_btn {
    width: 48px;
    height: 52px;
    padding-top: 31px;
  }
}

/* --- .menu-background --- */
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
}

.menu-background.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* //HanburgerMenu */
/* accordion */
#menu .menu__item {
  padding-bottom: 0;
  padding-left: 0;
}
#menu .menu__item .menu__item__link {
  display: block;
  color: #fff;
  padding-left: 15px;
  padding-bottom: 10px;
}
#menu .menu__item .menu__item__link:after {
  font-family: "Font Awesome 5 Free";
  content: '\f13a';
  font-weight: 900;
}
#menu .menu__item .menu__item__link.on:after {
  content: '\f139';
  font-weight: 900;
}
#menu .menu__item .submenu {
  background: #fff;
}
#menu .menu__item .submenu li {
  color: #004098;
  border-bottom: 1px solid #004098;
}
#menu .menu__item .submenu li:last-child {
  border-bottom: none;
}
#menu .menu__item .submenu li img {
  margin-right: 3px;
}

/*newsLink*/
.newsLink {
  font-size: 12px;
  text-align: center;
  color: red;
  padding: 0 5px;
}
@media only screen and (max-width: 639px) {
  .newsLink {
    font-size: 10px;
  }
}

/* body */
body {
  position: relative;
}
@media only screen and (max-width: 959px) {
  body {
    min-width: 100%;
  }
}
body .breadCrumbs {
  line-height: 1.3;
}
body .select-box,
body .check-box {
  margin: 10px 0;
}
body .t-text {
  padding: 0;
}
body .body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media only screen and (max-width: 639px) {
  body .body-wrapper {
    padding-bottom: 65px;
  }
}
body .p-masthead {
  color: #000;
  padding-top: 15px;
}
@media only screen and (max-width: 959px) {
  body .p-masthead {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 530px) {
  body .p-masthead {
    padding-top: 10px;
  }
}
body .contents {
  margin-top: 0;
}
body input[type="text"] {
  -webkit-appearance: none;
}
body .sexs input {
  -webkit-appearance: radio;
}
body .select-area label {
  color: #000;
}

/* header */
.p-masthead {
  padding: 0px;
  position: relative;
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 530px) {
  .p-masthead {
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
  }
}
.p-masthead:before {
  content: "";
  background: url("https://image.rfolympic.com/mamahalo/mama-leaf-img.png") repeat top/40%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 15px;
}
@media only screen and (max-width: 959px) {
  .p-masthead:before {
    height: 12px;
  }
}
@media only screen and (max-width: 530px) {
  .p-masthead:before {
    height: 10px;
    background-size: 80%;
  }
}
.p-masthead .p-masthead__top_box {
  padding-top: 0;
  min-height: 90px;
}
@media only screen and (max-width: 959px) {
  .p-masthead .p-masthead__top_box {
    padding-top: 0;
    min-height: 62px;
  }
}
@media only screen and (max-width: 530px) {
  .p-masthead .p-masthead__top_box {
    min-height: 51px;
  }
}
.p-masthead .p-masthead__top {
  min-height: inherit;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-masthead h1 .img-responsive--logo {
  top: 0;
  max-width: 400px;
  width: 70%;
  margin-left: 10px;
  position: relative;
}
@media only screen and (max-width: 1614px) {
  .p-masthead h1 .img-responsive--logo {
    width: 100%;
    max-width: 280px;
  }
}
@media only screen and (max-width: 959px) {
  .p-masthead h1 .img-responsive--logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 530px) {
  .p-masthead h1 .img-responsive--logo {
    max-width: 170px;
  }
}
.p-masthead .p-masthead__banner {
  top: 0;
}
@media only screen and (max-width: 959px) {
  .p-masthead .p-masthead__banner {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    padding-bottom: 10px;
    width: 94%;
  }
}
.p-masthead .p-masthead__labels-sns-btns-wrap {
  text-align: right;
  top: 0;
  margin-right: 5px;
  position: relative;
}
.p-masthead .p-masthead__moratame-links {
  position: relative;
  top: 0;
  max-width: 160px;
  margin-bottom: 10px;
  right: -25%;
}
.p-masthead .p-masthead__moratame-links img {
  width: 100%;
}
.p-masthead .p-masthead__labels a.c-label--masthead {
  background: #00b7ce;
  border-radius: 0 !important;
  padding: 0 15px;
}
.p-masthead .p-masthead__labels a.c-label--masthead img {
  vertical-align: text-top;
  margin: 0 3px;
}
@media only screen and (max-width: 1614px) {
  .p-masthead .p-masthead__labels a.c-label--masthead {
    font-size: 14px;
    line-height: 30px;
    width: auto;
    margin-top: 0;
    display: block;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
}
.p-masthead .sp-header-menu_component {
  position: absolute;
  top: 0;
}
.p-masthead .sp-header-menu_component-wakaba, .p-masthead .sp-header-menu_component-mymenu {
  right: 60px;
}
@media only screen and (max-width: 530px) {
  .p-masthead .sp-header-menu_component-wakaba, .p-masthead .sp-header-menu_component-mymenu {
    right: 50px;
  }
}
.p-masthead .sp-header-menu_component-login, .p-masthead .sp-header-menu_component-logout {
  right: 0px;
}
@media only screen and (max-width: 530px) {
  .p-masthead .sp-header-menu_component-login, .p-masthead .sp-header-menu_component-logout {
    right: 0px;
  }
}
.p-masthead .sp-header-menu_component-hbg {
  right: 0;
}
.p-masthead .sp-header-menu_component img {
  width: 58px;
}
@media only screen and (max-width: 530px) {
  .p-masthead .sp-header-menu_component img {
    width: 48px;
  }
}
.p-masthead .p-masthead__nav {
  margin: 7% auto 5px;
  max-width: 640px;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1614px) {
  .p-masthead .p-masthead__nav {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 959px) {
  .p-masthead .p-masthead__nav {
    margin: 20px auto 15px;
    max-width: 550px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 639px) {
  .p-masthead .p-masthead__nav {
    margin: 12px auto 8px;
  }
}
.p-masthead .p-masthead__nav li {
  width: 160px;
}
@media only screen and (max-width: 959px) {
  .p-masthead .p-masthead__nav li {
    width: 110px;
  }
}
@media only screen and (max-width: 530px) {
  .p-masthead .p-masthead__nav li {
    width: 90px;
  }
}
.p-masthead .p-masthead__nav li a {
  font-size: 19px;
  font-weight: 500;
  color: #777;
  line-height: 40px;
  height: 40px;
}
@media only screen and (max-width: 959px) {
  .p-masthead .p-masthead__nav li a {
    line-height: 20px;
    height: 23px;
  }
}
@media only screen and (max-width: 639px) {
  .p-masthead .p-masthead__nav li a {
    height: 21px;
    font-size: 14px;
  }
}
.p-masthead .p-masthead__nav li a .small-txt {
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
  .p-masthead .p-masthead__nav li a .small-txt {
    font-size: 12px;
  }
}
.p-masthead .p-masthead__nav li a:hover {
  color: #004098;
  border-bottom: none;
}
.p-masthead .p-masthead__nav_toppage .p-masthead__nav__top {
  border-bottom: 5px solid #004098;
}
@media only screen and (max-width: 959px) {
  .p-masthead .p-masthead__nav_toppage .p-masthead__nav__top {
    border-bottom: 3px solid #004098;
  }
}
.p-masthead .p-masthead__nav_toppage .p-masthead__nav__top a {
  color: #004098;
  font-weight: bold;
}
.p-masthead .p-masthead__nav_tamepage .p-masthead__nav__tame {
  border-bottom: 5px solid #004098;
}
@media only screen and (max-width: 959px) {
  .p-masthead .p-masthead__nav_tamepage .p-masthead__nav__tame {
    border-bottom: 3px solid #004098;
  }
}
.p-masthead .p-masthead__nav_tamepage .p-masthead__nav__tame a {
  color: #004098;
  font-weight: bold;
}
.p-masthead .p-masthead__nav_morapage .p-masthead__nav__mora {
  border-bottom: 5px solid #004098;
}
@media only screen and (max-width: 959px) {
  .p-masthead .p-masthead__nav_morapage .p-masthead__nav__mora {
    border-bottom: 3px solid #004098;
  }
}
.p-masthead .p-masthead__nav_morapage .p-masthead__nav__mora a {
  color: #004098;
  font-weight: bold;
}

/* contents */
.contents {
  padding: 0 5px;
}

/* primary */
.primary {
  width: 100%;
  /* ため、もらの見出しタイトル */
  /* 一覧のスタイル */
  /* ため一覧のスタイル */
  /* ため（アイキャッチ）一覧のスタイル */
  /* ため（サムネイル）一覧のスタイル */
  /* もら一覧のスタイル */
  /* ため、もら一覧へのボタン（黄色） */
}
@media only screen and (max-width: 959px) {
  .primary {
    max-width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .primary .heading.xx-large.enclosingBtn {
    padding-right: 0;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 530px) {
  .primary .heading__sub-title {
    display: block;
    padding-right: 0;
  }
}
.primary .cardContainer {
  margin: auto;
}
@media only screen and (max-width: 959px) {
  .primary .cardContainer {
    max-width: 100%;
  }
}
.primary .row {
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
@media only screen and (max-width: 959px) {
  .primary .row {
    margin: 0;
  }
}
.primary .row-mora {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  .primary .row-mora {
    margin: 0;
  }
}
.primary .row:after {
  clear: none;
}
.primary .pr-tame .p-card__detail {
  line-height: 1.5;
}
@media only screen and (max-width: 1614px) {
  .primary .pr-tame .p-card__detail {
    height: 95px;
  }
}
.primary .pr-tame .p-card__detail .badge.cardBadge {
  height: auto;
}
.primary .cardContainer .col-xs-6 {
  width: 25%;
}
@media only screen and (max-width: 959px) {
  .primary .cardContainer .col-xs-6 {
    width: 40%;
    padding: 0 10px;
    box-sizing: content-box;
  }
}
@media only screen and (max-width: 959px) and (max-width: 530px) {
  .primary .cardContainer .col-xs-6 {
    padding: 0 3px;
  }
}

@media only screen and (max-width: 639px) {
  .primary .cardContainer .col-xs-6 {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 530px) {
  .primary .cardContainer .col-xs-6 {
    width: 48%;
  }
}
@media only screen and (max-width: 959px) {
  .primary .pr-tame .col-md-2 {
    width: 25%;
  }
}
@media only screen and (max-width: 639px) {
  .primary .pr-tame .col-md-2 {
    width: 33.333%;
  }
}
@media only screen and (max-width: 530px) {
  .primary .pr-tame .col-md-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 959px) {
  .primary .pr-mora .col-xs-12 {
    width: 50%;
  }
}
@media only screen and (max-width: 1269px) {
  .primary .pr-mora .col-xs-12 {
    width: 50%;
  }
}
@media only screen and (max-width: 639px) {
  .primary .pr-mora .col-xs-12 {
    width: 100%;
  }
}
.primary .btnSquare01wrap .btnSquare01.btnBeige01 {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  width: 65%;
  border-radius: 0;
  padding: 1.2em;
  margin: 50px auto;
}
@media only screen and (max-width: 530px) {
  .primary .btnSquare01wrap .btnSquare01.btnBeige01 {
    width: 85%;
    font-size: 14px;
    margin: 40px auto;
  }
}
.primary .btnSquare01wrap .btnSquare01.btnBeige01.mama-btnMora {
  background-color: #e74224;
}
.primary .btnSquare01wrap .btnSquare01.btnBeige01.mama-btnPhoto {
  background-color: #41ba8b;
}

.primary .pr-content {
  margin-bottom: 0;
}

/* icoWrap */
@media only screen and (max-width: 639px) {
  .heading.xx-large .icoWrap {
    width: 38px;
  }
}
@media only screen and (max-width: 639px) {
  .heading.xx-large .icoWrap img {
    height: 26px;
  }
}

/* secondary */
.secondary {
  margin-top: 20px;
}
@media only screen and (max-width: 959px) {
  .secondary {
    display: none;
  }
}
.secondary .t-sidemenu .heading {
  font-size: 20px;
  font-weight: normal;
  padding: 3px 10px;
  text-align-last: left;
  background: #004098;
}
.secondary .t-sidemenu .container {
  border-color: #004098;
}
.secondary .t-sidemenu .container .t-sidemenu-list {
  padding: 0;
  margin-left: 5px;
}
.secondary .t-sidemenu .container .t-sidemenu-list li {
  line-height: 2;
}
.secondary .t-sidemenu .container .t-sidemenu-list li img {
  margin-right: 5px;
}
.secondary .t-sidemenu .container .t-sidemenu-list li a {
  font-size: 14px;
}

/* footer */
footer {
  margin-top: auto;
}
footer #footer {
  width: 100%;
  color: #333;
  font-size: 10px;
  background: #ebf6fa;
}
footer #footer ul {
  overflow: hidden;
  max-width: 1600px;
  margin: auto;
  /*padding: 0 10px;*/
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
footer #footer ul li {
  margin: 10px 10px 10px 0;
        /*padding-right: 10px;
					height: 15px;
					border-right: 1px solid #333;*/
}
footer #footer ul li a {
  color: #333;
  text-decoration: none;
}
footer #footer p {
  background: #002d6b;
  height: 28px;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 10px;
  text-align: center;
}
footer #footer p img {
  vertical-align: baseline;
}
footer .mama-f-bd {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  padding: 0 10px;
  margin: auto 0;
}

/* // common-settings */
/* toppage */
/* slick */
.slick-dotted.slick-slider {
  margin-top: 15px;
}
@media only screen and (max-width: 1614px) {
  .slick-dotted.slick-slider {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 959px) {
  .slick-dotted.slick-slider {
    margin-top: 0;
  }
}

.slick-dotted.slick-slider {
  margin: 20px auto 30px;
}
@media only screen and (max-width: 530px) {
  .slick-dotted.slick-slider {
    margin-top: 15px;
  }
}

/* /slick */
body.toppage {
  /* icoWrap */
}
@media only screen and (max-width: 530px) {
  body.toppage .primary .heading.xx-large.enclosingBtn {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 530px) {
  body.toppage .heading.xx-large .icoWrap {
    top: 3px;
    width: 46px;
  }
}
@media only screen and (max-width: 530px) {
  body.toppage .heading.xx-large .icoWrap img {
    height: 39px;
  }
}

.mama-heading {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  padding-bottom: 15px;
  color: #333;
  font-size: 30px;
  line-height: 1.0;
  margin-top: 80px;
}
@media only screen and (max-width: 959px) {
  .mama-heading {
    font-size: 24px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 639px) {
  .mama-heading {
    font-size: 24px;
  }
}
.mama-heading:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 959px) {
  .mama-heading:first-child {
    margin-top: 0;
  }
}
.mama-heading-tame {
  display: flex;
  align-items: center;
  text-align: center;
}
.mama-heading-tame:before, .mama-heading-tame:after {
  content: "";
  height: 10px;
  max-width: 100%;
  flex-grow: 1;
  background-color: #f2fbfd;
  background-image: repeating-linear-gradient(-45deg, #00b7ce, #00b7ce 2.5px, transparent 0, transparent 7.5px);
}
.mama-heading-tame:before {
  margin-right: 1rem;
}
.mama-heading-tame:after {
  margin-left: 1rem;
}
.mama-heading-tame2 {
  display: flex;
  align-items: center;
  text-align: center;
}
.mama-heading-tame2:before, .mama-heading-tame2:after {
  content: "";
  height: 10px;
  max-width: 100%;
  flex-grow: 1;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, #00b7ce, #00b7ce 2.5px, transparent 0, transparent 7.5px);
}
.mama-heading-tame2:before {
  margin-right: 1rem;
}
.mama-heading-tame2:after {
  margin-left: 1rem;
}
.mama-heading-other1 {
  display: flex;
  align-items: center;
  text-align: center;
}
.mama-heading-other1:before, .mama-heading-other1:after {
  content: "";
  height: 10px;
  max-width: 100%;
  flex-grow: 1;
  background-color: #fbfaf5;
  background-image: repeating-linear-gradient(-45deg, #d1b97e, #d1b97e 2.5px, transparent 0, transparent 7.5px);
}
.mama-heading-other1:before {
  margin-right: 1rem;
}
.mama-heading-other1:after {
  margin-left: 1rem;
}
.mama-heading-other2 {
  display: flex;
  align-items: center;
  text-align: center;
}
.mama-heading-other2:before, .mama-heading-other2:after {
  content: "";
  height: 10px;
  max-width: 100%;
  flex-grow: 1;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, #d1b97e, #d1b97e 2.5px, transparent 0, transparent 7.5px);
}
.mama-heading-other2:before {
  margin-right: 1rem;
}
.mama-heading-other2:after {
  margin-left: 1rem;
}
.mama-heading-about {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 0 15px;
}
.mama-heading-mora h1 {
  text-align: center;
}
.mama-heading-mora .mama-heading-mora__title {
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (max-width: 639px) {
  .mama-heading-mora .mama-heading-mora__title {
    font-size: 26px;
  }
}
.mama-heading-mora .mama-heading-mora__sub-title {
  line-height: 1.4;
  position: relative;
  text-align: center;
  display: table;
  margin: auto auto 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #e74224;
  background-color: white;
  color: #e74224;
  font-size: 14px;
}
@media only screen and (max-width: 639px) {
  .mama-heading-mora .mama-heading-mora__sub-title {
    font-size: 12px;
  }
}
.mama-heading-mora .mama-heading-mora__sub-title:before {
  position: absolute;
  bottom: -10px;
  left: 45%;
  transform: skew(-25deg);
  height: 10px;
  width: 10px;
  border-right: 1px solid #e74224;
  background-color: white;
  content: "";
}
.mama-heading-photo h1 {
  text-align: center;
}
.mama-heading-photo .mama-heading-photo__title {
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (max-width: 639px) {
  .mama-heading-photo .mama-heading-photo__title {
    font-size: 26px;
  }
}
.mama-heading-photo .mama-heading-photo__sub-title {
  line-height: 1.4;
  position: relative;
  text-align: center;
  display: table;
  margin: auto auto 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #41ba8b;
  background-color: white;
  color: #41ba8b;
  font-size: 14px;
}
@media only screen and (max-width: 639px) {
  .mama-heading-photo .mama-heading-photo__sub-title {
    font-size: 12px;
  }
}
.mama-heading-photo .mama-heading-photo__sub-title:before {
  position: absolute;
  bottom: -10px;
  left: 45%;
  transform: skew(-25deg);
  height: 10px;
  width: 10px;
  border-right: 1px solid #41ba8b;
  background-color: white;
  content: "";
}

.mama-heading__title {
  font-family: 'Pacifico', cursive;
  font-size: 36px;
  display: block;
}
@media only screen and (max-width: 639px) {
  .mama-heading__title {
    font-size: 8vw;
  }
}

.mama-heading__line {
  display: inline-block;
  height: 4px;
  width: 30px;
  margin: 5% auto;
}
.mama-heading__line-tame {
  background-color: #00b7ce;
}
.mama-heading__line-other {
  background-color: #d1b97e;
}

.mama-heading__sub-title {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-size: 14px;
  display: block;
}
@media only screen and (max-width: 959px) {
  .mama-heading__sub-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 639px) {
  .mama-heading__sub-title {
    font-size: 12px;
  }
}

.mama-bg {
  padding: 40px 0;
}
.mama-bg-tame {
  background: #f2fbfd;
}
.mama-bg-contents {
  background: #fbfaf5;
}
.mama-bg-mf {
  padding: 3% 0 0;
}
@media only screen and (max-width: 639px) {
  .mama-bg-mf {
    padding: 30px 0 0;
  }
}
.mama-bg-line {
  border-bottom: 1px solid #dddddd;
}
.mama-bg-about {
  background: linear-gradient(0deg, rgba(91, 176, 194, 0.7) 20%, rgba(91, 176, 194, 0.7) 100%), url("https://image.rfolympic.com/mamahalo/mama-leaf-img.png") repeat top/600px;
}
@media only screen and (max-width: 639px) {
  .mama-bg-about {
    background-size: 130%;
  }
}

@media only screen and (max-width: 639px) {
  .mama-ct-wrap {
    margin: 0 1%;
  }
}

.mama-primary-bnr-ul {
  margin-top: 20px;
  text-align: center;
}
.mama-primary-bnr-ul > li {
  max-width: 900px;
  margin: 10px auto;
}
.mama-primary-bnr-ul > li.mama-line-img {
  max-width: 400px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
  .mama-primary-bnr-ul > li.mama-line-img {
    width: 65vw;
    margin: auto;
    padding: 0 10px;
  }
}
.mama-primary-bnr-ul > li img {
  width: 100%;
}

.mama-primary-txt {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  padding: 20px 0;
  text-decoration: underline;
  text-decoration-thickness: 0.8em;
  text-decoration-color: rgba(0, 183, 206, 0.15);
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
@media only screen and (max-width: 959px) {
  .mama-primary-txt {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 20px 0;
    line-height: 2;
    font-size: 14px;
  }
}

.mama-limiteditem {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 30px;
}
@media only screen and (max-width: 639px) {
  .mama-limiteditem {
    font-size: 13px;
    padding-bottom: 20px;
  }
}
.mama-limiteditem a:hover img {
  opacity: .6;
  transition: 0.5s;
}
.mama-limiteditem img {
  max-width: 900px;
  margin: 10px auto;
}
@media only screen and (max-width: 959px) {
  .mama-limiteditem img {
    max-width: 100%;
  }
}
.mama-limiteditem-day {
  color: #00b7ce;
}
.mama-limiteditem-day span {
  font-size: 140%;
}
.mama-limiteditem-att {
  font-weight: 400;
  font-size: 80%;
}

.mama-recommend-balloon {
  position: relative;
  padding: 1rem 1rem 1.3rem;
  background-color: #dff6f9;
  color: #333;
  width: 98%;
  margin-left: auto;
  margin-top: 24px;
}

.mama-recommend-balloon:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 1px solid #00b7ce;
  content: "";
}

.mama-recommend-balloon:after {
  position: absolute;
  top: -14px;
  left: 44%;
  transform: skew(-25deg);
  height: 12px;
  width: 15px;
  border-right: 1px solid #00b7ce;
  background-color: #f2fbfd;
  content: "";
}

.mama-category-title {
  font-family: 'Noto Sans JP', sans-serif;
  background: #48cbdc;
  color: #fff;
  border-radius: 30px;
  padding: .5em 0;
  margin: 28px auto -20px;
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  width: 200px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .mama-category-title {
    width: 180px;
    font-size: 14px;
    padding: 5px 0;
    margin: 24px auto -20px;
  }
}
.mama-category-title:first-child {
  margin: 20px auto -20px;
}
@media only screen and (max-width: 959px) {
  .mama-category-title:first-child {
    margin: 10px auto -20px;
  }
}

.mama-category-inner {
  background: #fff;
  border: 1px solid #48cbdc;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 639px) {
  .mama-category-inner {
    padding: 15px 0 10px;
  }
}

.pagetop {
  height: 0px;
  width: 0px;
  position: fixed;
  right: 60px;
  bottom: 60px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 639px) {
  .pagetop {
    right: 20px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 530px) {
  .pagetop {
    bottom: 100px;
  }
}
@media only screen and (max-width: 639px) {
  .pagetop img {
    width: 40px;
  }
}

.mama-type-area {
  max-width: 600px;
  margin: 20px 10px 0;
  display: block;
  position: relative;
  /* @media only screen and (max-width:639px){
    margin: 80px auto 0;
  } */
}
.mama-type-area .mama-type {
  width: 100%;
}
.mama-type-area .mama-type-btn {
  max-width: 60%;
  margin: -5% auto 0;
  display: block;
}
@media only screen and (max-width: 639px) {
  .mama-type-area .mama-type-btn {
    max-width: 70%;
  }
}

.mama-partners .mama-partners-area {
  max-width: 300px;
  margin: 20px 10px 0;
  box-sizing: border-box;
  width: 100%;
}
.mama-partners .mama-partners-area img {
  width: 100%;
}

.dummy-box {
  background-color: #fae3d9;
  max-width: 300px;
  height: 250px;
  color: #000;
  margin: 20px 10px 0;
  box-sizing: border-box;
  padding: 50px;
}

.mama-about-area {
  max-width: 550px;
  margin: auto;
  display: block;
  /* .mama-about {
    margin: 20px auto 0;
    width: 95%;
      @media only screen and (max-width:639px){ 
      margin: auto;
    }
  }*/
}
@media only screen and (max-width: 639px) {
  .mama-about-area {
    max-width: 100%;
  }
}
.mama-about-area img {
  max-width: 100%;
}
.mama-about-area .mama-about__labels {
  width: auto;
  display: flex;
  justify-content: center;
  padding: 50px 0 15px;
}
@media only screen and (max-width: 959px) {
  .mama-about-area .mama-about__labels {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 639px) {
  .mama-about-area .mama-about__labels {
    padding: 35px 0 0;
  }
}
.mama-about-area .mama-about__labels a.c-label--about {
  margin: 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  width: auto;
  margin-top: 0;
  display: block;
  box-sizing: border-box;
  text-align: center;
  background: #d1b97e;
  padding: 5px 60px;
}
@media only screen and (max-width: 639px) {
  .mama-about-area .mama-about__labels a.c-label--about {
    font-size: 12px;
    margin: 0 10px;
    padding: 0 20px;
  }
}

.about-moratame {
  background-color: #fff;
  padding: 40px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 639px) {
  .about-moratame {
    padding: 20px;
  }
}
.about-moratame figure img {
  max-width: 300px;
  margin: auto;
}
@media only screen and (max-width: 639px) {
  .about-moratame figure img {
    max-width: 200px;
  }
}

.mama-sp-fixed-menu {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  z-index: 99;
}
@media only screen and (max-width: 639px) {
  .mama-sp-fixed-menu {
    display: block;
  }
}
.mama-sp-fixed-menu ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mama-sp-fixed-menu ul li {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  border-right: 1px solid #fff;
  background-color: rgba(0, 183, 205, 0.85);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.mama-sp-fixed-menu ul li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px 5px;
}

/* /toppage */

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