@charset "utf-8";

/* fong : Sawarabi Mincho*/
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* icomoon*/
@import url(../icomoon/style.css);

/* PC */
@media screen and (min-width:768px) {
  body {
    font-size: 16px;
    color: #333;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    overflow-x: hidden;
    line-height: 1.5;
    position: relative;
  }

  img {
    vertical-align: bottom;
  }

  main {
    padding-top: 90px;
  }

  .sp_only {
    display: none !important;
  }

  * {
    opacity: 1;
    transition: 0.5s;
  }

  .btn a:hover {
    opacity: 0.6;
  }

  .inner {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .icon-freedial:before {
    color: #b09172;
  }

  h2,
  h3 {
    font-family: 'Sawarabi Mincho', serif;
  }

  div.btn.cv {
    padding: 60px 0;
    margin: 0 30px;
  }

  .btn.cv a {
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    display: block;
    max-width: 600px;
    font-size: 28px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    font-family: 'Sawarabi Mincho', serif;
    background: #38acb5;
    border-bottom: 2px solid #0a8790;
    padding: 25px 30px 25px 10px;
    min-height: 80px;
    margin-bottom: 20px;
    text-align: center;
  }

  .btn.cv a span {
    font-size: 11px;
  }

  .btn a:after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 17px;
    height: 17px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }

  .btn.cv small {
    font-size: 12px;
    text-align: center;
    display: block;
  }

  /* header */
  header {
    height: 90px;
    padding: 0 30px;
    background: #fff;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
  }

  header .rogo {
    width: 125px;
    float: left;
    padding: 10px 0;
  }

  header .rogo img {
    width: 100%;
    float: left;
    box-sizing: border-box;
    display: block;
  }

  header .btn.cv a {
    border-radius: 5px;
    height: 60px;
    min-height: 60px;
    line-height: 60px;
    width: 210px;
    float: right;
    font-size: 20px;
    margin: 15px 0;
    padding: 0;
  }

  header .btn a:after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 12px;
    height: 12px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  /* key_v */
  .key_v {
    padding: 0 30px;
    background: url(../img/key_v_ver00.jpg) repeat-x center top;
    background-size: cover;
    height: calc(100vh - 200px);
    position: relative;
  }

  .key_v img {
    max-width: 759px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
  }

  /* schedule */
  .schedule {
    padding: 60px 30px;
  }

  .schedule h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 34px;
    margin-bottom: 60px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .schedule h2 span {
    font-size: 26px;
  }

  .schedule img {
    width: 100%;
  }

  /* pr_corse */
  .pr_corse {
    padding: 60px 30px;
    background: url("../img/contents_bg_royal.png") center;
  }

  .pr_corse h2 {
    background: none;
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .pr_corse h2 span {
    font-size: 26px;
  }

  .pr_corse img {
    width: 100%;
    border: 1px solid #bd9861;
  }

  .pr_corse a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
  }

  .pr_corse a em {
    padding: 10px;
    background: #eb1c62;
    color: #fff;
    text-decoration: none;
    font-family: 'Sawarabi Mincho', serif;
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 16px;
  }

  .pr_corse a:hover {
    opacity: 0.6;
  }

  /* page_nav */
  .page_nav {
    padding: 60px 30px;
  }

  .page_nav h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 34px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .page_nav h2 span {
    font-size: 26px;
  }

  .page_nav h2:after {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../img/line.png) center bottom no-repeat;
  }

  .page_nav img {
    width: 100%;
  }

  .page_nav .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .page_nav .body_link {
    background: url(../img/navi_body.jpg);
    background-size: cover;
  }

  .page_nav .facial_link {
    background: url(../img/navi_facial.jpg);
    background-size: cover;
  }

  .page_nav dl {
    width: calc(50% - 15px);
    position: relative;
    font-family: 'Sawarabi Mincho', serif;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .page_nav dt {
    color: #9e9e9f;
    font-size: 40px;
    margin-bottom: 10px;
    width: 100%;
  }

  .page_nav dd {
    width: calc(50% - 10px);
    position: relative;
    border: 1px solid #eb6d80;
    font-family: 'Sawarabi Mincho', serif;
    padding: 20px 10px 60px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    font-size: 14px;
  }

  .page_nav dd.mens {
    border: 1px solid #708eb5;
  }

  .page_nav dd strong {
    font-size: 24px;
    margin-bottom: 5px;
    color: #eb6d80;
    width: 100%;
  }

  .page_nav dd.mens strong {
    color: #708eb5;
  }

  .page_nav dd a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .page_nav dd a:after {
    position: absolute;
    content: "";
    border-top: 30px solid #eb6d80;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    pointer-events: none;
  }

  .page_nav dd.mens a:after {
    border-top: 30px solid #708eb5;
  }

  .page_nav dd:hover {
    opacity: 0.6;
  }

  /* facial and body  */
  .facial,
  .body {
    padding: 60px 30px;
    background: url("../img/contents_bg_ladys.png") bottom center;
  }

  .facial.mens,
  .body.mens {
    background: url("../img/contents_bg_mens.png") top center;
  }

  .facial .inner,
  .body .inner {
    background: #fff;
    padding: 30px;
  }

  .facial h2,
  .body h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 50px;
    margin-bottom: 60px;
    position: relative;
    height: auto;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #eb6d80;
  }

  .facial.mens h2,
  .body.mens h2 {
    color: #708eb5;
    border: 1px solid #708eb5;
  }

  .facial h2 span,
  .body h2 span {
    font-size: 28px;
  }

  .facial h2 small,
  .body h2 small {
    font-size: 20px;
    color: #333;
    display: block;
    margin-top: 20px;
  }

  .facial .menu,
  .body .menu {
    margin-bottom: 30px;
  }

  .body .menu h3,
  .facial .menu h3 {
    color: #eb6d80;
    border: 1px solid #eb6d80;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 28px;
    line-height: 1;
    float: left;
    clear: both;
    margin-right: 30px;
    margin-top: 30px;
  }

  .body.mens .menu h3,
  .facial.mens .menu h3 {
    color: #708eb5;
    border: 1px solid #708eb5;
  }

  .facial .menu h3 {
    font-size: 42px;
  }

  .facial .menu h3 span {
    font-size: 28px;
    color: #9e9e9f;
  }

  .facial .menu h3 i {
    font-style: normal;
  }

  .facial .menu dl,
  .body .menu dl {
    float: left;
    width: calc(100% - 155px);
    box-sizing: border-box;
  }

  .facial .menu dt,
  .body .menu dt {
    color: #eb6d80;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 24px;
    float: left;
    width: 50%;
    margin-bottom: 20px;
    line-height: 1;
  }

  .facial.mens .menu dt,
  .body.mens .menu dt {
    color: #708eb5;
  }

  .facial .menu dt span,
  .body .menu dt span {
    font-size: 17px;
  }

  .facial .menu dd img,
  .body .menu dd img {
    width: calc(50% - 10px);
    margin-left: 10px;
  }

  .facial .menu dd.img,
  .body .menu dd.img {
    width: 50%;
    float: right;
    margin-bottom: 10px;
  }

  .facial .menu dd.trouble,
  .body .menu dd.trouble {
    margin-bottom: 10px;
    float: left;
  }

  .facial .menu dd.trouble li,
  .body .menu dd.trouble li {
    position: relative;
    padding-left: 10px;
    line-height: 2;
  }

  .facial .menu dd.trouble li:before,
  .body .menu dd.trouble li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #eb6d80;
    position: absolute;
    left: 0;
    top: 13px;
  }

  .facial.mens .menu dd.trouble li:before,
  .body.mens .menu dd.trouble li:before {
    background: #708eb5;
  }

  .facial .menu dd.flow,
  .body .menu dd.flow {
    clear: both;
    background: #fce6e3;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .facial.mens .menu dd.flow,
  .body.mens .menu dd.flow {
    background: #e5f0f9;
  }

  .facial .menu dd.flow ol,
  .body .menu dd.flow ol {
    display: inline-block;
  }

  .facial .menu dd.flow li,
  .body .menu dd.flow li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-right: 15px;
  }

  .facial.mens .menu dd.flow li:after,
  .body.mens .menu dd.flow li:after {
    border-color: transparent transparent transparent #89add8;
  }

  .facial .menu dd.flow li:after,
  .body .menu dd.flow li:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #f3a8bb;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .facial .menu dd.flow li:last-of-type:after,
  .body .menu dd.flow li:last-of-type:after {
    display: none;
  }

  .facial .menu dd.flow small,
  .body .menu dd.flow small {
    float: right;
    padding-top: 4px;
    font-size: 12px;
  }

  /* faq */
  .faq {
    padding: 60px 30px;
    background-color: #fcf0f2;
    background-image: linear-gradient(-45deg, #fcf0f2 25%, #fff 25%, #fff 50%, #fcf0f2 50%, #fcf0f2 75%, #fff 75%, #fff);
    background-size: 7px 7px;
  }

  .faq .inner {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
  }

  .faq h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 34px;
    margin-bottom: 60px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .faq h2:after {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../img/line.png) center bottom no-repeat;
  }

  .faq img {
    width: 25%;
    border-radius: 50%;
  }

  .faq p {
    width: 70%;
    background: #fce6e3;
    padding: 40px 20px 40px 90px;
    border-radius: 30px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
  }

  .faq .faq_a {
    margin-top: 10px;
  }

  .faq .faq_q p {
    float: left;
  }

  .faq .faq_q p:before {
    content: "Q.";
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    color: #9e9e9f;
    font-size: 42px;
    font-family: 'Sawarabi Mincho', serif;
  }

  .faq .faq_q p:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 15px 0 15px;
    border-color: #fce6e3 transparent transparent transparent;
    bottom: -30px;
    right: 50px;
    margin: auto;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  .faq .faq_a p:before {
    content: "A.";
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    color: #eb6d80;
    font-size: 42px;

    font-family: 'Sawarabi Mincho', serif;
  }

  .faq .faq_a p:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 15px 0 15px;
    border-color: #fce6e3 transparent transparent transparent;
    bottom: -30px;
    left: 50px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .faq .faq_q img {
    float: right
  }

  .faq .faq_a p {
    float: right
  }

  .faq .faq_a img {
    float: left;
  }

  /* set_plan */
  .set_plan {
    padding: 60px 30px;
  }

  .set_plan h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 34px;
    margin-bottom: 60px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .set_plan h2:after {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: url(../img/line.png) center bottom no-repeat;
  }

	.set_plan h2 span {
		font-size: 18px;
		line-height: 1.7;
		color: #333;
		display: block;
		margin-top: 20px;
		text-align: center;
		font-family: 'Sawarabi Mincho', serif;
	}

	.set_plan h2 span em {
		background: linear-gradient(transparent 60%, #ffe9b4 0%);
		font-weight: bold;
		color: #777;
	}

  .set_plan p {
    font-size: 20px;
    color: #333;
    display: block;
    margin-top: 20px;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
  }

  .set_plan p span {
    font-size: 24px;
    color: #eb6d80;
  }

  .set_plan table {
    width: 100%;
    margin: 10px 0
  }

  .set_plan able,
  td,
  th {
    border: 1px solid #bd9863;
    border-collapse: collapse;
  }

  .set_plan td,
  th {
    padding: 10px 20px;
    width: 25%;
  }

  .set_plan th {
    color: #eb6d80;
    background: #fce6e3;
    font-family: 'Sawarabi Mincho', serif;
  }

  .set_plan td {
    background: #fff;
  }

  .set_plan small {
    text-align: right;
    display: block;
    font-size: 12px;
  }

  /* footer */

  /* contact */
  .contact {
    padding-top: 80px;
  }

  .contact .tel strong {
    display: block;
    text-align: center;
    font-size: 32px;
    font-family: 'Sawarabi Mincho', serif;
    margin-bottom: 60px;
  }

  .contact .tel a {
    font-size: 54px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1.2;
    pointer-events: none;
    color: #000;
    margin-bottom: 20px;
  }

  .contact .tel a span {
    margin-right: 10px;
    top: 5px;
    position: relative;
  }

  .contact .tel small {
    text-align: center;
    display: block;
    font-size: 18px;
  }

  .contact .icon-freedial:before {
    content: "\e900";
    color: #38acb5;
    font-size: 64px;
  }

  /* affiliations */
  .affiliations {
    padding: 80px 50px 40px;
    background: #ffffff;
    /* Old browsers */
    background: url(../img/bottom_bg.png) center no-repeat, -moz-linear-gradient(to bottom, #ffffff 0%, #fcf0f2 30%);
    /* FF3.6-15 */
    background: url(../img/bottom_bg.png) center no-repeat, -webkit-linear-gradient(to bottom, #ffffff 0%, #fcf0f2 30%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/bottom_bg.png) center no-repeat, linear-gradient(to bottom, #ffffff 0%, #fcf0f2 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9c0c7', GradientType=0);
    /* IE6-9 */
    background-size: cover;
  }

  .affiliations .jtba {
    width: calc(50% - 15px);
    /* float: left; */
    margin: auto;
    box-sizing: border-box;
    position: relative;
  }

  .affiliations .anea {
    width: calc(50% - 15px);
    float: right;
    box-sizing: border-box;
    position: relative;
  }

  .affiliations li {
    text-align: center;
  }

  .affiliations li div {
    background: #fff;
    height: 120px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }

  .affiliations .jtba img {
    height: 54px;
    margin: 33px auto;
  }

  .affiliations .anea img {

    height: 76px;
    margin: 22px auto;
  }

  .affiliations li p {
    font-size: 11px;
    margin-top: 10px;
  }

  /* footer_nav */
  .footer_nav {
    padding: 30px 50px 20px;
    background: #fff;
  }

  .footer_nav ul {
    max-width: 1000px;
    margin: 0 auto;
  }

  .footer_nav li {
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
    margin-right: 120px;
    margin-bottom: 10px;
  }

  .footer_nav li:last-of-type {
    margin-right: 0;
  }

  .footer_nav li a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #000;
    line-height: 1.2;
  }

  .footer_nav li:before {
    font-family: "fontawesome";
    content: "\f0da";
    margin-right: 5px;
    color: #F27186;
    font-size: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 1;
  }

  .footer_nav li a:hover {
    border-bottom: 1px solid #fff0;
  }

  /* copyright */
  .copyright {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background: #f3a8bb;
  }
}

/* SP */
@media screen and (max-width:767px) {
  body {
    font-size: 12px;
    color: #333;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
  }

  .pc_only {
    display: none !important;
  }

  main {
    padding-top: 60px;
  }

  main img {
    width: 100%;
    vertical-align: bottom;
  }

  .inner {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .wrapper article>section {
    margin: 0 15px;
  }

  div.btn.cv {
    padding: 30px 0;
  }

  div.btn.cv a {
    text-decoration: none;
    color: #fff;
    background: #38acb5;
    border-bottom: 2px solid #0a8790;
    display: block;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
    font-family: 'Sawarabi Mincho', serif;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 3px;
  }

  div.btn.cv a span {
    font-size: 10px;
  }

  div.btn.cv a strong {
    display: block;
  }

  div.btn.cv a:after,
  div.btn.search a:after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  div.btn.cv small {
    margin-top: 10px;
    display: block;
  }

  h2,
  h3 {
    font-family: 'Sawarabi Mincho', serif;
  }

  .overflow {
    max-width: 100%;
    overflow-x: auto;
  }

  .overflow::-webkit-scrollbar {
    height: 10px;
  }

  .overflow::-webkit-scrollbar-thumb {
    background: #f3a8bb;
    border-radius: 5px;
    box-shadow: none;
  }

  .overflow::-webkit-scrollbar-track {
    background: #d7d7d7;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0 0 2px #fff;
  }

  /* header */
  header {
    height: 60px;
    background: #fff;
    position: fixed;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.18);
  }

  header .rogo img {
    height: 40px;
    margin: 10px 0;
    float: left;
  }

  header .btn.cv a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 140px;
    float: right;
    font-size: 15px;
    margin: 10px 0;
    text-decoration: none;
    color: #fff;
    background: #38acb5;
    border-bottom: 2px solid #0a8790;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    font-family: 'Sawarabi Mincho', serif;
    cursor: pointer;
    border-radius: 3px;
    padding-right: 10px;
  }

  header .btn.cv a:after {
    content: '';
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }

  header .inner {
    padding: 0;
  }

  /* key_v */
  .key_v {
    background: url(../img/key_v_sp_ver00.jpg) no-repeat center top;
    background-size: cover;
    height: calc(100vh - 200px);
    box-sizing: border-box;
    position: relative;
  }

  .key_v img {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* schedule */
  .schedule {
    padding: 30px 0;
  }

  .schedule h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .schedule h2 span {
    font-size: 16px;
  }

  .schedule img {
    width: 450px;
    padding-bottom: 11px;
  }

  /* pr_corse */
  .pr_corse {
    padding: 30px 0;
    background: url("../img/contents_bg_royal.png") center;
    background-size: 15%;
  }

  .pr_corse h2 {
    background: none;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .pr_corse h2 span {
    font-size: 14px;
  }

  .pr_corse img {
    width: 100%;
  }

  .pr_corse a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
  }

  .pr_corse a em {
    padding: 5px;
    background: #eb1c62;
    color: #fff;
    text-decoration: none;
    font-family: 'Sawarabi Mincho', serif;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
  }

  /* page_nav */
  .page_nav {
    padding: 30px 0;
  }

  .page_nav h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .page_nav h2 span {
    font-size: 16px;
  }

  .page_nav h2:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    background: url(../img/line.png) center bottom no-repeat;
  }

  .page_nav img {
    width: 100%;
  }

  .page_nav .body_link {
    background: url(../img/navi_body.jpg);
    background-size: cover;
  }

  .page_nav .facial_link {
    background: url(../img/navi_facial.jpg);
    background-size: cover;
    margin-bottom: 10px;
  }

  .page_nav dl {
    position: relative;
    font-family: 'Sawarabi Mincho', serif;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .page_nav dt {
    color: #9e9e9f;
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
  }

  .page_nav dd {
    width: calc(50% - 5px);
    position: relative;
    border: 1px solid #eb6d80;
    font-family: 'Sawarabi Mincho', serif;
    padding: 15px 5px 30px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    font-size: 12px;
  }

  .page_nav dd.mens {
    border: 1px solid #708eb5;
  }

  .page_nav dd strong {
    font-size: 18px;
    margin-bottom: 5px;
    color: #eb6d80;
    width: 100%;
  }

  .page_nav dd.mens strong {
    color: #708eb5;
  }

  .page_nav dd a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .page_nav dd a:after {
    position: absolute;
    content: "";
    border-top: 10px solid #eb6d80;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    pointer-events: none;
  }

  .page_nav dd.mens a:after {
    border-top: 10px solid #708eb5;
  }

  /* facial and body */
  .facial,
  .body {
    padding: 30px 10px;
    background: url("../img/contents_bg_ladys.png")bottom center;
    background-size: 50%;
  }

  .facial.mens,
  .body.mens {
    background: url("../img/contents_bg_mens.png") top center;
    background-size: 50%;
  }

  .facial .inner,
  .body .inner {
    background: #fff;
    padding: 10px;
  }

  .facial h2,
  .body h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 26px;
    margin-bottom: 19px;
    position: relative;
    height: auto;
    text-align: center;
    padding: 10px;
    border: 1px solid #eb6d80;
  }

  .facial.mens h2,
  .body.mens h2 {
    color: #708eb5;
    border: 1px solid #708eb5;
  }

  .facial h2 span,
  .body h2 span {
    font-size: 16px;
  }

  .facial h2 small,
  .body h2 small {
    font-size: 13px;
    color: #333;
    display: block;
    margin-top: 10px;
  }

  .facial .menu,
  .body .menu {
    margin-bottom: 20px;
    position: relative;
  }

  .facial .menu h3,
  .body .menu h3 {
    color: #eb6d80;
    border: 1px solid #eb6d80;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    clear: both;
    margin-bottom: 10px;
  }

  .facial .menu h3 {
    font-size: 22px;
  }

  .body.mens .menu h3,
  .facial.mens .menu h3 {
    color: #708eb5;
    border: 1px solid #708eb5;
  }

  .facial .menu h3 span {
    font-size: 16px;
    color: #9e9e9f;
  }

  .facial .menu h3 i {
    font-style: normal;
  }

  .facial .menu dt,
  .body .menu dt {
    color: #eb6d80;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 25px;
    left: 75px;
    box-sizing: border-box;
  }

  .facial.mens .menu dt,
  .body.mens .menu dt {
    color: #708eb5;
  }

  .facial .menu dt span,
  .body .menu dt span {
    font-size: 12px;
  }

  .facial .menu dd.img,
  .body .menu dd.img {
    margin-bottom: 10px;
  }

  .facial .menu dd.img img:first-of-type,
  .body .menu dd.img img:first-of-type {
    width: calc(50% - 5px);
    float: left;
  }

  .facial .menu dd.img img:last-of-type,
  .body .menu dd.img img:last-of-type {
    width: calc(50% - 5px);
    float: right;
  }

  .facial .menu dd.trouble,
  .body .menu dd.trouble {
    margin-bottom: 10px;
    float: left;
  }

  .facial .menu dd.trouble li,
  .body .menu dd.trouble li {
    position: relative;
    padding-left: 10px;
    line-height: 2;
  }

  .facial .menu dd.trouble li:before,
  .body .menu dd.trouble li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #eb6d80;
    position: absolute;
    left: 0;
    top: 10px;
  }

  .facial.mens .menu dd.trouble li:before,
  .body.mens .menu dd.trouble li:before {
    background: #708eb5;
  }

  .facial .menu dd.flow,
  .body .menu dd.flow {
    clear: both;
    background: #fce6e3;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 10px;
  }

  .facial.mens .menu dd.flow,
  .body.mens .menu dd.flow {
    background: #e5f0f9;
  }

  .facial .menu dd.flow ol,
  .body .menu dd.flow ol {
    display: inline-block;
  }

  .facial .menu dd.flow li,
  .body .menu dd.flow li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
  }

  .facial .menu dd.flow li:after,
  .body .menu dd.flow li:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #f3a8bb;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .facial.mens .menu dd.flow li:after,
  .body.mens .menu dd.flow li:after {
    border-color: transparent transparent transparent #89add8;
  }

  .facial .menu dd.flow li:last-of-type:after,
  .body .menu dd.flow li:last-of-type:after {
    display: none;
  }

  .facial .menu dd.flow small,
  .body .menu dd.flow small {
    display: block;
    font-size: 10px;
    text-align: right;
  }

  /* faq */
  .faq {
    padding: 30px 10px;
    background-color: #fcf0f2;
    background-image: linear-gradient(-45deg, #fcf0f2 25%, #fff 25%, #fff 50%, #fcf0f2 50%, #fcf0f2 75%, #fff 75%, #fff);
    background-size: 7px 7px;
  }

  .faq .inner {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
  }

  .faq h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .faq h2:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    background: url(../img/line.png) center bottom no-repeat;
  }

  .faq img {
    width: 25%;
    border-radius: 50%;
    margin-top: 10px;
  }

  .faq p {
    width: 70%;
    background: #fce6e3;
    padding: 10px 10px 10px 60px;
    border-radius: 15px;
    box-sizing: border-box;
    /* margin-top: 20px; */
    position: relative;
  }

  .faq .faq_a {
    margin-top: 10px;
  }

  .faq .faq_q p {
    float: left;
  }

  .faq .faq_q p:before {
    content: "Q.";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    color: #9e9e9f;
    font-size: 32px;
    font-family: 'Sawarabi Mincho', serif;
  }

  .faq .faq_q p:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 5px 0 5px;
    border-color: #fce6e3 transparent transparent transparent;
    top: 30px;
    right: -8px;
    margin: auto;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  .faq .faq_a p:before {
    content: "A.";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    color: #eb6d80;
    font-size: 32px;
    font-family: 'Sawarabi Mincho', serif;
  }

  .faq .faq_a p:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 5px 0 5px;
    border-color: #fce6e3 transparent transparent transparent;
    top: 30px;
    left: -8px;
    margin: auto;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  .faq .faq_q img {
    float: right
  }

  .faq .faq_a p {
    float: right
  }

  .faq .faq_a img {
    float: left;
  }

  /* set_plan */
  .set_plan {
    padding: 30px 0;
  }

  .set_plan h2 {
    background: none;
    line-height: 1.2;
    color: #eb6d80;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
    text-align: center;
  }

  .set_plan h2:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    background: url(../img/line.png) center bottom no-repeat;
  }

	.set_plan h2 span {
		font-size: 12px;
		color: #333;
		display: block;
		margin-top: 10px;
		text-align: center;
		font-family: 'Sawarabi Mincho', serif;
		line-height: 1.7;
		padding: 0 1em;
	}

	.set_plan h2 span em {
		background: linear-gradient(transparent 60%, #ffe9b4 0%);
		font-weight: bold;
		color: #777;
	}

  .set_plan p {
    font-size: 14px;
    color: #333;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
  }

  .set_plan p span {
    font-size: 16px;
    color: #eb6d80;
  }

  .set_plan table {
    width: 390px;
    margin: 10px 0;
    box-sizing: border-box;
  }

  .set_plan able,
  td,
  th {
    border: 1px solid #bd9863;
    border-collapse: collapse;
  }

  .set_plan td,
  th {
    padding: 5px;
    width: 25%;
  }

  .set_plan th {
    color: #eb6d80;
    background: #fce6e3;
    font-family: 'Sawarabi Mincho', serif;
  }

  .set_plan td {
    background: #fff;
  }

  .set_plan small {
    text-align: right;
    display: block;
    font-size: 10px;
    margin-top: 5px;
  }

  /* footer */

  /* contact */
  .contact {
    padding: 30px 0 0;
  }

  .contact .tel strong {
    display: block;
    text-align: center;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .contact .tel a {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 40px;
    padding: 5px 0;
    border-radius: 3px;
    border: 1px solid #38acb5;
    margin: 0 auto;
    margin-bottom: 11px;
    background: #fff;
  }

  .contact .icon-freedial:before {
    color: #38acb5;
    margin-right: 5px;
    font-size: 26px;
  }

  .contact .btn.cv a {
    height: 66px;
    padding: 20px;
  }

  .contact .tel small {
    text-align: center;
    display: block;
    font-size: 11px;
  }

  /* affiliations */
  .affiliations {
    padding: 30px 0 15px;
    background: #ffffff;
    /* Old browsers */
    background: url(../img/bottom_bg.png) center no-repeat, -moz-linear-gradient(to bottom, #ffffff 0%, #fcf0f2 10%);
    /* FF3.6-15 */
    background: url(../img/bottom_bg.png) center no-repeat, -webkit-linear-gradient(to bottom, #ffffff 0%, #fcf0f2 10%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/bottom_bg.png) center no-repeat, linear-gradient(to bottom, #ffffff 0%, #fcf0f2 10%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9c0c7', GradientType=0);
    /* IE6-9 */
    background-size: contain;
    background-position: center;
  }

  .affiliations li {
    text-align: center;
    margin-top: 10px;
  }

  .affiliations li div {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }

  .affiliations .jtba img {
    width: 65%;
    padding: 20px 0;
  }

  .affiliations .anea img {
    width: 65%;
    padding: 15px 0 7px;
  }

  .affiliations li p {
    font-size: 10px;
    margin-top: 5px;
  }

  /* footer_nav */
  .footer_nav {
    border-top: 1px solid #ededed;
  }

  .footer_nav .inner {
    padding: 0;
  }

  .footer_nav li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
  }

  .footer_nav li:nth-of-type(odd) {
    clear: both;
    border-right: 1px solid #ededed;
  }

  .footer_nav li a {
    text-decoration: none;
    display: block;
    color: #000;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.01em;
  }

  .footer_nav li a::before {
    font-family: "fontawesome";
    content: "\f0da";
    margin-right: 5px;
    color: #f27186;
  }

  /* copyright */
  .copyright {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background: #f3a8bb;
  }
}

/* ipad 用 */
@media screen and (min-width:768px) and (max-width:768px) {
  body {
    width: 1100px;
  }
}