/*     共通     */
* {
  box-sizing: border-box;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFD9EC;
}
a {
  text-decoration: none;
  color: #323242;
}
.pc_br { display: block; }
.desktop-hidden {
  display: none;
}
@media screen and (max-width: 768px){
  .pc_br { display: none; }
  .desktop-hidden { display: block; }
}
.contents {
  width: 100%;
  padding: 0 10px;
}
.bg-f {
  background-color: #fff;
}

/*ボタン*/
.btn {
  display: block;
  color: #fff;
  padding: 10px 40px;
  background-color: #FF69B4;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
}
.fit {
  width: 40%;
  font-size: 30px;
  padding: 10px 40px;
	display: block;
}
.btn a {
	color: #fff;
	display: block;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 95%;
    font-size: 16px;
    padding: 10px;
    margin: 10px auto;
  }
}

div.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
/*カウンセリングボタン*/
.width100 {
  width: 100%;
  background-color: #fff;
  border: solid transparent;
}
.reserve {
  width: 40%;
  margin: 20px auto;
}
.reserve a {
  display: block;
}
.counseling {
  color: #fff;
  border: solid 3px #00BFFF;
  background-color: #00BFFF;
  padding: 20px;
  border-radius: 100vh;
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .reserve {
    width: 90%;
    margin: 20px auto;
  }
  .counseling { font-size: 20px; }
}

/*          メイン          */
.top {
  background-color: #FFD9EC;
  width: 100%;
  padding: 0;
  display: flex;
  margin-top: 50px;
}
.img {
  width: 50%;
  text-align: center;
}
.img img {
  width: 90%;
}
.text {
  width: 60%;
  text-align: center;
  padding: 40px 0;
  margin-right: 20px;
}
.text1 {
  font-size: 40px;
  color: #ff1493;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
.text2 {
  font-size: 60px;
  color: #ff1493;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  text-shadow: 1px 2px 3px #808080;
}
.text2 span {
  font-size: 14px;
}
.text3 {
  width: 90%;
  font-size: 20px;
  color: #fff;
  text-align: right;
  margin-top: 120px;
}
.flexbox {
  width: 100%;
  margin: 10px auto 100px;
  display: flex;
  justify-content: space-around;
  padding: 0 70px;
}
.circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: auto;
  background-color: #ff69b4ff;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.x { top : 80px; }
.z { top : 80px; }
@media screen and (max-width: 768px) {
  .top , .flexbox {
    width: 100%;
    display: block;
  }
  .img , .text {
    width: 100%;
  }
  .flexbox {
    width: 100%;
    padding: 0 4%;
    margin: 10px auto;
  }
  .circle {
    margin: 20px auto;
    border-radius: 0%;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border-radius: 10px;
  }  
  .x , .y , .z {
    top : 0;
    width: 100%;
  }
  .text1 {
  font-size: 32px;
  margin-top: 0;
}
  .text2 {
  font-size: 50px;
}
  .text3 {
  width: 100%;
  font-size: 12px;
  text-align: left;
  margin-top: 0;
  padding: 0 20px;
}
}


/*グローバルナビ*/
.gnavi {
  height: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  padding: 20px 0 0;
}
.gnavi__inner {
  width: 100%;
  height: 100%;
/*  margin: 0 auto;
  outline: 1px solid #f00; 確認用のダミースタイル*/
}
.gnavi ul {
  height: 100%;
/*  outline: 2px solid #0f0; 確認用のダミースタイル*/
  display: flex;
  padding: 0;
}
.gnavi li {
  flex: 1;
  position: relative;
  display: flex;
/*  outline: 1px solid #f00; 確認用のダミースタイル*/
  font-size: 16px;
  font-weight: bold;
}
.gnavi li::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #b8b9dc;
  position: absolute;
  right: -1px;
  top: calc((100% - 20px)/2);
}
.gnavi li:last-child::after {
  content: none;
}
.gnavi a {
  display: flex;
  flex: 1 1;
  /*outline: 2px solid #0f0; 確認用のダミースタイル*/
  justify-content: center;
  padding: 0 20px;
}
.gnavi a:hover span {
  color: #FF69B4;
  position: relative;
}
.gnavi a:hover span::after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  bottom: 0;
  background-color: #FF69B4;
  border-radius: 5px;
}
.gnavi span {
  /*outline: 2px solid #00f; 確認用のダミースタイル*/
  display: flex;
  align-items: center;
  word-break: keep-all;
  color: #323242;
}
@media screen and (max-width: 768px) {
  .gnavi {
    display: none;
  }
  .gnavi ul {
    flex-wrap: wrap;
  }
  .gnavi__inner {
    height: fit-content;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .gnavi li {
    font-size: 14px;
  }  
}


/*          カラフルおすすめプラン          */
.recommend {
  margin: 20px 0 0;
  width: 100%;
}
.recommend h2 {
  color: #fff;
  background-color: #00BFFF;
  padding: 10px 40px;
  margin: 10px;
  border-radius: 30px;
  width: fit-content;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  gap: 20px 20px;
  margin: 20px 10px 0;
}
.block {
  width: 30%;
  text-align: center;
}
.number {
  font-size: 24px;
  font-weight: bold;
}
.No1 { color: #D0A900; }
.No2 { color: #C0C0C0; }
.No3 { color: #7F2500; }
.box {
  border: solid 3px #FF69B4;
  padding: 0.5em;
  border-radius: 30px;
  width: 100%;
}
.label {
  width: 100%;
  height: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #FF69B4;
}
.plan {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 20px;
  width: 100%;
  height: 100px;
  margin: auto;
  display: grid;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #FF69B4;
}
.price {
  color: #323242;
  text-align: center;
}
.fsizeS {
  font-size: 16px;
}
.fsizeM {
  font-size: 28px;
}
hr {
  border: #FF69B4 1px solid;
  width: 80%;
  margin: auto;
}
.desc {
  display: block;
  color: #fff;
  padding: 15px 40px;
  background-color: #FF69B4;
  margin: 30px auto;
  width: 90%;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flex {
    display: flex;
    flex-direction: column;
  }
  .block {
    width: 100%;
  }
  .desc {
    width: 90%;
  }
  .recommend {
    margin: 0;
    padding: 20px 0 0;
  }
    .recommend h2 {
    width: 100%;
    margin: auto;
    padding: 20px;
  }  
}
  

/*          カラフルについて          */
.about {
  background-color: #FFD9EC;
  padding: 30px 0 10px;
}
.area {
  width: 80%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.padding3 {
  padding: 0;
}
.box-inner1 {
  width: 30%;
  color: #fff;
  background-color: #FF69B4;
  text-align: center;
  padding: 20px;
  font-size: 48px;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.box-inner2 {
  width: 70%;
  background-color: #fff;
  margin: -10px;
  padding: 20px 60px;
  font-size: 18px;
  position: relative;
  left: -30px;
  color: #323242;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .area  {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .box-inner1 {
    width: fit-content;
    margin: 0 20px;
	font-size: 28px;
	text-align: left;
  }
  .box-inner2 {
    width: 90%;
    left: 0;
    margin: auto;
    padding: 20px;
	font-size: 16px;
  }
}

/*参考：https://qiita.com/7note/items/541271990e5bc72d394b*/
.about-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}
.text-container {
  width: 50%;
  position: relative;
  background-color: #FFF;
  height: fit-content;
  padding: 50px 0;
}
h3 {
  margin-top: 20px 0;
  padding: 0;
  color: #FF69B4;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.text-container p {
  color: #323242;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  width: 50%;
  margin: auto;
}
.pict-container {
  width: 45%;
  display: flex;
  padding: 10px;
  justify-content: center;
  position: relative;
  background-color: #FFF;
  z-index: 1;
  border-radius: 10px;
}
.pict-container img {
  width: 100%;
}
.width40 {
  width: 40%;
}
.width60 {
  width: 60%;
}
.padding2 {
  padding: 90px;
}

.about-box:nth-child(odd) {
  flex-direction: row-reverse;
}
.about-box:nth-child(odd) .text-container { /*odd奇数*/
  top: 90px;
  left: -70px;
}
.about-box:nth-child(odd) .pict-container {
  right: -70px;
}
.about-box:nth-child(even) .text-container {/*even偶数*/
  top: 90px;
  right: -70px;
}
.about-box:nth-child(even) .pict-container {
  left: -70px;
}
.text-container span {
  position: absolute;
  top: -100px;
  left: 35px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #00BFFF;
  border-radius: 50%;
  min-width: 20px;
  padding: 0 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.width60 span {
  position: absolute;
  top: -100px;
  left: 140px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #00BFFF;
  border-radius: 50%;
  min-width: 20px;
  padding: 0 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.point3 span {
  position: absolute;
  top: -100px;
  left: 80px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #00BFFF;
  border-radius: 50%;
  min-width: 20px;
  padding: 0 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width:768px) {
  .about-box {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .about-box:nth-child(odd) {
    flex-direction: column;
  }
  .text-container {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
  }
  .pict-container {
    width: 100%;
    right: 0;
  }
  .about-box:nth-child(odd) .text-container {
    top: 30px;
    left: 0;
    right: 0;
  }
  .about-box:nth-child(even) .pict-container {
    top: 10px;
    left: 0;
    right: 0;
  }  
  .about-box:nth-child(even) .text-container {
    top: 30px;
    left: 0;
    right: 0;
  }
  .about-box:nth-child(odd) .pict-container {
    top: 10px;
    left: 0;
    right: 0;
  }
  .text-container span {
    top: -55px;
    left: 5px;
  }
  .text-container {
    margin: 40px auto 0;
  }
  .text-container p {
    margin: auto;
    width: 90%;
	font-size: 16px;
  }
    .padding2 {
    padding: 20px;
  }
  .text-container span , .width60 span ,  .point3 span {
    top: -60px;
    left: 10px;
    font-size: 20px;
    width: 100px;
    height: 100px;
  }
}

/*          お客様からの声（口コミ）          */
.kutikomi {
  background-color: #FFD9EC;
  width: 100%;
  padding: 10px 20px;
}
.padding4 {
  padding: 0 0;
}
.kutikomi2 {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  margin: 10px 0;
}
.kutikomi2 img {
  width: 30%;
}
.kutikomi3 {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding: 20px 20px 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  column-count: 3;
  line-height: 0;
}

.photos {
  width: 100%;
  line-height: 0;
  column-count: 3;
  column-gap: 10px;
}
.photos img {
 width: 100%;
 height: auto;
 padding: 10px 0;
}

.heading3,
.faq-list h2
 {
  color: #fff;
  background-color: #FF69B4;
  padding: 10px 0;
  border-radius: 10px;
  width: 40%;
  text-align: center;
  font-size: 32px;
  margin: 0 auto;
  font-weight: bold;  
}
@media screen and (max-width: 768px) {
  .kutikomi {
    padding: 10px 0;
  }
  .kutikomi2 {
    padding: 20px 10px;
    margin: 10px;
  }
  .heading3,
  .faq-list h2 {
    width: 100%;
  }
	.heading3 {
    font-size: 28px;
	}
  .kutikomi2 {
  }
  .kutikomi2 img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .kutikomi3 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .photos {
    column-count: 1;
    padding: 0;
  }
}

/*よくあるご質問一覧*/
.faq {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 1px;
}
.faq h2 /* よくあるご質問 */ {
  color: #323242;
  padding: 10px;
  text-align: center;
  font-size: 32px;
  margin: 20px 0;
}
.faq-btn {
  width: 40%;
  margin: 20px auto;
}
.faq-list-btn {
  width: fit-content;
  background-color: #eee;
  font-size: 20px;
  text-align: center;
  padding: 10px 40px;
  margin: 20px auto;
  border-radius: 10px;
  width: 100%;
  color: #323242;
}
.faq-list {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
}
.faq-list h2 {
  color: #fff;
  border: solid 3px #FF69B4;
  background-color: #FF69B4;
  padding: 10px 0;
  border-radius: 0.5em;
  width: 40%;
  text-align: center;
  font-size: 32px;
  margin: 10px auto;
  font-weight: bold;  
}
.faq-list_inner {
  width: 30%;
  margin: auto;
}
.faq-box {
  color: #fff;
  border: solid 3px #FF69B4;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
}
.faqtext1 {
  color: #FF69B4;
  font-size: 28px;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px 10px 0;
}
.faqtext2 {
  color: #323242;
  height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 10px 10px;
/*  border: solid 1px #333;*/
}
.heading6 {
  font-size: 24px;
  color: #FF69B4;
}
.faq-list_inner2 {
  width: 100%;
  height: 100%;
}
.faq-list ul {
  list-style: square;
  color: #FF69B4;
  display: block;
}
.faq-list li {
  color: #FF69B4;
  font-size: 18px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .faq {
    margin: 0 0 20px;
  }
  .faq h2 {
    margin: auto;
  }
  .faq-btn , .faq-list h2 , .faq-list_inner {
    width: 100%;
  }
  .faq-btn {
    width: 90%;
  }  
}


/*          /アコーディオンメニュー          */
.section-faq{
  width:90%;
  margin:auto;
}
.section-faq a{
  color:#FF69B4 !important;
}
.faq-title {
  color:#000000;
  font-weight: bold;
  padding:2%;
}
.acd-check {
  display: none;
}
.acd-label {
  background:#FF69B4;
  color: #ffffff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  padding-right: 44px;
  position: relative;
  height:44px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.acd-label:after{
  background: #FF69B4;
  box-sizing: border-box;
  content: '+';
  display: block;
  height: 44px;
  width:44px;
  text-align: center;
  padding:10px;
  position: absolute;
  right: 0;
  top: 0px;
}
.acd-answer{
  border: 3px solid #FF69B4;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  margin:0;
  font-size: 16px;
  font-weight: bold;
  color: #323242;
}
.acd-check:checked + .acd-label:after{
  content: '-';
}
.acd-check:checked + .acd-label + .acd-answer{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
/*テスト*/
.accordion2 {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 0;
  background: #fff;
  font-weight: bold;
  color: #323242;
}
.accordion2 label {
  background: #FF69B4;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0;
  border: 1px solid #fff;
  position: relative;
}
.accordion2 label::after {
  position: absolute;
  top: 50%;
  right: 0px;
  height: 100%;
  width: 40px;
  transform: translateY(-50%) rotate(0deg);
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  content: '-';
  background: #FF69B4;
}
input[type="checkbox"].on-off{
  display: none;
}
.accordion2 ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion2 li {
  margin: 0 0 10px;
  padding: 5px 5px 10px;
}
input[type="checkbox"].on-off + ul{
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul{
  height: fit-content;
}

@media screen and (max-width: 768px) {
  #page-list{
    top:85%;
    /* right:-50%; */ 
    width:100%;
    z-index:999;
  }
  #page-list li{
    display:inline-block;
    width:40%;
    font-size:1.5rem;
  }
  #foot_logo{
    margin:auto;
    width:100%;
    height:auto;
  }
  h1{
    font-size:3vw;
    -webkit-text-stroke:.5px  #ffffff;
  }
  h2{
    width:80%;
    font-size:30px;
  }
  .acd-label{
    height:75px;
  }
  .acd-label:after{
    height: 75px;
    padding:22px 10px;
  }
}


/*          /アコーディオンメニュー          */
/*          アクセス          */
/*Googleマップの埋め込み：https://webcreatetips.com/coding/3481/*/
.map {
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
}
.map-inner {
  width: 90%;
  color: #fff;
  background-color: #fff;
  text-align: center;
  margin: 10px 0 20px 30px;
}
.table-inner {
  width: 100%;
  margin: 0;
  padding: 0;
}
iframe {
  width: 90%;
  aspect-ratio: 16/9; /*アスペクト比（縦横比）を指定*/
  border:0;
}
.map iframe {
  width: 100%;
  height: max-content;
  border:0;
  display: flex;
  padding: 10px;
}
.table003 {
  width: 100%;
  margin: auto;
  font-size: 16px;
  color: #323242;
}  
.table003 th, .table003 td {
  padding: 10px;
}  
.table003 th {
  font-weight: bold;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .table003 th {
    width: 20%;
  }
  .table003 th, .table003 td {
    padding: 10px 0;
  }  
  .map{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .map-inner {
    width: 90%;
    color: #fff;
    background-color: #fff;
    text-align: center;
    margin: 10px auto;
  }
  .table-inner {
    margin: 0;
  }  
}

*, *:before, *:after {
  box-sizing: border-box;
}
.map > *{
  width: calc( 50% - 6px ) ;
  margin-right: 12px;
  margin-bottom: 12px;
}
.map > *:nth-child(2n){
  margin-right: auto;
}
.map > * > *{
  height: 120px;
  position: relative;
  overflow: hidden
}
@media screen and (max-width: 960px) {
  .map > *{
    width: 100%;
    margin-right: auto;
  }
}


/*          店舗までのご案内          */
.access {
  background-color: #FFD9EC;
  width: 100%;
  padding: 0;
}
.access h2 {
  color: #323242;
  padding: 0 0 10px;
  text-align: center;
  font-size: 32px;
  margin: 0;
}
.access1 {
  background-color: #FFD9EC;
  width: 100%;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .access h2 {
    margin: auto;
  }
}
/*アコーディオンメニュー*/
.accordion {
  margin: 1em auto;
  width: 60%;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;/*展開した内容を閉じる時の速度*/
}
.title {
  padding: 1em;
  display: block;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background-color: #ff69b4;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  border: solid 1px #323242;
}
.toggle:checked + .title + .content {
  max-height: 500px;/*展開した時の最大の高さ*/
  transition: all 1.5s;/*展開する速度*/
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;/*展開した時にプラスボタンの縦棒を90度倒してマイナスに*/
}
@media screen and (max-width: 768px) {
  .accordion {
    width: 95%;
  }
}

/*          NEWS          */
.news {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
}
.news h2 {
  color: #323242;
  padding: 20px 0;
  text-align: center;
  font-size: 32px;
}
.newsflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 20px;
  gap: 20px 20px;
  margin: 0 10px;
}
.box30 {
  width: 30%;
  margin: auto;
  border: solid 1px #e0e0e0;
}
.box30_inner {
  color: #fff;
  background-color: #fff;
  width: 100%;
  display: flex;
  padding: 0;
}
.box30_text_area {
  display: inline-block;
  width: 70%;
  padding: 10px 10px 0 10px;
  height: auto;
}
.box30_text1 {
  color: #323242;
  font-size: 10px;
  font-weight: bold;
}
.box30_text2 {
  font-size: 10px;
  color: #323242;
}
.box30_inner_image {
  width: 30%;
  padding: 0;
}
.box30_inner_image img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .news h2 {
    margin: auto;
  }
  .box30 {
    width: 100%;
  }
}

.summary {
  font-size: 8px;
  color: #323242;
}
.detail {
  font-size: 6px;
  color: #999;
}
.source {
  font-size: 6px;
  color: #323242;
}
.image {
  width: 640px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}


/*アコーディオンメニュー*/
.accordion1 {
  margin: 10px auto;
  width: 100%;
}
.toggle1 {
  display: none;
}
.option1 {
  position: relative;
  margin-bottom: 1em;
}
.title1,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title1 {
  border: solid 1px #FF69B4;
  padding: 1em;
  display: block;
  color: #323242;
  font-weight: bold;
  cursor: pointer;
}
.title1::after,
.title1::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #FF69B4;
  transition: all 0.3s;
}
.title1::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.toggle1:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle1:checked + .title::before {
  transform: rotate(90deg) !important;
}


/*          メニュー          */
.menubox {
  width: 100%;
  margin: auto;
  background-color: #FFD9EC;
  padding: 0 0 40px;
}
.group {
  width: 80%;
  margin: 0 auto;
  border: #fff solid 4px;
  border-radius: 30px;
  height: fit-content;
  display: flex;
  position: relative;
  background-color:#fff;
}
.group_inner {
  padding: 0.5em;
  width: 50%;
  text-align: center;
  margin: 30px auto;
}
.explanation {
  width: 50%;
  text-align: center;
  color: #323242;
  margin: auto;
  font-size: 22px;
}
.plan01 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #00BFFF;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  top: 50px;
  left: 100px;
  min-width: 20px;
  padding: 0 3px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menubox {
    padding: 0;
  }
    .group {
    width: 95%;
    display: flex;
    flex-direction: column;
  }
  .group_inner , .explanation {
    width: 95%;
    padding: 0;
    margin: 20px auto;
  }
  .plan01 {
    top: 40px;
    left: 10px;
    font-size: 20px;
  }
  .label1 {
    margin-top: 20px;
    color: #323242;
    font-size: 16px;
  }
  .explanation {
  font-size: 16px;
  }
}

.label {
  width: 100%;
  height: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #FF69B4;
}
.fit1 {
  height: fit-content;
  padding: 10px 0;
}
.padding {
  padding: 10px 0 0;
}
.fsize28 {
  font-size: 28px;
}

/*スライダー*/
/* Importing Google fonts - Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.containaer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.card-wrapper {
  max-width: 1000px;
  margin: 0 auto 35px;
  padding: 20px 10px;
  overflow: hidden;
}
.card-item {
  margin: 0;
}
.card-list .card-item {
  list-style: none;
}
.card-list .card-item .card-link {
  user-select: none;
  display: block;
  background: #fff;
  padding: 18px;
/*  border-radius: 12px;*/
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgb(0, 0, 0, 0.05);
  transition: 0.2s ease;
  width: 70%;
  margin: auto;
}
.card-list .card-item .card-link:hover {
  border-color: #FF69B4;
}
.card-list .card-link .card-image {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.card-list .card-link .badge {
  color: #323242;
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0;
/*
  padding: 8px 16px;
  background: #dde4ff;
  width: fit-content;
  border-radius: 50px;
  */
}
/*
.card-list .card-link .badge.presswalker {
  color: #b22485;
  background: #f7dff5;
}
.card-list .card-link .badge.prtimes {
  color: #b25a2b;
  background: #ffe3d2;
}
*/
.card-list .card-link .card-title {
  font-size: 16px;
  color: #323242;
  font-weight: 600;
  background: none;
  margin: 10px 0 0;
}
.card-list .card-link .card-button {
  height: 35px;
  width: 35px;
  color: #FF69B4;
  border-radius: 50%;
  margin: 10px 0 5px;
  background: none;
  cursor: pointer;
  border: 2px solid #FF69B4;
/*  transform: rotate(-45deg);*/
  transition: 0.4s ease;
}
.card-list .card-link:hover .card-button {
  color: #fff;
  background: #FF69B4;
}
.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #FF69B4;
}
.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.card-wrapper .swiper-slide-button {
  color: #FF69B4;
  margin-top: -35px;
}
.swiper-button-prev .swiper-button-next {
  width: 100px;
  margin: 0 100px;
}
@media screen and (max-width:768px) {
  .card-wrapper {
    margin: 0 10px 25px;
  }
  .card-wrapper .swiper-slide-button {
    display: none;
  }
}
