@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: thin;
    font-weight: 100;
    src: url("/fonts/NotoSansCJKjp-Thin.eot");
    src: url("/fonts/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("/fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Thin.otf") format("opentype");
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/NotoSansCJKjp-Regular.eot");
    src: url("/fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: bold;
    font-weight: 700;
    src: url("/fonts/NotoSansCJKjp-Bold.eot");
    src: url("/fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("/fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
    font-family: 'rounded-x-mplus';
    src: url('/fonts/rounded-x-mplus-1c-heavy.woff') format('woff');
    font-weight: 900;
}

* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: 'Noto Sans', sans-serif;
    background-color: black;
}

div.container {
    margin: auto;
    max-width: 750px;
}
div.header,
div.footer {
    height: 80px;
}
div.container__inner {
    width: 100%;
}
div.container__inner div {
    margin: 10px 2em;
}
div.container__inner div.shop_name,
div.container__inner div.title {
    margin: 0 50px;
}
div.container img {
    width: 100%;
}

div.container__inner div.contents-text,
div.container__inner div.contents-youtube,
div.container__inner div.contents-google_map,
div.container__inner div.contents-google_calendar {
    box-sizing: border-box;
    padding: 16px;
    background: rgba(255, 255, 255, .94);
}

div.container__inner div.contents h2 {
    margin-bottom: 12px;
    color: #111;
    font-size: 1.35rem;
    line-height: 1.5;
}

.front-text-block {
    color: #222;
    line-height: 1;
}

.front-text-block * {
    line-height: inherit;
}

.front-embed-note {
    color: #222;
    line-height: 1.8;
}

.front-embed {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.front-embed iframe {
    display: block;
    width: 100%;
    border: 0;
}
div.container__inner div.header,
div.container__inner div.footer {
    margin: 0 50px;
}
div.container__inner div.footer div.ads{
    background: white;
    color: black;
    text-align: center;
    border-radius: 5px; /* 角を丸くする */
}
div.container__inner div.footer div.ads .btn {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 20px;
    display: inline-block;
    background: black; /* 背景色 */
    color: #fff; /* 文字色 */
    padding: 10px 20px; /* 上下の余白、左右の余白 */
    text-decoration: none; /* デフォルトで入るリンクの下線を消す */
    border-radius: 30px; /* 角を丸くする */
}

div.container__inner div.header {
    height: 20px;
}

@media only screen and (max-width: 768px) {
    div.container {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    div.container__inner div.shop_name,
    div.container__inner div.title {
        margin: 0 20px;
    }
}

/* Juggler.com Styles */
#main_container div.shop_name p {
    margin: 0;
    width: 100%;
    font-family: 'rounded-x-mplus';
    font-weight: 900;
    font-size: 5em;
    box-sizing: border-box;
    text-align: center;
    font-weight: 900;
    color: white;
    background: linear-gradient(to right, #ffffff, #F6E950);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 4px #C73A7E;
    text-stroke: 4px #C73A7E;
}
#main_container div.container__inner {
    /* background-image: url('/modeltype/1/back_img_1.jpg'); */
    background-repeat: repeat-y;
    background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
    #juggler div.shop_name p {
        font-size: 2.5em;
        -webkit-text-stroke: 2px #C73A7E;
        text-stroke: 2px #C73A7E;
    }
}
