/* CSS Document */

/*reset*/
ul,
li,
h1,
h3,
div {
	box-sizing: content-box;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 共通 */
@media (min-width: 769px) {
	.repc {
		display: block;
		}
	.resp {
		display: none;
		}
	img.repc {
		display: inline-block;
	}
}
@media (max-width: 769px) {
	.repc {
		display: none;
		}
	.resp {
		display: block;
		}
	img.resp {
		display: inline-block;
	}
}
html {
	font-size: 16px;
}
@media (max-width: 769px) {
	html {
		font-size: 14px;
	}
}
body {
	color: #6a2f00;
	text-align: center;
	font-family: 'Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ＭＳ ゴシック',sans-serif;
}
img {
  	max-width: 100%;
	height: auto;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
	margin: 0 auto;
}
a:hover {
 	cursor: pointer;
	opacity: 0.7;
	transition: opacity .3s;
}

/* 背景 */
#contents {
	position: relative;
}
#contents .bg_t {
	background: url("../images/bg_t.png") repeat-x;
	width: 100vw;
	height: 35px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}
@media (max-width: 769px) {
	#contents .bg_t {
		height: 25px;
		background-position: center;
	}
}
#contents .bg_b {
	background: url("../images/bg_b.png") repeat-x;
	width: 100vw;
	height: 35px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20;
}
@media (max-width: 769px) {
	#contents .bg_b {
		height: 25px;
		background-position: center;
	}
}
#contents .bg_r {
	background: url("../images/bg_r.png") repeat-y;
	width: 35px;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
}
@media (max-width: 769px) {
	#contents .bg_r {
		width: 25px;
		background-position: center;
	}
}
#contents .bg_l {
	background: url("../images/bg_l.png") repeat-y;
	width: 35px;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}
@media (max-width: 769px) {
	#contents .bg_l {
		width: 25px;
		background-position: center;
	}
}
#contents .corner_lt {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 25;
}
@media (max-width: 769px) {
	#contents .corner_lt {
		width: 110px;
	}
	#contents .corner_lt img {
		width: 100%;
	}
}
#contents .corner_rt {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 25;
}
@media (max-width: 769px) {
	#contents .corner_rt {
		width: 110px;
	}
	#contents .corner_rt img {
		width: 100%;
	}
}
#contents .corner_lb {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 25;
}
@media (max-width: 769px) {
	#contents .corner_lb {
		width: 110px;
	}
	#contents .corner_lb img {
		width: 100%;
	}
}
#contents .corner_rb {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 25;
}
@media (max-width: 769px) {
	#contents .corner_rb {
		width: 110px;
	}
	#contents .corner_rb img {
		width: 100%;
	}
}
.bg {
	background: url("../images/bg_logo.jpg") no-repeat top center;
	background-size: 100% auto;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: 0;
}

/* メインコンテンツ */
.main {
	position: relative;
	z-index: 10;
	margin: 35px;
}
@media (max-width: 769px) {
	.main {
		margin: 25px;
	}
}
section .ttl {
	background: #aacd06;
	padding: 0.7rem;
	letter-spacing: 5px;
	font-size: 2rem;
	border-width: 2px 0 2px 0;
	margin: 5rem 0 3rem 0;
	color: #fff;
	text-shadow: 1px 1px 5px #6a2f00;
}
@media (max-width: 769px) {
	section .ttl {
		margin: 2rem 0 1rem 0;
	}
	section .ttl img {
		display: none;
	}
}
.subtitle {
	background: #AACD06;
	color: #FFFFFF;
	font-size: 1.2rem;
	margin: 2rem auto 1rem;
	padding: 0.3rem;
	max-width: 180px;
	font-weight: 600;
}
@media (max-width: 769px) {
	.subtitle {
		font-size: 1rem;
		margin: 0.5rem auto;
		max-width: 120px;
	}
}
.p_bold {
	font-weight: 600;
}

/* ファーストビュー */
.mainvisual img {
	width: 100%;
	max-width: 1000px;
}
.container {
	max-width: 1200px;
	line-height: 1.6;
	margin: 2rem auto;
	padding: 0 4%;
}
.main .txt_lead, .txt_info {
	font-size: 1.2rem;
}
@media (max-width: 769px) {
	.main .txt_lead, .txt_info {
		font-size: 1rem;
	}
}
.txt_info {
	margin-top: 2rem;
	font-weight: 600;
}
.txt_info .p_small {
	font-weight: 400;
}
.info_day {
  display: inline-block;
  width: 7em;
  text-align: left;
}
.info_time {
  display: inline-block;
  text-align: left;
}
.line_a {
	margin: 1rem auto;
	max-width: 600px;
}
.line_a img {
	vertical-align: middle;
}
.to_fair {
	margin: 4rem auto 0;
	max-width: 600px;
}
.to_fair img {
/*	max-width: 600px;*/
}

/* コラボメニュー */
section .ttl_s {
	margin-top: 5rem;
}
@media (max-width: 769px) {
	section .ttl_s {
		margin: 3rem auto 2rem;
	}
}
.menu_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	grid-gap: 2rem;
	margin: 2rem auto 0;
	max-width: 1000px;
}
.menu_list li {
	max-width: 400px;
	margin: 0 auto;
}
.menu .btn_link {
	max-width: 320px;
	margin: 1rem auto;
}
.menu .btn_link a {
	display: block;
	padding: 12px;
	color: #fff;
	background: #AACD06;
	border-radius: 30px;
	text-align: center;
	font-weight: 600;
	font-size: 1.2rem;
	text-decoration: none;
}
@media (max-width: 769px) {
	.menu_list {
		grid-template-columns: repeat(1, 1fr);
	}
	.menu .btn_link {
		max-width: 240px;
	}
}

/* ノベルティ */
.novelty .txt_lead span {
	color: #ec300c;
}
.novelty .img_novelty img {
	width: 100%;
}
.novelty .img_novelty img:last-of-type {
	width: 60%;
	max-width: 400px;
}
.img_novelty .subtitle {
	margin: 3rem auto 2rem;
}

/* 注意事項 */
.attention .txt_attention {
	text-align: left;
	max-width: 900px;
	margin: 0 auto;
}
@media (max-width: 769px) {
	.attention .txt_attention {
		padding-left: 1rem;
	}
}
.attention .txt_attention li {
	margin-bottom: 0.8rem;
	list-style-type: disc;
}
.attention .btn_allergy .btn {
	background: #ec300c;
	color: #fff;
	padding: 0.5rem;
	margin: 2rem auto;
	width: 100%;
	max-width: 20rem;
	font-weight: 600;
}
.attention .btn_allergy .btn:hover {
	cursor: pointer;
	opacity: 0.7;
}
.attention .btn_allergy .box_txt {
	background: #eee;
	padding: 1.5rem;
	margin: 0 auto 3rem;
	border-radius: 30px;
	display: none;
	max-width: 900px;
	text-align: left;
}

/* 店舗情報 */
.take h3 {
	font-size: 2rem;
}
.take .box_take {
	max-width: 800px;
	margin: 0 auto 1rem;
	padding-top: 2rem;
}
@media (min-width: 769px) {
	.take .box_take {
/*		display: flex;*/
	}
}
.take .box_take .img_shop {
/*	max-width: 760px;*/
	margin: 0 auto;
/*	width: 56%;*/
}
@media (max-width: 769px) {
	.take .box_take .img_shop {
/*		width: 90%;*/
		margin: 1rem auto;
	}
}
.take .box_take .img_shop img {
	width: 100%;
}
.take .box_take .info {
/*	width: 44%;*/
	flex-direction: column;
/*	margin-left: 3%;*/
	text-align: left;
}
@media (max-width: 769px) {
	.take .box_take .info {
		margin: 0 auto;
		width: 100%;
	}
}
.table_outline {
	width: 100%;
	margin: 1rem auto 2rem;
	text-align: left;
	border-collapse: collapse;
}
.table_outline td {
	padding: 0.5rem 1rem;
	border-bottom: 1px dotted #6A2F00;
	vertical-align: top;
}
.nowrap {
	white-space: nowrap;
}
.googlemap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.station {
	line-height: 1.4;
}
.take .btn_link {
	max-width: 320px;
	margin: 2rem auto 1rem;
}
.take .btn_link a {
	display: block;
	padding: 12px;
	color: #fff;
	background: #6A2F00;
	border-radius: 30px;
	border: 2px solid #fff;
	text-align: center;
	font-weight: 600;
	font-size: 1.2rem;
	text-decoration: none;
}

/* フッター等 */
.kotonoha_logo {
	margin: 1rem auto;
}
footer {
	padding: 0 0 25px;
	font-size: 12px;
	color: #000;
}
@media (max-width: 769px) {
	footer {
		/*padding: 10px 0;*/
		padding: 0 0 10px;
	}
}
.official_sns {
	margin-bottom: 0 !important;
}
#share_sns {
	width: 80%;
	margin: auto;
	padding-top: 2rem;
	max-width: 1300px;
}
@media (max-width: 769px) {
	#share_sns {
		width: 100%;
	}
}

