@charset "utf-8";
/*@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/*--------------------------------------------*/

/*-------------------- form -----------------*/

/*--------------------------------------------*/

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/*--------------------------------------------*/

/*-------------------- style -----------------*/

/*--------------------------------------------*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #fff;
    /*font-family: "dnp-shuei-mincho-pr6n";*/
    /*font-family: "Noto Sans Japanese", sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif !important;
    font-weight: 500;
    font-size: 100%;
}

a {
    text-decoration: none;
    transition: 0.5s;
    color: #5ca50d;
}

a:hover {
    opacity: 0.7;
}

/* Navigation */

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1024px;
    height: auto;
    z-index: 100;
}

#pages .menu {
    padding-top: 40px;
}

#pages .gblnv_box #nav .logo img {
    width: 30%;
    height: auto;
    position: absolute;
    left: 25px;
    top: 30px;
}

#slide1 .containers.clearfix .rightlink {
    width: 37px;
    height: auto;
    padding: 10px;
    background-color: #cc5520;
    color: #fff;
    position: fixed;
    right: 0;
    top: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    letter-spacing: 1px;
    line-height: 1.2rem;
    font-size: 0.9rem;
    z-index: 100;
}

#nav {
    text-align: right;
    margin: 30px auto 0 auto;
}

.navigation {
    float: right;
    list-style: none;
    margin: 0;
}

.navigation li {
    float: left;
    padding: 0px;
    font-size: 0.83rem;
    letter-spacing: 1px;
    font-weight: 800;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.navigation li a {
    color: #000;
    display: block;
}

.navigation li:hover {
    cursor: pointer;
}

.navigation li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: red;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation li:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.navigation .active {
    cursor: pointer;
    color: #cc5520;
    font-weight: bold;
}

/*---- nav2 ------*/

#sidenav {
    width: 100px;
    position: fixed;
    height: auto;
    top: 0px;
    left: 0px;
    margin-top: 200px;
    z-index: 99999;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    right: 20px;
}

#sidenav ul {
    width: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/*body:not(.top) #sidenav {
  left: 93%;
  width: 100px;
}*/

.on {
    color: #cc5520 !important;
}

#sidenav li a:before.on {
    color: #cc5520 !important;
}

#sidenav li a:before {
    content: "●";
    position: absolute;
    left: 5px;
    top: 0px;
}

#sidenav li {
    width: 150px;
    height: 30px;
    text-align: left;
    position: relative;
    padding-left: 30px;
}

#sidenav li a {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: -30px;
    /*font-family: "Noto Sans Japanese", sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif !important;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 30px;
    color: #595757;
}

#sidenav li a span {
    opacity: 0;
    transition: 0.3s;
    display: block;
    padding-left: 30px;
}

#sidenav li a span:hover {
    opacity: 1;
}

/* Navigation END */

/* container */

.container {
    width: 1024px;
    height: auto;
    margin: 30px auto 30px auto;
}

/* container parts */

#slide2 .container,
#slide3 .container,
#slide4 .container,
#slide5 .container,
#slide6 .container,
#slide7 .container,
#slide9 .container {
    border-bottom: 1px solid #000;
    padding-bottom: 70px;
    padding-top: 40px;
}

#slide3 .container {
    border-bottom: none;
}

#slide2 .container h2,
#slide3 .container h2,
#slide5 .container h2,
#slide6 .container h2,
#slide7 .container h2,
#slide8 .container h2,
#slide9 .container h2 {
    color: #cc5520;
    font-weight: normal;
    font-size: 2.5rem;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    display: block;
    padding-bottom: 20px;
}

#slide4 .container h2 {
    color: #fff;
    font-weight: normal;
    font-size: 2.5rem;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

#slide2 .container h2 + span,
#slide3 .container h2 + span,
#slide5 .container h2 + span,
#slide6 .container h2 + span,
#slide7 .container h2 + span,
#slide8 .container h2 + span,
#slide9 .container h2 + span {
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    font-size: 1.3rem;
    text-align: center;
    display: block;
    letter-spacing: 2px;
}

#slide4 .container h2 + span {
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    font-size: 1.3rem;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    color: #fff;
    width: 65%;
    margin: 20px auto 0 auto;
    position: relative;
}

#slide4 .container h2 + span:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    top: -25px;
    left: 45%;
    background-color: #fff;
}

#slide2 .container p {
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    font-size: 1rem;
    line-height: 2rem;
    width: 90%;
    margin: 30px auto 0px auto;
}

#slide4 .container p {
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #fff;
    width: 65%;
    display: block;
    margin: 30px auto 20px auto;
}

/* news */

#slide3 .container.clearfix article {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

#slide3 .container.clearfix article .flex .post,
#slide4 article .flex figure,
#slide5 .container.clearfix .flex .basegoods,
#slide7 .container.clearfix .flex figure {
    padding: 20px;
}

#slide3 .container.clearfix article .flex .post a {
    color: #000;
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    font-size: 1rem;
}

#slide3 .container.clearfix article .flex .post header h3 {
    font-size: 1.2rem;
    display: block;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: normal;
    line-height: 1.4rem;
}

#slide3 .container.clearfix article .flex .post p {
    font-size: 0.9rem;
    line-height: 1.3rem;
}

#slide3 .container.clearfix article .flex .post time {
    font-size: 0.7rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

#slide3 .container.clearfix article .flex .post a img,
#slide4 .flex figure img,
#slide7 .container.clearfix .flex img {
    width: 100%;
    height: auto;
}

#slide3 article .flex .post img {
    width: 320px;
    height: auto;
}

#single .post img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

#slide3 .container.clearfix .more,
#slide6 .container.clearfix input[type="submit"] {
    width: 400px;
    height: auto;
    padding: 20px;
    text-align: center;
    color: #000;
    margin: 0 auto 0 auto;
    border: 1px solid #000;
    display: block;
    transition: 0s;
}

#slide3 .container.clearfix .more:hover,
#slide6 .container.clearfix input[type="submit"]:hover {
    background-color: #cc5520;
    border: 1px solid #cc5520;
    color: #fff;
    opacity: 1;
}

#pages #slide3 .container.clearfix.animated.fadeInRightShort article {
    border-top: 1px solid #000;
    margin-top: 30px;
}

/*　トリミングする外側の枠　*/

.trim {
    overflow: hidden;
    width: 310px;
    /* トリミングしたい枠の幅 */
    height: 300px;
    /* トリミングしたい枠の高さ */
    position: relative;
}

.trim img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#pages .animatedParent #slide3 {
    padding-top: 100px;
    padding-bottom: 0px;
    margin-bottom: -50px;
}

#pages .animatedParent #slide3 .post {
    position: relative;
    width: 33%;
}

#pages .animatedParent #slide3 #single .post {
    position: relative;
    width: 100%;
}

#pages .animatedParent #slide3 .post a time {
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

#pages .animatedParent #slide3 .post a time:before {
    content: "";
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 75%;
}

#single {
    display: block;
    padding-bottom: 30px;
}

#single .post header {
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    display: block;
    font-size: 1.3rem;
    padding-bottom: 30px;
}

#single .post .eye {
    display: block;
    margin: 20px auto;
    width: 80%;
}

#single .post .eye img {
    width: 100%;
    height: auto;
}

#single .post time {
    display: block;
    font-size: 0.8rem;
    color: #777;
}

#single .post p {
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    font-size: 1rem;
    color: #000;
    line-height: 1.5rem;
    margin: 20px auto 20px;
}

#single .post h3,
#single .post h4,
#single .post h5,
#single .post h6 {
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    display: block;
    font-size: 1.3rem;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    font-weight: normal;
    margin-top: 20px;
}

.pagination.flex .navlink {
    display: block;
    padding-top: 30px;
}

.pagination.flex .navlink .current {
    color: #cc5520;
    font-size: 0.9rem;
}

.pagination.flex .navlink a {
    margin: 0 10px 0 10px;
    font-size: 0.8rem;
    color: #333;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: #efefef;
}

#slide3 article .flex .post {
    position: relative;
    height: 500px;
}

#slide4 .container.clearfix header {
    display: block;
    background-color: #cc5520;
    width: 65%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto 40px auto;
}

#slide4 .container.clearfix article span {
    color: #cc5520;
    font-size: 2rem;
    text-align: center;
    position: relative;
    display: block;
    letter-spacing: 2px;
}

#slide4 .container.clearfix article p {
    color: #000;
    font-size: 0.9rem;
    line-height: 1.3rem;
    display: block;
    padding-bottom: 50px;
}

#slide4 .container.clearfix article span:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    bottom: 0px;
    left: 48.5%;
    background-color: #cc5520;
}

#slide4 .container.clearfix article h3 {
    color: #595757;
    font-weight: normal;
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    text-align: center;
    padding-top: 20px;
}

#slide4 .container.clearfix article h3 + .flex {
    margin-top: 30px;
}

#slide4 .flex + span {
    margin-top: 30px;
}

#slide4 .flex figure {
    height: auto;
    width: 50%;
}

#slide4 .flex figure figcaption {
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}

#slide4 .flex#wide {
    width: 80%;
    height: auto;
    padding: 0px;
    margin: -20px auto 0 auto;
}

#slide4 .flex#wide figure {
    padding: 0px;
    width: 100%;
    height: auto;
}

#slide5 .container.clearfix h3 {
    width: 100%;
    display: block;
    height: auto;
    background-color: #cc5520;
    color: #fff;
    padding: 10px;
    font-weight: normal;
    font-size: 1rem;
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    margin-top: 40px;
}

#slide5 .container.clearfix .flex .basegoods iframe {
    width: 100%;
    overflow: hidden !important;
    border: none;
}

#slide5 .flex .basegoods table {
    width: 100%;
    height: auto;
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    text-align: left;
    font-size: 0.8rem;
    margin-top: 10px;
}

#slide5 .flex .basegoods table caption {
    text-align: left;
    font-size: 1rem;
    padding: 5px;
    font-weight: bold;
}

#slide5 .flex .basegoods table tr th {
    /*font-family: "Noto Sans Japanese", sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif !important;
    font-weight: 500;
    width: 30%;
    padding: 3px;
    font-weight: normal;
}

#slide5 .flex .basegoods table tr td {
    /*font-family: "Noto Sans Japanese", sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif !important;
    font-weight: 500;
    padding: 3px;
}

.flex .basegoods img {
    width: 100%;
    height: auto;
}

#slide6 .container.clearfix p {
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    text-align: center;
    margin: 20px auto 20px auto;
    line-height: 1.3rem;
}

#slide6 .container.clearfix table {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 30px;
    border-top: 1px solid #e6e6e6;
}

#slide6 .container.clearfix .hss {
    display: block;
    text-align: right;
    font-size: 0.9rem;
    /*font-family: "Noto Sans Japanese", sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif !important;
    font-weight: 500;
    color: #444;
}

#slide6 .container.clearfix table tr th {
    width: 30%;
    padding: 15px;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
}

#slide6 .container.clearfix table tr td {
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
}

#slide6 .container.clearfix table tr td input[type="text"],
#slide6 .container.clearfix table tr td input[type="email"],
#slide6 .container.clearfix table tr td input[type="number"],
#slide6 .container.clearfix table tr td textarea {
    padding: 15px;
    background-color: #e6e6e6;
    width: 100%;
    height: auto;
}

#slide6 .container.clearfix .pptextarea {
    width: 90%;
    height: 200px;
    border: 1px solid #000000;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    overflow-y: scroll;
    color: #444;
    margin: 0 auto 0 auto;
    display: block;
}

.red {
    color: #e80307;
}

#slide6 .container.clearfix .pptextarea p,
#slide6 .container.clearfix .pptextarea h3 {
    /*font-family: "Noto Sans Japanese", sans-serif;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif !important;
    font-weight: 500;
    text-align: left;
    font-weight: normal;
}

#slide6 .container.clearfix .pptextarea p {
    font-size: 0.8rem;
}

#slide6 .container.clearfix .pptextarea + span {
    display: block;
    margin: 30px auto 0px auto;
    text-align: center;
    font-family: "dnp-shuei-mincho-pr6n";
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}

#slide6 .container.clearfix input[type="submit"] {
    margin-top: 30px;
}

#slide7 .container.clearfix .logo {
    display: block;
    width: 40%;
    height: auto;
    padding-top: 40px;
    margin: 0 auto 40px auto;
}

#slide7 .container.clearfix .flex {
    padding-bottom: 50px;
}

#slide7 .container.clearfix table {
    width: 60%;
    height: auto;
    text-align: left;
    font-size: 0.9rem;
    margin: 0 auto 0 auto;
}

#slide7 .container.clearfix table tr th {
    width: 30%;
    padding: 15px;
    font-weight: normal;
}

#slide7 .container.clearfix table tr td {
    padding: 15px;
}

.animatedParent #slide8 {
    display: block;
    padding-top: 50px;
}

#slide8 iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -10px;
}

/* flex */

.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

/* footer */

body footer {
    width: 100%;
    height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #cc5520;
    line-height: 50px;
    font-size: 0.9rem;
}

/*-------------お問い合わせ--------------*/

.contact h3 {
    background-color: #000;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border: none;
    font-size: 1em;
    margin-bottom: 20px;
}

.contact .cont {
    margin-bottom: 30px;
}

.disabled {
    color: #f70307;
    padding-left: 10px;
}

.contact table tr th,
.contact table tr td {
    border-bottom: 1px solid #ccc;
}

.contact input[type="text"],
.contact textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}

.select-box {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    height: auto;
    margin-right: 5px;
}

.contact select {
    border: 1px solid #ccc;
    width: 85%;
    height: auto;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 5px;
}

.select-box label {
    position: relative;
}

.select-box label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 55%;
    right: 10px;
    width: 10px;
    height: 50px;
    margin-top: -8px;
    background-repeat: no-repeat;
    background-position: 0 0 no-repeat;
    background-image: url(../img/ico/select.png);
    background-size: 10px;
    pointer-events: none;
}

input[type="submit"].form {
    display: block;
    text-align: center;
    background-color: #c50018;
    color: #fff !important;
    padding: 10px;
    margin-top: 30px;
    width: 100%;
    height: auto;
}

#top .flex .post {
    width: 33%;
}

/* Mobile Large min620px */

@media screen and (min-width: 38.75em) {
}

/*Tablet min740px */

@media screen and (min-width: 46.25em) {
    #content .bgslider h1 {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 9999;
        width: 2.5%;
    }
}

/* Desktop Small & tab big min1000px */

@media screen and (min-width: 62.5em) {
    .navigation li a.fb {
        background: url(../images/icon/fb.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px auto;
        padding-right: 20px;
        text-indent: -99999px;
    }
    .navigation li a.insta {
        background: url(../images/icon/insta.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px auto;
        padding-right: 20px;
        text-indent: -99999px;
    }
    /* bxslider  */
    #content .bgslider h1 {
        position: absolute;
        top: 160px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 99;
        width: 3%;
    }
    /* bxslider END */
}

/** Desktop min1290px */

@media screen and (min-width: 80.625em) {
    /* bxslider  */
    #content .bgslider h1 {
        position: absolute;
        top: 170px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 99;
        width: 3%;
    }
    /* bxslider END */
    .navigation li a.fb {
        background: url(../images/icon/fb.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px auto;
        padding-right: 20px;
        text-indent: 0px;
    }
    .navigation li a.insta {
        background: url(../images/icon/insta.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px auto;
        padding-right: 20px;
        text-indent: 0px;
    }
}
/* flyerここから */
.flyer-all {
	margin: 50px auto;
}
.flyer-all .flyer-imgs {
	display: flex;
	justify-content: center;
}
.flyer-all .flyer-imgs .flyer-imgs-div {
	width: 30%;
	margin: 20px;
	box-shadow: 3px 2px 2px #eeeeee;
	cursor: pointer;
}
.flyer-all .flyer-imgs .flyer-imgs-div a {
	display: block;
}
.flyer-all .flyer-imgs .flyer-imgs-div img {
	width: 100%;
	height: auto;
}


/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 800px;
  padding: 10px 30px;
  background-color: #fff;
}
.modalWrapper .modalContents {
	width: 100%;
	height: 90vh;
	padding: 20px;
}
.modalWrapper .modalContents img {
    display: block;
    width: auto;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
	box-shadow: 3px 2px 2px #eeeeee;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
/* flyerここまで */

/*-------------------------------------------*/

/* ------------   Tab max1000px ------------*/

/*-----------------------------------------*/

@media screen and (max-width: 62.5em) {
    /* bxslider  */
    #content .bgslider h1 {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 99;
        width: 3%;
    }
    /* bxslider END */
    /* container */
    .container {
        width: 100%;
        height: auto;
        margin: 30px auto 30px auto;
    }
    #sidenav {
        display: none !important;
    }
    .menu {
        width: 95%;
        position: fixed;
        height: auto;
    }
    #pages .menu {
        padding-top: 0px;
    }
    #pages .gblnv_box #nav .logo img {
        width: 40%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
    }
    #nav {
        width: 98%;
        margin: 0px;
    }
    .navigation {
        width: 30%;
        float: none;
        list-style: none;
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .navigation li:first-child {
        margin-top: 30px;
    }
    .navigation li {
        display: block;
        clear: both;
        text-align: center;
        width: 100%;
        padding: 10px;
        letter-spacing: 2px;
    }
    .navigation li a {
        color: #000;
    }
    .navigation li a.fb {
        background: url(../images/icon/fb.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px auto;
        padding-right: 20px;
    }
    .navigation li a.insta {
        background: url(../images/icon/insta.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px auto;
        padding-right: 20px;
    }
    .slide {
        background-attachment: fixed;
        width: 100%;
        position: relative;
        padding: 0px 0;
    }
    /*--ハンバーガー----*/
    .gblnv_box {
        background-color: transparent;
        width: 100%;
        height: 73px;
    }
    .gblnv_box div {
        margin: 0px;
        cursor: pointer;
    }
    .gblnv_block {
        background-color: rgba(255, 255, 255, 0.8);
        color: #ffffff;
        height: 100vh !important;
        display: none;
        position: relative;
    }
    .gblnv_block ul {
        padding: 10px;
    }
    .gblnv_block ul li {
        line-height: 180%;
        list-style: none;
        color: #000;
    }
    .gblnv_block .sns li:first-child {
        margin-right: 20px;
    }
    .gblnv_block ul li a {
        color: #000;
        font-size: 1em;
        line-height: 260%;
        text-align: center;
        width: 100%;
        display: block;
    }
    .onanimation {
        display: block;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 60px;
        height: 44px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #cc5520;
        border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 20px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 0.8s forwards;
        animation: active-menu-bar02 0.8s forwards;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
    }
    /*--ハンバーガーEND----*/
    #pages .animatedParent #slide3 {
        padding-top: 0px;
    }
    #pages .animatedParent #slide3 .post a time:before {
        height: 0px;
    }
    #pages #slide3 .container.clearfix article .flex .post header h3 {
        font-size: 0.8rem;
    }
    #pages #slide3 .container.clearfix article .flex .post {
        padding-bottom: 150px;
        height: auto;
    }
    #pages #slide3 .container.clearfix article .flex .post p {
        font-size: 0.7rem;
        line-height: 1rem;
    }
    #pages #slide3 .container.clearfix article .flex .post time {
        font-size: 0.6rem;
        margin-top: 5px;
    }
    #pages .animatedParent #slide3 {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: -80px;
    }
    .trim {
        width: 100%;
        height: 100%;
    }
    #single {
        width: 90%;
        margin: 0 auto;
    }
    #single img.size-fill {
        width: 80%;
        margin: 0 auto;
    }
    #single .post header {
        font-family: "dnp-shuei-mincho-pr6n";
        /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
        display: block;
        font-size: 1.3rem;
        padding-bottom: 30px;
    }
    #single .post .eye img {
        width: 100%;
        height: auto;
    }
    #single .post time {
        display: block;
        font-size: 0.7rem;
        color: #777;
    }
    #single .post p {
        font-family: "dnp-shuei-mincho-pr6n";
        /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
        font-size: 0.9rem;
        color: #000;
        line-height: 1.5rem;
        margin: 20px auto 20px;
    }
    #single .post h3,
    #single .post h4,
    #single .post h5,
    #single .post h6 {
        font-family: "dnp-shuei-mincho-pr6n";
        /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
        display: block;
        font-size: 1.3rem;
        border-bottom: 1px solid #efefef;
        padding-bottom: 15px;
        font-weight: normal;
        margin-top: 20px;
    }
    .pagination.flex .navlink .current {
        color: #cc5520;
        font-size: 0.7rem;
    }
    .pagination.flex .navlink a {
        margin: 0 5px 0 5px;
        font-size: 0.6rem;
    }
    body footer {
        height: 40px;
        line-height: 40px;
        font-size: 0.7rem;
    }
    .container.clearfix.animated.fadeInRightShort .flex .basegoods {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

/* Mobile (4,5,6,7,X) max736*/

@media screen and (max-width: 736px) {
    body {
        overflow: hidden;
    }
    #slide1 .containers.clearfix .rightlink {
        right: 0px;
        top: 50px;
    }
    .flex {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    /* bxslider  */
    #content .bgslider h1 {
        top: 25%;
        width: 40px;
    }
    /* bxslider END */
    /* container */
    .container {
        width: 100%;
        height: auto;
        margin: 30px auto 30px auto;
    }
    #sidenav {
        display: none !important;
    }
    #pages .menu {
        padding-top: 0px;
    }
    #pages .gblnv_box #nav .logo img {
        width: 80%;
    }
    #nav {
        width: 95% !important;
        margin: 0px;
    }
    .navigation li:first-child {
        margin-top: 0px;
    }
    .menu {
        width: 100%;
        position: fixed;
    }
    .navigation {
        width: 100%;
        float: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .navigation li a.fb {
        background: url(../images/icon/fb.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px auto;
        padding-right: 20px;
    }
    .navigation li a.insta {
        background: url(../images/icon/insta.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 15px auto;
        padding-right: 20px;
    }
    .navigation li:hover {
        cursor: pointer;
    }
    .navigation li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background-color: red;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navigation li:hover::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    .navigation .active {
        cursor: pointer;
        color: #cc5520;
        font-weight: bold;
    }
    /*---- nav2 ------*/
    /* Navigation END */
    /*--ハンバーガー----*/
    .gblnv_box {
        background-color: transparent;
        width: 100%;
        height: 73px;
        z-index: 9999999;
        position: fixed;
        top: 0;
    }
    .gblnv_box div {
        margin: 10px;
        cursor: pointer;
    }
    .gblnv_block {
        background-color: rgba(255, 255, 255, 0.7);
        color: #000;
        width: 80% !important;
        margin: 0 auto 0 auto !important;
        z-index: 9999999;
        padding: 20px;
    }
    .gblnv_block ul {
        padding: 10px;
    }
    .gblnv_block ul li {
        display: block;
        clear: both;
        text-align: center;
        width: 100%;
        padding: 20px;
        letter-spacing: 2px;
    }
    .gblnv_block ul li a {
        color: #000;
        font-size: 1em;
        line-height: 100%;
        text-align: center;
        width: 100%;
        display: block;
    }
    .onanimation {
        display: block;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 60px;
        height: 44px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #cc5520;
        border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 20px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 0.8s forwards;
        animation: active-menu-bar02 0.8s forwards;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
    }
    /*--ハンバーガーEND----*/
    /* bxslider  */
    #content .bgslider h1 {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 99;
        width: 10%;
    }
    /* bxslider END */
    /* container */
    .container {
        width: 100%;
        height: auto;
        margin: 30px auto 30px auto;
    }
    .slide {
        width: 100%;
        position: relative;
        padding: 0px 0;
    }
    /* container parts */
    #slide2 .container,
    #slide3 .container,
    #slide4 .container,
    #slide5 .container,
    #slide6 .container,
    #slide7 .container {
        padding-bottom: 70px;
        padding-top: 40px;
    }
    #slide2 .container h2,
    #slide3 .container h2,
    #slide5 .container h2,
    #slide6 .container h2,
    #slide7 .container h2,
    #slide8 .container h2,
    #slide9 .container h2 {
        font-size: 2rem;
        letter-spacing: 3px;
        padding-bottom: 20px;
    }
    #slide4 .container h2 {
        font-size: 2rem;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #slide2 .container h2 + span,
    #slide3 .container h2 + span,
    #slide5 .container h2 + span,
    #slide6 .container h2 + span,
    #slide7 .container h2 + span,
    #slide8 .container h2 + span,
    #slide9 .container h2 + span {
        font-family: "dnp-shuei-mincho-pr6n";
        /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
        font-size: 1rem;
    }
    #slide4 .container h2 + span {
        font-family: "dnp-shuei-mincho-pr6n";
        /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
        font-size: 1rem;
        width: 65%;
        margin: 20px auto 0 auto;
        position: relative;
    }
    #slide4 .container h2 + span:before {
        content: "";
        position: absolute;
        height: 3px;
        width: 30px;
        top: -25px;
        left: 45%;
        background-color: #fff;
    }
    #slide2 .container p {
        font-family: "dnp-shuei-mincho-pr6n";
        /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
        font-size: 0.9rem;
        line-height: 1.5rem;
        width: 80%;
        margin: 30px auto 0px auto;
    }
    #slide4 .container p {
        font-family: "dnp-shuei-mincho-pr6n";
        /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
        font-size: 0.8rem;
        line-height: 1.3rem;
        color: #fff;
        width: 65%;
        display: block;
        margin: 30px auto 20px auto;
    }
    /* news */
    #slide3 .container.clearfix article {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #slide3 .container.clearfix article .flex .post,
    #slide4 article .flex figure,
    #slide5 .container.clearfix .flex .basegoods,
    #slide7 .container.clearfix .flex figure {
        padding: 5px;
    }
    #pages #slide3 .container.clearfix article .flex .post {
        padding-bottom: 0px;
        height: auto;
        width: 100%;
        display: block;
        margin: 0 auto;
        position: static;
    }
    #top .flex .post {
        width: 95%;
        height: auto;
        margin: 0 auto 50px auto;
    }
    #slide3 article .flex .post {
        height: auto;
    }
    #slide3 .container.clearfix article .flex .post a {
        font-size: 1rem;
    }
    #slide3 .container.clearfix article .flex .post header h3 {
        font-size: 1rem;
        display: block;
        padding-bottom: 10px;
    }
    #slide3 .container.clearfix article .flex .post p {
        font-size: 0.8rem;
        line-height: 1.3rem;
        margin-bottom: 10px;
    }
    #slide3 .container.clearfix article .flex .post time {
        font-size: 0.7rem;
    }
    #slide3 .container.clearfix article .flex .post a img,
    #slide4 .flex figure img,
    #slide7 .container.clearfix .flex img {
        width: 100%;
        height: auto;
    }
    #slide3 .container.clearfix .more,
    #slide6 .container.clearfix input[type="submit"] {
        font-size: 0.9rem;
        width: 80%;
        letter-spacing: 2px;
    }
    .trim {
        width: 100%;
        height: 50%;
    }
    #slide4 .container.clearfix header {
        width: 80%;
        padding: 20px;
    }
    #slide4 .container.clearfix article span {
        font-size: 1.5rem;
    }
    #slide4 .container.clearfix article p {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    #slide4 .container.clearfix article span:after {
        width: 30px;
        bottom: 0px;
        left: 46%;
    }
    #slide4 .container.clearfix article h3 {
        display: block;
        width: 70%;
        margin: 0 auto 0 auto;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    #slide4 .container.clearfix article h3 + .flex {
        margin-top: 30px;
    }
    #slide4 .flex,
    #slide5 .container.clearfix .flex {
        display: block;
        clear: both;
        float: none;
        margin: 0 auto 0 auto;
    }
    #slide4 .flex + span {
        margin-top: 30px;
    }
    #slide4 .flex figure {
        height: auto;
        width: 70%;
        margin: 0 auto 0 auto;
    }
    #slide4 .flex figure figcaption {
        font-size: 0.9rem;
    }
    #slide4 .flex#wide {
        width: 70%;
    }
    #slide5 .container.clearfix h3 {
        width: 95%;
        padding: 10px;
        font-weight: normal;
        font-size: 0.9rem;
        margin: 40px auto 0 auto;
    }
    #slide5 .container.clearfix .flex .basegoods iframe {
        width: 100%;
        margin: 0 auto 0 auto;
        display: block;
    }
    #slide5 .flex .basegoods table {
        width: 100%;
        height: auto;
        font-size: 0.8rem;
        margin: 10px auto 0 auto;
    }
    #slide5 .flex .basegoods table caption {
        font-size: 0.9rem;
    }
    #slide5 .flex .basegoods table tr th {
    }
    #slide5 .flex .basegoods table tr td {
    }
    #slide6 .container.clearfix p {
        font-size: 0.9rem;
        line-height: 1rem;
    }
    #slide6 .container.clearfix table {
        width: 95%;
        font-size: 0.9rem;
    }
    #slide6 .container.clearfix .hss {
        padding-right: 20px;
        font-size: 0.8rem;
    }
    #slide6 .container.clearfix table tr th {
        width: 100%;
        padding: 10px;
        display: block;
        clear: both;
        text-align: center;
    }
    #slide6 .container.clearfix table tr td {
        width: 100%;
        padding: 10px;
        display: block;
        clear: both;
    }
    #slide6 .container.clearfix table tr td input[type="text"],
    #slide6 .container.clearfix table tr td input[type="email"],
    #slide6 .container.clearfix table tr td input[type="number"],
    #slide6 .container.clearfix table tr td textarea {
    }
    #slide6 .container.clearfix .pptextarea {
        width: 90%;
        height: 200px;
        color: #666;
    }
    #slide6 .container.clearfix .pptextarea p,
    #slide6 .container.clearfix .pptextarea h3 {
        font-size: 0.9rem;
    }
    #slide6 .container.clearfix .pptextarea p {
        font-size: 0.7rem;
    }
    #slide6 .container.clearfix .pptextarea + span {
    }
    #slide6 .container.clearfix input[type="submit"] {
        margin-top: 30px;
    }
    #slide7 .container.clearfix .logo {
        width: 60%;
        padding-top: 40px;
        margin: 0 auto 30px auto;
    }
    #slide7 .container.clearfix .flex {
    }
    #slide7 .container.clearfix table {
        width: 90%;
        font-size: 0.7rem;
        margin-bottom: 30px;
    }
    #slide7 .container.clearfix table tr th {
        width: 30%;
        padding: 5px;
        font-weight: normal;
    }
    #slide7 .container.clearfix table tr td {
        padding: 5px;
    }
    #slide8 iframe {
        height: 400px;
        margin-bottom: -10px;
    }
    #single img {
        height: auto;
        max-width: 100%;
    }
	#slide9 .container h2 + span {
		width: 90%;
		margin: auto;
	}
}

@media screen and (max-width: 500px) {
	.modalWrapper {
    width: 90%;
}
.modalWrapper .modalContents {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.modalWrapper .modalContents img {
    width: 100%;
    height: auto;
}
	
}





/* Google Chorome BugFix */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .grid {
        display: block !important;
    }
}

/*  */
.hero-swiper,
.hero-swiper .swiper-wrapper {
    width: 100%;
    height: 90vh;
}

.hero-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 20%;
}

.wp-caption {
    width: 100% !important;
}
