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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* ▽ css reset ▽ */
.article h2,
.article h3 {
	margin-bottom: 0;
	padding: 0;
	border:none;
	color: #fff;
	background-color: transparent;
}
.article ul,
.article ol {
	padding-left: 0;
}
.article ul li,
.article ol li {
	margin: 0;
	list-style-type: none;
}
.article dl dd {
	margin-left: 0;
}
/* △　css reset △ */
/* ===============================================
	cocoon 初期値リセット
=================================================*/
.entry-content #wrap_intro,
.entry-content #wrap_members,
.entry-content #wrap_map,
.entry-content #wrap_news,
.entry-content ul {
	margin-bottom: 0;
}
@media (max-width: 834px) {
	main.main, div.sidebar {
		padding: 0;
	}
}
/* ===============================================
	font-size
=================================================*/
/* タブレット */
@media (min-width: 481px) and (max-width: 1023px) { 
	.article p {
		font-size: 20px;
	}
}
/* ===============================================
	PC
=================================================*/
/* ▼ ヘッダーとコンテンツ間の空きを消す ▼ */
.no-sidebar .content .main {
	border-top: 0;
}
.content {
	margin-top: 0;
}
.entry-content {
	margin-top: 0;
	margin-bottom: 0;
}
.main {
	padding: 0;
	border: none;
}
.date-tags {
	display: none;
}
/* ▲ ヘッダーとコンテンツ間の空きを消す ▲ */
/* ▼ デフォルトのH1非表示 ▼ */
.entry-title {
	display: none;
}
/* ▲ デフォルトのH1非表示 ▲ */
/* ▼ テキストリンクカラー ▼ */
a {
text-decoration:none;
}
a:link {
color:#ffffff;
}
a:visited {
color:#ffffff;
}
a:hover,
a:active {
color:#a0a0a0;
}
/* ▲ テキストリンクカラー ▲ */
/* ▼ 頁全体の背景色 ▼ */
.content .main {
	background-color: #121212;
}
/* ▲ 頁全体の背景色 ▲ */

/* ▼ members ▼ */
#wrap_members {
	margin: 0;
	width: 100%;
	background-color: #141414;
	top: 0;
	left: 0;
	background-image:url("./../../../images/top/bg_members.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#inner_members {
	margin: 0 auto;
	width: 920px;
}
#inner_members ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#inner_members ul li {
	margin: 0 auto 30px;
	padding: 0 1%;
	width: 21%;
}
#inner_members ul li thum_members,
#inner_members ul li thum_members img {
	width: 100%;
}
#inner_members ul li dl {
	margin-top: 15px;
}
#inner_members ul li dl dt {
	font-size: 16px;
}
#inner_members ul li dl dd {
	margin: 10px 0 15px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 300;
	height: 2.5rem;
}
@media (max-width: 1023px) {
	#inner_members {
		width: 100%;
	}
}
/* ノートPC iPad */
@media (min-width: 768px) and (max-width: 1023px) {
	#inner_members ul li {
		width: 22%;
	}
}
/* タブレット */
@media (min-width: 481px) and (max-width: 767px) {
	#inner_members ul li {
		width: 46%;
	}
}
/* スマホ */
@media (max-width: 480px) {
	#wrap_members {
		background-image:url("./../../../images/top/bg_member_sp.png");
		background-repeat:repeat-y;
		background-size: contain;
		background-position: 0 0;
	}
	#inner_members ul li {
		width: 64%;
	}
	#inner_members ul li dl dt {
		font-size: 22px;
	}
}
/* ▲ members ▲ */
/* ▼ intro ▼ */
#wrap_intro p {
	line-height: 2;
	text-align: center;
}
/* スマホ */
@media (max-width: 480px) {
	#wrap_intro p {
		font-size: clamp(12px, calc(100vw / 24), 17.25px);
	}
}
/* ▲ intro ▲ */
/* ▼ map ▼ */
.entry-content #wrap_map {
	background-image: linear-gradient(165deg, #414141, #000000);
}
.article #inner_map {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 920px;
}
.article #content_map {
	margin: 0 auto;
	width: 740px;
}
.article #content_map img {
	width: 100%;
}
/* iPad（タブレット） */
@media (min-width: 768px) and (max-width: 991px) {
	.article #inner_map {
		width: 88%;
	}
	.article #content_map {
		width: 100%;
	}
}
/* タブレット */
@media (max-width: 767px) {
	.article #content_map {
		width: 100%;
	}
}
/* SP */
@media (max-width: 480px) {
	.article #inner_map {
		width: 100%;
	}
	.article #inner_map .st {
		padding-top: 40px;
	}
}
/* ▲ map ▲ */
/* ▼ news ▼ */
.article #wrap_news {
	width: 100%;
	background-color: #222222;
}
.article #inner_news {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 920px;
}
/* iPad（タブレット） */
@media (min-width: 768px) and (max-width: 991px) {
	.article #inner_news {
		width: 88%;
	}
}
/* SP */
@media (max-width: 480px) {
	.article #inner_news {
		width: 80%;
	}
}
ul.release {
	padding-left: 0;
	border-top: 1px solid #acacac;
}
ul.release li {
	padding: 5px 0;
	border-bottom: 1px solid #acacac;
	list-style: none;
}
ul.release li .type {
	margin: 0.2rem 0 0.5rem;
	padding: 0.1rem 0.3rem;
	font-size: 8px;
	border: solid 1px #acacac;
	display: inline-block;
	vertical-align: middle;
}
ul.release li a {
	text-decoration: none;
}
ul.release li a:hover {
	color: #a0a0a0;
}
/* ▲ news ▲ */
/* ▼ 見出し ▼ */
.st {
	margin: 0 auto;
	padding: 80px 0;
	width: 100%;
	display: block;
	text-align: center;
}
.st h3 {
	display: block;
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.3em;
	
}
.st h3 span {
	margin-top: 15px;
	display: block;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
}
/* ▲ 見出し ▲ */
/* ===============================================
	改行位置切り替え
=================================================*/
br.br-pc {
	display: inline;
}
br.br-pc-tab {
	display: inline;
}
br.br-tab {
	display: none;
}
br.br-pad {
	display: none;
}
br.br-sp {
	display: none;
}
br.br-tabmini {
	display: none;
}
br.br-iPhone {
	display: none;
}
br.br-se {
	display: none;
}
@media screen and (max-width: 768px) {
	br.br-pc {
		display: none;
	}
	br.br-tab {
		display: inline;
	}
	br.br-pad {
		display: inline;
	}
}
@media screen and (max-width: 767px) {
	br.br-pc-tab {
		display: none;
	}
	br.br-sp {
		display: inline;
	}
}
@media screen and (max-width: 699px) {
	br.br-tabmini {
		display: inline;
	}
}
@media screen and (max-width: 480px) {
	br.br-iPhone {
		display: inline;
	}
	br.br-tab {
		display: none;
	}
	br.br-pad {
		display: none;
	}
}
@media screen and (max-width: 320px) {
	br.br-se {
		display: inline;
	}
}
/* ===============================================
	font-size
=================================================*/
/* タブレット */
@media (min-width: 481px) and (max-width: 1023px) { 
	.article p {
		font-size: 20px;
	}
}
/* ===============================================
	注釈
=================================================*/
/* ▼ 酒類注意書き ▼ */
.note_footer {
	margin: 80px auto 100px;
	padding: 15px 30px;
	width: 70%;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	border: 1px solid #a0a0a0;
}
@media screen and (max-width: 959px) {
	.note_footer {
		width: 90%;
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 480px) {
	.note_footer {
		width: 80%;
	}
}
/* ▲ 酒類注意書き ▲ */
/* ▼ ボタン：View More ▼ */
#inner_members ul li dl dd {
	display: inline-block;
}
#inner_members ul li dl dd.link_brandsite {
	display: inline;
}
a.btn_vm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 90%;
	margin: auto;
	padding: 0.5rem 2.5rem;
	font-weight: 400;
	font-size: 14px;
	background: #eee;
	color: #121212;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_vm::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 0.8px;
	background: #121212;
}
a.btn_vm::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 25px;
	height: 0.8px;
	background-color: #121212;
}
a.btn_vm:hover {
	background: #fff;
	color: #C9A227;
}
a.btn_vm:hover::before,
a.btn_vm:hover::after {
	right: 0.7em;
	transition: 0.5s;
	background-color: #C9A227;
}
/* ノートPC タブレット */
@media (min-width: 481px) and (max-width: 1023px) {
	#inner_members ul li dl dd.link_brandsite {
		margin-top: 15px;
	}
	a.btn_vm {
		margin-top: 15px;
		padding: 0.5rem 1.2rem;
		width: 100%;
	}
}
/* スマホ */
@media (max-width: 480px) {
	a.btn_vm {
		padding: 0.5rem 2.5rem;
		width: 72%;
		font-size: 16px;
	}
}
/* ▲ ボタン：View More ▲ */
/* ===============================================
	導入 背景
=================================================*/
.entry-content #wrap_intro {
	padding-bottom: 100px;

	/* 画像 + グラデ（2レイヤー） */
	background-image:
		url("./../../../images/top/bg_kura.svg"),
		linear-gradient(165deg, #414141, #000000);
	background-repeat: no-repeat, no-repeat;
	background-size: contain, auto;

	/* 初期値（スマホ以外は必要に応じて上書き） */
	background-position: right top, 0 0;
}

/* 1920px以上 */
@media (min-width: 1920px) {
	.entry-content #wrap_intro {
		/* 1枚目(SVG)だけ右から300px、2枚目(グラデ)は通常位置 */
		background-position: top right 300px, 0 0;
	}
}

/* ノートPC iPad */
@media (min-width: 769px) and (max-width: 1919px) {
	.entry-content #wrap_intro {
		background-position: right center, 0 0;
	}
}

/* タブレット以下 */
@media (max-width: 768px) {
	.entry-content #wrap_intro {
		background-position: center top, 0 0;
	}
}
/* ===============================================
	policy頁　共通
=================================================*/
.article .policy_wrap {
	margin: 80px auto 0;
	width: 80%;
}
.article .policy_wrap h2,
.article .policy_wrap h3 {
	margin: 50px 0 20px;
	padding-bottom: 10px;
	font-weight: 600;
	color: #fff;
}
.article .policy_wrap p {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	color: #fff;
}
/* 左右いっぱいに伸びた横線 */
.article .policy_wrap h2 {
	font-size: 26px;
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
}
.article .policy_wrap h2::before,
.article .policy_wrap h2::after {
	background-color: #fff; /* 横線の色 */
	border-radius: 5px; /* 横線の両端を丸く */
	content: "";
	flex-grow: 1; /* 横幅いっぱい */
	height: 1px; /* 横線の高さ */
}
.article .policy_wrap h2::before {
	margin-right: 20px; /* 文字との余白 */
}
.article .policy_wrap h2::after {
	margin-left: 20px; /* 文字との余白 */
}
.article .policy_wrap h3 {
	font-size: 22px;
}
.article .policy_wrap h4 {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
}
.article .policy_wrap h4::before {
	content: "■"
}
.article .policy_wrap ul,
.article .policy_wrap ol {
	padding-left: 25px;
}
.article .policy_wrap p,
.article .policy_wrap ul li,
.article .policy_wrap ol li {
	font-weight: 400;
}
.article .policy_wrap ul {
	margin-bottom: 50px;
}
.article .policy_wrap dl dt {
	margin-top: 30px;
	font-weight: 600;
}
.article .policy_wrap dl dd {
	font-weight: 400;
}
@media all and (max-width: 992px) {
	.article .policy_wrap {
		margin-top: 50px;
		width: 80%;
	}
}
@media all and (max-width: 480px) {
	.article .policy_wrap {
		margin-top: 0;
		width: 96%;
	}
	.article .policy_wrap h2 {
		margin-top: 30px;
		font-size: 20px;
	}
	.article .policy_wrap h3 {
		font-size: 18px;
	}
	.article .policy_wrap h4 {
		font-size: 17px;
	}
}
.article .policy_wrap ul.cmn-list li,.article .policy_wrap ol li ul.cmn-list li {
	margin-top: 1em;
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
}
.article .enactmentday {
	display: flex;
	justify-content: flex-end;
}
.article .policy_wrap .enactmentday p {
	margin-bottom: 0;
}
/* post no を入れる */
article#post-2,
article#post-3 {
	margin-bottom: 0;
}
/* ===============================================
	ニュースリリース頁
=================================================*/
/* ▼ News Release ▼ */
.article .eye-catch-wrap {
	margin-top: 50px;
	margin-bottom: 30px;
}
.article .nr-date {
	margin: 15px 0;
	text-align: right;
	font-size: 14px;
}
.article ul.release {
	padding-left: 0;
	border-top: 1px solid #acacac;
}
.article ul.release li {
	padding: 5px 0;
	border-bottom: 1px solid #acacac;
	list-style: none;
}
.article ul.release li .type {
	margin: 0.2rem 0.5rem 0.5rem;
	padding: 0.1rem 0.3rem;
	font-size: 8px;
	border: solid 1px #acacac;
	display: inline-block;
	vertical-align: middle;
}
.article ul.release li a {
	text-decoration: none;
}
.article ul.release li a:hover {
	color: #a0a0a0;
}
@media (max-width: 767px) { 
	.article .eye-catch-wrap {
		margin-top: 20px;
	}
}
/* ▲ News Release ▲ */
/* ▼ 投稿日を非表示にする ▼ */
.post-date,
.admin-pv{
	display: none;
}
/* ▲ 投稿日を非表示にする ▲ */
/* ▼ ニュースリリース等投稿で作成する頁 ▼ */
.body .article.post {
	margin: 0 auto;
	width: 920px;
}
/* iPad（タブレット） */
@media (min-width: 768px) and (max-width: 991px) {
	.body .article.post {
		margin: 0 auto 80px;
		width: 80%;
	}
}
/* SP */
@media (max-width: 767px) { 
	.body .article.post {
		margin: 0 auto 80px;
		width: 90%;
	}
}
@media screen and (max-width: 480px){
	.body .article.post,
	.body #post-2,
	.body #post-3 {
		margin: 0 auto 50px;
		width: 88%;
	}
}
article.post p {
	line-height: 1.7;
}
/* ▲ ニュースリリース等投稿で作成する頁 ▲ */
/* サイドバー（サイドメニュー含む）のリンク色 */
.menu-drawer a,
.menu-drawer a:visited{
	color:#222;
}
.menu-drawer a:hover{
	color:#222;
}