/*
 Theme Name:   BZ-TH
 Template:     hello-elementor
 Version:      1.0.0
*/



body {
    font-family: "Helvetica Neue",
    Arial,
    "BIZ UDPGothic",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}



h1 {
    font-size: 2rem;
}

.elementor-widget-heading .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

.elementor-posts--skin-classic .elementor-post__text {
    /*padding-top: 5px;*/
}


body h2.elementor-heading-title,
.headline-color{
    color: #333;
}


.elementor-widget-heading h2.elementor-heading-title  {
    font-size: 1.7rem;
}
.elementor-widget-heading .elementor-widget-container  {
    margin-top:1em;
}

.elementor-button {
    font-size: inherit;
}


.elementor-widget-heading h3 {
    font-size: 1.5rem;
    margin-top:2em;

}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    font-size: 1.1rem;
}

.eael-data-table thead tr th {
    font-family:inherit;
    font-size: inherit;
}

.eael-accordion-list {
    margin-bottom:1em;
}

[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
}
[type="button"], [type="submit"], button {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #333;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.rtb-booking-form {
    margin-top:50px;
}
.rtb-booking-form-form label{
    margin-bottom:.5em;
}
.rtb-select.party {
    display: none;
}
 .elementor-widget-theme-post-content {
    margin-top: 1em;
}

 .elementor-page .elementor-widget-theme-post-content {
     margin-top: 0;
 }

 p:last-child {
     margin-bottom:0;
 }

.premium-pricing-list{
    padding-inline-start: 0;
}

.maxw720 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

 a{
    color: rgb(57, 90, 162);
}

a:active, a:hover {
    color: rgb(68, 82, 114);
}
label{
    display: inherit;
}

 /*記事内デザイン*/

div[data-widget_type="theme-post-content.default"] h2,
div[data-widget_type="theme-post-content.default"] h3,
div[data-widget_type="theme-post-content.default"] h4
{
    line-height: 1.4;

    margin-top: 2em;
    margin-bottom:1em;
}

div[data-widget_type="theme-post-content.default"] h2{
    background: #84b9cb;
    padding: .6em .6em .5em;
    color: #fff;
    font-size: 1.8rem;
}

div[data-widget_type="theme-post-content.default"] h3{
    font-size: 1.3rem;
    padding: .6em .2em;

    border-bottom: 2px solid #555;
}
div[data-widget_type="theme-post-content.default"] p {
    margin-bottom: 1.5rem;
}
div[data-widget_type="theme-post-content.default"] p:last-child {
    margin-bottom: 0;
}


div[data-widget_type="theme-post-content.default"] .talk img{
    margin: 0 auto;}


div[data-widget_type="theme-post-content.default"] img{
    margin: 3em auto;
}


div[data-widget_type="theme-post-content.default"] span.small{
    font-size: 0.85em;
}


@media (max-width:768px) {

    html {
        font-size: .9rem;
    }

}

/*記事内アイテム*/


article .image-wrapper img {
    margin-bottom: 10px;
    padding: 0;
}

.image-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.image-wrapper .image-title {
    font-weight: bold;
    font-size: 14px;
}

.image-wrapper > span {
    display: block;
}

.image-wrapper .image-text {
    font-size: 14px;
    line-height: 18px;
    word-break: break-all;
}

.image-wrapper .image-author {
    color: #999;
    font-size: 12px;
    line-height: 140%;
    word-break: break-all;
}

.image-wrapper .image-author > a {
    color: #999;
    padding-right: 0;
}

.image-wrapper .image-author a:after {
    font-family: 'FontAwesome', serif;
    content: "\f08e";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
    opacity: 0.8;
}

#ez-toc-container{
    margin:  2em auto;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}