@charset "UTF-8";
/* CSS Document */
body {
	background:linear-gradient(to bottom,#3D0E5B, #F89174 70%, #FFC778);
	width: 100%;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

.wrap {
	background: rgba(255,255,255,1);
	margin: 10px 10%;
	padding: 10px 2%;
	box-shadow: 0 0 50px 0 rgba(255,255,255,0.6);
}

/* リセット */
body,header,footer,div,p,ul,li,section,menu,h1,h2,h3,h4,h5,button,img,dl,dt,dd {
	margin: 0;
	padding: 0;
}
ul li {list-style: none;}


header {
	text-align: center;
	display: inline
}
header p {
	color:#C69C6D;
}


section {
	margin: 20px 0;
	padding: 20px 0;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.button {
	text-align: center;
	margin: 20px 2% 0;
	padding: 10px;
	background-color: #754C24;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}

.button a {
	color: #fff;
}


/* スクロール　アニメーション */

.sa {
  opacity: 0;
  transition: all .7s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 100px);
}




/* フォント */
h1 {
	font-size: 2em;
	color: #FF7C00;
	background: -webkit-linear-gradient(top, #FFB76B 0%, #FFA73D 40%, #FF7C00 41%, #FF7F04 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.5;
}

h1 .top {
	width: 100%;
}

h2 {
	font-size: 1.6em;
	color: #754C24;
	line-height: 2;
	margin-top: 1em;
	border-bottom: solid 2px;
}
h3 {
	font-size: 1.4em;
	color: #754C24;
	line-height: 1;
	text-align: center;
	margin: 2em 0;
}

h3:before {
  content: "★＊✴︎ ";
}

h3:after {
  content: " ✴︎＊★";
}

.school h4,.cafe h4,.uranai h4 {
  position: relative;/*相対位置*/
  padding: 0.6em 0.6em 0.6em 2.4em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #754C24;/*文字色*/
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
	font-size: 1.2em;
	margin: 40px 0 20px;
}

.school h4:before{
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f303";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #754C24; /*アイコン色*/
}
.cafe h4:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f06c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #754C24; /*アイコン色*/
}

.uranai h4:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f0f4";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #754C24; /*アイコン色*/
}

.member h4 {
	font-size: 1em;
	color: #333;
	font-weight: bold;
}

.school h5,.cafe h5 {
    position: relative;/*相対位置*/
    padding: 0.7em 0.6em 0.6em 2em;/*アイコン分のスペース*/
    line-height: 1.4;/*行高*/
    color: #333;/*文字色*/
	font-size: 1.2em;
	margin-top: 20px;
}

.school h5:before,.cafe h5:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f073";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #754C24; /*アイコン色*/
}



p {
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

/* 画像　２カラム */
.image1,.image2 {
	width: 80%;
	margin: 20px 10%;
	font-size: 0;
}
.image1 li,.image2 li {
	font-size: 16px;
	vertical-align:middle;
}

.image1 li p,.image2 li p {
	font-size: 1em;
}


/* SNS */
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.open2 {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up2 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay2 {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up2:checked + .overlay2 {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.window {
	width: 60%;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.window img {
	width: 60%;
	margin: 0 auto;
}

.text {
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 40px;
	color: #333;
}
.text a {
	color: #333;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 14px;
	font-size: 20px;
	color: #333;
}

.sns ul li {
	margin: 20px 2% 0;
	padding: 10px;
	background-color: #754C24;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}
.sp a {
	color: #fff;
}



/* メニュー */
menu {
	text-align: right;
	margin-top: 20px;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(117,77,35,0.6);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}


/*メニュー閉じる*/
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}


#menu-btn-check {
    display: none;
}


/*メニュー*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
	background-color:  rgba(255,255,255,0.5);
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 5px;
    border-image: linear-gradient(to right, #fff 0%, #CC50EA 10%, #7E318E 50%, #CC50EA 90%, #fff 100%);
    border-image-slice: 1;
	text-align: center;
	background:  rgba(255,255,255,0.95);
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
	line-height: 2;
	font-size: 1em;
	color: #333;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

/*メニュー表示*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
	background-color:  rgba(255,255,255,0.5);
    transition: all 0.4s;/*アニメーション設定*/
}

#menu-btn-check:checked~.menu-content {
    left: 0;/*メニューを画面内へ*/
}

/* トップ */
.pc { display: block !important; }
.sp { display: none !important; }


/* コンテンツ */

.tokuten {
	margin: 20px 0 10px;
}

.salon {
	background-image:url("file:///Macintosh HD/Users/monya/Library/CloudStorage/GoogleDrive-tomolife5932@gmail.com/マイドライブ/*黄色デザイン/クライアント/Lily&Lotus/占い/紫占術師協会/サイト 2/img/tarot.png");
	background-color:rgba(255,255,255,0.9);
}

.con ul li:first-child {
	height: 100px;
	background-image:radial-gradient(#FFf 0%, #CC50EA 50%, #7E318E 80%, #7E318E 100%);
	border-radius: 4px;
	margin-bottom: 10px;
}

.con ul li:first-child h4 {
	line-height: 100px;
	text-align: center;
}
.con ul li:nth-child(2) {
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
}


.course,.cafe-menu {
	margin: 20px 0;
}

.course .list,.cafe-menu .list {
	margin: 20px 0;
}

.course .list li,.cafe-menu .list li {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.6em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
}

.course .list li:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f02d";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #754C24; /*アイコン色*/
}
.cafe-menu .list li:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f06c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #754C24; /*アイコン色*/
}

.explain {
  position: relative;
  padding: 1em 3em;
  border-top: solid 2px gray;
  border-bottom: solid 2px gray;
  margin: 20px 0;
}
.explain:before, .explain:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: gray;
}
.explain:before {
	left: 7px;
}
.explain:after {
	right: 7px;
}

.explain li {
	list-style:disc;
}


.put {
	position: relative;
}

.put img {
	width: 100%;
}

.put p {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.2em;
	color: #fff;
	transform:translate(-50%,-50%);
	text-shadow: 0 0 10px rgba(255,255,0,0.8);
}


/* フッター */

footer {
	border-top: solid 2px #FF7C00;
}

.copyright {
	text-align: center;
	color: #333;
}


/* スクールページ */
.instructor {
	margin: 20px 0;
}

.step {
	margin: 20px 0;
}

.school dl {
	padding: 20px 2%;
	border: solid 1px #999;
}
.school dt {
	padding: 10px;
    color: #333;/*文字色*/
	font-size: 1.2em;
}


.school dd {
	padding: 10px;
	border-bottom: solid 1px #999;
}

/*本ページ*/
#book .contents section {
	width: 90%;
	margin: 0 5%;
}

.book ul {
	width: 80%;
	margin: 0 10%;
}

#book .contents .book p {
	text-align: center;
}

#book .contents .book h4 {
	text-align: center;
}
#book .contents .school p {
	text-align: left;
}

#book .contents .school h4 {
	text-align: left;
}


/*オンラインサロンページ*/

#salon .contents section {
	width: 90%;
	margin: 0 5%;
}

.recommend ul {
	width: 80%;
	margin: 0 10%;
}

.recommend ul li {
	margin: 10px 0;
	padding: 20px;
	background-color: #A525F5;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	border: solid 2px #C885F5;
}

#salon .contents section p {
	text-align: center;
}

#salon .contents section h4 {
	text-align: center;
}

#salon .contents section img {
	width: 40%;
	margin: 50px 30%;
}

.recommend p {
	margin-top: 30px;
}

.otoku div {
	width: 60%;
	margin: 0 20%;
	padding: 20px;
	border: 1px solid #A525F5;
}

.top50 {
	margin-top: 50px;
}





/* ページトップへ */
.to-top {
	position: fixed;
	bottom: 4%;
	right: 4%;
	display: block;
	padding: 20px;
	background-color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	background-color:rgba(255,255,255,0.8);
	display: none;
}




/* PC用 */
@media screen and (min-width:481px) {
	
.image1 img,.image2 img{
	width: 100%;
}

	
.image1 li {
	width: 48%;
	display: inline-block;
}

.image1 li:first-child {
	margin-right: 4%;
}
	

	
.image2 li:nth-child(2) {
	width: 68%;
	display: inline-block;
}

.image2 li:first-child {
	width: 28%;
	margin-right: 4%;
	display: inline-block;
}
	
	
	
.salon {
	padding: 20px 0;
}

.salon .con {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	margin: 0 25% 20px;
}
	.salon .con:first-child {
		margin-top: 20px;
	}
#book img {
	width: 40%;
	margin: 50px 30%;
}
#book .book img {
	width: 40%;
	margin: 50px 30%;
}	
	
	
h1 .logo {
	width: 20%;
	margin-top: 20px;
}
	
.button {
	font-size: 1.6em;
}

.sns ul li {
	font-size: 1.6em;
}

}

/* スマホ用 */
@media screen and (max-width:820px) {
.wrap {
	margin: 20px 2%;
}
	
.pc { display: none !important; }
.sp { display: block !important; }
	
.menu-content ul li a {
	line-height: 2;
	font-size: 1.5em;
}
.con ul li:first-child {
	height: 80px;
	border-radius: 4px;
	margin-bottom: 10px;
}
	
.con ul li:first-child h4 {
	line-height: 80px;
	text-align: center;
}
	
.con ul li {
		margin-bottom: 10px;
	}	

.salon {
		padding: 20px 2%;
	}
.salon .con {
	margin: 0 2%;
}

	
.to-top {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
	
	
.image1 img,.image2 img {
	width: 100%;
}

.image1 li,.image2 li {
	width: 100%;
}

.image1 li:first-child,.image2 li:first-child {
	margin-bottom: 20px;
}
	
.put p {
	font-size: 0.8em;
}

	
.recommend ul {
	width: 100%;
	margin: 0;
}
	
.otoku div {
	width: 95%;
	margin: 0 0.5%;
	padding: 20px 2%;
	}
	
#salon .contents section img {
	width: 90%;
	margin: 50px 5%;
}
#book img {
	width: 90%;
	margin: 50px 5%;
}
	
h1 .logo {
	width: 50%;
	margin-top: 20px;
}
.button {
	font-size: 1.2em;
}
.sns ul li {
	font-size: 1.2em;
}
	
}
