@charset "UTF-8";
/* ============================================
	共通parts
  =============================================*/

/*************************** anchor link ***************************/
/*========== PC==========*/
@media screen and (min-width: 641px) {
  .index_anchor {
    padding-top: 95px;
    margin-top: -95px;
    width: 0;
    height: 0;
  }
}

/*========== SP==========*/
@media screen and (max-width: 640px) {
  .index_anchor {
    padding-top: 82px;
    margin-top: -82px;
    width: 0;
    height: 0;
  }
}

/* ============================================
	PC
  =============================================*/
@media screen and (min-width: 641px) {
	
  /*************************** イントロダクション ***************************/
  .introduction_inner {
    background-image: url(/bridal/img/introduction_bg.png);
    background-position: 100% 70%;
    background-repeat: no-repeat;
    background-size: 45%;
    margin-top: 40px;
  }

  .introduction {
    padding-top: 0;
  }
  .introduction .introduction_inner {
    line-height: 1.75;
  }

  .introduction .mvbox .front {
    position: absolute;
    top: inherit;
    transform: translateY(-55%);
    left: 110px;
    bottom: 35px;
  }
  .introduction .catch {
    margin-top: 40px;
  }

  .menu {
    padding: 0;
  }

  .menu_link {
    padding: 30px 0 40px;
  }

  /*************************** common ***************************/
  /* parts & schedule title*/
  .title {
    font-size: 3rem;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-family: Lato, "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: normal;
  }
  .title span {
    font-size: 4.8rem;
    font-size: 48px;
    color: #ca516c;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  }
  .title_two {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 5rem;
    font-size: 50px;
  }
  .title_two span {
    display: block;
    font-size: 1.6rem;
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 20px;
    font-family: "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, Lato, sans-serif;
  }

  /* Bridal Esthetic Plan & Premium title*/
  .esthetic_plan .btnWrap,
  .premium .btnWrap {
    margin-top: 30px;
  }

  /*************************** メニュー ***************************/
	.menu_banners ul{
		font-size: 0;
	}
	
  .menu_banners ul li {
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    width: 32%;
  }
  .menu_banners ul li:last-of-type {
    margin-right: 0;
  }
  .menu .banner_box {
    background-image: url(../img/top/menu_frame-mid.png);
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
    padding: 25px 20px;
    width: 100%;
  }
	
	
	/* ===== deco ===== */
  .menu .banner_box::before,
	.menu .banner_box::after {
    content: '';
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    left: 0;
    position: absolute;
  }
  .menu .banner_box::before {
    background-image: url(../img/top/menu_frame-top.png);
    top: 0;
    background-position: 0 0;
  }
  .menu .banner_box::after {
    background-image: url(../img/top/menu_frame-bottom.png);
    bottom: 0;
    background-position: 0 100%;
  }
	
	/* ===== img ===== */
  .menu .banner_box .ban_img {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
  }
	
	/* ===== info ===== */
  .menu .banner_box .ban_info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1%;
    width: 69%;
    line-height: 1.5;
  }
	
	/* ===== text ===== */
  .menu .banner_box .ban_info .text {
    font-size: 1.6rem;
    font-size: 16px;
  }
	
	/* ===== name ===== */
  .menu .banner_box .ban_info .name {
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    font-size: 20px;
    color: #ca516c;
    margin: 20px 0;
  }
	
  .menu ul li:nth-of-type(3) .banner_box .ban_info .name {
    padding: 0.75em 0;
  }
	
	/* ===== bnt ===== */
  .menu .banner_box .ban_info .more .btn {
    padding: 6px 30px 6px 15px;
    font-size: 1.4rem;
    font-size: 14px;
    max-width: 160px;
  }
  .menu .banner_box .ban_info .more .btn .icon-arrow {
    right: 10px;
    font-size: 1.4rem;
    font-size: 14px;
  }

  .menu_link {
    line-height: 1.75;
  }
  .menu_link .anchorLinks .anchorMenu {
    margin-bottom: 0;
  }
  .menu_link .anchorLinks .anchorMenu li {
    display: inline-block;
    margin: 0;
    margin-right: 1%;
  }
  .menu_link .anchorLinks .anchorMenu li:last-of-type {
    margin-bottom: 0;
  }
  .menu_link .anchorLinks .anchorMenu li.long {
    width: 48%;
  }
  .menu_link .anchorLinks .anchorMenu li::after {
    bottom: -5px;
  }
/*=====ドレスエステボタン=====*/
.btnWrap.plan_btn .btn.btn_white .sup {
    font-size: 50%;
    vertical-align: super;
    color: #444;
  }
  /*************************** 最高に輝く花嫁になるための6つのポイント ***************************/
  .parts-sixs .slide-box .swiper-slide {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 2%;
  }
  .parts-sixs .slide-box .swiper-slide:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .parts-sixs .slide-box .swiper-slide:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .parts-name {
    text-align: left;
    font-size: 2.2rem;
    font-size: 22px;
  }
  .parts-name span {
    font-size: 3.6rem;
    font-size: 36px;
    color: #ca516c;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  }
  .parts-img {
    width: 100%;
    margin-right: 2%;
  }
  .parts-text {
    width: 100%;
    font-size: 1.6rem;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
  }

  /*************************** 挙式までに美しくなるためのスケジュール約6カ月間 ***************************/

/*=====挙式まであと**日=====*/
  .schedule-flow_time {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 5%;
    position: relative;
    z-index: 2;
    /* left: -20px; */
  }
  .schedule-flow_time:after{
    position: absolute;
    content: url(../img/top/schedule-month-bg.png);
    top: 0;
    left: 0;
    z-index: 1;
  }
  .schedule-flow_time ul li {
    margin-bottom: 15px;
    position: relative;
  }
  .schedule-flow_time ul li:first-child .number, .schedule-flow_time ul li:last-of-type .number {
    line-height: 100%;
  }
  .schedule-flow_time ul li:nth-of-type(2n) {
    margin-bottom: 45px;
  }
  .schedule-flow_time ul li:nth-of-type(3n) {
    margin-bottom: 60px;
  }
  .schedule-flow_time ul li:nth-of-type(4n) {
    margin-bottom: 125px;
  }
  .schedule-flow_time ul li:nth-of-type(5n) {
    margin-bottom: 145px;
  }
  .schedule-flow_time ul li:nth-of-type(6n) {
    margin-bottom: 105px;
  }
  .schedule-flow_time ul li:last-of-type {
    margin-bottom: 0;
  }
  .schedule-flow_time ul li:last-of-type::after {
    content: '';
  }
/*   .schedule-flow_time ul li::after {
    content: url(../img/top/schedule-arrow1.png);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -140px;
  } */
/*   .schedule-flow_time ul li:nth-of-type(4n)::after {
    content: url(../img/top/schedule-arrow2.png);
    bottom: -230px;
  } */
  .schedule-flow_time ul li .time-boxIn {
    width: 180px;
    height: 155px;
    font-size: 2.6rem;
    font-size: 26px;
    padding: 30px 10px 10px 10px;
    line-height: 1.2;
    margin: 0;
    position: relative;
    z-index: 3;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  }
  .schedule-flow_time ul li .time-boxIn .rest_wed {
    font-size: 2.2rem;
    font-size: 22px;
  }
  .schedule-flow_time ul li .time-boxIn .rest_cur {
    font-size: 2.0rem;
    font-size: 20px;
    /* border-bottom: 1px solid #676767; */
  }
  .schedule-flow_time ul li .time-boxIn .number {
    font-size: 6rem;
    font-size: 60px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    margin-right: 5px;
  }
	
/*=====スケジュールの流れ=====*/
  .schedule-flow_cont {
    display: inline-block;
    vertical-align: top;
    width: 72%;
  }
  .schedule-flow_cont .catch,
  .schedule-flow_cont .sub_catch {
    font-size: 1.8rem;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    border: 2px #e9cdd0 solid;
    border-left: 10px #e9cdd0 solid;
    padding: 5px 0 5px 18px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  }
  .schedule-flow_cont .schedule-con .sub_catch {
    margin-bottom: 20px;
  }
  .schedule-flow_cont .schedule-con .rest_title {
    font-size: 2.4rem;
    font-size: 24px;
    text-align: left;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  }
  .schedule-flow_cont .schedule-con .rest_title .num-color {
    font-size: 4.8rem;
    font-size: 48px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    /* color: #ca516c; */
    color: #D99CA9;
  }
  .schedule-flow_cont .schedule-con .rest_title .num-color-m{
    font-size:2.4rem;
    font-size: 24px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    color: #D99CA9;
  }
  .schedule-flow_cont .schedule-con .rest_title .sup {
    font-size: 75.5%;
    position: relative;
    top: -0.5em;
    margin-right: 0.3em;
    margin-left: 0.15em;
    color: #D99CA9;
}
	
/*=====スケジュールの流れ＞*カ月前=====*/
  .schedule-flow_cont .schedule-con .accoBtn {
    position: relative;
    margin-top: 20px;
  }
/*   .schedule-flow_cont .schedule-con .accoBtn-img1 {
    position: absolute;
    right: 50px;
    top: -15px;
  } */
/*   .schedule-flow_cont .schedule-con .accoBtn-img2 {
    position: absolute;
    right: -70px;
    top: 10px;
  } */
  .schedule-con.js_accordionScope{
    position: relative;
  }
  .schedule-con.js_accordionScope .circle-img div{
    width: 24vw;
    max-width: 200px;
  }
  .schedule-con.js_accordionScope .circle-img1{
    position: absolute;
    bottom: 3rem;
    left: 29%;
  }
  .schedule-con.js_accordionScope .circle-img2{
    position: absolute;
    bottom: -6rem;
    right: 2rem;
  }
  .schedule-flow_cont .schedule-con .contBox {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .schedule-flow_cont .schedule-con.lastOneMonth .contBox .schedule-box-info{
    display: flex;
    color: #DA9CAA;
  }
  .schedule-flow_cont .schedule-con.lastOneMonth .contBox .schedule-box-info .schedule-sub_head{
    margin-right: 10px;
  }
  .schedule-flow_cont .schedule-con.lastOneMonth .contBox .schedule-box-info .schedule-sub_head:last-of-type{
    margin-left: 10px;
  }
  .schedule-flow_cont .schedule-con.lastOneMonth .contBox .schedule-box{
    width: 100%;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box {
    /* border-bottom: 2px #989898 solid; */
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 35%;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box:last-of-type {
    margin-bottom: 0;
  }
  .schedule-con.js_accordionScope {
    background-color: #fff;
    padding-left: 40px;
    padding-bottom: 12.5rem;
    margin-top: 9rem;
    pointer-events: none;
  }
  .schedule-con.js_accordionScope.lastOneMonth{
    padding-bottom: 0;
  }
  .schedule-con.js_accordionScope:nth-of-type(2){
    margin-top: 12.5rem;
    padding-bottom: 14.5rem;
  }
  .schedule-speech-bubble-big{
    position: absolute;
    max-width: 183px;
    top: -10rem;
    left: 10px;
  }
  .schedule-speech-bubble-big .text{
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 13%;
    font-size: 2rem;
    font-size: 20px;
    color: #ca516c;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.5;
  }
  .schedule-con.js_accordionScope:nth-of-type(2) .schedule-speech-bubble-big .text{
    left: 18%;
  }
	
/*=====例一覧=====*/
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info {
    /* display: inline-block; */
    display: block;
    /* vertical-align: top; */
    /* width: 40%; */
    margin-right: 1%;
    position: relative;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .schedule-sub_head {
    background-color: #DA9CAA;
    margin-bottom: 15px;
    /* padding: 12px 0; */
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    width: 103px;
    letter-spacing: 0.05em;
    border-radius: 5px;
    line-height: 1.5;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .forExa-box {
    background: #fff;
    border: 1px #989898 solid;
    width: 95%;
    float: right;
    padding-top: 10px;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .forExa-box ul {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 2;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .forExa-box ul li {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .forExa-box ul li.one_lineHli {
    display: block;
    width: auto;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .forExa-box ul.one_lineH {
    margin-left: 13px;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .forExa-box ul.one_lineH li {
    display: block;
    width: auto;
  }
  .lastOneMonth .att{
    font-size: 1.7rem;
    font-size: 17px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    color: #D99CA9;
    position: absolute;
    right: 2.5rem;
    top: 5rem;
  }
	
/*=====説明=====*/
  .schedule-flow_cont .schedule-con .contBox .schedule-box-text {
    display: inline-block;
    vertical-align: top;
    /* width: 58%; */
    width: 100%;
    text-align: left;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-text .text{
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-text .schedule-catch {
    font-size: 1.7rem;
    font-size: 17px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    /* margin-bottom: 16px; */
    margin-bottom: 5px;
    color: #D99CA9;
  }
  .schedule-flow_cont .lastOneWeek .contBox {
    margin-bottom: 0;
  }
  .schedule-flow_cont .lastOneWeek .contBox .schedule-box {
    position: relative;
    margin-top: 30px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 4px solid #F5D7DB;
    /* background: #fff; */
   /*  width: 88%; */
    width: 100%;
    float: right;
  }
  .schedule-flow_cont .lastOneWeek .contBox .schedule-box-text {
    border-top: 0;
    padding-top: 0;
    width: 100%;
    /* padding: 19px 0; */
    padding: 15px 20px 15px 40px;
  }
  .schedule-flow_cont .lastOneWeek .contBox .schedule-box-text .schedule-catch {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    color: #444444;
  }
  .schedule-flow_cont .lastOneWeek .contBox .schedule-box-text .text {
    display: inline-block;
    vertical-align: middle;
    /* width: 60%; */
    width: 65%;
    border-left: 1px #ccc solid;
    padding-left: 4%;
    margin-left: 4%;
    font-family: "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, Lato, sans-serif;
    font-weight: normal;
    line-height: 1.5;
  }
  @media screen and (max-width: 1000px) {
    .schedule-flow_cont .lastOneWeek .contBox .schedule-box-text {
      display: flex;
    }
  }
  @media screen and (max-width: 950px) {
    .schedule-flow_time{
    transform: scale(0.9);
    left: -5px;
    }
  }
  @media screen and (max-width: 890px) {
    .schedule-flow_time{
      transform: scale(0.9);
      left: -25px;
    }
  }
  @media screen and (max-width: 767px) {
    .schedule-flow_time{
      display: none;
    }
    .schedule-flow_cont {
      width: 100%;
    }
  }
/*   .schedule-flow_cont .lastOneWeek .contBox .schedule-box::before {
    width: 0;
    content: '';
    height: 0;
    border: 80px solid transparent;
    border-top: 80px solid #e9cdd0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -163px;
    top: -4px;
  } */
/*   .schedule-flow_cont .lastOneWeek .contBox .schedule-box::after {
    width: 0;
    content: '';
    height: 0;
    border: 76px solid transparent;
    border-top: 76px solid #fff;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -152px;
    top: 0px;
  } */
  .schedule .forExa-box .forExa {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #fff;
    text-align: left;
    width: 20%;
    min-width: 70px;
    max-width: 140px;
    border-top: 30px solid #898989;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    position: absolute;
    left: 0;
  }
  .schedule .forExa-box .forExa::before {
    content: '例えば';
    position: absolute;
    top: -25px;
    left: 10px;
  }
  .schedule .forExa-box ul li::before {
    content: '□';
  }
/* ===== 注意書き ===== */
.att_box{
  text-align: left;
  font-size: 80%;
  margin-top: 10px;
  letter-spacing: normal;
}
/*=====空間調節=====*/
  .schedule .schedule-flow_cont .schedule-con:nth-of-type(2) .contBox .schedule-box:nth-of-type(3) .schedule-box-info .forExa-box ul {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .schedule .schedule-flow_cont .schedule-con:nth-of-type(2) .contBox .schedule-box:nth-of-type(4) .schedule-box-info .forExa-box ul {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .schedule .schedule-flow_cont .schedule-con:nth-of-type(3) .contBox .schedule-box:nth-of-type(2) .schedule-box-info .forExa-box ul {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .schedule .schedule-flow_cont .schedule-con:nth-of-type(3) .contBox .schedule-box:nth-of-type(3) .schedule-box-info .forExa-box ul {
    margin-top: 35px;
    margin-bottom: 10px;
  }

  /*************************** Bridal Esthetic Plan ***************************/
  .esthetic_plan .esthetic_plan-con ul li {
    margin-bottom: 20px;
   /* margin-right: 3.4%;*/
    display: inline-block;
    width: 100%;
  }

  .esthetic_plan .esthetic_plan-con ul li:nth-of-type(even) {
    margin-right: 0;
  }
  .esthetic_plan .esthetic_plan-con ul li:last-of-type {
    margin-bottom: 0;
  }
	

/*==========ウェディング＆オプション==========*/
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box {
	  border: 1px solid #ccc;
	  padding: 10px;
	  position: relative;
	  display: block;
	  text-decoration: none;
	  overflow: hidden;
	  font-size: 0;
  }
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    right: -5px;
    border: 10px solid transparent;
    border-top: 10px solid #e9cdd0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box .group {
    width: 13%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
  }
	
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box .info {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 1.5rem;
    font-size: 15px;
  }
	
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box .info .plan_title {
    font-size: 2.0rem;
    font-size: 20px;
    font-family: "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, Lato, sans-serif;
    font-weight: bold;
  }

	
/*==========ウェディングプラン==========*/
  .esthetic_plan .esthetic_plan-con .wedding {
    margin-bottom: 10px;
  }
	
	.esthetic_plan .esthetic_plan-con .wedding ul{
		font-size: 0;
	}
	
  .esthetic_plan .esthetic_plan-con .wedding .esthetic_plan-box .group {
    background-color: #e9cdd0;
    padding: 33px 0;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    width: 27%;
	line-height: 1.3;
  }
	
	/* 2行 */
/*  .esthetic_plan .esthetic_plan-con .wedding  ul li:nth-of-type(1) .group {
		padding: 20px 0;
	} */
	
  .esthetic_plan .esthetic_plan-con .wedding .group::before {
    content: '挙式まで';
    display: block;
	      margin-bottom: 7px;
  }
  .esthetic_plan .esthetic_plan-con .wedding .group span {
    font-size: 20px;
    font-size: 2rem;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  }
	
  .esthetic_plan .esthetic_plan-con .wedding .info {
	  width: 72%;
	  line-height: 1.5;
  }
	
  .esthetic_plan .esthetic_plan-con .wedding .info .plan_title {
    margin-top: 9px;
  }
	
/*========== オプション==========*/
  .esthetic_plan .esthetic_plan-con .option ul li {
    width: 100%;
    display: block;
  }
  .esthetic_plan .esthetic_plan-con .option .group {
    background-color: #e6e6e6;
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Lato, "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: normal;
  }
  .esthetic_plan .esthetic_plan-con .option .group::before {
    content: 'オプション';
  }
  .esthetic_plan .esthetic_plan-con .option .info {
    width: 86%;
  }
  .esthetic_plan .esthetic_plan-con .option .info .plan_title {
    display: inline-block;
    margin-left: 7%;
  }
  .esthetic_plan .esthetic_plan-con .option .info .plan_title .bracket {
    color: #ca516c;
    font-size: 1.2rem;
    font-size: 12px;
  }
  .esthetic_plan .esthetic_plan-con .option .info .plan_title .mini_gray {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: Lato, "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: normal;
  }

  /*************************** Q & A ***************************/
  .qa .sup {
    vertical-align: super;
  }
  .qa .faq {
    width: 100%;
    margin: 0 auto 30px;
  }
  .qa .faq:last-of-type {
    margin-bottom: 0;
  }
  .qa .faq_header {
    padding: 0;
  }
  .qa .faq_header .faq_header_title {
    text-align: left;
    font-size: 2rem;
    font-size: 20px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    padding-bottom: 6px;
    border-bottom: 1px solid #444;
  }
  .qa .faq_header .faq_header_title::after {
    font-family: 'icon';
    content: "\e903";
    float: right;
    vertical-align: middle;
    font-weight: normal;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .qa .faq_header .faq_header_title_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.8%;
  }
  .qa .faq_header .faq_header_title_icon::before {
    content: 'Q.';
    font-size: 3rem;
    font-size: 30px;
  }
  .qa .faq_header .faq_header_title_text {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
  }
  .qa .skin_action .faq_header_title::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .qa .faq_body {
    padding: 20px;
    background-color: #f0f0f0;
    margin-top: 15px;
  }
  .qa .faq_body_icon {
    display: inline-block;
    vertical-align: middle;
  }
  .qa .faq_body_icon::before {
    content: 'A.';
    font-size: 3rem;
    font-size: 30px;
  }
  .qa .faq_body_text {
    display: inline-block;
    vertical-align: middle;
    width: 94%;
    margin-left: 2%;
    text-align: left;

    line-height: 1.4;
  }
  .qa .faq_body_text p {
    margin-bottom: 1rem;
  }
  .qa .faq_body_text p:last-of-type {
    margin-bottom: 0;
    line-height: 1.75;
  }
  .qa .faq_body_text p span {
    font-size: 80%;
  }

  /*************************** Premium ***************************/
	.premium-list ol{
		font-size: 0;
	}
  .premium-list ol li {
    margin-bottom: 20px;
    display: inline-block;
	  vertical-align: top;
    width: 49%;
    margin-right: 2%;
  }
	
  .premium-list ol li:nth-of-type(even) {
    margin-right: 0;
  }
  .premium-list ol li:nth-of-type(3n+3) {
    margin-bottom: 0;
  }
  .premium-list ol li:last-of-type {
    margin-bottom: 0;
  }
  .premium-box {
    display: block;
    background-color: #fff;
    padding: 10px;
  }
  .premium-number {
    display: inline-block;
    vertical-align: middle;
    width: 117px;
    margin-right: 2%;
    background-color: #e9cdd0;
    padding: 5% 0;
	font-size: 16px;
	font-size: 1.6rem;
  }
  .premium-number::before {
    content: '特典';
  }
  .premium .info {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    text-align: left;
    font-size: 1.6rem;
    font-size: 16px;
  }
  .premium .info .plan_title {
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    font-size: 20px;
  }

  /*************************** インスタグラム ***************************/
  .instaglam .title img {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
  }
  .instaglam .title p {
    margin-top: 40px;
    font-size: 1.6rem;
    font-size: 16px;
    font-family: "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, Lato,  sans-serif;
    font-weight: normal;
  }
  .instaglam .instArea {
    position: relative;
  }
  .instaglam .instArea .linkArea {
    width: 100%;
  }
  .instaglam .instArea .linkArea a {
    position: absolute;
    display: block;
    width: 19.6%;
    padding: 9.8%;
  }
  .instaglam .instArea .linkArea a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .instaglam .instArea .linkArea a:nth-child(-n + 5){
    top: 0px;
  }
  .instaglam .instArea .linkArea a:nth-last-child(-n + 5){
    bottom: 13px;
  }
  .instaglam .instArea .linkArea a:nth-child(1),
  .instaglam .instArea .linkArea a:nth-child(6) {
    left: 0;
  }
  .instaglam .instArea .linkArea a:nth-child(2),
  .instaglam .instArea .linkArea a:nth-child(7) {
    left: 20%;
  }
  .instaglam .instArea .linkArea a:nth-child(3),
  .instaglam .instArea .linkArea a:nth-child(8){
    left: 40.2%;
  }
  .instaglam .instArea .linkArea a:nth-child(4),
  .instaglam .instArea .linkArea a:nth-child(9){
    right: 20%;
  }
  .instaglam .instArea .linkArea a:nth-child(5),
  .instaglam .instArea .linkArea a:nth-child(10){
    right: 0%;
  }
  .instaglam .instaglamBTN {
    margin-top: 20px;
  }
  .instaglam .instaglamBTN a {
    color: #444;
    font-family: "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, Lato,  sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .instaglam .instaglamBTN a:hover {
    color: #444;
    transition: all .3s;
  }
}/*media pc END*/

/* ============================================
	SP
  =============================================*/
@media screen and (max-width: 640px) {
	.section_inner a,
	.section_inner a:hover
	{
		text-decoration: none;
	}
  /*************************** イントロダクション ***************************/
  .introduction_text {
    text-align: center;
    padding-right: 0;
    margin: 0 4.6875%;
  }

  /*	イントロスライダー	*/
  .introduction_slide {
    background-image: none;
    margin: 0 3.125% 20px;
    height: auto;
  }

  .introduction_slide .swiper-container {
    top: 0;
    height: auto;
  }

  .introduction_slide .swiper-container-pc {
    display: none;
  }

  .introduction_slide .swiper-container-sp {
    display: block;
  }

  .introduction_slide .swiper-logo {
    display: none;
  }

  .introduction_slide .swiper-wrapper {
    left: inherit;
  }

  /*************************** inner独自変化設定 ***************************/
  .schedule {
    padding: 40px 2.5%;
  }
  .parts {
    padding: 40px 0;
  }

  /*************************** common ***************************/
  /* parts & schedule title*/
  .title {
    font-size: 2rem;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .title span {
    font-size: 3rem;
    font-size: 30px;
    color: #ca516c;
    font-weight: bold;
  }
  .title_two {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.5rem;
    font-size: 35px;
  }
  .title_two span {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-family: Lato, "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: normal;
  }

  .qa .title_two span {
    text-align: left;
  }

  /* Bridal Esthetic Plan & Premium ボタン設定*/
  .esthetic_plan .btnWrap,
  .premium .btnWrap {
    margin-top: 30px;
  }

  /*************************** メニュー ***************************/
  .menu {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .menu img {
    vertical-align: top;
  }
  .menu_banners ul li {
    margin-bottom: 10px;
  }
  .menu_banners ul li:last-of-type {
    margin-bottom: 0;
  }
  .menu .banner_box {
    background-image: url(../img/top/menu_frame-mid.png);
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
    padding: 25px 10px;
    width: 100%;
	  font-size: 0;
  }
  .menu .banner_box::before, .menu .banner_box::after {
    content: '';
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    left: 0;
    position: absolute;
  }
  .menu .banner_box::before {
    background-image: url(../img/top/menu_frame-top.png);
    top: 0;
    background-position: 0 0;
  }
  .menu .banner_box::after {
    background-image: url(../img/top/menu_frame-bottom.png);
    bottom: 0;
    background-position: 0 100%;
  }
  .menu .banner_box .ban_img {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
  }
	.menu .banner_box .ban_img img{
		width: 85%;
	}
	
  .menu .banner_box .ban_info {
    display: inline-block;
    vertical-align: middle;
    width: 63%;
  }
  .menu .banner_box .ban_info .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menu .banner_box .ban_info .name {
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    color: #ca516c;
    margin: 10px 0 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .menu .banner_box .ban_info .more .btn {
    padding: 6px 30px 6px 15px;
    font-size: 15px;
    font-size: 1.5rem;
	  font-size: 4vw;
    max-width: 152px;
  }
	
/*=====ドレスエステボタン=====*/
.btnWrap.plan_btn .btn.btn_white .sup {
    font-size: 50%;
    vertical-align: super;
    color: #444;
  }
/*=====アンカーリンク=====*/
  .menu_link {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .menu_link .anchorLinks .anchorMenu {
    width: 100%;
  }
  .menu_link .anchorLinks li {
    display: block;
    margin: 0;
    margin-bottom: 10px;
	height: auto;
	min-height: 50px;
  }
  .menu_link .anchorLinks li:last-of-type {
    margin-bottom: 0;
  }
  .menu_link .anchorLinks li.long {
    width: 100%;
    font-size: 1.5rem;
    font-size: 15px;
  }
  .menu_link .anchorLinks li::after {
    bottom: -5px;
  }
	.anchorMenu li a{
		padding: 4px;
	}

  /*************************** 最高に輝く花嫁になるための6つのポイント ***************************/
  .parts .title,
  .parts .parts-mv {
    padding: 0 2.5%;
  }
  .parts-sixs .swiper-container {
    position: relative;
    background-image: none;
    margin: 20px auto 0;

    padding: 0 0 40px;
    border-top: 1px #ccc solid;
  }
  .parts-sixs .slide-box {
    border-top: 1px #ccc solid;
  }
  .parts-sixs .slide-box .swiper-slide {
    padding: 0 40px;
	  font-size: 0;
  }
  .parts-sixs .swiper-pagination {
    border-top: 1px #ccc solid;
  }
  .parts-sixs .swiper-pagination-bullet-active {
    background-color: #e9cdd0;
    background: #e9cdd0;
  }
  .parts-sixs .swiper-button-next {
    background-image: url(/bridal/img/top/next.png);
    width: 30px;
    height: 24px;
  }
  .parts-sixs .swiper-button-prev {
    background-image: url(/bridal/img/top/prev.png);
    width: 30px;
    height: 24px;
  }
  .parts-name {
    text-align: left;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
  }
  .parts-name span {
    font-size: 24px;
    font-size: 2.4rem;
    color: #ca516c;
  }
  .parts-img {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .parts-text {
    display: inline-block;
    vertical-align: top;
    width: 56%;
    font-size: 1.2rem;
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px;
  }

  /*************************** 挙式までに美しくなるためのスケジュール約6カ月間 ***************************/
  .schedule-flow_cont .schedule-con .rest_title {
    font-size: 20px;
    font-size: 2rem;
  }
  .schedule-flow_cont .schedule-con .rest_title .num-color {
    font-size: 30px;
    font-size: 3rem;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    /* color: #ca516c; */
    color: #D99CA9;
  }
  .schedule-flow_cont .schedule-con .rest_title .num-color-m {
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    color: #D99CA9;
  }
  .schedule-flow_cont .schedule-con .rest_title .sup {
    display: inline !important;
    font-size: 75.5%;
    position: relative;
    top: -0.8em;
    color: #D99CA9;
  }
  .schedule-flow_cont .schedule-con .accoBtn {
    background-color: #fff;
    border: 2px #D99CA9 solid;
    margin-top: 10px;
    position: relative;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  }
  .schedule-flow_cont .schedule-con .accoBtn::after {
    content: '▼';
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 0;
  }
  .schedule-flow_cont .schedule-con .accoBtn.skin_action::after {
    content: '▲';
    color: #ccc;
  }
  .schedule-flow_cont .schedule-con .contBox {
    display: none;
    margin-bottom: 30px;
  }
  .schedule-flow_cont .schedule-con .contBox .catch {
    font-size: 1.8rem;
    font-size: 18px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 20px;
  }
  .schedule-flow_cont .schedule-con .contBox .sub_catch {
    font-size: 1.5rem;
    font-size: 15px;
    background-color: #fff;
    border-top: 2px #e9cdd0 solid;
    border-bottom: 2px #e9cdd0 solid;
    margin: 20px 0;
    padding: 10px 0;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box {
    background-color: #fff;
    border: 2px #D99CA9 solid;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box:last-of-type {
    margin-bottom: 0;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .schedule-sub_head {
    background-color: #D99CA9;
    margin-bottom: 15px;
    color: #fff;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
  .schedule-flow_cont .schedule-con.lastOneMonth .contBox .schedule-box-info{
    display: flex;
    background-color: #D99CA9;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    justify-content: center;
    color: #fff;
  }
  .schedule-flow_cont .schedule-con.lastOneMonth .contBox .schedule-box-info .schedule-sub_head {
    margin-bottom: 0px;
  }
  .schedule-flow_cont .schedule-con.lastOneMonth .contBox .schedule-box-info .schedule-sub_head:first-of-type{
    margin-right: 10px;
  }
  .schedule-flow_cont .schedule-con.lastOneMonth .contBox .schedule-box-info .schedule-sub_head:last-of-type{
    margin-left: 10px;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .forExa-box ul {
    text-align: left;
    width: auto;
    margin: 10px auto 0;
    overflow: hidden;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .forExa-box ul li {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: 45%;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-info .forExa-box ul li.one_lineHli {
    display: block;
    width: auto;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-text {
    font-size: 15px;
    font-size: 1.5rem;
    width: 90%;
    /* border-top: 2px #ccc solid; */
   /*  padding-top: 15px; */
    margin: 15px auto 0;
    text-align: left;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box-text .schedule-catch {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    color: #D99CA9;
  }
  .schedule-flow_cont .lastOneWeek .contBox {
    display: block;
    margin-bottom: 0;
  }
  .schedule-flow_cont .lastOneWeek .contBox .schedule-box {
    position: relative;
    margin-top: 10px;
  }
  .schedule-flow_cont .lastOneWeek .contBox .schedule-box-text {
    border-top: 0;
    padding-top: 0;
  }
  .schedule-flow_cont .lastOneWeek .contBox .schedule-box-text .schedule-catch {
    text-align: center;
    margin-bottom: 10px;
    color: #444444;
  }
/*   .schedule-flow_cont .lastOneWeek .contBox .schedule-box::before {
    content: '';
    position: absolute;
    top: -11px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-top: 2px #e9cdd0 solid;
    border-left: 2px #e9cdd0 solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  } */
  .schedule .forExa-box .forExa {
    font-size: 1.2rem;
    font-size: 12px;
    color: #fff;
    background-color: #fff;
    text-align: left;
    width: 20%;
    min-width: 70px;
    max-width: 140px;
    border-top: 30px solid #898989;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    position: relative;
  }
  .schedule .forExa-box .forExa::before {
    content: '例えば';
    position: absolute;
    top: -25px;
    left: 10px;
  }
  .schedule .forExa-box ul li::before {
    content: '□';
  }
  .circle-img div{
    display: flex;
    justify-content: right;
    margin-top: -8rem;
  }
  .schedule-flow_cont .schedule-con .contBox .schedule-box .circle-img-last div{
    margin-top: -5rem;
  }
  .circle-img img {
    max-width: 11rem;
    display: flex;
    justify-content: right;
    margin-right: 1.5rem;
  }
  .schedule-speech {
    line-height: 1.2;
    font-size: 1.6rem;
    font-size: 16px;
    color: #ca516c;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    position: relative;
    top: 7px;
  }
  .section_gray .no-pc.att{
    font-size: 1.5rem;
    font-size: 15px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    color: #D99CA9;
    margin-top: 5px;
}
/* ===== 注意書き ===== */
.att_box{
  text-align: left;
  font-size: 80%;
  margin-top: 10px;
  letter-spacing: normal;
}
/*=====空間調節=====*/
  .schedule .schedule-flow_cont .schedule-con:nth-of-type(2) .contBox .schedule-box:nth-of-type(3) .schedule-box-info .forExa-box ul {
    margin-left: 10%;
    margin-right: 0%;
  }
  .schedule .schedule-flow_cont .schedule-con:nth-of-type(2) .contBox .schedule-box:nth-of-type(4) .schedule-box-info .forExa-box ul {
    margin-left: 10%;
    margin-right: 0%;
  }
  .schedule .schedule-flow_cont .schedule-con:nth-of-type(3) .contBox .schedule-box:nth-of-type(2) .schedule-box-info .forExa-box ul {
    margin-left: 10%;
    margin-right: 0%;
  }
  .schedule .schedule-flow_cont .schedule-con:nth-of-type(3) .contBox .schedule-box:nth-of-type(3) .schedule-box-info .forExa-box ul {
    margin-left: 10%;
    margin-right: 0%;
  }

  /*************************** Bridal Esthetic Plan ***************************/
  .esthetic_plan .esthetic_plan-con ul li {
    margin-bottom: 10px;
  }
  .esthetic_plan .esthetic_plan-con ul li:last-of-type {
    margin-bottom: 0;
  }
  .esthetic_plan .esthetic_plan-con .wedding {
    margin-bottom: 10px;
  }
  .esthetic_plan .esthetic_plan-con .wedding .group {
    background-color: #e9cdd0;
    padding: 20px 1%;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 3vw;
  }
  .esthetic_plan .esthetic_plan-con .wedding .group::before {
    content: '挙式まで';
    display: block;
    font-size: 1.3rem;
    font-size: 13px;
    font-size: 3vw;
  }
  .esthetic_plan .esthetic_plan-con .wedding .group span {
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 4.5vw;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
  }
  .esthetic_plan .esthetic_plan-con .option .group {
    background-color: #e6e6e6;
    padding: 30px 0;
    font-size: 1.2rem;
    font-size: 12px;
    font-family: Lato, "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: normal;
  }
  .esthetic_plan .esthetic_plan-con .option .group::before {
    content: 'オプション';
  }
  .esthetic_plan .esthetic_plan-con .option .info .plan_title .bracket {
    color: #ca516c;
    font-size: 1.2rem;

    font-size: 12px;
  }
  .esthetic_plan .esthetic_plan-con .option .info .plan_title .mini_gray {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Lato, "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: normal;
  }
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box {
    border: 1px solid #ccc;
    padding: 7.5px;
    font-size: 0;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    right: -5px;
    border: 10px solid transparent;
    border-top: 10px solid #e9cdd0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box .group {
    width: 33%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: middle;
  }
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box .info {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1.4;
    font-size: 1.15rem;
    font-size: 11.5px;
  }
  .esthetic_plan .esthetic_plan-con .WedOp_common .esthetic_plan-box .info .plan_title {
    font-size: 1.6rem;
    font-size: 16px;
    font-family: "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, Lato, sans-serif;
    font-weight: bold;
    margin-top: 4px; 
  }

  /*************************** Q & A ***************************/
  .qa .faq {
    width: 100%;
    margin: 0 auto 15px;
  }
  .qa .faq:last-of-type {
    margin-bottom: 0;
  }
  .qa .faq_header {
    padding: 0;
  }
  .qa .faq_header .faq_header_title {
    text-align: left;
    font-size: 1.5rem;
    font-size: 15px;
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 6px;
    border-bottom: 1px solid #444;
  }
  .qa .faq_header .faq_header_title::after {
    font-family: 'icon';
    content: "\e903";
    width: 5%;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
  }
  .qa .faq_header .faq_header_title_icon {
    display: inline-block;
    vertical-align: top;
    width: 10%;
  }
  .qa .faq_header .faq_header_title_icon::before {
    content: 'Q.';
    font-size: 2rem;
    font-size: 20px;
  }
  .qa .faq_header .faq_header_title_text {
    display: inline-block;
    vertical-align: top;
    width: 80%;
  }
  .qa .skin_action .faq_header_title::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .qa .faq_body {
    display: none;
    padding: 25px 10px;
    background-color: #f0f0f0;
    margin-top: 15px;
  }
  .qa .faq_body_icon {
    display: inline-block;
    vertical-align: top;
    width: 10%;
  }
  .qa .faq_body_icon::before {
    content: 'A.';
    font-size: 2rem;
    font-size: 20px;
  }
  .qa .faq_body_text {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .qa .faq_body_text p {
    margin-bottom: 1rem;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .qa .faq_body_text p:last-of-type {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .qa .faq_body_text p span {
    font-size: 80%;
  }

  /*************************** Premium ***************************/
  .premium-list ol li {
    margin-bottom: 10px;
  }
  .premium-list ol li:last-of-type {
    margin-bottom: 0;
  }
  .premium-box {
    display: block;
    background-color: #fff;
    padding: 10px;
	font-size: 0;
  }
  .premium-number {
    display: inline-block;
    vertical-align: middle;
    width: 25%;

    margin-right: 3%;
    background-color: #e9cdd0;
    padding: 8% 0;
	font-size: 1.6rem;
    font-size: 16px;
  }
  .premium-number::before {
    content: '特典';
  }
  .premium .info {
    display: inline-block;
    vertical-align: middle;
    width: 72%;
    text-align: left;
    font-size: 1.5rem;
    font-size: 15px;
  }
  .premium .info .plan_title {
    font-family: Lato, "ゴシックMB101 M", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
    font-size: 17px;
  }

  /*************************** インスタグラム ***************************/
  .instaglam .title img {
    width: 70%;
    margin: 0 auto;
  }
  .instaglam .title p {
    margin-top: 10px;
    font-size: 1.5rem;
    font-size: 15px;
    font-family: "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, Lato,  sans-serif;
    font-weight: normal;
  }
  .instaglam .instArea {
    position: relative;
  }
  .instaglam .instArea .linkArea {
    width: 100%;
  }
  .instaglam .instArea .linkArea a {
    position: absolute;
    display: block;
    width: 33.33%;
    padding: 17%;
  }
  .instaglam .instArea .linkArea a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .instaglam .instArea .linkArea a.top_sns_instaLink01 {
    left: 0;
    top: 0px;
  }
  .instaglam .instArea .linkArea a.top_sns_instaLink02 {
    left: 33.33%;
    top: 0px;
  }
  .instaglam .instArea .linkArea a.top_sns_instaLink03 {
    right: 0%;
    top: 0px;
  }
  .instaglam .instArea .linkArea a.top_sns_instaLink04 {
    left: 0%;
    top: 32%;
  }
  .instaglam .instArea .linkArea a.top_sns_instaLink05 {
    left: 33.33%;
    top: 32%;
  }
  .instaglam .instArea .linkArea a.top_sns_instaLink06 {
    right: 0%;
    top: 32%;
  }
  .instaglam .instArea .linkArea a.top_sns_instaLink07 {
    left: 0%;
    bottom: 6px;
  }
  .instaglam .instArea .linkArea a.top_sns_instaLink08 {
    left: 33.33%;
    bottom: 6px;
  }
  .instaglam .instArea .linkArea a.top_sns_instaLink09 {
    right: 0%;
    bottom: 6px;
  }
  .instaglam .instaglamBTN {
    margin-top: 20px;
  }
  .instaglam .instaglamBTN a {
    color: #444;
    font-family: "ゴシックMB101 L", 'Hiragino Kaku Gothic ProN', Meiryo, Lato,  sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .instaglam .instaglamBTN a:hover {
    color: #444;
    transition: all .3s;
    text-decoration: none;
  }
}/*media sp END*/

/* ============================================
	TABLET
  =============================================*/
@media screen and (min-width: 955px) {
  .esthetic_plan .esthetic_plan-con ul li {
	  margin-bottom: 20px;
	  margin-right: 2%;
	  display: inline-block;
	  vertical-align: top;
	  width: 49%;
  }
}/*media tablet END*/