@charset "utf-8";
/* CSS Document */

html {
  font-size: 10px;
}
body {
  font-family:"游ゴシック";
  color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
	display: none;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.ffft {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.ffym {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}
.red {
	color: #F11010;
}
.aqua {
	color: #1DCDD4;
}
.pink {
	color: #F12C54;
}
.green {
	color: #43D9B5;
}
.sec-padding {
	padding: 8rem 0;
}
.sec-ttl {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5rem;
	border-bottom: 4px solid #F31616;
}
.sec-ttl h6 {
	font-style: book;
	font-weight: normal;
	text-align: center;
	font-size: 40px;
	letter-spacing: 2px;
}
.page-link {
	width: 300px;
	margin: auto;
	padding: 2rem 0;
	background: #333;
}
.page-link a {
	display: block;
	font-size: 20px;
	text-align: center;
}

/*--- ヘッダー ---*/
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}
#header h1 {
	text-align: center;
}
#header h1 a {
	font-size: 80px;
	color: #fff;
	font-style: book;
}
#header p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.g-nav {
	margin-top: 20px;
}
.g-nav ul {
	justify-content: center;
}
.g-nav li {
	padding: 0 30px;
	border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.g-nav li+ li {
  border-left: 0;
  border-right: 1px solid #fff;
}
.g-nav ul li a {
	font-size: 14px;
	color: #fff;
}



/*--- メインビジュアル ---*/
.mainvisual {
	width: 100%;
	height: 100vh;
	background: url("../img/mainvisual.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.catch-copy {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%);
}
.catch-copy h2 {
	font-size: 60px;
	line-height: 1.5;
}
.catch-copy h2 span {
	font-size: 70px;
}

/*背景*/
.bg-marble {
	background: url("../img/bg01.jpg");
	background-size: cover;
	background-attachment: fixed;
}


/*--- news ---*/
#news .inner {
	width: 900px;
	margin: auto;
	background: #fff;
	padding: 3rem 0;
	box-shadow: 3px 3px 6px #ccc;
}
#news .inner dl {
	width: 90%;
	margin: auto;
	font-size: 16px;
	justify-content: space-between;
}
#news .inner dl dt {
	width: 25%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5rem;
	text-align: center;
	margin-bottom: 1.5rem;
}
#news .inner dl dd {
	width: 75%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}

/*--- about us ---*/
.a-message {
	text-align: center;
	font-size: 40px;
	line-height: 1.5;
}
.a-message span {
	font-size: 60px;
}
#aboutus .inner {
	position: relative;
	z-index: 1;
}
#aboutus .inner .txt {
	position: relative;
	width: 700px;
	margin-top: 15rem;
	margin-left: 20%;
	padding: 5rem 0;
	background: rgba(255,255,255,0.7);
	z-index: 2;
}
#aboutus .inner .txt p {
	width: 95%;
	margin: auto;
	font-size: 20px;
	line-height: 2;
}
#aboutus .inner .img {
	width: 500px;
	position: absolute;
	top: -10rem;
	right: 20%;
}
#aboutus .page-link {
	margin-top: 8rem;
}

@media screen and (max-width:1280px){
	#aboutus .inner .txt {
		margin-left: 10%;
	}
	#aboutus .inner .img {
		right: 10%;
	}
}

/*--- こんなお悩み ---*/
#worries {
	background: url("../img/bg02.jpg");
	background-size: cover;
	
}
#worries p {
	font-size: 32px;
	text-align: center;
	margin-bottom: 3rem;
}
#worries .inner {
	width: 60%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
#worries .inner .txt,
#worries .inner .img {
	width: 49%;
}
#worries .inner .txt ul li {
	font-size: 20px;
	margin-bottom: 16px;
}
#worries .page-link {
	margin-top: 5rem;
}

@media screen and (max-width:1280px){
	#worries .inner {
		width: 80%;
	}
}

/*--- twitter ---*/
.twitter {
	width: 900px;
	margin: auto;
}


/*--- フッター ---*/
#footer {
}
.foot-top {
	background: url("../img/bg04.jpg");
	background-size: cover;
	background-position: center;
	padding: 5rem 0;
}
#footer h1 {
	text-align: center;
}
#footer h1 a {
	font-size: 80px;
	color: #fff;
	font-style: book;
}
#footer p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.foot-nav {
	margin-top: 20px;
}
.foot-nav ul {
	width: 100%;
	justify-content: center;
}
.foot-nav li {
	padding: 0 30px;
	border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.foot-nav li+ li {
  border-left: 0;
  border-right: 1px solid #fff;
}
.foot-nav ul li a {
	font-size: 14px;
	color: #fff;
}
#footer p {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
.bnrs {
	margin: 5rem auto 0 auto;
	justify-content: center;
	gap: 3rem;
}
.linkbnr {
	width: 350px;
	padding: 1.5rem 0;
	background: #fff;
}
.linkbnr a {
	display: block;
	text-align: center;
	color: #333;
}
.telbnr a {
	font-size: 36px;
	font-style: italic;
}
.webbnr a {
	font-size: 30px;
}
.linkbnr a i {
	margin-right: 10px;
	font-size: 26px;
}
.foot-map {
	width: 100%;
}
.foot-map iframe {
	width: 100%;
}
.foot-copy {
	text-align: center;
	font-size: 10px;
	padding: 1px 0;
}



/*------ 下層 ------*/
.bg-circle {
	background: url("../img/bg03.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
/*--- メインビジュアル ---*/
.s-mainvisual {
	width: 100%;
	height: 50vh;
	background: url("../img/s-mainvisual.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.page-ttl {
	width: 50%;
	background: rgba(255,255,255,0.5);
	padding: 3rem 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}
.page-ttl h2 {
	font-size: 60px;
	line-height: 1.5;
	text-align: center;
}


/*--- about ---*/
/*あくせす*/
.access-txt {
	text-align: center;
	font-size: 20px;
	margin-top: 2rem;
}
.access-map {
	width: 50%;
	margin: 3rem auto;
}
.access-map iframe {
	width: 100%;
}
.guide-ttl {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #707070;
}
.guide-ttl p {
	font-size: 24px;
	text-align: center;
}
.guide-txt {
	font-size: 18px;
	text-align: center;
}
.gallery-img {
	width: 50%;
	margin: 3rem auto;
}
.gallery-img img {
	width: 100%;
}

#service .container {
	width: 70%;
	margin: 3rem auto;
	background: url("../img/service.jpg");
	background-size: cover;
	background-position: center;
	padding: 5rem 0;
}
#service .container p {
	font-size: 24px;
	text-align: center;
	line-height: 2;
}

@media screen and (max-width:1280px) {
	.access-map {
		width: 70%;
		margin: 3rem auto;
	}
	#service .container {
		width: 90%;
	}
}

/*--- 施術内容 ---*/
#treatment .inner {
	position: relative;
	z-index: 1;
}
#treatment .inner .txt {
	position: relative;
	width: 650px;
	margin-top: 25rem;
	margin-left: 42%;
	padding: 5rem 0;
	background: rgba(255,255,255,0.7);
	z-index: 2;
}
#treatment .inner .txt p {
	width: 90%;
	margin: auto;
	font-size: 18px;
	line-height: 2;
}
#treatment .inner .img {
	width: 500px;
	position: absolute;
	top: -20rem;
	left: 20%;
}

#beauty .inner {
	position: relative;
	z-index: 1;
}
#beauty .inner .txt {
	position: relative;
	width: 650px;
	margin-top: 25rem;
	margin-left: 20%;
	padding: 5rem 0;
	background: rgba(255,255,255,0.7);
	z-index: 2;
}
#beauty .inner .txt p {
	width: 90%;
	margin: auto;
	font-size: 18px;
	line-height: 2;
}
#beauty .inner .img {
	width: 500px;
	position: absolute;
	top: -20rem;
	right: 24%;
}

/*price*/
#price .inner {
	margin: 3rem auto;
	justify-content: center;
	gap:5rem;
	align-items: center;
}
.price-box {
	width: 300px;
	padding: 2rem 0;
	background: #fff;
	
}
.p-ttl {
	text-align: center;
	font-size: 22px;
}
.p-price {
	text-align: center;
	font-size: 30px;
	font-style: book;
}
.p-price .price-b {
	font-size: 50px;
}
.p-price .price-s {
	font-size: 18px;
}

@media screen and (max-width:1280px){
	#treatment .inner .txt {
		margin-left: 40%;
	}
	#treatment .inner .img {
		left: 10%;
	}
	#beauty .inner .txt {
		margin-left: 10%;
	}
	#beauty .inner .img {
		right: 10%;
	}
}


/*--- 症例紹介 ---*/
.wait {
	width: 400px;
	margin: 3rem auto;
	background: #ccc;
	padding: 3rem 0;
}
.wait p {
	text-align: center;
	font-size: 24px;
}



/*フォーム*/
.contact-form {
	width: 70%;
	margin-left:auto;
	margin-right: auto;
	margin-top: 10rem;
	font-size: 16px;
	background: #fff;
	padding: 5rem 0;
}
.contact-form form {
	width: 80%;
	margin: auto;
}
@media screen and (max-width:1280px){
	.form {
		width: 85%;
	}
}
.form-item {
	border-bottom: 1px solid #ccc;
	padding:3rem 0;
}
.form-item ul {
	justify-content: space-between;
	align-items: center;
}
.form-item ul .form-label {
	width: 25%;
	text-align: center;
	line-height: 2;
}
.form-item ul .form-label span {
	background: #F31616;
	color: #fff;
	padding: 0.6rem 1rem;
	font-size: 12px;
}
.form-item ul .form-input {
	width: 70%;
}
.check {
	flex-direction: column;
	gap: 2rem;
}
.input_box {
	border: 1px solid #ccc;
	padding: 1rem 0;
	width: 80%;
}
.input_txtarea {
	border: 1px solid #ccc;
	padding: 1rem 0;
	width: 80%;
	height: 10em;
}

.submit-btn {
	width: 35%;
	margin: 3rem auto;
	border-radius: 3rem;
}
.Form-Btn {
	background: linear-gradient(#000000,#C0C3CB);
	padding: 2rem 0;
	text-align: center;
	color: #fff;
	width: 100%;
	border: none;
	font-size: 20px;
}



































/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border: 1px solid #874316;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


