@charset "UTF-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


@media print {
    body {
        width: 100%;
        position: relative;
        transform-origin: 0 0;
    }
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
address,
div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd,
hr,
table,
caption,
th,
td,
span,
em,
strong,
dfn,
code,
samp,
kbd,
var,
cite,
abbr,
acronym,
sub,
sup,
q,
br,
ins,
del,
a,
img,
object,
iframe {
    font-family: 'Noto Sans JP', 'Noto Serif JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

a {
    outline: none;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover {
    color: #da6245;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

hr {
    display: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1.8;
    font-size: 2.0rem;
    color: #4A5859;
    background: url(../../images/bg_body.jpg);
}

div#body_bg {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#index_body div#container {
    width: 100%;
}

div#container {
    width: 1100px;
    margin: 0 auto;
}

div#wrapper {
    clear: both;
    width: 100%;
    padding: 0;
}

div#wrapper:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

img.emono1_acc_image.emono1_acc_image_acc {
    display: none;
}

img.emono1_acc_image.emono1_acc_image_ana {
    display: none;
}

table.contents_main+script+img {
    display: none;
}

table.contents_main+script+img+script+img {
    display: none;
}

.PageTitle {
    display: block;
    margin: 0 0 0em;
    position: relative;
    color: #da6245;
    text-align: center;
    background-image: url("../../images/whtml/pagetitle.jpg");
    background-size: cover;
}

.PageTitle span {}

.SmallTitle {
    display: block;
    padding: 12px 12px 12px 20px;
    margin: 5px 0 20px;
    font-size: 2rem;
    font-weight: bold;
    background: #da6245;
    position: relative;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

div#otoiawase table,
.companyTable,
div#about table,
div#link table,
div#company table,
div#law table {
    border-collapse: collapse;
    width: 100%;
}

.companyTable tr:nth-child(4) {
    display: none;
}

.companyTable tr,
div#about table.tr,
div#link table tr,
div#company table tr {}

div#otoiawase table td.form_index,
.companyTable tr th,
div#about table tr th,
div#link table tr th,
div#company table tr td.col_1,
div#law table td.left {
    width: 20%;
    padding: 18px 15px;
    color: #333;
    border-right: solid 1px #C1D5C0;
    border-left: solid 1px #C1D5C0;
    border-bottom: solid 1px #C1D5C0;
    font-weight: bold;
    background: #E8F3E8;
}

div#company .table_gallery tr.row_8 td.col_1 {
    border: none;
    background: transparent;
}

div#otoiawase table td.list_value,
.companyTable tr td,
div#about table tr td,
div#link table tr td,
div#company table tr td.col_2,
div#law table td.right {
    padding: 18px 15px;
    background: #fff;
    border-right: solid 1px #C1D5C0;
    border-bottom: solid 1px #C1D5C0;
    word-break: break-all;
}

div#otoiawase table td.list_value:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

table.fixed {
    table-layout: fixed;
}

table.border-on {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #c8c8c8;
    border-collapse: collapse;
}

table.border-on td,
table.border-on th {
    padding: 5px;
    border: 1px solid #C1D5C0;
    text-align: center;
    color: #000;
}

table.border-on td {
    width: 35%;
}

table.border-on th {
    width: 30%;
    background: #fff;
}

table.border-on tr>td:nth-child(2) {
    background: #E9D4EF;
}

table.border-on tr>td:nth-child(3) {
    background: #E6F1E0;
}

table.border-on tr:last-child>td:nth-child(2) {
    background: #006835;
    color: #fff;
}

table.border-on tr:last-child>td:nth-child(3) {
    background: #da6245;
    color: #fff;
}

div.articleContent ul.small_txt {
    display: inline-block;
    vertical-align: top;
}

ul.small_txt li {
    color: #000;
    font-size: 1.6rem;
}

table.border-off {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}

table.border-off td {
    padding: 5px;
}

div#privacy dl,
div#about dl {}

div#company dl dt,
div#privacy dl dt,
div#about dl dt {
    display: block;
    border-left: 5px #006835 solid;
    font-weight: bold;
    padding: 3px 8px 3px 15px;
    margin: 5px 0;
    clear: both;
}

div#company dl dd,
div#privacy dl dd,
div#about dl dd {
    margin: 10px 0 30px;
    padding: 0;
}

div#privacy dl dd p,
div#about dl dd p {
    margin: 10px 0;
}

div#privacy dl dd ol,
div#about dl dd ol {
    padding-left: 13px;
    margin: 10px 0 10px 13px;
    border: none;
}

div#privacy dl dd li,
div#about dl dd ol li {
    margin: 0 0 10px 0;
}

div#privacy dl dd a,
div#about dl dd a {}

div#privacy dl dd a:hover,
div#about dl dd a:hover {}

.nekoBase img {}

.nekoBase a img {
    max-width: 100%;
    max-width: calc((100% - 2.5em)/ 3);
}

.nekoBase .big {
    width: auto;
}

.nekoBase .big a img {
    width: auto;
}

.nekoBase .left {
    float: left;
    margin-right: 10px;
    width: 40%;
}

.nekoBase .right {
    float: right;
    margin-left: 10px;
    width: 40%;
}

.nekoBase .left img,
.nekoBase .right img {
    max-width: 100%;
}

u {
    display: block;
    margin-bottom: -1.8em;
    font-weight: bold;
    text-decoration: none;
    color: #da6245;
}

.btn03,
.btn01 {
    display: inline-block;
    text-decoration: none;
    padding: 18px 65px;
    font-size: 2.0rem;
    background: #da6245;
    margin: 10px 20px;
    color: #fff;
    border: solid 2px #da6245;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(123, 168, 145, 0.25);
    transition: all 0.3s ease;
}

.btn01:hover,
.btn02 a:hover {
    color: #da6245;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(123, 168, 145, 0.35);
}

.btn03 {
    background: #006835;
    color: #fff;
    border: solid 2px #006835;
}

.btn03:hover {
    color: #da6245;
    border: solid 2px #da6245;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(123, 168, 145, 0.35);
}

.btn01 a {
    color: #fff;
}

.btn02 {}

.btn02 a {
    display: inline-block;
    text-decoration: none;
    padding: 18px 65px;
    font-size: 2.0rem;
    background: #da6245;
    margin: 10px 20px;
    color: #fff;
    border: solid 2px #da6245;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(123, 168, 145, 0.25);
    transition: all 0.3s ease;
}

.icon_tel:before,
.icon_mail:before {
    content: "";
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.icon_tel:before {
    background-image: url("../../images/whtml/icon_tel.png");
    margin-top: 5px;
}

.icon_mail:before {
    background-image: url("../../images/whtml/icon_mail.png");
    margin-top: 10px;
}

div.gallery4 div.galleryList div.gallery div.galleryInner div.galleryContent div.detailLink,
div#side div#side_company table tr td div,
div.inside p.detail {
    text-align: center;
}

div.gallery4 div.galleryList div.gallery div.galleryInner div.galleryContent div.detailLink a,
div#side div#side_company table tr td div a,
div.inside p.detail a {
    color: #fff;
    padding: 1px 20px;
    display: inline-block;
    background: #000;
    border-radius: 100px;
    font-size: small;
}

div#latest table td div a:hover {
    color: #666666;
}

.contentWrap {
    margin: 0 auto;
}

.txtL {
    text-align: left;
}

.txtR {
    text-align: right;
}

.txtC {
    text-align: center;
}

.color01 {
    color: #f81200;
}

.color02 {
    color: #0d77e8;
}

.sizeB {
    font-size: 150%;
    font-weight: bold;
}

.weightB {
    font-weight: bold;
}

.textHidden {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.kakomi {
    border: 2px solid #006835;
    padding: 10px;
    margin: 1em 0;
}

.effect-fade {
    opacity: 0;
    -webkit-transform: translate(0, 45px);
    -moz-transform: translate(0, 45px);
    -ms-transform: translate(0, 45px);
    -o-transform: translate(0, 45px);
    transform: translate(0, 45px);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.effect-fade.effect-scroll {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

div#side {}

div#main {
    width: 100%;
    line-height: 1.8;
}

div#main img {}

div#header-container {
    clear: both;
    position: relative;
    margin: 0 auto;
}

div#header-container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

div#header-container #headerLog img {
    width: 90px;
}

div#header-container #headerLog {}

div#header-container div#headerContact {
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0 auto;
}

header {
    background: #fff;
}

div#gnav-container {}

div.kv {
    width: 100%;
    margin: 0;
    text-align: center;
    overflow: hidden;
    height: 65vh;
}

div.kv img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-position: bottom;
    object-fit: cover;
}

div.kv .kv-slider {
    display: none;
}

div#crumbs {
    width: 100%;
    font-size: 1.2rem;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #e5e6e6;
    padding: 10px;
    margin-bottom: 3em;
}

div#crumbs p {
    margin: 0 auto;
    padding: 0;
}

div.HistoryBack {
    clear: both;
    padding: 30px 0;
}

div.HistoryBack:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

div.HistoryBack div.Return {}

div.HistoryBack div.Return a {
    display: flex;
    align-items: center;
}

div.HistoryBack div.Return a i {
    display: inline-block;
    margin-right: 5px;
}

#topcontrol {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 1;
    cursor: pointer;
    z-index: 999;
}

#topcontrol a {
    color: #fff;
    width: 80px;
    height: 80px;
    display: block;
    background-image: url("../../images/whtml/topscroll.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.Side_title {
    display: block;
    padding: 8px 5px 8px 10px;
    background: #666;
    color: #FFF;
}

.Side_title_a {}

.Side_title_a a {
    display: block;
    padding: 8px 5px 8px 10px;
    background: #666;
    color: #FFF;
    text-decoration: none;
}

.Side_title_a a:hover {
    background: #999;
    color: #FFF;
}

div#side ul#side_home li#home {
    margin-bottom: 10px;
    text-align: center;
}

div#side ul#side_home li#home a {
    display: block;
    background: #333;
    padding: 15px;
    color: #fff;
}

div#side ul#side_home li#home a:hover {
    background: #666;
}

div#side ul#side_menu {
    margin: 0 0 20px;
}

div#side ul#side_menu>li {
    border-bottom: 1px solid #FFFFFF;
}

div#side ul#side_menu>li>a {
    display: block;
    padding: 7px 7px 7px 10px;
    background: #999999;
    color: #FFFFFF;
    text-decoration: none;
}

div#side ul#side_menu>li>a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}

div#side div#side_form {
    width: 100%;
    margin-bottom: 5px;
}

div#side div#side_form table {
    border-collapse: collapse;
}

div#side div#side_form table tr td {
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 5px;
}

div#side div#side_form table tr td img {
    vertical-align: top;
}

/* side_g4cate&side_g3cate
---------------------------------------------------------- */
div#side div.side_g3cate,
div#side div.side_g4cate {
    margin: 0 0 5px 0;
}

div#side div.side_g3cate ul.category,
div#side div.side_g4cate ul.category {
    width: 250px;
}

div#side div.side_g3cate ul.category li,
div#side div.side_g4cate ul.category li {
    list-style: none;
    border-bottom: 1px solid #FFFFFF;
}

div#side div.side_g3cate ul.category li a,
div#side div.side_g4cate ul.category li a {
    display: block;
    padding: 7px 7px 7px 10px;
    background: #999999;
    color: #FFFFFF;
    text-decoration: none;
}

div#side div.side_g3cate ul.category li a:hover,
div#side div.side_g4cate ul.category li a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}

div#side div#side_company {
    margin: 0 auto 20px;
    width: 250px;
}

div#side div#side_company .Side_title_a a {
    background: #000000;
    margin: 0;
}

div#side div#side_company table {
    border-collapse: collapse;
    width: 100%;
}

div#side div#side_company table tr td {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-top: none;
    padding: 8px;
}

div#side div#side_company table tr td p {
    padding: 10px;
    font-size: small;
    background: #e8ecf8;
}

div#side div#side_company table tr td img {
    border: 1px solid #c8c8c8;
    vertical-align: top;
    width: 100%;
    margin: 0 0 8px;
}

div#side div#side_company table tr td p b {
    color: #ff9336;
}

div#side div#side_company table tr td p u {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 0 2px 5px;
    margin: 5px 0;
    margin-bottom: -10px;
    border-left: 5px solid #c8c8c8;
    border-bottom: 1px dotted #c8c8c8;
}

div#side div#side_company table tr td div {
    padding: 5px;
}

/* side_banner
---------------------------------------------------------- */
div#side div#side_banner {
    width: 96%;
    margin: 0 auto 10px;
}

div#side div#side_banner table {
    border-collapse: collapse;
    width: 100%;
}

div#side div#side_banner table tr {}

div#side div#side_banner table tr td {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}

div#side div#side_banner table tr td img {
    vertical-align: top;
    display: block;
    margin: 0 auto;
}

/*side_cate
---------------------------------------------------------- */
div#side div#side_cate {
    margin-bottom: 5px;
    width: 250px;
}

div#side div#side_cate ul.big {
    margin: 0;
    line-height: 1;
}

div#side div#side_cate ul.big li {
    border-bottom: 1px solid #FFF;
}

div#side div#side_cate ul.big li a {
    color: #FFFFFF;
    display: block;
    height: 100%;
    padding: 7px 7px 7px 10px;
    background: #999999;
    text-decoration: none;
}

div#side div#side_cate ul.big li a:hover {
    background: #CCCCCC;
    text-decoration: none;
}

div#side div#side_cate ul.big ul.small li {
    color: #000000;
}

div#side div#side_cate ul.big ul.small li a {
    display: block;
    height: 100%;
    padding: 7px 7px 7px 30px;
    background: #CCCCCC;
}

div#side div#side_cate ul.big ul.small li a:hover {
    background: #DDDDDD;
}

/*side_cart
---------------------------------------------------------- */
div#side div#side_cart {
    width: 250px;
    margin-bottom: 5px;
}

div#side div#side_cart dl {}

div#side div#side_cart dl dt {
    padding: 5px 10px 0 10px;
    background: #CCCCCC;
    font-weight: bold;
}

div#side div#side_cart dl dd {
    width: 230px;
    padding: 0 10px 5px 10px;
    background: #CCCCCC;
}

div#side div#side_cart dl dd form {
    margin: 0;
    padding: 0;
}

div#side div#side_cart dl dd input#search_btn {
    cursor: pointer;
}

div#side div#side_cart dl dd input#searchwindow {
    width: 215px;
    margin-bottom: 5px;
}

.contact_area {
    padding: 10em 0 250px 0;
}

#index_body .contact_area {
    padding-top: 6em !important;
}

.contact_banner {
    background: #006835;
    padding: 40px 0;
}

.contact_banner p {
    color: #fff;
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.4;
}

.illu_people {
    position: relative;
}

.illu_people:before {
    content: "";
    background-image: url("../../images/whtml/illu_people.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 198px;
    height: 92px;
    position: absolute;
    right: 50px;
    top: -130px;
}

div.contact {
    margin: 4em auto 0 auto;
}

div.contact div.contact_btn {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

div.contact div.contact_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #da6245;
    height: 185px;
}

div.contact div.contact_btn.form a {
    background: rgba(206, 129, 154, 0.17);
    font-size: 4.3rem;
}

div.contact div.contact_btn.tel a {
    background: rgba(123, 136, 175, 0.2);
    font-size: 5.5rem;
}

div#footer-container {
    clear: both;
    width: 100%;
    overflow: hidden;
    padding: 100px 0 20px 0;
    background: #F8FAF6;
    background-size: 100%;
}

div#footer-container div#footerMenu .footerMenuItem {
    display: flex;
}

div#footer-container div#footerMenu ul {
    margin-right: 50px;
}

.footer_back {
    position: relative;
}

.footer_back:before {
    content: "";
    width: 100%;
    height: 230px;
    background-image: url(../../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: -120px;
    left: 0;
}


#otoiawase_body .footer_back {
    margin-top: 6em !important;
}

div#footer-container div#footerLogo {
    margin: 2em auto 2em 10px;
    text-align: left;
    ;
}

div#footer-container div#footerLogo:after {
    left: inherit;
    right: 0;
}

div#footer-container div#footerGuide {
    flex: 1;
}

div#footer-container div#footerGuide table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #333;
}

div#footer-container div#footerGuide table td {
    padding: 8px 10px;
}

div#footer-container div#footerGuide table td.even {
    border-top: 1px solid #333;
    width: 20%;
}

div#footer-container div#footerGuide table td.odd {
    border-top: 1px solid #333;
}

div#footer-container div#footerMenu p:before {
    content: " \f0c9";
    font-family: FontAwesome;
    margin-right: 5px;
}

div#footer-container div#footerMenu ul {
    font-size: small;
}

div#footer-container div#footerMenu ul li {
    line-height: 1.4;
}

div#footer-container div#footerMenu ul li a {
    padding: 8px 10px;
    display: block;
    color: #006835;
    font-size: 1.8rem;
}

div#footer-container div#footerMenu ul li a:hover {
    color: #da6245;
}

div#footer-container div#footerMenu .tree {
    padding: 5px;
}

div#footer-container div#footerMenu .tree ul {
    margin: 0 0 0 10px;
}

div#footer-container div#footerMenu .footerMenuItem .tree ul li a:before {
    content: "┗";
    margin-right: 5px;
}

address {
    text-align: center;
    padding: 10px;
    font-size: small;
    color: #fff;
    background: #006835;
    font-style: normal;
}

div#company {
    width: 100%;
    margin: 0;
}

/* company01
---------------------------------------------------------- */
div.company01 {
    margin-bottom: 3em;
}

.company01 .thumb {
    display: none;
}

div.company01 p {
    text-align: center;
    line-height: 2;
}

div.company01 p u {
    font-size: 1.8rem;
}

/* company02
---------------------------------------------------------- */
div.company02 {
    width: 100%;
    margin-bottom: 3em;
}

.companyTable a,
.table_gallery a {
    border-bottom: solid 1px #000;
}

/* company03
---------------------------------------------------------- */
div.company03 {
    margin-bottom: 3em;
}

div.gmap {
    padding-bottom: 4em;
}

div.gmap iframe {}

div#privacy {
    width: 100%;
    margin: 0;
}

div#privacy p {
    width: 100%;
    margin: 0 0 10px 0;
}

div#about {
    width: 100%;
    margin: 0;
}

div#about p {
    width: 100%;
    margin: 0 0 10px 0;
}

div#link {
    width: 100%;
    margin: 0;
}

/* link01
---------------------------------------------------------- */
div#link01 {
    margin-bottom: 3em;
}

div#link01 p {
    margin-bottom: 15px;
}

div#link01 p span {
    font-size: 1.0rem;
}

/* link02
---------------------------------------------------------- */
div#link02 .exWrap {
    list-style: none;
    margin: 10px 15px;
}

div#link02 .exWrap li {
    display: inline-block;
    padding: 3px 20px;
    margin-right: 15px;
    color: #666;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    font-size: 1.4rem;
}

div#link02 .exWrap li a {
    background: #FFF;
    margin: -3px -20px;
    padding: 3px 20px;
    display: block;
    text-decoration: none;
    color: #c68650;
}

div#link02 .exWrap li a:hover {
    background: #c68650;
    color: #fff;
}

div#link02 .link_cate {
    clear: both;
    margin: 10px 0 10px;
    padding: 2px 0 2px 10px;
    height: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-left: 5px solid #ccc;
}

div#link02 dl dt {
    background: url(https://www.home-enjoy.net/images/burette_on.jpg) no-repeat left center;
}

div#link02 dl dt a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    padding-right: .5em;
}

div#link02 dl dt a:hover {
    background: url(https://www.home-enjoy.net/images/burette_on.jpg) no-repeat left center;
    text-decoration: underline;
}

div#link02 dl dd {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #CCC;
}

div#link02 dl dd:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

div#link02 dl dd p {
    max-width: 70%;
    font-size: 1.4rem;
    float: left;
    padding-right: .5em;
}

div#link02 dl dd a {
    padding: 0 0 0 1%;
    max-width: 30%;
    float: right;
}

div#link02 dl dd a img {}

div.faq {
    width: 100%;
    margin: 0;
}

#questions_cate {}

#questions_cate ul {
    margin: 10px 15px;
    overflow: hidden;
}

#questions_cate ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

#questions_cate ul li {
    display: inline-block;
    padding: 3px 20px;
    margin-right: 15px;
    color: #666;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    font-size: 1.4rem;
}

#questions_cate ul li a {
    background: #FFF;
    margin: -3px -20px;
    padding: 3px 20px;
    display: block;
    text-decoration: none;
    color: #c68650;
}

#questions_cate ul li a:hover {
    background: #c68650;
    color: #fff;
}

#questions {
    margin: 10px 0 30px;
}

#questions h3 {
    clear: both;
    padding: 6px 10px;
    margin: 10px 0;
    background: #CCCCCC;
}

#questions ul {
    margin: 0 5px;
}

#questions ul li {
    padding: 5px 8px 5px 8px;
}

#questions ul li:before {
    content: "Q";
    display: inline-block;
    margin-right: 5px;
}

#questions ul li a {
    color: #333333;
    text-decoration: underline;
}

#questions ul li a:hover {
    color: #999999;
    text-decoration: underline;
}

#answers {
    clear: both;
    margin: 0 0 30px;
}

#answers strong {
    font-weight: normal;
}

#answers em {
    font-style: normal;
}

#answers h3 {
    clear: both;
    padding: 6px 10px;
    background: #CCCCCC;
}

#answers ul {
    margin: 0 5px;
}

#answers ul li dl {
    margin-bottom: 10px;
}

#answers ul li dl dt {
    padding: 8px;
    font-weight: normal;
    text-decoration: none;
}

#answers ul li dl dd {
    background: #E7E7E7;
    padding: 8px;
}

div.faq .a,
div.faq .q {}

div.faq .num {}

div.faq .dot {}

div#law table .title {
    padding: 8px 10px 4px;
    background: #333;
    color: #fff;
}

div#law table tr.etc td {
    padding: 8px 10px;
    background: #ccc;
}

div#sitemap {
    width: 100%;
    margin: 0;
}

div#sitemap p {
    margin: 10px 0 10px 10px;
}

div#sitemap ul {}

div#sitemap ul li {
    border-top: 1px dotted #c8c8c8;
}

div#sitemap ul .nolink {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: .5em;
}

div#sitemap ul li a {
    display: block;
    text-decoration: none;
    padding: .5em;
}

div#sitemap ul li a:hover {}

div#sitemap .big {
    padding-bottom: .5em;
}

div#sitemap .big li {
    border-top: none;
}

div#sitemap .big li a {}

div#sitemap .big li a:hover {}

div#sitemap .big .small {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

div#sitemap .big .small li {
    border-bottom: none;
}

div#sitemap .big .small li a {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 2em;
}

div#sitemap .sitemap02 .exWrap,
div#sitemap .sitemap02 .category {}

div#sitemap .sitemap02 .exWrap li,
div#sitemap .sitemap02 .category li,
div#sitemap .big>li {
    border: none;
}

div#sitemap .sitemap02 .exWrap li a,
div#sitemap .sitemap02 .category li a,
div#sitemap .big li a {
    padding: 0 0 .5em 1em;
    line-height: 1;
}

div#sitemap .sitemap02 .exWrap li a:before,
div#sitemap .sitemap02 .category li a:before,
div#sitemap .big li a:before {
    content: "┗";
    display: inline-block;
    margin-right: 5px;
}

div#sitemap .sitemap02 .exWrap li a:hover,
div#sitemap .sitemap02 .category li a:hover {}

.topTittle {
    font-size: 6.2rem;
    line-height: 1.4;
    margin-bottom: 1.5em;
}

.topTittle span {
    display: block;
    font-size: 2.2rem;
}

div#index>div {
    padding: 4em 0;
}

.MVisual {
    position: relative;
}

#canvas_wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    vertical-align: bottom;
}

.circle_block {
    position: absolute;
    bottom: 6vh;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 80%;
}

.circle_block li {
    position: relative;
}

.circle_block li::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: #fff;
    opacity: .8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.circle_block li:nth-child(2) {
    transform: translateY(13vh);
    -webkit-transform: translateY(13vh);
}

.main_title {
    text-align: center;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    z-index: 99;
}

.index01 {
    text-align: center;
    background: #ccc;
}

.index01 p {
    line-height: 2;
}

.index01 p u {
    font-size: 1.8rem;
}

.index02 {
    text-align: center;
}

.index02 .itemBox {
    margin: 1em 0;
}

.index03 p span {
    font-size: 3.2rem;
    line-height: 1.3;
    margin-bottom: 1em;
    display: inline-block;
    font-weight: bold;
}

.nami {
    position: relative;
}

.nami:after {
    content: "";
    width: 100%;
    height: 128px;
    background-image: url("../../images/index/nami.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 0;
    z-index: 99;
}

.indexItem {}

.indexItem .itemBox {}

.indexItem .nekoItem {}

.indexItem .thumb {
    text-align: center;
}

.indexItem .thumb img {
    transition: transform 0.3s ease-in-out;
    object-fit: contain;
}

span.price {
    color: #f81200;
}

.index05 {
    text-align: center;
}

.shopinfo {
    display: inline-block;
}

.shopinfo h3 {
    margin-bottom: 2em;
    text-align: left;
    color: #006835;
}

.shopinfo ul {
    text-align: left;
}

.shopinfo .btn01 {
    margin: 3em 0 0 0;
}

.shopinfo table {
    border-collapse: collapse;
}

.shopinfo table td {
    text-align: left;
    border-top: 1px solid #333;
}

.link_banner {
    padding-top: 10px !important;
}

@media screen and (max-width: 1099px) {}

@media screen and (max-width: 599px) {
    .sp_no {
        display: none !important;
    }

    .PageTitle {
        padding: 50px;
        margin-bottom: 2em;
        background-position: 50%;
    }

    .PageTitle span {
        font-size: 26px;
        line-height: 1.2;
    }

    div#otoiawase table td.form_index,
    div#privacy .companyTable tr th,
    div#about table tr th,
    div#link table tr th,
    div#company table tr td.col_1,
    div#law table td.left {
        width: 100%;
        display: block;
    }

    div#otoiawase table td.list_value,
    div#privacy .companyTable tr td,
    div#about table tr td,
    div#link table tr td,
    div#company table tr td.col_2,
    div#law table td.right {
        width: 100%;
        display: block;
    }

    .tableScr {
        overflow: auto;
        white-space: nowrap;
    }

    .tableScr table {
        border-collapse: collapse;
    }

    .tableScr table td,
    .tableScr table th {
        padding: 10px 10px;
        text-align: center;
        vertical-align: middle;
    }

    .tableScr table td a,
    .tableScr table th a {
        color: #fff;
    }

    .tableScr:after {
        content: "※表は右にスライドでご覧いただけます。";
        display: block;
        margin-bottom: 10px;
    }

    .sp_txtL {
        text-align: left;
    }

    .sp_txtR {
        text-align: right;
    }

    .sp_txtC {
        text-align: center;
    }

    body {
        min-width: inherit;
    }

    body.fixed {
        position: fixed;
        width: 100%;
    }

    div#container {
        width: 96%;
        margin: 0 auto;
    }

    .contentWrap {
        width: 96%;
    }

    header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }

    div#header-container {
        padding: 10px 0;
    }

    div#header-container #headerLog {
        text-align: center;
    }

    div#header-container #headerLog img {
        height: 50px;
    }

    div#header-container .btn01 {
        display: none;
    }

    div#header-container p#headerTel {}

    div#header-container p#headerTel a {
        position: absolute;
        left: 10px;
        top: 15px;
        display: block;
        text-align: center;
        width: 54px;
        padding: 32px 0 3px;
        color: #da6245;
        font-size: 10px;
        z-index: 99;
        text-decoration: none;
        -webkit-transition: all .5s;
        transition: all .5s;
        border-radius: 3px;
    }

    div#header-container p#headerTel a:before {
        position: absolute;
        display: inline-block;
        content: " \f095";
        font-family: FontAwesome;
        font-weight: normal;
        width: 20px;
        height: 20px;
        font-size: 20px;
        right: 50%;
        top: 50%;
        margin-right: -10px;
        margin-top: -22px;
        color: #da6245;
    }

    div#gnav-container {}

    .el_humburger {
        position: absolute;
        top: 15px;
        right: 10px;
        width: 54px;
        height: 51px;
        z-index: 10000;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        pointer-events: auto;
        font-size: 10px;
        border-radius: 3px;
        text-align: center;
    }

    .el_humburger>span {
        display: block;
        width: 50%;
        margin: 0 auto 7px;
        height: 1px;
        background: #000;
        transition: all 0.2s ease-in-out;
        text-align: center;
        margin-top: 10px;
    }

    .el_humburger>span.top {}

    .el_humburger>span.middle {
        margin-top: 5px;
    }

    .el_humburger>span.bottom {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .js_humburgerOpen .el_humburger>span {
        background: #000;
    }

    .js_humburgerOpen .el_humburger>span.top {
        transform: translateY(9px) rotate(-45deg);
    }

    .js_humburgerOpen .el_humburger>span.middle {
        opacity: 0;
    }

    .js_humburgerOpen .el_humburger>span.bottom {
        transform: translateY(-7px) rotate(45deg);
    }

    .el_humburgerButton.el_humburgerButton__close {
        top: 2%;
        right: 2%;
    }

    .el_humburgerButton__close>span {
        display: block;
        width: 35px;
        margin: 0 auto;
        height: 4px;
        background: #fff;
    }

    .js_fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .js_fixed .el_humburger {
        color: #da6245;
    }

    .js_fixed .el_humburger>span {
        background: #da6245;
    }

    .el_humburgerButton__close>span.el_humburgerLineTop {
        transform: translateY(5px) rotate(-45deg);
    }

    .el_humburgerButton__close>span.el_humburgerLineBottom {
        transform: translateY(-6px) rotate(45deg);
    }

    .sp_nav.js_appear {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        z-index: 9999;
    }

    .sp_nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #F2F5F5;
        z-index: 0;
        margin-top: 0px;
        padding-top: 80px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sp_nav ul {
        margin-top: 2em;
        margin-bottom: 3em;
        width: 100%;
        padding: 0 6%;
    }

    .sp_nav ul li {
        display: block;
        text-align: center;
    }

    .sp_nav ul li+li {
        border-top: 1px solid #da6245;
    }

    .sp_nav ul a {
        color: #da6245;
        font-weight: bold;
        text-align: left;
        text-decoration: none;
        display: block;
        padding: 20px 40px 20px 0;
        position: relative;
        line-height: 1.4;
    }

    .sp_nav ul a.sub_menu:before,
    .sp_nav ul a.sub_menu:after {
        content: "";
        display: block;
        width: 20px;
        height: 1px;
        background: #000;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .sp_nav ul a.sub_menu:before {}

    .sp_nav ul a.sub_menu:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sp_nav a.sub_menu.active {}

    .sp_nav ul a.sub_menu.active:before {}

    .sp_nav a.sub_menu.active:after {
        display: none;
    }

    .sp_nav .sub_list {
        display: none;
        margin-bottom: 0px;
    }

    .sp_nav div.sub_list ul {}

    .sp_nav div.sub_list ul li {
        margin: 0;
    }

    .sp_nav div.sub_list ul li+li {}

    .sp_nav div.sub_list ul li a {
        padding: 10px 0 10px 1.0em;
        background: #666;
        color: #fff;
    }

    div#gnav-container .btn01 {
        padding: 30px 40px;
        font-size: 1.8rem;
    }

    div.contact div.contact_btn a {
        height: 122px;
    }

    div.contact div.contact_btn.form a,
    div.contact div.contact_btn.tel a {
        font-size: 2.8rem;
    }

    div.contact div.contact_btn.tel {}

    .contact_banner p {
        font-size: 2.4rem;
    }

    .icon_tel:before,
    .icon_mail:before {
        width: 26px;
        height: 26px;
    }

    .contact_area {
        padding-bottom: 150px;
    }

    div#footer-container {
        padding-top: 0;
    }

    div#footerLogo img {
        max-height: 50px;
    }

    div#footer-container div#footerGuide table td.even {
        width: 30%;
    }

    div#footer-container div#footerMenu ul {
        margin-right: 10px;
    }

    div#footer-container div#footerMenu ul li a {
        font-size: 1.6rem;
    }

    .fixdBtn {
        width: 100%;
        background-color: #006835;
        padding: 10px 15px;
        position: fixed;
        bottom: -50px;
        left: 0;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }

    .fixdBtn.-on {
        -webkit-transition: .2s ease .2s;
        transition: .2s ease .2s;
        bottom: 0;
    }

    .fixdBtn ul {
        text-align: center;
    }

    .fixdBtn ul li {
        display: inline-block;
    }

    .fixdBtn ul li a {
        color: #fff;
    }

    div#link02 dl dd p {
        font-size: 1.2rem;
        margin-bottom: 1em;
    }

    #questions_cate ul {
        padding: 1%;
    }

    #questions_cate ul li {}

    .sp_flexbox02 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sp_flexbox02>* {
        width: calc(100% / 2 - 2% - 1px);
        margin: 1%;
    }

    .sp_flexbox03 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sp_flexbox03>* {
        width: calc(100% / 3 - 2% - 1px);
        margin: 1%;
    }

    .sp_flexbox04 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sp_flexbox04>* {
        width: calc(100% / 4 - 2% - 1px);
        margin: 1%;
    }

    /* ============================================================
index.html sp css start
============================================================ */
    body {
        font-size: 1.8rem;
    }

    div#index>div {
        padding: 2em 0;
    }

    div.kv {
        height: 60vh;
    }

    .sp_width90per {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .illu_people:before {
        width: 148px;
        height: 70px;
        top: -110px;
        right: 20px;
    }

    div#index {}

    #canvas_wave {
        height: 200px;
    }

    .topTittle {
        font-size: 4.2rem;
        padding: 0 5%;
    }

    .topTittle span {
        font-size: 1.8rem;
    }

    .main_title {
        padding: 20px 5%;
        transform: none;
        -webkit-transform: none;
    }

    .circle_block {
        width: 96%;
    }

    .circle_block li:nth-child(1) {
        width: 40%;
    }

    .circle_block li:nth-child(2) {
        width: 50%;
        -webkit-transform: translateY(9vh);
    }

    .index01 {}

    .index02 {}

    .index03 p span {
        font-size: 2.2rem;
    }

    .index03 p {
        padding-top: 1em;
    }

    .index04 p {
        padding: 8% 0;
    }

    .index04 .itemBox {
        margin-bottom: 4em;
    }

    .index04 p u {
        margin-bottom: -0.8em;
        font-size: 2.2rem;
    }

    .indexItem {}

    .indexItem .itemBox {
        margin: 5%;
        width: calc(100% - 10% - 1px);
    }

    .indexItem .nekoItem {}

    .indexItem .thumb {
        width: 100%;
    }

    .indexItem .thumb img {}

    span.price {
        color: #f81200;
    }

    .index05 {
        text-align: center;
    }

    .shopinfo {
        display: inline-block;
        padding: 0 5%;
    }

    .shopinfo h3 {}

    .shopinfo table {
        font-size: .9em;
    }

    .shopinfo table td {
        padding: 5px;
    }

    .shopinfo table td:first-child {
        width: 20%;
    }

    .nami:after {
        background-image: url("../../images/index/nami_sp.png");
        height: 45px;
        bottom: -45px;
    }

    .link_banner .itemBox,
    div.contact div.contact_btn {
        margin-bottom: 1em;
    }

    .footer_back:before {
        background-image: url(../../images/footer-bg_sp.png);
        height: 120px;
        top: -80px;
        z-index: -1;
    }

    #topcontrol {
        bottom: 60px;
        right: 10px;
    }

    #topcontrol a {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width: 600px) {
    div#footer-container div#footerLogo {
        max-width: 200px;
    }
}

@media print,
screen and (min-width: 600px) {

    .pc_no {
        display: none !important;
    }

    .PageTitle {
        padding: 150px;
    }

    .PageTitle span {
        font-size: 50px;
        line-height: 50px;
    }

    .contentWrap {
        width: 1100px;
    }

    a[href^="tel:"] {
        cursor: default;
        color: #000;
        pointer-events: none;
    }

    body {
        min-width: 1100px;
    }

    div#container {
        position: relative;
    }

    div#side {
        width: 250px;
        float: left;
        height: auto !important;
    }

    #index_body div#side {
        display: none;
    }

    #index_body div#main {
        width: 100%;
        float: inherit;
    }

    div#main img {}

    .toggle {
        display: none;
    }

    div#header-container {
        width: 300px;
        margin: 0 auto 0 8%;
    }

    div#gnav-container {
        width: calc(100% - 300px);
    }

    div#header-inner {
        display: flex;
        align-items: center;
        padding-top: 18px;
    }

    div#header-container #headerLog {}

    div#header-container #headerLog {
        margin: 0 auto 0 0;
    }

    div#header-container #headerEtc {
        clear: both;
        text-align: right;
        padding: 0 15px;
    }

    div#header-container #headerTel {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        float: left;
    }

    div#gnav-container .gnav {
        width: 100%;
        font-size: 14px;
        position: relative;
        display: flex;
        height: 100px;
    }

    div#gnav-container ul.nav {
        margin: 0 0 0 auto;
        max-width: 1100px;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 20px 20px 0;
    }

    div#gnav-container .btn01 {
        padding: 15px 40px 0px;
        display: inline-block;
        background: #da6245;
        color: #fff;
        margin: 15px;
        font-size: 2.0rem;
    }

    div#gnav-container .btn01:hover {
        color: #da6245;
        background: #fff;
    }

    div#gnav-container .gnav ul li {
        text-align: center;
        position: relative;
    }

    div#gnav-container .gnav ul li>a {
        height: 50px;
        padding-top: 10px;
    }

    div#gnav-container .gnav li a {
        display: block;
        color: #da6245;
        text-decoration: none;
        text-align: center;
        position: relative;
        padding: 12px 16px;
        font-size: 2.0rem;
    }

    div#gnav-container .gnav li a.sub_menu {
        cursor: pointer;
    }

    div#gnav-container .gnav li a:hover::before {
        background-color: #0085B2;
        top: 0px;
    }

    div#gnav-container .gnav li a:hover,
    #gnav li a.active,
    div#gnav-container .gnav ul li:hover>a {
        color: #8E94A7;
    }

    div#gnav-container .gnav ul li:hover>a.sub_menu,
    div#gnav-container .gnav li a.sub_menu:hover {
        position: relative;
    }

    div#gnav-container .gnav ul li:hover>a.sub_menu::after,
    div#gnav-container .gnav li a.sub_menu:hover::after {
        border-bottom: 20px solid #001533;
    }

    div#gnav-container .gnav ul li div {
        position: absolute;
        z-index: 2000;
        top: 50px;
        left: 0px;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        height: auto;
        background-color: #ff8e00;
        width: 100%;
    }

    div#gnav-container .gnav ul li ul {
        width: 100%;
        margin: 0 auto;
    }

    div#gnav-container .gnav li ul li a {
        color: #fff;
    }

    div#gnav-container .gnav ul li ul li a:hover {
        color: #ff8e00;
        background-color: #FFF;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    }

    div#gnav-container .gnav li li a::before {
        display: none;
    }

    div#gnav-container .gnav ul li:hover div {
        visibility: visible;
        opacity: 1;
    }

    div#gnav-container .gnav div.sub_list {
        display: block !important;
    }

    header {
        height: 100px;
        display: flex;
    }

    div#crumbs p {
        width: 1100px;
        margin: 0 auto;
        padding: 0;
    }

    div.company01 p {
        padding: 0 10%;
    }

    div.contact {
        display: flex;
    }

    div.contact div.contact_btn {
        width: 50%;
        margin: 15px;
        box-sizing: border-box;
    }

    div.contact div.contact_btn.form {}

    div.contact div.contact_btn.tel {}

    div#footer-container {}

    div#footer-inner {}

    div#footer-container div#footerLogo {}

    div#footer-container div#footerInfo {
        display: flex;
        align-items: center;
        width: 50%;
    }

    div#footer-container div#footerMenu {
        text-align: right;
        width: auto;
    }

    div#footer-container div#footerMenu:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    div#footer-container div#footerMenu .footerMenuItem {
        text-align: left;
        display: flex;
    }

    div#footer-container div#footerMenu .footerMenuItem li {}

    /* ============================================================
index.html 
============================================================ */
    div#news {
        width: 100%;
    }

    .pc_flexbox02 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pc_flexbox02>* {
        width: calc(100% / 2 - 2% - 1px);
        margin: 1%;
    }

    .pc_flexbox03 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pc_flexbox03>* {
        width: calc(100% / 3 - 2% - 1px);
        margin: 1%;
    }

    .pc_flexbox04 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pc_flexbox04>* {
        width: calc(100% / 4 - 2% - 1px);
        margin: 1%;
    }

    /* ============================================================
index.html  pc css start
============================================================ */
    @media screen and (max-width: 1499px) {
        div#header-container {
            width: 250px;
            margin-left: 2%;
        }

        div#gnav-container ul.nav {
            padding: 24px 20px 24px 0;
        }

        div#gnav-container .gnav li a {
            padding: 12px 8px;
            font-size: 1.6rem;
        }

        div#gnav-container .btn01 {
            padding: 18px 35px 0;
            font-size: 1.6rem;
        }

        div.kv {
            max-height: 550px;
        }
    }

    @media screen and (max-width: 1100px) {
        .topTittle {
            padding: 0 5%;
        }

        div#main {
            padding: 0 10px;
        }
    }

    div#index {}

    .main_title {
        max-width: 50%;
        margin: 0 auto;
    }

    .index01 {
        text-align: center;
    }

    .index02 {}

    .index03 .itemBox {
        width: 100%;
    }

    .index03 .thumb,
    .index03 p {
        width: 50%;
    }

    .index03 p {
        padding-left: 3em;
    }

    .index04 {}

    .indexItem {}

    .index04 .itemBox {
        margin: 2%;
        width: calc(100% / 2 - 4% - 1px);
    }

    .index03 .nekoItem {
        display: flex;
    }

    .indexItem .thumb {
        overflow: hidden;
    }

    .indexItem .thumb img {
        transition: transform 0.3s ease-in-out;
        object-fit: contain;
    }

    .index04 .comment {
        padding: 1em;
    }

    .index04 u {
        font-size: 2.6rem;
        margin-bottom: -0.5em;
        color: #da6245;
    }

    span.price {
        color: #f81200;
    }

    .index05 {
        text-align: center;
    }

    .shopinfo {
        display: inline-block;
        padding: 1%;
    }

    .shopinfo h3 {}

    .shopinfo table td {
        padding: 15px 30px;
    }
}

/* ============================================================
Form Input Improvements - Enhanced usability for all devices
============================================================ */
div#otoiawase input[type="text"],
div#otoiawase input[type="email"],
div#otoiawase input[type="tel"],
div#otoiawase textarea,
div#otoiawase select {
    width: 100%;
    padding: 16px 20px;
    font-size: 1.8rem;
    border: 2px solid #C1D5C0;
    border-radius: 12px;
    background: #fff;
    color: #4A5859;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Noto Sans JP', sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

div#otoiawase input[type="text"]:focus,
div#otoiawase input[type="email"]:focus,
div#otoiawase input[type="tel"]:focus,
div#otoiawase textarea:focus,
div#otoiawase select:focus {
    outline: none;
    border-color: #da6245;
    box-shadow: 0 4px 12px rgba(123, 168, 145, 0.2), 0 0 0 3px rgba(123, 168, 145, 0.1);
    background: #F8FAF6;
}

div#otoiawase textarea {
    min-height: 180px;
    resize: vertical;
    line-height: 1.8;
}

div#otoiawase input[type="submit"],
div#otoiawase input[type="button"] {
    padding: 18px 65px;
    font-size: 2.0rem;
    background: #da6245;
    color: #fff;
    border: solid 2px #da6245;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(123, 168, 145, 0.25);
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

div#otoiawase input[type="submit"]:hover,
div#otoiawase input[type="button"]:hover {
    background: #fff;
    color: #da6245;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(123, 168, 145, 0.35);
}

div#otoiawase input[type="radio"],
div#otoiawase input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
}

div#otoiawase label {
    font-size: 1.8rem;
    cursor: pointer;
    padding: 8px 12px;
    display: inline-block;
}

@supports (-webkit-touch-callout: none) {

    div#otoiawase input[type="text"],
    div#otoiawase input[type="email"],
    div#otoiawase input[type="tel"],
    div#otoiawase textarea,
    div#otoiawase select {
        font-size: 16px;
        padding: 18px 20px;
    }
}

.contact_banner {
    border-radius: 0px 0px 0 0;
}

div.contact div.contact_btn a {
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

div.contact div.contact_btn a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.indexItem .thumb img,
.index03 .thumb img,
.company01 .thumb img {
    border-radius: 16px;
    overflow: hidden;
}

div#otoiawase table,
.companyTable,
div#about table,
div#link table,
div#company table {
    overflow: hidden;
    border-top: solid 1px #C1D5C0;
    border-left: solid 1px #C1D5C0;
}

div#otoiawase table {
    border-left: none;
}

.kakomi {
    border-radius: 16px;
    border: 2px solid #C1D5C0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* ============================================================
Additional soft design improvements
============================================================ */
.index02,
.index03,
.index04,
.index05 {}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    position: relative;
}

p {
    margin-bottom: 1.2em;
    line-height: 1.9;
}

header {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.footer_back {
    border-radius: 40px 40px 0 0;
}

@media screen and (max-width: 599px) {

    div#otoiawase input[type="text"],
    div#otoiawase input[type="email"],
    div#otoiawase input[type="tel"],
    div#otoiawase textarea,
    div#otoiawase select {
        padding: 20px;
        font-size: 16px;
        min-height: 48px;
    }

    div#otoiawase textarea {
        min-height: 200px;
    }

    div#otoiawase input[type="submit"],
    div#otoiawase input[type="button"] {
        width: 100%;
        padding: 20px;
        font-size: 1.8rem;
        min-height: 56px;
    }

    div#otoiawase label {
        padding: 12px 8px;
        min-height: 48px;
        display: flex;
        align-items: center;
    }

    div#otoiawase input[type="radio"],
    div#otoiawase input[type="checkbox"] {
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }
}

div#otoiawase input:focus-visible,
div#otoiawase textarea:focus-visible,
div#otoiawase select:focus-visible,
div#otoiawase button:focus-visible,
.btn01:focus-visible,
.btn02 a:focus-visible {
    outline: 3px solid #da6245;
    outline-offset: 2px;
}

div#otoiawase input.error,
div#otoiawase textarea.error,
div#otoiawase select.error {
    border-color: #E57373;
    background: #FFF5F5;
}

div#otoiawase input.success,
div#otoiawase textarea.success,
div#otoiawase select.success {
    border-color: #da6245;
    background: #F0F8F5;
}

div#otoiawase tr.style_field1 input[type="text"],
div#otoiawase tr.style_name input[type="text"],
div#otoiawase tr.style_kana input[type="text"],
div#otoiawase tr.style_e_mail input[type="text"] {
    width: 100% !important;
    max-width: 100%;
    padding: 16px 20px !important;
    font-size: 1.8rem !important;
    min-height: 56px;
}

div#otoiawase tr.style_zip input[name="zip_1"],
div#otoiawase tr.style_zip input[name="zip_2"] {
    width: auto !important;
    display: inline-block;
    padding: 16px 20px;
    font-size: 1.8rem;
}

div#otoiawase tr.style_zip input[name="zip_1"] {
    width: 80px !important;
    min-width: 80px;
}

div#otoiawase tr.style_zip input[name="zip_2"] {
    width: 100px !important;
    min-width: 100px;
}

div#otoiawase tr.style_zip input[type="button"] {
    width: auto !important;
    padding: 16px 24px;
    margin-left: 12px;
    font-size: 1.6rem;
}

div#otoiawase tr.style_tel input[name="tel_1"],
div#otoiawase tr.style_tel input[name="tel_2"],
div#otoiawase tr.style_tel input[name="tel_3"] {
    width: auto !important;
    display: inline-block;
    padding: 16px 20px;
    font-size: 1.8rem;
    min-width: 100px;
}

div#otoiawase tr.style_tel input[name="tel_1"] {
    width: 100px !important;
}

div#otoiawase tr.style_tel input[name="tel_2"],
div#otoiawase tr.style_tel input[name="tel_3"] {
    width: 110px !important;
}

@media screen and (max-width: 599px) {
    div#otoiawase tr.style_zip input[name="zip_1"] {
        width: 90px !important;
        font-size: 16px;
    }

    div#otoiawase tr.style_zip input[name="zip_2"] {
        width: 110px !important;
        font-size: 16px;
    }

    div#otoiawase tr.style_zip input[type="button"] {
        margin-left: 8px;
        padding: 14px 16px;
        font-size: 1.4rem;
    }

    div#otoiawase tr.style_tel input[name="tel_1"],
    div#otoiawase tr.style_tel input[name="tel_2"],
    div#otoiawase tr.style_tel input[name="tel_3"] {
        width: 90px !important;
        min-width: 90px;
        font-size: 16px;
        padding: 18px 12px;
    }

    div#otoiawase tr.style_tel input[name="tel_2"],
    div#otoiawase tr.style_tel input[name="tel_3"] {
        width: 95px !important;
    }
}

@media screen and (max-width: 599px) {

    div#otoiawase tr.style_field1 input[type="text"],
    div#otoiawase tr.style_name input[type="text"],
    div#otoiawase tr.style_kana input[type="text"],
    div#otoiawase tr.style_e_mail input[type="text"] {
        padding: 20px !important;
        font-size: 16px !important;
        min-height: 56px;
    }
}

/* ============================================================
システム共通
============================================================ */
/* カテゴリー吐き出し
---------------------------------------------------------- */
.cate_choice {
    display: block;
    background: #999999;
    color: #FFFFFF;
    padding: 5px 10px;
    margin: 5px 0 0 0;
}

.categoryWrap {
    margin-bottom: 3em;
}

.categoryWrap ul {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.categoryWrap ul li {
    padding: 5px 10px;
    width: calc(100%/4 - 2px);
    margin: 1px;
    font-size: .9em;
    background: #4a4a4a;
}

.categoryWrap ul li a {
    display: block;
    background: #666;
    margin: -5px -10px;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #fff;
}

.categoryWrap ul li a:before {
    display: inline-block;
    content: " \f105";
    font-family: FontAwesome;
    margin-right: 5px;
    width: 10px;
    height: 1em;
    float: left;
}

.categoryWrap ul li.select a,
.categoryWrap ul li a.active {
    color: #333;
}

.categoryWrap ul li a:hover {
    background: #333;
    color: #fff;
}

/* カテゴリー画像バナーパターン
---------------------------------------------------------- */
div.gallery4 div.categoryContent,
div.gallery3 div.categoryContent {
    overflow: hidden;
    margin-bottom: 20px;
}

div.gallery4 div.categoryContent div.image,
div.gallery3 div.categoryContent div.image {
    width: 100%;
}

div.gallery4 div.categoryContent div.comment p,
div.gallery3 div.categoryContent div.comment p {
    margin-bottom: 10px;
}

.strong_style {
    font-weight: bold;
    border-bottom: solid 2px;
    margin: 30px 0 20px 0;
    display: inline-block;
    font-size: 2.8rem;
    color: #da6245;
    line-height: 1.5;
}

/* カテゴリータイトル
---------------------------------------------------------- */
div.gallery3 div.title h2 {
    padding: 8px 8px 8px 15px;
    margin: 5px 0 20px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
}

div.gallery3_list div.title h2 {
    display: none;
}

/* ページャー
---------------------------------------------------------- */
div.gallery4 p.pager-upper,
div.gallery4 p.pager-lower,
div.gallery3 p.pager-upper,
div.gallery3 p.pager-lower {
    display: none;
}

#index_body div.gallery4 p.pager-upper,
#index_body div.gallery4 p.pager-lower,
div.gallery4 p.pager-upper,
#index_body div.indexG4 p.pager-upper,
div.indexG4 p.pager-lower,
#index_body div#gallery3_1 p.pager-upper,
div#gallery3_1 p.pager-lower,
#index_body div#gallery3_t1 p.pager-upper,
div#gallery3_t1 p.pager-lower {
    display: none;
}

/* 本体
---------------------------------------------------------- */
div.gallery4 div.main div.comment p u,
div.gallery3 div.article div.articleBody div.articleContent u {}

div.gallery4 div.main div.comment p u:before,
div.gallery3 div.article div.articleBody div.articleContent u:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0.2em;
    left: 0;
    background: #006835;
    z-index: -1;
}

/* ============================================================
gallery3
============================================================ */
div.gallery3 {
    width: 100%;
    margin: 0;
}

/* 本体
---------------------------------------------------------- */
div.gallery3 div.article {
    clear: both;
    overflow: hidden;
}

div.gallery3 div.article div.articleHead h3 {
    display: block;
    padding: 8px 8px 8px 15px;
    margin: 5px 0 20px;
    font-size: 2rem;
    font-weight: bold;
    background: #da6245;
    color: #fff;
    position: relative;
    border-radius: 10px;
}

div.gallery3 div.article div.articleHead h3 a {
    text-decoration: none;
    display: block;
    pointer-events: none;
    cursor: auto;
    padding: 0;
    border: none;
    color: #fff;
}

div.gallery3 div.article div.articleBody div.articleContent {
    margin-bottom: 3em;
}

div.gallery3 div.article div.articleBody div.articleContent img {
    clear: both;
    margin: 8px 0;
}

div.gallery3 div.article .articleFooter {
    display: none;
}

div.gallery3 div.article div.articleDate {
    text-align: right;
    display: none;
}

div.gallery3 div.article div.articleDate p {
    display: inline-block;
    font-weight: bold;
}

div.gallery3 div.article div.articleDate p:before {
    content: " \f040";
    font-family: FontAwesome;
    margin-right: 2px;
    color: #ff5722;
}

div.gallery3 div.articleNotFound {}

div.gallery3 div.article .articleBack {
    display: none;
}

/* ============================================================
flow-gallery:一覧
============================================================ */
div.gallery4 div.title h2 {
    display: none;
}

.gallery4 div.galleryList {
    width: 100%;
}

/* 記事一覧
---------------------------------------------------------- */
.gallery4 div.galleryList {
    margin-bottom: 3em;
    display: flex;
    flex-wrap: wrap;
}

.gallery4 div.galleryList .gallery {
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    width: calc(100% / 2 - 2% - 1px);
    margin: .5%;
    padding: 10px;
    background: #ccc;
    display: flex;
}

.gallery4 div.galleryList div.gallery div.image {
    overflow: hidden;
    max-width: 50%;
}

.gallery4 div.galleryList div.gallery div.galleryInner {
    overflow: hidden;
    padding: 0 2%;
}

.gallery4 div.galleryList div.gallery div.galleryInner p span {
    color: #f81200;
    font-size: 1.2em;
}

.masonry_on {
    width: 100% !important;
}

.gallery4 .masonry_on div.galleryList {
    display: block;
}

.gallery4 .masonry_on div.galleryList div.gallery {
    width: calc(100% / 4 - 2% - 1px);
    margin: 1%;
    padding: 0;
    background: none;
    display: block;
}

.gallery4 .masonry_on div.galleryList div.gallery div.image {
    width: 100%;
    max-width: 100%;
}

.gallery4 .masonry_on div.galleryList div.gallery div.image img {
    width: 100%;
    object-fit: cover;
}

.gallery4 .masonry_on div.galleryList div.gallery div.galleryInner {}

.gallery4 div.galleryList table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 10px;
}

.gallery4 div.galleryList table td {
    vertical-align: top;
    position: relative;
}

.gallery4 .g4cell4 div.galleryList table td {
    width: calc(100% / 4 - 2% - 1px);
}

.gallery4 div.galleryList div.gallery div.image img {
    max-width: 100%;
}

.gallery4 div.galleryList div.gallery div.galleryInner span.new {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    width: 65px;
    height: 64px;
    background: url(https://www.home-enjoy.net/images/ico_new_01.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery4 div.galleryList div.gallery div.galleryInner div.title h3 {
    margin: 0 0 5px;
    padding: .5em 0;
    font-size: 2.0rem;
    line-height: 1.4;
}

.gallery4 div.galleryList div.gallery div.galleryInner div.title h3 a {
    display: block;
    text-decoration: none;
    padding: 5px 8px;
    color: #666666;
}

.indexG4 .galleryItem .image {
    position: relative;
    width: 100%;
    height: calc((100vw - 120px)/5);
    overflow: hidden;
}

.indexG4 .galleryItem img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: none !important;
    object-fit: cover;
}

/* ============================================================
flow-gallery:詳細
============================================================ */
.gallery4 div.galleryDetail div.main {
    width: 100%;
}

/* 記事本文
---------------------------------------------------------- */
.gallery4 div.galleryDetail div.main div.image {
    float: left;
    margin: 0 10px 0 0;
    width: 30%;
}

.gallery4 div.galleryDetail div.main div.image img {
    max-width: 100%;
}

/* 記事詳細
---------------------------------------------------------- */
.gallery4 div.galleryDetail div.DetailList {
    clear: both;
    width: 100%;
    padding-top: 20px;
}

.gallery4 div.galleryDetail div.DetailList table {
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
    border-spacing: 10px;
}

.gallery4 div.galleryDetail div.DetailList table td {
    vertical-align: top;
}

.gallery4 div.galleryDetail div.DetailList div.detail div.image img {
    max-width: 100%;
}

/* ============================================================
お問い合わせフォーム　otoiawase.php
============================================================ */
div#otoiawase {
    width: 100%;
    margin: 0;
}

div#otoiawase p {
    width: 100%;
    margin: 0px auto 25px;
}

#otoiawaseCheck {
    width: auto;
    color: #333333;
    font-size: 1.8rem;
    margin: 10px 0 30px;
    padding: 10px;
    text-align: center;
}

#otoiawaseCheck span {
    color: #cc0000;
}

#otoiawaseFlow {
    margin: 20px auto;
    width: 540px;
    height: 50px;
}

div#otoiawase caption {}

div#otoiawase caption span.title {
    display: none;
}

div#otoiawase caption span.value {}

div#otoiawase span.must {
    color: #C00;
    font-size: 1.6rem;
    margin: 0 4px;
}

div#otoiawase table tr.style_field1 input {
    width: 200px;
}

div#otoiawase table tr.style_field2 input,
div#otoiawase table tr.style_field3 input {
    width: 150px;
}

div#otoiawase table tr.style_name input,
div#otoiawase table tr.style_kana input {
    width: 200px;
}

div#otoiawase table tr.style_pre option {
    width: 120px;
}

div#otoiawase table tr.style_add input {
    width: 100%;
}

div#otoiawase table tr.style_e_mail input,
div#otoiawase table tr.style_c_mail input,
div#otoiawase table tr.style_c_mail_check input {
    width: 260px;
}

div#otoiawase table tr td textarea {
    width: 99%;
    height: 300px;
}


div#otoiawase table td.td_submit {
    padding: 15px 5px;
    text-align: center;
    border-left: none;
}

div#otoiawase table td.td_submit input {
    font-size: 1.8rem;
    margin: 0 0 5px;
    padding: 10px 40px;
}

.submitArea {
    text-align: center;
    margin-top: 25px;
}

div#otoiawase table td label {
    display: block;
    float: left;
    margin-right: 5px;
    white-space: nowrap;
}

div#otoiawase table input[type="submit"],
div#otoiawase table input[type="button"] {
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
}

div#otoiawase table input[type="submit"] {
    background: #da6245;
    color: #fff;
}

div#otoiawase table input[type="button"] {
    background: #ccc;
}

div#otoiawase table td form {
    display: flex;
    justify-content: center;
}

.otoiawase_back {
    display: block;
    margin-bottom: 10px;
}

.otoiawase_back:before {
    content: " \f015";
    font-family: FontAwesome;
    margin-right: 5px;
}

div#otoiawase tr.style_zip td.list_value input:nth-child(1),
div#otoiawase tr.style_tel td.list_value input:nth-child(1) {
    margin: 0 1px 0 0;
}

div#otoiawase tr.style_zip td.list_value input:nth-child(2),
div#otoiawase tr.style_zip td.list_value input:nth-child(3),
div#otoiawase tr.style_tel td.list_value input:nth-child(2),
div#otoiawase tr.style_tel td.list_value input:nth-child(3) {
    margin: 0 1px;
}

@media screen and (max-width: 599px) {
    table.border-on th {
        font-size: 1.6rem;
    }

    .nekoBase .left,
    .nekoBase .right {
        width: 100%;
    }

    .nekoBase a img {
        max-width: 100%;
    }

    .strong_style {
        font-size: 2.4rem;
    }

    .gallery4 div.galleryList table {
        border-collapse: collapse;
        border-spacing: none;
    }

    .gallery4 div.galleryList table td {
        width: calc((100% - 8%) / 2);
        float: left;
        display: block;
        margin: 2%;
    }

    .gallery4 div.galleryList table td:nth-child(2n+1) {
        clear: both;
    }

    .gallery4 div.galleryList .gallery {
        width: 100%;
    }

    .gallery4 div.galleryList div.gallery div.image {
        max-width: 30%;
    }

    .gallery4 .masonry_on div.galleryList div.gallery {
        width: calc(100% / 2 - 2% - 1px);
        margin: 1%;
    }

    .indexG4 .galleryItem .image {
        height: calc(100vw - 180px);
    }

    .categoryWrap ul {
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
    }

    .categoryWrap ul li {
        padding: 10px 10px;
        width: calc(100%/2 - 2px);
        margin: 1px;
        line-height: 1;
        font-size: 1.2rem;
    }

    .categoryWrap ul li a {
        margin: -10px -10px;
        padding: 10px 10px;
    }

    .categoryWrap ul li a:before {
        display: inline-block;
        content: " \f105";
        font-family: FontAwesome;
        margin-right: 5px;
        width: 10px;
        height: 1em;
        float: left;
    }
}