@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */

@media print {
	.image {
		display: none;
	}

	.gard img {
		display: none;
	}
}

/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-color: #bfa340;
	/*	画像はこちら↓ */
	/*background: url(../images/pattern_1.jpg) repeat center;*/
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #ce2810;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #ce2810;
}

.ttl_h3_red {
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
}

.ttl_h3_p {
	text-align: center;
	margin: 0 auto 10px;
}

.popup_close {
	border-color: #ce2810;
}

.wrapper section:not(:last-child) {
	border-bottom: 1px solid #fff;
}

/* ==========================================================
	header
========================================================== */

/*メニューの幅(SP)
　※calc(### / 750 * 100%)の###部分を変更してください*/
.nav ul {
	width: calc(1200 / 750 * 100%);
	justify-content: space-around;
}

/*メニューの文字色*/
.nav a {
	color: #fff;
}

/*メニューの文字色：ホバー*/
/*テキストリンクの文字色：ホバー*/
.nav a:hover,
.txt_link:hover {
	color: #ffe553;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #ff9800;
}


/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	background-color: #ce2810;
	background: url(../images/pattern_1.jpg) repeat-x top , url(../images/pattern.jpg) repeat;
	/*	画像はこちら↓ */
	/*background: url(../images/pattern_1.jpg) repeat-x top, url(../images/pattern_1.jpg) repeat-x bottom;*/
}

/*コンテンツ背景*/
.contents {
	background: url(../images/bg_20.jpg) repeat;
}

/*スライダーの矢印ボタン：ホバー*/
/*ポップアップのクローズボタン：ホバー*/
.slick-arrow:hover,
.popup_close:hover {
	background-color: #000;
}

.first {
	padding-top: 3rem;
}

.catch {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #3e220d;
	margin-bottom: 3rem;
}

.comment_box {
	color: #3e220d;
	background-color: #09cbb141;
	padding: 1em;
}

.comment_ttl {
	font-weight: bold;
}

.comment_text {
	font-style: italic;
}

/*ポップアップのクローズボタン：ホバー*/
.popup_close:hover {
	border-color: #000;
}

.captxt {
	font-size: 120% !important;
	font-weight: 700;
	color: #ff6fac !important;
}

.scaptxt {
	font-size: 90% !important;
	font-weight: 700;
	color: #ff6fac !important;
}

.catch-txt {
	font-size: 2.4rem;
	text-align: left;
	font-weight: 700;
	line-height: 3.6rem;
	margin: 1rem;
	color: #fd3802;
}

.cast_btn_3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cast_btn_3 li {
	width: calc(310 / 650 * 100%);
	margin-top: calc(40 / 650 * 100%);
}

#recipe h6 {
	margin-top: 2rem;
	font-size: 2.4rem;
	line-height: 3rem;
	padding: .5rem;
	font-weight: 700;
}

.recipe-txt {
	background-color: #fff7e8;
	border-radius: 2rem;
	padding: 2rem;
	border: 1px dotted #ff6fac;
}

.recipe-txt li {
	font-size: 2rem;
	line-height: 3rem;
	border-bottom: 1px dotted #ababab;
}

.back-btn {
	width: 70%;
	margin: 30px auto;
	border-radius: 5rem;
	background-color: #ffdd01;
}

.back-btn a {
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 1rem;
}

.back-btn:hover {
	background-color: #ff6fac;
}

.item {
	width: 100%;
}

.item02 {
	width: 25%;
}

.item img {
	width: 100%;
}

.box-staff-01 {
	margin: 10px;
}

.staff_list1 dl,
.staff_list2 dl {
	display: block;
}

.staff_list1 dd,
.staff_list2 dd {
	color: #000;
}


/* 画像ガード */
.image {
	position: relative;
	display: inline-block;
	pointer-events: none;
}
.name{
	color: #af8407;
	font-weight: bold;
	font-size: 1.5em;
	background-color: beige;
}

.name_red{
	color: #c33c09;
	font-weight: 900;
	font-size: 1.3em;
	background-color: #ffe4e1;
}

.name_q{
  background: #000;
  box-shadow: 0px 0px 0px 5px #000;
  border: dashed 1px #fff;
  padding: 0.2em 0.5em 2em;
  font-size: 1.1em;
  color: #fff;
  margin-top: 1rem;
  line-height: 1.8;
  display: block;
 }

.name_a{
	color: #000;
	font-weight: 900;
	font-size: 1.1em;
	background-color: #ffe4e1;
}
.question{

	display: block;
	background: #fff;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 0.3em;
}

@media screen and (min-width: 768px) {
	.cast_btn_3 {
		width: 100%;
		margin: auto;
		justify-content: center;
	}

	.cast_btn_3 li {
		width: calc(150 / 1024 * 100%);
		margin: 0 2rem 0;
	}

	#recipe h6 {
		font-size: 2rem;
		line-height: 3rem;
		padding: .5rem
	}


	.recipe-txt li {
		font-size: 1.6rem;
		line-height: 3.2rem;
		border-bottom: 1px dotted #ababab;
	}

	.back-btn {
		width: 450px;
	}

	.guestBox {
		display: flex;
	}

	.first {
		padding-top: 3rem;
	}

	.item {
		width: 50%;
	}

	.bnr_minogashi {
		width: 70%;
		margin: 0 auto;
	}

	.banner_list li {
		width: calc(215 / 964 * 100%);
		margin: 0 calc(5 / 964 * 100%) 0;
	}

	.gard img {
		pointer-events: none;
	}

	.image::after {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		background-color: transparent;
		position: absolute;

		top: 0;
		left: 0;
	}

	.name_red{
		color: #c33c09;
		font-weight: 900;
		font-size: 2.0em;
		background-color: #ffe4e1;
	}
	
.name_q{
  background: #000;
  box-shadow: 0px 0px 0px 5px #000;
  border: dashed 1px #fff;
  font-size: 1.2em;
  color: #fff;
  width: 85%;
 }
	
	.name_a{
		color: #000;
		font-weight: 900;
		font-size: 1.1em;
		background-color: #ffe4e1;
	}

	.is-sp{
		display: none !important;
	}
}

.cast01 {
	background-color: #8fff20;
	padding: 0.5em;
	display: inline-block;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 0.5em;
}

.cast02 {
	background-color: #f8b62e;
	padding: 0.5em;
	display: inline-block;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 0.5em;
}

dt {
	font-style: italic;
	font-weight: bold;
}

dd {
	margin-bottom: 0.5em;
}


