@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

html,body{scroll-padding-top: 80px;}
ul, li, h1, h2, h3, p, div, section{margin: 0;padding: 0; box-sizing: border-box;}
.serif{
	font-family: "Noto Serif JP", serif;
	font-style: normal;
}
#omotenashi-wrap img,
#omotenashi-shoplist img{
	width:100%;
	vertical-align:top;
}
.wrapper{overflow: hidden;}
.content-wrapper{width:96%;}
@media (max-width: 768px) {.content-wrapper{width:90%;}}



/* ---------- mv + intro ---------- */
#omotenashi-wrap {
	padding: 0 0 75px;
	background: #fff9e8;
}

@media (max-width: 768px) {
	#omotenashi-wrap {
		padding: 0 0 10vw;
		background: #fff9e8;
	}
}

/* ---------- mv ---------- */
#omotenashi-mv{
	width: 100%;
	height:70vw;
	max-height: 1000px;
	padding: 40px 0 0;
    display: block;
	position: relative;
}
#omotenashi-mv::before{
	content: '';
	width: 100%;
	height: 100%;
    background: url( "../image/mv-base_pc.png") no-repeat center bottom;
    background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#omotenashi-mv .mv-in{
	width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
	z-index: 2;
}
#omotenashi-mv .mv-copytxt {
	width: 55%;
	max-width: 480px;
	margin: 0 auto;
	display: block;
}
#omotenashi-mv .mv-title {
	width: 100%;
	margin: 0 auto 20px;
	display: block;
}

@media (max-width: 768px) {
	#omotenashi-mv{
		width: 100%;
		height:90vw;
		max-height: inherit;
		padding: 4vw 0 0;
		display: block;
		position: relative;
	}
	#omotenashi-mv::before{
		content: '';
		width: 100%;
		height: 100%;
		background: url( "../image/mv-base_sp.png") no-repeat center bottom;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	#omotenashi-mv .mv-in{
		width: 96%;
		max-width: inherit;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	#omotenashi-mv .mv-copytxt {
		width: 72%;
		max-width: inherit;
		margin: 0 auto;
		display: block;
	}
	#omotenashi-mv .mv-title {
		width: 100%;
		margin: 0 auto ;
		display: block;
	}
}

#omotenashi-intro {
	width: 100%;
	text-align: center;
	padding: 15px 0 0;
}
#omotenashi-intro .omotenashi-intro-txt01,
#omotenashi-intro .omotenashi-intro-txt02 {
	width: 90%;
    margin: 0 auto 1em;
	color: #92002d;
	font-size: 26px;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
#omotenashi-intro .omotenashi-intro-txt02 {
	line-height: 2.4;
}
#omotenashi-intro .omotenashi-intro-txt03 {
	width: 90%;
    margin: 0 auto;
	color: #92002d;
	font-size: 20px;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}

@media (max-width: 768px) {
	#omotenashi-intro {
		padding: 0
	}
	#omotenashi-intro .omotenashi-intro-txt01,
	#omotenashi-intro .omotenashi-intro-txt02 {
		width: 94%;
		font-size: 4.6vw;		
	}
	#omotenashi-intro .omotenashi-intro-txt03 {
		width: 94%;
		margin: 0 auto;
		font-size: 4.2vw;
	}
}

/* ---------- 事業者の方へ ---------- */
.for_owners{
	width:90%;
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 4px;
	border:2px solid #92002d;
	font-size:20px
}
.for_owners .ttl{
	background: #92002d;
	color:#fff;
	padding: 0.2em;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
.for_owners_inner{
	background: #fff;
	padding: 1em
}
.for_owners .btn{
	margin: 1em auto 0;
	width:40%;
}
.for_owners .btn a{
	display: block;
	background: #ea5533;
	color:#fff;	
	padding: 0.5em;
	border-radius: 10px;
	font-family: "Noto Serif JP", serif;
}

@media (max-width: 768px) {
	.for_owners{
		max-width: inherit;
		margin: 0 auto 6vw;
		padding: 0.5vw;
		font-size: 4.2vw;
	}
	.for_owners_inner{
		padding: 1em 0.5em
	}
	.for_owners .btn{
		width:80%
	}
	.for_owners .btn a{
		border-radius: 2vw
	}

}

/* ---------- shoplist ---------- */
#omotenashi-shoplist{
	width: 100%;
    margin: 0 auto 0;
	padding: 80px 0 100px;
    background-color: #f5e8ec;
	background-image: url("../image/list-bg.jpg");
	background-size: 80px
	
}
#omotenashi-shoplist .content-wrapper .content-ttl {
    padding: 0 0 20px;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	color:#333333;
	font-size: 40px;
}

#omotenashi-shoplist .shop-wrap{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:start;
}
#omotenashi-shoplist .shop-item{
	width:calc(100% / 3 - 20px);
	margin:45px 10px 0;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;

}
#omotenashi-shoplist .shop-info{
	width:100%;
}
#omotenashi-shoplist .shop-info-inner{
	padding: 1em 1em 0
}

#omotenashi-shoplist .shop-name{
	background: #d8a500;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	color:#fff;
	font-size: 24px;
	padding: 0.2em;
	text-align: center;	
}

#omotenashi-shoplist .shop-img img{
	margin-bottom: 1em
}
#omotenashi-shoplist .shop-box{
	padding-bottom:1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #d8a500;
	line-height: 1.5
}
#omotenashi-shoplist .shop-box .shop-ttl{
	font-size: 16px;
	font-family: "Noto Serif JP", serif;
}
#omotenashi-shoplist .shop-box .shop-txt{
	font-size: 18px;
}
#omotenashi-shoplist .shop-box .shop-txt.txt2{
	margin-top: 1em
}
#omotenashi-shoplist .shop-box .shop-txt.caption{
	font-size: 13px;
	padding: 0.2em 0
}
#omotenashi-shoplist .shop-cat{
	padding: 0 1em 1em;
	width:100%;
}
#omotenashi-shoplist .shop-cat p{
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	color:#fff;
	background:  #92002d;
	border-radius: 20px;
	padding: 0.5em 1em
}


@media (max-width: 768px) {
	#omotenashi-shoplist{
		width: 100%;
		margin: 0 auto 0;
		padding: 8vw 0 10vw;
		background-color: #f5e8ec;
		background-image: url("../image/list-bg.jpg");
		background-size: 16vw

	}
	#omotenashi-shoplist .content-wrapper .content-ttl {
		padding: 0 0 4vw;
		font-size: 7vw;
	}

	#omotenashi-shoplist .shop-wrap{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	#omotenashi-shoplist .shop-item{
		width: 100%;
		margin:6vw 0 0;
		border-radius: 1vw;
	}


	#omotenashi-shoplist .shop-name{
		font-size: 5vw;
	}

	#omotenashi-shoplist .shop-box .shop-ttl{
		font-size: 3.6vw;
	}
	#omotenashi-shoplist .shop-box .shop-txt{
		font-size: 4.2vw;
	}
	#omotenashi-shoplist .shop-box .shop-txt.caption{
		font-size: 3.2vw;
	}
	#omotenashi-shoplist .shop-cat p{
		font-size: 3.6vw;
	}

}



/* ---------- 検索 ---------- */
.is-hide {
	display: none !important;
}

.search-wrap{
	display: flex;
	padding: 0 10px
}
.search-wrap.cat{
	margin:40px 0 20px
}
.search-wrap.key{
	align-items: center
}
.search-wrap .search-ttl{
	width:230px;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	color:#92002d;
	font-size: 24px;

}
.search-wrap .search-item{
	width:calc(100% - 230px)
}
@media (max-width: 768px) {
	.search-wrap{
		padding: 0;
		display: flex;
		flex-wrap: wrap
	}
	.search-wrap.cat{
		margin:4vw 0
	}
	.search-wrap .search-ttl{
		width:100%;
		font-size: 5vw;
		margin-bottom: 2vw
	}
	.search-wrap .search-item{
		width:100%
	}
}


/* ---------- カテゴリー検索 ---------- */
.radio{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-label {
    display: inline-block;
    padding: 0.3em 1em;
    margin-right: 0.5em;
	margin-bottom: 0.5em;
    border-radius: 20px;
    transition: all .2s;
	background: #fff;
	color:#92002d;
	border:2px solid  #92002d;
	font-size:16px
}
.radio:checked + .radio-label {
    background: #92002d;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

@media (max-width: 768px) {
	
	.radio-label {
		padding: 0.3em 1em;
		margin-right: 0.3em;
		margin-bottom: 0.3em;
		border-radius: 8vw;
		font-size:3.8vw
	}
}
	
	
/* ---------- ワード検索 ---------- */
.word-search-form {
	width: 60%;
	background: #fff;
	border: 2px solid #92002d;
	padding: 10px 10px;
	box-sizing: border-box;
	position: relative
}
.word-search-form .word-input {
	width: calc(100% - 60px);
	border: none;
	padding: 5px 0;
	font-size:18px;
}
.word-search-form::after {
	width: 60px;
	height:100%;
	border: none;
	content: '';
	position: absolute;
	top:0;
	right:0;
	background-color: #92002d;
	background-image: url("../image/icon_search.svg");
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center
}
@media (max-width: 768px) {
	.word-search-form {
		width: 100%;
		padding: 2vw;
	}
	.word-search-form .word-input {
		width: calc(100% - 12vw);
		border: none;
		padding: 1vw 0;
		font-size:3.6vw;
	}
	.word-search-form::after {
		width: 12vw;
	}
}



