/*-----------------------------
一般表示（PC表示） 
------------------------------*/


/*
html5doctor.com Reset Stylesheet（リセットcss）
v1.6.1
Last Updated: 2010-09-17
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/*-- リセットCSSここまで  --*/


/*-- 全体 / 共通  --*/

body {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

section {
    flex: 1;
}

.clear {
    clear: both;
}

.wrap {
    width: 1050px;
    margin: 0 auto;
}

.btn {
    margin-bottom: 10px;
}

.fa-crown,
.fa-flag {
    margin-right: 5px;
}

.marker_y {
    background: linear-gradient(transparent 75%, #fff799 75%);
    font-weight: bold;
}


/*-- ヘッダー  --*/

header {
    background-color: #ffffff;
    border-top: 17px solid #f2f2f2;
    border-bottom: 4px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 5px;
}

.header_top {
    width: auto;
    height: 140px;
}

.header_top_logo img {
    max-width: 200px;
    height: auto;
    float: left;
}

.header_top_info {
    float: right;
}


/*-- ナビゲーション --*/

.nav-deco {
    font-size: 15px;
    color: #413E3E;
    margin-top: 5px;
}


/*-- パンクズ --*/

.breadcrumb {
    font-size: 10px;
}


/*-- bootstrap カード --*/

.card-header h3 {
    font-size: 15px;
    font-weight: normal;
}

.card-title {
    font-size: 14px;
    font-weight: normal;
    border-left: solid #6c757d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.search_select_button {
    width: 100%;
    height: 100%;
    font-size: 1vw;
}

.search_button {
    margin-top: 10px;
    width: 100%;
    font-size: 1vw;
}

.radio_label {
    margin-right: 15px;
}

.select-box {
    width: 23%;
    margin-left: 5px;
}


/*-- indexページ--*/

.yoga-menu-top {
    font-size: 18px;
    border-left: solid 5px #808080;
    margin-top: 20px;
    padding-left: 5px;
}

.top-menu img {
    height: auto;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.top-menu {
    text-align: center;
    margin-left: 50px;
}

.yoga-search img {
    height: auto;
    width: 100%;
}

.top-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 20px;
    border-top: solid 3px #000000;
    border-bottom: double 3px #a9a9a9;
    border-radius: 1px;
    background: linear-gradient(#FFF 0%, #EEE 100%);
    box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 1);
}

.top-title2 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 20px;
    border-top: solid 3px #000000;
    border-bottom: double 3px #a9a9a9;
    border-radius: 1px;
    background: linear-gradient(#FFF 0%, #EEE 100%);
    box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 1);
}

.search-title {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 15px;
    border-left: solid 5px #FC477A;
    padding: 3px 15px;
}

.top-search-icon {
    margin-left: 5px;
}

.fa-search {
    margin-right: 5px;
}

.notice-title {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 15px;
    border-left: solid 5px #ffd700;
    padding: 3px 15px;
}

.fa-bullhorn {
    margin-right: 5px;
}

.special-info {
    color: black;
}

.area_button {
    font-size: 0.8vw;
    width: 100%;
}

.yogatop-main-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}


/* ----- topページ用（indexページ）のヘッダー ----- */


/* ----- 背景用の動画ファイル ----- */

.header_pc {
    position: relative;
    width: 100%;
    height: 500px;
    padding-top: 15px;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 100%;
    height: 500px;
    overflow: hidden;
    border: 0;
    transform: translateZ(-#{$scroll-factor * 2}px) scale(1 + $scroll-factor * 2);
    float: right;
}

.video-container video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_page_pc_text {
    position: absolute;
    width: 100%;
    color: #fff;
    text-shadow: 1px 2px 3px #808080;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    top: 30%;
}

.top_page_pc_text h1 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 2.5em;
}

.top_page_pc_text span {
    background-color: rgba(255, 0, 0, 0.7);
    font-size: 20px;
    padding: 7px;
}

.nav_top_page_pc {
    position: relative;
}

.nav_top_page_deco_pc {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.yoga-menu-title {
    margin-top: 20px;
    font-size: 18px;
    border-left: solid 5px #696969;
    padding-left: 3px;
}


/*-- サイドバー  --*/

.sidebar img {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.result-item-img img {
    width: 100%;
    height: auto;
}

.character-content {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
    font-size: 14px;
}

.character-content img {
    width: 100%;
    height: auto;
}

.mr-3 img {
    width: 64px;
    height: auto;
}

.traial-content {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
    font-size: 14px;
}

.traial-content img {
    width: 100%;
    height: auto;
}


/*-- footerの設定 --*/

footer {
    width: 100%;
    height: 80px;
    padding-top: 10px;
    margin-top: 60px;
    background-color: #696969;
    text-align: center;
}

.footer-text {
    text-decoration: none;
    list-style: none;
    margin-left: 20px;
    display: inline-block;
}

.footer-link {
    font-size: 11px;
    color: #fff;
}

.special-content li {
    margin-bottom: 10px;
}


/*-----------------------------
記事/single（PC表示） 
------------------------------*/

.breadcrumb {
    background-color: #fff;
}

.fa-home {
    margin-right: 5px;
}

.breadcrumb-item a {
    color: #6B757D;
}

.update-date {
    font-size: 12px;
    color: #6B757D;
    float: right;
}

.tag {
    float: left;
}

.fa-tags {
    color: #ffa500;
    margin-right: 5px;
}

.tag a {
    font-size: 12px;
    color: #6B757D;
}

.shingle-content {
    font-size: 16px;
}

.shingle-content-h1 {
    font-size: 26px;
    font-weight: bold;
}

.shingle-content h2 {
    font-size: 24px;
    font-weight: bold;
    border-left: solid 8px #FC477A;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.shingle-content h3 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 1px #FC477A;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.shingle-content h4 {
    font-size: 20px;
    font-weight: bold;
}


/*--ピンク色box--*/

.pink-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FC477A;
}

.pink-box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FC477A;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.pink-box p {
    margin: 0;
    padding: 0;
}


/*--青色box--*/

.bule-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}

.bule-box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.bule-box p {
    margin: 0;
    padding: 0;
}


/*--アフィリエイトボタン--*/

.btn-gradient-3d-orange {
    display: inline-block;
    padding: 1em 1.5em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff !important;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*--キャペーン情報２box--*/

.campaign-box2 {
    margin: 1em 0;
    padding: 1.5em 1em 1em;
    position: relative;
    border: 3px solid #ff8c00;
}

.campaign-box2-title {
    position: absolute;
    top: -0.8em;
    left: 20px;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #ff8c00;
    color: #fff;
    padding: 0 0.5em;
}

.campaign-box2 p {
    margin: 0;
    padding: 0;
}


/*-----------------------------
ヨガピラティス検索画面（PC表示） 
------------------------------*/

.ypga-pilates-top-img {
    width: 100%;
}

.areaSearchDrop {
    font-size: 13px;
    margin-top: 5px;
}

.search-coret-right {
    font-size: 40px;
    margin-left: 20px;
}

.searchtop-h1 {
    font-size: 20px;
}

.searchtop-h2 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.fa-subway {
    margin-right: 5px;
}

.fa-map-marker-alt {
    margin-right: 5px;
}

.fa-star {
    margin-right: 5px;
}

.fa-info-circle {
    margin-right: 5px;
}

.fa-searchengin {
    margin-right: 5px;
}

.introduction-section {
    font-size: 12px;
    color: #6B757D;
}

.article-quote-contents ul {
    list-style: none;
    padding-left: 0px;
}

.article-quote-img {
    width: 100%;
    height: auto;
}

.search-top-updatedate {
    font-size: 13px;
    color: #6B757D;
}

.introduction-short {
    font-size: 13px;
}


/*--ページネーション--*/

.pagination {
    margin-top: 15px;
}


/*-----------------------------
ヨガピラティス検索結果画面（PC表示） 
------------------------------*/

.search_result-h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.search_result-h2 {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    float: left;
}

.search_result-h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.search_result-h3-2 {
    font-size: 10px;
    font-weight: bold;
}

.serch-result-top {
    border-left: 5px solid #696969;
    padding-left: 10px;
}

.serch_result-info p {
    margin-top: 3px;
    margin-left: 10px;
    float: left;
}

.research-contents {
    font-size: 13px;
}

.table-active {
    max-width: 100px;
    height: auto;
}

.research-condition-text {
    font-size: 12px;
}

.research-mark {
    float: right;
    font-size: 20px;
}

.yoga-result-doropdown {
    font-size: 13px;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.result-item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.result-item-table {
    font-size: 12px;
}

.campaign-box {
    background-color: #fff0f5;
    text-align: center;
    padding: 0.5em 1em;
    margin: 2em 0;
}

.campaign-box p {
    font-size: 13px;
    line-height: 2em;
    margin-top: 5px;
}

.campaign-box p img {
    max-width: 100%;
    margin-top: 5px;
}

.pagination-result {
    margin-top: 30px;
}

.detail-research {
    margin-bottom: 20px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.detail-research2 {
    margin-top: 20px;
}

.detail_serch {
    margin-bottom: 20px;
}

.area_relation_search {
    margin-top: 20px;
}

.area_relation_search h3 {
    font-size: 22px;
    border-left: 5px solid #6B757D;
    padding-left: 5px;
}

.area_relation_search h4 {
    font-size: 16px;
    border-left: 2px solid #6B757D;
    padding-left: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.result-studio-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.search_result-review {
    font-size: 13px;
    border-left: 3px solid #6B757D;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    float: left;
}

.result-revie_star {
    margin-top: 8px;
    float: left;
}

.erea_recommend_title {
    font-size: 15px;
    border-left: 3px solid #6B757D;
    margin-top: 7px;
    padding-left: 5px;
}

.erea_recommend_erea {
    font-size: 13px;
    border-left: 3px solid #6B757D;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.studio_copy_text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.result-type {
    margin-right: 10px;
}


/*-----------------------------
店舗詳細画面/studio（PC表示） 
------------------------------*/


/* Always set the map height explicitly to define the size of the div
* element that contains the map. */

#gmap {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.studio-catchCopy {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.studioContent-h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.studioContent-h2 {
    font-size: 22px;
    font-weight: bold;
    border-left: solid 5px #5C627B;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.studioContent-2-2 {
    font-size: 15;
    font-weight: bold;
    border-left: solid 6px #5C627B;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.studioIntroductionText {
    font-size: 11px;
    margin-bottom: 10px;
}

.studio-top-info {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 20px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
}

#carouselStudioIndicators {
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
}

.studio-introduction-text {
    font-size: 14px;
    color: #6B757D;
}

.studio-recomend-text {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
}

.studio-recomend-text P {
    margin-top: 5px;
    margin-bottom: 5px;
}

.badge-studio-point {
    margin-right: 5px;
}

#carouselStudioImageIndicators {
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
}

.card-img-top {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.rounded-pill {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.studio_review P {
    margin-bottom: 10px;
}

.studio_equip {
    margin-bottom: 10px;
}

.studio_prgoram {
    margin-bottom: 10px;
}

.table-content {
    font-size: 13px;
}


/*-----------------------------
口コミ詳細/review（PC表示） 
------------------------------*/

.fa-star,
.fa-star-half-alt {
    color: orange;
}

.review-h1 {
    font-size: 30px;
    font-weight: bold;
    border-left: solid 5px #696969;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.review-h2 {
    font-size: 15px;
}

.review-h3 {
    font-size: 15px;
    font-weight: bold;
    border-left: 3px solid;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    float: left;
}

.studio_review-total {
    width: 100%;
    height: auto;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.studio_review-items {
    list-style: none;
    padding-left: 10px;
}

.studio_review-items li {
    margin-bottom: 10px;
}

.review-score {
    float: left;
}

.reviewer-contents {
    width: 100%;
    height: auto;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.reviewer-content {
    padding-top: 5px;
    padding-bottom: 5px;
}


/*-----------------------------
利用規約ページ
------------------------------*/

.terms_content h1 {
    border-left: solid 5px #696969;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.terms_content h2 {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.terms_content P {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.terms_content li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}


/*-----------------------------
デバイス別表示非表示設定CSS 
------------------------------*/


/*PCの場合*/

.pc {
    display: block!important;
}

.sp {
    display: none!important;
}


/*-----------------------------
SP版表示CSS 
------------------------------*/

@media screen and (max-width: 768px) {
    /*タブレット、スマホの場合*/
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    .wrap {
        width: 100%;
        height: auto;
    }
    .header_sp {
        background-color: rgba(255, 255, 255, 0.7);
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /*トップページローテーション画像＆テキスト*/
    .top_page_sp_img_rote {
        position: relative;
    }
    .header_img_rote {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .top_page_sp_text {
        position: absolute;
        width: 100%;
        color: #fff;
        text-shadow: 1px 2px 3px #808080;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        top: 25%;
    }
    .top_page_sp_text h1 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 2.5em;
        margin-bottom: 10px;
    }
    .top_page_sp_text span {
        background-color: rgba(255, 0, 0, 0.7);
        font-size: 13px;
        padding: 2px;
    }
    /*-- ナビーゲーションドロワーのcss開始 --*/
    #nav-drawer {
        position: relative;
    }
    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display: none;
    }
    /*アイコンのスペース*/
    #nav-open {
        position: absolute;
        top: 10px;
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
    }
    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
        position: absolute;
        height: 3px;
        /*線の太さ*/
        width: 25px;
        /*長さ*/
        border-radius: 3px;
        background: #555;
        display: block;
        content: '';
        cursor: pointer;
    }
    #nav-open span:before {
        bottom: -8px;
    }
    #nav-open span:after {
        bottom: -16px;
    }
    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;
        /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;
        /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /*最前面に*/
        width: 90%;
        /*右側に隙間を作る（閉じるカバーを表示）*/
        max-width: 330px;
        /*最大幅（調整してください）*/
        height: 100%;
        background: #fff;
        /*背景色*/
        transition: .3s ease-in-out;
        /*滑らかに表示*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        /*左に隠しておく*/
    }
    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked~#nav-close {
        display: block;
        /*カバーを表示*/
        opacity: .5;
    }
    #nav-input:checked~#nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }
    /*-- ナビーゲーションドロワーここまで --*/
    .nav_sp {
        list-style: none;
        padding-left: 5px;
    }
    .nav-item_sp {
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 10px;
    }
    .nav_sp_2 {
        list-style: none;
    }
    .nav_sp_2 a {
        color: #413E3E;
    }
    .header_top_logo img {
        width: 100%;
        height: auto;
    }
    .sidebar img {
        width: 100%;
    }
    /*-- アコーディオン --*/
    .collapsed {
        font-size: 16px;
    }
    /*-- 地域記事ランキングのボタンのテキストサイズ --*/
    .area_button {
        font-size: 3vw;
    }
    .top-menu img {
        height: auto;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .top-menu {
        width: 30%;
        text-align: center;
        margin-left: 10px;
    }
    .searchtop-h1 {
        font-size: 15px;
        font-weight: bold;
    }
    .searchtop-h2 {
        font-size: 13px;
        font-weight: bold;
        margin-top: 20px;
    }
    .studioContent-h1 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .studioContent-h2 {
        font-size: 18px;
        font-weight: bold;
        border-left: solid 5px #5C627B;
        padding-left: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .special-info {
        color: black;
        font-size: 13px;
    }
    .special-content li {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .search_select_button {
        width: 100%;
        height: 100%;
        font-size: 3vw;
    }
    .search_button {
        margin-top: 10px;
        width: 100%;
        font-size: 3vw;
    }
    /*-----------------------------
    記事/single（SP表示） 
    ------------------------------*/
    .top-title {
        font-size: 15px;
    }
    .fa-angle-down {
        float: right;
    }
    .area_button_sp {
        font-size: 14px;
    }
}


/*-----------------------------
BOX 
------------------------------*/

.box1 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}

.box1 ul {
    list-style: none;
}

.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}

.box1 p {
    margin: 0;
    padding: 0;
}