/*-------------

resource/css/reset.css
resource/css/parts.css
resource/css/module.css
resource/css/layout.css
resource/css/migrate-plugin.css
resource/css/migrate-layout.css
resource/css/migrate-page.css
resource/migrate/css/layout.css?
resource/css/add_style.css
top.css
*-------------/

/**************
reset.css
**************/
@charset "UTF-8";



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


/**************
parts.css
**************/

/* ---------------------------
  GINZA CALLA PARTS LIST
  @ Utilities
  @ Block
  @ Heading
  @ Icon
  @ Button
  @ Button Stripe
  @ Breadcrumb
  @ Form
  @ Totop
--------------------------- */



/* ---------------------------
  @ Utilities
--------------------------- */

/*  Container
-----------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}


/*  Clearfix
-----------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/*  Transition
-----------------------------*/
.trans {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0); /* for Safari */
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.trans:hover {
  opacity: 0.6;
}



/* ---------------------------
  @ Block
--------------------------- */

/*  Block White
-----------------------------*/
.block-white {
  background-color: #fff;
  border: #fbe8e8 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}


/*  Block Promotion
-----------------------------*/
.block-promotions {
  padding: 25px 30px 30px;
}


/*   Block Btn Stripe
 * ------------------------- */
.block-btn-small {
  width: 240px;
  margin: 0 auto;
}

/*  Block Hight Space
-----------------------------*/
.block-height-space {
  margin-top: 50px;
}


/* ---------------------------
  @ Heading
--------------------------- */
.title-head {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 24px;
  color: #d01027;
}

/*   Title Red
 * ------------------------- */
.title-red {
  color: #da4044;
  font-size: 24px;
  text-align: center;
  border-bottom: #d52329 1px solid;
  margin-bottom: 15px;
}

/*   Title Bordered Red
 * ------------------------- */
.title-bordered-red {
  padding-bottom: 5px;
  border-bottom: #d01027 1px solid;
}

/*   Title-rank
 * ------------------------- */
.title-rank {
  text-align: center;
}
.title-rank.icon-rank:before {
  margin-top: 15px;
}
.title-rank span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.title-rank span:before {
  position: absolute;
  margin-right: 0;
  top: 15px;
  left: -34px;
}
.title-rank span small {
  font-size: 16px;
  display: block;
  margin-bottom: 5px
}
.title-rank span small:before ,
.title-rank span small:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: -5px
}
.title-rank span small:before {
  background-image: url('../img/plan/part/sideburns/icon-ask-left.png');
  margin-right: 5px;
}
.title-rank span small:after {
  background-image: url('../img/plan/part/sideburns/icon-ask-right.png');
  margin-left: 5px;
}

/*   Title-shape
 * ------------------------- */
.title-shape-right {
  width: 173px;
  height: 33px;
  line-height: 18px;
  display: inline;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-radius: 16px 0 0 16px;
  -webkit-border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
  padding: 8px 20px;
  margin-right: 3px;
  background: #f78888;
  color: #fff;
  position: relative;
  text-align: center;
}
.title-shape-right:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -24px;
  width: 0;
  height: 0;
  border-top: solid 17px transparent;
  border-right: solid 14px transparent;
  border-bottom: solid 17px transparent;
  border-left: solid 10px #f78888;
  z-index: 10;
}
.title-shape-right02 {
  width: 108px;
  background: #fff;
  color: #ee2042;
}
.title-shape-right02:before{
  border-left: solid 10px #fff;
}

/*   Title-shape　151218追加
 * ------------------------- */

.title-shape-right03 {
  width: 130px;
  background: #fff;
  color: #ee2042;
}
.title-shape-right03:before{
  border-left: solid 10px #fff;
}



/* ---------------------------
  @ Icon
--------------------------- */
[class*="icon-"]:before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
}
.icon-calla:before {
  margin-top: -6px;
  width: 26px;
  height: 38px;
  background-image: url('../img/common/icon-calla.png');
}
.icon-ninki-course:before {
  margin-top: -6px;
  width: 35px;
  height: 32px;
  background-image: url('../img/common/icon-ninki-course.png');
}
.icon-beginner:before {
  margin-top: -6px;
  width: 26px;
  height: 38px;
  background-image: url('../img/common/icon-beginner.png');
}
.icon-rank:before {
  width: 24px;
  height: 45px;
  background-image: url('../img/common/icon-rank.png');
}
.icon-plan:before {
  margin-top: -5px;
  width: 32px;
  height: 32px;
  background-image: url('../img/common/icon-plan.png');
}
.icon-plan-white:before {
  margin-top: -3px;
  width: 38px;
  height: 41px;
  background-image: url('../img/common/icon-plan-white.png');
}
.icon-datsumou:before {
  width: 38px;
  height: 46px;
  background-image: url('../img/common/icon-datsumou.png');
}
.icon-column:before {
  margin-top: -5px;
  width: 47px;
  height: 33px;
  background-image: url('../img/common/icon-column.png');
}
.icon-voice:before {
  margin-right: 20px;
  width: 45px;
  height: 37px;
  background-image: url('../img/common/icon-voice.png');
}
.icon-reason:before {
  margin-top: -6px;
  margin-right: 5px;
  width: 34px;
  height: 50px;
  background-image: url('../img/common/icon-reason.png');
}
.icon-info:before {
  margin-top: -6px;
  width: 36px;
  height: 36px;
  background-image: url('../img/common/icon-info.png');
}
.icon-web:before {
  margin: -2px 15px 0 0;
  width: 29px;
  height: 24px;
  background-image: url('../img/common/icon-web.png');
}
.icon-heart:before {
  margin: -3px 7px 0 0;
  width: 22px;
  height: 19px;
  background-image: url('../img/common/icon-heart.png');
}
.icon-search:before {
  margin: -3px 5px 0 0;
  width: 25px;
  height: 25px;
  background-image: url('../img/common/icon-search.png');
}
.icon-exclamation:before {
  margin: -4px 20px 0 0;
  width: 25px;
  height: 25px;
  background-image: url('../img/common/icon-exclamation.png');
}
.icon-datsumou-white:before {
  margin: -5px 20px 0 0;
  width: 30px;
  height: 37px;
  background-image: url('../img/common/icon-datsumou-white.png');
}
.icon-map:before {
  width: 23px;
  height: 36px;
  margin-right: 10px;
  margin-top: -5px;
  background-image: url('../img/common/icon-map.png');
}
.icon-voice-head:before {
  width: 41px;
  height: 33px;
  margin-right: 15px;
  margin-top: -5px;
  background-image: url('../img/common/icon-voice-head.png');
}
.icon-rank-white:before {
  width: 21px;
  height: 39px;
  margin-right: 8px;
  margin-top: -3px;
  background-image: url('../img/common/icon-rank-white.png');
}
.icon-dinner:before {
  width: 18px;
  height: 32px;
  background-image: url('../img/common/icon-dinner.png');
  margin-right: 8px;
  margin-top: -5px;
}
.icon-dinner-white:before {
  width: 18px;
  height: 32px;
  background-image: url('../img/common/icon-dinner-white.png');
  margin-right: 10px;
  margin-top: -5px;
}

.icon-book-white:before {
  width: 34px;
  height: 24px;
  background-image: url('../img/common/icon-book-white.png');
  margin-right: 10px;
  margin-top: -5px;
}

.icon-talk-white:before {
  width: 33px;
  height: 28px;
  background-image: url('../img/common/icon-talk-white.png');
  margin-right: 10px;
  margin-top: -5px;
}

.icon-flag-white:before {
  width: 28px;
  height: 35px;
  background-image: url('../img/common/icon-flag-white.png');
  margin-right: 10px;
  margin-top: -5px;
}

.icon-building-red:before {
  width: 28px;
  height: 31px;
  background-image: url('../img/common/icon-building-red.png');
  margin-right: 3px;
  margin-top: -10px;
}


.icon-building-white:before {
  width: 29px;
  height: 31px;
  background-image: url('../img/common/icon-building-white.png');
  margin-right: 10px;
  margin-top: -5px;
}

.icon-baloon:before {
  width: 32px;
  height: 27px;
  background-image: url('../img/common/icon-baloon.png');
  margin-right: 7px;
  margin-top: -4px;
}
.icon-flag:before {
  width: 26px;
  height: 34px;
  background-image: url('../img/common/icon-flag.png');
  margin-right: 8px;
  margin-top: -4px;
}
.icon-note:before {
  width: 32px;
  height: 29px;
  background-image: url('../img/common/icon-note.png');
  margin-right: 9px;
  margin-top: -4px;
}
.icon-city:before {
  width: 29px;
  height: 33px;
  background-image: url('../img/common/icon-city.png');
  margin-right: 8px;
  margin-top: -8px;
}
.icon-search-white:before {
  margin: -3px 5px 0 0;
  width: 28px;
  height: 28px;
  background-image: url('../img/common/icon-search-white.png');
}
.icon-mail:before {
  margin: -3px 12px 0 0;
  width: 37px;
  height: 27px;
  background-image: url('../img/common/icon-mail.png');
}
.icon-book-red:before {
  margin: -6px 6px 0 0;
  width: 42px;
  height: 28px;
  background-image: url('../img/common/icon-book-red.png');
}
.icon-book:before {
  margin: -6px 4px 0 0;
  width: 42px;
  height: 28px;
  background-image: url('../img/common/icon-book.png');
}
.icon-location:before {
  margin: -8px 6px 0 0;
  width: 27px;
  height: 30px;
  background-image: url('../img/common/icon-location.png');
}
.icon-about-white:before {
  margin: -5px 20px 0 0;
  width: 21px;
  height: 29px;
  background-image: url('../img/common/icon-about-white.png');
}
.icon-anshin-white:before {
  margin: -5px 20px 0 0;
  width: 22px;
  height: 19px;
  background-image: url('../img/common/icon-heart-white.png');
}
.icon-reserch-white:before {
  margin: -5px 20px 0 0;
  width: 21px;
  height: 39px;
  background-image: url('../img/common/icon-star.png');
}
.icon-double-dia-white:before {
  margin-top: -5px 3px 0 0;
  width: 26px;
  height: 30px;
  background-image: url('../img/common/icon-double-dia-white.png');
}

.icon-jishin-white:before {
  margin: -7px 15px 0 0;
  width: 21px;
  height: 30px;
  background-image: url('../img/common/icon-jishin.png');
}

.icon-anshin-white:before {
  margin: -7px 7px 0 0;
  width: 32px;
  height: 32px;
  background-image: url('../img/common/icon-anshin-white.png');
}

.icon-crown-white:before {
  margin: -7px 15px 0 0;
  width: 35px;
  height: 42px;
  background-image: url('../img/common/icon-crown-white.png');
}
.icon-qa:before {
  margin: -6px 10px 0 0;
  width: 26px;
  height: 26px;
  background-image: url('../img/common/icon-qa.png');
}

.icon-crown:before {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-top: -3px;
  background-image: url('../img/common/icon-crown-red.png');

}

.icon-selfcheck-white:before {
  margin: -5px 5px 0 0;
  width: 38px;
  height: 37px;
  background-image: url('../img/common/icon-selfcheck-white.png');
}

.icon-reservation-white:before {
  margin: -7px 10px 0 0;
  width: 35px;
  height: 30px;
  background-image: url('../img/common/icon-calender-white.png');
}

.icon-flow-datsumo:before {
  margin: -7px 10px 0 0;
  width: 55px;
  height: 40px;
  background-image: url('../img/common/icon-flow-datsumo.png');
}

.icon-ninki-rank:before {
  margin: -7px 10px 0 0;
  width: 35px;
  height: 30px;
  background-image: url('../img/common/icon-ninki-rank.png');
}

.icon-prezent:before {
  margin: -7px 10px 0 0;
  width: 35px;
  height: 30px;
  background-image: url('../img/common/icon-prezent.png');
}

.icon-prezent-white:before {
  margin: -7px 10px 0 0;
  width: 35px;
  height: 30px;
  background-image: url('../img/common/icon-prezent-white.png');
}


/* ---------------------------
  @ Button
--------------------------- */

/*  Button Base
-----------------------------*/
.btn {
  display: block;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d01027;
  line-height: 1.2;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 16px;
  color: #d01027;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url('../img/common/arrow-red-small.png') no-repeat top right;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.bihada-btn-top:after {
    content: "";
    display: block;
    width: 16px;
    height: 23px;
    background: url(../img/common/arrow-black-large.png) no-repeat top right;
    position: absolute;
    right: -42px;
    margin-top: -6px;
    top: 50%;
}
.bihada-btn-top-koisuru:after {
    content: "";
    display: block;
    width: 16px;
    height: 23px;
    background: url(../img/common/arrow-black-large.png) no-repeat top right;
    position: absolute;
    right: -42px;
    margin-top: -6px;
    top: 25px;
}
.bihada-btn-top-rich:after {
    content: "";
    display: block;
    width: 16px;
    height: 23px;
    background: url(../img/common/arrow-black-large.png) no-repeat top right;
    position: absolute;
    right: -27px;
    margin-top: -6px;
    top: 36px;
}


/*  Background Filled
-----------------------------*/
.btn.btn-filled {
  padding: 11px 0;
  background: #d0243d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
}
.btn.btn-filled:after {
  display: none;
}



/* ---------------------------
  @ Button Stripe
--------------------------- */

/*  Button Stripe Base
-----------------------------*/
.btn-stripe,
.btn-stripe-back,
.btn-stripe-left {
  display: block;
  padding: 8px 30px;
  width: 100%;
  background: url('../img/common/bg-pinkstripe.png');
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  line-height: 1.25;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.btn-stripe span {
  color: #d01027;
}
.btn-stripe:after {
    background: rgba(0, 0, 0, 0) url("../img/common/arrow-white-small.png") no-repeat scroll right top;
    content: "";
    display: block;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
}
.btn-stripe-back:before{
    background: rgba(0, 0, 0, 0) url("../img/common/arrow-white-small_re.png") no-repeat scroll right top;
    content: "";
    display: block;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 14px;
}

.btn-stripe-left:after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url('../img/common/arrow-left-white-small.png') no-repeat top left;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
}
.btn-stripe-paging{
  width: 105px;
  display: inline-block;
}
.btn-stripe-paging.btn-stripe{
  text-indent: -10px;
}
.btn-stripe-paging.btn-stripe-left{
  text-indent: 10px;
}
.btn-disabled{
  opacity: 0.3;
}
/*  Pagination style
-----------------------------*/
.pagination-box{
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
}
.pagination{
  width:400px;
  min-width: max-content;
  margin: 0 auto 40px;
  text-align: center;
}
.pagination-box-count{
  color: #999999;
  font-size: 15px;
  margin: 0 70px;
  display: inline-block;
}
/*  Large Size
-----------------------------*/
.btn.btn-red-large:after {
  background: url('../img/common/arrow-red-right.png');
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.btn.btn-shadow {
  -webkit-box-shadow: 0 2px 0 #6c4500;
  -moz-box-shadow: 0 2px 0 #6c4500;
  box-shadow: 0 2px 0 #6c4500;
}
.block-btn-large {
  width: 300px;
  margin: 0 auto;
}


/*  Fiexed Height
-----------------------------*/
.btn-stripe.btn-height {
  display: table;
  padding: 0 30px;
  height: 36px;
  vertical-align: middle;
}
.btn-stripe.btn-height > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  color: #fff;
}
.btn-stripe.btn-height .smaller {
  font-size: 14px;
  color: #fff;
}


/*  With Shadow
-----------------------------*/
.btn-stripe.btn-shadow {
  -webkit-box-shadow: 0 2px 0 #563606;
  -moz-box-shadow: 0 2px 0 #563606;
  box-shadow: 0 2px 0 #563606;
}
.btn-stripe.btn-shadow:active {
  top: 2px;
  -webkit-box-shadow: 0 0 0 #563606;
  -moz-box-shadow: 0 0 0 #563606;
  box-shadow: 0 0 0 #563606;
}


/*  Large Size
-----------------------------*/
.btn-stripe.btn-large {
  padding: 24px 0 22px;
  letter-spacing: -1px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 20px;
}
.btn-stripe.btn-large:after {
  width: 15px;
  height: 16px;
  background: url('../img/common/arrow-white-large.png') no-repeat top right;
}


/*  Wide Size
-----------------------------*/
.btn-wide {
  width: 80%;
  margin: 35px auto 0;
}

/*  Middle Size
-----------------------------*/
.btn-stripe.btn-mdl {
  padding: 12px 0 10px;
}

/*  Background Orange
-----------------------------*/
.btn-stripe.btn-counsel {
  background: url('../img/common/bg-orangestripe-small.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.btn-stripe.btn-counsel-large {
  padding: 16px 0px 14px;
  background: url('../img/common/bg-orangestripe-large.png');
  letter-spacing: -0.04em;
  font-size: 24px;
}

/*   Background Green
 * ------------------------- */
.btn-stripe.btn-counsel-green {
  padding: 21px 0 19px;
  background: url('../img/common/bg-stripe-green.png');
  letter-spacing: -0.04em;
  font-size: 32px;
  font-weight: bold;
}

.btn-stripe.btn-shadow.btn-counsel-green {
  -webkit-box-shadow: 0 2px 0 #375301;
  -moz-box-shadow: 0 2px 0 #375301;
  box-shadow: 0 2px 0 #375301;
}

.btn-stripe.btn-counsel-green:after {
  width: 21px;
  height: 29px;
  background: url('../img/common/arrow-white-xlarge.png') no-repeat;
  background-position: right top;
  right: 30px;
  margin-top: -14.5px;
}

/*   Background Red
 * ------------------------- */
.btn-stripe.btn-member {
  background: url('../img/common/bg-stripe-red.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

/*   Background Light Pink
 * ------------------------- */
.btn-stripe.btn-lightpink {
  font-weight: normal;
  background: url('../img/common/bg-lightpinkstripe-small.png');
  border: 1px solid #d01027;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/*  With Down Bullet
-----------------------------*/
.btn-stripe.btn-down-bullet-l:after {
  width: 20px;
  height: 8px;
  background: url('../img/common/arrow-red-down-large.png') no-repeat;
    margin-right: -10px;
    margin-top: 0;
    right: 50%;
    top: 38px;
}

.btn-stripe.btn-down-bullet-s:after {
  width: 13px;
  height: 8px;
  background: url('../img/common/arrow-red-down-small.png') no-repeat;
  background-position: right top;
  margin-top: -4px;
}

.btn-stripe.btn-down-bullet-s-g:after {
  width: 13px;
  height: 8px;
  background: url('../img/common/arrow-red-down-small-g.png') no-repeat;
  background-position: right top;
  margin-top: -4px;
}

/*  Narrow Padding
-----------------------------*/
.btn-stripe.btn-space > span {
  color: #fff;
  letter-spacing: -0.1em;
}


/*  With Plus Icon
-----------------------------*/
.btn-stripe.btn-icon-plus:before {
  display: none;
}
.btn-stripe.btn-icon-plus:after {
  width: 15px;
  height: 15px;
  background: url('../img/common/icon-plus.png') no-repeat;
  background-position: right top;
  margin-top: -8px;
}




/* ---------------------------
  @ Form
--------------------------- */
.select {
  display: block;
  margin: 20px auto 0;
  width: 323px;
  overflow: hidden;
  position: relative;
}
.select select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: 35px !important;
  border: 0;
  outline: none;
  cursor: pointer;
}
.select .select-view {
  display: block !important;
  padding: 0 0 0 15px;
  width: 100%;
  height: 35px;
  border: #ce162e 1px solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url('../img/voice/common/icon-pulldown.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.select .select-viewInner {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 33px;
  font-size: 15px;
  color: #515151;
}


/* ---------------------------
  @ Totop
--------------------------- */
.totop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 10px;
}
.totop a {
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  background: url('../img/common/bg-totop.png') no-repeat;
  background-position: center top;
  padding: 24px 0 20px;
}


/**************
module.css
**************/
/* ---------------------------
  GINZA CALLA MODULE LIST
  @ モジュール　Button Block
  @ モジュール　楽天リサーチ訴求
  @ モジュール　脱毛について
  @ モジュール　最新コラム
  @ モジュール　お客様の声
  @ モジュール　サロンからのメッセージ
  @ モジュール　選ばれる理由
  @ モジュール　お知らせ
  @ モジュール　はじめての方にオトク
  @ モジュール　プラン・料金
  @ モジュール　無料カウンセリングご予約はこちら
  @ ブロック　お客様の声一覧
  @ ブロック　サロン
  @ ブロック　タブ
  @ ブロック　タブ・部位
  @ ブロック　お客様の声
  @ ブロック　イメージ
  @ ブロック　ワイド
  @ ブロック　未成年限定プラン
  @ ブロック　広告ギャラリー
--------------------------- */


/* ---------------------------
  @ Button Block
--------------------------- */
.mod-btns {
  letter-spacing: -0.4em;
  text-align: center;
}
.mod-btns li {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin: 0 15px 15px 15px;
  letter-spacing: normal;
  background: #fff;
}

.mod-btns_large {
  letter-spacing: -0.4em;
  text-align: center;
}
.mod-btns_large li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 0 20px 0;
  letter-spacing: normal;
  background: #fff;
}
.pddR_20 {
  padding-right:20px;
}



/* ---------------------------
  @ 楽天リサーチ訴求
--------------------------- */
.mod-rank {
  margin-bottom: 50px;
}
.mod-rank a {
  display: block;
}
.mod-rank .kadomaru {
  padding:15px 19px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px #c41828 solid;
}
.mod-rank .kadomaru hr {
  height: 1px;
  border: none;
  border-top: 1px #c41828 solid;
}
.mod-rank .kadomaru .clearfix {
  zoom: 1;
}
.mod-rank .kadomaru .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.mod-rank .kadomaru .inner {
  width:650px;
  margin-top:5px;
}
.mod-rank .kadomaru .right0 {
  float:left;
  width:153px;
  text-align:center;
  font-size:13px;
  color:#ca2222;
  background-color:#fbe7e8;
  padding:2px 0;
}
.mod-rank .kadomaru .right1 {
  float:left;
  width:159px;
  margin-left:3px;
  text-align:center;
  font-size:13px;
  color:#ca2222;
  background-color:#fbe7e8;
  padding:2px 0;
}
.mod-rank .kadomaru .right2 {
  float:left;
  width:176px;
  margin-left:3px;
  text-align:center;
  font-size:13px;
  color:#ca2222;
  background-color:#fbe7e8;
  padding:2px 0;
}
.mod-rank .kadomaru .right3 {
  float:left;
  width:153px;
  margin-left:3px;
  text-align:center;
  font-size:13px;
  color:#ca2222;
  background-color:#fbe7e8;
  padding:2px 0;
}
.mod-rank .kadomaru .right4 {
  float:left;
  width:332px;
  margin: 4px 0 0 3px;
  font-size:11px;
  color:#000;
  text-align:right;
}
.kadomaru > .no1-div{
  text-align:center;
  border-bottom:1px solid #d01027;
  margin-bottom:10px;
}
.no1-div > .p1{
  font-size:22px;
  color: #d01027;
  font-weight:bold;
  line-height: 1.5em;
}
.no1-div > .p1 > .span1{
  font-size:20px;
  color:#000;
}
.no1-div > .flex{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.mod-rank > .center{
  text-align: center;
}
.no1-div2 > .p2{
  vertical-align: bottom;
  font-size:36px;
  font-weight:bold;
  width:80%;
}
.no1-div2 > .p2 > .span2{
  background:#d01027;
  color:#fff;
  box-sizing:border-box;
  padding:5px 10px;
  font-weight: normal;
  font-size: 30px;
}
.no1-div2 > .p2 > .span3{
  font-size: 54px;
  color: #d01027;
  padding-left: 13px;
}
.no1-div2 > .p3{
  width:20%;
  margin:-60px 0 0 -15px;
}
/* ---------------------------
  @ 脱毛について
--------------------------- */
.mod-datsumou {
  margin-bottom: 50px;
}
.mod-datsumou-body {
  padding: 20px 0;
  border: 1px solid #d6cbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  letter-spacing: -0.3em;
  text-align: center;
}
.mod-datsumou-body .btn-datsumou {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  margin: 0 5px 20px;
}
.mod-datsumou-body section {
  padding: 18px 0 8px;
  background: #fbe8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: normal;
  text-align: center;
}
.mod-datsumou-body h3 {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 20px;
  color: #d01027;
}
.mod-datsumou-body p {
  display: table;
  width: 100%;
  line-height: 1.4;
  height: 2em;
  vertical-align: middle;
}
.mod-datsumou p span {
  color: #333;
  display: table-cell;
  vertical-align: middle;
}

.mod-datsumou-inner {
  width: 491px;
  float: left;
}

.mod-datsumou-body .img-datsumou {
  width: 145px;
  float: left;
  margin: 0 5px 0 35px;
}



/*  部位ランキング
-----------------------------*/

.mod-rank {
  margin-bottom: 50px;
}
.mod-rank-body {
  padding: 20px 0;
  border: 1px solid #d6cbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  letter-spacing: -0.3em;
  text-align: center;
}
.mod-rank-body .mod-rank-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  box-sizing:border-box;
  width:690px;
  padding:0 20px;
  margin-top: 20px;
}
.mod-rank-body .mod-rank-inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.mod-rank-body .mod-rank-inner ul li {
  width:210px;
  margin-right:10px;
}
.mod-rank-body .mod-rank-inner ul li:last-child{
  width:210px;
  margin-right:0;
}



/*  アコーディオン
-----------------------------*/

.accbox {
    margin: 0;
    padding: 0;
    letter-spacing:normal;
}
.bold {
    font-weight:bold;
}

/*クリック前*/
.accbox label {
    display: block;
    margin-bottom: 1px;
    padding : 10px 0;
    background:#ce162e;
    background-image:url(../img/index/plus.png);
    background-position: 97% 50%;
    background-size:20px;
    background-repeat: no-repeat;
    cursor :pointer;
    transition: all 0.5s;
    color:#fff;
    font-size:15px;
    text-align:center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/*クリック後*/
.cssacc:checked + label {
    display: block;
    margin-bottom: 1px;
    padding : 10px 0;
    background:#ce162e;
    background-image:url(../img/index/minus.png);
    background-position: 97% 50%;
    background-size:20px;
    background-repeat: no-repeat;
    cursor :pointer;
    transition: all 0.5s;
    color:#fff;
    font-size:15px;
    text-align:center;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}
.accbox label p {
    font-size:23px;
    font-weight:bold;
    display:block;
}
.accbox label span {
    font-size:10px;
    display:block;
    line-height:14px;
    margin-top:5px;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: 403px;
    padding: 7px;
    background:#fbe8e8;
    opacity: 1;
    text-align:left;
    text-align:justify;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
}

.accbox .accshow p {
    margin: 15px 10px
}






/*  脱毛の流れ
-----------------------------*/

.mod-flow {
  margin-bottom: 50px;
}
.title-head-sub {
  margin:10px 0;
  font-size: 13px;
  text-align: center;
}
.mod-flow-body {
  padding: 20px 0;
  border: 1px solid #d6cbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  letter-spacing: -0.3em;
  text-align: center;
}
.mod-flow-body .btn-flow {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  margin: 0 5px 20px;
}
.mod-flow-body .mod-flow-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  box-sizing:border-box;
  width:690px;
  padding:0 20px;
  margin-bottom:12px;
}
.mod-flow-body section {
  width:319px;
  height: 134px;
  text-align:left;
  background: #fbe8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: normal;
}
.mod-flow-body section ul {
  position:relative;
  padding: 12px 10px;
}
.mod-flow-body section ul li .no-img {
  position:absolute;
  top:12px;
  left:15px;
}
.mod-flow-body h3 {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 20px;
  color: #d01027;
  padding:12px 0 0 44px;

}
.mod-flow-body li p {
  padding-top:20px;
  width: 190px;
  color: #333;
  display: table-cell;
  vertical-align: middle;
}
.mod-flow-body p {
  color: #333;
}
.flow-sankaku {
  width:30px;
  margin-bottom:12px;
}
.flow-lasttxt {
  letter-spacing:normal;
  margin:0 auto 10px;
}
.flow-lasttxt .red-txt {
  color:#d01027;
}
.flow-lasttxt .red-txt span {
  font-size:20px;
  padding:10px;
}



/* ---------------------------
  @ 最新コラム
--------------------------- */
.mod-column {
  margin-bottom: 50px;
}
.mod-column-body {
  padding: 20px 0 20px 15px;
  border: 1px solid #d6cbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  letter-spacing: -0.3em;
  /*text-align: center;*/
}
.mod-column-body section {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 20px;
  width: 210px;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
.mod-column-body h3 {
  height: 110px;
  line-height: 24px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 32px;
}
.mod-column-body dl {
  padding: 10px 12px 15px;
  background: #fbe8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  letter-spacing: -0.03em;
}
.mod-column-body a {
  display: block;
  margin-top: 10px;
}
.mod-column-body a:hover dd {
  text-decoration: none;
}
.mod-column-body dt {
  margin-bottom: 5px;
  color: #333;
}
.mod-column-body dd {
  text-decoration: underline;
  font-weight: bold;
}


/* ---------------------------
  @ お客様の声
--------------------------- */
.mod-voice {
  padding-bottom: 50px;
}
.mod-voice-body {
  text-align: center;
  letter-spacing: -0.4em;
  margin: 0 -7px;
  padding-bottom: 15px;
}
.mod-voice-body > section {
  box-sizing: border-box;
  width: 307px;
  text-align: left;
  letter-spacing: normal;
  background: #fbe8e8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 5px;
  margin: 0 7px 15px;
  display: inline-block;
  vertical-align: top;
}
.mod-voice-body > section > div {
  width: 90px;
  color: #d01027;
  font-size: 13px;
  text-align: center;
  padding-top: 84px;
  float: left;
  position: relative;
}
.mod-voice-body > section > div img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -39.5px;
}
.mod-voice-body p {
  background: #fff;
  padding: 20px 12px;
  margin-left: 95px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}
.mod-voice-body p:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url('../img/common/arrow-voice-left.png') no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 32px;
  left: -13px;
}
.mod-voice-body dl {
  box-sizing: border-box;
  width: 307px;
  text-align: left;
  letter-spacing: normal;
  background: #fbe8e8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 5px;
  margin: 0 7px 15px;
  display: inline-block;
  vertical-align: top;
}
.mod-voice-body dt {
  width: 90px;
  color: #d01027;
  font-size: 13px;
  text-align: center;
  padding-top: 84px;
  float: left;
  position: relative;
}
.mod-voice-body dt img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -39.5px;
}
.mod-voice-body dd {
  background: #fff;
  padding: 10px 12px;
  margin-left: 95px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}
.mod-voice-body dd:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url('../img/common/arrow-voice-left.png') no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 32px;
  left: -13px;
}


/* ---------------------------
  @ サロンからのメッセージ
--------------------------- */
.mod-message {
  margin-bottom: 30px;
  padding: 0 30px;
}

.salon-voice > .mod-message:first-child {
  margin-top: 25px;
}

.mod-message .mod-message-body {
  padding: 30px 25px;
  margin-bottom: 20px;
  background: #fbe8e8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.mod-message-body p {
  padding-top: 15px;
}
.mod-message-body p:first-child {
  padding-top: 0;
}


/* ---------------------------
  @ 選ばれる理由
--------------------------- */

/*  Layout
-----------------------------*/
.mod-reason {
  margin-bottom: 50px;
}
.mod-reason-body {
  padding: 20px 10px;
  border: 1px solid #d6cbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.mod-reason-body2 {
  padding: 20px 10px;
  border: 1px solid #d6cbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}


/*  Reason List
-----------------------------*/
.mod-reason-body ol {
  letter-spacing: -0.4em;
}
.mod-reason-body li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 300px;
  padding: 5px 7px 10px;
  margin-right: 10px;
  background: #fbe8e8;
  letter-spacing: normal;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mod-reason-body2 ol {
  letter-spacing: -0.4em;
}
.mod-reason-body2 p {
  font-size:14px;
  font-weight:normal
  text-align: left;
}
.mod-reason-body2 li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px 5px 10px 18px;
  letter-spacing: normal;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*  -------　★非表示 見出し左横に連番
.mod-reason li:nth-child(1) strong {
  background-image: url('../img/index/img-number1.png');
}
.mod-reason li:nth-child(2) strong {
  background-image: url('../img/index/img-number2.png');
}
.mod-reason li:nth-child(3) strong {
  background-image: url('../img/index/img-number3.png');
  letter-spacing: -0.1em;
}
-----------------------------*/

.mod-reason li:nth-child(3) {
  margin-right: 0;
}
.mod-reason-body li strong {
  display: inline-block;
  /*  -------　★非表示 見出し左横に連番
  padding-left: 30px;
  -----------------------------*/
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 20px;
  color: #d01027;
  background-repeat: no-repeat;
  background-position: left 7px;
}
.mode-reason-body p {
  letter-spacing: -0.05em;
}

.mod-reason-body li a {
  display: block;
}

.mod-reason-body .mod-btns li  {
  background-color: #fff;
  margin-top:30px;
}

.mod-reason-text {
  color: #333;
}

/*  銀座カラー安心宣言
-----------------------------*/
.mod-reason dl {
  margin-top: 25px;
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.3em;
}
.mod-reason-body dt {
  padding: 2px 0 0;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 19px;
  color: #d01027;
}
.mod-reason-body dd {
  margin-left: 14px;
  width: 83px;
  float: left;
}
.mod-reason-body dt + dd {
  margin-left: 2px;
}
.mod-reason-body dd span {
  color: #ff8291;
  font-size: 12px;
  letter-spacing: -0.14em;
}



/* ---------------------------
  @ お知らせ
--------------------------- */
.mod-news {
  margin-bottom: 50px;
  padding: 20px 0;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d6cbcb;
}
.mod-news .title-head {
  margin-bottom: 2px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d01027;
  font-size: 20px;
}
.mod-news dl {
  padding: 0 20px;
  margin-bottom: 5px;
  overflow: hidden;
}
.mod-news dt {
  width: 110px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  clear: left;
}
.mod-news dd {
  padding: 10px;
  padding-left: 110px;
  border-bottom: 1px solid #ccc;
}
.mod-news dd a {
  text-decoration: underline;
}
.mod-news dd a:hover {
  text-decoration: none;
}
.mod-news dd:last-child {
  border-bottom: 0;
}

/* ---------------------------
  脱毛に関するおすすめ情報 バナー
--------------------------- */
.mod-ftBn{
  margin-bottom: 50px;
  padding: 35px 35px 25px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d6cbcb;
}
.mod-ftBn p.modTxt{
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.6;
}

/* ---------------------------
  @ はじめての方にオトク
--------------------------- */
.mod-value {
  margin: 6px 0 35px;
  width: 100%;
}
.mod-value ul {
  overflow: hidden;
}
.mod-value li {
  margin-top: 20px;
  margin-left: 20px;
  width: 304px;
  float: left;
  background: #fff;
}
.mod-value li a {
  position: relative;
}
.mod-value li:nth-child(2n+1) {
  margin-left: 0;
}
.mod-value li:first-child ,
.mod-value li:nth-child(2) {
  margin-top: 0;
}
.mod-value a {
  display: block;
}

.mod-value {
  margin: 6px 0 35px;
  width: 100%;
}
.mod-value ul {
  overflow: hidden;
}
.mod-value li {
  margin-top: 20px;
  margin-left: 20px;
  width: 304px;
  float: left;
  background: #fff;
}
.mod-value li a {
  position: relative;
}
.mod-value li:nth-child(2n+1) {
  margin-left: 0;
}
.mod-value li:first-child ,
.mod-value li:nth-child(2) {
  margin-top: 0;
}
.mod-value a {
  display: block;
}



.mod-value2 {
  margin: 6px 0 35px;
  width: 100%;
}
.mod-value2 ul {
  overflow: hidden;
}
.mod-value2 li {
  margin-top: 20px;
  margin-left: 20px;
  width: 304px;
  float: left;
  background: #fff;
}
.mod-value2 li a {
  position: relative;
}
.mod-value2 li:nth-child(2n+1) {
  margin-left: 0;
}
.mod-value2 li:first-child ,
.mod-value2 li:nth-child(2) {
  margin-top: 0;
}
.mod-value2 a {
  display: block;
}



/*  col1Ver
-----------------------------*/
.mod-value.col1Ver ul li{
  width: 100%;
}
.mod-value2.col1Ver ul li{
  width: 100%;
}

/* ---------------------------
  @ プラン・料金
--------------------------- */
.mod-price {
  width: 100%;
}
.mod-price-body {
  margin-bottom: 20px;
  margin-right: -7px;
  margin-left: -7px;
  overflow: hidden;
}
.mod-price-body .cvset-mb {
  margin-bottom: 10px;
  display: block;
  height:88px;
}

.mod-price-block.wide {
  margin: 0 6px;
  width: 628px;
}
.mod-price-block.wide .wide-inner {
  display: table;
  box-sizing: border-box;
  padding: 10px 12px 8px;
  width: 100%;
}
.mod-price-block.wide .wide-title {
  padding:0 15px 0 0;
}
.mod-price-block.wide .wide-title h3 {
  margin-bottom: 0;
}
.mod-price-block.wide .wide-comm {
  padding: 0;
}
.mod-price-block.wide .wide-title ,
.mod-price-block.wide .wide-comm {
  display: table-cell;
  vertical-align: middle;
}
.mod-price-block.wide .wide-title em:before ,
.mod-price-block.wide .wide-title em:after {
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  background: url('../img/common/icon-diamond-m.png') no-repeat;
  background-position: left top;
  position: absolute;
}
.mod-price-block.wide .wide-title em:before {
  top: 50%;
  left: 5px;
  margin-top: -9px;
}
.mod-price-block.wide .wide-title em:after {
  top: 50%;
  right: 5px;
  margin-top: -9px;
}
.mod-price-block li {
  color: #333;
  line-height: 22px;
}
.mod-price-block {
  margin: 12px 6px 0;
  width: 202px;
  float: left;
  display: block;
  position: relative;
}
.mod-value li a:after ,
.mod-price-block:after {
  content: "";
  display: block;
  margin-left: 15px;
  width: 16px;
  height: 23px;
  background: url('../img/common/arrow-red-large.png') no-repeat;
  background-position: left center;
  position: absolute;
  top: 50%;
  right:  10px;
  margin-top: -11px;
}
.mod-price-block div {
  background: #faf6ec;
  padding: 14px 12px 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.mod-price-block em {
  display: block;
  height: 20px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  background: #fff;
}
.mod-price-block h3 {
  margin: 8px 0;
  line-height: 1;
  padding-bottom: 1px;
  border-bottom: #d01027 1px solid;
  letter-spacing: -1px;
  font-size: 24px;
  color: #d01027;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.mod-price-recommend em {
  width: 110px;
  background: #d01027;
  border: #d01027 1px solid;
  color: #fff;
  position: relative;
}
.mod-price-popular em {
  width: 110px;
  border: #d01027 1px solid;
  color: #d01027;
}

/* -- 20160804 --*/

.mod-price-block.wide-twothirds {
  margin: 0 6px;
  width: 309px;
}

.mod-price-block.wide-twothirds .wide-twothirds-inner {
  display: table;
  box-sizing: border-box;
  padding: 14px 12px 12px;
  width: 309px;
}

.mod-price-block.wide-twothirds .wide-twothirds-title {
  padding:0;
}

.mod-price-block.wide-twothirds .wide-twothirds-comm {
  padding: 0;
  margin-top:8px;
}
.mod-price-block.wide-twothirds .wide-twothirds-title ,
.mod-price-block.wide-twothirds .wide-comm {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
.mod-price-block.wide-twothirds .wide-twothirds-title em:before ,
.mod-price-block.wide-twothirds .wide-twothirds-title em:after {
  content: "";
  width: 13px;
  height: 18px;
  display: block;
/*   background: url('../img/common/icon-diamond-m.png') no-repeat; */
  background-position: left top;
  position: absolute;
}
.mod-price-block.wide-twothirds .wide-twothirds-title em:before {
  top: 50%;
  left: 5px;
  margin-top: -9px;
}
.mod-price-block.wide-twothirds .wide-twothirds-title em:after {
  top: 50%;
  right: 5px;
  margin-top: -9px;
}



/* ---------------------------
  @ 無料カウンセリングご予約はこちら
--------------------------- */
.mod-btn-counsel {
  background: #fff;
  margin: 30px 30px 0;
}


/* ---------------------------
  @ お客様の声一覧
--------------------------- */
.block-voice-list {
  padding-top: 20px;
}
.block-voice-list dl {
  padding: 10px 8px 10px;
  margin-top: 10px;
  background: #fbe8e8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.block-voice-list dl:first-child {
  margin-top: 0;
}
.block-voice-list dt {
  color: #d01027;
  font-size: 16px;
  text-align: center;
  width: 88px;
  padding-top: 89px;
  margin-top: 5px;
  position: relative;
}
.block-voice-list dt {
  float: left;
}
.block-voice-list dt img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -39.5px;
}
.block-voice-list dd {
  padding: 18px 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}
.block-voice-list dd {
  margin-left: 112px;
}
.block-voice-list dd:before {
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  background: url('../img/salon/common/arrow-voice-left.png') no-repeat;
  background-position: left top;
  position: absolute;
  left: -26px;
  top: 57px;
}


/* ---------------------------
  @ サロン
--------------------------- */
.block-shop-list {
  margin-bottom: 60px;
}
.block-shop-list .title {
  color: #cd152d;
  font-size: 18px;
  text-align: center;
  padding: 5px 0 3px;
  background: url('../img/common/bg-lightpinkstripe-title.png') repeat;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.block-shop-list .box-shop {
  padding: 5px 10px 35px 0;
  overflow: hidden;
}
.block-shop-list .box-shop:nth-child(2n+1) {
  background: #fff8f7;
}
.block-shop-list .box-shop .prefecture {
  width: 115px;
  color: #cc162c;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: left;
  padding-top: 30px;
  clear: both;
}
.block-shop-list .box-shop > div {
  margin: 15px 0 0 115px;
  padding-top: 15px;
  border-top: #cac8c4 1px dashed;
}
.block-shop-list .box-shop .prefecture:first-child +div {
  border-top:none;
}
.block-shop-list .box-shop > div .shop {
  overflow: hidden;
}
.block-shop-list .box-shop > div section {
  width: 154.5px;
  float: left;
}
.block-shop-list .box-shop > div section:nth-child(3n) {
  width: 194px;
}
.block-shop-list .link {
  color: #1583aa;
  font-size: 16px;
  padding-left: 15px;
  background: url('../img/common/arrow-blue.png') no-repeat;
  background-position: left center;
  display: inline-block;
}
.block-shop-list .link:hover {
  text-decoration: underline;
}



.block-shop-list dl {
  padding: 5px 10px 35px 0;
  overflow: hidden;
}
.block-shop-list dl:nth-child(2n+1) {
  background: #fff8f7;
}
.block-shop-list dl dt {
  width: 115px;
  color: #cc162c;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: left;
  padding-top: 30px;
  clear: both;
}
.block-shop-list dl dd {
  margin: 15px 0 0 115px;
  padding-top: 15px;
  border-top: #cac8c4 1px dashed;
}
.block-shop-list dl dt:first-child +dd {
  border-top:none;
}
.block-shop-list dl dd ul {
  overflow: hidden;
}
.block-shop-list dl dd li {
  width: 154.5px;
  float: left;
}
.block-shop-list dl dd li:nth-child(3n) {
  width: 194px;
}
.block-shop-list .link {
  color: #1583aa;
  font-size: 16px;
  padding-left: 15px;
  background: url('../img/common/arrow-blue.png') no-repeat;
  background-position: left center;
  display: inline-block;
}
.block-shop-list .link:hover {
  text-decoration: underline;
}


/* ---------------------------
  @ タブ
--------------------------- */
.block-tab-nav {
  overflow: hidden;
  border-bottom: #ce162e 4px solid;
  margin-top: 25px;
}
.block-tab-nav li {
  width: 153px;
  margin-left: 5px;
  float: left;
  text-align: center;
}
.block-tab-nav li:first-child {
  margin-left: 0;
}
.block-tab-nav li a {
  display: block;
  color: #666;
  font-size: 20px;
  background: #f9f9f9;
  border-top: #c9c9c9 1px solid;
  border-right: #c9c9c9 1px solid;
  border-left: #c9c9c9 1px solid;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  padding: 5px 0 3px;
}
.block-tab-nav li.on a ,
.block-tab-nav li a:hover {
  color: #fff;
  background-color: #f96b6e;
  border-color: #f96b6e;
}


/* ---------------------------
  @ タブ・部位
--------------------------- */
/* Block Voice Region
 * ------------------------- */
.block-voice.region {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-region {
  overflow: hidden;
}
.block-region-btns {
  width: 133px;
  float: left;
}
.block-region-btns li {
  margin-bottom: 5px;
}
.block-region-btns a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  background: url('../img/common/bg-pinkstripe.png');
  padding: 2px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-sizing: border-box;
  letter-spacing: -0.1em;
}
.block-region-btns a.height {
  padding: 12px 0;
}
.block-region-image {
  width: 362px;
  text-align: center;
  float: left;
}

/* Btn Tab Region
 * ------------------------- */
.block-tab-region {
  width: 100%;
  height: 50px;
  overflow: hidden;
  border-bottom: #ce162e 4px solid;
  margin-bottom: 20px;
  position: relative;
}
.block-tab-region li {
  width: 322px;
  text-align: center;
  position: absolute;
}
.block-tab-region .left-tab {
  top: 0;
  left: 0;
  z-index: 10;
}
.block-tab-region .right-tab {
  top: 0;
  right: 0;
  z-index: 10;
}
.block-tab-region li a {
  color: #666;
  font-size: 20px;
  line-height: 50px;
  display: block;
}
.block-tab-region .left-tab a {
  background: url('../img/voice/index/bg-taboff-left.png') no-repeat;
  background-position: left top;
}
.block-tab-region .right-tab a {
  background: url('../img/voice/index/bg-taboff-right.png') no-repeat;
  background-position: right top;
}
.block-tab-region .left-tab.on {
  z-index: 20;
}
.block-tab-region .left-tab.on a {
  color: #fff;
  background: url('../img/voice/index/bg-tabon-left.png') no-repeat;
  background-position: left top;
}
.block-tab-region .right-tab.on {
  z-index: 20;
}
.block-tab-region .right-tab.on a {
  color: #fff;
  background: url('../img/voice/index/bg-tabon-right.png') no-repeat;
  background-position: right top;
}


/* タブ切り替え.block-region.camVer
 * ------------------------- */
 .block-region.camVer ul{
   margin-bottom: 0;
 }
  .block-region.camVer .block-tab-region{
    margin-bottom: 0;
  }
 .block-region.camVer span.label{
   padding: 3px;
   font-size: 10px;
   color: #fff;
   margin-right: 6px;
   vertical-align: middle;
   padding: 4px 5px;
   background-color: #ffae21;
   display: none;
 }

 .block-region.camVer .js-tab-body{
   background-color: #FEF7F7;
 }

 .block-region.camVer .js-tab-body .tabTtl{
     color: #d01027;
     font-size: 28px;
     text-align: center;
 }
   .block-region.camVer .js-tab-body .tabTtl:after{
     display: none;
   }

.js-tab-body .tokuCampTtl{
  font-size: 20px;
  text-align: center;
  color: #d01026;
  border-top: #F96B6E dashed 3px;
  border-bottom: #F96B6E dashed 3px;
  padding: 3px 10px 2px;
  line-height: inherit;
  margin: 4px 23px 20px;
 }

 .block-region.camVer .js-tab-body .ttlTxt{
   padding: 0 25px;
   text-align: center;
 }

.block-region.camVer .title-centered-line{
  margin-bottom: 10px;
}

 .block-region.camVer .block-choice{
   margin-top: 0;
 }
 .block-region.camVer .block-choice-double2{
   margin-top: 10px;
 }

.block-region.camVer .block-choice-head{
  font-size: 20px;
}

 .block-region.camVer em{
   font-size: 70px;
 }

 .block-region.camVer span.nonTaxed{
   font-size: 14px;
   display: inline;
 }
  .block-region.camVer span:after,
  .block-region.camVer span:before{
    display: none;
  }

  .block-region.camVer .title-centered-line span:after,
  .block-region.camVer .title-centered-line span:before{
    display: block;
  }

.block-region.camVer dl{
  position: relative;
}
  .block-region.camVer dl.last{
    padding-bottom: 30px;
  }

.block-region.camVer dd.monthly.first{
  margin-bottom: 40px;
  font-size: 20px;
  position: relative;
}
  .block-region.camVer dd.monthly.first:after{
    display: block;
    content:" ";
    width:57px;
    height: 32px;
    background-image: url(../img/common/price_arrow.png);
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: -37px;
  }
  .block-region.camVer dd.monthly.first em{
    font-size: 40px;
  }

.block-region.camVer dd.monthly,
.block-region.camVer dd.total{
  padding-left: 110px;
}

.block-region.camVer #back dd.monthly{
  padding-left: 30px;
}

.block-region.camVer dd.total{
  font-size: 30px;
  margin-top: 15px;
}
  .block-region.camVer dd.total span{
    display: inline;
    vertical-align: middle;
    color: inherit;
  }
    .block-region.camVer dd.total span.totalTtl{
      font-size: 18px;
      line-height: 1.2;
      text-align: center;
      display: inline-block;
      vertical-align: text-bottom;
    }
    .block-region.camVer dd.total em{
      font-size: 53px;
      color: #d01027;
    }

.block-region.camVer dd.monthly2,
.block-region.camVer dd.total2{
  padding-left: 0;
}
.block-region.camVer dd.total2{
  font-size: 30px;
  margin-top: 15px;
}
  .block-region.camVer dd.total2 span{
    display: inline;
    vertical-align: middle;
    color: inherit;
  }
    .block-region.camVer dd.total2 span.totalTtl{
      font-size: 18px;
      line-height: 1.2;
      text-align: center;
      display: inline-block;
      vertical-align: text-bottom;
    }
    .block-region.camVer dd.total2 em{
      font-size: 53px;
      color: #d01027;
    }



    block-region.camVer dd.monthly.last ul{
      text-align: left;
      padding-left: 110px;
    }
    .block-region.camVer dd.monthly.last ul li{
      margin-bottom: 10px;
    }
    .block-region.camVer dd.monthly.last ul li.course{
      font-size: 15px;
    }
    .block-region.camVer dd.monthly.last ul li.course em{
      color: inherit;
      font-size: 26px;
    }
    .block-region.camVer dd.monthly.last ul li.course small{
      font-size: 13px;
    }
    .block-region.camVer span.labelPrice.list{
      position: absolute;
      top:50%;
      left:0;
      margin-top: -50px;
    }

    .block-region.camVer dd.lumpsum{
      padding-left: 150px;
      min-height: 108px;
      padding-top: 40px;
    }
      .block-region.camVer dd.lumpsum > span.labelPrice{
        left:50px;
        top:75px;
      }
    .block-region.camVer dd.lumpsum.none{
      padding-left: 30px;
    }

.block-region.camVer .labelPrice{
  display:inline-block;
  width:110px;
  height: 110px;
  background-image: url(../img/common/price_label02.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;;
  left:15px;
  top:70px;
}

    .block-region.camVer span.labelPriceCam.list{
      position: absolute;
      top:50%;
      left:0;
      margin-top: -50px;
    }

    .block-region.camVer dd.lumpsum{
      padding-left: 150px;
      min-height: 108px;
      padding-top: 40px;
    }
      .block-region.camVer dd.lumpsum > span.labelPriceCam{
        left:50px;
        top:75px;
      }
    .block-region.camVer dd.lumpsum.none{
      padding-left: 30px;
    }

.block-region.camVer .labelPriceCam{
  display:inline-block;
  width:110px;
  height: 110px;
  background-image: url(../img/common/labelPriceCam.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;;
  left:15px;
  top:70px;
}
.block-region.camVer .labelPriceCam1712{
  display:inline-block;
  width:110px;
  height: 110px;
  background-image: url(../img/common/171121_labelPriceCam.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;;
  left:15px;
  top:70px;
}

    .block-region.camVer span.labelPriceCamPFP.list{
      position: absolute;
      top:50%;
      left:0;
      margin-top: -50px;
    }

    .block-region.camVer dd.lumpsum{
      padding-left: 150px;
      min-height: 108px;
      padding-top: 40px;
    }
      .block-region.camVer dd.lumpsum > span.labelPriceCamPFP{
        left:50px;
        top:75px;
      }
    .block-region.camVer dd.lumpsum.none{
      padding-left: 30px;
    }

.block-region.camVer .labelPriceCamPFP1712{
  display:inline-block;
  width:110px;
  height: 110px;
  background-image: url(../img/common/171121_labelPriceCam.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;;
  left:15px;
  top:40px;
}
.block-region.camVer .1712labelPriceCamPFP{
  display:inline-block;
  width:110px;
  height: 110px;
  background-image: url(../img/common/171121_labelPriceCam.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;;
  left:15px;
  top:40px;
}

.gb-ptn1803 {
  background-image: url(../img/plan/course/zenshin/180330_pattern.png);
  background-repeat: repeat;
  width:558px;
}





.block-region.camVer span.splTxt{
  display: block;
  line-height: 1.5;
  margin-top: 10px;
}

.block-region.camVer .block-choice-double2 .orgPrice{
  position: relative;
  text-align: left;
}
.block-region.camVer .block-choice-double2 .orgPrice:after{
  background-image: url(../img/common/price_arrow02.png);
  background-repeat: no-repeat;
  display: block;
  content:" ";
  width:32px;
  height: 20px;
  position: absolute;
  right:-1px;
  top:19px;
}
  .block-region.camVer .block-choice-double2 .orgPrice dt,
  .block-region.camVer .block-choice-double2 .orgPrice dd{
    display: inline-block;
  }


/* 　全身脱毛_190326
--------------------------- */
.block-choice .img-main {
  margin:10px 0 25px;
}

.block-choice .sub-ttl-txt {
  text-align:center;
  font-size:20px;
  color:#d01027;
  margin-bottom:7px;
}

.block-choice .box558 {
  justify-content: space-around;
  display: flex;
  box-sizing:border-box;
  width: 558px;
  margin-bottom:10px;
}

.block-choice .box558 ul {
  display: flex;
  margin-left:7px;
}

.block-choice .box558 ul li {
  margin-right: 9px;
  width:160px;
  background-color:#fff;
  text-align:left;
  padding:10px;
}
.block-choice .box558 ul li:last-child {
  width:160px;
  background-color:#fff;
  text-align:left;
  padding:10px;
}

.block-choice .box558 .komidashi {
  color:#d01027;
  text-align:left;
  font-size:12px;
  margin:7px 0;
  line-height:140%;
}
.block-choice .box558 .komidashi span {
  font-size:17px;
}

.block-choice .box558 .setsumei {
  font-size:12px;
  color:#222;
  text-align:justify;
}



.block-choice .zenshin-shihodai {
  margin:25px 0 0;
}

.block-choice .summer-cam{
  padding-top: 20px;
}

.block-choice .summer-cam .sub-ttl-txt {
  font-size: 17px;
  margin-bottom: 15px;
}


.block-choice .otoku-cam {
  margin-top: 20px;
}

.block-choice .otoku-cam .sub-ttl-txt {
  text-align:center;
  font-size:20px;
  color:#d01027;
  margin-bottom:7px;
}

.block-choice .otoku-cam .box558 {
  justify-content: space-around;
  display: flex;
  box-sizing:border-box;
  width: 558px;
  margin-bottom:10px;
}

.block-choice .otoku-cam .box558 ul {
  display: flex;
  margin-left:7px;
}

.block-choice .otoku-cam .box558 ul li {
  margin-right: 9px;
  width:160px;
  background-color:#fff;
  text-align:left;
  padding:15px 10px 10px;
}
.block-choice .otoku-cam .box558 ul li:last-child {
  width:160px;
  background-color:#fff;
  text-align:left;
  padding:15px 10px 10px;
}
.block-choice .otoku-cam .box558 ul li .osusume {
  background-color:#d01027;
  color:#fff;
  text-align:center;
  font-size:14px;
  padding:1px;
  margin:12px 0 5px;
}
.pats-list-ttl{
  text-align: center;
  font-size: 20px;
  color: #d01027;
  margin-bottom: 25px;
}
.spl-txt{
  text-align: center;
  color: #D01026;
  font-size: 16px;
}

.block-labels.parts-style li a{
  color: #eb7a88;
}




/* 　END-全身脱毛_190326
--------------------------- */



.block-course .courseTxtBox{
  margin-bottom: 10px;
}

  .block-course .courseTxtBox .colTtl{
    margin-bottom: 20px;
  }
  .block-course .courseTxtBox .colTtl:nth-child(1){
    float: left;
  }
  .block-course .courseTxtBox .colTtl:nth-child(2){
    float: right;
  }

.block-course .courseTxtBox .colTtl + .boxTxt{
  width: 100%;
}

.block-course .courseTxtBox .boxTtl{
  padding: 12px 10px;
  display: inline-block;
  margin-right: 15px;
  color: #6d6d6d;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px;
  vertical-align: top;
  line-height: 1.2;
  min-width: 64px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border: #6d6d6d dotted 1px;
  background: #fff;
}
  .block-course .courseTxtBox .boxTtl span.lag{
    font-size: 15px;
  }

.block-course .courseTxtBox.choiceStyle .boxTtl{
  display: inline-block;
  margin-bottom: 10px;
}

.block-course .courseTxtBox .boxTxt{
  display: inline-block;
  width: 450px;
}
  .block-course .courseTxtBox em{
    font-weight: bold;
  }

.block-course-body ul.choiceList{
  width: 100%;
  border-bottom: #eb7a88 dotted 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.block-course-body ul.choiceList li{
  font-size: 12px;
  width:100px;
}

/* font 装飾*/
span.fontBlk{
  color: #222 !important;
}



/* ---------------------------
  @ ブロック　イメージ
--------------------------- */
.page-body.block-figure{
  padding:0!important;
}

.block-figure:after {
  content: "";
  display: block;
  clear: both;
}


/* ---------------------------
  @ ブロック　ワイド
--------------------------- */
.block-wide {
  padding: 25px 0px;
  border-top: #d01027 1px dashed;
}

.block-wide.block-borderred {
  padding: 35px 30px 40px;
}

/* ---------------------------
  @ ブロック　未成年限定プラン
--------------------------- */
.block-bnr-under20 {
  margin: 50px 0 0;
  padding: 0 30px;
}
.block-bnr-under20 > a {
  display: block;
  background: #fff;
  margin-bottom: 50px;
}
.block-bnr-under20 dl {
  width: 100%;
  text-align: center;
  line-height: 1.25;
  border: #ff9c00 1px solid;
  display: table;
}
.block-bnr-under20 dt {
  width: 195px;
  color: #f59600;
  font-size: 24px;
  vertical-align: middle;
  background: #ffebac;
  display: table-cell;
}
.block-bnr-under20 dd {
  color: #ff9c00;
  font-size: 19px;
  background: #fffbed;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  letter-spacing: 0.2em;
  position: relative;
}
.block-bnr-under20 dd:after {
  content: "";
  width: 12px;
  height: 30px;
  background: url('../img/common/arrow_yellow-single.png') no-repeat;
  background-position: center top;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -15px;
}
.block-bnr-under20 dd em {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.block-bnr-under20 .mod-btn-counsel {
  margin: 30px 0 0;
}

/* ---------------------------
  @ ブロック　広告ギャラリー
--------------------------- */

.ad-top-detail{
 height: 435;
 width: 100%;
 margin-bottom: 40px;
 position:relative;
}

.ad-top-detail > p{
 width: 600px;
 position: absolute;
 bottom: 40px;
 left: 80px;
 text-align: left;
}
.ad-koukoku1{
 margin: 0 auto;
 padding: 0;
 position:relative;
}
.ad-koukoku1 > h2{
 position: absolute;
 top: 20px;
 left: 270px;
 font-size: 24px;
}
.ad-h2{
 position:absolute;
 top:20px;
 left:280px;
 font-size:24px;
}
.ad-h3{
 font-size:18px;
 text-align:center;
 padding:20px 0;
}
.ad-h3-1{
 border-bottom:#e2e2e2 1px solid;
 height:330px;
}
.ad-h3-1:last-child{
  height:330px;
  border-bottom:none;
}
.ad-h3-2{
 width:80%;
 margin:0 auto;
}
.ad-h3-3{
 padding-bottom:56.25%;
 height:0;
 position:relative;
}
.ad-relative{
 position:relative;
}
.ad-prof{
 padding-bottom: 0;
 position:relative;
}
.ad-prof > h2{
 position:absolute;
 top:20px;
 left:200px;
 font-size:24px;
}
.ad-prof-1{
 width: 50%;
 height: auto;
 padding: 5px 30px 5px 5px;
 box-sizing: border-box;
 float: left;
 position:absolute;
 top:40px;
 left:115px;
}
.ad-prof-2{
 width: 50%;
 height: auto;
 padding: 5px 5px 5px 40px;
 box-sizing: border-box;
 float: right;
 position:absolute;
 top:40px;
 right:-10px;
}
.ad-prof-left{
 text-align: center;
 padding-top: 45px;
 width: 70%;
 margin: 0 auto;
}
.ad-prof-p{
 line-height: 0.9em;
 text-align: center;
 font-size: 20px;
 font-weight: bold;
}
.ad-prof-p > span{
 font-size: 12px;
 font-weight: normal;
}
.ad-prof-left-1{
 text-align: left;
 display: inline-block;
 box-sizing: border-box;
 width: 220px;
 margin: 0px 30px 0 0;
 background: white;
 padding: 10px;
 position:absolute;
 top:220px;
 left:80px;
}
.ad-prof-right{
 display: inline-block;
 box-sizing: border-box;
 width: 220px;
 background: white;
 text-align: left;
 padding: 10px;
 position:absolute;
 top:220px;
 right:80px;
}













/* ---------------------------
  @ ブロック　サロンレポート
--------------------------- */

.bnr-gakuwari-report{
  margin: 50px 0 0;
  padding: 0 30px;
}


/* ---------------------------
  @ 障害情報
--------------------------- */
.shogaiBox{
  border: #db2833 solid 2px;
  background-color: #fff;
  margin-bottom: 30px;
}
.shogaiBox .boxTtl{
  background-color: #db2833;
  padding: 5px;
  text-align: center;;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.shogaiBox .boxInner{
  padding: 15px;
  color: #222;
  text-align: center;
}
.shogaiBox a{
  color: #db2833;
  font-weight: bold;
  text-decoration: underline;
}
  .shogaiBox a:hover{
    text-decoration: none;
  }


/**************
layout.css
**************/
/* ---------------------------
  GINZA CALLA LAYOUT
  @ Base
  @ Header
  @ Global Navigation
  @ Breadcrumb
  @ Wrapper
  @ Main
  @ Page
  @ Sidebar
  @ Footer
--------------------------- */



/* ---------------------------
  @ Base
--------------------------- */

/*  Body
-----------------------------*/
.u_pc {
  display: block;
}
.u_sp {
  display: none;
}

.p_category .l_container {
  width: 100%;
  min-width: initial;
}

.p_category .l_container .btn_wrap {
  text-align: center;
}


body {
  width: 100%;
  min-width: 960px;
  background: url('../img/common/bg1.png');
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333333;
}


/*  Anchor
-----------------------------*/
a {
  outline: none;
  border: 0;
  text-decoration: none;
  color: #007095;
}


/*  List
-----------------------------*/
li {
  list-style: none;
}


/*  Image
-----------------------------*/
img {
  max-width: 100%;
  height: auto;
  outline: none;
  border: 0;
  vertical-align: top;
}



/* ---------------------------
  @ Header
--------------------------- */

/*  Layout
-----------------------------*/
.header {
  background-color: #d01027;
}
.header .container {
  display: table;
  padding-left: 210px;
  height: 70px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
.header h1 {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.3em;
}


/*  Header Logo
-----------------------------*/
.header-logo {
  display: block;
  width: 176px;
  height: 43px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -24px;
}


/*  Header Information
-----------------------------*/
.header-nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  letter-spacing: -0.3em;
}
.header-nav li {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  letter-spacing: normal;
}
.header-nav a {
  display: block;
  color: #fff;
}

/* Recruit */
.header-nav-recruit a {
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  font-size: 12px;
  color: #fff;
}
.header-nav-recruit a:hover {
  border-bottom: 1px solid #d01027;
}

/* Web */
.header-nav-web {
  width: 215px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.header-nav-web a {
  padding: 0 12px;
  line-height: 32px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  color: #d01027;
  position: relative;
}
.header-nav-web a:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url('../img/common/arrow-red-small.png') no-repeat top right;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}



/* ---------------------------
  @ Global Navigation
--------------------------- */
.gnav {
  background: #fff;
}
.gnav ul {
  background: url('../img/common/nav-line.png') no-repeat right center;
  overflow: hidden;
}
.gnav li {
  width: 160px;
  float: left;
}
.gnav a {
  display: block;
  padding: 15px 0;
  background: url('../img/common/nav-line.png') no-repeat left center;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 14px;
  color: #d01027;
}



/* ---------------------------
  @ Breadcrumb
--------------------------- */

/* .breadcrumb
------------------------- */
.breadcrumb {
  background: #fbe8e8;
}
.breadcrumb ul {
  font-size: 12px;
  padding: 10px 0 8px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb .bread-arrow {
  padding: 0 5px;
}
.breadcrumb a {
  color: #333;
}
.breadcrumb a:hover {
  text-decoration: underline;
}


/* ---------------------------
  @ Wrapper
--------------------------- */
.wrapper {
  margin-top: 25px;
  margin-bottom: 70px;
}
.wrapper.p_tag {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.l_container.p_tag .l_plan_blk{
  width: 920px;
}

.l_container.p_common .l_plan_blk{
  width: 920px;
}




/* ---------------------------
  @ Main
--------------------------- */
.main {
  width: 690px;
  float: left;
}


/* ---------------------------
  @ Page
--------------------------- */

/*  Page Head
-----------------------------*/
.page-head {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 57px;
  background: url('../img/salon/common/title-bg-shop.png') no-repeat;
  background-position: center top;
  margin-top: 30px;
}
.page-head._renewal {
  margin: 20px 24px;
  padding: 6px;
  font-size: 0;
  line-height: 0;
  background: linear-gradient(-45deg, #df4a4c 25%, #d01127 25%, #d01127 50%, #df4a4c 50%, #df4a4c 75%,#d01127 75%, #df4a4c );
  background-size: 6px 6px;
  border-radius: 10px;
}
.page-head._renewal .inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: 24px;
  line-height: 1.6;
  border: dashed 1px #fff;
  border-radius: 10px;
  color: #fff;
}
.page-head span {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
}

.page-head div {
  display:inline-block;
  vertical-align:middle;
  margin-top:-3px;
}



/*  Page Body
-----------------------------*/
.page-body {
  padding: 0 30px;
  margin: 30px 0 45px;
}


/* ---------------------------
  @ Sidebar
--------------------------- */

/*  Sidebar Layout
-----------------------------*/
.sidebar {
  width: 230px;
  float: right;
}
.sidebar-block {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #999;
}
.sidebar-block:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.sidebar-block li,
.sidebar-block dd {
  margin-bottom: 10px;
  background: #fff;
}
.sidebar-block a {
  display: block;
}

/*about page*/

.side-about-title {
  padding: 12px 15px 8px 10px;
}

.side-jishin-mgnL {
  margin-left:40px;
}



/*  Sidebar Campaign
-----------------------------*/
.sidebar-campaign dt {
  display: block;
  margin-bottom: 10px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #d01027;
  background-repeat: no-repeat;
  background-position: center;
  letter-spacing: -0.07em;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

/*   Sidebar List
 * ------------------------- */

.sidebar-list {
  background: #fbe8e8;
  margin-bottom: 20px;
}
.sidebar-list-btn {
  padding: 12px 8px 20px;
}
.sidebar-list p {
  color: #cd0000;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 8px 9px;
}
.sidebar-list .sidebar-list-head {
  text-align: center;
}
.sidebar-list .sidebar-list-head.sidebar-line {
  border-bottom: #f4b4b2 2px solid;
}
.sidebar-list .side-list-subtitle {
  text-align: left;
}
.sidebar-list ul {
  padding: 0 8px 8px;
}
.sidebar-list li {
  background: #fff;
  border-top: #fdd2d2 1px dashed;
}
.sidebar-list .title {
  color: #0382ac;
  font-weight: bold;
  padding: 12px 15px 8px 10px;
}
.sidebar-list ul li:first-child {
  border-top: none;
}
.sidebar-list li a {
  color: #0382ac;
  text-decoration: underline;
  display: block;
  padding: 12px 15px 8px 10px;
  background: #fff;
  position: relative;
}
.sidebar-list li .height {
  padding: 22px 15px 19px 10px;
}
.sidebar-list li .text-indent {
  padding-left: 30px;
}
.sidebar-list li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url('../img/common/side-arrow-blue.png') no-repeat;
  background-position: right top;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
.sidebar-list li a:hover {
  text-decoration: none;
}

/*   Sns Buttuns
 * ------------------------- */
.sns-buttons {
  letter-spacing: -0.4em;
  text-align: right;
  margin-top: 10px;
}
.sns-buttons li {
  display: inline-block;
  letter-spacing: normal;
  /*background: #fff; */
  text-align: center;
}
.sns-buttons li:first-child {
  margin-right: 10px;
  line-height: 0.7;
}


/* ---------------------------
  @ Footer
--------------------------- */
.footer {
  padding: 30px 0;
  background: #d01027;
  color: #fff;
}
.footer address {
  text-align: center;
  font-size: 12px;
}
.footer .tel {
  display: block;
  margin: 0 auto 28px;
}
.footer .footer-nav {
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 25px;
}
.footer .footer-nav li {
  display: inline-block;
  letter-spacing: normal;
}
.footer .footer-nav a {
  color: #fff;
  display: inline-block;
  margin: 0 25px;
}





@charset "UTF-8";


/* ------------------------------ *
  FONT SIZE
 * ------------------------------ */
.px10 { font-size: 71.5%; }
.px11 { font-size: 78.7%; }
.px12 { font-size: 86%; }
.px13 { font-size: 93%; }
.px14 { font-size: 100%; }
.px15 { font-size: 107.3%; }
.px16 { font-size: 114.4%; }
.px17 { font-size: 121.5%; }
.px18 { font-size: 128.6%; }
.px19 { font-size: 135.8%; }
.px20 { font-size: 143%; }
.px21 { font-size: 150%; }
.px22 { font-size: 157.3%; }
.px23 { font-size: 164.3%; } /* Ugly Bold */
.px24 { font-size: 171.5%; } /* Ugly Bold */
.px25 { font-size: 178.6%; }
.px26 { font-size: 185.8%; }
.px27 { font-size: 193%; }
.px28 { font-size: 200%; }
.px29 { font-size: 207.1%; }
.px30 { font-size: 214.4%; }


/* ------------------------------ *
  margin : top
 * ------------------------------ */
.mt0 {margin-top:0px !important;}
.mt1 {margin-top:1px !important;}
.mt2 {margin-top:2px !important;}
.mt3 {margin-top:3px !important;}
.mt4 {margin-top:4px !important;}
.mt5 {margin-top:5px !important;}
.mt6 {margin-top:6px !important;}
.mt7 {margin-top:7px !important;}
.mt8 {margin-top:8px !important;}
.mt9 {margin-top:9px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}
.mt80 {margin-top:80px !important;}
.mt90 {margin-top:90px !important;}
.mt100 {margin-top:100px !important;}
.mt150 {margin-top:150px !important;}
.mt200 {margin-top:200px !important;}


/* ------------------------------ *
  margin : bottom
 * ------------------------------ */
.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}


/* ------------------------------ *
  margin : left
 * ------------------------------ */
.ml0 {margin-left:0px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}


/* ------------------------------ *
  margin
 * ------------------------------ */
.m0 {margin:0 !important;}
.m5 {margin:5px !important;}
.m10 {margin:10px !important;}
.m15 {margin:15px !important;}
.m20 {margin:20px !important;}
.m25 {margin:25px !important;}
.m30 {margin:30px !important;}


/* ------------------------------ *
  padding : top
 * ------------------------------ */
.pt0 {padding-top:0px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}


/* ------------------------------ *
  padding : bottom
 * ------------------------------ */
.pb0 {padding-bottom:0px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb100 {padding-bottom:100px !important;}


/* ------------------------------ *
  padding : left
 * ------------------------------ */
.pl0 {padding-left:0px !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}


/* ------------------------------ *
  padding four way
 * ------------------------------ */
.p0 {padding:0 !important;}
.p5 {padding:5px !important;}
.p10 {padding:10px !important;}
.p15 {padding:15px !important;}
.p20 {padding:20px !important;}
.p25 {padding:25px !important;}
.p30 {padding:30px !important;}


/* ------------------------------ *
  配置
 * ------------------------------ */
.left-contents {
float:left;
}
.right-contents {
float:right;
}
.clear {
height:0;
clear:both;
}
.v-middle {
vertical-align:middle;
}
.v-bottom {
vertical-align:bottom;
}
.align-right {
text-align: right;
}
.align-center {
text-align: center;
}

.align-left {
text-align: left;
}


/* ------------------------------ *
  背景
 * ------------------------------ */
.bg-01{
  background-color: #FFFDEA; /* 黄色 */
}

.bg-02{
  background-color: #FFFBFB; /* うすピンク */
}

.bg-03{
  background-color: #FDF2F2; /* 濃ピンク */
}

.bg-04{ /* 水色 角丸 */
  background-color: #ECF6F9;
  border-radius: 0.8em;
}


/* ------------------------------ *
  文字色
 * ------------------------------ */
.font-white{
  color: #ffffff; /* 白 */
}

.font-red{
  color: #D01027; /* 赤 */
}

.font-pink{
  color: #D01027; /* ピンク */
}

.font-lightblue{
  color: #37BEE5; /* light blue */
}

.pc-main { min-width: 1400px; }

/**************
migrate-plugin.css
**************/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


/**************
migrate-layout.css
**************/
.mg-salon-nav {
  margin: 0 auto;
  overflow: hidden;
}

.mg-salon-nav li {
  width: 18.4%;
  height: 56px;
  float: left;
}

.mg-salon-nav li:nth-child(n+2) {
  margin-left: 2%;
}

.mg-salon-nav li:nth-child(n+6) {
  margin-top: 16px;
}

.mg-salon-nav li.mod-full {
  height: 128px;
}

.mg-salon-nav li a {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background: none;
}

.mg-aside-salon-inside {
  position: relative;
  z-index: 1;
}

.mg-aside-salon-bg.mg-page-moving-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mg-aside-salon-bg-inside {
  height: 920px;
}

.mg-aside-salon-search {
  height: 520px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-aside-salon-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 65px;
}

.mg-aside-salon .mg-salon-nav {
  width: 928px;
}

.mg-aside-salon .mg-salon-nav li {
  width: 19.4%;
}

.mg-aside-salon .mg-salon-nav li:nth-child(n+2) {
  margin-left: 0.75%;
}

.mg-aside-salon .mg-salon-nav li:nth-child(n+6) {
  margin-top: 8px;
}

.mg-aside-salon .mg-salon-nav li.mod-full {
  height: 120px;
}

.mg-aside-reserve {
  padding: 64px 0;
  background-color: #fcf0f0;
}

.mg-aside-reserve-button {
  width: 1120px;
  margin: 0 auto;
}

.mg-aside-reserve-button a {
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
}

.mg-aside-reserve-button a:before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 22px;
  background: url(../img/migrate/footer/icon_reserve.png) 0 0 no-repeat;
}

.mg-footer {
  padding: 100px 0 115px;
}

.mg-footer-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.mg-footer-share {
  margin-bottom: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-footer-share li:nth-child(n+2) {
  margin-left: 38px;
}

.mg-footer-share a {
  display: block;
  width: 69px;
  height: 69px;
  -webkit-transition: opacity 0.30s;
     -moz-transition: opacity 0.30s;
      -ms-transition: opacity 0.30s;
       -o-transition: opacity 0.30s;
          transition: opacity 0.30s;
}

.mg-footer-share a img {
  width: 100%;
  height: auto;
}

.mg-footer-share a:hover {
  opacity: 0.7;
}

.mg-footer-nav {
  margin-bottom: 97px;
}

.mg-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-footer-menu li:nth-child(n+2) {
  margin-left: 34px;
}

.mg-footer-menu a {
  font-size: 14px;
  color: #4d4d4d;
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mg-footer-menu a:hover {
  opacity: 0.65;
}

.mg-footer-banners {
  margin-bottom: 45px;
}

.mg-footer-banners li {
  width: 100%;
  text-align: center;
}

.mg-footer-banners li:nth-child(n+2) {
  margin-top: 20px;
}

.mg-footer-banners li a {
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mg-footer-banners li a:hover {
  opacity: 0.65;
}

.mg-footer-copyright {
  font-size: 12px;
  text-align: center;
  color: #6f3e45;
}

.mg-header-main {
  height: 128px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.mg-header-logo a,
.mg-header-logo span {
  width: 136px;
  display: block;
  position: relative;
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mg-header-logo a:hover {
  opacity: 0.65;
}

.mg-header-logo a:before,
.mg-header-logo span:before {
  content: "";
  height: 0;
  padding-top: 58.4375%;
  display: block;
}

.mg-header-logo a svg,
.mg-header-logo span svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mg-header-senyo {
  position: absolute;
  right: 120px;
  top: 4px;
}

.mg-header-senyo span {
  color: #c21126;
  font-size: 14px;
}

.mg-header-recruit {
  position: absolute;
  right: 0;
  top: 0;
}

.mg-header-recruit a {
  padding: 13px 24px;
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #c21126;
  border-bottom: 2px solid #eeadb3;
  border-radius: 0 0 0 8px;
  background-color: #fee9e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mg-header-recruit a:hover {
  border-color: #dc757f;
  background-color: #fdd5d3;
}

.mg-gnav {
  background-color: #c11126;
}

.mg-gnav-inside {
  max-width: 1162px;
  height: 96px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mg-gnav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 734px;

}

.mg-gnav-menu li {
  white-space: nowrap;
}

.mg-gnav-menu li:nth-child(n+2) {
  /* margin-left: 48px; */
}

.mg-gnav-menu li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 14px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.mg-gnav-menu li a:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  background-color: #fff;
  border-radius: 999em;
  opacity: 0;
  -webkit-transform: scaleX(0.6);
      -ms-transform: scaleX(0.6);
          transform: scaleX(0.6);
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mg-gnav-menu li a:hover:after, .mg-gnav-menu li a.is-active:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.mg-gnav-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.mg-gnav-buttons li:nth-child(n+2) {
  margin-left: 8px;
}

.mg-gnav-buttons li a {
  height: 56px;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  letter-spacing: -0.08em;
  font-weight: bold;
  border-radius: 6px;
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mg-gnav-buttons li a:hover {
  background-color: #ce162d;
}

.mg-gnav-buttons li.mod-salon a:hover {
  color: #fff;
  border-color: #ce162d;
  background-color: #ce162d;
}

.mg-gnav-buttons li.mod-reserve a:hover {
  color: #fff;
  border-color: #ff9321;
  background-color: #ff9321;
}

.mg-gnav-buttons li.mod-salon a {
  color: #fff;
  border: 1px solid #fff;
}

.mg-gnav-buttons li.mod-salon a:before {
  content: "";
  width: 14px;
  height: 18px;
  margin-right: 7px;
  background: url(../img/migrate/header/icon_salon.png) 0 0 no-repeat;
  background-size: contain;
}

.mg-gnav-buttons li.mod-reserve a {
  color: #c21126;
  background-color: #fff;
}

.mg-gnav-buttons li.mod-reserve a:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 7px;
  background: url(../img/migrate/header/icon_reserve.png) 0 0 no-repeat;
  background-size: contain;
}

.mg-gnav-buttons li.mod-reserve a:hover:before {
  background-image: url(../img/migrate/header/icon_reserve_on.png);
}


/**************
migrate-page.css
**************/
.mg-button-pink {
  font-weight: bold;
  color: #fff;
  background-color: #ed3f55;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mg-button-pink:hover {
  background-color: #ce162d;
}

.mg-button-pink-cv {
  font-weight: bold;
  color: #fff;
  background-color: #ff9321;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mg-button-pink-cv:hover {
  background-color: #f0811f;
}

.mg-button-white {
  color: #ed3f55;
  background-color: #fff;
  border: 1px solid #ed3f55;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mg-button-white:hover {
  background-color: #fdd9d9;
}

body {
  min-width: 1400px;
}

main {
  display: block;
}

.mg-page-header-title {
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-page-header-image {
  height: 480px;
}

.mg-page-inside {
  max-width: 1120px;
  margin: 0 auto;
}

.mg-page-moving-frame {
  position: relative;
  overflow: hidden;
  background-color: #fcf0f0;
}

.mg-page-moving-image {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  will-change: transform;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mg-page-moving-image.is-loaded {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.mg-page-aside {
  padding: 60px 0;
  background-color: #fbf5f6;
}

.mg-page-links {
  max-width: 1216px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mg-page-links li {
  width: 32.2%;
}

.mg-page-links li:not(:nth-child(3n+1)) {
  margin-left: 1.7%;
}

.mg-page-links li:nth-child(n+4) {
  margin-top: 1.7%;
}

.mg-page-links li a {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}


/**************
resource/migrate/css/layout.css?
**************/


/**************
resource/css/add_style.css
**************/
.pc-main .pc_index section#cont02 div.inner div.lead .strong {
  display: block;
  font-size: 23px;
  text-align: center;
  letter-spacing: -0.12em;
  color: #c21126;
  margin: 0 0 3px 0;
}

.pc-main .pc_index section#cont02 div.inner div.lead .strong .em {
  letter-spacing: -0.54em;
}

.pc-main .pc_index section#cont03 div.min_cont div.bg div.box .strong {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  position: absolute;
  left: 138px;
  background: url(../migrate/images/common/comment.svg) center top no-repeat;
  background-size: contain;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5em;
  width: 145px;
  height: 147px;
}

.pc-main .pc_index section#cont03 div.min_cont.min_cont01 div.bg div.box .strong {
  top: -100px;
}

.pc-main .pc_index section#cont03 div.min_cont div.bg div.box .strong .em {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.pc-main .pc_index section#cont03 div.min_cont.min_cont02 div.bg div.box .strong {
  top: -110px;
}

.pc-main .pc_index section#cont03 div.min_cont.min_cont03 div.bg div.box .strong {
  top: -107px;
}

.pc-main .pc_index section#cont03 div.min_cont.min_cont04 div.bg div.box .strong {
  top: -100px;
}

.pc-main .pc_index section#cont03 div.min_cont.min_cont05 div.bg div.box .strong {
  top: -106px;
}

.pc-main .pc_index section#cont02 div.inner h2 .em {
  display: block;
  font-size: 30px;
  text-indent: 21px;
  line-height: 1.66667;
  margin: 37px 0 0 9px;
  color: #6f3e45;
}


/**************
top.css
**************/
.pc-main .u_pc {
  display: block!important;
}
.pc-main .u_sp {
  display: none!important;
}
.kinkyu_pc.kinkyu_sp .img {
  margin: 0 auto;
}

.header._new * {
  box-sizing: border-box;
}
.header._new {
  width: 100%;
}
.header._new .box {
  width: 100%;
  margin: 0;
}
.header._new .box._01 {
  display: flex;
  position: relative;
  height: 96px;
  background: #d01027;
}
.header._new .box._01 .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 1160px;
  margin: 0 auto;
  padding: 0 15px 0 0;
}
.header._new .box._01 .inner .left {
  display: flex;
  align-items: center;
}
.header._new .box._01 .inner .logo {
  width: 170px;
  margin: 0 15px 0 0;
}
.header._new .box._01 .inner .logo .link {
  display: block;
}
.header._new .box._01 .inner .logo .link .img,
.header._new .box._01 .inner .logo .img {
  display: block;
  width: 100%;
  height: auto;
}
.header._new .box._01 .inner .txt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.header._new .box._01 .inner .list {
  display: flex;
}
.header._new .box._01 .inner .list .item {
  margin: 0 0 0 15px;
}
.header._new .box._01 .inner .list .item .link {
  display: block;
  padding: 8px 13px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  border: solid 1px #fff;
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #fff;
}
.header._new .box._01 .inner .list .item .link:hover {
  color: #d01027;
  background: #fff;
  transition: all .3s;
}
.header._new .box._02 {
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.header._new .box._02 .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 15px;
}
.header._new .box._02 .nav .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(80% - 60px);
}
.header._new .box._02 .nav .list .item .link {
  display: block;
  width: 100%;
  position: relative;
  padding: 14px 0;
  font-size: 16px;
  font-weight: bold;
  color: #d01027;
}
.header._new .box._02 .nav .list .item .link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  background: #d01027;
  border-radius: 999em;
  opacity: 0;
  transform: scaleX(0.6);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header._new .box._02 .nav .list .item .link:hover:after,
.header._new .box._02 .nav .list .item .link.is-active:after {
  opacity: 1;
  transform: scaleX(1);
}
.header._new .box._02 .nav .cv_btn {
  width: 20%;
}
.header._new .box._02 .nav .cv_btn .link {
  display: block;
  padding: 8px 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #fff;
  background: #d01027;
}
.header._new .box._02 .nav .cv_btn .link:hover {
  border-color: #ff9321;
  color: #fff;
  background: #ff9321;
}

.box._flow {
  margin: 104px auto 0 auto;
}
.box._flow .txt {
  display: block;
  font-size: 30px;
  text-align: center;
  line-height: 1.66667;
  margin: 37px 0 0 9px;
  color: #6f3e45;
}
.box._flow .txt .small {
  display: block;
}
.box._flow .img_wrap {
  width: 100%;
}
.box._flow .img_wrap .inner._01 {
  margin: 40px auto 0;
  text-align: center;
}

.l_faq_box {
  margin: 0 auto;
}
.l_faq_box .c_toggle_3 {
  border-bottom: solid 1px #d01026;
}
.l_faq_box .c_toggle_3 > .parent {
  display: flex;
  align-items: center;
  padding: 40px 20px;
  border: none;
}
.l_faq_box .c_toggle_3 > .parent:hover {
  opacity: .7;
}
.l_faq_box .c_toggle_3 > .parent span {
  display: block;
  width: 38px;
  margin: 0 10px 0 0;
}
.l_faq_box .c_toggle_3 > .parent .txt {
  width: calc(100% - 38px);
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 2;
}
.l_faq_box .c_toggle_3 > .child {
  display: flex;
  padding: 20px;
  align-items: center;
}
.l_faq_box .c_toggle_3 > .child span {
  display: block;
  width: 38px;
  margin: 0 10px 0 0;
}
.l_faq_box .c_toggle_3 > .child .txt {
  width: calc(100% - 38px);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 2;
  color: #4d4d4d;
}
.l_faq_box .c_toggle_3 > .child .txt a {
  text-decoration: underline;
  color: #c21126;
}
.l_faq_box .c_toggle_3 > .child .txt a:hover {
  opacity: .7;
}

/*210118_TOP_コロナ対策追加*/
.pc-main .pc_index section#key_img ul li div{
	position: relative;
}

.pc-main .pc_index section#key_img ul li div a.top_covid{
	position: absolute;
	bottom: 0%;
	left: 49%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0px 347px 0 0px;
}

/*210226_フッターリスト追加_オリコン*/
.l_container .l_plan_blk > .inner > .campaign_wrap > .lists > .list > .link > .ttl > .txt_oricon{
	line-height: 1.5;
}
.l_container .l_plan_blk > .inner > .campaign_wrap > .lists > .list > .pb25{
	padding-bottom: 25px;
}
.l_container .l_plan_blk > .inner > .campaign_wrap > .lists > .list > .link > .mt25{
	margin-top: 25px;
}
.l_container .l_plan_blk > .inner > .campaign_wrap > .lists > .list > .link > .oricon_att{
	margin-top:5px;
}
.l_container .l_plan_blk > .inner > .campaign_wrap > .lists > .list > .link > .ttl > .txt_oricon::after{
  content: '（※）';
  font-size: 10px;
  display: contents;
}

.plan_top_bg .plan_top_bg_p .bnr {
  width: auto;
}