@charset "utf-8";
/* CSS Document */
body {
	font-family: "Helvetica Neue", "serif";
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	position: relative;
}
a {
	text-decoration: none;
	color: #000000;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}
ul {
	list-style: none;
}
.wrap {
	width: 85%;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 31%;
}
.even {
	flex-direction: row-reverse;
}
.en {
	font-family: "Castellar";
}
.txt p {
	margin-bottom: 20px;
	line-height: 1.8;
}
.red {
	color: red;
}


/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	background: rgba(255,255,255,1.00);
}
.header-wrap {
	width: 100%;
	margin-left: auto;
	padding: 10px 0;
}
.header-wrap img {
	margin: 0 auto;
}


/*==================================================
グローバルメニュー
===================================*/
.nav-menu-wrap {
	width: 100%;
	margin-left: auto;
}
.menu {
    position: relative;
    width: 100%;
	text-align: center;
}
.menu > li {
    float: left;
    width: 14.2%;
	position: relative;
}

.menu > li a {
    display: block;
	position: relative;
}

.menu > li:hover::before {
    content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #C9171E;
	position: absolute;
	bottom: -12px;
	right: 50%;
	transform: translateX(50%);
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li a:hover {
    background: #E6B422;
	color: #FFFFFF;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #FBF7F2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index: 99;
}

li.menu__single:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
	z-index: 99;
}
.menu__second-level li a {
	padding: 10px 0;
	color: #000000;
}

.arrow-btm::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #E6B422;
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
}



/*==================================================
メインビジュアル
===================================*/
#mv {
	position: relative;
	background-image: url("img/top/mv.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	background-size: cover;
	z-index: 1;
}
.cp {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	font-size: 60px;
}



/*==================================================
お知らせ
===================================*/
#news {
	background-image: url("img/top/news_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 0 40px;
}
#news .wrap {
	max-width: 1300px;
}
.index-ttl {
	margin-bottom: 30px;
	font-weight: normal;
}
.index-ttl .en {
	font-size: 60px;
}
.index-ttl .ja {
	font-size: 30px;
}
#news .index-ttl {
	display: flex;
	align-items: baseline;
}
#news .bg {
	background: rgba(255,255,255,0.75);
	border-radius: 40px;
	padding: 45px 3%;
}
.news-item {
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #000000;
}
.news-item .date {
	width: 10%;
}
.news-item .ttl {
	width: 90%;
}


/*==================================================
ドラゴンについて
===================================*/
#dragon {
	position: relative;
	z-index: 1;
	padding: 110px 0 200px;
}
#dragon .wrap {
	max-width: 1500px;
	padding-bottom: 280px;
	position: relative;
	z-index: 1;
}
#dragon::after {
	content: "";
	background-image: url("img/top/dragon01.png");
	width: 85%;
	height: 285px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute;
	bottom: 200px;
	left: 50px;
	z-index: -1;
}
h3.ttl {
	color: #C9171E;
	font-size: 30px;
	margin-bottom: 15px;
}
#dragon .txtbox {
	max-width: 900px;
	margin: 0 auto;
}



/*==================================================
カウンセラーについて
===================================*/
#index-counselor {
	position: relative;
	z-index: 1;
	padding: 150px 0;
}
#index-counselor::after {
	content: "";
	background-image: url("img/top/top_bg.png");
	width: 100%;
	height: 780px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#index-counselor .wrap {
	max-width: 1500px;
}
#index-counselor .img {
	position: relative;
	z-index: 1;
}
#index-counselor .img::after {
	content: "";
	background-image: url("img/top/dragon02.png");
	width: 595px;
	height: 565px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 33%;
	right: 22%;
	transform: translate(50%, 50%);
	z-index: -1;
}
.more {
	width: 50%;
	max-width: 100px;
	margin: 50px auto 0;
}
.more-btn {
	display: block;
	font-size: 20px;
	text-align: center;
	padding: 5px 0;
	color: #C9171E;
	border-top: 1px solid #C9171E;
	border-bottom: 1px solid #C9171E;
}
.more-btn:hover {
	opacity: 0.7;
}


/*==================================================
講座について
===================================*/
#index-course {
	position: relative;
	z-index: 1;
	padding: 150px 0;
}
#index-course::before {
	content: "";
	background-image: url("img/top/mdl_bg.png");
	width: 100%;
	height: 780px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#index-course::after {
	content: "";
	background-image: url("img/top/dragon03.png");
	width: 70%;
	height: 113px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#index-course .wrap {
	max-width: 1500px;
}
#index-course ul {
	margin: 20px auto;
}


/*==================================================
神社参拝
===================================*/
.btm-bg {
	background-image: url("img/top/btm_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 120px 0;
}
#index-worship {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	background-image: url("img/top/img04.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 25px 0;
}
#index-worship .bg {
	background: rgba(255,255,255,0.70);
	padding: 70px 0 150px;
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
#index-worship .txtbox {
	max-width: 900px;
	margin: 0 auto;
}



/*==================================================
ドラゴンエンダモロジーについて
===================================*/
#index-ender {
	margin-top: 200px;
	position: relative;
	z-index: 1;
	padding-top: 30px;
}
#index-ender::before {
	content: "";
	background: rgba(255,255,255,0.80);
	width: 80%;
	height: 102%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#index-ender .img img {
	margin-left: auto;
}
#index-ender .more {
	max-width: 320px;
	width: 80%;
}
#index-ender .index-ttl {
	margin-bottom: 55px;
}


/*==================================================
フッター
===================================*/
#footer {
	background-image: url("img/top/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 150px;
}
.footer-wrap {
	max-width: 1500px;
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding-bottom: 85px;
}
.footer-wrap .link {
	width: 50%;
}
.footer-wrap .map {
	width: 50%;
}
.copyright {
	padding: 15px 0;
	background: #9E1318;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
.footer-wrap .ttl {
	max-width: 300px;
	margin: 0 auto 15px;
	padding: 5px 0;
	border-radius: 25px;
	background: #E6B422;
	color: #C9171E;
	font-size: 18px;
}
.footer-wrap ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.footer-wrap ul li {
	margin-right: 15px;
}


/*==================================================
ページトップボタン
===================================*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #C9171E;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*==================================================
サロン紹介ページ
===================================*/
#mainvisual {
	background-image: url("img/subpage.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 90vh;
	position: relative;
	z-index: 1;
}
#page-ttl {
	text-align: center;
	font-weight: normal;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#page-ttl .ja {
	font-size: 30px;
}
#page-ttl .en {
	font-size: 60px;
}
.section {
	padding-top: 90px;
}
.sec-ttl {
	max-width: 1500px;
	margin: 0 auto 60px;
	text-align: center;
	border-bottom: 2px dashed #E6B422;
	font-weight: normal;
}
.sec-ttl .en {
	font-size: 60px;
	color: #E6B422;
	margin-bottom: -50px;
}
.sec-ttl .ja {
	font-size: 30px;
}
.section .wrap {
	max-width: 1500px;
}

#points .bg {
	background-image: url("img/salon/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}
#points .item {
	margin-bottom: 190px;
}
#points .number {
	color: #C9171E;
	font-size: 60px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
#points .number::before {
	content: "";
	width: 100px;
	height: 90px;
	background: rgba(230,180,34,0.40);
	border-radius: 50%;
	position: absolute;
	top: -45px;
	left: -50px;
	z-index: -1;
}
#points .img, #points .img2 {
	position: relative;
	z-index: 1;
}
#points .img::after {
	content: "";
	background-image: url("img/salon/dragon01.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 490px;
	height: 480px;
	position: absolute;
	bottom: -50px;
	right: -160px;
	z-index: -1;
}
#points .img2::after {
	content: "";
	background-image: url("img/salon/dragon02.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 490px;
	height: 480px;
	position: absolute;
	bottom: -50px;
	left: -160px;
	z-index: -1;
}

#information {
	margin-bottom: 160px;
}
#information .wrap {
	max-width: 1300px;
}
#information .item {
	margin-bottom: 25px;
}
#information .info {
	border-bottom: 1px solid rgba(0,0,0,1.00);
	margin-bottom: 15px;
}
#information .item li {
	margin-bottom: 15px;
}
#information .reserve {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#information .reserve a {
	width: 45%;
	background: #E6B422;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
}



/*==================================================
講座についてページ
===================================*/
#activation, #cards, #healing {
	margin-bottom: 100px;
}
#activation img, #healing img, #cards img {
	margin-left: auto;
}




/*==================================================
ドラゴンエンダモロジーについてページ
===================================*/
#endermologie, #d-endermologie {
	margin-bottom: 100px;
}
#endermologie img, #d-endermologie img {
	margin-left: auto;
}

.bg-gold {
	background: rgba(230,180,34,0.45);
	padding: 30px 2% 60px;
	border-radius: 40px;
	max-width: 1300px;
	width: 80%;
	margin: 60px auto;
}
.bg-gold .item {
	margin-bottom: 40px;
}
.bg-gold .ttl {
	font-size: 25px;
	margin-bottom: 40px;
	border-bottom: 2px dashed #C9171E;
}
.price.wrap {
	max-width: 480px;
}
.price .img {
	width: 50%;
	margin: 15px auto 0;
}
.price .flex span {
	width: 33.3%;
}
.price .time {
	text-align: center;
}
.price .fee {
	text-align: end;
}

.bg-red {
	background: rgba(201,23,30,0.20);
	padding: 35px 0;
}
.bg-red .ttl {
	border-bottom: none;
}
.bg-red ul {
	width: 80%;
	margin: 0 auto;
}
.bg-red ul li::before {
	content: "■";
	display: inline-block;
}



/*==================================================
カウンセラーについてページ
===================================*/
#counselor {
	margin-bottom: 200px;
}
#counselor .wrap.flex {
	margin-bottom: 80px;
}
#counselor .c-name span {
	display: block;
	text-align: center;
	padding-top: 25px;
	font-size: 25px;
}
.c-name img {
	margin: 0 auto;
}
#counselor .bg-gold {
	position: relative;
	z-index: 1;
}
#counselor .bg-gold::after {
	content: "";
	background-image: url("img/counselor02.png");
	width: 120%;
	height: 375px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	z-index: -1;
}
.shingo {
	width: 50%;
	margin: 0 auto;
}


/*==================================================
神社参拝ページ
===================================*/
#worship img {
	margin-left: auto;
}
#schedule .month {
	margin-bottom: 50px;
}
.month .ttl {
	color: #C9171E;
	font-size: 30px;
	border-bottom: 1px dashed #C9171E;
	margin-bottom: 25px;
}
.month .event {
	margin-bottom: 20px;
}
.month .event .name {
	font-weight: 600;
}
.month .event p {
	margin-left: 20px;
}
#achievements .ex-event {
	display: flex;
	margin-bottom: 20px;
}
.ex-event .date {
	width: 5%;
}
.ex-event .place {
	width: 25%;
}
.ex-event .txt {
	width: 70%;
}



/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
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:1s;
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:1s;
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:1s;
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;
}












