/*
Theme Name: City Guide
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


/* フッター */
.site-footer-copyright p:last-child {
    display: none;
}

/* TOP */
.sectionTop .row {
	margin-left: -5px;
	margin-right: -5px;
}
.sectionTop .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
.topBtn > a {
    display: flex;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.topBtn > a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
	opacity: 0.7;
	transition: 0.4s;
}
.topBtn > a:hover:before {
	opacity: 0.4;
}
@media(max-width:767px){
	.topBtn > a {
		aspect-ratio: 2 / 1;
	}
}



/* マップ */
.gm-district-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 10px;}
.gm-district-tab{border:1px solid #e6e6e6;background:#fff;border-radius:999px;padding:8px 14px;cursor:pointer;font-weight:800;}
.gm-district-tab:hover{background:#f7f7f7;}
.gm-district-tab.is-active{border-color:#0d6efd;background:#eaf2ff;}

.gm-district-panels {
    background-color: #f2f2f2;
	padding: 0.6rem 1rem calc(0.6rem + 5px);
    margin-bottom: 1rem;
    border-radius: 5px;
}
.gm-district-panel{display:none;gap:8px;flex-wrap:wrap;}
.gm-district-panel.is-active{display:flex;}

.gm-area-btn {    
	display: inline-block;
    width: auto;
    text-align: left;
    padding: 0.7rem 1.2rem;
    margin: 5px 0 0 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}
.gm-area-btn:hover { background:#f7f7f7; }
.gm-area-btn:active { transform:translateY(1px); }

.gm-area-btn.is-active { border-color:#0d6efd; background:#eaf2ff; font-weight:800; }

/* SP：詳細ウィジェットは隠してボトムシートに寄せる */
@media (max-width: 768px){
  .gm-places-detail{ display:none; }
}

.sponsor .row {
    margin-left: -5px;
    margin-right: -5px;
}
.sponsor .row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.gm-stars {color: #f4b000;}
