body {
  background: url("../images/body_bg.jpg") repeat-y center top;
  background-size: 100% auto;
}

#site-wrap {
  padding-top: 14px;
  background: url("../images/body_bg_top.png") repeat-x center top;
}

header.site-header {
  padding: 15px 20px;
}
@media screen and (max-width: 999px) {
  header.site-header {
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
  }
}
header.site-header .inner-block {
  max-width: 1200px;
  margin: 0 auto;
  height: 50px;
  padding: 0 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  header.site-header .inner-block {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: rgba(234, 97, 137, 0.9);
    padding: 50px 20px;
    box-sizing: border-box;
    display: none;
  }
}
header.site-header .inner-block nav.g-nav {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background: url("../images/navi_bg02.png") repeat-x left top;
  position: relative;
}
@media screen and (max-width: 999px) {
  header.site-header .inner-block nav.g-nav {
    display: block;
    height: auto;
    background: none;
  }
}
header.site-header .inner-block nav.g-nav::before {
  content: "";
  width: 16px;
  height: 50px;
  background: url("../images/navi_bg01.png") no-repeat left top;
  position: absolute;
  left: -16px;
  top: 0;
}
@media screen and (max-width: 999px) {
  header.site-header .inner-block nav.g-nav::before {
    display: none;
  }
}
header.site-header .inner-block nav.g-nav::after {
  content: "";
  width: 16px;
  height: 50px;
  background: url("../images/navi_bg03.png") no-repeat left top;
  position: absolute;
  right: -16px;
  top: 0;
}
@media screen and (max-width: 999px) {
  header.site-header .inner-block nav.g-nav::after {
    display: none;
  }
}
header.site-header .inner-block nav.g-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  header.site-header .inner-block nav.g-nav ul {
    width: 100%;
    display: block;
  }
}
header.site-header .inner-block nav.g-nav ul li {
  margin: 0 20px;
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 999px) {
  header.site-header .inner-block nav.g-nav ul li {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 0;
  }
}
header.site-header .inner-block nav.g-nav ul li::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../images/nav_icon.png") no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 999px) {
  header.site-header .inner-block nav.g-nav ul li::after {
    display: none;
  }
}
header.site-header .inner-block nav.g-nav ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .inner-block nav.g-nav ul li a:hover {
  opacity: 0.7;
}

.nav-trigger {
  position: fixed;
  right: 10px;
  top: 20px;
  flex-direction: column;
  color: #ea6188;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 999px) {
  .nav-trigger {
    display: block;
  }
}
.nav-trigger .menu-btn {
  position: relative;
  width: 23px;
  height: 16px;
  display: block;
  margin-bottom: 7px;
  transition: all ease .3s;
  cursor: pointer;
}
.nav-trigger .menu-btn.is-show .line {
  transform: rotate(-135deg);
  background: #ffffff;
}
.nav-trigger .menu-btn.is-show .line::before {
  margin-top: 0;
  transform: rotate(-90deg);
  background: #ffffff;
}
.nav-trigger .menu-btn.is-show .line::after {
  opacity: 0;
}
.nav-trigger .menu-btn .line {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 2px;
  margin-top: -1px;
  display: block;
  background: #ea6188;
  transition: all ease .3s;
}
.nav-trigger .menu-btn .line::before {
  content: "";
  position: inherit;
  width: inherit;
  height: inherit;
  display: block;
  background: #ea6188;
  margin-top: -7px;
}
.nav-trigger .menu-btn .line::after {
  content: "";
  position: inherit;
  width: inherit;
  height: inherit;
  display: block;
  background: #ea6188;
  margin-top: 7px;
}

.page-content-wrap {
  padding: 20px 0;
}
.page-content-wrap .content-each-block .tl-block {
  text-align: center;
  margin-bottom: 50px;
}
.page-content-wrap .content-each-block .tl-block.up-move {
  position: relative;
  top: -20px;
}
.page-content-wrap .content-each-block .tl-block h2 img {
  max-width: 100%;
}

footer.site-foot {
  padding: 45px 20px;
  background-image: url("../images/body_bg_top.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-color: #f097ac;
}
footer.site-foot .footer-bnr {
  margin-bottom: 40px;
}
footer.site-foot .footer-bnr ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer.site-foot .footer-bnr ul {
    display: block;
  }
}
footer.site-foot .footer-bnr ul li {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  footer.site-foot .footer-bnr ul li {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
}
footer.site-foot .footer-bnr ul li img {
  max-width: 100%;
}
footer.site-foot .footer-bnr ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-foot .footer-bnr ul li a:hover {
  opacity: 0.85;
}
footer.site-foot .footer-bnr ul li a img {
  max-width: 100%;
}
footer.site-foot .footer-nav {
  margin-bottom: 60px;
}
footer.site-foot .footer-nav .f-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer.site-foot .footer-nav .f-nav ul {
    display: block;
  }
}
footer.site-foot .footer-nav .f-nav ul li {
  margin: 0 20px;
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer.site-foot .footer-nav .f-nav ul li {
    margin: 0 0 15px 0;
  }
}
footer.site-foot .footer-nav .f-nav ul li::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../images/nav_icon.png") no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 2px;
}
footer.site-foot .footer-nav .f-nav ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.site-foot .footer-nav .f-nav ul li a:hover {
  opacity: 0.7;
}
footer.site-foot .footer-info {
  margin-bottom: 40px;
}
footer.site-foot .footer-info p {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  footer.site-foot .footer-info p {
    font-size: 12px;
  }
}
footer.site-foot .copyrights p {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  footer.site-foot .copyrights p {
    font-size: 12px;
  }
}

.bdr-line {
  width: 100%;
  height: 1px;
  background: #ef8eac;
  position: relative;
}
.bdr-line::before {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../images/bdr_bg01.png") no-repeat left top;
  position: absolute;
  left: 0;
  top: -7px;
}
.bdr-line::after {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../images/bdr_bg02.png") no-repeat left top;
  position: absolute;
  right: 0;
  top: -7px;
}

.bdr-line2 {
  width: 100%;
  height: 1px;
  background: #dac2a5;
  position: relative;
}
.bdr-line2::before {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../images/bdr_bg03.png") no-repeat left top;
  position: absolute;
  left: 0;
  top: -7px;
}
.bdr-line2::after {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../images/bdr_bg04.png") no-repeat left top;
  position: absolute;
  right: 0;
  top: -7px;
}

a.btn-basic {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 5px;
  border-radius: 10px;
  background: #ea6189;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn-basic:hover {
  opacity: 0.85;
}
a.btn-basic span {
  display: inline-block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ffffff;
}

.main-visual-block {
  text-align: center;
}
.main-visual-block img {
  width: 100%;
  max-width: 1000px;
}

.type-dateplace {
  padding: 0 20px 50px 20px;
}
.type-dateplace .inner-contents {
  max-width: 1000px;
  margin: 0 auto;
}
.type-dateplace .inner-contents .dateplace-info {
  padding: 25px 10px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .type-dateplace .inner-contents .dateplace-info {
    display: block;
    padding: 25px 0;
  }
}
.type-dateplace .inner-contents .dateplace-info .information {
  width: calc(100% - 200px);
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-dateplace .inner-contents .dateplace-info .information {
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.type-dateplace .inner-contents .dateplace-info .information dl {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .type-dateplace .inner-contents .dateplace-info .information dl {
    display: block;
    padding: 0 0 30px 0;
  }
}
.type-dateplace .inner-contents .dateplace-info .information dl dt {
  width: 260px;
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 0 25px;
  box-sizing: border-box;
  background: url("../images/date_bg.png"), url("../images/date_bg.png");
  background-repeat: no-repeat;
  background-position: left center, right center;
}
@media screen and (max-width: 768px) {
  .type-dateplace .inner-contents .dateplace-info .information dl dt {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px auto;
    font-size: 18px;
  }
}
.type-dateplace .inner-contents .dateplace-info .information dl dd {
  width: calc(100% - 260px);
  line-height: 1;
  font-weight: 600;
  font-size: 25px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-dateplace .inner-contents .dateplace-info .information dl dd {
    width: 100%;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }
}
.type-dateplace .inner-contents .dateplace-info .information dl dd span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .type-dateplace .inner-contents .dateplace-info .information dl dd span {
    font-size: 14px;
  }
}
.type-dateplace .inner-contents .dateplace-info .icon-block {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .type-dateplace .inner-contents .dateplace-info .icon-block {
    width: 100%;
    text-align: center;
  }
}
.type-dateplace .inner-contents .dateplace-info .icon-block img {
  max-width: 100%;
}

.type-news {
  padding: 30px 20px 100px 20px;
}
.type-news .inner-contents {
  max-width: 800px;
  margin: 0 auto;
}
.type-news .inner-contents .news-postlist .row {
  padding: 10px 0;
  display: flex;
  border-bottom: 1px dashed #ea6189;
}
@media screen and (max-width: 768px) {
  .type-news .inner-contents .news-postlist .row {
    display: block;
  }
}
.type-news .inner-contents .news-postlist .row time {
  display: block;
  width: 100px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-news .inner-contents .news-postlist .row time {
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 14px;
  }
}
.type-news .inner-contents .news-postlist .row .post-title {
  display: block;
  width: calc(100% - 100px);
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-news .inner-contents .news-postlist .row .post-title {
    width: 100%;
  }
}

.type-stampl {
  padding: 0 20px 70px 20px;
  margin-top: 30px;
  background: url("../images/stamp_bg.jpg") no-repeat center center;
  background-size: cover;
}
.type-stampl .inner-contents {
  max-width: 1200px;
  margin: 0 auto;
}
.type-stampl .inner-contents .info-clm1 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm1 {
    display: block;
    margin-bottom: 20px;
  }
}
.type-stampl .inner-contents .info-clm1 .chara01 {
  width: 160px;
  padding: 0 16px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm1 .chara01 {
    display: none;
    width: 60px;
    padding: 0 10px 0 0;
  }
}
.type-stampl .inner-contents .info-clm1 .chara01 img {
  width: 100%;
}
.type-stampl .inner-contents .info-clm1 .chara02 {
  width: 160px;
  padding: 0 0 0 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm1 .chara02 {
    display: none;
    width: 60px;
    padding: 0 0 0 10px;
  }
}
.type-stampl .inner-contents .info-clm1 .chara02 img {
  width: 100%;
}
.type-stampl .inner-contents .info-clm1 .chara01_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm1 .chara01_sp {
    display: block;
    margin-bottom: 60px;
    margin-top: 20px;
    text-align: center;
  }
}
.type-stampl .inner-contents .info-clm1 .chara01_sp img {
  width: 60%;
}
.type-stampl .inner-contents .info-clm1 .read-text {
  display: flex;
  align-items: center;
  width: calc(100% - 320px);
  background: #fff6ed;
  padding: 10px 50px;
  border-radius: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm1 .read-text {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.type-stampl .inner-contents .info-clm1 .read-text .text {
  width: calc(100% - 140px);
  padding: 0 25px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm1 .read-text .text {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.type-stampl .inner-contents .info-clm1 .read-text .text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm1 .read-text .text p {
    font-size: 14px;
  }
}
.type-stampl .inner-contents .info-clm1 .read-text .text p span {
  color: #ea6189;
}
.type-stampl .inner-contents .info-clm1 .read-text .photo {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm1 .read-text .photo {
    width: 100%;
    text-align: center;
  }
}
.type-stampl .inner-contents .info-clm1 .read-text .photo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm1 .read-text .photo img {
    max-width: 100px;
  }
}
.type-stampl .inner-contents .info-clm2 {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 {
    display: block;
  }
}
.type-stampl .inner-contents .info-clm2 .row {
  display: flex;
  width: 50%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row {
    display: block;
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.type-stampl .inner-contents .info-clm2 .row .chara {
  width: 160px;
  padding: 0 16px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row .chara {
    display: none;
    width: 60px;
    padding: 0 10px 0 0;
  }
}
.type-stampl .inner-contents .info-clm2 .row .chara img {
  width: 100%;
}
.type-stampl .inner-contents .info-clm2 .row .info {
  width: calc(100% - 160px);
  display: flex;
  padding: 0 20px 20px 20px;
  background: #fff6ed;
  border-radius: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row .info {
    width: 100%;
    display: block;
    padding: 0 10px 10px 10px;
  }
}
.type-stampl .inner-contents .info-clm2 .row .info .inner {
  width: 100%;
}
.type-stampl .inner-contents .info-clm2 .row .info .inner .sub-tl {
  text-align: center;
  position: relative;
  top: -30px;
}
.type-stampl .inner-contents .info-clm2 .row .info .inner .sub-tl img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row .info .inner .sub-tl img {
    max-width: 80%;
  }
}
.type-stampl .inner-contents .info-clm2 .row .info .inner .tbl {
  margin-bottom: 10px;
}
.type-stampl .inner-contents .info-clm2 .row .info .inner .tbl table {
  width: 100%;
  border-collapse: collapse;
}
.type-stampl .inner-contents .info-clm2 .row .info .inner .tbl table tbody tr th {
  background: #ea6189;
  color: #ffffff;
  border: 1px solid #fff6ed;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.type-stampl .inner-contents .info-clm2 .row .info .inner .tbl table tbody tr td {
  color: #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.type-stampl .inner-contents .info-clm2 .row .info .inner .notes p {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.type-stampl .inner-contents .info-clm2 .chara-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .chara-sp {
    display: block;
    margin-bottom: 60px;
    margin-top: 20px;
    text-align: center;
  }
}
.type-stampl .inner-contents .info-clm2 .chara-sp img {
  width: 60%;
}
.type-stampl .inner-contents .info-clm2 .row2 {
  display: flex;
  width: 50%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row2 {
    width: 100%;
    padding: 0;
  }
}
.type-stampl .inner-contents .info-clm2 .row2 .chara {
  width: 160px;
  padding: 0 0 0 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row2 .chara {
    display: none;
    width: 60px;
    padding: 0 0 0 10px;
  }
}
.type-stampl .inner-contents .info-clm2 .row2 .chara img {
  width: 100%;
}
.type-stampl .inner-contents .info-clm2 .row2 .info {
  width: calc(100% - 160px);
  display: flex;
  padding: 0 20px 20px 20px;
  background: #fff6ed;
  border-radius: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row2 .info {
    width: 100%;
    display: block;
    padding: 0 10px 10px 10px;
  }
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner {
  width: 100%;
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner .sub-tl {
  text-align: center;
  position: relative;
  top: -30px;
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner .sub-tl img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row2 .info .inner .sub-tl img {
    max-width: 80%;
  }
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner .tbl02 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner .tbl02 .text {
  width: 62%;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row2 .info .inner .tbl02 .text {
    width: 70%;
  }
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner .tbl02 .text p {
  font-size: 20px;
  line-height: 1.1;
  color: #ea6188;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row2 .info .inner .tbl02 .text p {
    font-size: 17px;
  }
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner .tbl02 .text p span {
  font-size: 12px;
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner .tbl02 .photo {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row2 .info .inner .tbl02 .photo {
    width: 30%;
  }
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner .tbl02 .photo img {
  width: 100%;
}
.type-stampl .inner-contents .info-clm2 .row2 .info .inner .notes2 p {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .type-stampl .inner-contents .info-clm2 .row2 .info .inner .notes2 p {
    font-size: 14px;
  }
}
.type-stampl .inner-contents .dl-btn {
  text-align: center;
}

.type-map {
  padding: 70px 20px;
}
.type-map .inner-contents {
  max-width: 1000px;
  margin: 0 auto;
}
.type-map .inner-contents .map-set .read-text {
  padding: 0 0 25px 0;
}
.type-map .inner-contents .map-set .read-text p {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-map .inner-contents .map-set .read-text p {
    font-size: 14px;
  }
}
.type-map .inner-contents .map-set .map {
  padding: 25px 0;
}
.type-map .inner-contents .map-set .map img {
  width: 100%;
}
.type-map .inner-contents .map-set .dl-btn {
  text-align: center;
  padding: 0 0 25px 0;
}
.type-map .inner-contents .point-info {
  padding: 25px 0 0 0;
}
.type-map .inner-contents .point-info .sub-tl {
  margin-bottom: 15px;
}
.type-map .inner-contents .point-info .sub-tl h3 img {
  max-width: 100%;
}
.type-map .inner-contents .point-info .read-text {
  margin-bottom: 25px;
}
.type-map .inner-contents .point-info .read-text p {
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-map .inner-contents .point-info .read-text p {
    font-size: 14px;
  }
}
.type-map .inner-contents .point-info .read-text p span {
  color: #ea6188;
}
.type-map .inner-contents .point-info .list-num {
  margin-bottom: 25px;
}
.type-map .inner-contents .point-info .list-num ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .type-map .inner-contents .point-info .list-num ul {
    display: block;
  }
}
.type-map .inner-contents .point-info .list-num ul li {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-map .inner-contents .point-info .list-num ul li {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.type-map .inner-contents .point-info .list-num ul li .name {
  margin-bottom: 10px;
  position: relative;
}
.type-map .inner-contents .point-info .list-num ul li .name .num {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ea6189;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-map .inner-contents .point-info .list-num ul li .name .num {
    width: 34px;
    height: 34px;
    font-size: 18px;
    margin-top: -17px;
  }
}
.type-map .inner-contents .point-info .list-num ul li .name .n {
  margin-left: 20px;
}
.type-map .inner-contents .point-info .list-num ul li .name .n a {
  display: block;
  padding: 5px 10px 5px 25px;
  border: 2px solid #ea6189;
  background: #ffffff;
  color: #ea6189;
  text-decoration: unerline;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.type-map .inner-contents .point-info .list-num ul li .name .n a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .type-map .inner-contents .point-info .list-num ul li .name .n a {
    font-size: 16px;
  }
}
.type-map .inner-contents .point-info .list-num ul li .add p {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-map .inner-contents .point-info .list-num ul li .add p {
    font-size: 14px;
  }
}
.type-map .inner-contents .point-info .list-num ul li .add p span {
  color: #ea6189;
}

.type-goods {
  padding: 20px 20px 50px 20px;
}
.type-goods .inner-contents {
  max-width: 1000px;
  margin: 0 auto;
}
.type-goods .inner-contents .read-text {
  margin-bottom: 45px;
}
.type-goods .inner-contents .read-text p {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-goods .inner-contents .read-text p {
    font-size: 14px;
  }
}
.type-goods .inner-contents .read-text p span {
  color: #ea6188;
}
.type-goods .inner-contents .item-list {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .type-goods .inner-contents .item-list {
    display: block;
  }
}
.type-goods .inner-contents .item-list .row {
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-goods .inner-contents .item-list .row {
    width: 100%;
    padding: 0 0 25px 0;
  }
}
.type-goods .inner-contents .item-list .row .tl {
  font-size: 20px;
  color: #ea6189;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  min-height: 2.5em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .type-goods .inner-contents .item-list .row .tl {
    font-size: 18px;
  }
}
.type-goods .inner-contents .item-list .row .tl span {
  color: #000000;
}
.type-goods .inner-contents .item-list .row .thumb {
  text-align: center;
  margin-bottom: 15px;
}
.type-goods .inner-contents .item-list .row .thumb img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .type-goods .inner-contents .item-list .row .thumb img {
    max-width: 75%;
  }
}
.type-goods .inner-contents .item-list .row .price {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .type-goods .inner-contents .item-list .row .price {
    font-size: 16px;
  }
}
.type-goods .inner-contents .attention-text {
  margin-bottom: 30px;
}
.type-goods .inner-contents .attention-text p {
  font-size: 14px;
  color: #000000;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.type-goods .inner-contents .goods-info {
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  border: 3px solid #ea6189;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-goods .inner-contents .goods-info {
    padding: 20px 10px;
  }
}
.type-goods .inner-contents .goods-info .inner-center {
  display: inline-block;
}
.type-goods .inner-contents .goods-info p {
  text-align: left;
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .type-goods .inner-contents .goods-info p {
    font-size: 15px;
  }
}
.type-goods .inner-contents .goods-info p span {
  color: #ea6189;
}

.type-campaign {
  padding: 20px 20px 50px 20px;
}
.type-campaign .inner-contents {
  max-width: 1000px;
  margin: 0 auto;
}
.type-campaign .inner-contents .read-text {
  margin-bottom: 30px;
}
.type-campaign .inner-contents .read-text p {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-campaign .inner-contents .read-text p {
    font-size: 14px;
  }
}
.type-campaign .inner-contents .qr-block {
  margin-bottom: 30px;
  text-align: center;
}
.type-campaign .inner-contents .qr-block img {
  max-width: 100%;
}
.type-campaign .inner-contents .bnr-block {
  margin-bottom: 30px;
  text-align: center;
}
.type-campaign .inner-contents .bnr-block a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-campaign .inner-contents .bnr-block a:hover {
  opacity: 0.85;
}
.type-campaign .inner-contents .bnr-block a img {
  max-width: 100%;
}

.type-notice {
  padding: 50px 20px;
}
.type-notice h5 {
  text-align: center;
}
.type-notice h5 img {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
