@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap')

@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap');

/* 基本設定
------------------------------------------------------------ */
html {
    font-size: 62.5%;
}

@media screen and (max-width: 543px) {
html {
    font-size: 56.25%;
  }
}

body {
    color: #502840;
    font-family: "Kosugi", sans-serif;

    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .08em;
   
   background: #fdf0f9;
}




/* IE10以降游ゴシックオフ */
@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

img {
    vertical-align: top;
}

a {
    outline: 0;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .2s;
          transition: all .2s;
}




/* flexbox */
.flex {
    display: -webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* フォント
------------------------------------------------------------------------------ */

/* フォントの色 */



/* 改行制御
------------------------------------------------------------------------------ */
.br {
  display: inline-block;
  display: block;
  margin: 10px 0 0 0;

}
@media screen and (max-width: 640px) {


}

@media screen and (max-width: 543px) {
  .br_xs::before {
    white-space: pre;
    content: '\A';
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .br_sm::before {
    white-space: pre;
    content: '\A';
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .br_md::before {
    white-space: pre;
    content: '\A';
  }
}

@media screen and (min-width: 992px) {
  .br_lg::before {
    white-space: pre;
    content: '\A';
  }
}












.wrp{

  
}
.content{
    
    
    
}





/*                                                                  */
/*                                                                                                                                                          */



.con_box{
       margin: 0 auto;
       padding: 2rem;
       box-sizing: border-box;   
}
.con_box .box-a{
       text-align: left;
       margin: 0 auto;
       max-width: 700px;
       line-height: 2;
       letter-spacing: .5rem;
       font-size: 2rem;
       margin-top:5rem;
       border: 1px solid #222;
       border-radius: 5px;
       padding: 1.5rem;
       box-sizing :border-box;
    
}
.br_sp{
     display: block; 
     margin: 0 auto;
  
}

.con_box .box-b{
       text-align: left;
       margin: 0 auto;
       max-width: 700px;
      display: flex;
      justify-content: center;
      align-items: center;
     
       border: 1px solid #222;
       border-radius: 5px;
       padding: 1.5rem;
       box-sizing :border-box;

}
.con_box .box-b ul{
    margin: 1rem auto;
}
.con_box .box-b li{
     list-style-type:none;
     text-align: left;
     line-height: 2;
     font-size: 2rem;
     
}
.tyu{
     font-size: 1.8rem;
     
     margin-bottom: 1.5rem;
}
.pos{
    text-align:center;
    max-width: 1000px;
    margin: 0 auto;
}
.pos img{
    width: 100%;
    /*max-width: 1000px;*/
}
@media screen and (max-width: 780px) {
.p1::after {
  border-width: 0 3vw 5vh 3vw;

}
.p2::after {
  border-width: 0 3vw 5vh 3vw;

}

}
@media screen and (max-width: 640px) {
.con_box .box-a{
      line-height: normal;
      letter-spacing: normal;
      font-size: 1.8rem;
      margin-top: 0;
}
.con_box .box-b li{
      font-size: 1.8rem;
      line-height: normal;
}
.tyu{
     font-size: 1.5rem;
     margin-bottom: 1rem;
     text-align: left;
}
.p1::after {
  border-width: 0 3vw 4vh 3vw;

}
.p2::after {
  border-width: 0 3vw 4vh 3vw;

}

}
@media screen and (max-width: 340px) {
.p1::after {
  left: 5px;

}
.p2::after {
  right: 5px;

}

}
.op{
   text-align: center;   
     font-size: 1.8rem;
     margin: 2rem auto;   

}
.btn{
    position: relative;
}
.btn a{
    display:block;
    line-height: 3;
    background: #cf0008;
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
    position: relative;
    width: 100%;
}

.btn a:hover{
    background: #9e0309
}
.con_box .box-c{
       text-align: center;
       margin: 0 auto 5rem auto;
       max-width: 700px;
}


/*
.button {
  display: block;
  position: relative;
  background: #83c11e;
  width: 24rem;
  padding: 1.5rem;
  border-radius: .6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
}

.button:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.button:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}

*/
.button::after {
  content: ">";
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
.btn a{
     font-size: 2rem;

}
}
.shop{
   text-align: center;
   width: 60px; 
   margin: 0 auto;
   background: #fff; 
   display: block; 
}











/**/
.outer{    
   /* max-width: 800px;*/
    margin: 0 auto 30px auto;
}
.heading10 {
	position: relative;
	padding-top: 30px;
    border-bottom: 1px solid #ffc1c1;
    text-align: left;

}

.heading10 span {
	position: relative;
	z-index: 2;
    color: #f490cc;
	font-size: 40px;
    font-family: 'Kiwi Maru', serif;

}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 15px;
	left: 0;
    color: #f490cc;
	font-size: 20px;
	text-transform: uppercase;
	z-index: 1;
    letter-spacing: normal;
}
.em1{
    text-decoration: underline;  
}
.em3{
    font-weight: bold;  
}

.em2{
   background: #f490cc;
   color: #fff;  
   margin: 0 2px;
   padding: 0 3px;
   box-sizing:border-box;
}
.con_box_all{
    margin: 0 auto;
    max-width: 1000px;
    
}
.cont-box{
    width: 32.3%;
    margin-left: 1%;
    margin-bottom: 20px;
    margin-top:50px;
    padding: 20px;
    box-sizing:border-box;
    position: relative;   
    border-radius: 2px;
    background: #fff;
    
    background: #f5bcdc;
}
.cont-box p{
position: absolute;
  top: -50px;
  left: 47%;
  background: #f5bcdc;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  margin: auto;
  
  }
/*
.cont-box p:after{
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    background: #a476ee;
    left: 0;
     right: 0;
     margin: auto;
     top: -60px;

}
*/
.en-deco{
    display:block;
    text-align: center;
    font-size: 15px;
     z-index: 10;
     position: absolute;
    top: 15px;
    left: 28%;
    color: #fff;
}
.number{
    display:block;
    font-size: 22px;
     position: absolute;
    top: 30px;
    left: 35%;
    color: #fff;
}

.head-text{
     padding: 20px;
     box-sizing:border-box;
     font-size:18px;   
}


.attention-text{
    max-width: 800px;
    margin: 40px auto;
    line-height: 2.5;
}
.cont-box h3{
     margin: -10px 0 0 0;
     text-align: center;
     letter-spacing: .5px;
     font-size: 26px;
     color: #502840;
     font-family: 'Kiwi Maru', serif;
     z-index: 100;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
}
.cont-text{
    padding: 5px 0 0px 0;
    
}
.anq img{
     width: 100%;
}
.anq{
     margin: 0 auto 30px auto;
     max-width: 700px;  
}
.main_area_index{
     padding: 0 15px;
     box-sizing:border-box;   
}
.top-add-text{
    padding: 20px;
    box-sizing:border-box;
    text-align: center;
    letter-spacing:normal;
    font-family: 'Kiwi Maru', serif;

}
.top-add-text .p1{
    font-size:35px;
    color: #fff;
    background: #ffc1c1;
    display:inline-block;
    padding: 1px 6px;
    box-sizing:border-box;
}
.top-add-text .p2{
    font-size:25px;

}
.top-add-text .p2 span{
    font-size:35px;
    color: #f490cc;
}








@media screen and (max-width: 768px) {
.cont-box{
    width: 49%;
}
}
@media screen and (max-width: 640px) {
.outer{
     margin: 0 auto 10px auto;   
}
.heading10 {
     font-size:18px;
}
.heading10 span{
     font-size:30px;
}

.con_box_all{
    box-sizing:border-box;

}
.head-text{
     line-height: 1.3; 
      padding: 10px 0 30px 0;
      font-size: 16px;  
}
.cont-box{
    width: 100%;
    margin-left: 0;
    margin-top: 45px;
}
.cont-box p {
  
  /*  left: 43%;*/
}
.cont-box h3 {
    font-size: 22px;
    margin: 0 0 10px 0;   
}
.cont-text{
     line-height: 1.3;  
     padding: 0 0 0 0; 
}
.attention-text{
     line-height: 1.4;  
     margin: 0; 
}
.heading10::before {
    font-size: 16px;

}
.top-add-text {
    padding: 20px 0 5px 0;   
}
.top-add-text .p1{
    font-size:28px;
    padding: 0 2px;

}
.top-add-text .p2{
    font-size:20px;

}
.top-add-text .p2 .str{
    font-size:26px;
    font-weight: 600;
    line-height: 1;
}
.br-sp{
     display:block;   
}
}

@media screen and (max-width: 450px) {
.cont-box p {
   /* left: 40.5%;*/
}

}



/*----------------------------------------
	price
----------------------------------------*/
.price {
  padding: 3rem 3%;
  background: #f1ebf9;
  color: #111;
}

.price h2 {
  color: #884eca;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .price h2 {
    font-size: 1.7em;
  }
}

.price__text {
  text-align: left;
  padding: 0.5rem 0.5rem 1rem;
}

.price__text--center {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .price__text {
    font-size: 1.3rem;
  }
}

.price_table {
  border-spacing: 2px;
  border-collapse: separate;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.price_table th,
.price_table td {
  width: 25%;
  line-height: 1.2;
  font-size: 1em;
}

@media screen and (min-width: 576px) {
  .price_table th,
  .price_table td {
    font-size: 1.2em;
  }
}

.price_table th {
  background: #f5bcdc;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}

.price_table td {
  background: #fff;
  color: #502840;
  height: 4.65rem;
  position: relative;
  vertical-align: middle;
  text-align: right;
  padding-right: 1.5%;
}

.price_table tbody th {
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.price_table thead th:nth-of-type(n + 2) {
  position: relative;
}

.price_table thead th:nth-of-type(n + 2)::after {
  content: "コース";
  display: inline-block;
}

.add{
    text-align: right;
}







.price_table{

    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;


}
