/*
Theme Name: hawaiianjoy-kr Child
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: A child theme of hawaiianjoy-kr Theme
Author: Select Themes
Author URI: https://qodeinteractive.com/
Version: 1.1.2
Text Domain: hawaiianjoy-kr
Template: hawaiianjoy-kr
*/
@import url("hi_style.css");
@import url("vs_style.css");

/* 付箋タイトル  */
.fusen{
    margin-bottom: 12px;
    padding: 0.5em;/*文字周りの余白*/
    color: #111111;/*文字色*/
    background: #fcfcfc;/*背景色*/
    border-left: solid 6px #0066bf;/*左線（実線 太さ 色）*/
    border-bottom: solid 1px #0066bf;/*下線（実線 太さ 色）*/
    font-weight: normal;
    }
    @media only screen and (max-width: 768px){
        .fusen{
            font-size: 16px !important;
        }
    }
    /* 付箋タイトル ここまで */
    
    
    /* アイコンタイトル調整 */
    .q_icon_with_title .icon_text_holder .icon_title {
        padding-top: 6px;
    }
    
    
    .pagination a {
        color: #4A4A4A;
        border: 0;
        outline: 0;
    }
    
    .pagination {
        text-align: center;
        margin: 20px
    }
    .pagination a, .pagination strong {
        background: #EFEFEF;
        display: inline-block;
        margin-right: 3px;
        padding: 4px 12px;
        text-decoration: none;
        line-height: 1.5em;
        
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .pagination a:hover {
        background-color: #BEBEBE;
        color: #fff;
    }
    .pagination a:active {
        background: rgba(190, 190, 190, 0.75);
    }
    .pagination strong {
        color: #fff;
        background-color: #BEBEBE;
    }
    
    /* MAP検索サムネ調整 */
    .gm-style-iw-d {
        padding: 0 10px 0 0 !important;
    }
    
    #nav-menu-item-29081 a, #nav-menu-item-29080 a {
        line-height: 2em;
    }
        