/*
Theme Name: enjn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Version: 1.0.2
*/
*,html{
    margin: 0;
    padding: 0;
    word-break: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
    -webkit-text-size-adjust: 100%;
    color: #323232;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.bold{
    font-weight: bold;
}
body {
    width: 100%;
    margin: 0 auto;
    zoom: 100%;
    background: #F2F0E9;
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    body {
        zoom: 80%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1320px) {
    body {
        zoom: 90%;
    }
}
img,embed{
    max-width: 100%;
}
.inner{
    margin: 0 auto;
    position: relative;
}
select::-ms-expand { display: none; }
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input{
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
}
[hidden]{
    display: none !important;
}
@media only screen and (min-width: 1000px) {
    .sm-only{
        display: none !important;
    }
    .inner{
        max-width: 1440px;
        padding: 0 50px;
    }
}
@media only screen and (max-width: 999px) {
    .lg-only{
        display: none !important;
    }
    .inner{
        padding: 0 8vw;
    }
}