@charset "UTF-8";
#mainImg {
  width: 100%;
  height: auto;
  padding: 4% 0;
  /* background: url(/soka/feature/2021father/img/mv_sp.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; */
  background-color: #0e1e42;
  text-align: center;
}

#mainImg>img {
  width: 100%;
  margin: 0 auto;
  /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
}

.closeMessage{
  color: #fff;
  border: 2px solid #fff;
  margin: 24px auto 0;
  padding: 16px 8px;
  width: 90%;
  max-width: 400px;
  font-size: 14px;
}

.only-pc {
  display: none;
}

.local-nav {
  background: #fff;
}

.local-nav .local-nav-inner {
  width: 100%;
  margin: 0 auto;
}

.local-nav .local-nav-inner ul {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
}

.local-nav .local-nav-inner ul li {
  width: 100%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px dotted #8ca3d9;
}

.local-nav .local-nav-inner ul li:last-child {
  border-bottom: none;
}

.local-nav .local-nav-inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  width: 100%;
  color: inherit; 
}

.local-nav .menu-ico {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.local-nav svg path {
  fill: #41220f;
}

.local-nav .ico-color1 path {
  fill: #4066bf;
}

.local-nav .ico-color2 path {
  fill: #4066bf;
}

.local-nav .ico-color3 path {
  fill: #4066bf;
}

.local-nav .menu2 {
  width: 62px;
  height: 12px;
  margin: 8px 0;
}

.local-nav .menu3 {
  width: 48px;
  height: 11px;
  margin: 8px 0;
}

#specialContent {
  width: 100%;
  /* background: #1b356e; */
  background-image: url(/soka/feature/2021father/img/bg_sp.png);
  background-size: 100%;
}

#specialContent img {
  width: 100%;
  display: block;
}

.category-a .shop-name-text {
  color: #1b356e;
}

.category-a .shop-name-text:after {
  background-image: linear-gradient(-45deg, #fff 25%, #8ca3d9 25%, #8ca3d9 50%, #fff 50%, #fff 75%, #8ca3d9 75%, #8ca3d9);
}

.category-a .shop-name-text span:before {
  border: 1px solid #1b356e;
}

.category-a .shop-name-text span:after {
  border-top: 1px solid #1b356e;
  border-right: 1px solid #1b356e;
}

/* .category-a .floor-label {
  background: #4066bf;
} */

.category-a .content li dl dd {
  padding-top: 40px;
}

.category-b .shop-name-text {
  color: #19326b;
}

.category-b .shop-name-text:after {
  background-image: linear-gradient(-45deg, #fff 25%, #8ca3d9 25%, #8ca3d9 50%, #fff 50%, #fff 75%, #8ca3d9 75%, #8ca3d9);
}

.category-b .shop-name-text span:before {
  border: 1px solid #19326b;
}

.category-b .shop-name-text span:after {
  border-top: 1px solid #19326b;
  border-right: 1px solid #19326b;
}

/* .category-b .floor-label {
  background: #4066bf;
} */

.category-b .content li dl dd {
  padding-top: 40px;
}

.category-c .shop-name-text {
  color: #1b356e;
}

.category-c .shop-name-text:after {
  background-image: linear-gradient(-45deg, #fff 25%, #8ca3d9 25%, #8ca3d9 50%, #fff 50%, #fff 75%, #8ca3d9 75%, #8ca3d9);
}

.category-c .shop-name-text span:before {
  border: 1px solid #1b356e;
}

.category-c .shop-name-text span:after {
  border-top: 1px solid #1b356e;
  border-right: 1px solid #1b356e;
}

/* .category-c .floor-label {
  background: #4066bf;
} */

.category-c .content li dl dd {
  padding-top: 40px;
}

.category-z {
  background: #d7cec6;
}

.specialContentInner {
  width: 100%;
  padding: 32px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cate-ttl-box .cate-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto
}

.cate-ttl-box .cate-ttl:first-of-type {
  /* margin-top: 32px; */
}

.cate-ttl-box .cate-ttl > span {
  color: #fff;
  font-size: 18px;
}

.cate-ttl-box .cate-ttl .ico-color1 path {
  fill: #fff;
}

.cate-ttl-box .cate-ttl .menu-ico{
  margin-right: 10px;
  width: 50px;
}

.content-box {
  margin-top: 24px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  background: #fff;
  position: relative;
}

.content > li dl dt img {
  width: 100%;
  display: block;
}

.content > li dl dd {
  background: #fff;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.content > li:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.shop-name-text-box {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 28px;
}

.shop-name-text-box .shop-name-text {
  font-size: 18px;
  position: relative;
  display: inline-block;
}

.shop-name-text-box .shop-name-text:after {
  content: "";
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 4px 4px;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: calc(100% + 18px);
  height: 8px;
}

.shop-name-text-box .shop-name-text span {
  position: relative;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-name-text-box .shop-name-text span:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15px;
  height: 15px;
  top: 52%;
  right: -18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.shop-name-text-box .shop-name-text span:after {
  content: "";
  position: absolute;
  top: 56%;
  right: -12px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
}

.floor-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 24px;
  left: 50%;
  text-align: center;
  width: 66px;
  height: 66px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background: #4066bf;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.limited-label {
  display: block;
  height: 32px;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background: #0e1e42;
  box-sizing: border-box;
}

.title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #41220f;
  margin-top: 26px;
}

span.title-note {
  font-size: 14px;
  /* font-weight: bold; */
  /* line-height: 24px; */
}

.product-read {
  font-size: 14px;
  color: #777;
}

.note {
  font-size: 14px;
  color: #777;
}

.plan-detail-box {
  background: #fff2f2;
  padding: 10px 10px;
  line-height: 20px;
  font-size: 14px;
  color: #777777;
  margin-top: 8px;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-list > li {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 14px;
  margin-top: 6px;
  margin-right: 6px;
}

.tag-list .tag1 {
  background: #ed7dae;
}

.three-col-list {
  margin-top: 40px;
}

.three-col-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.three-col-list > ul > li {
  width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}

.three-col-list > ul > li:nth-child(even) {
  padding-left: 10px;
  padding-right: 0;
}

.three-col-list > ul > li:nth-of-type(1), .three-col-list > ul > li:nth-of-type(2) {
  padding-top: 0;
}

.three-col-list a {
  display: block;
  width: 100%;
}

.addition > ul{
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.addition > ul > li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.addition > ul > li > span{
  padding-right: 0.5rem;
}
/*# sourceMappingURL=style_sp.css.map */