/*
Theme Name: Mori tabi v25 Theme
Theme URI: https://www.mori-tabi.jp
Description: Designed by ML Design
Version: 25.11
Author: ML Design
Author URI: https://www.ml-design.jp/
Tags:
*/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?6me3me');
    src:  url('fonts/icomoon.eot?6me3me#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6me3me') format('truetype'),
    url('fonts/icomoon.woff?6me3me') format('woff'),
    url('fonts/icomoon.svg?6me3me#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-icon_menu:before {
    content: "\e905";
}
.icon-home:before {
    content: "\e90a";
}
.icon-location:before {
    content: "\e90c";
}
.icon-arrow-left2:before {
    content: "\e901";
}
.icon-arrow-up2:before {
    content: "\e902";
}
.icon-arrow-right2:before {
    content: "\e903";
}
.icon-arrow-down2:before {
    content: "\e904";
}
.icon-instagram:before {
    content: "\e914";
}


*{
    margin: 0px;
    padding: 0px;
}
html{
    font-size: 62.5%; /*10px*/
}
body{
    font-family: YakuHanJPs, MyYuGothicM, "遊ゴシック Medium", "Yu Gothic Medium", 遊ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}
a:hover {
    color: #F60;
}
a {
    transition: 0.3s;
}

/* reset */
img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    
    /* transform */
    -webkit-transform: translate(1px,1px);
    -moz-transform: translate(1px,1px);
    -ms-transform: translate(1px,1px);
    -o-transform: translate(1px,1px);
    transform: translate(1px,1px);
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
p, pre, em {
    margin: 0px;
    padding: 0px;
}
ul, dl, ol, li, dt, dd {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/* text */
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img.alignleft {
    margin-right: 8px;
    margin-bottom: 8px;
}
img.alignright {
    margin-left: 8px;
    margin-bottom: 8px;
}
.aligncenter {
    text-align: center!important;
    display: block;
}
.float_right {
    float: right;
    margin-left: 10px;
}
.float_left {
    float: left;
    margin-right: 10px;
}
.clear {
    margin: 0px;
    padding: 0px;
    clear: both;
}
.post-edit-link {
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
    display: block;
    clear: both;
    text-decoration: none;
    border: 1px dashed #CCCCCC;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F0F0F0;
}

/* html5 */
section, hgroup, nav, header, footer, section, article, aside {
    margin: 0px;
    padding: 0px;
    display: block;
}

/* color */
.red{
    color: #FF0000;
}
.orange {
    color: #c11a1a;
}
.blue{
    color: #0000FF;
}
.green {
    color: #006600;
}


/* wp-pagenavi */
.wp-pagenavi {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
}
.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 1.8rem!important;
    display: block;
    float: left;
    padding-right: 8px!important;
    padding-left: 8px!important;
    border: none;
    margin: 4px;
    border-radius: 5px;
}
.wp-pagenavi span {
    background-color: #a6b5a9;
    color: #FFFFFF;
}
.wp-pagenavi a {
    color: #FFFFFF;
    background-color: #006b34;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .wp-pagenavi span,
    .wp-pagenavi a {
        font-size: 1.9rem!important;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .wp-pagenavi span,
    .wp-pagenavi a {
        font-size: 2.1rem!important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .wp-pagenavi span,
    .wp-pagenavi a {
        font-size: 2.4rem!important;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .wp-pagenavi span,
    .wp-pagenavi a {
        font-size: 2.6rem!important;
    }
}



/* block */
#wrapper {
    width: 100%;
    overflow-x: hidden;
}
#upper_block {
    margin: 0px;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}
#upper_block_inner {
    width: 100%;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    overflow: hidden;
}
#middle_block {
    margin: 0px;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
}
#middle_block_inner {
    text-align: left;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    overflow: hidden;
}
#under_block {
    width: 100%;
    overflow: hidden;
    padding-top: 66px;
    background-image: url(image/base/under_bar_400.svg);
    background-repeat: no-repeat;
    background-size: 441px auto;
    background-position: center top;
}
#under_block_inner {
    background-color: #eff4df;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #middle_block_inner {
        width: 100%;
    }
    #under_block {
        padding-top: 110px;
        background-image: url(image/base/under_bar_800.svg);
        background-size: 790px auto;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #middle_block_inner {
        width: 100%;
    }
    #under_block {
        padding-top: 155px;
        background-image: url(image/base/under_bar_800.svg);
        background-size: 1000px auto;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #middle_block_inner {
        width: 1000px;
    }
    #under_block {
        padding-top: 123px;
        background-image: url(image/base/under_bar_1400.svg);
        background-size: 1400px auto;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #middle_block_inner {
        width: 1400px;
    }
    #under_block {
        padding-top: 172px;
        background-image: url(image/base/under_bar_1400.svg);
        background-size: 2000px auto;
    }
}


/* entry */
.entry,
#faq_area {
    width: auto;
    clear: both;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}
.entry h1 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif, sans-serif;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    clear: both;
    margin-bottom: 22px;
    transition: 0.6s;
}
.entry h2,
.faq h2 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif, sans-serif;
    font-size: 2.1rem;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 12px;
    clear: both;
    transition: 0.6s;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ccc;
}
.faq h2::before {
    content: "Q: ";
}
.entry h3 {
    font-size: 1.8rem;
    color: #186d33;
    padding-top: 6px;
    padding-bottom: 15px;
    clear: both;
}
.entry h4 {
    font-size: 1.7rem;
    padding-top: 5px;
    padding-bottom: 15px;
    clear: both;
}
.entry h5 {
    font-size: 1.5rem;
    padding-top: 5px;
    padding-bottom: 15px;
    clear: both;
}
.entry p,
.faq p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    transition: 0.6s;
}
.entry ul,
.faq ul {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
}
.entry li,
.faq li {
    font-size: 1.5rem;
    line-height: 3.0rem;
    margin-bottom: 3px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}
.entry ul li ul {
    padding-left: 20px;
}
.entry dl {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 15px;
}
.entry dt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 3px;
    margin-top: 5px;
    padding-left: 5px;
}
.entry dd {
    font-size: 1.6rem;
    padding-left: 35px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFFFFF;
    padding-top: 2px;
}
.entry em {
    font-size: 120%;
    font-style: normal;
    font-weight: bolder;
    color: #3399CC;
}
.entry table {
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.entry td,
.entry th {
    padding: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    font-size: 1.5rem;
}
.entry time {
    font-size: 1.6rem;
    color: #666666;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .entry,
    #faq_area {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .entry h1 {
        font-size: 3.2rem;
        padding-top: 23px;
        padding-bottom: 18px;
        margin-bottom: 30px;
    }
    .entry h2,
    .faq h2 {
        font-size: 2.2rem;
        padding-top: 18px;
        padding-bottom: 12px;
        text-align: left;
    }
    .entry h3 {
        font-size: 1.9rem;
        padding-top: 6px;
        padding-bottom: 15px;
    }
    .entry h4 {
        font-size: 1.7rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry h5 {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry p,
    .faq p {
        font-size: 1.6rem;
        line-height: 3rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry ul,
    .faq ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry li,
    .faq li {
        font-size: 1.6rem;
        line-height: 3rem;
        margin-bottom: 3px;
        padding-left: 10px;
    }
    .entry ul li ul {
        padding-left: 20px;
    }
    .entry dl {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
        padding-right: 45px;
    }
    .entry dt {
        font-size: 1.6rem;
        line-height: 3rem;
        margin-bottom: 3px;
        margin-top: 5px;
        padding-left: 5px;
    }
    .entry dd {
        font-size: 1.6rem;
        padding-left: 35px;
        padding-bottom: 3px;
        padding-top: 2px;
    }
    .entry td,
    .entry th {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .entry,
    #faq_area {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .entry h1 {
        font-size: 3.7rem;
        padding-top: 23px;
        padding-bottom: 18px;
        margin-bottom: 30px;
    }
    .entry h2,
    .faq h2 {
        font-size: 2.7rem;
        padding-top: 18px;
        padding-bottom: 12px;
        text-align: left;
    }
    .entry h3 {
        font-size: 2.0rem;
        padding-top: 6px;
        padding-bottom: 15px;
    }
    .entry h4 {
        font-size: 1.7rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry h5 {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry p,
    .faq p {
        font-size: 1.7rem;
        line-height: 3rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry ul,
    .faq ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry li,
    .faq li {
        font-size: 1.7rem;
        line-height: 3rem;
        margin-bottom: 3px;
        padding-left: 10px;
    }
    .entry ul li ul {
        padding-left: 20px;
    }
    .entry dl {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
        padding-right: 45px;
    }
    .entry dt {
        font-size: 1.7rem;
        line-height: 3rem;
        margin-bottom: 3px;
        margin-top: 5px;
        padding-left: 5px;
    }
    .entry dd {
        font-size: 1.7rem;
        padding-left: 35px;
        padding-bottom: 3px;
        padding-top: 2px;
    }
    .entry td,
    .entry th {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .entry,
    #faq_area {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .entry h1 {
        font-size: 4.4em;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 35px;
    }
    .entry h2,
    .faq h2 {
        font-size: 3.0rem;
        padding-top: 20px;
        padding-bottom: 18px;
        text-align: left;
    }
    .entry h3 {
        font-size: 2.0rem;
        padding-top: 6px;
        padding-bottom: 15px;
    }
    .entry h4 {
        font-size: 1.7rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry h5 {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry p,
    .faq p {
        font-size: 2.0rem;
        line-height: 3.4rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry ul,
    .faq ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry li,
    .faq li {
        font-size: 2.0rem;
        line-height: 3rem;
        margin-bottom: 3px;
        padding-left: 10px;
    }
    .entry ul li ul {
        padding-left: 20px;
    }
    .entry dl {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
        padding-right: 45px;
    }
    .entry dt {
        font-size: 2.0rem;
        line-height: 3rem;
        margin-bottom: 3px;
        margin-top: 5px;
        padding-left: 5px;
    }
    .entry dd {
        font-size: 1.8rem;
        padding-left: 35px;
        padding-bottom: 3px;
        padding-top: 2px;
    }
    .entry td,
    .entry th {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .entry,
    #faq_area {
        width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    .entry h1 {
        font-size: 4.6rem;
        padding-top: 26px;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .entry h2,
    .faq h2 {
        font-size: 3.2rem;
        padding-top: 26px;
        padding-bottom: 20px;
        text-align: left;
    }
    .entry h3 {
        font-size: 2.0rem;
        padding-top: 6px;
        padding-bottom: 15px;
    }
    .entry h4 {
        font-size: 1.7rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry h5 {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry p,
    .faq p {
        font-size: 2.3rem;
        line-height: 3.4rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry ul,
    .faq ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry li,
    .faq li {
        font-size: 2.3rem;
        line-height: 3rem;
        margin-bottom: 3px;
        padding-left: 10px;
    }
    .entry ul li ul {
        padding-left: 20px;
    }
    .entry dl {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
        padding-right: 45px;
    }
    .entry dt {
        font-size: 2.0rem;
        line-height: 3rem;
        margin-bottom: 3px;
        margin-top: 5px;
        padding-left: 5px;
    }
    .entry dd {
        font-size: 1.8rem;
        padding-left: 35px;
        padding-bottom: 3px;
        padding-top: 2px;
    }
    .entry td,
    .entry th {
        font-size: 1.8rem;
    }
}


/* scroller */
#scroller {
    position: fixed;
    z-index: 999;
    right: 5px;
    bottom: 17px;
    display: block;
    transition: 0.9s;
}
#scroller a {
    font-size: 1.9rem;
    color: #000;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    background-image: url(image/base/scroller_bg.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#scroller a:hover {
    color: #F60;
}
#scroller span {
    padding-top: 8px;
    display: block;
}
.appearance a {
    display: block!important;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #scroller a {
        font-size: 1.9rem;
        width: 40px;
        height: 40px;
    }
    #scroller span {
        padding-top: 8px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #scroller a {
        font-size: 2.2rem;
        width: 50px;
        height: 50px;
    }
    #scroller span {
        padding-top: 13px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #scroller a {
        font-size: 2.2rem;
        width: 50px;
        height: 50px;
    }
    #scroller span {
        padding-top: 13px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #scroller a {
        font-size: 2.2rem;
        width: 50px;
        height: 50px;
    }
    #scroller span {
        padding-top: 13px;
    }
}


/* logo */
#logo {
    width: auto;
    height: auto;
    position: absolute;
    top: 550px;
    left: 20px;
    z-index: 2;
}
.sub_page #logo {
    top: 232px;
}
#logo img {
    width: 100px;
    height: auto;
}
#logo a {
    display: block;
    width: 100%;
    height: auto;
}
#logo small {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-right: 10%;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #logo {
        top: 600px;
        left: 20px;
    }
    .sub_page #logo {
        top: 264px;
    }
    #logo img {
        width: 120px;
    }
    #logo small {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #logo {
        top: 580px;
        left: calc(50% - 80px);
    }
    .sub_page #logo {
        top: 316px!important;
    }
    #logo img {
        width: 160px;
    }
    #logo small {
        font-size: 3.0rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #logo {
        top: 720px;
        left: calc(50% - 90px);
    }
    .sub_page #logo {
        top: 330px;
    }
    #logo img {
        width: 180px;
    }
    #logo small {
        font-size: 3.4rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #logo {
        top: 830px;
        left: calc(50% - 105px);
    }
    .sub_page #logo {
        top: 416px;
    }
    #logo img {
        width: 210px;
    }
    #logo small {
        font-size: 3.8rem;
    }
}


/* modal_nav */
#modal_nav {
    width: 80px;
    height: auto;
    position: absolute;
    top: 565px;
    right: 10px;
    z-index: 9;
    left: auto;
    transition: 0.2s;
}
.sub_page #modal_nav {
    top: 238px;
}
#modal_nav ul {
    overflow: hidden;
}
#modal_nav li {
    width: 80px;
    height: 70px;
    float: left;
    background-image: url(image/base/menu_bg.svg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 100% auto;
}
#modal_nav a {
    text-decoration: none;
    display: block;
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: bold;
    width: 100%;
    height: auto;
    color: #000;
    cursor: pointer;
    text-align: center;
    translate: 0 16px;
}
#modal_nav a:hover {
    color: #f60;
}
#modal_nav a small {
    display: block;
    font-size: 40%;
}
.fixed {
    position: fixed!important;
    top: 0px!important;
}
.fixed small {
    display: none!important;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #modal_nav {
        width: 86px;
        top: 611px;
    }
    .sub_page #modal_nav {
        top: 274px;
    }
    #modal_nav li {
        width: 86px;
        height: 84px;
    }
    #modal_nav a {
        font-size: 2.8rem;
        translate: 0 19px;
    }
    .fixed {
        top: 10px!important;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #modal_nav {
        width: 90px;
        top: 616px;
    }
    .sub_page #modal_nav {
        top: 330px;
    }
    #modal_nav li {
        width: 90px;
        height: 110px;
    }
    #modal_nav a {
        font-size: 3.2rem;
        translate: 0 22px;
    }
    .fixed {
        top: 10px!important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #modal_nav {
        width: 96px;
        top: 763px;
    }
    .sub_page #modal_nav {
        top: 359px;
    }
    #modal_nav li {
        width: 96px;
        height: 100px;
    }
    #modal_nav a {
        font-size: 3.4rem;
        translate: 0 20px;
    }
    .fixed {
        top: 20px!important;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #modal_nav {
        width: 100px;
        top: 844px;
    }
    .sub_page #modal_nav {
        top: 442px;
    }
    #modal_nav li {
        width: 100px;
        height: 120px;
    }
    #modal_nav a {
        font-size: 3.9rem;
        translate: 0 21px;
    }
    .fixed {
        top: 20px!important;
    }
}


/* return_home */
#return_home {
    position: absolute;
    top: 680px;
    left: 20px;
    z-index: 2;
}
.sub_page #return_home {
        top: 365px;
}
#return_home a {
    color: #000;
    text-decoration: none;
    width: 38px;
    height: 49px;
    display: block;
    text-align: center;
}
#return_home a:hover {
    color: #f60;
}
#return_home img {
    width: 28px;
    height: auto;
}
#return_home small {
    font-size: 1.3rem;
    display: block;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #return_home {
        top: 792px;
        left: 20px;
    }
    .sub_page #return_home {
        top: 435px;
    }
    #return_home a {
        width: 40px;
        height: 51px;
    }
    #return_home img {
        width: 29px;
    }
    #return_home small {
        font-size: 1.4rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #return_home {
        top: 815px;
        left: 20px;
    }
    .sub_page #return_home {
        top: 532px;
    }
    #return_home a {
        width: 48px;
        height: 54px;
    }
    #return_home img {
        width: 30px;
    }
    #return_home small {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #return_home {
        top: 946px;
        left: 20px;
    }
    .sub_page #return_home {
        top: 552px;
    }
    #return_home a {
        width: 50px;
        height: 56px;
    }
    #return_home img {
        width: 31px;
    }
    #return_home small {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #return_home {
        top: 1092px;
        left: 20px;
    }
    .sub_page #return_home {
        top: 695px;
    }
    #return_home a {
        width: 54px;
        height: 57px;
    }
    #return_home img {
        width: 32px;
    }
    #return_home small {
        font-size: 1.7rem;
    }
}


/* sl sub_theme */
#sl {
    overflow: hidden;
    position: relative;
    height: 600px;
}
#sl video {
    height: 600px;
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
}
#sub_theme {
    overflow: hidden;
    position: relative;
    height: 270px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.detail_all {
    background-image: url(image/sl/detail_all.webp);
}
.detail_moritabi {
    background-image: url(image/sl/detail_moritabi.webp);
}
.detail_farm {
    background-image: url(image/sl/detail_farm.webp);
}
.detail_news {
    background-image: url(image/sl/detail_news.webp);
}
.detail_faq {
    background-image: url(image/sl/detail_faq.webp);
}
.detail_cart {
    background-image: url(image/sl/detail_cart.webp);
}
.detail_workshop {
    background-image: url(image/sl/detail_workshop.webp);
}
.detail_contact {
    background-image: url(image/sl/detail_contact.webp);
}
.detail_aromaoil {
    background-image: url(image/sl/detail_aromaoil.webp);
    }
.detail_attention {
    background-image: url(image/sl/detail_attention.webp);
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #sl {
        height: 650px;
    }
    #sl video {
        height: 650px;
    }
    #sub_theme {
        height: 310px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #sl {
        height: 650px;
    } 
    #sl video {
        height: 650px;
    }
    #sub_theme {
        height: 370px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #sl {
        height: 800px;
    }
    #sl video {
        height: 800px;
    }
    #sub_theme {
        height: 400px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #sl {
        height: 880px;
    } 
    #sl video {
        height: 880px;
    }
    #sub_theme {
        height: 490px;
    }
}


/* disp_area */
#disp_area {
    float: none;
    width: calc(100% - 20px);
    overflow: hidden;
    padding-top: 158px;
    margin-left: 10px;
    margin-right: 10px;
}
#disp {
    width: 100%;
}
#disp h1 {
    font-size: 1.4rem;
    font-weight: normal;
    display: inline;
}
#disp h2 {
    font-size: 1.4rem;
    font-weight: normal;
    display: inline;
}
#disp ruby {
    ruby-position: over;
}
#disp rt {
    color: #5db235;
    letter-spacing: 0.5em;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #disp_area {
        float: none;
        width: 400px;
        overflow: hidden;
        padding-top: 212px;
        margin-left: auto;
        margin-right: auto;
    }
    #disp h1 {
        font-size: 1.4rem;
    }
    #disp h2 {
        font-size: 1.4rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #disp_area {
                float: right;
        width: 334px;
        overflow: hidden;
        padding-top: 159px;
        margin-left: auto;
        margin-right: auto;
    }
    #disp h1 {
        font-size: 1.5rem;
    }
    #disp h2 {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #disp_area {
        float: right;
        width: 434px;
        overflow: hidden;
        padding-top: 148px;
    }
    #disp h1 {
        font-size: 1.6rem;
    }
    #disp h2 {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #disp_area {
        float: right;
        width: 480px;
        overflow: hidden;
        padding-top: 210px;
    }
    #disp h1 {
        font-size: 1.7rem;
    }
    #disp h2 {
        font-size: 1.7rem;
    }
}

/* top_tree_bar */
.top_tree_bar_1400 {
    display: none;
    position: absolute;
    top: 854px;
    width: 100%;
    height: 319px;
    z-index: 1;
    background-image: url(image/base/top_bar_1400.svg);
    background-repeat: no-repeat;
    background-size: 2000px auto;
    background-position: center top;
}
.top_tree_bar_800 {
    display: none;
    position: absolute;
    top: 854px;
    width: 100%;
    height: 319px;
    z-index: 1;
    background-image: url(image/base/top_bar_800.svg);
    background-repeat: no-repeat;
    background-size: 800px auto;
    background-position: center top;
}
.top_tree_bar_400 {
    display: block;
    position: absolute;
    top: 574px;
    width: 100%;
    height: 248px;
    z-index: 1;
    background-image: url(image/base/top_bar_400.svg);
    background-repeat: no-repeat;
    background-size: 441px auto;
    background-position: center top;
}
.sub_page .top_tree_bar_400 {
        top: 252px;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .top_tree_bar_1400 {
        display: none;
    }
    .top_tree_bar_800 {
        display: block;
        top: 626px;
        height: 202px;
        background-size: 790px auto;
    }
    .sub_page .top_tree_bar_800 {
        top: 288px;
    }
    .top_tree_bar_400 {
        display: none;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .top_tree_bar_1400 {
        display: none;
    }
    .top_tree_bar_800 {
        display: block;
        top: 620px;
        height: 252px;
        background-size: 1000px auto;
    }
    .sub_page .top_tree_bar_800 {
        top: 343px;
    }
    .top_tree_bar_400 {
        display: none;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .top_tree_bar_1400 {
        display: block;
        top: 775px;
        width: 100%;
        height: 226px;
        background-size: 1400px auto;
    }
    .sub_page .top_tree_bar_1400 {
        top: 374px;
    }
    .top_tree_bar_800 {
        display: none;
    }
    .top_tree_bar_400 {
        display: none;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .top_tree_bar_1400 {
        display: block;
        top: 854px;
        width: 100%;
        height: 319px;
        background-size: 2000px auto;
    }
    .sub_page .top_tree_bar_1400 {
        top: 454px;
    }
    .top_tree_bar_800 {
        display: none;
    }
    .top_tree_bar_400 {
        display: none;
    }
}


/* first_block */
#first_block {
    overflow: hidden;
    width: 100%;
    height: 1503px;
    position: relative;
}
.sub_page #first_block {
    height: auto!important;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #first_block {
        height: 1267px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #first_block {
        height: 1523px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #first_block {
        height: 1292px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #first_block {
        height: 1422px;
    }
}


/* pannel */
.pannel {
    position: absolute;
    z-index: 1;
    padding-bottom: 20px;
}
.pannel_text {
    width: calc(100% - 40px);
    height: auto;
    left: 20px;
    right: 20px;
    top: 26px;
}
.pannel h1 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif, sans-serif;
    font-size: 2.3rem;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
    padding-bottom: 10px;
}
.pannel p {
    font-size: 1.5rem;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.pannel_image {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    border-radius: 10px;
    overflow: hidden;
}
.pannel_image_01 {
    width: 360px;
    height: 320px;
    left: auto;
    right: 0;
    top: 269px;
    background-image: url(image/base/top_shop_image_01.webp);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pannel_image_02 {
    width: 360px;
    height: 320px;
    left: 0;
    right: auto;
    top: 622px;
    background-image: url(image/base/top_shop_image_02.webp);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pannel_image_03 {
    width: 360px;
    height: 320px;
    left: auto;
    right: 0;
    top: 979px;
    background-image: url(image/base/top_shop_image_03.webp);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pannel_inner {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 123px;
    z-index: 1;
}
.inner_01 {
    background-color: #965E1D;
}
.inner_02 {
    background-color: #35151e;
}
.inner_03 {
    background-color: #273515;
}
.pannel_inner h2 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif, sans-serif;
    font-size: 1.9rem;
    color: #fff;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.pannel_inner p {
    font-size: 1.4rem;
    color: #fff;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.button_pannel {
    position: absolute;
    bottom: 84px;
    right: 10px;
    z-index: 3;
}
.button_pannel a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 12px;
    width: 54px;
    height: 46px;
    background-image: url(image/base/contents_detail_bg.svg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.button_pannel a:hover {
    color: #f60;
}
.pannel_illust {
    position: absolute;
    bottom: 80px;
    right: 72px;
    width: 104px;
    height: 104px;
    z-index: 2;
    background-position: bottom center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.illust_01 {
    background-image: url(image/base/illust_01.svg);
}
.illust_02 {
    background-image: url(image/base/illust_02.svg);
}
.illust_03 {
    background-image: url(image/base/illust_03.svg);
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .pannel_text {
        width: calc(100% - 60px);
        left: 50px;
        right: 10px;
        top: 3px;
    }
    .pannel h1 {
        font-size: 2.5rem;
    }
    .pannel p {
        font-size: 1.7rem;
    }
    .pannel_image {
        background-size: cover;
    }
    .pannel_image_01 {
        width: 385px;
        height: 242px;
        left: auto;
        right: 20px;
        top: 288px;
        border-top-right-radius: 10px;border-bottom-right-radius: 10px;
    }
    .pannel_image_02 {
        width: 385px;
        height: 242px;
        left: 20px;
        right: auto;
        top: 555px;
        border-top-left-radius: 10px;border-bottom-left-radius: 10px;
    }
    .pannel_image_03 {
        width: 385px;
        height: 242px;
        left: auto;
        right: 20px;
        top: 826px;
        border-top-right-radius: 10px;border-bottom-right-radius: 10px;
    }
    .pannel_inner {
        left: auto;
        right: 0;
        width: 200px;
        height: 100%;
    }
    .pannel_inner h2 {
        font-size: 2.0rem;
        padding-left: 10px;
    }
    .pannel_inner p {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .button_pannel {
        bottom: 8px;
        right: 12px;
    }
    .button_pannel a {
        font-size: 1.6rem;
        padding-top: 14px;
        width: 62px;
        height: 52px;
    }
    .pannel_illust {
        right: 83px;
        bottom: 10px;
        width: 92px;
        height: 66px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .pannel_text {
        width: 533px;
        left: calc(50% - 320px);
        right: auto;
        top: 4px;
    }
    .pannel h1 {
        font-size: 3.1rem;
    }
    .pannel p {
        font-size: 2.1rem;
    }
    .pannel_image {
        background-size: cover;
    }
    .pannel_image_01 {
        width: 518px;
        height: 300px;
        left: calc(50% - 151px);
        right: auto;
        top: 322px;
        border-top-right-radius: 10px;border-bottom-right-radius: 10px;
    }
    .pannel_image_02 {
        width: 518px;
        height: 300px;
        left: auto;
        right: calc(50% - 151px);
        top: 655px;
        border-top-left-radius: 10px;border-bottom-left-radius: 10px;
    }
    .pannel_image_03 {
        width: 518px;
        height: 300px;
        left: calc(50% - 151px);
        right: auto;
        top: 1010px;
        border-top-right-radius: 10px;border-bottom-right-radius: 10px;
    }
    .pannel_inner {
        left: auto;
        right: 0;
        width: 220px;
        height: 100%;
    }
    .pannel_inner h2 {
        font-size: 2.3rem;
        padding-left: 12px;
    }
    .pannel_inner p {
        font-size: 1.6rem;
        padding-top: 6px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .button_pannel {
        bottom: 8px;
        right: 12px;
    }
    .button_pannel a {
        font-size: 1.7rem;
        padding-top: 16px;
        width: 70px;
        height: 60px;
    }
    .pannel_illust {
        right: 81px;
        bottom: 10px;
        width: 129px;
        height: 94px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .pannel_text {
        width: 490px;
        left: calc(50% - 500px);
        right: auto;
        top: 79px;
    }
    .pannel h1 {
        font-size: 3.2rem;
    }
    .pannel p {
        font-size: 2.1rem;
    }
    .pannel_image {
        background-size: 100% auto;
    }
    .pannel_image_01 {
        width: 469px;
        height: 457px;
        left: auto;
        right: calc(50% - 500px);
        top: 35px;
        border-top-right-radius: 10px;border-bottom-right-radius: 10px;
    }
    .pannel_image_02 {
        width: 469px;
        height: 457px;
        left: calc(50% - 500px);
        right: auto;
        top: 505px;
        border-top-left-radius: 10px;border-bottom-left-radius: 10px;
    }
    .pannel_image_03 {
        width: 469px;
        height: 457px;
        left: auto;
        right: calc(50% - 500px);
        top: 685px;
        border-top-right-radius: 10px;border-bottom-right-radius: 10px;
    }
    .pannel_inner {
        left: auto;
        right: auto;
        width: 100%;
        height: 200px;
    }
    .pannel_inner h2 {
        font-size: 2.8rem;
        padding-left: 18px;
    }
    .pannel_inner p {
        font-size: 1.8rem;
        padding-top: 8px;
        padding-left: 18px;
        padding-right: 191px;
    }
    .button_pannel {
        bottom: 15px;
        right: 26px;
    }
    .button_pannel a {
        font-size: 1.8rem;
        padding-top: 19px;
        width: 83px;
        height: 69px;
    }
    .pannel_illust {
        right: 20px;
        bottom: 92px;
        width: 177px;
        height: 136px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .pannel_text {
        width: 630px;
        left: calc(50% - 653px);
        right: auto;
        top: 88px;
    }
    .pannel h1 {
        font-size: 3.9rem;
    }
    .pannel p {
        font-size: 2.5rem;
    }
    .pannel_image {
        background-size: 100% auto;
    }
    .pannel_image_01 {
        width: 600px;
        height: 528px;
        left: auto;
        right: calc(50% - 650px);
        top: 38px;
        border-top-right-radius: 10px;border-bottom-right-radius: 10px;
    }
    .pannel_image_02 {
        width: 600px;
        height: 528px;
        left: calc(50% - 650px);
        right: auto;
        top: 609px;
        border-top-left-radius: 10px;border-bottom-left-radius: 10px;
    }
    .pannel_image_03 {
        width: 600px;
        height: 528px;
        left: auto;
        right: calc(50% - 650px);
        top: 762px;
        border-top-right-radius: 10px;border-bottom-right-radius: 10px;
    }
    .pannel_inner {
        left: auto;
        right: auto;
        width: 100%;
        height: 200px;
    }
    .pannel_inner h2 {
        font-size: 3.2rem;
        padding-left: 20px;
    }
    .pannel_inner p {
        font-size: 1.9rem;
        padding-left: 20px;
        padding-right: 255px;
    }
    .button_pannel {
        bottom: 17px;
        right: 30px;
    }
    .button_pannel a {
        font-size: 2rem;
        padding-top: 24px;
        width: 100px;
        height: 83px;
    }
    .pannel_illust {
        right: 24px;
        bottom: 90px;
        width: 230px;
        height: 181px;
    }
}



/* top_bg */
.top_bg {
    background-image: url(image/base/top_bg.webp);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
.top_bg_01 {
    width: 700px;
    height: 700px;
    top: 143px;
    right: calc(50% - 810px);
}
.top_bg_02 {
    width: 700px;
    height: 700px;
    top: 142px;
    left: calc(50% - 820px);
}
.top_bg_03 {
    width: 700px;
    height: 700px;
    top: 344px;
    left: calc(50% - 267px);
}
.top_bg_04 {
    width: 700px;
    height: 700px;
    top: 800px;
    left: calc(50% - 410px);
}


/* news_area */
#news_area {
    width: auto;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}
#news_area h1,
#installation_area h1 {
    font-size: 2.0rem;
    text-align: center;
    padding-bottom: 20px;
}
#news_area p {
    font-size: 1.5rem;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}
.news_list {
    overflow: hidden;
}
.news {
    float: left;
    width: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.news_image {
    width: 100%;
    height: auto;
}
.news_image img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    object-position: center center;
    vertical-align:top;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px #cbcaca;
}
.news time {
    font-size: 1.5rem;
    color: #333;
    display: block;
    clear: both;
    padding-top: 5px;
}
.news h2 {
    font-size: 1.8rem;
}
.news h2 a {
    font-weight: normal;
    color: #000;
    text-decoration: none;
    display: block;
}
.news h2 a:hover {
    color: #f60;
}
.cat_icon {
    font-size: 1.4rem;
    text-align: center;
    width: 80px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    position: absolute;
    top: 5px;
    right: 4px;
    border-radius: 8px;
}
.cat_icon_a {
    color: #fff;
    background-color: #654088;
}
.cat_icon_b {
    color: #fff;
    background-color: #3a7f89;
}
.cat_icon_c {
    color: #fff;
    background-color: #f60;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #news_area {
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }
    #news_area h1,
    #installation_area h1 {
        font-size: 2.6rem;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #news_area p {
        font-size: 1.6rem;
    }
    .news {
        width: calc(100% / 2 - 20px);
    }
    .news_image img {
        height: 120px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #news_area {
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }
    #news_area h1,
    #installation_area h1 {
        font-size: 2.8rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #news_area p {
        font-size: 1.7rem;
    }
    .news {
        width: calc(100% / 4 - 20px);
    }
    .news_image img {
        height: 126px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #news_area {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    #news_area h1,
    #installation_area h1 {
        font-size: 3.0rem;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #news_area p {
        font-size: 1.8rem;
    }
    .news {
        width: calc(100% / 4 - 20px);
    }
    .news_image img {
        height: 135px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #news_area {
        width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    #news_area h1,
    #installation_area h1 {
        font-size: 3.2rem;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #news_area p {
        font-size: 1.9rem;
    }
    .news {
        width: calc(100% / 4 - 20px);
    }
    .news_image img {
        height: 170px;
    }
}


/* installation_area */
#installation_area {
    width: calc(100% - 20px);
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.installation_list {
    overflow: hidden;
}
.installation {
    float: left;
    width: calc(100% / 1 - 40px);
    height: 220px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.installation_image {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.installation_image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.installation_detail {
    background-color: #2a422a;
    width: 100%;
    height: 102px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
}
.installation h2 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 100%;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
}
.installation p {
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.installation a {
    color: #000;
    text-decoration: none;
    display: block;
    background-color: #fff;
    width: 100px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #installation_area {
        width: calc(100% - 20px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .installation {
        width: calc(100% / 1 - 40px);
        height: 231px;
    }
    .installation_image {
        height: 130px;
    }
    .installation_detail {
        height: 102px;
    }
    .installation h2 {
        font-size: 1.7rem;
        padding-top: 12px;
    }
    .installation p {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #installation_area {
        width: calc(100% - 20px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .installation {
        width: calc(100% / 2 - 40px);
        height: 328px;
    }
    .installation_image {
        height: 150px;
    }
    .installation_detail {
        height: 178px;
    }
    .installation h2 {
        font-size: 1.8rem;
        padding-top: 15px;
    }
    .installation p {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #installation_area {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .installation {
        width: calc(100% / 2 - 40px);
        height: 288px;
    }
    .installation_image {
        height: 180px;
    }
    .installation_detail {
        height: 113px;
    }
    .installation h2 {
        font-size: 2.0rem;
        padding-top: 11px;
    }
    .installation p {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #installation_area {
        width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    .installation {
        width: calc(100% / 4 - 40px);
        height: 343px;
    }
    .installation_image {
        height: 210px;
    }
    .installation_detail {
        height: 135px;
    }
    .installation h2 {
        font-size: 2.2rem;
        padding-top: 16px;
    }
    .installation p {
        font-size: 1.9rem;
    }
}


/* button_detail */
.button_detail {
    float: right;
}
.button_detail a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-decoration: none;
    width: 70px;
    height: 59px;
    display: block;
    padding-top: 18px;
    background-image: url(image/base/menu_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.button_detail a:hover {
    color: #f60;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .button_detail a {
        font-size: 1.6rem;
        width: 80px;
        height: 66px;
        padding-top: 21px;

    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .button_detail a {
        font-size: 1.9rem;
        width: 90px;
        height: 75px;
        padding-top: 23px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .button_detail a {
        font-size: 2.2rem;
        width: 100px;
        height: 84px;
        padding-top: 24px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .button_detail a {
        font-size: 2.4rem;
        width: 110px;
        height: 92px;
        padding-top: 27px;
    }
}


/* under_logo */
#under_logo {
    text-align: center;
}
#under_logo img {
    width: 100px;
    height: auto;
}
#under_logo a {
    display: block;
}
#under_logo small {
    font-size: 1.6rem;
    text-align: center;
    display: block;
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #under_logo img {
        width: 120px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #under_logo img {
        width: 160px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #under_logo img {
        width: 180px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #under_logo img {
        width: 210px;
    }
}


/* company_area */
#company_area {
    width: calc(100% - 40px);
    height: auto;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    border-top: dashed 1px #707070;
    border-bottom: dashed 1px #707070;
}
.company_name {
    font-size: 1.5rem;
}
.company_style {
    overflow: hidden;
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.company_style em {
    font-size: 80%;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    background-color: #2a422a;
    display: block;
    float: left;
    width: 100px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
    margin-right: 10px;
}
.company_profile {
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #company_area {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }
    .company_name {
        font-size: 1.6rem;
    }
    .company_style {
        font-size: 1.6rem;
    }
    .company_profile {
        font-size: 1.6rem;
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #company_area {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }
    .company_name {
        font-size: 1.7rem;
    }
    .company_style {
        font-size: 1.7rem;
    }
    .company_profile {
        font-size: 1.7rem;
        width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #company_area {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .company_name {
        font-size: 1.8rem;
    }
    .company_style {
        font-size: 1.8rem;
    }
    .company_profile {
        font-size: 1.8rem;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #company_area {
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .company_name {
        font-size: 1.9rem;
    }
    .company_style {
        font-size: 1.9rem;
    }
    .company_profile {
        font-size: 1.9rem;
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* copy design */
#copy_design {
    height: 145px;
    text-align: center;
}
#copy {
    font-size: 1.4rem;
    padding-top: 29px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #copy_design {
        height: 145px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #copy_design {
        height: 145px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #copy_design {
        height: 145px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #copy_design {
        height: 145px;
    }
}


/* remodal */
.remodal  {
    padding: 0px!important;
}
.remodal-close {
    color: #656464 !important;
    top: 17px !important;
}
.remodal-confirm,
.remodal-cancel {
    border-radius: 10px;
    background-color: #35b27c !important;
}

/* modal_nav_illust */
.modal_nav_illust {
    position: absolute;
    z-index: -1;
    background-image: url(image/base/top_bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 272px;
    height: 272px;
}
.modal_nav_illust_01 {
    top: 132px;
    right: 8px;
}
.modal_nav_illust_02 {
    top: 419px;
    right: 49px;
}
.modal_nav_illust_03 {
    top: 732px;
    left: 5px;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .modal_nav_illust {
        width: 309px;
        height: 309px;
    }
    .modal_nav_illust_01 {
        top: 87px;
        right: 8px;
    }
    .modal_nav_illust_02 {
        top: 424px;
        left: 245px;
    }
    .modal_nav_illust_03 {
        top: 742px;
        left: 5px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .modal_nav_illust {
        width: 371px;
        height: 371px;
    }
    .modal_nav_illust_01 {
        top: 55px;
        right: 8px;
    }
    .modal_nav_illust_02 {
        top: 367px;
        left: 291px;
    }
    .modal_nav_illust_03 {
        top: 779px;
        left: 5px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .modal_nav_illust {
        width: 463px;
        height: 463px;
    }
    .modal_nav_illust_01 {
        top: 26px;
        right: 8px;
    }
    .modal_nav_illust_02 {
        top: 426px;
        left: 316px;
    }
    .modal_nav_illust_03 {
        top: 860px;
        left: 5px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .modal_nav_illust {
        width: 623px;
        height: 623px;
    }
    .modal_nav_illust_01 {
        top: 26px;
        right: 8px;
    }
    .modal_nav_illust_02 {
        top: 655px;
        left: 398px;
    }
    .modal_nav_illust_03 {
        top: 1011px;
        left: 78px;
    }
}


/* modal-content */
.modal-content h1 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif, sans-serif;
    font-size: 2.3rem;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
}
.modal-content h2 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif, sans-serif;
    font-size: 2.3rem;
    text-align: center;
    padding-top: 46px;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.modal-content h3 {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', serif, sans-serif;
    font-size: 2.3rem;
    text-align: center;
}
.modal-content p {
    font-size: 1.5rem;
    text-align: center;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10%;
    margin-right: 10%;
}
.modal-content li {
    font-size: 1.5rem;
    padding-top: 13px;
    padding-bottom: 10px;
}
.modal_nav {
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal_nav_center li {
    width: calc(100% / 1 - 20px)!important;
}
.modal_nav ul {
    overflow: hidden;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
}
.modal_nav ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.nav_1item li {
    width: calc(100% / 1 - 20px);
}
.nav_2item li {
    width: calc(100% / 2 - 20px);
}
.nav_4item li {
    width: calc(100% / 2 - 20px);
}
.nav_5item li {
    width: calc(100% / 2 - 20px);
}
.nav_1item li a {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.modal_nav li a {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background-color: rgb(181 231 215 / 50%);
    text-align: center;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
}
.modal_nav li span a {
    font-size: 90%;
    color: #fff;
    background-color: #35b27c;
    border-radius: 8px;
    margin-bottom: 10px;
    border: none;
}
.modal_nav li small {
    font-size: 70%;
    font-weight: normal;
    color: #333;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}
.modal_nav li a:hover {
    color: #f60;
}
.modal_nav li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin-bottom: 10px;
    border-radius: 17px;
}
.modal_nav_third li img {
    width: 74px;
    height: auto;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .modal-content h1 {
        font-size: 2.5rem;
    }
    .modal-content h2 {
        font-size: 2.7rem;
        padding-top: 52px;
    }
    .modal-content h3 {
        font-size: 2.5rem;
    }
    .modal-content p {
        font-size: 1.7rem;
        width: 400px;
        padding-top: 14px;
        padding-bottom: 4px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal_nav ul {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal-content li {
        font-size: 1.7rem;
    }
    .nav_1item li {
        width: calc(100% / 1 - 20px);
    }
    .nav_2item li {
        width: calc(100% / 2 - 20px);
    }
    .nav_4item li {
        width: calc(100% / 2 - 20px);
    }
    .nav_5item li {
        width: calc(100% / 2 - 20px);
    }
    .modal_nav li a {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .modal-content h1 {
        font-size: 2.6rem;
    }
    .modal-content h2 {
        font-size: 3.0rem;
        padding-top: 75px;
    }
    .modal-content h3 {
        font-size: 2.6rem;
    }
    .modal-content p {
        font-size: 1.8rem;
        width: 646px;
        padding-top: 22px;
        padding-bottom: 4px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal_nav ul {
        padding-left: 50px;
        padding-right: 50px;
    }
    .modal-content li {
        font-size: 1.8rem;
    }
    .nav_1item li {
        width: calc(100% / 1 - 20px);
    }
    .nav_2item li {
        width: calc(100% / 2 - 20px);
    }
    .nav_4item li {
        width: calc(100% / 4 - 20px);
    }
    .nav_5item li {
        width: calc(100% / 5 - 20px);
    }
    .modal_nav li a {
        font-size: 1.9rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .modal-content h1 {
        font-size: 2.7rem;
    }
    .modal-content h2 {
        font-size: 3.3rem;
        padding-top: 80px;
    }
    .modal-content h3 {
        font-size: 2.7rem;
    }
    .modal-content p {
        font-size: 1.9rem;
        width: 680px;
        padding-top: 25px;
        padding-bottom: 4px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal_nav ul {
        padding-left: 50px;
        padding-right: 50px;
    }
    .modal-content li {
        font-size: 1.9rem;
    }
    .nav_1item li {
        width: calc(100% / 1 - 20px);
    }
    .nav_2item li {
        width: calc(100% / 2 - 20px);
    }
    .nav_4item li {
        width: calc(100% / 4 - 20px);
    }
    .nav_5item li {
        width: calc(100% / 5 - 20px);
    }
    .modal_nav li a {
        font-size: 2.1rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .modal-content h1 {
        font-size: 2.9rem;
    }
    .modal-content h2 {
        font-size: 3.7rem;
        padding-top: 110px;
    }
    .modal-content h3 {
        font-size: 2.9rem;
    }
    .modal-content p {
        font-size: 2.2rem;
        width: 758px;
        padding-top: 28px;
        padding-bottom: 4px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal_nav ul {
        padding-left: 110px;
        padding-right: 110px;
    }
    .modal-content li {
        font-size: 2.2rem;
    }
    .nav_1item li {
        width: calc(100% / 1 - 20px);
    }
    .nav_2item li {
        width: calc(100% / 2 - 20px);
    }
    .nav_4item li {
        width: calc(100% / 4 - 20px);
    }
    .nav_5item li {
        width: calc(100% / 5 - 20px);
    }
    .modal_nav li a {
        font-size: 2.2rem;
    }
}


/* modal_nav_bg */
.modal_nav_bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 55%;
    background-size: 100% auto;
    width: 300px;
    height: 120px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.modal_nav_bg_01 {
    background-image: url(image/base/top_shop_image_01.webp);
    background-repeat: no-repeat;
    background-position: 0 55%;
    background-size: 100% auto;

}
.modal_nav_bg_02 {
    background-image: url(image/base/top_shop_image_02.webp);
    background-repeat: no-repeat;
    background-position: 0 55%;
    background-size: 100% auto;
}
.modal_nav_bg_03 {
    background-image: url(image/base/top_shop_image_03.webp);
    background-repeat: no-repeat;
    background-position: 0 55%;
    background-size: 100% auto;
}
.modal_nav_bg_04 {
    background-image: url(image/base/link_bg_01.webp);
    background-repeat: no-repeat;
    background-position: 0 55%;
    background-size: 100% auto;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .modal_nav_bg {
        width: 400px;
        height: 140px;
        margin-top: 16px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .modal_nav_bg {
        width: 700px;
        height: 190px;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .modal_nav_bg {
        width: 800px;
        height: 210px;
        margin-top: 34px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .modal_nav_bg {
        width: 1000px;
        height: 270px;
        margin-top: 50px;
    }
}


/* special_link */
#special_link {
    width: 326px;
    overflow: hidden;
    position: absolute;
    top: 1337px;
    left: 20px;
}
.special {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
    position: relative;
    height: 145px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
#business {
    background-image: url(image/base/link_bg_01.webp);
}
#sns {
    background-image: url(image/base/link_bg_02.webp);
}
#business a {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: rgb(24 106 167 / 74%);
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 1;
    width: 100%;
    height: 80px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#sns a {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: rgb(180 43 145 / 74%);
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 1;
    width: 100%;
    height: 80px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#business a:hover,
#sns a:hover {
    background-color: rgb(255 102 0 / 74%);
}
#sns em {
    display: block;
}
#sns small {
    display: block;
    font-size: 45%;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .special {
        height: 150px;
    }
    #special_link {
        width: 413px;
        top: 1100px;
        left: 20px;
    }
    #business a {
        font-size: 1.6rem;
    }
    #sns a {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .special {
        height: 165px;
    }
    #special_link {
        width: 420px;
        top: 1350px;
        left: 20px;
    }
    #business a {
        font-size: 1.7rem;
    }
    #sns a {
        font-size: 2.9rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .special {
        height: 190px;
    }
    #special_link {
        width: 470px;
        top: 1081px;
        left: calc(50% - 500px);
    }
    #business a {
        font-size: 1.9rem;
    }
    #sns a {
        font-size: 3.1rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .special {
        height: 200px;
    }
    #special_link {
        width: 570px;
        top: 1200px;
        left: calc(50% - 650px);
    }
    #business a {
        font-size: 2.0rem;
    }
    #sns a {
        font-size: 3.4rem;
    }
}


/* under_nav */
#under_nav {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.under_nav_block {
    float: left;
    width: calc(100% / 1 - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
#under_nav ul {
    padding-top: 14px;
    padding-bottom: 20px;
}
#under_nav li {
    margin-bottom: 5px;
    text-align: center;
}
.under_nav_block_center a {
    width: 200px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#under_nav li a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #000;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #707070;
}
#under_nav li a:hover {
    color: #f60;
}
#under_nav h2 {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(image/base/title_bg.svg);
    background-size: 150px auto;
    background-position: center top;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #under_nav {
        width: 440px;
    }
    .under_nav_block {
        width: calc(100% / 2 - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #under_nav li a {
        font-size: 1.6rem;
    }
    #under_nav h2 {
        font-size: 1.7rem;
        padding-top: 10px;
        padding-bottom: 10px;
        background-size: 154px auto;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #under_nav {
        width: 700px;
    }
    .under_nav_block {
        width: calc(100% / 2 - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #under_nav li a {
        font-size: 1.7rem;
    }
    #under_nav h2 {
        font-size: 1.8rem;
        padding-top: 11px;
        padding-bottom: 12px;
        background-size: 172px auto;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #under_nav {
        width: 900px;
    }
    .under_nav_block {
        width: calc(100% / 4 - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #under_nav li a {
        font-size: 1.8rem;
    }
    #under_nav h2 {
        font-size: 2.1rem;
        padding-top: 13px;
        padding-bottom: 14px;
        background-size: 195px auto;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #under_nav {
        width: 1200px;
    }
    .under_nav_block {
        width: calc(100% / 4 - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #under_nav li a {
        font-size: 2.0rem;
    }
    #under_nav h2 {
        font-size: 2.4rem;
        padding-top: 13px;
        padding-bottom: 17px;
        background-size: 210px auto;
    }
}


/* item_nav */
#item_nav {
    width: calc(100% - 20px);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#item_nav ul {
    overflow: hidden;
}
#item_nav ul li {
    float: left;
    width: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
#item_nav li a {
    font-size: 1.7rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #a6b5a9;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}
.li_current {
    background-color: #006b34!important;
}
#item_nav a:hover {
    background-color: #f60;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    #item_nav {
        width: calc(100% - 20px);
        margin-left: 10px;
    margin-right: 10px;
    }
    #item_nav ul li {
        width: calc(100% / 3 - 20px);
    }
    #item_nav li a {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #item_nav {
        width: calc(100% - 20px);
        margin-left: 10px;
    margin-right: 10px;
    }
    #item_nav ul li {
        width: calc(100% / 5 - 20px);
    }
    #item_nav li a {
        font-size: 1.9rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #item_nav {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    #item_nav ul li {
        width: calc(100% / 5 - 20px);
    }
    #item_nav li a {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #item_nav {
        width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    #item_nav ul li {
        width: calc(100% / 5 - 20px);
    }
    #item_nav li a {
        font-size: 2.4rem;
    }
}


/* smf-form */
.smf-form {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
}
.wp-block-snow-monkey-forms-item {
    padding-bottom: 10px;
}
.smf-item__col--label {
    font-size: 1.8rem;
    font-weight: bold;
}
.smf-item__description {
        font-size: 80%;
        font-weight: normal;
        color: #333;
}
.smf-form input,
.smf-form textarea {
    font-size: 1.8rem;
}
.smf-placeholder {
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #c1d3f9;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 4px;
    margin-bottom: 15px;
    border-radius: 9px;
}
.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
    background-color: #f1f1f1;
    line-height: 1.6;
}
.smf-action .smf-button-control__control {
    font-size: 2.0rem;
    color: #fff;
    background-color: #0a9654;
    background-image: none;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.smf-control-description {
    font-size: 1.4rem;
    color: #000;
}
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
    background-color: #7990e3;
}
.smf-progress-tracker__item__number {
    width: 35px;
    height: 35px;
}
.smf-label {
    float: left;
    margin-right: 10px;
}
.smf-checkboxes-control__control {
    overflow: hidden;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .smf-item__col--label {
        font-size: 1.9rem;
    }
    .smf-form input,
    .smf-form textarea  {
        font-size: 1.9rem;
    }
    .smf-placeholder {
        font-size: 1.9rem;
    }
    .smf-action .smf-button-control__control {
        font-size: 2.1rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .smf-item__col--label {
        font-size: 2.0rem;
    }
    .smf-form input,
    .smf-form textarea  {
        font-size: 2.0rem;
    }
    .smf-placeholder {
        font-size: 2.0rem;
    }
    .smf-action .smf-button-control__control {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .smf-item__col--label {
        font-size: 2.1rem;
    }
    .smf-form input,
    .smf-form textarea {
        font-size: 2.1rem;
    }
    .smf-placeholder {
        font-size: 2.1rem;
    }
    .smf-action .smf-button-control__control {
        font-size: 2.3rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .smf-item__col--label {
        font-size: 2.2rem;
    }
    .smf-form input,
    .smf-form textarea  {
        font-size: 2.2rem;
    }
    .smf-placeholder {
        font-size: 2.2rem;
    }
    .smf-action .smf-button-control__control {
        font-size: 2.4rem;
    }
}


/* cart */
/* usccart_navi */
div.usccart_navi li.ucart {
    width: calc(100% / 2 - 10px);
}
div.usccart_navi li.ucart {
    background-color: #c7bfbf;
    font-size: 1.5rem;
    border-bottom-style: none;
}
div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm {
    background-repeat: no-repeat;
    background-color: #88ba59;
    background-image: none;
    border-bottom-style: none;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    div.usccart_navi li.ucart {
        width: calc(100% / 2 - 10px);
    }
    div.usccart_navi li.ucart {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    div.usccart_navi li.ucart {
        width: calc(100% / 2 - 10px);
    }
    div.usccart_navi li.ucart {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    div.usccart_navi li.ucart {
        width: calc(100% / 4 - 10px);
    }
    div.usccart_navi li.ucart {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    div.usccart_navi li.ucart {
        width: calc(100% / 4 - 10px);
    }
    div.usccart_navi li.ucart {
        font-size: 1.8rem;
    }
}

/* lineup_plice */
.lineup_plice {
    font-size: 1.5rem;
    color: #2a422a;
}
@media only screen and (min-width: 441px) and (max-width: 789px) { /* 441-789 */
    .lineup_plice {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .lineup_plice {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .lineup_plice {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .lineup_plice {
        font-size: 1.9rem;
    }
}

/* cart_infoarea */
.cart_infoarea {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: solid 1px #999;
    background-color: #f1f1f1;
    border-radius: 10px;
}
.cart_infoarea_inner {
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px
}
.item_name {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.itemimg {
    width: 260px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
}
.itemimg a {
    width: 100%;
    height: auto;
    display: block;
    color: #666;
    text-decoration: none;
}
.itemimf img {
    width: 100%;
}
.itemsubimg {
    overflow: hidden;
    width: 100%;
}
.itemsubimg a {
    display: block;
    float: left;
    color: #666;
    text-decoration: none;
}
.itemsubimg_caption {
    text-align: center;
    display: block;
    background-color: rgba(255, 255, 255, 0.49);
    font-size: 1.2rem;
    padding-top: 2px;
    padding-bottom: 2px;
}
.field_name_1,
.field_cprice_1 {
    display: none;
}
.field_name {
    font-size: 1.8rem;
}
.field_cprice {
    display: none;
}
.field_price {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.3rem;
    color: #8a5433;
    font-weight: bold;
}
.field_zaiko {
    font-size: 1.8rem;
}
.item_option select option {
    font-size: 1.6rem;
}
.item_option caption {
    font-size: 1.8rem;
    padding-top: 5px;
    padding-bottom: 2px;
    color: #FF6600;
}
.item_option label {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 3px;
    padding-left: 3px;
}
.item_option label:hover {
    background-color: #F0F0F0;
}
.item_option label input {
    margin-right: 2px;
}
.item_option td br {
    display: none;
}
.item_option textarea {
    height: 80px;
    width: 90%;
}
.single_cart_quantity {
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.single_cart_quantity_name {
    font-size: 1.7rem;
    margin-right: 5px;
    color: #666666;
}
.skuquantity {
    font-size: 1.8rem;
    width: 50px;
    margin-top: 6px;
    margin-right: 13px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #837f7f;
    padding-left: 3px;
}
.skubutton {
    font-size: 1.5rem;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: #000;
    border: none;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    transition: 0.3s;
    border-radius: 10px;
}
.skubutton:hover {
    background-color: #FF6600;
}
@media only screen and (min-width: 441px) and (max-width: 789px)  { /* 441-789 */
    .cart_infoarea {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .item_name {
        font-size: 1.9rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .cart_infoarea {
        width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    .item_name {
        font-size: 2.0rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .cart_infoarea {
        width: 850px;
        margin-left: auto;
        margin-right: auto;
    }
    .item_name {
        font-size: 2.1rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .cart_infoarea {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    .item_name {
        font-size: 2.2rem;
    }
}

/* cartform */
#inside-cart h2 {
    background-color: #e4007f;
    border-bottom-style: none;
}
#cart .upbutton {
    font-size: 1.4em;
    padding-bottom: 18px;
    text-align: left;
}
#cart .upbutton input {
    font-size: 1.6rem;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #7d7d7d;
    border: none;
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    float: left;
    margin-right: 10px;
    border-radius: 8px;
}
#cart .upbutton input:hover {
    background-color: #FF6633;
}
#cart .num {
    display: none;
}
#cart .thumbnail {
    position: absolute;
    top: 0;
    left: 0px;
    width: 70px;
}
#cart .thumbnail img {
    height: auto;
    width: 60px;
}
#cart td.productname {
    text-align: left;
    position: absolute;
    left: 85px;
    top: 0;
    width: calc(100% - 80px - 85px - 10px);
    font-size: 1.4rem;
    overflow: scroll;
    max-height: 140px;
}
#cart .price,
#cart .unitprice {
    white-space: nowrap;
    width: calc(100% - 80px - 85px - 10px)!important;
    text-align: right;
    position: absolute;
    left: 90px;
    bottom: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    color: #649c6e;
    font-size: 1.4rem;
}
#cart .stock {
    display: none;
}
#cart .quantity {
    white-space: nowrap;
    width: 65px;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    top: 90px;
}
#cart input.quantity {
    position: static;
    float: left;
}
#cart .subtotal {
    white-space: nowrap;
    width: 60px;
    text-align: center!important;
    position: absolute;
    top: 10px;
    right: 0;
    color: #8a5433;
    font-size: 1.4rem;
}
#cart .action {
    white-space: nowrap;
    width: 60px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
}
#cart .action input {
    font-size: 1.3rem;
    background-color: #7d7d7d;
    border: none;
    color: #ffffff;
    border-radius: 8px;
}
#cart .action input:hover {
    background-color: #FF6633;
}
#cart thead {
    display: none;
}
#cart tr {
    height: 175px;
    position: relative;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
}
#cart th {
    font-size: 1.6rem;
}
#cart th, #cart td {
    border-bottom-style: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
tfoot th {
    width: 100%;
    text-align: center!important;
    background-color: #625a50!important
}
tfoot tr {
    height: 55px!important;
    border-bottom-style: none!important;
}
#cart th {
    float: left;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#cart tfoot {
    display: block;
}
#cart .subtotal:before {
    content:"金額 ";
    display: block;
    font-size: 90%;
}
#cart .price, #cart .unitprice:before {
    content:"単価 ";
    font-size: 90%;
}
#cart .quantity:after {
    content:"点";
    float: right;
    font-size: 1.3rem;
}
.total_cell {
    background-color: #358735!important;
    font-weight: bold!important;
}
@media only screen and (min-width: 441px) and (max-width: 789px)  { /* 441-789 */
    #cart .upbutton {
        font-size: 1.5em;
    }
    #cart .thumbnail {
        width: 100px;
    }
    #cart .thumbnail img {
        height: auto;
        width: 100px;
    }
    #cart td.productname {
        position: absolute;
        left: 110px;
        width: calc(100% - 110px - 85px - 10px);
        font-size: 1.4rem;
    }
    #cart .price,
    #cart .unitprice {
        width: calc(100% - 110px - 85px - 10px)!important;
        font-size: 1.6rem;
        left: 110px;
        bottom: 3px;
    }
    #cart .quantity {
        width: 65px;
        left: 0;
        top: 110px;
    }
    #cart .subtotal {
        width: 80px;
        font-size: 1.6rem;
    }
    #cart .action {
        width: 80px;
    }
    #cart tr {
        height: 175px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #cart .upbutton {
        font-size: 1.5em;
    }
    #cart .thumbnail {
        width: 100px;
    }
    #cart .thumbnail img {
        height: auto;
        width: 100px;
    }
    #cart td.productname {
        position: absolute;
        left: 110px;
        width: calc(100% - 110px - 85px - 10px);
        font-size: 1.4rem;
    }
    #cart .price,
    #cart .unitprice {
        width: calc(100% - 110px - 85px - 10px)!important;
        font-size: 1.6rem;
        left: 110px;
        bottom: 3px;
    }
    #cart .quantity {
        width: 65px;
        left: 0;
        top: 110px;
    }
    #cart .subtotal {
        width: 80px;
        font-size: 1.6rem;
    }
    #cart .action {
        width: 80px;
    }
    #cart tr {
        height: 175px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #cart .upbutton {
        font-size: 1.4em;
    }
    #cart .thumbnail {
        width: 100px;
    }
    #cart .thumbnail img {
        height: auto;
        width: 100px;
    }
    #cart td.productname {
        position: absolute;
        left: 110px;
        width: calc(100% - 110px - 105px - 10px);
        font-size: 1.7rem;
    }
    #cart .price,
    #cart .unitprice {
        width: calc(100% - 110px - 105px - 10px)!important;
        font-size: 1.7rem;
        left: 110px;
        bottom: 3px;
    }
    #cart .quantity {
        width: 65px;
        left: 0;
        top: 110px;
    }
    #cart .subtotal {
        width: 100px;
        font-size: 1.7rem;
    }
    #cart .action {
        width: 100px;
    }
    #cart tr {
        height: 175px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #cart .upbutton {
        font-size: 1.6em;
    }
    #cart .thumbnail {
        width: 100px;
    }
    #cart .thumbnail img {
        height: auto;
        width: 100px;
    }
    #cart td.productname {
        position: absolute;
        left: 110px;
        width: calc(100% - 110px - 115px - 10px);
        font-size: 1.8rem;
    }
    #cart .price,
    #cart .unitprice {
        width: calc(100% - 110px - 115px - 10px)!important;
        font-size: 1.8rem;
        left: 110px;
        bottom: 3px;
    }
    #cart .quantity {
        width: 65px;
        left: 0;
        top: 110px;
    }
    #cart .subtotal {
        width: 110px;
        font-size: 1.8rem;
    }
    #cart .action {
        width: 110px;
    }
    #cart tr {
        height: 175px;
    }
}

/* cart customer-info */
.customer_form small {
    font-size: 1.4rem;
    color: #da712b;
}

em.tax {
    font-size: 90%!important;
}
#payment_area {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.payment_logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    width: 260px;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}
.payment_logo h2 {
    font-size: 1.8rem;
}
.cli-bar-btn_container a {
    border-radius: 10px;
}

/* send */
.send {
    font-size: 1.6rem;
    border-top-color: #999999!important;
    margin-top: 15px;
}
.send input {
    font-size: 1.5rem;
    color: #FFFFFF;
    background-color: #7d7d7d;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.send input:hover {
    background-color: #FF6600;
}
#confirm_table .ttl {
    background-color: #c7bfbf;
}
#confirm_table h3 {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: nomal;
    color: #ffffff;
}
#delivery-info #time textarea, #delivery-info .notes {
    height: 100px;
    width: 94%;
    border-radius: 8px;
}
.confiem_notice {
    font-size: 1.6rem;
}

/* cart_user_input_page */
#customer-info th,
#delivery-info th,
#confirm_table th {
    font-size: 1.4rem;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
}
#customer-info th em,
#delivery-info th em,
#confirm_table th em {
    font-size: 90%;
    display: block;
}
#customer-info td,
#delivery-info td,
#confirm_table td {
    font-size: 1.4rem;
}
#customer-info td input,
#delivery-info td input {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 3px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #9c9c9c;
    padding-left: 5px;
}
#customer-info select {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.8rem;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #9c9c9c;
    padding-bottom: 5px;
}
#fax_row {
    display: none;
}
#customer-info .error_message {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    background-color: #ed1e1e;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    margin-bottom: 5px;
}
#customer-info .error_message br {
    border-bottom-style: solid;
}
#customer-info .customer_form input#search_zipcode, #delivery-info #delivery_table input#search_zipcode {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 8px;
    background-color: #805335;
    color: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #customer-info th,
    #delivery-info th,
    #confirm_table th {
        font-size: 1.5rem;
    }
    #customer-info td,
    #delivery-info td,
    #confirm_table td {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #customer-info th,
    #delivery-info th,
    #confirm_table th {
        font-size: 1.6rem;
    }
    #customer-info td,
    #delivery-info td,
    #confirm_table td {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #customer-info th,
    #delivery-info th,
    #confirm_table th {
        font-size: 1.7rem;
    }
    #customer-info td,
    #delivery-info td,
    #confirm_table td {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #customer-info th,
    #delivery-info th,
    #confirm_table th {
        font-size: 1.8rem;
    }
    #customer-info td,
    #delivery-info td,
    #confirm_table td {
        font-size: 1.8rem;
    }
}
