@import url(sanitize.css);



p{
    font-size: 17px;
}
@media screen and (max-width: 599px) {
    p{
        font-size: 15px;
    }
}

html { 
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100vw;}

span.huto{
    font-weight: bold;
}
span.small{
    font-size: small;
}
.space-10{
    margin: 0;
    padding: 0;
    height: 10px;
}
.space-20{
    margin: 0;
    padding: 0;
    height: 20px;
}
.space-30{
    margin: 0;
    padding: 0;
    height: 30px;
}
.bgc-white{
    background-color: #fff;
}
.fit-content{
    width: fit-content;
}
.position-center{
    margin: auto;
}
p.slash_note{
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    position: relative;
    top: 13px;
    text-align: center;
}

[id^="notice"] a, .notice_ul a{
    text-decoration: underline;
}


.text_like_link{
    text-decoration: underline;
    cursor: pointer;
}


p.pankuzu{
    text-align: center;
    max-width: 680px;
    width: 100%;
    font-size: 14px;
    margin: auto;
    padding: 5px 8px 8px;
}
@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */
    p.pankuzu{
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 30px;
    }
}

body{
    /*background-color: #DBEDFD;*/
    background-color: #f5f6f9;
    width: 100%;
    min-height: 100vh;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    color : #111;
    overflow-x: hidden;
    max-width: 100vw;
}
body,
body main,
body p,
body a,
body table,
body table tr th,
body table tr td,
body input,
body label{
    /*font-size: 16px;*/
    color :  #444;
}


#google_ad{
    /*border : solid 10px #DBEDFD;*/
}


/* 多いクーポンの表示・非表示切替 */
.is-hidden {
    display: none;
  }



/* WPのCSSの調整 */
.wp-block-st-blocks-midashi-box .free-inbox{
	top : 0px;
}
section.leaflet-control-layers-list{
    margin: 0;
}


.st-kaiwa-hukidashi, .st-kaiwa-hukidashi2{
    padding-top: 0;
}
.kaiwaicon1 .st-kaiwa-hukidashi,
.kaiwaicon1 .st-kaiwa-hukidashi2{
    background-color: #ffc9c9;
}
.kaiwaicon1 .st-kaiwa-hukidashi::after{
    border-right: 15px solid #ffc9c9;
}
.kaiwaicon1 .st-kaiwa-hukidashi2::after{
    border-left: 15px solid #ffc9c9;
}

.clip-memotext{
    font-size: medium;
}
.is-style-st-square-checkbox li{
    padding: 6px 6px 6px 38px;
}
.margin-top-0{
    margin-top: 0px;
}
.st-mybox-title {
    top: -28px !important;
}
.st-cardbox{
    padding : 0;
}
.st-cardbox dl.clearfix{
    position: relative;
    top: -10px;
    margin-top: 0;
}
.st-card-img{
    position: relative;
    left: 14px;
}
.st-cardbox-t, .st-card-excerpt{
    position: relative;
    left: -14px;
}
/**アフィパーツを角丸に */
.wp-block-st-blocks-memo.clip-memobox{
    border-radius: 0.5rem;
}
/** wpのcssを打ち消す */
h2{
    background:none !important;
    border:none !important;
    margin:0 !important;
}
/* WPのCSSの調整（終わり） */


/* ドロワーメニューのアニメーション用 */
#drawer-menu {
    transition: transform 0.3s ease-in-out;
}

.pin-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
[id^=notice-] a{
    text-decoration: underline;
}

/* YouTube iframeを16:9で維持 */
.yt-embed {
position: relative;
aspect-ratio: 16 / 9;
border-radius: var(--radius-lg);
overflow: hidden;
background: var(--color-bg-sunken);
}

.yt-embed iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: none;
display: block;
}
section{
    margin-bottom: 0px !important;
}

.oblong-banner-wrap a {
    display: inline-block !important;
    max-width: 100% !important;
}
.oblong-banner-wrap img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important; /* HTML属性のwidth="468"を無効化 */
}
