@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto);
main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media print, screen and (min-width: 741px) {
  main {
    min-width: 1260px;
  }
}
main a:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 740px) {
  .mine-wrapper-sp {
    width: 80vw;
    margin: 0 auto;
  }
}

.triangle,
.triangle::before,
.triangle::after {
  width: 7px;
  height: 7px;
}
@media only screen and (max-width: 740px) {
  .triangle,
  .triangle::before,
  .triangle::after {
    width: 4px;
    height: 4px;
  }
}

.triangle::before,
.triangle::after {
  content: "";
  position: absolute;
}

.triangle {
  margin-top: 3px;
  position: relative;
  border-top-left-radius: 60%;
  transform: rotate(-150deg) skewY(30deg) scaleX(0.86666);
}
@media only screen and (max-width: 740px) {
  .triangle {
    margin-top: 2px;
  }
}

.triangle::before {
  border-top-left-radius: 60%;
  transform: skewX(-45deg) rotate(90deg);
}
@media only screen and (max-width: 740px) {
  .triangle::before {
    transform: skewX(-45deg) rotate(90deg) translate(0, -2px);
  }
}

.triangle::after {
  border-bottom-right-radius: 60%;
  transform: skewY(-45deg) translateX(-50%) rotate(90deg);
}
@media only screen and (max-width: 740px) {
  .triangle::after {
    transform: skewY(-45deg) translate(0, 2px) rotate(90deg);
  }
}

.page_hero {
  position: relative;
  height: 716px;
  background: url("../cocomama-mine/img/hero_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 740px) {
  .page_hero {
    overflow-x: hidden;
    height: clamp(630px, 155vw, 830px);
  }
}
.page_hero .page_hero_top {
  height: 61px;
  background: #ED798D;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .page_hero .page_hero_top {
    height: 55px;
  }
}
.page_hero .hero_top_new {
  position: relative;
  display: inline-block;
  margin-top: -3px;
  margin-right: 22px;
  margin-left: 22px;
  width: 113px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 740px) {
  .page_hero .hero_top_new {
    margin-top: 0px;
    margin-right: 7px;
    margin-left: 0px;
    width: 54px;
  }
}
.page_hero .hero_top_text {
  display: inline-block;
  bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .page_hero .hero_top_text {
    bottom: 10px;
    position: relative;
    max-width: 400px;
    width: 72vw;
  }
}
.page_hero .hero-container {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .page_hero .hero-container .hero-logo {
    margin-left: 55px;
    margin-top: -60px;
  }
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-container .hero-logo {
    width: 74.6vw;
    margin-top: -2px;
  }
}
@media print, screen and (min-width: 741px) {
  .page_hero .hero-container .hero-photo {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-container .hero-photo {
    width: 47vw;
    position: absolute;
    right: -14vw;
    top: 29px;
  }
}
@media print, screen and (min-width: 741px) {
  .page_hero .hero-container .hero-perspective {
    margin-left: -100px;
    margin-top: -70px;
  }
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-container .hero-perspective {
    width: 79vw;
    left: -10vw;
    top: -17px;
    position: relative;
  }
}
.page_hero .hero-link-area {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: -40px;
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-area {
    flex-direction: column;
    margin-top: -17px;
    gap: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_hero .hero-link-unit {
  position: relative;
  z-index: 10;
  width: 375px;
  display: flex;
  background: #fff;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  text-decoration: none;
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-unit {
    width: 100%;
  }
}
.page_hero .hero-link-unit::before {
  content: "";
  position: absolute;
  z-index: -1;
  text-align: center;
  top: -47px;
  width: 250px;
  height: 215px;
  border-radius: 48% 48% 35% 35% / 45% 45% 31% 31%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-image: url("/cocomama-mine/img/cocomama_logo.png");
  background-color: #fff;
  z-index: -1;
  padding-top: 10px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-unit::before {
    top: -20px;
    width: 98px;
    height: 85px;
    background-size: 50px;
    background-position: center 5px;
  }
}
.page_hero .hero-link-unit .unit-content {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  border: 5px solid #fff;
  text-align: center;
  padding-bottom: 28px;
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-unit .unit-content {
    text-align: left;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-unit .unit-content .unit-conten {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 11px;
  }
}
.page_hero .hero-link-unit .unit-content p {
  margin-top: 24px;
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 1.2;
  color: #ED798D;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-unit .unit-content p {
    font-size: 14px;
    margin: 0;
    margin-left: 12px;
  }
}
.page_hero .hero-link-title {
  width: 100%;
  background: #ED798D;
  text-align: center;
  border-radius: 13px 13px 0px 0px;
}
.page_hero .hero-link-title img {
  filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-title img {
    height: 27px;
  }
}
.page_hero .hero-link-title img:hover {
  opacity: 1;
}
.page_hero .hero-link-tag-area {
  display: flex;
  justify-content: center;
  gap: 2px;
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-tag-area {
    flex-direction: column;
    align-items: flex-start;
    width: 92px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}
.page_hero .hero-link-tag {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 23px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-tag {
    font-size: 14px;
    padding: 0px 4px;
  }
}
.page_hero .hero-link-tag.base {
  background-color: #FF9C00;
}
.page_hero .hero-link-tag.panel {
  background-color: #ED798D;
}
.page_hero .hero-link-tag.denchi {
  background-color: #0072BF;
}
.page_hero .hero-link-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 19px;
  border: 4px solid #ED798D;
  bottom: -19px;
  right: calc(50% - 19px);
}
@media only screen and (max-width: 740px) {
  .page_hero .hero-link-arrow {
    border: none;
    width: 18px;
    height: 18px;
    right: 3%;
    top: 11px;
  }
}
.page_hero .hero-link-arrow .triangle,
.page_hero .hero-link-arrow .triangle::before,
.page_hero .hero-link-arrow .triangle::after {
  background: #ED798D;
}

/*page_hero*/
#sec01 {
  margin-top: 115px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 740px) {
  #sec01 {
    margin-top: 60px;
    margin-bottom: 35px;
  }
}
#sec01 .sec01-container {
  position: relative;
}
#sec01 .sec01-top {
  color: #ED798D;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  #sec01 .sec01-top {
    line-height: 1.7;
  }
}
@media only screen and (max-width: 740px) {
  #sec01 .sec01-top {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#sec01 .sec01-top span {
  font-size: 38px;
}
@media only screen and (max-width: 740px) {
  #sec01 .sec01-top span {
    font-size: 22px;
  }
}
#sec01 .sec01-text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 35px;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  #sec01 .sec01-text {
    line-height: 2;
  }
}
@media only screen and (max-width: 740px) {
  #sec01 .sec01-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  #sec01 .sec01_img_pc {
    position: absolute;
    top: 40px;
    left: 0;
  }
}
@media only screen and (max-width: 740px) {
  #sec01 .sec01_img_sp {
    width: 307px;
    margin: 0 auto;
  }
}
#sec01 .sec01-button {
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  width: 545px;
  background: #fff;
  line-height: 1;
  text-decoration: none;
  color: #ED798D;
  font-size: 34px;
  font-weight: bold;
  padding: 28px 0px;
  text-align: center;
  border-radius: 50px;
  border: 5px solid #ED798D;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 9px;
}
@media only screen and (max-width: 740px) {
  #sec01 .sec01-button {
    width: 100%;
    max-width: 352px;
    padding: 15px 0;
    font-size: 18px;
    margin-top: 20px;
  }
}
#sec01 .sec01-button .button-arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  top: calc(50% - 19px);
  right: 30px;
  background: #ED798D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media only screen and (max-width: 740px) {
  #sec01 .sec01-button .button-arrow {
    width: 18px;
    height: 18px;
    top: calc(50% - 10px);
    right: 55px;
  }
}
#sec01 .sec01-button .button-arrow .triangle,
#sec01 .sec01-button .button-arrow .triangle::before,
#sec01 .sec01-button .button-arrow .triangle::after {
  background: #fff;
}
@media only screen and (max-width: 740px) {
  #sec01 .sec01-button .button-arrow .triangle::before {
    transform: skewX(-45deg) rotate(90deg) translate(0, 0px);
  }
}
@media only screen and (max-width: 740px) {
  #sec01 .sec01-button .button-arrow .triangle::after {
    transform: skewY(-45deg) translate(-2px, 0px) rotate(90deg);
  }
}

/*sec01*/
.section-top-area {
  overflow-x: hidden;
}
@media print, screen and (min-width: 741px) {
  .section-top-area {
    padding-top: calc(65px + 2vw);
  }
}

.section-top {
  position: relative;
  height: 165px;
  background: #EDBCBB;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-top: 20px;
  box-sizing: border-box;
  margin-top: 50px;
}
@media only screen and (max-width: 740px) {
  .section-top {
    font-size: 26px;
    height: 160px;
    line-height: 1.5;
  }
}
.section-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 50/3;
  left: 0;
  bottom: 100%;
  background: url("../cocomama-mine/img/section-top-area.png") no-repeat center/cover;
}
@media only screen and (max-width: 740px) {
  .section-top::before {
    height: 45px;
  }
}
@media only screen and (max-width: 740px) {
  .section-top.form-sec {
    height: 125px;
  }
}
.section-top.form-sec .section-top-img {
  right: calc(50% - 285px);
}
@media only screen and (max-width: 740px) {
  .section-top.form-sec .section-top-img {
    right: calc(50% - 170px);
  }
}
.section-top .section-top-img {
  position: absolute;
  width: 65px;
  height: 75px;
  z-index: 10;
  right: calc(50% - 220px);
  top: -35px;
}
@media only screen and (max-width: 740px) {
  .section-top .section-top-img {
    width: 45px;
    height: 52px;
    right: calc(50% - 145px);
    top: -20px;
  }
}

#point {
  /*point-01*/
  /*point-02*/
}
#point .point-heart {
  width: 46px;
  height: 54px;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  #point .point-heart {
    width: 27px;
    height: 31px;
  }
}
#point .point-h01 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #ED798D;
}
@media only screen and (max-width: 740px) {
  #point .point-h01 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#point .point-h02 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #ED798D;
}
@media only screen and (max-width: 740px) {
  #point .point-h02 {
    font-size: 20px;
  }
}
#point .point-01 {
  background: #fff;
  padding: 50px 0;
  /*point-01-container*/
}
#point .point-01 .point-01-container {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 740px) {
  #point .point-01 .point-01-container {
    flex-direction: column;
    gap: 5px;
  }
}
#point .point-01 .point-01-container .point-01-unit {
  display: flex;
}
@media print, screen and (min-width: 741px) {
  #point .point-01 .point-01-container .point-01-unit {
    width: 370px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 740px) {
  #point .point-01 .point-01-container .point-01-unit {
    gap: 13px;
    margin: 0 11px;
  }
}
#point .point-01 .point-01-container .point-01-unit .unit-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  #point .point-01 .point-01-container .point-01-unit .unit-img {
    height: 145px;
    width: 33.5vw;
    min-width: 145px;
    flex-shrink: 0;
  }
}
#point .point-01 .point-01-container .point-01-unit .unit-img img {
  height: 100%;
  max-width: none;
}
@media print, screen and (min-width: 741px) {
  #point .point-01 .point-01-container .point-01-unit .unit-content {
    margin: 30px;
  }
}
#point .point-01 .point-01-container .point-01-unit .unit-content .content-title {
  font-size: 28px;
  color: #ED798D;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 740px) {
  #point .point-01 .point-01-container .point-01-unit .unit-content .content-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#point .point-01 .point-01-container .point-01-unit .unit-content .content-text {
  margin-bottom: 0;
  font-size: 12px;
}
@media print, screen and (min-width: 741px) {
  #point .point-01 .point-01-container .point-01-unit .unit-content .content-text {
    font-size: 16px;
    line-height: 1.8;
  }
}
#point .point-02 {
  background: url("../cocomama-mine/img/point_02_bg.jpg") no-repeat top/cover;
  padding: 50px 0;
}
@media only screen and (max-width: 740px) {
  #point .point-02 {
    background: url("../cocomama-mine/img/point_02_bg_sp.jpg") no-repeat top/cover;
    padding: 40px 0;
  }
}
#point .point-02 .point-02-intro {
  display: flex;
}
@media print, screen and (min-width: 741px) {
  #point .point-02 .point-02-intro {
    width: 1028px;
    margin: 0 auto;
    margin-bottom: 0px;
    gap: 45px;
  }
}
@media only screen and (max-width: 740px) {
  #point .point-02 .point-02-intro {
    gap: 20px;
    flex-direction: column;
  }
}
#point .point-02 .point-02-intro .intro-img {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}
#point .point-02 .point-02-intro .txt {
  font-size: 16px;
}
@media only screen and (max-width: 740px) {
  #point .point-02 .point-02-intro .txt {
    font-size: 12px;
  }
}
#point .point-02 .point-02-intro .txt_title {
  color: #E9576C;
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 740px) {
  #point .point-02 .point-02-intro .txt_title {
    font-size: 18px;
  }
}
#point .point-02 .point_row_01 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media print, screen and (min-width: 741px) {
  #point .point-02 .point_row_01 {
    width: 1028px;
  }
}
@media only screen and (max-width: 740px) {
  #point .point-02 .point_row_01 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
#point .point-02 .point_ellipse {
  background: #E9576C;
  border-radius: 190px / 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  #point .point-02 .point_ellipse {
    width: 220px;
    height: 150px;
  }
}
@media only screen and (max-width: 740px) {
  #point .point-02 .point_ellipse {
    width: 45%;
    border-radius: 100% / 100%;
    font-size: 3.5vw;
    aspect-ratio: 4/3;
  }
}
#point .point-02 .point-02-main {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  #point .point-02 .point-02-main {
    margin-top: 20px;
  }
}
#point .point-03 {
  padding-top: 50px;
  background: url("../cocomama-mine/img/point_03_bg.jpg") no-repeat center/cover;
}
@media only screen and (max-width: 740px) {
  #point .point-03 {
    padding-top: 25px;
  }
}
#point .point-03 .point-03-bottom-area {
  padding-top: 230px;
  overflow-x: hidden;
}
@media only screen and (max-width: 740px) {
  #point .point-03 .point-03-bottom-area {
    padding-top: 38vw;
  }
}
#point .point-03 .point-03-bottom {
  position: relative;
}
#point .point-03 .point-03-bottom::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 55px;
  background: url("../misc/bg_02.png");
  top: -55px;
  left: -48px;
  transform: skewX(60deg);
  box-shadow: rgba(0, 0, 0, 0.16) 6px -5px 8px;
}
@media only screen and (max-width: 740px) {
  #point .point-03 .point-03-bottom::before {
    height: 35px;
    top: -35px;
    left: -30px;
  }
}
#point .point-03 .point-03-bottom::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 55px;
  background: url("../misc/bg_02.png");
  top: -55px;
  right: -48px;
  transform: skewX(-60deg);
  box-shadow: rgba(0, 0, 0, 0.16) -6px -5px 8px;
}
@media only screen and (max-width: 740px) {
  #point .point-03 .point-03-bottom::after {
    height: 35px;
    top: -35px;
    right: -30px;
  }
}

/*point*/
#spec {
  margin-bottom: 70px;
}
@media only screen and (max-width: 740px) {
  #spec {
    margin-bottom: 40px;
  }
}
#spec .spec-top {
  position: relative;
  color: #ED798D;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-top: 55px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-top {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 1.5;
  }
}
#spec .spec-top .spec-top-img {
  position: absolute;
  width: 65px;
  height: 75px;
  z-index: 10;
  right: calc(50% - 265px);
  top: 0px;
  transform: rotate(25deg);
}
@media only screen and (max-width: 740px) {
  #spec .spec-top .spec-top-img {
    width: 45px;
    height: 52px;
    right: calc(50% - 150px);
    top: 0px;
    transform: rotate(15deg);
  }
}
#spec .spec-article {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article {
    width: 100%;
  }
}
#spec .spec-article .spec-article-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 114.5/18;
  background: url("../cocomama-mine/img/spec_head_pc.svg") no-repeat center/cover;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .spec-article-head {
    aspect-ratio: 351/96;
    background: url("../cocomama-mine/img/spec_head_sp.svg") no-repeat center/cover;
    align-items: flex-end;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .spec-article-head .spec_logo_01 {
    width: 24vw;
  }
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .spec-article-head .spec_logo_02 {
    width: 36vw;
  }
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .spec-article-head .spec_logo_03 {
    width: 43vw;
  }
}
#spec .spec-article .spec-article-head .spec-img-01 {
  position: absolute;
  bottom: -7px;
  right: 320px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .spec-article-head .spec-img-01 {
    right: 10vw;
    width: 24vw;
  }
}
#spec .spec-article .spec-article-head .spec-img-02 {
  position: absolute;
  bottom: -7px;
  left: 255px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .spec-article-head .spec-img-02 {
    left: 7vw;
    width: 20vw;
  }
}
#spec .spec-article .spec-article-head .spec-img-03 {
  position: absolute;
  bottom: -7px;
  right: 80px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .spec-article-head .spec-img-03 {
    right: 3vw;
    width: 20vw;
  }
}
#spec .spec-article .article-inner {
  position: relative;
  background-color: #fff;
  padding: 45px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner {
    padding: 22px 3px;
  }
}
#spec .spec-article .article-inner .article-tag-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
}
@media print, screen and (min-width: 741px) {
  #spec .spec-article .article-inner .article-tag-area {
    position: absolute;
    top: -25px;
    left: 0;
  }
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-tag-area {
    position: relative;
    margin-bottom: 25px;
    gap: 0;
  }
}
#spec .spec-article .article-inner .article-tag-area .tag-plus {
  display: flex;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-tag-area .tag-plus {
    width: 18px;
  }
}
#spec .spec-article .article-inner .article-tag-area .article-tag {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 3px solid #fff;
  border-radius: 26px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-tag-area .article-tag {
    font-size: clamp(13px, 4vw, 18px);
    padding: 5px 5px;
  }
}
#spec .spec-article .article-inner .article-tag-area .article-tag.base {
  background-color: #FF9C00;
}
#spec .spec-article .article-inner .article-tag-area .article-tag.panel {
  background-color: #E9576C;
}
#spec .spec-article .article-inner .article-tag-area .article-tag.denti {
  background-color: #0072BF;
}
#spec .spec-article .article-inner .article-img {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-img {
    margin-bottom: 20px;
  }
}
#spec .spec-article .article-inner .article-catch {
  font-size: 38px;
  font-weight: bold;
  color: #ED798D;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 990px;
  background: url("../cocomama-mine/img/catch_under.svg") no-repeat center bottom/contain;
  padding-bottom: 35px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-catch {
    background: url("../cocomama-mine/img/catch_under_sp.svg") no-repeat center bottom/contain;
    font-size: 18px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#spec .spec-article .article-inner .article-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-container {
    gap: 11px;
  }
}
#spec .spec-article .article-inner .article-container .base {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-container .base {
    gap: 11px;
  }
}
#spec .spec-article .article-inner .article-container p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 250px;
  height: 79px;
  background: #FF9C00;
  margin: 0;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-container p {
    font-size: 12px;
    height: 47px;
    width: calc(50% - 6px);
  }
}
#spec .spec-article .article-inner .article-container .panel {
  width: 520px;
  background-color: #ED798D;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-container .panel {
    width: 100%;
  }
}
#spec .spec-article .article-inner .article-container .denti {
  width: 520px;
  background-color: #0072BF;
}
@media only screen and (max-width: 740px) {
  #spec .spec-article .article-inner .article-container .denti {
    width: 100%;
  }
}

/*spec*/
#form-sec {
  background: #fff;
  padding-top: 80px;
}
@media only screen and (max-width: 740px) {
  #form-sec {
    padding-top: 20px;
  }
}

.form-sec-wrapper {
  width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 740px) {
  .form-sec-wrapper {
    width: auto;
    margin: 0 5vw;
  }
}

.page-link-button {
  padding-bottom: 10px;
}
@media only screen and (max-width: 740px) {
  .page-link-button {
    padding-bottom: 50px;
  }
}

.sc_event_details {
  display: none;
}

#sc_calendar_wrap {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sc_calendar_wrap #sc_events_calendar_head {
  position: relative;
}

#sc_calendar_wrap #sc_events_calendar_head p {
  margin-bottom: 0;
}

#sc_calendar_wrap #sc_events_calendar_head #sc_calendar_title {
  position: absolute;
  display: inline-block;
  top: -40px;
  left: 50%;
  margin-left: -69px;
  font-size: 28px;
  line-height: 30px;
}

#sc_calendar_wrap #sc_events_calendar_head #sc_calendar_title .month {
  position: absolute;
  font-size: 70px;
  top: 0.2em;
  margin-left: -2.1em;
  width: 2em;
  text-align: right;
}

#sc_calendar_wrap #sc_event_prev a, #sc_calendar_wrap #sc_event_next a {
  color: #000;
  text-decoration: none;
}

#sc_calendar_wrap #sc_event_prev {
  position: absolute;
  left: 0;
  top: -18px;
  z-index: 10;
}

#sc_calendar_wrap #sc_event_next {
  position: absolute;
  right: 0;
  top: -18px;
  z-index: 10;
}

#sc_calendar_wrap #sc_calendar {
  padding-top: 45px;
}

#sc_calendar_wrap #sc_calendar table {
  width: 100%;
  table-layout: fixed;
}

#sc_calendar_wrap #sc_calendar table td {
  border-left: 1px solid #80756A;
  border-right: 1px solid #80756A;
  border-bottom: 1px solid #fff;
}

#sc_calendar_wrap #sc_calendar table td a {
  color: #FFF;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  padding: 3px;
}

#sc_calendar_wrap #sc_calendar table td a.holiday {
  background-color: #e9e9e9;
  color: #000;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

#sc_calendar_wrap #sc_calendar table td a.compleat {
  background-color: #ff8000;
}

#sc_calendar_wrap #sc_calendar table td a.money {
  background-color: #006aaa;
}

#sc_calendar_wrap #sc_calendar table td a.land {
  background-color: #698c00;
}

#sc_calendar_wrap #sc_calendar table td a.consult {
  background-color: #f46899;
}

#sc_calendar_wrap .sc_day_div {
  background-color: #FFF;
  border-top: 1px solid #80756A;
  font-size: 0.9em;
}

#sc_calendar_wrap .sc_day_div a {
  line-height: 1.3;
}

#sc_calendar_wrap .sc_day_div br {
  display: none;
}

#sc_calendar_wrap thead .calendar-row th {
  text-align: center;
  padding: 8px;
  background-color: #D3D3D3;
  box-sizing: border-box;
  position: relative;
}

#sc_calendar_wrap thead .calendar-row th:before {
  content: "";
  border-right: 1px solid #FFC926;
  position: absolute;
  height: 45px;
  left: 0;
  top: 0;
}

#sc_calendar_wrap thead .calendar-row th.day6 {
  background-color: #E1EBF5;
  color: #4984C4;
}

#sc_calendar_wrap thead .calendar-row th.day7 {
  background-color: #F9DED7;
  color: #DD2A00;
}

#sc_calendar_wrap thead .calendar-row th:first-child:before {
  border: none;
}

#sc_calendar_wrap .calendar-row:last-child {
  border-bottom: 2px solid #80756A;
}

#sc_calendar_wrap .calendar-day-np .sc_day_div {
  background-color: #D3D3D3;
}

.event-color-info .list-color li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 1em;
}

.event-color-info .list-color .val-color {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 0.4em;
  vertical-align: middle;
}

.event-color-info .list-color .val-color.color-holiday {
  background-color: #e9e9e9;
}

.event-color-info .list-color .val-color.color-land {
  background-color: #698c00;
}

.event-color-info .list-color .val-color.color-money {
  background-color: #006aaa;
}

.event-color-info .list-color .val-color.color-compleat {
  background-color: #ff8000;
}

.event-color-info .list-color .val-color.color-consult {
  background-color: #f46899;
}

.title-event-header {
  background: url("../misc/line_06.png") repeat-x;
  background-position: bottom left;
  text-align: center;
  padding-bottom: 5px;
}

.panel-event {
  margin: 35px 0;
  background-color: #FFF;
  padding: 8px;
}

.panel-event .row-content .photo-event img {
  vertical-align: bottom;
}

.panel-event .row-content .content-event {
  box-sizing: border-box;
}

.header-panel-event {
  color: #FFF;
  background: url("../misc/icon_03.png") 15px 5px no-repeat;
  background-size: 45px;
}

.header-panel-event.holiday {
  background-color: #e9e9e9;
}

.header-panel-event.land {
  background-color: #698c00;
}

.header-panel-event.money {
  background-color: #006aaa;
}

.header-panel-event.compleat {
  background-color: #ff8000;
}

.header-panel-event.consult {
  background-color: #f46899;
}

.title-panel-event {
  padding: 12px 25px;
  padding-left: 75px;
  line-height: 1.3;
}

.title-panel-event a {
  color: #FFF;
  text-decoration: none;
}

.icon-reserve {
  color: #B9386C;
  background-color: #fff;
  padding: 1px 25px;
  display: inline-block;
  float: right;
  border-radius: 50px;
  margin-right: 15px;
  margin-top: 11px;
}

.button-secondary {
  background-color: #ed798d;
  padding: 10px 55px;
  position: relative;
}

.button-secondary.button-events-more:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 1em;
  font-size: 1.4em;
  line-height: 1;
  position: relative;
  top: 1px;
}

.button-secondary.button-events-more:hover {
  background-color: #f08fa0;
}

.dl-info {
  margin-bottom: 1em;
}

.dl-info dt {
  float: left;
  width: 4em;
  color: #ed798d;
  margin-bottom: 0.5em;
}

.dl-info dd {
  padding-left: 4em;
  margin-bottom: 0.5em;
}

.header-event-entry {
  position: relative;
  padding: 8px;
  margin-top: 8px;
}

.header-event-entry:before {
  background: url(../misc/icon_03.png) left top no-repeat;
  display: inline-block;
  content: "";
}

.header-event-entry.holiday {
  background-color: #e9e9e9;
}

.header-event-entry.land {
  background-color: #698c00;
}

.header-event-entry.money {
  background-color: #006aaa;
}

.header-event-entry.compleat {
  background-color: #ff8000;
}

.header-event-entry.consult {
  background-color: #f46899;
}

.header-event-entry .title-event-entry {
  background-color: #FFF;
  margin-bottom: 0;
  padding: 3px 12px;
}

.panel-event-entry {
  background-color: #FFF;
}

.panel-event-entry .dl-info {
  margin-bottom: 2em;
}

.row-map {
  margin-bottom: 25px;
  overflow: hidden;
}

.event-maps {
  margin-bottom: 60px;
}

.title-reserve {
  color: #FFF;
  background-color: #ed798d;
  border-radius: 50px;
  text-align: center;
  padding: 3px 12px;
  margin: 1em 0;
}

.title-reserve-secondary {
  color: #663300;
}

.title-reserve-secondary.icon-tel:before {
  background: url(../misc/icon_tel.png) left top no-repeat;
  display: inline-block;
  content: "";
}

.title-reserve-secondary.icon-mail:before {
  background: url(../misc/icon_mail.png) left top no-repeat;
  display: inline-block;
  content: "";
}

.panel-workflow {
  background: url("../misc/bg_workflow.png");
  margin-bottom: 12px;
}

.panel-workflow .title-workflow-second {
  background: url("../misc/bg_arrow_02.png") right center no-repeat;
  color: #727272;
  padding: 8px 12px;
  margin-bottom: 0.5em;
}

.panel-workflow .title-workflow-second.current {
  background: url("../misc/bg_arrow_01.png") right center no-repeat;
  color: #FFF;
}

.text-error {
  color: #D80000;
}

.title-form-top {
  color: #F18100;
}

.list-top-button {
  text-align: left;
  /* float: right;*/
}

.title-event-map {
  color: #FFF;
  background-color: #775F47;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.event-accordion-icon {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #fff;
}
.event-accordion-icon::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 17px;
  top: 10px;
  left: 4px;
  background-color: #775F47;
  transition: 0.5s;
}
.event-accordion-icon::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 17px;
  top: 10px;
  left: 4px;
  background-color: #775F47;
  transform: rotate(90deg);
  transition: 0.5s;
}

.active-accordion .event-accordion-icon::before {
  background-color: #775F47;
  transform: rotate(45deg);
}
.active-accordion .event-accordion-icon::after {
  background-color: #775F47;
  transform: rotate(135deg);
}

.event-accordion-item {
  display: none;
}
.event-accordion-item p {
  color: #775F47;
  font-weight: bold;
  margin-bottom: 5px;
}

.button-back a {
  display: block;
  padding: 11px 5px;
}

@media print, screen and (min-width: 741px) {
  #sc_calendar_wrap {
    width: 940px;
    margin: auto;
    margin-top: 25px;
  }

  #sc_calendar_wrap #sc_event_prev a, #sc_calendar_wrap #sc_event_next a {
    font-size: 32px;
  }

  #sc_calendar_wrap #sc_calendar {
    margin-bottom: 25px;
  }

  #sc_calendar_wrap #sc_calendar table td a {
    margin: 0 -8px;
    padding: 5px 8px;
  }

  #sc_calendar_wrap .sc_day_div {
    min-height: 90px;
    padding: 8px;
  }

  .event-color-info {
    width: 940px;
    margin: auto;
    text-align: center;
  }

  .event-color-info .list-color .val-color {
    position: relative;
    top: -3px;
  }

  .title-event-header {
    font-size: 45px;
  }

  .panel-event .row-content .photo-event {
    width: 435px;
    float: left;
  }

  .photo-event {
    margin-top: 25px;
  }

  .panel-event .row-content .content-event {
    width: 735px;
    float: right;
    padding: 25px;
  }

  .title-panel-event {
    font-size: 30px;
  }

  .icon-reserve {
    font-size: 25px;
  }

  .header-event-entry:before {
    height: 85px;
    width: 71px;
    background-size: 71px 85px;
    position: absolute;
    bottom: 0px;
    left: 10px;
  }

  .header-event-entry .title-event-entry {
    font-size: 30px;
  }

  .header-event-entry .title-event-entry {
    padding: 3px 12px;
    margin-left: 80px;
  }

  .panel-event-entry {
    padding: 35px 100px;
  }

  .panel-event-entry .event-mainimage {
    margin: 25px -100px;
    margin-top: 0;
    /* [disabled]margin-top: -35px; */
    text-align: center;
  }

  .panel-event-entry .dl-info dt {
    font-size: 20px;
    margin-bottom: 5px;
    clear: both;
  }

  .panel-event-entry .dl-info dd {
    margin-top: 9px;
    padding-top: 2px;
    padding-left: 6em;
  }

  .row-map {
    height: 360px;
    margin: 0 15px;
  }

  .title-reserve {
    font-size: 30px;
  }

  .title-reserve {
    padding: 8px 12px;
  }

  .title-reserve-secondary {
    font-size: 28px;
  }

  .title-reserve-secondary.icon-tel:before {
    height: 34px;
    width: 35px;
    background-size: 35px 34px;
    margin-right: 0.5em;
    position: relative;
    top: 6px;
  }

  .title-reserve-secondary.icon-mail:before {
    height: 32px;
    width: 48px;
    background-size: 48px 32px;
    margin-right: 0.5em;
    position: relative;
    top: 5px;
  }

  .area-reserve .list-contact li {
    width: 315px;
  }

  .panel-workflow {
    padding: 20px;
  }

  .panel-workflow p {
    margin-bottom: 0;
  }

  .panel-workflow .title-workflow {
    font-size: 26px;
  }

  .panel-workflow .title-workflow-second {
    font-size: 18px;
  }

  .panel-workflow .row-workflow {
    display: table;
    width: 100%;
  }

  .panel-workflow .row-workflow .col-workflow {
    display: table-cell;
    width: 33%;
    padding-right: 1em;
  }

  .title-form-top {
    font-size: 22px;
  }

  .button-reserve {
    float: right;
  }

  .area-main .rows {
    margin-bottom: 30px;
  }

  .event-entry {
    padding-top: 35px;
  }

  .title-event-map {
    margin: 15px;
    padding: 6px 12px 2px;
    font-size: 22px;
  }
}
.page_events .area-reserve .area-tel .badge-area {
  width: 110px;
  font-size: 18px;
}

.page_events .area-reserve .tel-content {
  justify-content: space-between;
  margin-left: 0;
}

.page_events .area-reserve .area-tel {
  padding: 0 20px;
}

.page_events .area-reserve .area-tel .badge-area:after {
  position: absolute;
  content: "";
  border: 18px solid transparent;
  border-left-color: #FF7373;
  border-top-width: 18px;
  border-bottom-width: 18px;
  right: -36px;
  top: 50%;
  margin-top: -18px;
}

.page_events .area-reserve .area-tel.area-tottori .badge-area:after {
  border-left-color: #009f76;
}

.page_events .area-reserve .area-tel.area-simane .badge-area:after {
  border-left-color: #ff9326;
}

@media only screen and (max-width: 740px) {
  .page_events .area-reserve .area-tel .tel-unit dt {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .page_events .area-reserve .area-tel .tel-unit dd {
    font-size: 12px;
    margin-top: -10px;
  }

  #sc_calendar_wrap {
    margin-top: 40px;
  }

  #sc_calendar_wrap #sc_events_calendar_head #sc_calendar_title {
    font-size: 18px;
    line-height: 25px;
    margin-left: -49px;
  }

  #sc_calendar_wrap #sc_events_calendar_head #sc_calendar_title .month {
    font-size: 53px;
  }

  #sc_calendar_wrap #sc_event_prev a, #sc_calendar_wrap #sc_event_next a {
    font-size: 16px;
  }

  #sc_calendar_wrap #sc_calendar {
    margin-bottom: 15px;
  }

  #sc_calendar_wrap #sc_calendar {
    padding-top: 25px;
  }

  #sc_calendar_wrap #sc_calendar table td a {
    font-size: 10px;
  }

  #sc_calendar_wrap .sc_day_div {
    min-height: 78px;
  }

  #sc_calendar_wrap thead .calendar-row th {
    padding: 3px;
  }

  #sc_calendar_wrap thead .calendar-row th:before {
    height: 25px;
  }

  .title-event-header {
    font-size: 22px;
  }

  .title-event-header {
    padding-bottom: 12px;
  }

  .panel-event .row-content .content-event {
    padding: 12px;
  }

  .title-panel-event {
    font-size: 20px;
  }

  .icon-reserve {
    font-size: 16px;
  }

  .header-event-entry:before {
    height: 42.5px;
    width: 35.5px;
    background-size: 35.5px 42.5px;
    position: absolute;
    top: -5px;
    left: 5px;
  }

  .header-event-entry .title-event-entry {
    font-size: 16px;
  }

  .header-event-entry .title-event-entry {
    margin-left: 40px;
  }

  .panel-event-entry {
    padding: 12px;
  }

  .panel-event-entry .event-mainimage {
    /* [disabled]margin-top: -12px; */
    margin-right: -12px;
    margin-left: -12px;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .panel-event-entry .dl-info dd {
    padding-left: 5em;
  }

  .panel-event-entry .footer-button-more {
    width: 220px;
    margin: 1em auto;
  }

  .row-map {
    height: 280px;
    margin: 0 6px;
  }

  .title-reserve {
    font-size: 22px;
  }

  .title-reserve-secondary {
    font-size: 20px;
  }

  .title-reserve-secondary.icon-tel:before {
    height: 17px;
    width: 17.5px;
    background-size: 17.5px 17px;
    margin-right: 0.3em;
  }

  .title-reserve-secondary.icon-mail:before {
    height: 16px;
    width: 24px;
    background-size: 24px 16px;
    margin-right: 0.3em;
  }

  .area-reserve .area-tel .badge-area {
    font-size: 22px;
    margin-right: 1.5em;
  }

  .page_events .area-reserve .tel-content {
    margin-left: 5px;
  }

  .area-reserve .row-contact {
    margin-bottom: 2em;
  }

  .panel-workflow {
    padding: 12px;
  }

  .panel-workflow .title-workflow {
    font-size: 16px;
  }

  .panel-workflow .title-workflow-second {
    font-size: 14px;
  }

  .title-form-top {
    font-size: 16px;
  }

  .area-main .list-inline-block.list-top-button {
    position: relative;
    height: 39px;
  }

  .area-main .list-inline-block.list-top-button li {
    display: inline-block;
    width: 160px;
  }

  .area-main .list-inline-block.list-top-button li:first-child {
    position: absolute;
    left: 0;
    top: 10px;
  }

  .area-main .list-inline-block.list-top-button li img {
    display: block;
    position: relative;
    top: 2px;
  }

  .area-main .list-inline-block.list-top-button li .button-secondary {
    box-sizing: border-box;
    padding: 10px 28px;
  }

  .header-event-entry {
    margin-top: -8px;
  }

  .button-back {
    margin-top: -0.2em;
    width: 150px;
    display: inline-block;
  }

  .button-reserve {
    margin-top: 0;
    display: inline-block;
    float: right;
  }

  .photo-event img {
    margin-top: 1em;
  }

  .title-event-map {
    margin: 6px;
    padding: 6px 12px;
    font-size: 16px;
  }

  .button-secondary {
    background-color: #ed798d;
    padding: 6px 27px;
    position: relative;
  }

  .list-top-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .eventname {
    font-size: 16px;
  }
}
.row-tel.ver1 {
  margin-top: 40px;
}

@media print, screen and (max-width: 740px) {
  .area-reserve .row-contact.ver1 {
    margin-bottom: 0;
  }
}
.unit-img {
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.page_hero .hero_top_text {
  bottom: -7px;
}

@media only screen and (max-width: 767px) {
  .page_hero .page_hero_top {
    height: 45px;
  }

  .page_hero .hero_top_text {
    bottom: -20px;
    width: 100%;
  }
}

/*# sourceMappingURL=page_cocomama-mine.css.map */
