
/*
Theme Name: Secret admire.jp v22 Theme
Theme URI: https://www.secretadmire.jp
Description: Designed by ML Design
Version: 22.01
Author: ML Design
Author URI: https://www.ml-design.jp/
Tags:
*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?nnwpzl');
  src:  url('fonts/icomoon.eot?nnwpzl#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?nnwpzl') format('truetype'),
    url('fonts/icomoon.woff?nnwpzl') format('woff'),
    url('fonts/icomoon.svg?nnwpzl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-leaf:before {
  content: "\e908";
}
.icon-all1:before {
  content: "\e900";
}
.icon-cart1:before {
  content: "\e901";
}
.icon-home1:before {
  content: "\e902";
}
.icon-menu1:before {
  content: "\e904";
}
.icon-new1:before {
  content: "\e906";
}
.icon-icon_youtube:before {
  content: "\e903";
}
.icon-icon_instagram:before {
  content: "\e907";
}
.icon-icon_facebook:before {
  content: "\e905";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-twitter:before {
  content: "\ea96";
}


*{
    margin: 0px;
    padding: 0px;
}
html{
    font-size: 62.5%; /*10px*/
}
body{
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin: 0;
}
a:hover {
    color: #FF6600;
}
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;
}
.float_right {
    float: right;
    margin-left: 10px;
}
.float_left {
    float: left;
    margin-right: 10px;
}
.clear {
    margin: 0px;
    padding: 0px;
    clear: both;
}


/* post-edit-link */
.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;
}


/* searchform */
.searchform_area {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 5px;
    color: #333333;
    padding-left: 20px;
}
#searchform {
    margin: 0px;
    padding: 0px;
}
#searchsubmit {
    font-size: 12px;
}
#s {
    font-size: 13px;
}


/* form */
.column_a {
    float: none;
    width : 100%;
    font-size: 1.5rem;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    padding-top: 15px;
    padding-bottom: 0px;
}
.column_b {
    float: none;
    width : calc(70% / 1);
    font-size: 1.5rem;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    padding-top: 15px;
    padding-bottom: 0px;
}
@media only screen and (min-width: 680px) and (max-width: 999px) { /* 680-999 */
    .column_a {
        float: left;
        width : calc(30% / 1 - 10px);
        font-size: 1.7rem;
    }
    .column_b {
        float: right;
        width : calc(70% / 1);
        font-size: 1.7rem;
        border-top-style: solid;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .column_a {
        float: left;
        width : calc(30% / 1 - 10px);
        font-size: 1.8rem;
    }
    .column_b {
        float: right;
        width : calc(70% / 1);
        font-size: 1.8rem;
        border-top-style: solid;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .column_a {
        float: left;
        width : calc(30% / 1 - 10px);
        font-size: 1.9rem;
    }
    .column_b {
        float: right;
        width : calc(70% / 1);
        font-size: 1.9rem;
        border-top-style: solid;
    }
}


/* mw_wp_form */
.mw_wp_form {
    padding-right: 15px;
    padding-left: 15px;
}
.mw_wp_form .error {
    font-size: 110%;
    color: #FFF;
    display: block;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    background-color: #ff6060;
    border-radius: 5px;
}
.required_text {
    color: #FF0000;
}
.column_b textarea {
    width: 98%;
    font-size: 1.7rem;
    border-radius: 5px;
    border-style: solid;
    border-color: #a3a3a3;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.column_b span.green {
    clear: both;
    display: block;
}
.column_a input,
.column_b input,
.column_b select {
    font-size: 1.7rem;
    border-radius: 5px;
    border-style: solid;
    border-color: #a3a3a3;
    border-width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.column_c {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    clear: both;
}
.column_b small {
    font-size: 12px;
    color: #999999;
}
.contact_submit_button {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}
.column_c input,
.contact_submit_button input {
    font-size: 1.8rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #FFF;
    border-width: 3px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}
.required_text {
    color: #FF0000;
    font-size: 90%;
}
.form_example {
    font-size: 90%;
    color: #999999;
}
.mwform-tel-field input {
    width: 25%!important;
}
.mwform-checkbox-field {
    background-color: #CCCCCC!important;
    margin-bottom: 8px;
    display: block;
    float: left;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* wp-pagenavi */
.wp-pagenavi {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
    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;
}
.wp-pagenavi span {
    background-color: #CCCCCC;
    color: #FFFFFF;
}
.wp-pagenavi a {
    color: #FFFFFF;
    background-color: #2689b5;
}


/* block */
#wrapper {
    width: 100%;
    transition: 0.5s;
}
#upper_block {
    margin: 0px;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#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: 15px;
    padding-left: 0px;
}
#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 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #f0ecec;
}
#under_block_inner {
    text-align: left;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
@media only screen and (min-width: 680px) and (max-width: 999px) { /* 680-999 */
    #middle_block_inner {
        width: 100%;
    }
    #under_block_inner {
        width: 100%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #middle_block_inner {
        width: 1000px;
    }
    #under_block_inner {
        width: 1000px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #middle_block_inner {
        width: 1200px;
    }
    #under_block_inner {
        width: 1200px;
    }
}


/* entry */
.entry {
    margin: 0px;
    clear: both;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    overflow: hidden;
}
.entry p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    transition: 0.6s;
    color: #333;
}
.entry h1,
.slider1 h1,
#newslist h1,
#blog_area h1,
#recommended_area h1 {
    font-weight: normal;
    font-size: 2.1rem;
    font-weight: lighter;
    padding-top: 3px;
    padding-bottom: 8px;
    clear: both;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.6s;
}
.entry h1 small {
    display: block;
    font-size: 70%;
}
.sub_title {
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #333;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #bbb2ad;
    margin-bottom: 20px;
}
.entry h2 {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 18px;
    clear: both;
    color: #333;
    transition: 0.6s;
    text-align: center;
    border-top: solid 1px #bbb2ad;
}
.entry h3 {
    font-size: 1.8rem;
    padding-top: 6px;
    padding-bottom: 15px;
    clear: both;
    color: #213d6d;
}
.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 ul {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
}
.entry li {
    font-size: 1.7rem;
    line-height: 3rem;
    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: 2rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 3px;
    margin-top: 5px;
    padding-left: 5px;
}
.entry dd {
    font-size: 1.8rem;
    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;
    text-align: right;
}
@media only screen and (min-width: 680px) and (max-width: 999px) { /* 680-999 */
    .entry p {
        font-size: 1.8rem;
        line-height: 3rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry h1,
    .slider1 h1,
    #newslist h1,
    #blog_area h1,
    #recommended_area h1 {
        font-size: 3.1rem;
        padding-top: 6px;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .entry h2 {
        font-size: 2.4rem;
        padding-top: 10px;
        padding-bottom: 8px;
        text-align: left;
    }
    .entry h3 {
        font-size: 2rem;
        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 ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry 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 p {
        font-size: 2rem;
        line-height: 3.4rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry h1,
    .slider1 h1,
    #newslist h1,
    #blog_area h1,
    #recommended_area h1 {
        font-size: 3.5rem;
        padding-top: 6px;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .entry h2 {
        font-size: 2.5rem;
        padding-top: 10px;
        padding-bottom: 8px;
        text-align: left;
    }
    .entry h3 {
        font-size: 2rem;
        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 ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry li {
        font-size: 2rem;
        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: 2rem;
        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 p {
        font-size: 2.1rem;
        line-height: 3.4rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry h1,
    .slider1 h1,
    #newslist h1,
    #blog_area h1,
    #recommended_area h1 {
        font-size: 4rem;
        padding-top: 6px;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .entry h2 {
        font-size: 3rem;
        padding-top: 12px;
        padding-bottom: 8px;
        text-align: left;
    }
    .entry h3 {
        font-size: 2rem;
        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 ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry li {
        font-size: 2rem;
        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: 2rem;
        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;
    }
}


/* history_back */
.history_back {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}
.history_back a {
    font-size: 1.8rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #ccc;
    color: #FFFFFF;
    text-decoration: none;
}
.history_back a:hover {
    color: #f60;
}


/* scroller */
#scroller {
    position: fixed;
    z-index: 9999;
    right: 0px;
    bottom: 80px;
    display: none;
}
#scroller a {
    font-size: 2.2rem;
    color: #fff;
    display: block;
    background-color: #213d6d;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
}
#scroller a:hover {
    color: #FF6600;
}
#scroller span {
    padding-top: 8px;
    display: block;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #scroller {
        right: 0px;
        bottom: 80px;
        display: none;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #scroller {
        right: 15px;
        bottom: 10px;
        display: block;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #scroller {
        right: 15px;
        bottom: 10px;
        display: block;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #scroller {
        right: 15px;
        bottom: 10px;
        display: block;
    }
}


/* sub_theme */
#sub_theme {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-bottom: solid 1px #888;
    border-top: solid 1px #888;
}
#sub_theme img {
    object-fit: cover;
    object-position: center center;
    width: calc(100% + 20px);
    height: auto;
    filter: contrast(300%);
    margin: -10px;
    opacity:0.9;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #sub_theme {
        height: 140px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #sub_theme {
        height: 160px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #sub_theme {
        height: 180px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #sub_theme {
        height: 200px;
    }
}


/* modal_nav */
#modal_nav {
    width: 100%;
    height: auto;
    position: fixed;
    right: auto;
    left: auto;
    bottom: -4px;
    z-index: 999;
    overflow: hidden;
}
#modal_nav ul {
    overflow: hidden;
}
#modal_nav li {
    font-size: 2.4rem;
    line-height: 2.2rem;
    float: right;
    width: calc(100% / 4);
}
#modal_nav li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fbfbfb;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
    border: solid 1px #d9d9d9;
}
.nav_01 {
    color: #4c4948;
}
.nav_02 {
    color: #4c4948;
}
.nav_03 {
    color: #4c4948;
}
.nav_04 {
    color: #4c4948;
}
#modal_nav a:hover {
    color: #f60;
}
#modal_nav li small {
    font-size: 50%;
    display: block;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #modal_nav {
        width: 100%;
        right: auto;
        left: auto;
        bottom: 0;
    }
    #modal_nav li {
        font-size: 2.4rem;
        line-height: 2.2rem;
        width: calc(100% / 4);
    }
    #modal_nav li a {
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #modal_nav {
        width: 100px;
        right: 0;
        left: auto;
        top: 30vh;
    }
    #modal_nav li {
        font-size: 2.4rem;
        line-height: 2.2rem;
        width: calc(100% / 1);
    }
    #modal_nav li a {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 2px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #modal_nav {
        width: 100px;
        right: 0;
        left: auto;
        top: 30vh;
    }
    #modal_nav li {
        font-size: 2.4rem;
        line-height: 2.2rem;
        width: calc(100% / 1);
    }
    #modal_nav li a {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 2px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #modal_nav {
        width: 100px;
        right: 0;
        left: auto;
        top: 30vh;
    }
    #modal_nav li {
        font-size: 2.4rem;
        line-height: 2.2rem;
        width: calc(100% / 1);
    }
    #modal_nav li a {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 2px;
    }
}


/* disp */
#disp {
    float: none;
    width: calc(100% - 60px);
    text-align: center;
    color: #e7e7e7;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
}
#disp h1 {
    font-size: 1.4rem;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
}
#disp h2 {
    font-size: 1.4rem;
    font-weight: normal;
    display: inline;
}


/* logo */
#logo {
    width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#logo img {
    width: 80px;
    height: auto;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #logo {
        width: 100px;

    }
    #logo img {
        width: 100px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #logo {
        width: 110px;

    }
    #logo img {
        width: 110px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #logo {
        width: 120px;

    }
    #logo img {
        width: 120px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #logo {
        width: 130px;

    }
    #logo img {
        width: 130px;
    }
}


/* logo_nav */
#logo_nav_spc {
    padding-top: 10px;
    padding-bottom: 0px;
}
#logo_nav {
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #585858;
    padding-top: 15px;
    padding-bottom: 25px;
    transition: 0.3s;
}
.fixed {
    position: fixed!important;
    top: 0;
    left: auto;
    right: auto;
    z-index: 99;
    padding-top: 5px!important;
    padding-bottom: 10px!important;
}
.left_nav,
.right_nav {
    font-size: 2.2rem;
    padding-top: 3px;
    position: absolute;
}
.left_nav {
    top: 23px;
    left: 5px;
}
.right_nav {
    top: 23px;
    right: 5px;
}
.left_nav small,
.right_nav small {
    display: block;
    font-size: 65%;
}
.left_nav a,
.right_nav a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    width: 100px;
    height: auto;
}
.left_nav a:hover,
.right_nav a:hover {
    color: #f60;
}
.fixed .left_nav,
.fixed .right_nav {
    top: 5px;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #logo_nav {
        padding-top: 15px;
        padding-bottom: 25px;
    }
    .left_nav,
    .right_nav {
        font-size: 2.3rem;
    }
    .left_nav {
        top: 30px;
        left: 10px;
    }
    .right_nav {
        top: 30px;
        right: 10px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #logo_nav {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .left_nav,
    .right_nav {
        font-size: 2.4rem;
    }
    .left_nav {
        top: 40px;
        left: 10px;
    }
    .right_nav {
        top: 40px;
        right: 10px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #logo_nav {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .left_nav,
    .right_nav {
        font-size: 2.5rem;
    }
    .left_nav {
        top: 45px;
        left: calc(50% - 500px);
    }
    .right_nav {
        top: 45px;
        right: calc(50% - 500px);
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #logo_nav {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .left_nav,
    .right_nav {
        font-size: 2.6rem;
    }
    .left_nav {
        top: 50px;
        left: calc(50% - 600px);
    }
    .right_nav {
        top: 50px;
        right: calc(50% - 600px);
    }
}


/* recommended_area */
#recommended_area {
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    border-bottom: solid 1px #bbb2ad;
    overflow: hidden;
}
.recommend {
    float: left;
    width: calc(100% / 3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.recommend a {
    display: block;
    text-decoration: none;
    color: #213d6d;
    background-color: #d5eaec;
    padding-top: 10px;
    padding-bottom: 10px;
}
.recommend a:hover {
    color: #f60;
}
.recommend img {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}
.recommend small {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 4px;
    margin-left: auto;
    margin-right: auto;
}
.recommend span {
    display: block;
    padding-bottom: 10px;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .recommend {
        width: calc(100% / 3 - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .recommend small {
        font-size: 1.6rem;
    }
    .recommend span {
        display: inline;
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .recommend {
        width: calc(100% / 3 - 100px);
        margin-left: 50px;
        margin-right: 50px;
    }
    .recommend small {
        font-size: 1.7rem;
    }
    .recommend span {
        display: inline;
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .recommend {
        width: calc(100% / 3 - 120px);
        margin-left: 60px;
        margin-right: 60px;
    }
    .recommend small {
        font-size: 1.8rem;
    }
    .recommend span {
        display: inline;
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .recommend {
        width: calc(100% / 3 - 200px);
        margin-left: 100px;
        margin-right: 100px;
    }
    .recommend small {
        font-size: 1.9rem;
    }
    .recommend span {
        display: inline;
        padding-bottom: 0px;
    }
}


/* disp_sns */
#disp_sns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #585858;
}
#sns {
    width: 300px;
    clear: both;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
#sns ul {
    overflow: hidden;
}
#sns li {
    width: calc(100% / 4);
    float: left;
}
#sns li a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 3.2rem;
}

.facebook {
    /*color: #3a5bb5;*/
    color: #333;
}
.instagram {
    /*color: #B42B91;*/
    color: #333;
}
.twitter {
    /*color: #33CCCC;*/
    color: #333;
}
.youtube {
    /*color: #DF2E2A;*/
    color: #333;

}

@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #sns li a {
        font-size: 3.3rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #sns li a {
        font-size: 3.4rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #sns li a {
        font-size: 3.5rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #sns li a {
        font-size: 3.6rem;
    }
}



/* sl */
#sl {
    width: 100%;
    background-color: #333;
}


/* top_entry */
.top_entry {
    padding-top:100px;
    padding-bottom: 80px;
    text-align: center;
}
.top_entry h1 {
    font-weight: normal;
    font-size: 2.3rem;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #333;
    clear: both;
}
.top_entry p {
    font-size: 1.7rem;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    line-height: 180%;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .top_entry h1 {
        font-size: 2.6rem;
    }
    .top_entry p {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .top_entry h1 {
        font-size: 2.8rem;
    }
    .top_entry p {
        font-size: 2.0rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .top_entry h1 {
        font-size: 2.9rem;
    }
    .top_entry p {
        font-size: 2.1rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .top_entry h1 {
        font-size: 3.0rem;
    }
    .top_entry p {
        font-size: 2.3rem;
    }
}


/* swiper */
.swiper-slide h2,
.swiper-slide p {
    color: #333;
}
.swiper-slide h2 a {
    color: #333;
}
.swiper-slide h2 a:hover {
    color: #f60;
}
.slider1 .swiper-slide h2,
.slider1 .swiper-slide p {
    font-size: 2.2rem;
    display: none;
    font-weight: normal;
}
.slider1 .swiper-slide p {
    font-size: 1.6rem;
}
.slider1 .swiper-slide-active h2,
.slider1 .swiper-slide-active p {
    display: block!important;
}
.swiper-container h2:hover,
.swiper-container p:hover {
    color: #f60;
}
.slider3 .swiper-slide h2 {
    font-size: 1.7rem;
}
.swiper-slide time {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
}
.slider3 img {
    height: 130px!important;
}
.slider2 {
    padding-bottom: 0px!important;
}
.slider2 div {
    height: 450px;
}
.slider2 .swiper-slide {
    background-size: cover;
    background-position: top center;
}
.slide_category {
    display: none;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #333;
    color: #fff;
}
.swiper-slide-active .slide_category {
    display: block!important;
}
.cat_01 {
    color: #fff;
    background-color: #073807;
}
.cat_02 {
    color: #fff;
    background-color: #CC3366;
}
.cat_03 {
    color: #fff;
    background-color: #3366CC;
}
.cat_04 {
    color: #fff;
    background-color: #CC6633;
}
.cat_05 {
    color: #fff;
    background-color: #333;
}
.slider1 .swiper-slide h2 small {
    display: block;
    font-size: 70%;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .slider2 div {
        height: 550px;
    }
    .slider1 .swiper-slide h2 {
        font-size: 2.4rem;
    }
    .slider1 .swiper-slide p {
        font-size: 1.7rem;
    }
    .slider3 .swiper-slide h2 {
        font-size: 1.8rem;
    }
    .swiper-slide time {
        font-size: 1.4rem;
    }
    .slider3 img {
        height: 140px!important;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .slider2 div {
        height: 600px;
    }
    .slider1 .swiper-slide h2 {
        font-size: 2.6rem;
    }
    .slider1 .swiper-slide p {
        font-size: 1.8rem;
    }
    .slider3 .swiper-slide h2 {
        font-size: 1.9rem;
    }
    .swiper-slide time {
        font-size: 1.5rem;
    }
    .slider3 img {
        height: 150px!important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .slider2 div {
        height: 650px;
    }
    .slider1 .swiper-slide h2 {
        font-size: 2.8rem;
    }
    .slider1 .swiper-slide p {
        font-size: 1.9rem;
    }
    .slider3 .swiper-slide h2 {
        font-size: 2.1rem;
    }
    .swiper-slide time {
        font-size: 1.6rem;
    }
    .slider3 img {
        height: 160px!important;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .slider2 div {
        height: 700px;
    }
    .slider1 .swiper-slide h2 {
        font-size: 3rem;
    }
    .slider1 .swiper-slide p {
        font-size: 2rem;
    }
    .slider3 .swiper-slide h2 {
        font-size: 2.2rem;
    }
    .swiper-slide time {
        font-size: 1.7rem;
    }
    .slider3 img {
        height: 170px!important;
    }
}



/* button detail */
.button_blog_news_detail {
    width: 90px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.button_blog_news_detail a {
    font-size: 1.4rem;
    color: #213d6d;
    text-decoration: none;
    background-color: #d5eaec;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.button_blog_news_detail a:hover {
    color: #f60;
}
.button_2 {
    margin-top: 30px;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .button_blog_news_detail {
        width: 95px;
    }
    .button_blog_news_detail a {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .button_blog_news_detail {
        width: 95px;
    }
    .button_blog_news_detail a {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .button_blog_news_detail {
        width: 100px;
    }
    .button_blog_news_detail a {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .button_blog_news_detail {
        width: 110px;
    }
    .button_blog_news_detail a {
        font-size: 1.8rem;
    }
}


/* newslist */
#newslist {
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
#newslist ul {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#newslist ul li {
    font-size: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #bbb2ad;
    float: right;
    width: calc(100% / 1 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
#newslist li a {
    text-decoration: none;
    color: #333;
}
#newslist li a:hover {
    color: #f60;
}
#newslist time {
    color: #666;
    display: block;
    font-size: 90%;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #newslist {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #newslist ul li {
        font-size: 1.6rem;
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #newslist {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #newslist ul li {
        font-size: 1.7rem;
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #newslist {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    #newslist ul li {
        font-size: 1.8rem;
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #newslist {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    #newslist ul li {
        font-size: 1.9rem;
        width: calc(100% / 3 - 20px);
    }
}

/* blog_area */
#blog_area {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog {
    width: calc(100% / 2 - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.blog_image {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.blog_image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center center;
}
.blog h2 {
    font-size: 1.7rem;
    padding-top: 8px;
    font-weight: normal;
}
.blog h2 small {
    display: block;
    font-size: 70%;
}
.blog h2 a {
    text-decoration: none;
    color: #333;
    display: block;
}
.blog h2 a:hover {
    color: #f60;
}
.blog time {
    font-size: 1.4rem;
    padding-top: 5px;
    display: block;
    color: #707070;
}
.button_news_list {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
}
.button_news_list a {
    color: #fff;
    background-color: #213d6d;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: none;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.button_news_list a:hover {
    color: #f60;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .blog {
        width: calc(100% / 2 - 20px);
    }
    .blog_image {
        height: 330px;
    }
    .blog_image img {
        height: 330px;
    }
    .blog h2 {
        font-size: 1.8rem;
    }
    .blog time {
        font-size: 1.4rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .blog {
        width: calc(100% / 3 - 20px);
    }
    .blog_image {
        height: 270px;
    }
    .blog_image img {
        height: 270px;
    }
    .blog h2 {
        font-size: 1.9rem;
    }
    .blog time {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .blog {
        width: calc(100% / 3 - 20px);
    }
    .blog_image {
        height: 300px;
    }
    .blog_image img {
        height: 300px;
    }
    .blog h2 {
        font-size: 2.0rem;
    }
    .blog time {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .blog {
        width: calc(100% / 3 - 20px);
    }
    .blog_image {
        height: 370px;
    }
    .blog_image img {
        height: 370px;
    }
    .blog h2 {
        font-size: 2.2rem;
    }
    .blog time {
        font-size: 1.7rem;
    }
}


/* blog_s_area */
#blog_s_area {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog_s {
    width: 70%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: solid 1px #bbb2ad;
}
.blog_s_image {
    width: 100%;
    position: relative;
    height: 170px;
    overflow: hidden;
}
.blog_s_image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center center;
}
.blog_s h2 {
    font-size: 1.7rem;
    padding-top: 8px;
}
.blog_s h3 {
    font-size: 1.5rem;
}
.blog_s h2 a,
.blog_s h3 a {
    text-decoration: none;
    color: #333;
    display: block;
}
.blog_s h2 a:hover,
.blog_s h3 a:hover {
    color: #f60;
}
.blog_s time {
    font-size: 1.4rem;
    padding-top: 5px;
    display: block;
    color: #fff;
    position: absolute;
    top: 10px;
    left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #5d5656;
}
.button_news_list {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
}
.button_news_list a {
    color: #fff;
    background-color: #213d6d;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: none;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.button_news_list a:hover {
    color: #f60;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .blog_s {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog_s_image {
        height: 330px;
    }
    .blog_s_image img {
        height: 330px;
    }
    .blog_s h2 {
        font-size: 1.8rem;
    }
    .blog_s h3 {
        font-size: 1.6rem;
    }
    .blog_s time {
        font-size: 1.4rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .blog_s {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog_s_image {
        height: 270px;
    }
    .blog_s_image img {
        height: 270px;
    }
    .blog_s h2 {
        font-size: 1.9rem;
    }
    .blog_s h3 {
        font-size: 1.7rem;
    }
    .blog_s time {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .blog_s {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog_s_image {
        height: 300px;
    }
    .blog_s_image img {
        height: 300px;
    }
    .blog_s h2 {
        font-size: 2.0rem;
    }
    .blog_s h3 {
        font-size: 1.8rem;
    }
    .blog_s time {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .blog_s {
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog_s_image {
        height: 370px;
    }
    .blog_s_image img {
        height: 370px;
    }
    .blog_s h2 {
        font-size: 2.2rem;
    }
    .blog_s h3 {
        font-size: 2.0rem;
    }
    .blog_s time {
        font-size: 1.7rem;
    }
}


/* company_detail_area shop_guide */
#company_detail_area {
    color: #4c4c4c;
    text-align: center;
}
.company_logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 20px;
}
.company_logo img {
    width: 100%;
    height: auto;
}
.company_name,
.shop_guide_name {
    font-size: 2.0rem;
    padding-bottom: 5px;
}
.shop_guide {
    color: #4c4c4c;
    padding-top: 20px;
    text-align: center;
}
.company_service_time,
.shop_guide_address,
.shop_guide_phones,
.shop_guide_map {
    font-size: 1.5rem;
}
.company_service_detail {
    font-size: 1.5rem;
    line-height: 1.9em;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px #bbb2ad;
    border-bottom: solid 1px #bbb2ad;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.shop_guide_map a {
    text-decoration: none;
    color: #736b46;
}
.produced_name {
    color: #4c4c4c;
    font-size: 1.6rem;
    text-align: center;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .company_logo {
        width: 125px;
    }
    .company_name,
    .shop_guide_name {
        font-size: 2.3rem;
    }
    .company_service_time,
    .shop_guide_address,
    .shop_guide_phones,
    .shop_guide_map,
    .company_service_detail {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .company_logo {
        width: 130px;
    }
    .company_name,
    .shop_guide_name {
        font-size: 2.5rem;
    }
    .company_service_time,
    .shop_guide_address,
    .shop_guide_phones,
    .shop_guide_map,
    .company_service_detail {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .company_logo {
        width: 140px;
    }
    .company_name,
    .shop_guide_name {
        font-size: 2.6rem;
    }
    .company_service_time,
    .shop_guide_address,
    .shop_guide_phones,
    .shop_guide_map,
    .company_service_detail {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .company_logo {
        width: 160px;
    }
    .company_name,
    .shop_guide_name {
        font-size: 2.7rem;
    }
    .company_service_time,
    .shop_guide_address,
    .shop_guide_phones,
    .shop_guide_map,
    .company_service_detail {
        font-size: 1.9rem;
    }
}


/* under_nav */
#under_nav {
    color: #fff;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.under_nav_group {
    width: calc(100% / 1 - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.under_nav_group h3 {
    font-size: 1.7rem;
    color: #4c4c4c;
    padding-top: 10px;
    padding-bottom: 10px;
}
.under_nav_group ul li {
    padding-bottom: 5px;
}
.under_nav_group li a {
    font-size: 1.6rem;
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: left;
    color: #4c4c4c;
    text-decoration: none;
    padding-left: 10px;
}
.under_nav_group li a:hover {
    color: #f60;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .under_nav_group {
        width: calc(100% / 2 - 20px);
    }
    .under_nav_group h3 {
        font-size: 1.9rem;
    }
    .under_nav_group li a {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .under_nav_group {
        width: calc(100% / 2 - 20px);
    }
    .under_nav_group h3 {
        font-size: 2rem;
    }
    .under_nav_group li a {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .under_nav_group {
        width: calc(100% / 3 - 20px);
    }
    .under_nav_group h3 {
        font-size: 2.1rem;
    }
    .under_nav_group li a {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .under_nav_group {
        width: calc(100% / 3 - 20px);
    }
    .under_nav_group h3 {
        font-size: 2.3rem;
    }
    .under_nav_group li a {
        font-size: 1.9rem;
    }
}


/* copy_design */
#copy_design {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
}
#copy {
    font-size: 1.5rem;
    color: #4c4c4c;
}
#design {
    padding-top: 10px;
}


/* remoral */
.modal-content {
    overflow: hidden;
}
.modal-content h2 {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.modal-content ul {
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 13px;
}
.modal-content li {
    font-size: 1.7rem;
    font-weight: bold;
    float: left;
    width: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.modal-content li a {
    text-decoration: none;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
}
.modal-content li a:hover {
    color: #f60;
}
.modal-content .tagcloud {
    overflow: hidden;
}
.modal-content .tagcloud a {
    text-decoration: none;
    color: #fff;
}
.modal-content span {
    display: block;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .modal-content h2 {
        font-size: 1.7rem;
    }
    .modal-content li {
        font-size: 1.7rem;
        width: calc(100% / 2 - 20px);
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .modal-content h2 {
        font-size: 1.8rem;
    }
    .modal-content li {
        font-size: 1.8rem;
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .modal-content h2 {
        font-size: 2rem;
    }
    .modal-content li {
        font-size: 2rem;
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .modal-content h2 {
        font-size: 2.3rem;
    }
    .modal-content li {
        font-size: 2.3rem;
        width: calc(100% / 3 - 20px);
    }
}


/* cart */
/* single_item_entry_main single_item_entry_side */
.single_item_entry_main {
    float: none;
    width: 100%;
    overflow: hidden;
}
.single_item_entry_side {
    float: left;
    width: calc(100% - 20px);
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 8px;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .single_item_entry_main {
        float: none;
        width: 100%;
    }
    .single_item_entry_side {
        float: none;
        width: calc(100% - 20px);;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .single_item_entry_main {
        float: left;
        width: calc(100% - 310px);
    }
    .single_item_entry_side {
        float: right;
        width: calc(300px - 20px);
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .single_item_entry_main {
        float: left;
        width: calc(100% - 310px);
    }
    .single_item_entry_side {
        float: right;
        width: calc(300px - 20px);
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .single_item_entry_main {
        float: left;
        width: calc(100% - 310px);
    }
    .single_item_entry_side {
        float: right;
        width: calc(300px - 20px);
    }
}


/* itemimg */
.itemimg {
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.itemimg img {
    width: 120px;
    height: auto;
}
.itemimg a {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.itemsubimg_caption {
    text-align: center;
}
.itemsubimg {
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
.itemsubimg a {
    display: block;
    float: left;
    width: calc(100% / 3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.itemsubimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .itemsubimg a {
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .itemsubimg a {
        width: calc(100% / 4 - 20px);
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .itemsubimg a {
        width: calc(100% / 4 - 20px);
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .itemsubimg a {
        width: calc(100% / 5 - 20px);
    }
}


.single_item_entry_side h2 {
    text-align: center;
    font-size: 1.9rem;
    border-top-style: none;
}
.single_item_entry_side h2 small {
    display: block;
    font-size: 80%;
}
.field_name_1 {
    display: none;
}
.field_name_2 {
    font-size: 1.4rem;
    text-align: center;
}
.field_send_after {
    font-size: 1.7rem;
    text-align: center;
}
.field_cprice_1 {
    display: none;
}
.field_cprice_2 {
    font-size: 3rem;
    color: #c11a1a;
    font-weight: bold;
    text-align: center;
    display: block;
}
.zaiko_status {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    background-color: #c11a1a;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.single_item_entry_side td,
.single_item_entry_side th {
    font-size: 1.5rem;
}
.single_item_entry_side textarea {
    height: 160px;
}
.single_item_entry_side th {
    width: 100px;
}
.single_cart_quantity {
    text-align: center;
    font-size: 1.7rem;
}
.skuquantity {
    width: 40px;
    font-size: 1.7rem;
    margin-top: 20px;
    margin-left: 5px;
    text-align: center;
}
/*
.skubutton {
background-color: #333;
font-size: 1.8rem;
display: block;
width: 200px!important;
text-align: center;
color: #fff;
padding-top: 5px;
padding-bottom: 5px;
border-style: none;
margin-top: 20px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
border-radius: 8px;
font-weight: bold;
}
*/
.item_option caption {
    font-size: 1.6rem;
    color: #f00;
    margin-top: 20px;
}
.iopt_select {
    font-size: 1.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 8px;
    width: 90%;
}
.item_option label {
    font-size: 1.7rem;
    float: left;
    display: block;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
}
.item_option label input {
    margin-left: 2px;
}


/* sku select */
input.skuquantity {
    font-size: 1.7rem;
    border: solid 1px #333;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 8px;
    font-weight: bold;
}
.skubutton {
    font-size: 1.5rem;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    background-color: #333;
    font-weight: bold;
}
.skubutton:hover {
    background-color: #f60;
}
dl.item-sku dd {
    padding-left: 10px;
}


/* use_item_ex */
.use_item_ex {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #999999;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}
.use_item_ex h3 {
    font-size: 2.3rem;
    padding-top: 3px;
    padding-bottom: 4px;
}
.use_item_image {
    margin-right: auto;
    margin-left: auto;
}
.use_item_image img {
    width: 200px;
    height: auto;
}
.use_item_title {
    font-size: 1.8rem;
}
.use_item_title a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    color: #333;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .use_item_image img {
        width: 250px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .use_item_image img {
        width: 300px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .use_item_image img {
        width: auto;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .use_item_image img {
        width: auto;
    }
}


.price_outline {
    overflow: hidden;
    height: 20px;
}
.item_price {
    font-size: 1.7rem;
    color: #213d6d;
    font-weight: bold;
    float: left;
}
.price_outline small {
    display: block;
    font-size: 1.5rem;
}


/* sku_select_option */
.field_name {
    font-size: 1.4rem;
    text-align: center;
}
.field_price {
    font-size: 3rem;
    color: #c11a1a;
    font-weight: bold;
    text-align: center;
    display: none;
}
.field_price2 {
    font-size: 3rem;
    color: #c11a1a;
    font-weight: bold;
    text-align: center;
    display: block;
}
.field_price2 small {
    font-size: 1.5rem;
}
.ss_cprice {
    display: none;
}
.stocks1 {
    display: none;
}
.ss_stockstatus {
    font-size: 1.6rem;
    margin-top: 20px;
}
.c-box {
    text-align: center;
    font-size: 1.7rem;
}
dl.item-sku {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
dl.item-sku dt, dl.item-sku dd {
    display: block;
}
.item-sku dt {
    font-size: 1.5rem;
}
.sku_select {
    font-size: 1.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 8px;
}





/* usccart_navi */
div.usccart_navi li.ucart {
    width: calc(100% / 2 - 10px);
}
div.usccart_navi li.ucart {
    background-color: #88ab8f;
    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: #333333;
    background-image: none;
    border-bottom-style: none;
}
@media only screen and (min-width: 460px) and (max-width: 999px) { /* 460-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;
    }
}


/* 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;
    height: 100px;
    overflow: hidden;
}
#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;
    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 .quantity input {
    font-size: 1.7rem;
}
#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: #343434!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.7rem;
}
.currency_code {
    display: none;
}
@media only screen and (max-width: 999px) and (min-width: 460px) { /* 460-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 buttom send */
.send {
    font-size: 1.6rem;
    border-top-color: #999999!important;
    margin-top: 15px;
}
.send input {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #706666;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.send input:hover {
    background-color: #FF6600;
}
#confirm_table .ttl {
    background-color: #88ab8f;
}
#confirm_table h3 {
    font-size: 1.6rem;
    line-height: normal;
    font-weight: nomal;
    color: #ffffff;
}


/* 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-size: 1.8rem;
    display: block;
    margin-bottom: 3px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #9c9c9c;
    padding-left: 5px;
    background-color: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 5px;
}
#customer-info select {
    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: #e86e1e;
    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;
    }
    #customer-info td input,
    #delivery-info td input {
        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;
    }
    #customer-info td input,
    #delivery-info td input {
        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;
    }
    #customer-info td input,
    #delivery-info td input {
        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;
    }
    #customer-info td input,
    #delivery-info td input {
        font-size: 1.8rem;
    }
}


/* customer_form */
.customer_form select {
    font-size: 1.6rem;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px;
    background-color: #f4f3f3;
}
#delivery-info .customer_form dt {
    font-size: 1.6rem;
}
#delivery-info .customer_form dd {
    font-size: 1.4rem;
}


/* tagcloud */
.widget_tag_cloud h2 {
    display: none;
}
.tagcloud a {
    text-decoration: none;
    color: #333;
}

/* top_news */
#top_news {
    text-align: center;
    padding-bottom: 20px;
}
#top_news h2 {
    font-size: 1.8cartrem;
}
#top_news h2 a {
    text-decoration: none;
    color: #333;
    background-color: #e4f5d3;
    display: block;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#top_news h2 a:hover {
    color: #f60;
}


/* aside_area */
#aside_area {
    overflow: hidden;
}
.bn {
    display: block;;
    float: left;
    width: calc(100% / 1 - 20px);
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.bn img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .bn {
        width: calc(100% / 1 - 20px);
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .bn {
        width: calc(100% / 2 - 20px);
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .bn {
        width: calc(100% / 2 - 20px);
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .bn {
        width: calc(100% / 2 - 20px);
    }
}


/* sub_corner */
#sub_corner {
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}
#sub_corner h1 {
    text-align: center;
    font-size: 2.2rem;
    color: #333;
    padding-bottom: 20px;
}


/* questionnaire */
#questionnaire {
    text-align: center;
    padding-bottom: 10px;
    border: solid 1px #c98c3d;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
#questionnaire p {
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
#questionnaire a {
    width: 300px;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    font-size: 2.1rem;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
#questionnaire a:hover {
    background-color: #f60;
}

.gallery {
    float: left;
}
.entry p {
    clear: both;
}


/* tag_icon */
.tag_icon {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    clear: both;
}
.tag_icon a {
    font-size: 1.6rem;
    text-decoration: none;
    float: left;
    color: #fff;
    background-color: #68958d;
    text-align: center;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
}


.icon_small {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    background-color: #bb0303;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 5px;
}
