@charset "UTF-8";
#mainImg {
  width: 100%;
  height: auto;
  padding: 4% 0;
  /* background: url(/soka/feature/2021father/img/mv.png);
  background-size: 100%;
  background-position: center;
  position: relative; */
  background-color: #0e1e42;
  text-align: center;
}

#mainImg>img {
  width: 38%;
  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;
  width: 60%;
  font-size: 20px;
}

.only-sp {
  display: none;
}

.local-nav {
  background: #fff;
}

.local-nav .local-nav-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 0;
}

.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: 33.333%;
  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-right: 1px dotted #8ca3d9;
}

.local-nav .local-nav-inner ul li:last-child {
  border-right: 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;
  text-decoration: none;
}

.local-nav .local-nav-inner ul li a span{
  color: #0e1e42;
  font-size: 20px;
}

.local-nav .menu-ico {
  margin-right: 10px;
}

.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;
}

#specialContent {
  width: 100%;
  /* background: #1b356e; */
  background-image: url(/soka/feature/2021father/img/bg.png);
  background-size: 100%;
}

.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: 54px;
}

.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: 54px;
}

.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: 54px;
}

.category-z {
  background: #d7cec6;
}

.specialContentInner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.cate-ttl-box {
  padding: 88px 0 0;
}

.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: space-evenly;
  width: 360px;
  margin: 0 auto
}

.cate-ttl-box .cate-ttl > span {
  color: #fff;
  font-size: 24px;
}

.cate-ttl-box .cate-ttl .ico-color1 path {
  fill: #fff;
}

.cate-ttl-box .cate-ttl .menu-ico{
  /* margin-right: 10px; */
}

.content-box {
  margin-top: 64px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 1080px;
}

.content > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 490px;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 48px;
  background: #fff;
  position: relative;
}

.content > li.last{
  margin-bottom: 0;
}

.content > li dl dt img {
  width: 100%;
  display: block;
}

.content > li dl dd {
  background: #fff;
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.content > li:nth-child(even) {
  margin-right: 0;
}

.content > li:nth-child(odd) {
  margin-left: 0;
}

.card-link {
  text-decoration: none;
  display: block;
}

.card-link:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}

.shop-name-text-box {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 24px;
}

.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: 8px 8px;
  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: 80px;
  height: 80px;
  font-size: 18px;
  line-height: 24px;
  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 {
  position: absolute;
  top: -20px;
  left: 0;
  width: auto;
  height: 32px;
  padding: 0 16px;
  text-align: center;
  font-size: 18px;
  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;
}

.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 16px;
  line-height: 24px;
  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;
  padding-bottom: 48px;
}

.three-col-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.three-col-list > ul > li {
  width: 236px;
  height: 236px;
  padding-right: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.three-col-list > ul > li:last-child {
  padding-right: 0;
}

.three-col-list a {
  display: block;
  width: 100%;
}

.addition{
  margin-top: 24px;
}

.addition > ul{
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

.addition > ul > li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.addition > ul > li > span{
  padding-right: 0.5rem;
}
/*# sourceMappingURL=style.css.map */