@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.uranai {padding: 5px 20%}
.kantei {padding: 5px 10%}
.suimei {padding: 5px 10%}

h1{
  text-align: center;
  color: #736357;
  letter-spacing: 5px;
}

.entry-content h2{
border:none;
background:none;
padding: 2%;
letter-spacing: 5px;
font-size: 24px;
}
/*.article h2{
  border:none;
  background:none;
  padding: 0;
}*/


h2{
  text-align: center;
  color: #736357;
  letter-spacing: 5px;
}
h3{text-align: center;
  color: #736357;
  letter-spacing: 5px;
}
h4{text-align: center;
  color: #736357;
  font-size: 16px;
  letter-spacing: 5px;
}

h5{text-align: center;
  color: #736357;
  font-size: 14px;
  letter-spacing: 5px;
}
.left{
  text-align: left;
}
.textcenter{
  text-align: center;
}
/*#birthday {
  width: 60%;
}
#hours{
  width: 60%;
}

#minutes{
  width: 300px;
}

#city{
  width: 300px;
}*/
.in label{
  color: #808080;
  font-family: serif;
}



select{
  color: #808080;
  font-family: serif;
}

.totono{
text-align: center !important;
color: #736357;}

.meguru{
  text-align: center;
  padding: 5px 10px;
}
.toshi{text-align: center;
color: #736357;}


.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.mess{text-align: center;
margin: 5px auto 30px;
color: #736357;
letter-spacing: 5px;
background-color: #fffff0;
padding: 40px 5% 20px;
}
.mess2{
	padding:2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #ccc ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/
}
.mess2:after{
	background-color:#eee;/*ずらしたボックスの背景色*/
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;
}


/*かぎ括弧*/
.mess{
	--border-color:#808080;/*カッコの色*/
	padding:2em;/*内側余白*/
	position: relative;
}

.mess::before,
.mess::after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
}

.mess::before {
	border-left: solid 2px var(--border-color);
	border-top: solid 2px var(--border-color);
	top: 0;
	left: 0;
}
.mess::after {
	border-right: solid 2px var(--border-color);
	border-bottom: solid 2px var(--border-color);
	bottom: 0;
	right: 0;
}




.btn_10 {
  appearance: none;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: 0 auto;
	padding: 1rem 1rem;
	font-weight: bold;
  font-size: 20px;
	background-image: linear-gradient(90deg, rgba(61, 200, 194, 1), rgba(61, 156, 194, 1) 50%, rgba(197, 125, 233, 1));
	border-radius: 100vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
.btn_10:hover {
	color: #fff;
	background-image: linear-gradient(90deg, rgba(197, 125, 233, 1), rgba(61, 156, 194, 1) 50%, rgba(61, 200, 194, 1));
}


.btn_tarot {
  appearance: none;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100px;
	margin: 0 auto;
	padding: 1rem 1rem;
  font-family: serif;
	font-weight: bold;
  font-size: 20px;
	background-image: linear-gradient(90deg, rgba(61, 200, 194, 1), rgba(61, 156, 194, 1) 50%, rgba(197, 125, 233, 1));
	border-radius: 150vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
.btn_tarot:hover {
	color: #fff;
	background-image: linear-gradient(90deg, rgba(197, 125, 233, 1), rgba(61, 156, 194, 1) 50%, rgba(61, 200, 194, 1));
}


.messageSecondLine{
  padding: 0 25%;
}

.title-illustration { width: 100px; height: auto; }

.titletop { display: flex; justify-content: space-between; /* 左右均等分布 */ align-items: center; }

#footer-illustration {
   text-align: center;
    margin: 20px 0;
    }
#footer-illustration img { max-width: 100%; height: auto; }


.hidden {
  opacity: 0;
  display: none;
}
#loading{
  text-align: center;
}

.fade-in {
  animation: fadeIn 5s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.first-line {
  color: #736357;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 10px;
}



.tcycle{padding:5%;}
.cycle th, td {
    /*border: 1px solid #42210b;*/
    padding: 10px;
    text-align: left;
    color: #42210b;
}
.cycle th {
    /*background-color: #f0f0f0;*/
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing:10px;
}

.開 { background-color: #fffad9; }
.育 { background-color: #e9f0c0 !important; }
.運 { background-color: #f7d0cb; }
.休 { background-color: #fcf096 !important; }
.輝 { background-color: #ffef8b; }
.慎 { background-color: #fad8b6 !important; }
.再 { background-color: #f8bfb4; }
.実 { background-color: #f8bbd0 !important; }
.豊 { background-color: #f8bbdf; }
.変 { background-color: #e1bee7 !important; }
.静 { background-color: #d1c4e9; }
.整 { background-color: #c5cae9 !important; }
.center{text-align: center;}
.mini{
  font-size:12px;
  text-align: center;
}
.spac{letter-spacing:50px;}

p{text-align: center;}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

}

/* 基本のスタイル */
body, html {
  margin: 0;
  padding: 0;
  /*height: 100%;*/
  min-height: 100vh;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-in {
  flex: 1; /* 残りのスペースを占める */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main {
  width: 100%; /* 画面幅に応じて調整 */
  max-width: 860px;
  padding: 36px 29px;
  border: 1px solid transparent;
  border-radius: var(--cocoon-basic-border-radius);
  position: relative;
  z-index: 0;
}

/* メディアクエリ */
@media screen and (max-width: 1023px) {
  .content-in {
    flex-direction: column;
    align-items: center;
  }
  .main {
    width: 100%;
  }
  footer {
    position: static;
  }
}

@media screen and (max-width: 834px) {
  .content-in {
    flex-direction: column;
    align-items: center;
  }
  .main {
    width: 100%;
  }
  footer {
    position: static;
  }
}

@media screen and (max-width: 480px) {
  .content-in {
    flex-direction: column;
    align-items: center;
  }
  .main {
    width: 100%;
  }
  footer {
    position: static;
  }
}

/* フッターのスタイル */
footer {
  background-color: #f8f8f8;
  padding: 20px;
  text-align: center;
}
