@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

/* 太字がにじむため */
/*.font-weight-bold {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}*/
ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button:focus {
	outline: none;
}

@media(min-width:768px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
/* ===================================================== */
/* common */
/* ===================================================== */
body p,
body a,
body a:hover,
body table th,
body table td {
	text-decoration: none;
	color: black;
	line-height: 1.5em;
	font-size: 16px;
}

@media(max-width:767px) {
	body p,
	body a,
	body a:hover,
	body table th,
	body table td {
		font-size: 14px;
	}
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.5em;
}

.title-1 {
	font-size: 40px;
	background-color: #FF6600;
	color: white;
	text-align: center;
	padding: 15px;
}

.title-2 {
	font-size: 40px;
	/*	font-weight: bold;	*/
	color: #FF6600;
	border-bottom: 8px solid #FF6600;
	padding-bottom: 15px;
	padding-left: 70px;
	position: relative;
}

.title-2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 28px;
	height: 90px;
	background-color: #FF6600;
}

@media(max-width:767px) {

	.title-1,
	.title-2 {
		font-size: 28px;
	}

	.title-2 {
		border-bottom: 4px solid #FF6600;
		padding-left: 30px;
	}

	.title-2::before {
		width: 15px;
		height: 75px;
	}
}

.clear {
	clear: both;
}
.spc {
	height: 16px;
}
.spc-50 {
	height: 50px;
}

.spc-80 {
	height: 80px;
}

.spc-100 {
	height: 100px;
}

@media(max-width:767px) {
	.spc {
	height: 14px;
}
	.spc-50 {
		height: 20px;
	}

	.spc-80 {
		height: 50px;
	}

	.spc-100 {
		height: 70px;
	}
}

.in {
	max-width: 980px;
	margin: 0 auto;
}

.container {
	max-width: 1280px;
}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}


.insta-link {
	display: inline-block;
	text-align: center;
}

.insta-link a {
	display: block;
	padding:15px;
	padding-left: calc(15px + 50px);
	background-color: #E4B2C1;
	font-size: 20px;
	color: #534741;
	position: relative;
}

.insta-link span {
	display: inline-block;
	margin: 0 auto;	
}
.insta-link a::after {
	display: block;
	font-family: fontawesome;
	content: "\f16d";
	font-size: 42px;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -21px;
}

.insta-link a:hover {
	opacity: 0.8;
	transition-duration: 0.4s;
	color: #534741;
	font-size: 20px;
}

@media(max-width:767px) {
	.insta-link {
		display: inline-block;
		text-align: left;
	}

	.insta-link a {
		display: block;
		padding:10px;
		padding-left: calc(10px + 50px);
		background-color: #E4B2C1;
		font-size: 18px;
		color: #534741;
		position: relative;
	}
	.insta-link a:hover {
		font-size: 18px;
	}
	.insta-link a::after {
		display: block;
		font-family: fontawesome;
		content: "\f16d";
		font-size: 42px;
		line-height: 1;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -21px;
	}
}
@media(max-width:320px) {
	.insta-link a {
		font-size: 15px;
	}
	.insta-link a:hover {
		font-size: 15px;
	}
}
/* ヘッダー */
/*header{
	position: relative;
}*/
header .pc-header {
	padding: 0 30px 15px 30px;
	max-width: 1260px;
	margin: 0 auto;
}
@media(max-width:991px) {
	header .pc-header {
		padding: 0 15px 15px 15px;
	}	
}

header p {
	font-size: 13px;
}

header p span {
	font-size: 16px;
}

.btn-reserve {
	box-sizing: border-box;
}

.btn-reserve a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: white;
	line-height: 1;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-reserve a:hover {
	font-size: 16px;
	color: white;
	line-height: 1;
	opacity: .5;
	transition: .5s;
}

.btn-reserve .box-tel {
	padding: 12px 30px;
	/*line-height: 40px;*/
	/*width: 128px;*/
	/*height: 40px;*/
	background-color: #534741;
}

.btn-reserve .box-line {
	padding: 12px 30px;
	background-color: #06C655;
}

.btn-reserve .box-insta {
	padding: 8px 12px 0;
	line-height: 1;
}
header .pc-logo {
	width: 250px;
	vertical-align: bottom;
}
@media(max-width:991px) {
	header .pc-logo {
		width: 220px;
	}
}

#header-sp-nav {
	display: none;	/* ちらつき回避 */
}
#header-sp-nav.show {
	display: block;
}

header .sp-logo {
	width: 150px;
	vertical-align: bottom;
}


header .in {
	width: 95%;
}

header .header-info img {
	max-width: 400px;
}

header .drawer-hamburger {
	position: static;
	top: auto;
	right: auto;
}

.drawer-nav {
	background-color: #A5A09B;
	z-index: 99999;
}

.drawer-nav a {
	display: block;
	color: white;
	width: 100%;
	height: 100%;
}

.drawer-nav .drawer-menu-item {
	border-bottom: 1px solid white;
}

.drawer-nav a:hover,
.drawer-nav .drawer-menu-item:hover {
	text-decoration: none;
	color: white;
}

@media(max-width:767px) {
	.btn-reserve {
		position: fixed;
		bottom: 0;
		right: 0;
		top: auto;
		width: 100%;
		z-index: 999;

	}
	.btn-reserve a {
		font-size: 22px;
		line-height: 2;
	}
	.btn-reserve a:hover {
		font-size: 22px;
		line-height: 2;
		opacity: .9;
	}

	.btn-reserve .box-tel {
		height: auto;
		width: 50%;
	}

	.btn-reserve .box-line {
		width: 50%;
		height: auto;
	}
}
@media(max-width:575px) {
	.btn-reserve a {
		font-size: 18px;
		line-height: 2;
	}
	.btn-reserve a:hover {
		font-size: 18px;
		line-height: 2;
	}
}

/* フッター */
footer {
	background-color: #736357;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media(max-width:767px) {
	footer {
		padding-bottom: 80px;
	}
}
footer .container {
	max-width: 1230px;
}

footer > div {
	max-width: 1000px;
	margin: 0 auto;
}

footer p {
	font-size: 14px;
	color: white;
}

footer .logo {
	width: 30%;
}
@media(max-width:767px) {
	footer .logo {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	footer .logo img {
		width: 280px;
	}
}
footer .insta-link-wrap {
	width: 70%;
	text-align: right;
}
@media(max-width:767px) {
	footer .insta-link-wrap {
		width: 100%;
		text-align: center;
	}
}

/* フローティングバナー */
.fix-bn {
	position: fixed;
	z-index: 88888;
	right: -15px;
	top: 150px;
}

.fix-bn a {
	display: inline-block;
	font-size: 0;
}

.fix-bn a:hover {
	font-size: 0;
}

@media(max-width:575px) {
	.fix-bn {
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		background-color: white;
	}

	.fix-bn a {
		width: 100%;
	}

	.fix-bn a img {
		width: 100%;
		height: 100%;
		vertical-align: bottom;
		line-height: 1.0em;
	}
}



/* ページTOPへもどるボタン */
#btn_pagetop {
	display: none;
	z-index: 99;
	background: #A5A09B;
	width: 50px;
	height: 50px;
	/*line-height: 80px;*/
	padding-top: ;
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 2%;
	right: 2%;
	cursor: pointer;
}

#btn_pagetop:hover {
	opacity: .5;
}

#btn_pagetop i {
	display: block;
}

@media(max-width:767px) {
	#btn_pagetop {
		bottom: 80px;
		width: 50px;
		height: 50px;
	}
}
@media(max-width:575px) {
	#btn_pagetop {
		bottom: 70px;
	}
}

/* メインビジュアル */
.main-visual {
	position: relative;
	overflow: hidden;
	/*background-image: url(./img/slider-base.jpg);*/
}

.main-visual .item-1,
.main-visual .item-2,
.main-visual .item-3,
.main-visual .item-4 {
	position: absolute;
}

.main-visual img {
	width: 100%;
}

.main-visual .item-1 {
	top: 10%;
	left: 8%;
	max-width: 20%;
}

.main-visual .item-2 {
	bottom: 5%;
	max-width: 20%;
	left: 8%;
}

.main-visual .item-3 {
	top: 10%;
	left: 30%;
	max-width: 42%;
}

.main-visual .item-4 {
	bottom: 40%;
	left: 30%;
	max-width: 42%;
}

@media(max-width:575px) {
	.main-visual .item-1 {
		max-width: 100%;
		width: 35%;
		left: 5%;
		top: 3%;
		margin: 0 auto;
	}

	.main-visual .item-1 li img {
		width: 100%;
	}

	.main-visual .item-2 {
		left: 5%;
		top: auto;
		bottom: 3%;
		max-width: 53%;
	}

	.main-visual .item-3 {
		top: 45%;
		left: 50%;
		transform: translateX(-50%);
		max-width: 90%;
	}

	.main-visual .item-4 {
		bottom: auto;
		top: auto;
		bottom: 24%;
		left: 50%;
		transform: translateX(-50%);
		max-width: 90%;
	}
}

/* ナビゲーション */
ul.pc-nav {
	padding: 0;
}

ul.pc-nav li + li {
	margin-left: 20px;
}
@media(max-width:991px) {
	ul.pc-nav li + li {
		margin-left: 15px;
	}	
}

ul.pc-nav li a {
	font-size: 16px;
	color: #534741;
}

@media(max-width:767px) {
	ul.pc-nav li a {
		font-size: 16px;
	}
}

/* CONCEPT */
#about .catch-1 h2 {
	color: #534741;
	font-size: 49px;
	letter-spacing: 6px;
}
@media(max-width:767px) {
	#about .catch-1 h2 {
		font-size: 39px;
	}
}

#about .catch-2 {
	max-width: 1280px;
	margin: 0 auto;
}

#about .catch-2 p {
	line-height: 2em;
	color: #333333;
}

@media(max-width:767px) {
	#about .catch-2 p {
		font-size: 15px;
	}
}

/* 美容鍼灸 */
#shinkyu {
	background-image: url(../img/bg-shinkyu.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width:767px) {
	#shinkyu strong img {
		width: 280px;
		max-width: 80%;
	}
}

#shinkyu strong.font-weight-bold{
	line-height: 1.5em;
	display: block;
}
#shinkyu strong span {
	color: white;
	display: block;
	font-size: 14px;
	letter-spacing: normal;
	padding-top: 5px;
}

#shinkyu p {
	color: white;
	line-height: 2em;
}

#shinkyu .box {
	padding: 10px 20px;
	border: solid 1px white;
	max-width: 100%;
	width: 424px;
	margin: 0 auto;
}
#shinkyu .box p {
	line-height: 2em;
	color: white;
}

@media(max-width:767px) {
	#shinkyu {
		background-image: url(../img/bg-shinkyu-sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

/* Rehariの特徴 */
#feature {
	background-color: #F3F3F2;
}

#feature .feature-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

#feature h2 {
	margin-bottom: 100px;
	color: #534741;
	font-size: 41px;
	letter-spacing: 5px;
}
@media(max-width:767px) {
	#feature h2 {
		font-size: 31px;
	}
}

#feature .wrapper + .wrapper {
	margin-top: 100px;
}

#feature .img-box {
	position: static;
	z-index: 5;
	margin-top: -40px
}

#feature .box1 {
	background-color: #A5A09B;
	color: white;
	text-align: left;
	padding: 40px 50px 40px 120px;
	margin-left: -70px;
	width: 540px;
	box-sizing: border-box;
}
@media(max-width:991px) {
	#feature .box1 {
		padding: 40px 30px 40px 100px;
	}
}

#feature .box1 h3 {
	font-size: 32px;
	font-weight: bold;
}

#feature .box1 h3 span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
}

#feature .box1 p {
	color: white;
	line-height: 2;
}

#feature .box2 {
	background-color: #E4B2C1;
	color: white;
	text-align: left;
	padding: 40px 50px 40px 120px;
	margin-left: -70px;
	width: 540px;
	box-sizing: border-box;
}
@media(max-width:991px) {
	#feature .box2 {
		padding: 40px 30px 40px 100px;
	}
}
#feature .box2 h3 {
	font-size: 32px;
	font-weight: bold;
	color: #534741;
}

#feature .box2 h3 span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	padding-top: 5px;
}

#feature .box2 p {
	color: #534741;
	line-height: 2;
}

@media(max-width:991px) {
	#feature .box1 h3,
	#feature .box2 h3 {
		font-size: 25px;
	}
}
@media(max-width:767px) {
	#feature h2 {
		margin-bottom: 50px;
	}

	#feature .img-box {
		margin-top: 0;
		margin-bottom: -40px;
		margin-right: auto;
	}

	#feature .box1 {
		padding: 60px 30px 40px;
		margin: 0 0 0 auto;
		box-sizing: border-box;
		width: 60%;
	}

	#feature .box2 {
		padding: 60px 30px 40px;
		margin: 0 0 0 auto;
		box-sizing: border-box;
		width: 60%;
	}

	#feature .box1 h3,
	#feature .box2 h3 {
		font-size: 21px;
	}
	#feature .wrapper + .wrapper {
	margin-top: 50px;
	}
	
	#feature .box1 h3 span {
		font-size: 14px;
	}

}

@media(max-width:575px) {

	#feature .box1,
	#feature .box2 {
		width:85%;
	}

	#feature .img-box {
		max-width: 85%;
	}
}

/* MENU */
#menu h2 {
	color: #534741;
	font-size: 49px;
	letter-spacing: 6px;
}
#menu .shinkyu {
	max-width: 710px;
}

#menu .shinkyu h4 {
	background-color: #736357;
	color: white;
	line-height: 1.75;
	padding: 5px;
	font-weight: bold;
}

#menu .shinkyu p {
	color: #736357;
}
#menu .shinkyu p.course-description {
	line-height: 1.8em;
}
#menu .shinkyu p.course-description.other {
	font-size: 18px;
	color: #333333;
}
@media(max-width:767px) {
	#menu .shinkyu p.course-description.other {
		font-size: 15px;
		color: #333333;
	}	
}
#menu .seitai {
	max-width: 710px;
}

#menu .shinkyu .img-box div {
	width: 20%;
	padding: 1%;
}

#menu .seitai h4 {
	background-color: #829B7E;
	color: white;
	line-height: 1.75;
	padding: 5px;
	font-weight: bold;
}

#menu .seitai p {
	color: #829B7E;
}
#menu .seitai p.course-description {
	line-height: 1.8em;
}

#menu .box1 {
	background-color: #F5F0EC;
}

#menu .box1 p {
	color: #333;
}

#menu .price {
	font-size: 20px;
}

#menu .price span {
	font-weight: bold;
	font-size: 30px;
}

#menu h3 {
	display: flex;
	align-items: center;
	font-size: 24px;
}
@media(max-width:767px) {
	#menu h3 {
		font-size: 20px;
	}	
}

#menu .shinkyu h3 {
	color: #736357;
	margin-top: 30px;
	margin-bottom: 30px;
}

#menu .seitai h3 {
	color: #829B7E;
	margin-bottom: 30px;
}

#menu h3:before,
#menu h3:after {
	content: "";
	height: 1px;
	flex-grow: 1;
}

#menu .shinkyu h3:before,
#menu .shinkyu h3:after {
	background-color: #736357;
}

#menu .seitai h3:before,
#menu .seitai h3:after {
	background-color: #736357;
}

#menu h3:before {
	margin-right: 1rem;
}

#menu h3:after {
	margin-left: 1rem;
}

@media(max-width:767px) {
	#menu .shinkyu .img-box {
		max-width: 420px;
		margin: 0 auto;
	}

	#menu .shinkyu .img-box div {
		width: 33%;
	}
	#menu .price {
		font-size: 16px;
	}

	#menu .price span {
		font-weight: bold;
		font-size: 20px;
	}
}
@media(max-width:320px) {
	#menu .price span {
		font-size: 16px;
	}	
}

/* 施術の流れ */
#sejutsu {
	background-color: #E8E7E6;
}

#sejutsu h2 {
	color: #534741;
	font-size: 41px;
	letter-spacing: 5px;
	text-align: center;
}
@media(max-width:767px) {
	#feature h2 {
		font-size: 31px;
	}
}
#sejutsu .sub-text {
	color: #534741;
	font-size: 18px;
	text-align: center;
}
@media(max-width:767px) {
	#sejutsu .sub-text  {
		font-size: 16px;
	}
}

#sejutsu .wrapper {
	max-width: 866px;
}

#sejutsu .box1 {
	background-color: white;
	border: solid 1px #A5A09B;
}

#sejutsu .box1 .img-box {
	margin-right: 55px;
	position: relative;
}

#sejutsu .box1 .img-box span {
	position: absolute;
	display: block;
	top: 50%;
	right: -35px;
	margin-top: -23px;
	z-index: 5;
}

#sejutsu .box1 .img-box span img {
	width: 46px;
	height: 46px;
}

#sejutsu .box1 h3 {
	color: #DB7895;
	font-weight: bold;
	font-size: 28px;
}

#sejutsu .box1 p {
	color: #333;
	line-height: 1.8em;
}

#sejutsu .taisaku {
	max-width: 1000px;
}

#sejutsu .taisaku p.corona {
	color: #534741;
	display: block;
}

@media(max-width:767px) {
	#sejutsu .box1 {
		width: 350px;
		max-width: 100%;
		margin: 0 auto;
	}
	#sejutsu .box1 .text-box {
		margin: 0 auto;
	}

	#sejutsu .taisaku {
		max-width: 500px;
	}

	#sejutsu .box1 .img-box {
		display: inline-block;
		margin: 0 auto;
		padding-left: 40px;
	}

	#sejutsu .box1 .img-box span {
		top: 23px;
		right: auto;
		left: 0;
		margin-top: -23px;
		z-index: 5;

	}
	#sejutsu .box1 h3 {
		font-size: 22px;
	}
	#sejutsu .taisaku p.corona {
		color: #534741;
		display: block;
		font-size: 14px;
	}
}
@media(max-width:575px) {
		#sejutsu .box1 .text-box {
		margin: 0;
	}
}
@media(max-width:320px) {
		#sejutsu .box1 .text-box p br {
		display: none;
	}
}
/* ACCES/RESERVE */
	#access h3{line-height:unset;}
@media(max-width:767px) {
	#access h2 {
		max-width: 95%;
		margin: 0 auto;
	}
}
#access p {
	font-size: 20px;
	max-width: 500px;
	margin: 0 auto;
	color: #534741;
	padding: 0 10px;
}
@media(max-width:991px) {
	#access p {
		font-size: 16px;
	}
}
@media(max-width:575px) {
	#access p {
		font-size: 15px;
	}
}

#access .border-r {
	border-right: solid 1px #D2CDCD;
}

#access .maplink a {
	font-size: 16px;
}
#access .info {
		font-size: 18px;
}
@media(max-width:767px) {
	#access .maplink a {
		font-size: 14px;
	}	
#access .info {
		font-size: 14px;
}	
}

#access .reserve p {
	font-size: 18px;
	padding-top: 5px;
}
@media(max-width:767px) {
	#access .reserve img {
		max-width: 95%;
		margin: 0 auto;
	}
	#access .reserve p {
		font-size: 15px;
	}
}

#access .box-tel {
	border: solid 1px #534741;
	border-radius: 10px;
	padding: 15px;
}

@media(max-width:767px) {
	#access .box-tel {
		width: 360px;
		max-width: 95%;
		margin: 0 auto;
	}
}
#access .box-tel .tel a {
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
}
#access .box-tel .tel a:hover {
	font-size: 46px;
	opacity: .5;
	transition: .5s;
}
@media(max-width:991px) {
	#access .box-tel .tel a {
		font-size: 32px;
	}
	#access .box-tel .tel a:hover {
		font-size: 32px;
	}
}
@media(max-width:320px) {
	#access .box-tel .tel a {
		font-size: 25px;
	}
	#access .box-tel .tel a:hover {
		font-size: 25px;
	}
}
#access .box-line {
	border: solid 1px #06C655;
	border-radius: 10px;
	padding: 15px;
}
@media(max-width:767px) {
	#access .box-line {
		width: 360px;
		max-width: 95%;
		margin: 0 auto;
	}
}
#access .box-line p {
	color: #06C655;
	font-size: 20px;
}

@media(max-width:767px) {
	#access .border-r {
		border-right: none;
		border-bottom: solid 1px #D2CDCD;
	}
}
@media(max-width:991px) {
	#access .box-line p {
		font-size: 16px;
	}
}
@media(max-width:575px) {
	#access .box-line img {
		width: 50px;
	}
	#access .box-line p {
		font-size: 15px;
	}
}
@media(max-width:320px) {
	#access .box-line img {
		width: 40px;
	}
}

#access .map-link a::before {
	position: absolute;
	content: "";
	background-image: url("../img/map-ico.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	top: 0;
	left: -20px;
}

