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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/**
 * 記事ページ
 */
.sample-image-box > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px;
	gap: 10px 2%;
}
.sample-image-box > ul > li {
	list-style-type: none;
}
.btn-wrap {
	display: flex;
    flex-direction: column;
}
.btn-wrap > .btn {
	width: 100%;
}

/**
 * カップ数一覧ボタン
 */
.mbtn {
  font-size: 0.8rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0.75rem 0.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.mbtn:hover {
	color: #fff;
}

.type-btn-wrap,
.cup-btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1em;
}

.type-wrap > ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	gap: 10px 2%;
}
.cup-wrap > ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	gap: 10px 0.5%;
}
.type-wrap > ul > li {
	list-style-type: none;
   width: 23.5%;
   border: 1px solid #212529;
   border-radius: 0.5em;
   line-height: 1em;
}
.cup-wrap > ul > li {
	list-style-type: none;
   width: 12%;
   border: 1px solid #212529;
   border-radius: 0.5em;
   line-height: 1em;
}
.type-wrap > ul > li:hover,
.cup-wrap > ul > li:hover {
	color: #fff;
	background-color: #212529;
}
.type-btn,
.cup-btn {
	width: 100%;
	color: #212529;
}
.type-btn:hover,
.cup-btn:hover {
	color: #fff;
}
.type-title,
.cup-title {
	padding: 0.5em;
}

#imageModal > img {
	width: 100% !important;
}

/* util */
.center {
	text-align: center;
}
.text-xs {
	font-size: x-small;
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.cup-wrap > ul > li {
		width: 23.5%
	}
}

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

/*481px以上*/
@media screen and (min-width:481px) {
	.sp {
		display: none !important;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.pc {
		display: none !important;
	}
	.mbtn {
		font-size: 0.7rem;
	}
}
