@charset "UTF-8";

/*
Theme Name: Original
*/


.admin-bar {
	--global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {

	.admin-bar {
		--global--admin-bar--height: 46px;
	}
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
* { box-sizing: border-box; }

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	font-size: 15px;
	font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", Helvetica, san-serif;
}

/* ▼lazyload用の設定 */
img.lazylod {
	min-height: 300px; /*lazyload用のheight設定*/
}
.box-fadein img,
.box-fadein p
{
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.box-fadein.lazyloaded img.lazyloaded,
.box-fadein.lazyloaded p.lazyloaded {
	opacity: 1;
}
/* ▲lazyload用の設定 */

li { list-style: none; }

header {
	margin: 0;
	width: 100%;
	padding-left: 0;
	background: #fff;
	height:50px;
	border-bottom: 1px solid #b1b1b1;
	z-index:10;
	display: flex;
	align-items: center;
	justify-content: center;
}

h1 {
	font-size: 1rem;
	font-weight: bold;
	padding-top: 7px;
	margin: 0;
}

h2 {
	font-size: 1.2rem;
}
main {
	width: 100%;
	background: #edeade;
	z-index: 0;
}

#content {
	width: 100%;
	max-width: 650px!important;
	padding: 5px;
	margin: auto;
}

#filter {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px gray;
	background: #fff;
	padding: 8px;
	margin: 0 auto 25px;
}

#filter #area {
	margin-bottom: 15px;
	
}

#filter #area div {
	display: flex;
}

#filter p {
	font-size: 0.9rem;
	font-weight: bold;
	margin: 5px 0 2px;
	margin-bottom: 8px;
}

#filter #area a {
	display: block;
	color:#fff;
	background: silver;
	text-decoration: none;
	font-size: 0.9rem;
	margin-right: 4px;
	padding: 6px 10px;
}

#filter #area a.active{
	background: #007aff;
	font-weight: bold;
}

#filter #genre .tab {
	margin-bottom: 15px;
	display: flex;
}

#filter #genre .tab a{
	display: block;
	color: #fff;
	background: silver;
	border-radius: 100vh;
	font-size: 0.8rem;
	padding: 4px 10px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
}

#filter #genre .tab a.active {
	background: #ff8c00;
}
.restaurant {
	width: 100%;
	background: #fff;
	padding: 15px 10px 15px 10px;
	margin-bottom: 25px;
}

.restaurant h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 2px;
	margin-bottom: 8px;
}

.restaurant .memo { 
	font-size: 0.8rem;
	margin: 10px 0;
}

.restaurant .genre { margin-bottom: 12px; }

.restaurant .genre li{
	font-size: 0.8rem;
	display:inline-block;
	margin-right:5px;
	background: #ff8c00;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 100vh;
}

.single_img {
	margin: auto;
	max-width: 550px;
	min-height: 100px;
}

.single_img img {
	max-width: 100%;
	min-height: 100px;
}

.single_img { position: relative; }
.single_img p {
	position: absolute;
	margin: 0;
	font-size: 0.8rem;
	width: 100%;
	height: 33px;
	left: 0;
	bottom: 0.2em;
	padding: 7px 7px 10px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
}

.swiper-slide {
	position: relative;
	text-align: center;
}

.swiper-slide p {
	position: absolute;
	text-align: left;
	margin: 0;
	font-size: 0.8rem;
/* 	max-width: 500px; */
	width: 100%;
	height: 33px;
	left: 0;
	bottom: 0.2em;
	padding: 7px 7px 10px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
}

.comment {
	display: flex;
	margin: 15px 0;
}

.comment .avatar { margin-right: 13px;}

.comment .avatar img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid silver;
	margin: auto;
}

.comment .author_name {
	margin:0;
	text-align:center;
	font-size:0.7em;
}

.comment .balloon {
	background: #e0edff;
	min-width: 160px;
	max-width: 78%;
	height: 100%;
	padding: 7px 10px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:390px) {
.comment .balloon {
	max-width: 265px;
	}
}

.comment .balloon p {
	margin: 0;
}

.comment .balloon:before {
	content: "";
    position: absolute;
    top: 50px;
    left: -18px;
    margin-top: -40px;
    border: 8px solid transparent;
    border-right: 25px solid #e0edff;
    z-index: -1;
}

.swiper-slide img {
    width: 100%;
	object-fit: contain;
/*     max-width: 550px; */
/*     overflow: hidden; */
    min-width: 200px;
	min-height: 170px;
	max-height: 350px;
}
@media screen and (max-width:450px) {
.swiper-slide img {
	height: 280px;
}
}

.explanation {
	padding: 0;
    font-size: 0.9rem;
    font-weight: bold;
    color: #9b883a;
    margin-top: 5px;
    margin-bottom: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
    margin-bottom: 10px;
    margin-right: 0;
}


th {
	display: table-cell;
	text-align:left;
	width: 22%;
	height: 25px;
	padding: 3px 0px 3px 10px;
	background: #faf8f5;
	border-top: 1px solid #d6ceb4;
	border-bottom: 1px solid #d6ceb4;
	border-right: hidden;
	vertical-align: middle;
}

td {
	display: table-cell;
	padding: 3px 5px 3px 8px;
	border: 1px solid #d6ceb4;
	border-top: 1px solid #d6ceb4;
	border-bottom: 1px solid #d6ceb4;
	border-right: hidden;
	vertical-align: middle;
}

.map { margin-left: 8px; }

/* TOPへ戻るボタン設定 */
#page_top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	background: #007aff;
	opacity: 0.8;
	border-radius: 50%;
	z-index: 9999;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	text-align: center;
}
#page_top a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-weight: 900;
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10px;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
}

footer {
	text-align: center;
	padding: 18px 10px;
	font-size: 0.8rem;
	background: whitesmoke;
}

.show_pop_single, .show_pop_multiple {
	cursor: pointer;
}

.modal_pop_single {
    position: fixed;
    top: 0;
    left:0;
	right:0;
	bottom:0;
    z-index:9990!important;
}

.modal_pop_multiple {
	position: fixed;
    top: 0;
    left:0;
	right:0;
	bottom:0;
    z-index:9990!important;
}
.pop {
	position: fixed;
    top: 40%;
    left:40%;
    z-index:9990!important;
}
.test {
	margin: 0 calc(50% - 450px);
	width: 900px;
	height: 25px;
	background:red;
}

.modal_bg{
    background-color: #1119;
    width: 100%;
    height: 100%;
    position:fixed;
    z-index:9992!important;
}

.modal_pop_main{
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible!important;
	z-index: 9998!important;
}
 
.modal_pop_main img {
	overflow: visible!important;
	opacity: 1;
	height: 550px;
	position: fixed;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
    z-index:9999!important;
}

.swiper-container .mordal_pop_multiple img {
	overflow: visible!important;
}
