@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
h2#gree {
    background: none;
    color: #212121;
    text-align: center;
    box-shadow: none;
    text-decoration: underline;
}
dl#banner_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
dl#banner_area dd {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    margin: 0 1% 2%;
}

.gmap {
    width: 100%;
    height: auto;
    min-height: 630px;
    margin: 50px auto;
    text-align: center;
}
.content div {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 3em;
    font-size: 21px;
    line-height: 1.8em;
}

h2.wp-block-heading {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 10px;
}
div.glsr-review-title {
    margin: 0;
    padding: 0;
}

h4.glsr-tag-value::before {
    content: none!important;
}

h4.glsr-tag-value {
    background: #2196F3!important;
    font-family: system-ui;
    color: #ffffff!important;
    text-indent: 0.8em;
    border-bottom-right-radius: 15px;
}
div.glsr-review-rating {
    margin: 0;
    padding: 0;
}
div.glsr-star-rating.glsr-stars {
    margin: 0;
}

div.glsr-tag-value {
    font-size: 18px!important;
}

div.glsr-review-content {
    margin: 0;
}

nav.navigation {
    box-shadow: none!important;
    width: 100%;
}
ul.wp-block-categories-list.footer_category_list.wp-block-categories {
    display: flex;
    text-align: center;
}

.content dl {
    margin-bottom: 5em;
}
@media screen and (min-width: 769px){
h4.glsr-tag-value {
    font-size: 21px;
}
}


@media screen and (max-width: 768px){
h4.glsr-tag-value {
    font-size: 16px;
}
}
div.content h2 {
    background: none;
    color: orange;
    border-top: 3px solid;
    border-left: 10px solid lightcoral;
    line-height: 1.0em;
    height: 2em;
    margin-bottom: -1.5em;
}

div.content div h2 {
    border-radius: 9px;
    border: 2px dotted white;
    background: orange;
    color: white;
    margin-bottom: 0.5em;
    line-height: 1em;
    height: 2em;
}

div.content div div {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}