@charset "UTF-8";

/* =======================================================

Pages Settings

======================================================= */


/* トップページ
------------------------------------------------------- */

/* コンテンツ上下余白 */
#news, .schedule, .attention {
	margin-bottom: 80px;
}

/* メインビジュアル */
#main {
	margin-bottom: 40px;
}

#main #mainCarousel .owl-carusel-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#main #mainCarousel .owl-pagination{
	display:none;
}


/* タミについて */
.about {
	margin-bottom: 60px;
	font-size: 16px;
	text-align: center;
}


/* コンテンツ間写真 */
.skull {
	margin: 0 auto 80px;
	text-align: center;
}

/* お知らせ・スケジュール見出し */
#news h2, .schedule h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height:120px;
	background: url(../img/h2_bg.png) no-repeat center top;
}

/* お知らせ */
#news {
	text-align: center;
}

.news-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-date {
	display: block;
	padding: 4px 12px;
	margin-bottom: 20px;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	color: #222;
	background-color: #edebe9;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.news-box h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
.news-txt {
	margin-bottom: 20px;
}
.news-banner img {
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.news-txt-red {
	color: #B3345A;
	font-weight: bold;
}

.news-txt a:link {
	text-decoration: underline;
}

/* 鑑定についてお願い */
.attention {
	padding: 80px 0;
        margin-top: 30px;
	background: url(../../img/reservation_bg.jpg) no-repeat 0 0;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

.attention-inner {
	width: 760px;
	padding: 20px;
	margin: 0 auto;
	background-color: rgba( 255, 255, 255, 0.6 );
	box-shadow: 0 0 0 5px #FFF inset;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.attention-inner h2 {
/*	padding-bottom: 10px;*/
	font-size: 24px;
	color: #73380c;
	font-weight: bold;
	text-align: center;
}

.attention-inner p span {
	color: #D9374B;
	font-weight: bold;
}

/* スケジュール */
.schedule {
	background: url(../../img/schedule_bg.png) no-repeat top center;
	background-size:contain;
	-webkit-background-size:contain;
	-moz-background-size:contain;
}
.schedule h3 {
	width: 80%;
	padding: 3px 20px;
	margin: 0 auto;
	color:#FFFFFF;
	background-color: #572f54;
	font-size: 18px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.schedule h3 a:link, .schedule h3 a:visited {
	color: #FFF;
}

.schedule i {
	font-size: 20px;
	padding-left: 10px;
}

/* 鑑定士表 */
.schedule table {
	width: 80%;
	margin: 0 auto 60px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.schedule table th,
.schedule table td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px 8px;
	line-height: 1.8;
}
.schedule table th {
	background-color: #f0e2da;
  	text-align: center;
}
.t-center {
	text-align: center;
}

.schedule table td a:hover {
	text-decoration: underline;
}

.t-color {
	background-color: #f7dbca;
}





.schedule.neo table th {
	width: 80px;
}
.schedule.neo table td {
	text-align: left;
}

.schedule.neo table td p {
    text-indent: -15px;
    padding-left: 15px;
}


/* 下層ページ　共通見出し
------------------------------------------------------- */
.pageTitle {
	margin: 40px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height:120px;
	background: url(../img/h2_bg.png) no-repeat center top;
}

#shopPage .mainContents h3,
#mapPage .mainContents h3 {
	padding-bottom: 10px;
	margin: 60px auto 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #edebe9;
}


/* 下層ページ　共通コンテンツレイアウト
------------------------------------------------------- */
.wrap {
	overflow: hidden;
}

.mainContents {
	margin-bottom: 60px;
	text-align: center;
}
.mainContents-inner {
	margin-bottom: 60px;
}


/* 段組み設定
------------------------------------------ */
.twoColumn,
.threeColumn {
	margin-right: -5px; /* ガーター */
	margin-left: -5px; /* ガーター */
	margin-bottom: 40px;
}

.twoColumn >.liquid-box,
.threeColumn >.liquid-box {
	width: 100%;
	padding-right: 5px; /* ガーター */
	padding-left: 5px; /* ガーター */
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.twoColumn >.liquid-box img,
.threeColumn >.liquid-box img{
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.twoColumn > h5,
.threeColumn > h5{
	margin: 0 10px;
}
.twoColumn >.liquid-box p,
.threeColumn >.liquid-box p,
.threeColumn p,
.twoColumn >.liquid-box >dl >dd {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.threeColumn p {
	padding-left: 10px;
}

/* 下層ページ　ボタン
------------------------------------------------------- */
.btn-violet a,
.btn-pink a {
	display: block;
	padding: 20px 0;
	margin: 0 auto;
	width: 80%;
	border-radius: 8px;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1.8;
	text-align: center;
}

.btn-violet a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #552d52), color-stop(0.00, #643560));
	background: -webkit-linear-gradient(top, #643560 0%, #552d52 88%);
	background: -moz-linear-gradient(top, #643560 0%, #552d52 88%);
	background: linear-gradient(to bottom, #643560 0%, #552d52 88%);
}
.btn-pink a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #b12250), color-stop(0.00, #c42659));
	background: -webkit-linear-gradient(top, #c42659 0%, #b12250 88%);
	background: -moz-linear-gradient(top, #c42659 0%, #b12250 88%);
	background: linear-gradient(to bottom, #c42659 0%, #b12250 88%);
}

.btn-violet i {
	padding-left: 10px;
}
.btn-pink i {
	padding-right: 10px;
}
.btn-violet:hover,
.btn-pink:hover  {
	opacity: 0.8;
}


/* 占術者紹介
------------------------------------------------------- */
.diviner-box {
	margin-bottom: 60px;
}

.diviner-info {
	padding: 20px;
	margin: 0 auto 40px;
	background: url(../../diviner/img/diviner_bg.jpg) no-repeat top center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
.diviner-info h1 {
	font-size: 26px;
	font-weight: bold;
	color: #572f54;
}
.diviner-info .year {
	font-size: 14px;
	margin: -10px 0 5px;
}

.diviner-info h2 {
	margin: 10px 0 -5px;
	font-size: 22px;
	font-weight: bold;
	color: #b3345a;
}
.diviner-info hr {
    margin: 5px auto 5px;
	width: 340px;
	border:none;
    border-top:dotted 1px #ae9364;
    height:1px;
}

.specialty h3 {
	padding: 3px 5px;
	font-size: 12px;
	color: #FFF;
	background-color: #674b14;
}
.specialty p{
	padding: 3px 5px;
	background-color: #FFF;
}

.diviner-info2 {
	text-align: left;
	margin-bottom: 40px;
}
.diviner-info2 h1 {
	padding: 3px 35px;
	margin-bottom: 10px;
	color: #FFF;
	background:#572f54 url(../../diviner/img/star.png) no-repeat;
	background-position: 10px;
}
.diviner-info2 p{
	padding: 3px 5px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.diviner-info2 p span {
	color: #b3345a;
	font-weight: bold;
}

/* アニマル霊感占い */
.taiken {
	margin: 40px auto 60px;
	background-color: #f0e2da;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.taiken h3 {
	padding: 10px 0;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color : #572f54;
}
.taiken p {
	padding: 20px;
	text-align: left;
	line-height: 2.2;
}
.taiken img {
	display: block;
	padding: 20px 0;
	margin: 0 auto;
	width:50%;
	height: 50%;
}

.talker-t, .talker-a {
	padding: 2px 8px;
	margin: 2px 5px 2px 0;
	color: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.talker-t {
	background-color: #044f2e;
}
.talker-a {
	background-color: #b3345a;
}


/* ショップ
------------------------------------------------------- */
#shopPage .mainContents p {
	margin-bottom: 20px;
	font-size: 14px;
}
#shopPage .shop-photo img {
	margin-bottom: 20px;
}

.goods img {
	margin-bottom: 40px;
}

#shopPage .products {
	text-align: left;
}

/* 魔法グッズ
------------------------------------------------------- */
.twoColumn >h5,
.threeColumn >h5 {
	font-size: 18px;
	padding: 8px;
	margin: 0 5px 10px 5px;
	background-color: #aea097;
	color: #672762;
	font-weight: bold;
	text-align: center;
}

.twoColumn >.liquid-box >ul >li,
.threeColumn >.liquid-box >ul >li,
.twoColumn >.liquid-box >dl >dt,
.threeColumn >.liquid-box >dl >dt {
	text-indent: -1em;
    margin-left: 1em;
    color: #672762;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.twoColumn >.liquid-box >ul >li:before,
.threeColumn >.liquid-box >ul >li:before,
.twoColumn >.liquid-box >dl >dt:before,
.threeColumn >.liquid-box >dl >dt:before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    background: #aea097;
    transform: rotate(45deg);
    vertical-align: 2px;
}

.twoColumn >.liquid-box >dl >dd,
.threeColumn >.liquid-box >dl >dd {
	margin-bottom: 20px;
}

.twoColumn >.liquid-box >h6,
.threeColumn >.liquid-box >h6 {
	padding-top: 10px;
	color: #672762;
	font-weight: bold;
}
.twoColumn >.liquid-box >h6 >i,
.threeColumn >.liquid-box >h6 >i {
	padding-right: 5px;
	color: #aea097;
}

.price {
	display: block;
	margin-top: 10px;
}

/* 占いスクール
------------------------------------------------------- */
.doll {
	margin: 60px auto;
	text-align: center;
}

/* アクセス
------------------------------------------------------- */
.shop-add {
	font-size: 16px;
}
.shop-add i {
	padding-right: 5px;
}
.shop-tel {
	font-size: 18px;
}

.subway {
	padding: 12px;
	margin: 20px auto;
	width: 280px;
	background-color: #f0e2da;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.subway hr {
	border:none;
    border-top:dotted 1px #FFF;
    height:1px;
	padding-bottom: 10px;
    margin-top: 10px;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#mapPage .map-inner {
	width: 88%;
	height: auto;
	margin: 0 auto;
}
#mapPage .map-inner img {
	width: 100%;
	height: auto;
}
#mapPage .map-inner .detail p {
	padding-top: 10px;
	margin-bottom: 40px;
}


/* インスタモニターページ
------------------------------------------------------- */
.insta-wrap {
	background-color:#E32E7B;
}

.insta h2 {
	padding: 40px 0 20px;
	text-align: center;
}

.insta h2 img {
	max-width: 90%;
	height: auto;
}
.insta-txt-wrap {
	padding: 20px 0 40px;
	margin: 0 auto;
}
.insta-txt {
	margin: 0 auto;
	width: 90%;}

.insta-inner {
	padding: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.insta-inner h3 {
	padding-bottom: 10px;
	color: #801442;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.insta-inner h4 {
	padding: 5px 10px;
	margin: 20px 0 10px;
	color: #801442;
	font-size: 16px;
	font-weight: bold;
	background: #f9d3e3;
	border-radius: 10px;
}

/* ふきだし */
.insta-inner h4 .insta-present {
	padding: 5px;
	line-height: 2;
	font-size: 12px;
	font-weight: bold;
	background: #ec7bac;
	border-radius: 10px;
}

.insta-inner p {
	margin-bottom: 20px;
	font-size: 14px;
        width:80%;
}
.insta-inner p span {
	color: #e02374;
	font-weight: bold;
}
.insta-inner p i {
	padding-left: 5px;
}
.insta-inner p img {
	max-width: 80%;
	height: auto;
}

.isopt-btn {
	text-decoration: underline;
}
.isopt-btn:link,
.isopt-btn:visited {
	color: #75007a;
}
.isopt-btn:hover {
	opacity: 0.8;
}

.ispot ul{

    display: flex;
    justify-content: center;
}
.ispot li{
    margin:10px;
}
/* ###################### 599px以下 ###################### */
@media screen and (max-width: 599px) {
/* アクセス
------------------------------------------------------- */
.subway {
	padding: 8px;
	width: 260px;
}



.ispot ul{ flex-direction:column;}}

/* ###################### 768px以下 ###################### */
@media screen and (max-width: 768px) {
/* メインビジュアル下　余白 */
#main #mainCarousel .owl-carusel-item img {
  margin-bottom: 20px;
}

/* お知らせ */
#news h2 {
	font-size: 24px;
	font-weight: normal;
}

/* コンテンツ間写真 */
.skull {
	margin-bottom: 10px;
}
.doll {
	margin: 0;
}

/* タミについて */
.about {
	padding-bottom: 20px;
	font-size: 14px;
}

/* 鑑定についてお願い */
.attention-inner {
	width: 90%;
}
.attention {
	padding: 40px 0;
}
.attention h2 {
	font-size: 18px;
}


/* 占術者スケジュール 見出し */

.schedule h2 {
	font-size: 24px;
	font-weight: normal;
}
.schedule h3 {
	padding: 6px 12px;
}

/* 占術者スケジュールテーブル　レスポンシブ対応 */
.schedule table {
    border: none;
	margin-bottom: 40px;
}
.schedule table thead {
    display: none;
}
.schedule table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
}
.schedule table td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
}
.schedule table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
}








/*追加 占術者スケジュールテーブル　レスポンシブ対応 */
.schedule.neo table {
	border-top: 1px solid #999;
}

.schedule.neo table tr {
    border-top: none;
    margin-bottom: 0;
}
.schedule.neo table tr th {
	width: 100%;
	display: block;
    box-sizing: border-box;
		border-right: 1px solid #999;
}
.schedule.neo table td {
    border-right: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: left;
}
.schedule.neo table td::before {
    content: none;
}



.appraiser {
	background-color: #9ab0c0;
}

.ispot ul{ flex-direction:column;}



/* 下層ページ　共通コンテンツレイアウト
------------------------------------------------------- */
.mainContents {
	padding: 0 15px;
	margin: 0 0 40px 0;
	text-align: center;
}
.mainContents-inner {
	margin-bottom: 40px;
}

.mainContents p ,.mainContents-inner p {
	font-size: 14px;
}


/* ショップ
------------------------------------------------------- */

.shop-photo img, .goods img {
	width: 96%;
	height: auto;
}

/* 占いスクール
------------------------------------------------------- */
.doll img {
	max-width: 172px;
	height: auto;
}


}

/* ###################### 768px以上 ###################### */
@media (min-width: 768px) {

/* アクセス
------------------------------------------------------- */
#mapPage:after {
	content: "";
	display: block;
	clear: both;
}

#mapPage .map-inner .detail {
	float: left;
	width: 50%;
}
.detail:nth-child(odd) {
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.detail:nth-child(even){
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


}

/* ###################### 1039px以下 ###################### */
@media (max-width: 1039px) {

/* トップページ
------------------------------------------------------- */

/* コンテンツ左右の余白 */
.about, #news, .schedule {
	padding: 0 20px;
}

.schedule {
	padding: 0 100px;
	max-width: 780px;
	margin: auto;
}


/* 占術者スケジュールテーブル */
.schedule h3 {
	width: 100%;
}
.schedule table {
	width: 100%;
}


/* 下層ページ
------------------------------------------------------- */

/* 占術者紹介 */
.diviner-box {
	width: 94%;
	margin: 0 auto 60px;
}
.ispot ul{ flex-direction:column;}
}


/* ###################### 1039px以下 ～ 680px以上 ###################### */
@media screen and (min-width:680px) and (max-width:1039px) {

/* ===========================================================================

 2) 下層共通

============================================================================ */

/* PC-2カラム  --  TB-2カラム  --  SP-1カラム
------------------------------------------ */
.twoColumn >.liquid-box {
	float: left;
	width: 50%;
}

.twoColumn > h5 {
	margin: 0 0 10px 0;
}

/* PC-３カラム  --  TB-３カラム  --  SP-1カラム
------------------------------------------ */
.threeColumn >.liquid-box {
	float: left;
	width: 33.3333%;
}

}

/* ###################### 1040px以上 ###################### */
@media (min-width: 1040px) {

/* トップページ
------------------------------------------------------- */

/* 全体の幅を固定 */
.menu, .about, .schedule {
	width: 1040px;
	margin: 0 auto;
}
#news {
	width: 1040px;
	margin: 0 auto 80px;
}

/* 下層ページ　共通コンテンツレイアウト
------------------------------------------------------- */
.mainContents, .divine-box {
	width: 1040px;
	margin: 0 auto 60px;
}

/* 段組み設定
------------------------------------------ */
.twoColumn,
.threeColumn {
	margin-right: -20px; /* ガーター */
	margin-left: -20px; /* ガーター */
}
.twoColumn >.liquid-box,
.threeColumn >.liquid-box {
	float: left;
	padding-right: 20px; /* ガーター */
	padding-left: 20px; /* ガーター */
	margin-bottom: 40px;
}
.twoColumn > h5,
.threeColumn > h5 {
	margin: 20px;
}
.twoColumn >.liquid-box p,
.threeColumn >.liquid-box p {
	line-height: 1.5;
}

/* PC-2カラム  --  TB-2カラム  --  SP-1カラム
------------------------------------------ */
.twoColumn >.liquid-box {
	width: 50%;
}

/* PC-3カラム  --  TB-3カラム  --  SP-2カラム
------------------------------------------ */
.threeColumn >.liquid-box {
	width: 33.3333%;
}

.threeColumn p {
	padding-left: 20px;
}

/* 下層ページ　ボタン
------------------------------------------------------- */
.btn-violet a,
.btn-pink a{
	width: 510px;
}

/* 占術者紹介
------------------------------------------------------- */
.diviner-box:after {
	content: "";
	display: block;
	clear: both;
}
.diviner-info {
	float: left;
	width: 430px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.diviner-info2 {
	float: right;
	width: 580px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* スペシャルページ */
.special h2 {
	padding: 46px 20px;
}
.special-txt-wrap {
	padding: 60px 0;
}
.special-txt {
	margin: 0 auto;
	width: 1040px;
}

.special-inner h3 {
	font-size: 24px;
}

.special-inner h4 {
	font-size: 16px;
}
.special-inner p {
	font-size: 16px;
}

}





/* 追加ページ：体験者の声
------------------------------------------------------- */
.rv-monitorbanner img {
display:block;
margin:0 auto;
margin-bottom: 10px;
}

.rvcontainer {
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

.rvcontainer .rvattention {
font-size: 80%;
margin: 10px 0;
}

.rvbox {
width: 48%;
padding: 1rem;
margin-top: 2rem;
box-sizing: border-box;
border:12px solid #efd1d1;
background-color: #FFF;
}


.rvbox1 {
background-color: white;
padding: 50px;
}


.rvbox p {
text-align: left;
margin-bottom: 1rem;
}
.rvbox p.rvcoment {
line-height: 130%;
margin-bottom: 10px;
}
.rvbox p.rvname {
font-size: 80%;
padding-bottom: 10px;
border-bottom: 1px dotted #efd1d1;
}
.rvbox p.rvrate {
font-size: 80%;
margin-bottom: 0;
}


/* Pager */
.pager{
  /* For IE */
  -js-display: flex;
  display: flex;
}
.pager li{
  list-style-type: none;
  flex: 1;
}
.pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
	font-family: 'Roboto', sans-serif;
}


.pager li {
 /* For IE */
 display: flex;
 justify-content: center;
 background-color: #B9B7BD;
}

.pager a {
  /* For IE */
  flex: 1;
  height:44px;
  text-decoration:none;
  color: #fff;
}

/* Active 以外のhover */
.pager li:not([class*="active"]) a:hover {
  background-color: rgba(255,255,255,.2);
}

/* Activeのスタイル */
.pager li.active a {
  background-color: rgba(255,255,255,.65);
  color: #000;
/*  font-weight: bold;*/
}

ul {
   -webkit-padding-start: 0px;
}



/* ###################### 768px以下 ###################### */
@media (max-width: 768px) {
.rvcontainer {
flex-direction: column;
}

.rvbox {
width: 100%;
}



.about, #news {
	padding: 0 15px;
}
.schedule {
	padding: 0 10%;
}




/* Pager 全てのli要素を消す */
  .pager li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* 必要なli要素を消す */
  .pager li.active,
  .pager li:first-of-type,
  .pager li:last-of-type,
  .pager li:nth-of-type(2),
  .pager li:nth-last-of-type(2){
    position: static;
    top: initial;
    left: initial;
  }

}



/* ###################### 640px以下 ###################### */
@media (max-width: 640px) {
.schedule {
	padding: 0 5%;
}
}

/* ###################### 480px以下 ###################### */
@media (max-width: 480px) {
.schedule {
	padding: 0;
}
}

/* ★
------------------------------------------------------- */
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #B9B7BD; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */


/* 画像切り替え
------------------------------------------------------- */
/* パソコンでは"pc"class画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンでは"sp"class画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}





.insta-link.page-head {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 320px;
		margin: 30px auto 50px;
		position: relative;
		justify-content: center;
		padding: 20px 0;
		color: #fff;
		text-align: center;
		border: double 4px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
		background: #eab92d;
		/* Old browsers */
		background: -moz-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #eab92d 0%, #c79810 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=1 );
		/* IE6-9 fallback on horizontal gradient */
}

.insta-link.page-head:hover {
 opacity: 0.8

}

.insta-link.page-head span.mahou {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.2;
		background: url(../../insta/img/mahou.png);
		background-position: 160% -40%;
		background-size: 60%;
		background-repeat: no-repeat;
}

.insta-link.page-head span.label {
		position: absolute;
		background: #e91e63;
		color: #fff;
		padding: 0 10px;
		transform: rotate(-35deg);
		left: -20px;
		top: 5px;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
		z-index: 1;
}

.insta-link.page-head p {
		font-size: 18px;
		line-height: 1.5;
		color: #fff;
		z-index: 1;
		text-shadow: 0 0 6px #000;
}

.insta-link.page-head h2 {
		line-height: 1.3!important;
		margin: 10px 0 0!important;
		font-size: 20px!important;
		color: #fff;
		font-weight: 800;
		text-shadow: 0px 0px 10px #e91e63,0px 0px 10px #e91e63,0px 0px 10px #e91e63;
		z-index: 1;
}
