@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre&display=swap');

* { 
    margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	height: auto;
}
svg {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	height: auto;
}
ul, li {
	list-style-position: outside;
	list-style-type: none;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section,
.article, .aside, .dialog, .figure, .footer, .header, .hgroup, .nav, .section {
  display: block;
}
body {
	color: #584538;
	font-size: 12px;
	line-height: 150%;
	font-family: Arial, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	text-align: center;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	background-color: #fafaff;
	background-image: url(img/bg_body2.png);
	background-repeat: repeat;
    overflow-wrap: break-word;
}
h1, h2, h3 {
	font-weight: normal;
}
p {
	font-family: Arial, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	line-height: 150%;
	color: #584538;
}
a {
	text-decoration: none;
	color: #c84e6c;
	outline: none;
}
a:hover {
    color: #e57894;
}
.cfix::after {
    content:" ";
    display:block;
    clear:both;
}
#wrapper {
	width: 100%;
	overflow: hidden;
}
footer {
	color: #584538;
	width: 100%;
	background-color: #f4c5cb;
	background-image: url(img/bg_footer2.png);
	background-repeat: repeat;
}


/* ▼Chromeのフォーカスを消す */
*:focus {
outline: none;
}
/* ▲Chromeのフォーカスを消す */



/* ▼全サイズ共通ここから=============================================================================================== */
/* 全体++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1 {
    width: 100%;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(200,78,108,0.3);
    border-radius: 100px;
}
/* ページトップボタン++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#page-top {
	position: fixed;
	z-index: 50;
}
#fix-contact {
    width: 100%;
	position: fixed;
	z-index: 50;
}
#fix-contact ul {
    width: 100%;
    background: linear-gradient(0deg, #ff7fa8, #ffa4c1);
    border: 1px solid #ff779e;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#fix-contact ul li {
    width: 25%;
    position: relative;
}
#fix-contact ul li+li::before {
    content: '';
    display: block;
    height: 80%;
    width: 1px;
    border-left: 1px solid rgba(255,119,158,0.6);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
}
#fix-contact ul li+li::after {
    content: '';
    display: block;
    height: 80%;
    width: 1px;
    border-left: 1px solid rgba(255,255,255,0.4);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
#fix-contact ul li a {
    display: block;
}
#fix-contact ul li p {
    color: #FFF;
    font-family: 'Frank Ruhl Libre', serif;
    text-align: center;
}
/* ▼トップページ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.toppage-menu {
    width: 100%;
    border-top: 3px double #b69459;
    position: relative;
}
.toppage-menu-title {
    width: 100%;
    position: absolute;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
    transform: translateZ(0);
}
.toppage-menu ul {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.toppage-menu ul a {
    color: #584538;
    border: 3px solid #584538;
    background-color: rgba(255,255,255,0.8);
}
.toppage-menu ul li img {
    border-bottom: 3px double #584538;
}
.toppage-menu ul p {
    font-family: "Sawarabi Mincho";
    text-align: center;
    margin: 0px 10px 0px;
}
.toppage-menu ul p span {
    font-family: 'Frank Ruhl Libre', serif;
    color: #b69459;
    border-top: 3px double #b69459;
    display: block;
}
.toppage-recomend {
    width: 100%;
    border-bottom: 3px double #b69459;
}
.toppage-recomend ul {
    width: 100%;
}
.toppage-recomend ul li p {
    font-family: "Sawarabi Mincho";
    text-align: left;
    position: relative;
}
.toppage-recomend ul li p::before {
    content: '';
	display: block;
	margin: auto 0px;
	position: absolute;
	transform: rotate(135deg);
}
.toppage-recomend ul li p::after {
    content: '';
	display: block;
    width: 100%;
    border-radius: 10px;
	margin: auto;
    background-color: rgba(246,244,38,0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}
/* ▲トップページ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼キネシス++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.kinesis-list {
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    width: 100%;
}
.kinesis-list li {
    background-color: #c84e6c;
    color: #FFF;
    border-radius: 100px;
}
.kinesis-photo {
    width: 100%;
    border: 1px solid #cfb992;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.4);
}
.kinesis-photo img {
    border-radius: 10px;
}
.kinesis-point {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kinesis-point li {
    width: 49%;
    background: radial-gradient(#e9dfce 60%, #cfb992);
    border: 1px solid #cfb992;
    border-radius: 10px;
}
.kinesis-banner {
    width: 100%;
    margin: 0px auto;
    border: 1px solid #cfb992;
}
/* ▲キネシス++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */






/* ▼PCCSSここから================================================================================================= */
@media screen and (min-width: 741px) {
/* PC全体++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
p {
	font-size: 14px;
}
a {
    transition: all .3s ease-out;
}
a:hover {
    opacity: 0.6;
}
#wrapper {
	border-top: 10px solid #f2bfca;
	background-image: url(img/bg_wrapper2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 450px auto;
}
h1 {
	font-size: 10px;
	text-align: center;
    margin: 0px auto 40px;
	padding: 5px;
}
.subject-h3 {
	width: 100%;
	max-width: 600px;
	margin: 0px auto 30px;
	border-top: 1px solid #c84e6c;
	border-bottom: 1px solid #c84e6c;
	text-align: center;
}
.subject-h3 img {
	max-width: 450px;
	margin: 0px auto;
}
/* PCヘッダー++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	width: 100%;
	max-width: 1240px;
	margin: 0px auto;
	padding: 40px 30px 0px;
	position: relative;
	z-index: 1;
}
#logo {
	width: 200px;
	margin: 0px auto 30px;
	padding: 0px;
    filter: drop-shadow(0px 0px 40px #fad2dd);
    transform: translateZ(0);
}
.contact-box {
	width: 410px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.tel {
	width: 200px;
	height: auto;
	margin: 0px 0px 15px;
	display: block;
	float: left;
	border: 1px solid #81673e;
	background: linear-gradient(0deg, #432c11, #8c7146);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
}
.tel-sp {
	display: none;
}
.btn-contact {
	width: 200px;
	height: auto;
	margin: 0px 0px 15px;
	display: block;
	float: right;
	border: 1px solid #c86b60;
	background: linear-gradient(0deg, #c84e63, #d88963);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
}
.btn-contact-sp {
	display: none;
}
.contact-time {
	border: 2px solid #cfb992;
	float: none;
	clear: both;
	border-radius: 35px;
	background-color: rgba(255,255,255,0.5);
}
.instagram a {
    display: block;
    width: 50px;
    padding: 7px;
    border-radius: 10px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    position: absolute;
    top: 20px;
    left: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.line a {
    display: block;
    width: 50px;
    padding: 7px;
    border-radius: 10px;
    background: #d6249f;
    background: linear-gradient(0deg, #37880a, #4baf14);
    position: absolute;
    top: 20px;
    left: 90px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.hpb a {
    display: block;
    width: 50px;
    padding: 7px;
    border-radius: 10px;
    background: #d6249f;
    background: linear-gradient(0deg, #840c3b, #9f1547);
    position: absolute;
    top: 20px;
    left: 160px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
/* PCコンテンツエリア++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.contentsarea {
	width: 100%;
	padding: 0px 30px;
	position: relative;
}
.contentsarea-inner {
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 150px;
	margin: 0px auto;
}
.contentsarea p {
	text-align: left;
}
.mainslider-container {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 50px;
	background-color: #f3edd9;
	border: 2px solid #b69459;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	text-align: center;
	position: relative;
}
.mainphoto-container {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 50px;
	background-color: #f3edd9;
	border: 2px solid #b69459;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	text-align: center;
	position: relative;
}
.ornament01 {
	width: 100px;
	position: absolute;
	top: -45px;
	right: -25px;
}
.ornament02 {
	width: 100px;
	position: absolute;
	bottom: -45px;
	left: -25px;
}
/* PCナビ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.gn {
	margin: 0px auto 30px;
	padding: 0px;
	width: 100%;
	max-width: 825px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.gn li {
	margin: 0px;
	padding: 0px;
	width: 15%;
    max-width: 115px;
}
.menu-logo {
	display: none;
}
.under-nav {
	margin: 0px auto;
	padding: 0px 20px;
	width: 100%;
	max-width: 600px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
.under-nav li {
	text-align: center;
	width: 30%;
	max-width: 150px;
	border: 1px solid #b69459;
	background: linear-gradient(0deg, #b69459, #cfb992);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
}
/* PCセクション++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
section {
	width: 100%;
	padding: 0px 0px 30px;
}
.section-title {
	width: 100%;
	max-width: 600px;
	margin: 0px auto 35px;
    filter: drop-shadow(0px 0px 40px #e57894);
    transform: translateZ(0);
}
/* PC下部コンタクトエリア++++++++++++++++++++++++++++++++++++++++++++++++++ */
.under-contact-wrapper {
	width: 100%;
	padding: 40px 20px 30px;
	background-color: rgba(255,255,255,0.7);
	border-top: 10px solid #f2e3e9;
}
.under-contact-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    position: relative;
}
.under-contact-inner::before {
	content: '';
	display: block;
	width: 1px;
	height: 110%;
	margin: auto;
	border-left: 1px dotted #b69459;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 29%;
}
.under-contact-inner::after {
	content: '';
	display: block;
	width: 1px;
	height: 110%;
	margin: auto;
	border-left: 1px dotted #b69459;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 29%;
}
.aphrodite-detail {
	text-align: left;
	width: 28%;
}
.under-about {
	width: 100%;
	max-width: 300px;
	margin: 0px auto 10px 0px;
}
.aphrodite-detail ul li {
	font: 16px "Sawarabi Mincho";
}
.under-access {
	width: 100%;
	max-width: 240px;
	margin: 15px auto 0px 0px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #e9dfce, #FFF);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.under-contact-box {
	width: 40%;
	padding: 0px 10px 0px;
}
.under-contact-box ul {
	padding: 0px;
}
.under-contact-box ul li {
	text-align: center;
	width: 100%;
	max-width: 380px;
	margin: 35px auto;
	padding: 10px 0px 0px;
	border-radius: 5px;
	position: relative;
}
.under-contact-box li p {
	font-family: "Sawarabi Mincho";
	text-align: center;
	display: block;
	width: 240px;
	margin: 0px auto;
	background-color: #FFF;
	border: 1px solid #81673e;
	border-radius: 20px;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
}
.under-contact {
	border: 1px solid #81673e;
	background: linear-gradient(0deg, #c84e63, #d88963);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.under-tel-sp {
	display: none;
}
.line-box {
    width: 29%;
    padding: 0px 0px 0px 10px;
}
.line-qr img {
    max-width: 150px;
    margin: 0px auto 20px;
    border: 1px solid #cfb992;
    border-radius: 5px;
}
.line-addbtn {
	text-align: center;
	width: 100%;
	max-width: 250px;
	margin: 0px auto;
	padding: 0px;
	border-radius: 60px;
    border: 1px solid #2f6f0b;
	background: linear-gradient(0deg, #37880a, #4baf14);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
/* PCフッター++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	font-size: 12px;
	border-top: 10px solid #f2bfca;
	position: relative;
	z-index: 1;
}
footer p {
	color: #584538;
	font-size: 12px;
}
.footer-inner {
	width: 100%;
	padding: 60px 20px 160px;
}
.footer-logo {
	margin: 0px auto 20px;
	height: auto;
	width: 150px;
}
.footer-link ul {
	width: 100%;
	max-width: 900px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin: 20px auto 30px;
}
.footer-link ul li {
	padding: 5px;
}
.footer-link a {
	color: #584538;
}
.copyright {
	font-size: 10px;
    font-weight: bold;
    width: 100%;
    max-width: 360px;
    margin: 0px auto;
    padding: 10px 0px;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 100px;
}
/* ▼PCページトップボタン++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#page-top {
	width: 90px;
	height: auto;
	right: 10px;
	bottom: 45px;
    filter: drop-shadow(0px 0px 20px rgba(255,255,255,0.9));
    transform: translateZ(0);
}
#fix-contact {
    max-width: 350px;
	height: auto;
	left: 20px;
	bottom: 50px;
}
#fix-contact ul {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
#fix-contact ul li a {
    padding: 10px;
}
#fix-contact ul li p {
    font-size: 14px;
}
#fix-contact ul li img {
    width: 35px;
    margin: 0px auto;
}
/* PCトップページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.top-copy {
	color: #c84e6c;
	font: 18px "Sawarabi Mincho";
	letter-spacing: 1px;
	margin: 0px auto 20px;
}
.main-text {
	margin: 0px auto 80px;
}
.main-text p {
	text-align: center;	
}
.blog-box {
	width: 100%;
	margin: 0px auto 70px;
    padding: 2px;
    border: 1px solid #b69459;
    border-radius: 10px;
    display: -webkit-flex; /* Safari */
	display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.latest-blog {
	font-size: 14px;
	width: 68%;
    padding: 5px 0px 0px;
	text-align: left;
}
.latest-blog-title {
	width: 30%;
    padding: 80px 10px 0px;
	background-color: #b69459;
    background-image: url(img/latestblog_bg.png);
    background-size: 300px auto;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 10px 0px 0px 10px;
}
.latest-blog-title img {
	max-width: 200px;
	margin: 0px auto 0px;
}
.latest-blog ul li {
    margin: 10px 0px;
	padding: 0px 10px;
}
.latest-blog ul+ul {
    border-top: 1px dotted #b69459;
}
.banner-box {
	width: 100%;
	margin: 0px auto 70px;
    padding: 30px 0px 0px;
}
.banner-left {
	width: 49%;
	float: left;
	border: 1px solid #b69459;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.banner-right {
	width: 49%;
	float: right;
	border: 1px solid #b69459;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.top-text {
	width: 100%;
	margin: 0px auto;
	padding: 20px;
	background-color: rgba(233,221,194,0.4);
	background-image: url(img/top_text_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 300px;
	border: 3px double #b69459;
}
.top-text h3 {
	width: 70%;
	max-width: 400px;
	margin: 0px auto 30px 0px;
}
.top-text p {
	width: 70%;
	margin: 0px auto 0px 0px;
}
.toppage-menu {
    margin: 0px auto 10px;
}
.toppage-menu-title {
    max-width: 320px;
    margin: 0px auto 30px;
    top: -32px;
    right: 0;
    left: 0;
}
.toppage-menu ul {
    padding: 60px 0px 10px;
}
.toppage-menu ul a {
    width: 19%;
    padding: 0px 0px 30px;
    margin: 0px 0px 20px;
}
.toppage-menu ul li img {
    margin: 0px 0px 20px;
}
.toppage-menu ul p {
    font-size: 14px;
}
.toppage-recomend {
    margin: 0px auto 50px;
    padding: 0px 0px 20px;
}
.toppage-recomend-title {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 20px;
}
.toppage-recomend ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.toppage-recomend ul li {
    width: 32%;
    margin: 0px 0px 30px;
}
.toppage-recomend ul li p {
    font-size: 16px;
    padding: 0px 10px 0px 35px;
    margin: 0px 10px;
}
.toppage-recomend ul li p::before {
	width: 15px;
	height: 8px;
    border-top: 3px solid #b69459;
	border-right: 3px solid #b69459;
    top: 0;
	left: 15px;
}
.toppage-recomend ul li p::after {
    height: 60px;
}
/* PC子ページ全体++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.course-subject {
	width: 100%;
	max-width: 350px;
	margin: 0px auto 40px;
	border: 2px solid #cfb992;
	border-radius: 50px;
	background: linear-gradient(0deg, #e9dfce, #FFF);
	position: relative;
}
.course-subject::before {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background: -webkit-linear-gradient(left, transparent, #cfb992 50%, #cfb992 100%);
    background: linear-gradient(to right, transparent, #cfb992 50%, #cfb992 100%);
	position: absolute;
	top: 48%;
	left: -150px;
}
.course-subject::after {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background: -webkit-linear-gradient(right, transparent, #cfb992 50%, #cfb992 100%);
    background: linear-gradient(to left, transparent, #cfb992 50%, #cfb992 100%);
	position: absolute;
	top: 48%;
	right: -150px;
}
.sub-main-text {
	margin: 0px auto 40px;
}
.sub-main-text p {
	text-align: center;
}
.effect {
	margin: 0px auto 20px;
}
.effect p {
	text-align: center;
	color: #c84e6c;
	font-weight: bold;
}
.course-wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 50px 0px;
	position: relative;
}
.course-photo {
	width: 32%;
	position: absolute;
	right: 0;
	top: 10%;
}
.course-box {
	width: 65%;
	margin: 0px auto 40px 0px;
	padding: 45px 20px 20px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
}
.course-price {
	font: 18px "Sawarabi Mincho";
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #cfb992;
}
.course-price.priceonly {
    border-bottom: 0px none;
    margin: 0;
    padding: 0;
}
.course-price span {
	color: #c43c21;
}
.price-plural {
	color: #584538 !important;
	margin: 0px 0px 0px 30px;
	display: block;
}
.course-effect {
	color: #a25343;
	font-weight: bold;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #cfb992;
	border-bottom: 1px dotted #cfb992;
}
.option-box {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 20px;
	text-align: left;
	font: 14px "Sawarabi Mincho";
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
}
.option-box::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	margin: auto;
	border-left: 1px dotted #cfb992;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.option-box li {
	padding: 10px 0px;
}
.option-box li+li {
	border-top: 1px dotted #cfb992;
}
.option-box dt {
	float: left;
}
.option-box dd {
	float: right;
}
.option-01 {
	width: 48%;
	float: left;
}
.option-02 {
	width: 48%;
	float: right;
}
.banner-box-contents {
	width: 100%;
	margin: 0px auto;
    padding: 100px 0px 0px;
}
/* PC初めての方へ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.anshin-box {
	width: 100%;
	margin: 40px auto 30px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.anshin-box li {
	width: 30%;
	min-width: 310px;
	padding: 0px 5px;
	margin: 0px 0px 20px;
}
.shiharai {
	font-family: "Sawarabi Mincho";
	margin: 0px auto 100px;
}
.shiharai dl {
	width: 80%;
	max-width: 750px;
	margin: 0px auto 60px;
	position: relative;
}
.shiharai dt {
	width: 70%;
	max-width: 400px;
	padding: 10px 0px;
	border-radius: 5px;
	background-color: #c84e6c;
	font-size: 20px;
	color: #FFF;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	position: absolute;
	right: -10%;
	bottom: -15px;
}
.shiharai dt::after {
    border-bottom: 12px solid #c84e6c;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    display: block;
    margin-left: -10px;
    position: absolute;
    top: -12px;
    left: 30%;
}
.shiharai dd {
	border: 1px solid #cfb992;
	border-radius: 5px;
    background-color: rgba(255,255,255,0.3);
	font-size: 18px;
	text-align: left;
	line-height: 170%;
	padding: 20px 20px 40px;
}
.prepaid-data table {
    border: 1px solid #cfb992;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
    background-color: rgba(255,255,255,0.3);
    margin: 0px auto;
    padding: 0;
    width: 100%;
    max-width: 900px;
    font-size: 14px;
    table-layout: fixed;
}
.prepaid-data table tr {
  background-color: rgba(255,255,255,0.3);
  padding: .35em;
}
.prepaid-data table th {
    font-weight: bold;
}
.prepaid-data table tr th,
.prepaid-data table tr td {
  padding: .625em;
  text-align: center;
  border-bottom: 1px solid #cfb992;
}
.prepaid-data table tr:last-child td {
  border-bottom: 0px none;
}
.prepaid-data table th {
  text-transform: uppercase;
}
/* PCフェイシャルコース++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.course-name-facial {
	width: 140px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #584538, #846a48);
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: -20px;
	left: 20px;
}
.course-name-other {
	width: 240px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #584538, #846a48);
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: -20px;
	left: 20px;
}
/* PCボディコース++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.course-name-body {
	width: 260px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #584538, #846a48);
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: -20px;
	left: 20px;
}
/* PC脱毛コース++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.removal-box {
	width: 100%;
	max-width: 800px;
	margin: 0px auto 30px;
	padding: 20px 20px 10px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
}
.removal-box dl {
	font: 18px "Sawarabi Mincho";
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #cfb992;
}
.removal-box dl dt {
	width: 30%;
	text-align: left;
	float: left;
}
.removal-box dl dd {
	width: 70%;
	text-align: right;
	float: right;
}
.removal-box dl span {
	padding: 0px 0px 0px 40px;
}
.removal-box p {
	padding: 10px 0px;
}
/* PCブライダルエステ+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.bridal-contents {
    margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #cfb992;
}
.bridal-order {
	color: #a25343;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #cfb992;
}
.bridal-option {
    width: 100%;
    margin: 20px auto;
    padding: 20px 10px 0px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #cfb992;
    border-radius: 5px;
}
.bridal-option dt {
    padding: 0px 0px 5px;
    color: #a25343;
    font-weight: bold;
}
.bridal-option dd {
     padding: 0px 0px 20px;
}
/* PC加圧トレーニング+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.kaatsu-wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto 50px;
	padding: 0px;
}
.kaatsu-img {
	width: 32%;
    max-width: 300px;
    float: right;
}
.kaatsu-text {
	width: 65%;
	margin: 15px auto 0px 0px;
	padding: 20px 0px 0px 20px;
	float: left;
}
.kaatsu-img2 {
	width: 32%;
    float: left;
}
.kaatsu-text2 {
	width: 65%;
	margin: 15px auto 0px 0px;
	padding: 20px 0px 0px 20px;
	float: right;
}
.kaatsu-effect {
	color: #c84e6c;
	font-weight: bold;
    margin: 0px 0px 15px;
}
.course-wrapper-kaatsu {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 50px 0px;
	position: relative;
}
.course-box-kaatsu {
	width: 100%;
	margin: 0px auto 40px 0px;
	padding: 45px 20px 20px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
}
.course-box-kaatsu-left {
	width: 49%;
	margin: 0px auto 40px 0px;
	padding: 45px 20px 20px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
    float: left;
}
.course-box-kaatsu-right {
	width: 49%;
	margin: 0px auto 40px 0px;
	padding: 45px 20px 20px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
    float: right;
}
.course-name-kaatsu {
	width: 310px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #584538, #846a48);
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: -20px;
	left: 20px;
}
.trainer-name {
    width: 300px;
    margin: 0px auto 10px;
}
.trainer-wrapper {
    width: 100%;
	max-width: 800px;
    margin: 0px auto;
    padding: 20px 0px;
    border-top: 1px solid #cfb992;
    border-bottom: 1px solid #cfb992;
}
.trainer-img {
    width: 40%;
    float: right;
}
.trainer-text {
    width: 56%;
	margin: 0px;
	padding: 0px;
	float: left;
}
/* PCピラティス++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pilates-wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto 50px;
	padding: 0px;
}
.pilates-img {
	width: 32%;
    float: left;
}
.pilates-text {
	width: 65%;
	margin: 0px;
	padding: 20px 0px;
	float: right;
}
.pilates-text span {
    display: block;
    color: #c84e6c;
    font-size: 16px;
	font-weight: bold;
}
.instructor-name {
    width: 330px;
    margin: 0px auto 10px;
}
.mt-100 {
    margin-top: 50px;
}
/* PCサロン紹介+会社概要++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.staff-intro {
    width: 100%;
    max-width: 650px;
    margin: 0px auto 40px;
}
.sekiguchi {
    width: 49%;
    float: left;
}
.ishida {
    width: 49%;
    float: right;
}
.staff-photo {
    width: 100%;
	max-width: 300px;
	margin: 0px auto 20px;
}
.staff-photo img {
    border: 3px solid #cfb992;
    border-radius: 10px;
}
.staff-name {
    max-width: 290px;
    margin: 0px auto;
}
.salon-info {
    border-top: 1px dotted #b69459;
    width: 100%;
    max-width: 900px;
    margin: 0px auto 40px;
    font-size: 14px;
    text-align: left;
}
.salon-info dl {
   padding: 10px 0px;
   border-bottom: 1px dotted #b69459;
}
.salon-info dl::after {
    content:" ";
    display:block;
    clear:both;
}
.salon-info dt {
    width: 30%;
    float: left;
    font-weight: bold;
}
.salon-info dd {
    width: 70%;
    float: right;
    padding-left: 10px;
    border-left: 1px dotted #b69459;
}
.google-map {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 30px;
    padding: 10px;
    border: 1px solid #b69459;
    background-color: rgba(255,255,255,0.4);
}
.google-map iframe {
    width: 100%;
    height: 450px;
    vertical-align: bottom;
}
.googlemap-btn {
    width: 300px;
    margin: 0px auto 80px;
    background-color: rgba(255,255,255,0.4);
    border: 1px solid #b69459;
    border-radius: 5px;
}
.parking-box {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 10px;
}
.parking-box p {
    width: 38%;
    float: left;
}
.parking-box img {
    width: 60%;
    float: right;
}
/* PCプライバシーポリシー++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.privacy-policy {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}
.privacy-policy dl {
    margin: 0px 0px 40px;
    text-align: left;
    font-size: 14px;
}
.privacy-policy dt {
    margin: 0px 0px 10px;
    font-weight: bold;
    color: #c84e6c;
}
/* PCサイトマップ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sitemap {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    text-align: left;
    font-size: 14px;
}
.sitemap-left {
    width: 48%;
    float: left;
}
.sitemap-right {
    width: 48%;
    float: right;
}
.sitemap li {
    padding: 10px 0px;
    margin: 10px 0px;
    border-bottom: 1px dotted #584538;
}
.sitemap a {
    display: block;
    position: relative;
    color: #584538;
}
.sitemap a::after{
    content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: auto 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	border-top: 1px solid #584538;
	border-right: 1px solid #584538;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* PCドクターリセラ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.drrecella-about-box {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 60px;
    padding: 20px 0px 0px;
}
.drrecella-text {
    width: 35%;
    float: left;
}
.drrecella-graph {
    width: 60%;
    float: right;
    border: 1px solid #b69459;
	border-radius: 5px;
    overflow: hidden;
}
.dr-qanda-box {
    width: 100%;
    max-width: 900px;
    margin: 0px auto 40px;
    padding: 20px;
    background-color: rgba(206,154,153,0.2);
    border: 1px solid #ce9a99;
    border-radius: 5px;
}
.dr-q {
    margin: 0px 0px 20px;
}
.dr-q img {
    width: 60px;
    margin: 0px 15px 0px 0px;
    padding: 10px;
    float: left;
    background-color: #ce9a99;
    border-radius: 50%;
}
.dr-q p {
    font: 20px "Sawarabi Mincho";
    color: #b86866;
    padding: 10px 0px 0px;
}
.dr-qanda-box-mb {
    margin-bottom: 80px;
}
.dr-item-box {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 60px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-align-items: stretch; /* Safari */
    align-items: stretch;
}
.dr-item-box::after {
    content: '';
    display: block;
    width: 19.5%;
}
.dr-item {
    width: 19.5%;
    margin: 0px 0px 20px;
    background-color: #FFF;
    border: 1px solid #b69459;
}
.dr-item p {
    font-size: 12px;
}
.dr-text {
    width: 39.6%;
    margin: 0px 0px 20px;
    padding: 20px 0px 0px;
    border-top: 1px solid #b69459;
    border-bottom: 1px solid #b69459;
}
.dr-item-box p {
    padding: 10px 5px;
}
.dr-item-box h4 {
    font-size: 16px;
    padding: 0px 10px 20px;
}
.dr-lasttext {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    padding: 10px;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #b69459;
    border-radius: 5px;
}
/* PCキャンペーン+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.campaign-container a {
    color: #FFF;
}
.campaign-box {
    width: 100%;
    max-width: 900px;
    margin: 0px auto 40px;
    padding: 0px 0px 10px;
    background-color: rgba(231,182,160,0.3);
    border: 1px solid #b69459;
    border-radius: 5px;
    overflow: hidden;
}
.campaign-box img {
    border-bottom: 1px solid #b69459;
}
.campaign-box p {
    font-family: "Sawarabi Mincho";
}
.campaign-price-box {
    padding: 10px;
    border-bottom: 1px solid #b69459;
}
.campaign-campaignprice {
    font-size: 24px;
    color: #b41f48;
    text-align: center !important;
}
.campaign-tsujo {
    font-size: 18px;
    color: #584538;
    padding: 0px 10px 0px 0px;
}
.campaign-date {
    font-size: 18px;
    text-align: center!important;
    padding: 10px 10px 0px;
}
.campaing-detail {
    font-size: 22px;
    font-family: "Sawarabi Mincho";
    width: 340px;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #b69459;
    border-radius: 100px;
	background: linear-gradient(0deg, #be818d, #d4acb4);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
/* PCキャンペーン個別++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.campaign-box2 {
    width: 100%;
    max-width: 900px;
    margin: 0px auto 20px;
    padding: 20px 10px;
    background-color: rgba(231,182,160,0.3);
    border: 1px solid #b69459;
    border-radius: 5px;
    overflow: hidden;
}
.campaign-box2 p {
    font-family: "Sawarabi Mincho";
}
.campaign-date2 {
    font-size: 22px;
    text-align: center!important;
    padding: 0px 0px 20px;
}
.campaign-campaignprice2 {
    font-size: 24px;
    color: #b41f48;
    text-align: center !important;
}
.campaign-tsujo2 {
    font-size: 18px;
    color: #584538;
    padding: 0px 10px 0px 0px;
}
.campaign-attention {
    text-align: center !important;
    color: #c84e6c;
    font-weight: bold;
    margin: 0px 0px 40px;
}
.campaign-topic {
    color: #a25343;
    font-size: 16px;
    line-height: 180%;
}
/* PCリンク++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.link-box {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 40px;
    padding: 20px 0px;
    border-top: 5px solid rgba(182,148,89,0.5);
    border-bottom: 5px solid rgba(182,148,89,0.5);
}
.link-box img {
    width: 40%;
    border: 1px solid #b69459;
    float: left;
}
.link-detail {
    width: 55%;
    float: right;
}
.link-name {
    font-size: 24px;
    margin: 0px 0px 20px;
    padding: 0px 0px 20px;
    border-bottom: 1px dotted #b69459;
}
/* PCお問い合わせ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.contact-sodan {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 50px;
}
.contact-sodan-left {
    width: 48%;
    float: left;
}
.contact-sodan-right {
    width: 48%;
    float: right;
}
.contact-sodan h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 20px;
}
.contact-sodan ul {
    font-size: 18px;
    text-align: left;
    margin: 20px 0px 0px;
}
.contact-sodan ul li {
    margin: 0px 0px 10px;
}
/* ▼PCキネシス++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.kinesis-text {
	width: 65%;
	margin: 0px;
	padding: 20px 0px;
	float: right;
}
.kinesis-text span {
    font-size: 24px;
	font-weight: bold;
}
.kinesis-list {
    max-width: 800px;
    margin: 0px auto 20px;
}
.kinesis-list li {
    font-size: 24px;
    padding: 15px 20px;
    margin: 0px 0px 10px;
}
.kinesis-text2 {
    max-width: 800px;
    margin: 0px auto 80px;
}
.kinesis-copy {
    max-width: 600px;
    margin: 0px auto 30px;
}
.kinesis-photo {
    max-width: 700px;
    margin: 0px auto 20px;
    padding: 10px;
}
.kinesis-point {
    max-width: 700px;
    margin: 0px auto 50px;
}
.kinesis-point li {
    margin: 0px 0px 20px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.kinesis-banner {
    max-width: 1000px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
/* ▲PCキネシス++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
}
/* ▲PCCSSここまで================================================================================================= */



/* ▼TABCSSここから================================================================================================ */
@media screen and (max-width: 1100px) {
/* 全体++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper {
	background-size: 300px auto;
}
/* TABヘッダー++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#logo {
	width: 150px;
}
.contact-box {
	width: 305px;
}
.tel {
	width: 150px;
}
.btn-contact {
	width: 150px;	
}
.ornament01 {
	width: 80px;
	position: absolute;
	top: -35px;
	right: -20px;
}
.ornament02 {
	width: 80px;
	position: absolute;
	bottom: -35px;
	left: -20px;
}
/* TAB下部コンタクトエリア++++++++++++++++++++++++++++++++++++++++++++++++++ */
.aphrodite-detail ul li {
	font: 14px "Sawarabi Mincho";
}
/* TABフッター++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer-logo {
	width: 100px;
}
/* ▼TABトップページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.toppage-menu ul {
    max-width: 900px;
    margin: 0px auto;
    padding: 60px 0px 10px;
}
.toppage-menu ul a {
    width: 32%;
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
}
.toppage-menu ul li img {
    margin: 0px 0px 10px;
}
.toppage-menu ul p {
    font-size: 14px;
}
.toppage-recomend {
    padding: 0px 0px 10px;
}
.toppage-recomend ul li {
    width: 33%;
    margin: 0px 0px 40px;
}
.toppage-recomend ul li p {
    font-size: 14px;
    padding: 0px 10px 0px 30px;
}
.toppage-recomend ul li p::before {
	width: 15px;
	height: 8px;
    border-top: 3px solid #b69459;
	border-right: 3px solid #b69459;
    top: 0;
	left: 10px;
}
.toppage-recomend ul li p::after {
    height: 70px;
}
/* ▲TABトップページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
}
/* ▲TABCSSここまで================================================================================================ */


/* ▼550CSSここから================================================================================================ */
@media screen and (max-width: 550px) {
/* ▼550トップページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.toppage-menu ul {
    max-width: 500px;
    margin: 0px auto;
    padding: 30px 0px 10px;
}
.toppage-menu ul a {
    width: 49%;
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
}
.toppage-menu ul li img {
    margin: 0px 0px 5px;
}
.toppage-menu ul p {
    font-size: 12px;
}
/* ▲550トップページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
}
/* ▲550CSSここまで================================================================================================ */






/* ▼SPCSSここから================================================================================================= */
@media screen and (max-width: 740px) {
/* SP全体++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
    background-size: 250px auto;
}
p {
	font-size: 12px;
}
#wrapper {
	border-top: 8px solid #f2bfca;
	background-image: url(img/bg_wrapper_sp2.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 210px auto;
}
h1 {
	font-size: 8px;
	line-height: 120%;
	text-align: center;
    margin: 0px auto 20px;
	padding: 3px;
}
.subject-h3 {
	width: 100%;
	max-width: 400px;
	margin: 0px auto 20px;
	border-top: 1px solid #c84e6c;
	border-bottom: 1px solid #c84e6c;
	text-align: center;
}
.subject-h3 img {
	max-width: 360px;
	margin: 0px auto;
}
/* SPヘッダー++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	width: 100%;
	margin: 0px auto;
	padding: 30px 10px 0px;
	position: relative;
	z-index: 1;
}
#logo {
	width: 150px;
	margin: 0px auto;
	padding: 0px 0px 60px;
    filter: drop-shadow(0px 0px 25px #fad2dd);
    transform: translateZ(0);
}
.contact-box {
	width: 190px;
	margin: 0px auto;
	position: absolute;
	top: 180px;
	right: 0;
	left: 0;
	z-index: 50;
}
.tel {
	display: none;
}
.tel-sp {
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 26px;
	display: block;
	float: left;
	border: 1px solid #81673e;
    background: linear-gradient(0deg, #432c11, #8c7146);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	border-radius: 13px;
}
.btn-contact {
	display: none;
}
.btn-contact-sp {
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 26px;
	display: block;
	float: right;
	border: 1px solid #c86b60;
	background: linear-gradient(0deg, #c84e63, #d88963);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	border-radius: 13px;
}
.contact-time {
	display: none;
}
.instagram a {
    display: block;
    width: 35px;
    padding: 6px;
    border-radius: 10px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    position: absolute;
    top: 17px;
    right: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.line a {
    display: block;
    width: 35px;
    padding: 6px;
    border-radius: 10px;
    background: #d6249f;
    background: linear-gradient(0deg, #37880a, #4baf14);
    position: absolute;
    top: 17px;
    right: 50px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.hpb a {
    display: block;
    width: 35px;
    padding: 6px;
    border-radius: 10px;
    background: #d6249f;
    background: linear-gradient(0deg, #840c3b, #9f1547);
    position: absolute;
    top: 17px;
    right: 90px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
/* SPコンテンツエリア++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.contentsarea {
	width: 100%;
	padding: 0px 10px;
}
.contentsarea-inner {
	width: 100%;
	max-width: 600px;
	padding: 20px 0px;
	margin: 0px auto;
}
.contentsarea p {
	text-align: left;
}
.mainslider-container {
	width: 100%;
	max-width: 640px;
	margin: 0px auto 10px;
	border: 2px solid #b69459;
	background-color: #f3edd9;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	text-align: center;
	position: relative;
}
.mainphoto-container {
	width: 100%;
	max-width: 640px;
	margin: 0px auto 10px;
	border: 2px solid #b69459;
	background-color: #f3edd9;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	text-align: center;
	position: relative;
}
.ornament01 {
	width: 45px;
	position: absolute;
	top: -25px;
	right: -10px;
}
.ornament02 {
	width: 45px;
	position: absolute;
	bottom: -25px;
	left: -10px;
}
/* SPナビ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.gn {
	width: 100%;
	max-width: 115px;
	margin: 40px auto 20px;
}
.gn li {
	padding: 0px 0px 15px;
}
.menu-logo {
	padding: 0px 0px 30px !important;
}
.menu-logo img {
	width: 100%;
	max-width: 100px;
	margin: 0px auto;
    filter: drop-shadow(0px 0px 25px #fad2dd);
    transform: translateZ(0);
}
.under-nav {
	width: 100%;
	max-width: 130px;
	margin: 0px auto 50px;
}
.under-nav li {
	margin: 0px 0px 15px;
	border: 1px solid #b69459;
	background: linear-gradient(0deg, #b69459, #cfb992);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
}
/* SPセクション++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
section {
	width: 100%;
	padding: 0px 0px 30px;
}
.section-title {
	width: 100%;
	max-width: 500px;
	margin: 0px auto 20px;
	padding: 0px 10px;
    filter: drop-shadow(0px 0px 30px #e57894);
    transform: translateZ(0);
}
/* SP下部コンタクトエリア++++++++++++++++++++++++++++++++++++++++++++++++++ */
.under-contact-wrapper {
	width: 100%;
	padding: 30px 20px 20px;
	background-color: rgba(255,255,255,0.7);
	border-top: 8px solid #f2e3e9;
}
.under-contact-inner {
	width: 100%;
	max-width: 320px;
	margin: 0px auto;
}
.aphrodite-detail {
	text-align: left;
	width: 100%;
	margin: 0px auto;
	float: none;
	border-bottom: 1px dotted #b69459;
}
.under-about {
	width: 95%;
	max-width: 280px;
	margin: 0px auto 10px;
}
.aphrodite-detail ul li {
	font: 12px "Sawarabi Mincho";
}
.under-access {
	width: 100%;
	max-width: 200px;
	margin: 15px auto 20px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #e9dfce, #FFF);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.under-contact-box {
	width: 100%;
	float: none;
	padding: 10px 0px 0px;
}
.under-contact-box ul {
	padding: 0px;
}
.under-contact-box ul li {
	text-align: center;
	width: 100%;
	margin: 25px auto 30px;
	padding: 5px 0px 0px;
	border: 1px solid #81673e;
	border-radius: 5px;
	position: relative;
}
.under-contact-box li p {
	font: 12px "Sawarabi Mincho";
	text-align: center;
	display: block;
	width: 240px;
	margin: 0px auto;
	background-color: #FFF;
	border: 1px solid #81673e;
	border-radius: 20px;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
}
.under-tel-sp {
	background: linear-gradient(0deg, #432c11, #8c7146);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.under-contact {
	background: linear-gradient(0deg, #c84e63, #d88963);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.under-tel-pc {
	display: none;
}
.line-qr {
    display: none;
}
.line-addbtn {
	text-align: center;
	width: 100%;
    max-width: 260px;
	margin: 40px auto 30px;
	padding: 3px 0px;
	border: 1px solid #2f6f0b;
	border-radius: 60px;
	background: linear-gradient(0deg, #37880a, #4baf14);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
/* SPフッター++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	border-top: 8px solid #f2bfca;
	position: relative;
	z-index: 1;
}
footer p {
	color: #584538;
	font-size: 10px;
}
.footer-inner {
	width: 100%;
	padding: 40px 0px 150px;
	background-image: url(img/bg_footer_inner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 200px auto;
}
.footer-logo {
	margin: 0px auto 20px;
	height: auto;
	width: 120px;
}
.footer-link {
	width: 100%;
	margin: 30px auto;
	border-top: 1px dotted rgba(88,69,56,0.5);
	text-align: left;
}
.footer-link li {
	border-bottom: 1px dotted rgba(88,69,56,0.5);
}
.footer-link a {
	color: #584538;
	padding: 10px 15px;
	display: block;
	position: relative;
}
.footer-link a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: auto 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	border-top: 1px solid #584538;
	border-right: 1px solid #584538;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.copyright {
    font-weight: bold;
    width: 100%;
    max-width: 260px;
    margin: 0px auto;
    padding: 6px 0px;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 100px;
}
/* ▼SPページトップボタン++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#page-top {
	display: none;
}
#fix-contact {
	height: auto;
    padding: 0px 25px;
	bottom: 50px;
}
#fix-contact ul {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
#fix-contact ul li a {
    padding: 5px;
}
#fix-contact ul li p {
    font-size: 12px;
}
#fix-contact ul li img {
    width: 30px;
    margin: 0px auto;
}
/* SPトップページ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.top-copy {
	color: #c84e6c;
	font: 14px "Sawarabi Mincho";
	letter-spacing: 1px;
	margin: 0px auto 15px;
}
.main-text {
	margin: 0px auto 50px;
}
.blog-box {
	width: 100%;
	margin: 0px auto 30px;
    padding: 2px;
    border: 1px solid #b69459;
    border-radius: 5px;
}
.latest-blog {
	float: none;
	width: 100%;
	text-align: left;
	margin: 0px auto 10px;
}
.latest-blog-title {
	width: 100%;
	margin: 0px auto 10px;
    padding: 5px 0px;
	background-color: #b69459;
    background-image: url(img/latestblog_bg.png);
    background-size: 300px auto;
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0px 0px;
}
.latest-blog-title img {
    width: 50%;
	max-width: 150px;
	margin: 0px auto;
}
.latest-blog ul li {
	padding: 10px 5px;
}
.latest-blog ul+ul {
    border-top: 1px dotted #b69459;
}
.top-text {
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	background-color: rgba(233,221,194,0.4);
	background-image: url(img/top_text_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 150px;
	border: 3px double #b69459;
}
.banner-box {
	width: 100%;
    max-width: 450px;
	margin: 0px auto 30px;
    padding: 10px 0px 0px;
}
.banner-left {
	width: 100%;
	margin: 0px auto 10px;
	float: none;
	border: 1px solid #b69459;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
}
.banner-right {
	width: 100%;
	margin: 0px auto;
	float: none;
	border: 1px solid #b69459;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
}
.top-text h3 {
	width: 100%;
	max-width: 400px;
	margin: 0px auto 20px 0px;
}
.top-text p {
	width: 100%;
	margin: 0px auto 0px 0px;
}
.toppage-menu {
    margin: 0px auto;
}
.toppage-menu-title {
    max-width: 200px;
    margin: 0px auto 30px;
    top: -22px;
    right: 0;
    left: 0;
}
.toppage-menu ul {
    padding: 30px 0px 10px;
}
.toppage-recomend {
    margin: 0px auto 30px;
    padding: 0px 0px 20px;
}
.toppage-recomend-title {
    width: 90%;
    max-width: 380px;
    margin: 0px auto 25px;
}
.toppage-recomend ul {
    max-width: 380px;
    margin: 0px auto 30px;
}
.toppage-recomend ul li {
    width: 100%;
    height: 40px;
    margin: 0px 0px 15px;
}
.toppage-recomend ul li:last-child {
    margin: -10px 0px 0px;
}
.toppage-recomend ul li p {
    font-size: 13px;
    padding: 0px 15px 0px 23px;
    margin: 0px;
}
.toppage-recomend ul li p::before {
	width: 12px;
	height: 6px;
    border-top: 2px solid #b69459;
	border-right: 2px solid #b69459;
    left: 5px;
    top: 3px;
}
.toppage-recomend ul li:last-child p::before {
    top: 8px;
}
.toppage-recomend ul li p::after {
    height: 50px;
    top: 0px;
}
/* SP子ページ全体++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.course-subject {
	width: 75%;
	max-width: 250px;
	margin: 0px auto 20px;
	border: 1px solid #cfb992;
	border-radius: 50px;
	background: linear-gradient(0deg, #e9dfce, #FFF);
	position: relative;
}
.course-subject::before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: -webkit-linear-gradient(left, transparent, #cfb992 50%, #cfb992 100%);
    background: linear-gradient(to right, transparent, #cfb992 50%, #cfb992 100%);
	position: absolute;
	top: 48%;
	left: -60px;
}
.course-subject::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: -webkit-linear-gradient(right, transparent, #cfb992 50%, #cfb992 100%);
    background: linear-gradient(to left, transparent, #cfb992 50%, #cfb992 100%);
	position: absolute;
	top: 48%;
	right: -60px;
}
.sub-main-text {
	margin: 0px auto 30px;
}
.effect {
	margin: 0px auto 20px;
}
.effect p {
	color: #c84e6c;
	font-weight: bold;
    text-align: center;
}
.course-wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px;
}
.course-photo {
	width: 100%;
	max-width: 200px;
	margin: 0px auto 30px;
	float: none;
}
.course-box {
	width: 100%;
	margin: 0px 0px 30px;
	padding: 25px 10px 15px;
	float: none;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
}
.course-price {
	font: 15px "Sawarabi Mincho";
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #cfb992;
}
.course-price.priceonly {
    border-bottom: 0px none;
    margin: 0;
    padding: 0;
}
.course-price span {
	color: #c43c21;
}
.course-price span::before {
	content: '\A';
	white-space: pre;
}
.price-plural {
	color: #584538 !important;
	font-size: 14px;
}
.course-effect {
	color: #a25343;
	font-weight: bold;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #cfb992;
	border-bottom: 1px dotted #cfb992;
}
.option-box {
	width: 100%;
	max-width: 600px;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	font-family: "Sawarabi Mincho";
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
}
.option-box li {
	padding: 7px 0px;
}
.option-box li+li {
	border-top: 1px dotted #cfb992;
}
.option-box dt {
	float: none;
}
.option-box dd {
	font-size: 14px;
	float: none;
}
.option-01 {
	width: 100%;
	float: none;
}
.option-02 {
	width: 100%;
	border-top: 1px dotted #cfb992;
	float: none;
}
.banner-box-contents {
	width: 100%;
    max-width: 450px;
	margin: 0px auto;
    padding: 20px 0px 0px;
}
/* SP初めての方へ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.anshin-box {
	width: 100%;
	max-width: 300px;
	margin: 0px auto 40px;
}
.anshin-box li {
	width: 100%;
	margin: 0px;
}
.shiharai {
	font-family: "Sawarabi Mincho";
	margin: 0px auto;
}
.shiharai dl {
	width: 100%;
	max-width: 600px;
	margin: 0px auto 60px;
	position: relative;
}
.shiharai dt {
	width: 90%;
	max-width: 300px;
	margin: 0px auto;
	padding: 5px 0px;
	border-radius: 5px;
	background-color: #c84e6c;
	font-size: 14px;
	color: #FFF;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	position: absolute;
	right: 0;
	left: 0;
	bottom: -15px;
}
.shiharai dt::after {
    border-bottom: 12px solid #c84e6c;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    display: block;
    margin-left: -10px;
    position: absolute;
    top: -12px;
    left: 50%;
}
.shiharai dd {
	border: 1px solid #cfb992;
	border-radius: 5px;
    background-color: rgba(255,255,255,0.3);
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	padding: 10px 10px 30px;
}
.shiharai dd span::before {
	content: '\A';
	white-space: pre;
}
.prepaid-data {
	width: 100%;
	padding: 20px 10px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
}
.prepaid-data table {
	width: 100%;
	margin: 0px auto;
    border: 0;
}
.prepaid-data table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.prepaid-data table tr {
    border-bottom: 2px solid #cfb992;
    display: block;
    margin: 0px 0px 20px;
}
.prepaid-data table th {
    font-weight: bold;
}
.prepaid-data table td {
    border-bottom: 1px dotted #cfb992;
	padding: 5px 0px;
    display: block;
    text-align: right;
}
.prepaid-data table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}
.prepaid-data table td:last-child {
    border-bottom: 0;
}
/* SPフェイシャルコース++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.course-name-facial {
	width: 110px;
	margin: 0px auto;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #584538, #846a48);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
}
.course-name-other {
	width: 200px;
	margin: 0px auto;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #584538, #846a48);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
}
/* SPボディコース++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.course-name-body {
	width: 100%;
    max-width: 210px;
	margin: 0px auto;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #584538, #846a48);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
}
/* SP脱毛コース++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.removal-box {
	width: 100%;
	max-width: 600px;
	margin: 0px auto 30px;
	padding: 20px 10px 15px;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
}
.removal-box dl {
	font: 15px "Sawarabi Mincho";
	text-align: left;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #cfb992;
}
.removal-box dl dt {
	padding: 0px 0px 5px;
	width: 100%;
	float: none;
}
.removal-box dl dd {
	width: 100%;
	float: none;
}
.removal-box dl span::before {
	content: '\A';
	white-space: pre;
}
.removal-box p {
	padding: 5px 0px;
}
/* SPブライダルエステ+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.bridal-contents {
    margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #cfb992;
}
.bridal-order {
	color: #a25343;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #cfb992;
}
.bridal-option {
    width: 100%;
    margin: 10px auto;
    padding: 10px 10px 0px;
    text-align: left;
    border: 1px solid #cfb992;
    border-radius: 5px;
}
.bridal-option dt {
    padding: 0px 0px 5px;
    color: #a25343;
    font-weight: bold;
}
.bridal-option dd {
     padding: 0px 0px 10px;
}
/* SP加圧トレーニング+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mb-50 {
    margin-bottom: 50px;
}
.kaatsu-wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px;
}
.kaatsu-img {
	width: 100%;
	max-width: 200px;
	margin: 0px auto 20px;
	float: none;
}
.kaatsu-text {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 15px;
	float: none;
}
.kaatsu-img2 {
	width: 100%;
	max-width: 200px;
	margin: 0px auto 20px;
	float: none;
}
.kaatsu-text2 {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 15px;
	float: none;
}
.kaatsu-effect {
	color: #c84e6c;
	font-weight: bold;
    margin: 0px 0px 10px;
}
.course-wrapper-kaatsu {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px;
}
.course-box-kaatsu {
	width: 100%;
	margin: 0px 0px 30px;
	padding: 25px 10px 15px;
	float: none;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
}
.course-box-kaatsu-left {
	width: 100%;
	margin: 0px 0px 60px;
	padding: 25px 10px 15px;
	float: none;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
    float: none;
}
.course-box-kaatsu-right {
	width: 100%;
	margin: 0px 0px 30px;
	padding: 25px 10px 15px;
	float: none;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	position: relative;
    float: none;
}
.course-name-kaatsu {
	width: 100%;
    max-width: 250px;
	margin: 0px auto;
	border: 1px solid #cfb992;
	border-radius: 5px;
	background: linear-gradient(0deg, #584538, #846a48);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
}
.trainer-name {
    width: 100%;
    max-width: 200px;
    margin: 0px auto 10px;
}
.trainer-wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
    border-top: 1px solid #cfb992;
    border-bottom: 1px solid #cfb992;
}
.trainer-img {
	width: 100%;
	max-width: 200px;
	margin: 0px auto 20px;
	float: none;
}
.trainer-text {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
}
/* SPピラティス++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pilates-wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 10px;
}
.pilates-img {
	width: 100%;
	max-width: 200px;
	margin: 0px auto 20px;
	float: none;
}
.pilates-text {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 25px;
	float: none;
}
.pilates-text span {
    display: block;
    color: #c84e6c;
    font-size: 14px;
	font-weight: bold;
}
.instructor-name {
    width: 100%;
    max-width: 230px;
    margin: 0px auto 10px;
}
/* SPサロン紹介+会社概要++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.staff-intro {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 30px;
}
.sekiguchi {
    width: 100%;
    float: none;
}
.ishida {
    width: 100%;
    float: none;
}
.staff-photo {
    width: 100%;
	max-width: 200px;
	margin: 0px auto 10px;
}
.staff-photo img {
    border: 2px solid #cfb992;
    border-radius: 10px;
}
.staff-name {
    width: 100%;
    max-width: 230px;
    margin: 0px auto 10px;
}
.salon-info {
    border-top: 1px dotted #b69459;
    width: 100%;
    max-width: 600px;
    margin: 0px auto 40px;
    font-size: 12px;
    text-align: left;
}
.salon-info dl {
   padding: 8px 0px;
   border-bottom: 1px dotted #b69459;
}
.salon-info dt {
    width: 100%;
    padding: 0px 0px 5px;
    float: none;
    font-weight: bold;
}
.salon-info dd {
    width: 100%;
    float: none;
}
.google-map {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 30px;
    padding: 5px;
    border: 1px solid #b69459;
    background-color: rgba(255,255,255,0.4);
}
.google-map iframe {
    width: 100%;
    height: 200px;
    vertical-align: bottom;
}
.googlemap-btn {
    width: 200px;
    margin: 0px auto 40px;
    background-color: rgba(255,255,255,0.4);
    border: 1px solid #b69459;
    border-radius: 5px;
}
.parking-box {
    width: 100%;
    margin: 0px auto 30px;
}
.parking-box p {
    width: 100%;
    margin: 0px 0px 20px;
    float: none;
}
.parking-box img {
    width: 100%;
    float: none;
}
/* SPプライバシーポリシー++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.privacy-policy {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
}
.privacy-policy dl {
    margin: 0px 0px 20px;
    text-align: left;
}
.privacy-policy dt {
    margin: 0px 0px 5px;
    font-weight: bold;
    color: #c84e6c;
}
/* SPサイトマップ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sitemap {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    text-align: left;
}
.sitemap-left {
    width: 100%;
    float: none;
}
.sitemap-right {
    width: 100%;
    float: none;
}
.sitemap li {
    padding: 5px 0px;
    margin: 5px 0px;
    border-bottom: 1px dotted #584538;
}
.sitemap a {
    display: block;
    position: relative;
    color: #584538;
}
.sitemap a::after{
    content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: auto 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-top: 1px solid #584538;
	border-right: 1px solid #584538;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* SPドクターリセラ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.drrecella-about-box {
    width: 100%;
    margin: 0px auto 30px;
    padding: 10px 0px 0px;
}
.drrecella-text {
    width: 100%;
    float: none;
}
.drrecella-graph {
    width: 100%;
    margin: 0px 0px 20px;
    float: none;
    border: 1px solid #b69459;
	border-radius: 5px;
    overflow: hidden;
}
.dr-qanda-box {
    width: 100%;
    margin: 0px auto 20px;
    padding: 10px;
    background-color: rgba(206,154,153,0.2);
    border: 1px solid #ce9a99;
    border-radius: 5px;
}
.dr-q {
    margin: 0px 0px 10px;
}
.dr-q img {
    width: 40px;
    margin: 0px 10px 0px 0px;
    padding: 5px;
    float: left;
    background-color: #ce9a99;
    border-radius: 50%;
}
.dr-q p {
    font: 14px "Sawarabi Mincho";
    color: #b86866;
    padding: 5px 0px 0px;
}
.dr-qanda-box-mb {
    margin-bottom: 40px;
}
.dr-item-box {
    width: 100%;
    margin: 0px auto 40px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-align-items: stretch; /* Safari */
    align-items: stretch;
}
.dr-item-box::after {
    content: '';
    display: block;
    width: 49%;
}
.dr-item {
    width: 49%;
    margin: 0px 0px 5px;
    background-color: #FFF;
    border: 1px solid #b69459;
}
.dr-item p {
    font-size: 11px;
}
.dr-text {
    width: 100%;
    margin: 0px 0px 20px;
    padding: 10px 0px 10px;
    border-top: 1px solid #b69459;
    border-bottom: 1px solid #b69459;
}
.dr-item-box p {
    padding: 10px 5px 5px;
}
.dr-item-box h4 {
    font-size: 14px;
    padding: 0px 5px 10px;
}
.dr-lasttext {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    padding: 10px;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #b69459;
    border-radius: 5px;
}
/* SPキャンペーン+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.campaign-container a {
    color: #FFF;
}
.campaign-box {
    width: 100%;
    margin: 0px auto 30px;
    padding: 0px 0px 10px;
    background-color: rgba(231,182,160,0.3);
    border: 1px solid #b69459;
    border-radius: 5px;
    overflow: hidden;
}
.campaign-box img {
    border-bottom: 1px solid #b69459;
}
.campaign-box p {
    font-family: "Sawarabi Mincho";
}
.campaign-price-box {
    padding: 5px 10px;
    border-bottom: 1px solid #b69459;
}
.campaign-campaignprice {
    font-size: 16px;
    color: #b41f48;
}
.campaign-tsujo {
    font-size: 14px;
    color: #584538;
    padding: 0px 10px 0px 0px;
}
.campaign-tsujo::after {
    content: "\A" ;
	white-space: pre ;
}
.campaign-date {
    text-align: center!important;
    padding: 10px 10px 0px;
}
.campaing-detail {
    font-size: 14px;
    font-family: "Sawarabi Mincho";
    width: 220px;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #b69459;
    border-radius: 100px;
	background: linear-gradient(0deg, #be818d, #d4acb4);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
/* SPキャンペーン個別++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.campaign-box2 {
    width: 100%;
    margin: 0px auto 10px;
    padding: 10px 5px;
    background-color: rgba(231,182,160,0.3);
    border: 1px solid #b69459;
    border-radius: 5px;
    overflow: hidden;
}
.campaign-box2 p {
    font-family: "Sawarabi Mincho";
}
.campaign-date2 {
    text-align: center!important;
    padding: 0px 0px 10px;
}
.campaign-campaignprice2 {
    text-align: center!important;
    font-size: 16px;
    color: #b41f48;
}
.campaign-tsujo2 {
    font-size: 14px;
    color: #584538;
    padding: 0px 10px 0px 0px;
}
.campaign-tsujo2::after {
    content: "\A" ;
	white-space: pre ;
}
.campaign-attention {
    color: #c84e6c;
    font-weight: bold;
    margin: 0px 0px 30px;
}
.campaign-topic {
    color: #a25343;
    font-size: 14px;
    line-height: 160%;
}
/* SPリンク++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.link-box {
    width: 100%;
    margin: 0px auto 30px;
    padding: 10px 0px;
    border-top: 3px solid rgba(182,148,89,0.5);
    border-bottom: 3px solid rgba(182,148,89,0.5);
}
.link-box img {
    width: 100%;
    margin: 0px 0px 10px;
    border: 1px solid #b69459;
    float: none;
}
.link-detail {
    width: 100%;
    float: none;
}
.link-name {
    font-size: 15px;
    margin: 0px 0px 5px;
    padding: 0px 0px 5px;
    border-bottom: 1px dotted #b69459;
}
/* SPお問い合わせ+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.contact-sodan {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 30px;
}
.contact-sodan-left {
    width: 100%;
    float: none;
    margin: 0px auto 30px;
}
.contact-sodan-right {
    width: 100%;
    float: none;
}
.contact-sodan h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 20px;
}
.contact-sodan ul {
    font-size: 16px;
    text-align: left;
    margin: 20px 0px 0px;
}
.contact-sodan ul li {
    margin: 0px 0px 10px;
}
/* ▼SPキネシス++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.kinesis-text {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 25px;
	float: none;
}
.kinesis-text span {
    font-size: 20px;
	font-weight: bold;
}
.kinesis-list {
    max-width: 600px;
    margin: 0px auto 20px;
}
.kinesis-list li {
    font-size: 14px;
    padding: 10px 15px;
    margin: 0px 0px 10px;
}
.kinesis-text2 {
    max-width: 600px;
    margin: 0px auto 40px;
}
.kinesis-copy {
    max-width: 600px;
    margin: 0px auto 20px;
}
.kinesis-photo {
    max-width: 600px;
    margin: 0px auto 10px;
    padding: 5px;
}
.kinesis-point {
    max-width: 600px;
    margin: 0px auto 40px;
}
.kinesis-point li {
    margin: 0px 0px 10px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.kinesis-banner {
    max-width: 600px;
    margin: 0px auto 50px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
/* ▲SPキネシス++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
}
/* ▲SPCSSここまで================================================================================================= */



/* ▼SlickCSSここから============================================================================================== */
/* Slider */
.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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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;
}
.slick-track:before,
.slick-track:after
{
    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;
}
/* Arrows */
.slick-prev {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;

    display: block;

    width: 45px;
    height: 45px;
    padding: 0;
   

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	z-index: 50;
	background:url(img/slick_before.png);
	background-size:45px auto;
}
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;

    display: block;

    width: 45px;
    height: 45px;
    padding: 0;
   

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	z-index: 50;
	background:url(img/slick_next.png);
	background-size:45px auto;
}


.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #000;
}

.slick-prev
{
    left: -10px;
}
[dir='rtl'] .slick-prev
{
    right: -10px;
    left: auto;
}
.slick-prev:before
{
	content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: -10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -10px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}
/* ▼イニシャライズされるまで非表示 */
.mainslider {
  display:none;
}
.mainslider.slick-initialized {
  display: block;
}
/* ▲イニシャライズされるまで非表示 */
/* ▲SlickCSSここまで============================================================================================== */


/* ▼spmenuCSSここから============================================================================================================== */
@media only screen and (max-width: 740px) {
.menuList {
  display: none;
}
#menuOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88,69,56,0.7);
  display: none;
  position: fixed;
  z-index: 9997;
}
#switchBtnArea #switchBtn {
  top: 24px;
  left: 10px;
  width: 50px;
  height: 50px;
  display: block;
  background: rgba(255,255,255,1);
  position: fixed;
  z-index: 9998;
  border: 3px solid #e57894;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
#switchBtnArea #switchBtn span {
  left: 20%;
  width: 60%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #e57894;
  transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 15px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 21px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
  bottom: 15px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#switchBtnArea #switchBtn.btnClose {
 background: rgba(255,255,255,1);
}
#switchBtnArea #switchBtn.btnClose span {
  left: 18%;
  width: 64%;
  height: 2px;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  bottom: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#rwdMenuWrap {
  top: 0;
  left: -260px;
  width: 240px;
  height: 100%;
  background-color: #fafaff;
  background-image: url(img/bg_body2.png);
  background-repeat: repeat;
  background-size: 250px auto;
  border-right: 2px solid #e57894;
  overflow: auto;
  position: fixed;
  z-index: 9999;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
  -webkit-overflow-scrolling: touch;
}
}
/* ▲spmenuCSSここまで============================================================================================================== */


/* ▼フォームCSS======================================================================================================================================================================== */
input[type="text"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
input[type="email"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
input[type="tel"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}
textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}

/* ▼PC+タブレット用CSS================================================================================================================================================================= */
@media screen and (min-width: 741px) {
/* ▼PC+TAB_メインCSS++++++++++++++++++++++++++++++ */
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
/* ▲PC+TAB_メインCSS++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_baseCSS++++++++++++++++++++++++++++++++ */
#form_area {
	width: 100%;
	max-width: 1000px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
form#mailformpro {
	padding: 0px 0px;
}
form#mailformpro dl {
	padding: 10px 0px;
	text-align: right;
	border-bottom: solid 1px rgba(182,148,89,0.5);
	margin: 0px;
	overflow: hidden;
}
form#mailformpro dl:after {
	content: "";
	clear: both;
	display: block;
}
form#mailformpro dl dt {
	float: left;
	width: 30%;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 8px;
}
form#mailformpro dl dt:after {
	content: "";
	clear: both;
	display: block;
}
form#mailformpro dl dd {
	margin: 0px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	float: right;
	width: 70%;
	padding-right: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(182,148,89,0.5);
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	background-color: rgba(118,0,30,0.7);
	font-size: 10px;
	color: #FFF;
	border-radius: 5px;
    margin: 0px 5px 0px 0px;
    padding: 5px;
}
form#mailformpro dd input[type="text"] {
	padding: 5px;
	font-size: 14px;
	color: #523b24;
	border: solid 1px #b69459;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.namearea input[type="text"] {
	width: 40%;
	max-width: 145px;
}
.postnumber input[type="text"] {
	width: 100%;
	max-width: 200px;
}
.addressarea input[type="text"] {
	width: 100%;
	max-width: 500px;
}
.datearea input[type="text"] {
	width: 20%;
	max-width: 80px;
}
form#mailformpro dd input[type="email"] {
	padding: 5px;
	font-size: 14px;
	color: #523b24;
	border: solid 1px #b69459;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 300px;
}
form#mailformpro dd input[type="tel"] {
	padding: 5px;
	font-size: 14px;
	color: #523b24;
	border: solid 1px #b69459;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 300px;
}
form#mailformpro dd textarea {
	padding: 5px;
	font-size: 14px;
	color: #523b24;
	border: solid 1px #b69459;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100% !important;
	max-width: 500px !important;
	max-height: 200px !important;
}
.address_division {
	padding-top: 10px !important;
}
/* ▲PC+TAB_baseCSS++++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_labelCSS+++++++++++++++++++++++++++++++ */
form#mailformpro label {
	margin: 3px;
	display: block;
	font-size: 14px;
}
form#mailformpro label.mfp_checked {
	padding: 5px;
}
form#mailformpro label.mfp_not_checked {
	padding: 5px;
}
/* ▲PC+TAB_labelCSS+++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_confirmCSS+++++++++++++++++++++++++++++ */
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(182,148,89,0.5);
	margin-bottom: 30px;
}
table#mfp_confirm_table tr.mfp_colored {
}
table#mfp_confirm_table tr.mfp_achroma {
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 14px;
	border-top: solid 1px rgba(182,148,89,0.5);
	padding: 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 30%;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
/* ▲PC+TAB_confirmCSS+++++++++++++++++++++++++++++ */
/* ▼PC+TAB_confirmflatCSS+++++++++++++++++++++++++ */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 16px;
	text-align: center;
	line-height: 160%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	
}
/* ▲PC+TAB_confirmflatCSS+++++++++++++++++++++++++ */
/* ▼PC+TAB_confirmoverlayCSS++++++++++++++++++++++ */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
/* ▲PC+TAB_confirmoverlayCSS++++++++++++++++++++++ */
/* ▼PC+TAB_loadingCSS+++++++++++++++++++++++++++++ */
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(images/mfp_loading.gif);
}
/* ▲PC+TAB_loadingCSS+++++++++++++++++++++++++++++ */
/* ▼PC+TAB_errorCSS+++++++++++++++++++++++++++++++ */
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	color: #8d0048;
	font-size: 12px;
	line-height: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mfp_parent_error {
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
/* ▲PC+TAB_errorCSS+++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_warningCSS+++++++++++++++++++++++++++++ */
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
/* ▲PC+TAB_warningCSS+++++++++++++++++++++++++++++ */
/* ▼PC+TAB_inputCSS+++++++++++++++++++++++++++++++ */
form#mailformpro input,form#mailformpro textarea {
	padding: 3px;
	font-size: 14px;
	vertical-align: middle;
}
form#mailformpro select {
	vertical-align: middle;
	font-size: 14px;
}
/* ▲PC+TAB_inputCSS+++++++++++++++++++++++++++++++ */
/* ▼PC+TAB_buttonCSS++++++++++++++++++++++++++++++ */
div.mfp_buttons {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div.mfp_buttons button#mfp_button_send {
	border: solid 5px rgba(105,0,45,0.7);
	color: #7a3050;
	background-color: rgba(105,0,45,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.mfp_buttons button#mfp_button_send:hover {
	background-color: rgba(105,0,45,0.5);
}
div.mfp_buttons button#mfp_button_cancel {
	border: solid 5px #CCC;
	color: #999;
	background-color: #dbd3d7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.mfp_buttons button#mfp_button_cancel:hover {
	background-color: #efeced;
}
div.mfp_buttons button {
	font-size: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	font-weight: normal;
	letter-spacing: 3px;
	cursor: pointer;
}
div.mfp_buttons button.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
button[type="submit"] {
	border: solid 5px rgba(105,0,45,0.7);
	color: #7a3050;
	background-color: rgba(105,0,45,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button[type="submit"]:hover {
	background-color: rgba(105,0,45,0.5);
}
button[type="reset"] {
	border: solid 5px #CCC;
	color: #999;
	background-color: #dbd3d7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button[type="reset"]:hover {
	background-color: #efeced;
}
/* ▲PC+TAB_buttonCSS++++++++++++++++++++++++++++++ */
}
/* ▲PC+タブレット用CSS================================================================================================================================================================= */


/* ▼スマホ用CSS======================================================================================================================================================================== */
@media screen and (max-width: 740px) {
/* ▼SP_メインCSS++++++++++++++++++++++++++++++++++ */
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
/* ▲SP_メインCSS++++++++++++++++++++++++++++++++++ */
/* ▼SP_baseCSS++++++++++++++++++++++++++++++++++++ */
#form_area {
	width: 100%;
	max-width: 600px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
form#mailformpro {
	padding: 0px 0px;
}
form#mailformpro dl {
	text-align: left;
	border-bottom: solid 1px rgba(182,148,89,0.5);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
form#mailformpro dl dt {
	float: none;
	width: 100%;
	font-size: 14px;
	padding-bottom: 5px;
}
form#mailformpro dl dt:after {
	content: "";
	clear: both;
	display: block;
}
form#mailformpro dl dd {
	margin: 0px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	float: none;
	width: 100%;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: rgba(118,0,30,0.7);
	font-size: 10px;
	color: #FFF;
	float: left;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
form#mailformpro dd input[type="text"] {
	padding: 5px;
	font-size: 14px;
	color: #523b24;
	border: solid 1px #b69459;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.namearea input[type="text"] {
	width: 40%;
	max-width: 145px;
}
.postnumber input[type="text"] {
	width: 100%;
	max-width: 200px;
}
.addressarea input[type="text"] {
	width: 100%;
	max-width: 500px;
}
.datearea input[type="text"] {
	width: 20%;
	max-width: 80px;
}
form#mailformpro dd input[type="email"] {
	padding: 5px;
	font-size: 14px;
	color: #523b24;
	border: solid 1px #b69459;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 300px;
}
form#mailformpro dd input[type="tel"] {
	padding: 5px;
	font-size: 14px;
	color: #523b24;
	border: solid 1px #b69459;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	max-width: 300px;
}
form#mailformpro dd textarea {
	padding: 5px;
	font-size: 14px;
	color: #523b24;
	border: solid 1px #b69459;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100% !important;
	max-width: 500px !important;
	max-height: 200px !important;
}
.address_division {
	padding-top: 10px !important;
}
/* ▲SP_baseCSS++++++++++++++++++++++++++++++++++++ */
/* ▼SP_labelCSS+++++++++++++++++++++++++++++++++++ */
form#mailformpro label {
	border-radius: 3px;
	display: block;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
/* ▲SP_labelCSS+++++++++++++++++++++++++++++++++++ */
/* ▼SP_confirmCSS+++++++++++++++++++++++++++++++++ */
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(153,133,113,0.3);
	margin-bottom: 30px;
}
table#mfp_confirm_table tr.mfp_colored {
}
table#mfp_confirm_table tr.mfp_achroma {
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px rgba(153,133,113,0.3);
	padding: 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 30%;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
/* ▲SP_confirmCSS+++++++++++++++++++++++++++++++++ */
/* ▼SP_confirmflatCSS+++++++++++++++++++++++++++++ */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 14px;
	text-align: center;
	line-height: 160%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	
}
/* ▲SP_confirmflatCSS+++++++++++++++++++++++++++++ */
/* ▼SP_confirmoverlayCSS++++++++++++++++++++++++++ */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
/* ▲SP_confirmoverlayCSS++++++++++++++++++++++++++ */
/* ▼SP_loadingCSS+++++++++++++++++++++++++++++++++ */
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(images/mfp_loading.gif);
}
/* ▲SP_loadingCSS+++++++++++++++++++++++++++++++++ */
/* ▼SP_errorCSS+++++++++++++++++++++++++++++++++++ */
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	color: #8d0048;
	font-size: 12px;
	line-height: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mfp_parent_error {
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
/* ▲SP_errorCSS+++++++++++++++++++++++++++++++++++ */
/* ▼SP_warningCSS+++++++++++++++++++++++++++++++++ */
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
/* ▲SP_warningCSS+++++++++++++++++++++++++++++++++ */
/* ▼SP_inputCSS+++++++++++++++++++++++++++++++++++ */
form#mailformpro input,form#mailformpro textarea {
	padding: 3px;
	font-size: 14px;
	vertical-align: middle;
}
form#mailformpro select {
	vertical-align: middle;
	font-size: 14px;
}
/* ▲SP_inputCSS+++++++++++++++++++++++++++++++++++ */
/* ▼SP_buttonCSS++++++++++++++++++++++++++++++++++ */
div.mfp_buttons {
	clear: both;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div.mfp_buttons button#mfp_button_send {
	border: solid 5px rgba(105,0,45,0.7);
	color: #7a3050;
	background-color: rgba(105,0,45,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.mfp_buttons button#mfp_button_send:hover {
	background-color: #b04f81;
}
div.mfp_buttons button#mfp_button_cancel {
	border: solid 5px #CCC;
	color: #999;
	background-color: #dbd3d7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.mfp_buttons button#mfp_button_cancel:hover {
	background-color: #efeced;
}
div.mfp_buttons button {
	font-size: 16px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-weight: normal;
	letter-spacing: 3px;
	cursor:pointer;
}
div.mfp_buttons button.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
button[type="submit"] {
	border: solid 5px rgba(105,0,45,0.7);
	color: #7a3050;
	background-color: rgba(105,0,45,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button[type="submit"]:hover {
	background-color: rgba(105,0,45,0.5);
}
button[type="reset"] {
	border: solid 5px #CCC;
	color: #999;
	background-color: #dbd3d7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button[type="reset"]:hover {
	background-color: #efeced;
}
/* ▲SP_buttonCSS++++++++++++++++++++++++++++++++++ */
}
/* ▲スマホ用CSS======================================================================================================================================================================== */
/* ▲フォームCSS======================================================================================================================================================================== */