/* CSS Document */
html {
    font-size: 62.5%
    }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    line-height: 160%;
    color: #000
    }
h2 {
    font-size: 4.5rem
    }
h3 {
    font-size: 3.8rem
    }
.clearfix:after {
    content: "";
    display: block;
    clear: both
    }
.clearfix:before {
    display: block;
    content: "";
    clear: both
    }
.clearfix {
    display: inline-block
    }
* html .clearfix {
    height: 1%
    }
.clearfix {
    display: block
    }
.clear {
    clear: both
    }
iframe {
    max-width: 100%
    }
img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important
    }
a {
    text-decoration: none;
    color: #000
    }
a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none
    }
a[href*="tel"] {
    pointer-events: none
    }
a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1
    }
a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1
    }
a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
a[data-href*="."]:hover:before {
    content: "リンクに飛ばない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px
    }
[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px
    }
ul, li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0
    }
dl, dt, dd {
    text-align: left;
    padding: 0;
    margin: 0
    }
/*フレックス*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
    }
/*フレックスセンター*/
.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center
    }
.flex > div[data-collection-list-content], .flex_c > div[data-collection-list-content] {
    width: 100%
    }
.flex > div[data-recommend-collection-list-content], .flex_c > div[data-recommend-collection-list-content] {
    width: 100%
    }
.tfm_p {
    position: relative
    }
/*左右中央寄せ*/
.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%)
    }
/*上下中央寄せ*/
.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%)
    }
/*上下左右中央寄せ*/
.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
    }
/*トリミング*/
.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
    /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
    }
@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 3.5rem
        }
    h3 {
        font-size: 2.8rem
        }
    a[href*="tel"] {
        pointer-events: initial !important
        }
    }