@charset "utf-8";

/* manaca css */

.table-responsive {
  overflow-x: auto;
  max-width: 100%;
}

.table-responsive table {

}

.scroll-hint-text{ 
  margin-top:0;
}


/* ----- 投稿用CSS（ER） ----- */
main .container {
    margin-bottom:2em;
}
.m-container {
    display: grid; 
    grid-template-columns: 3fr 1fr;
    gap: 10px;
/*  max-width: 1200px;  */
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.mcontent {
    padding: 10px;
}

.sideimg {
text-align:center;
    padding: 10px;
}
@media (max-width: 796px) {
.m-container {
    grid-template-columns: 1fr;
  }
}

.manaca_title {
margin:20px 0;
padding:20px 50px;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.mtxt {
margin-top:50px;
}

@media (max-width: 796px) {
.manaca_title {
text-align:center;
margin:10px 0;
padding:20px;
    background-color: #F5F5F5;
    border-radius: 10px;
  }
.mtxt {
margin-top:0;
}
}


.m-icon {
display: flex;
margin:10px 0;
}
.adult {
    border-radius: 30px;
    margin-right:10px;
    padding:5px 10px;
    color:#fff;
    background-color: #52C2EC;
}
.child {
    border-radius: 30px;
    padding:5px 10px;
    color:#fff;
    background-color: #E858A5;
}
._my_main h3 {
    font-size: 2rem;
    font-weight:bold;
    padding: 0.8rem 0;
    margin: 4rem 0;
    background-image: linear-gradient(90deg, #FFDD00 0 20%, #F1F1F1 20%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
}
._my_main h4 {
    font-weight:bold;
    padding: 0.5em;
    background-color: #F5F5F5;
    margin: 4rem 0 2rem 0;
    border:1px solid #CFC9C9;
}


.red {
color:#CC0000;
}

.bred {
font-weight:bold;
color:#CC0000;
font-size:1.5em;
}

.bblack {
font-weight:bold;
font-size:1.5em;
}

.att-box {
width:97%;
    background-color:#FBDEE8;
    position: relative;
    margin: 2em 0;
    padding: 35px 10px 15px 20px;
    border: solid 2px #E858A5;
}
.att-box h5 {
    font-weight:bold;
    position: absolute;
    display: inline-block;
    top: -10px;
    left: -2px;
    padding: 0 12px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #E858A5;
    color: #ffffff;
    font-weight: bold;
}
.att-box p {
    margin: 0; 
    padding: 0;
}

.m-table {
margin:20px 0;
border-collapse: collapse;
width: 100%;
}


.m-table th,
.m-table td{
padding: 10px;
border: solid 1px #ccc;
text-align:center;
box-sizing:border-box;
}
.m-table th {
background: #FFDD00;
}

@media screen and (max-width: 600px) {
.m-table {
    width: 100%;
  }
.m-table th,
.m-table td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
.m-table tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


.m-table2 {
margin:20px 0;
width: 100%;
border-collapse: separate;
    border-spacing: 10px;
}


.m-table2 th{
padding: 10px 10px 10px 30px;
font-weight:bold;
font-size:1.25em;
background: #FFDD00;
border-radius: 10px;
}
.m-table2 td{
padding: 10px;
}


@media screen and (max-width: 600px) {
.m-table2 {
    width: 100%;
  }
.m-table2 th,
.m-table2 td {
    display: block;
    width: 100%;
  }
}



.m-number {
  position: relative;
  margin: 0;
  padding: 0 10px 0 6px;
  list-style: none;
}
.m-number li {
  position: relative;
  margin: 12px 20px 0 24px;
  padding: 0;
  line-height: 1.5;
}


.m-number {
  counter-reset: li;
}
.m-number > li:before {
  position: absolute;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  left: -34px;
  top: -1px;
  width: 26px;
  height: 26px;
  font-size: 1.25em;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  background: #FFDD00;
  padding: 6px 0;
}

.m-dl dd {
margin-bottom:20px;
}
.m-dl dt {
font-size:1.25em;
color:#CC0000;
margin:10px 0;
}


@media screen and (max-width: 600px) {
.card-pc {
display:none;
}
.card-sp {
text-align:center;
margin:20px auto;
}
.pc_joken {
display:none;
}
.sp_joken {
text-align:center;
margin:20px auto;
}
.sp_joken img {
width:100%;
text-align:center;
margin:20px auto;
}
}

@media screen and (min-width: 600px) {
.card-sp {
display:none;
}
.card-pc {
text-align:center;
margin:20px auto;
}
.sp_joken {
display:none;
}

.pc_joken {
text-align:center;
}
.pc_joken img{
width:600px;
margin:20px auto;
}
}

.combination {
text-align:center;
margin:20px 0;
}
.combination img{
margin:20px 0;
}



/* ----- manaca用カテゴリータイトル ----- */

._my_manaca_news_title {
font-size:2rem;
}

._my_manaca_subtitle {
font-size:2rem;
}



._my_manaca_top_title {
  display: flex;
  justify-content: center;
  background-color: #F5F5F5;
}

._my_manaca_top_title_list {
  display: flex;
  padding-top: 1.25rem;
}
._my_manaca_top_title_list > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
._my_manaca_top_title_list > div.left img {
  width: 90%;
}
._my_manaca_top_title_list > div.right img {
  width: 45%;
}
._my_manaca_top_title_list > div.right img:first-child {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  ._my_manaca_top_title_list > div.left img {
    width: 40%;
  }
  ._my_manaca_top_title_list > div.right img {
    width: 25%;
  }
  ._my_manaca_top_title_list > div.right img:first-child {
    margin-right: 2rem;
  }
}


/* ----- manacaトップページのお知らせ ----- */
._my_manaca_news_title {
  margin-top: 4rem;
  font-weight: bold;
  text-align: center;
  background-color: transparent !important;
  border: none !important;
}
._my_manaca_news_title::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-left: 3px solid #FFE100;
  transform: rotate(-30deg);
}
._my_manaca_news_title::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-right: 3px solid #FFE100;
  transform: rotate(30deg);
}

/* 一覧ページ */
._my_manaca_news_list {
  width:100%;
  margin:50px 0;
}

._my_manaca_news_list dl {
  margin:0.75rem 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #CFC8C8;
}

._my_manaca_news_list dt {
  width: 50%;
  margin:0;
  padding: 1rem;
  line-height:1.4;
  color: #707070;
  font-weight: normal;
  background: url(/assets/img/manaca/news_icon.png) no-repeat top 1.125rem right;
}

._my_manaca_news_list dd {
  width: 100%;
  margin:0;
  padding:1rem;
  line-height:1.4;
}
._my_manaca_news_list dd a {
  color: #FB5010;
  text-decoration: none;
}

@media (min-width: 768px) {
  ._my_manaca_news_list dl {
    display: flex;
  }
  ._my_manaca_news_list dt {
    width: 30%;
    padding: 1rem 1.25rem 2rem 1.25rem;
  }
  ._my_manaca_news_list dd {
    width: 70%;
    padding: 1rem 0 2rem 3rem;
  }
}
@media (min-width: 992px) {
  ._my_manaca_news_list dt {
    width: 20%;
  }
  ._my_manaca_news_list dd {
    width: 80%;
  }
}


@media (min-width: 768px) {
  ._my_manace_flex {
    display: flex;
  }
  ._my_manace_flex > div:first-child {
    width: 58%;
  }
  ._my_manace_flex > div:last-child {
    width: 42%;
  }
}

/* ----- 共通フッター ----- */
._my_manaca_link {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

._my_manaca_subtitle {
  margin-bottom: 4rem;
  font-weight: bold;
  text-align: center;
  background-color: transparent !important;
  border: none !important;
}

._my_manaca_link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
._my_manaca_link ul > li img {
  width: 100%;
}
@media (min-width: 768px) {
  ._my_manaca_subtitle {
    margin-bottom: 6rem;
  }
}

/* manacaについて */
._my_manaca_link.about {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #FFF;
}
._my_manaca_link.about ul {
  display: flex;
  flex-wrap: wrap;
}
._my_manaca_link.about ul > li {
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: calc(50% - 0.5rem);
}
._my_manaca_link.about ul > li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  ._my_manaca_link.about {
    padding-bottom: 4rem;
  }
  ._my_manaca_link.about ul {
    flex-wrap: nowrap;
  }
  ._my_manaca_link.about ul > li:nth-child(2n) {
    margin-right: 1rem;
  }
  ._my_manaca_link.about ul > li:nth-child(5n) {
    margin-right: 0;
  }
}

/* manaca公式サイト（外部）のご案内 */
._my_manaca_link.official_site {
  padding-top: 4rem;
  padding-bottom: 21rem;
  background: #FFF7C2 url(/assets/img/manaca/manaca6.png) no-repeat bottom 4rem center;
  background-size: 36%;
}
._my_manaca_link.official_site ul > li {
  margin-bottom: 1.5rem;
}
._my_manaca_link.official_site ul > li:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 576px) {
  ._my_manaca_link.official_site {
    padding-bottom: 22rem;
    background-size: 18rem;
  }
}
@media (min-width: 768px) {
  ._my_manaca_link.official_site {
    padding-bottom: 20rem;
    background-size: 16rem;
  }
  ._my_manaca_link.official_site ul {
    display: flex;
    justify-content: center;
  }
  ._my_manaca_link.official_site ul > li {
    margin-right: 1.5rem;
    width: calc(33.333333% - 1.5rem);
  }
  ._my_manaca_link.official_site ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  ._my_manaca_link.official_site {
    padding-bottom: 22rem;
    background-size: 18rem;
  }
}
@media (min-width: 1200px) {
  ._my_manaca_link.official_site {
    padding-bottom: 24rem;
    background-size: 20rem;
  }
}
@media (min-width: 1750px) {
  ._my_manaca_link.official_site {
    padding-bottom: 4rem;
    background: #FFF7C2 url(/assets/img/manaca/manaca6.png) no-repeat bottom 4rem right 4rem;
    background-size: 20rem;
  }
}


/* スマートフォン用共通フッター */
._my_manaca_link_sp h4 {
  margin-bottom: 0;
  padding: 1.25rem 0;
  text-align: center;
  font-weight: bold;
  background-color: #FFE100 !important;
  border-top: solid 1px #CFC9C9 !important;
  border-right: solid 1px #CFC9C9 !important;
  border-left: solid 1px #CFC9C9 !important;
}
._my_manaca_link_sp ul {
  list-style-type: none;
  margin: 0;
  padding: 1rem 1.25rem;
  border: solid 1px #CFC9C9;
}
._my_manaca_link_sp ul > li {
  margin-bottom: 1rem;
}

._my_manaca_link_sp ul > li > a {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  text-decoration: none;
}
._my_manaca_link_sp ul > li > a::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 1.25rem;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1rem;
  border-color: transparent transparent transparent #FFE100;
}
._my_manaca_link_sp.official_site ul > li > a::before {
  border-color: transparent transparent transparent #707070;
}

