@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/




/*---------------
プロフ LINEの追従メニュー
---------------*/

/* 追従フッターパーツ */
.and-prof-detail-foot,
.line-button-follow {
	position: sticky;
	bottom: 0;
	z-index: 50;
	padding: 12px 16px;
	align-self: stretch; /* 親フレックスの主軸幅にストレッチ */
	width: 100%;         /* 念のため */
	max-width:600px; /* ラッパー幅に揃える */
	margin-left: auto;
	margin-right: auto;
}

.and-prof-detail-foot a:link,
.and-prof-detail-foot a:visited,
.line-button-follow a:link,
.line-button-follow a:visited
{
	color:#fff;
	text-decoration: none;
	cursor: pointer;
}


.and-prof-detail-foot button,
.line-button-follow button {
  width: 100%;
  background: linear-gradient(0deg, #139510, #03C300);
  border-radius: 10rem;
  border: none;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.5rem;
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.and-prof-detail-foot button:hover,
.line-button-follow button:hover {
  opacity: 0.8;
}
.and-prof-detail-foot button::before,
.line-button-follow button::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  background: url("./--img/icons8-line.png") center/cover no-repeat;
}
.and-prof-detail-foot button::after,
.line-button-follow button::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 8px);
  border: solid 1px #fff;
  border-radius: 10rem;
  z-index: 1;
  pointer-events: none;
}


/*---------------
フッターメニュー
---------------*/

.f_menu {
	text-align: center;
}

.f_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 1em;
}

.f_menu li {
	display: inline-block;
}

.f_menu a {
	color: white!important;
	font-size: 0.8em;
	text-decoration: none;
}


/*---------------
クラウンの大きさ
---------------*/

/* 画像パスに "cr_silver" を含むimgだけを対象にする */
ul.cv li img[src*="cr_silver"] {
	width: 1.5em;
	height: 1.5em;
	object-fit: contain;	/* 縦横比を崩さず収めたい場合は指定 */
}

ul.cv li img[src*="cr_gold"] {
	width: 2em;
	height: 2em;
	object-fit: contain;	/* 縦横比を崩さず収めたい場合は指定 */
}

ul.cv li img[src*="cr_diamond"] {
	width: 2.5em;
	height: 2.5em;
	object-fit: contain;	/* 縦横比を崩さず収めたい場合は指定 */
}

ul.cv li img[src*="cr_blue"] {
	width: 3em;
	height: 3em;
	object-fit: contain;	/* 縦横比を崩さず収めたい場合は指定 */
}

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

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

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