@charset "UTF-8";
:root {
    --base-color: #fff;
    --text-color: #222;
    --link-color: #0066ff;
}
:root {
    
    --font-gothic: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic",
        游ゴシック体, 游ゴシック, "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic",
        sans-serif;
    
    --font-mincho: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    
    --font-marugothic: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
        "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
html > body {
    color: var(--text-color);
    font-family: var(--font-gothic);
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.875;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:before {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    display: block;
}
table,
iframe {
    max-width: 100%;
}
a {
    color: var(--link-color);
    text-decoration: underline;
    transition: 0.2s;
}
a:hover {
    text-decoration: none;
}
a img:hover,a:hover {
    opacity: .75;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
    font-weight: bold;
}
.extraTtl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.86em;
}
img {
    max-width: 100%;
    height: auto;
}
table,
th,
td,
hr {
    border: 1px var(--text-color) solid;
}
table {
    margin: 1em 0;
}
th,
td {
    padding: 0.8rem;
}
th {
    text-align: center;
}
.moreBtn {
    text-align: center;
    margin-top: 10px;
}
.moreBtn button {
    display: inline-block;
    padding: 0.25em 0.5em;
    transition: 0.4s;
    font-size: 1em;
    font-weight: bold;
    border: 1px var(--text-color) solid;
    color: var(--text-color);
    width: 180px;
    padding: 0.4em 0;
    background-color: transparent;
}
.moreBtn a {
    display: block;
    text-align: center;
    width: 180px;
    border: 1px var(--text-color) solid;
    color: var(--text-color);
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    padding: 0.4em 0;
    margin: 0.5em auto;
}
.moreBtn a:hover {
    opacity: 0.7;
}
.moreBtn button:hover {
    opacity: 0.7;
}
body > .wrapper {
    width: 1200px;
    margin: 0 auto;
}
#mainArea {
    width: 780px;
    margin: 40px auto 0 auto;
}
#subArea {
    width: 780px;
    margin: 80px auto 0 auto;
}
footer {
    text-align: center;
    margin: 100px 0 0 0;
    padding: 0 0 50px 0;
}
header {
    padding: 60px 0;
}
h1#siteTtl a,
p#siteTtl a {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.3;
    color: var(--text-color);
    text-decoration: none;
    margin: 0;
    padding: 0;
}
h1#siteTtl,
p#siteTtl {
    margin-bottom: 0.5rem;
}
p#siteTtl {
    font-size: calc(1.375rem + 1.5vw);
    line-height: 1.2;
}
h1#pageTtl {
    text-align: center;
    font-size: 36px;
    margin: 46px 0 20px 0;
    padding: 60px 0;
    border-top: 1px var(--text-color) solid;
    border-bottom: 1px var(--text-color) solid;
}
#globalNav ul,
#headNav ul {
    padding: 0;
}
#globalNav li,
#headNav li {
    list-style: none;
}
#globalNav li a, #headNav li a {
    text-decoration: none;
    color: #5e5045;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho", "游明朝体", "YuMincho", "游明朝", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#globalNav li a:hover,
#headNav li a:hover {
    opacity: 0.7;
}
#globalNav ul.parent > li {
    display: inline;
    margin: 0 2em 0 0;
    position: relative;
}
#globalNav ul.child {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 1em;
    z-index: 2;
    background-color: var(--base-color);
}
#globalNav ul.parent > li:hover ul.child {
    display: block;
}
#globalNav ul.child > li a {
    display: block;
    width: 250px;
    font-size: 0.7rem;
    padding: 0.3rem;
}
#headNav {
    position: absolute;
    top: 20px;
    right: 20px;
}
#headNav li {
    display: inline;
    margin: 0 2em 0 0;
}
#headNav li a {
    font-size: 1rem;
}
#headNav li:last-child {
    margin: 0;
}
#topSlider ul {
    padding: 0;
}
#topSlider li {
    list-style: none;
}
#topSlider img {
    width: 100%;
    position: absolute;
}
#noSlide {
    margin: 46px 0;
    padding: 20px 0;
    border-top: 1px var(--text-color) solid;
    border-bottom: 1px var(--text-color) solid;
    
    display: flex;
}
#noSlide #noSlideImg {
    
    margin: 0 55px 0 0;
}
#noSlide #noSlideImg img {
    max-width: 365px;
}
#noSlide #siteDescription {
    
}
#noSlide #siteDescription.noImg {
    
}
#topSlider {
    width: 100%;
    margin: 0 auto 27px;
    min-width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}
#topSlider #mainSlideIn {
    width: 1200px;
    position: static;
    transform: none;
    margin: auto;
}
#topSlider #mainSlideIn .bx-wrapper {
    margin-bottom: 0;
}
#topSlider #mainSlide li {
    position: relative;
    overflow: hidden;
    background-size: cover;
    height: 528px;
}
.bx-wrapper .bx-pager {
    position: inherit !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: var(--text-color);
    opacity: 1;
}
.sectionBox {
    margin: 0 0 80px 0;
}
.sectionBox h2.sectionBoxTtl {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 1.1em;
}
.sectionBoxDiv {
    margin: 0 0 40px 0;
}
.sectionBoxImg {
    width: 600px;
    margin: 0 auto;
}
.sectionBoxImg img {
    width: 100%;
}
.sectionBoxImg figure {
    margin: 0 0 20px 0;
}
.sectionBoxImg figure figcaption {
    text-align: center;
    margin: 0.8em 0 0 0;
}
.sectionBoxImg figure a:hover {
    opacity: 0.7;
}
.sectionBoxDiv img {
    margin: 0 auto;
    display: block;
}
#newsTopics {
    margin: 60px 0 80px 0;
}
#newsTopics dt {
    float: left;
}
#newsTopics dd {
    margin: 0 0 0.5em 115px;
    line-height: 1.7;
}
#newsTopics ul {
    padding-left: inherit;
}
#newsTopics li {
    list-style: none;
    display: flex;
    margin: 0 0 0.5em;
    line-height: 1.7;
}
#newsTopics li time {
    margin-right: 30px;
    font-weight: 700;
}
.is-hidden {
    visibility: hidden;
    height: 0;
}
#blog {
    margin: 60px 0 80px 0;
}
#blog dt {
    float: left;
}
#blog dd {
    margin: 0 0 0.5em 115px;
    line-height: 1.7;
}
#blog ul {
    padding-left: inherit;
}
#blog li {
    list-style: none;
    display: flex;
    margin: 0 0 0.5em;
    line-height: 1.7;
}
#blog li time {
    margin-right: 30px;
    font-weight: 700;
}
ul#snsLink {
    padding: 0;
    margin: 0 0 24px;
}
ul#snsLink li {
    list-style: none;
    display: inline;
    margin: 0 20px 0 0;
    position: relative;
}
ul#snsLink li:last-child {
    margin: 0;
}
ul#snsLink li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
}
ul#snsLink li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
ul#snsLink li a:hover {
    opacity: 0.7;
}
ul#snsLink li.fb a {
    border: 1px #4065b4 solid;
    border-radius: 25px;
}
ul#snsLink li.fb img {
    width: 12px;
    height: auto;
}
ul#snsLink li.tw a {
    border: 1px #222 solid;
    border-radius: 25px;
}
ul#snsLink li.tw img {
    width: 21px;
    height: auto;
}
ul#snsLink li.ig a {
    border: 1px #ad0a55 solid;
    border-radius: 25px;
}
ul#snsLink li.ig img {
    width: 23px;
    height: auto;
}
ul#snsLink li.yt a {
    border: 1px #ff0000 solid;
    border-radius: 25px;
}
ul#snsLink li.yt img {
    width: 27px;
    height: auto;
}
aside.sp {
    display: none;
}
ul#breadcrumb {
    padding: 0;
    text-align: right;
    margin: 0 0 65px 0;
}
ul#breadcrumb li {
    list-style: none;
    display: inline;
    font-size: 0.9em;
}
ul#breadcrumb li::after {
    content: "|";
    padding-left: 0.5em;
}
ul#breadcrumb li:last-child::after {
    content: "";
}
#qrcode,
.qrcode {
    padding: 0 0 24px;
}
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
}
#pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px var(--text-color) solid;
    border-radius: 30px;
    position: relative;
    background-color: var(--base-color);
}
#pagetop a span {
    
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 16px 9px;
    border-color: transparent transparent var(--text-color) transparent;
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#pagetop a:hover {
    opacity: 0.7;
}
#contact #mainArea dl,
#profile #mainArea dl,
#access #mainArea dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px var(--text-color) solid;
}
#contact #mainArea dt,
#profile #mainArea dt,
#access #mainArea dt {
    width: 30%;
    padding: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    border-top: 1px var(--text-color) solid;
}
#contact #mainArea dd,
#profile #mainArea dd,
#access #mainArea dd {
    width: 70%;
    padding: 20px;
    margin: 0;
    border-top: 1px var(--text-color) solid;
}
#access #frame {
    height: 500px;
    margin-bottom: 50px;
}
#access #frame iframe {
    width: 100%;
}
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}
input[type="text"],
textarea {
    outline: none;
    padding: 8px 15px;
    width: 100%;
}
#contact .inputArea {
    background: #7d7d7d;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 2px;
    width: 100%;
    border: 1px solid #ddd;
}
#contact .inputArea textarea {
    width: 100%;
    height: 190px;
    padding: 10px 0;
    line-height: 1.5;
}
#contact .inputArea.short {
    width: 200px;
    display: inline-block;
}
#contact #submit input.submitBtn {
    background: var(--text-color);
    border: 1px solid var(--text-color);
}
#contact #submit input {
    display: inline-block;
    width: 240px;
    text-align: center;
    color: var(--base-color);
    font-weight: bold;
    line-height: 1;
    padding: 20px 0;
    cursor: pointer;
    margin: 0 10px;
    font-size: 1.125rem;
    transition: all 0.3s ease-in-out;
    border-radius: inherit;
    -webkit-border-radius: inherit;
}
#contact #submit input:hover {
    opacity: 0.7;
}
#contact #submit input.resetBtn {
    color: var(--text-color);
    border: 1px solid var(--text-color);
    background: inherit;
}
#contact #submit {
    text-align: center;
}
#contact .captcha {
    border: none !important;
    border-bottom: 1px solid var(--text-color) !important;
}
#contact .captcha input {
    padding: 0;
}
@media screen and (max-width: 768px) {
    html > body {
        width: 100%;
        min-width: auto;
    }
    html > body.open {
        overflow: auto;
        height: 100%;
    }
    body > .wrapper {
        width: 100%;
        margin: 0 auto;
    }
    
    #humBtn {
        display: inline-block;
        position: fixed;
        top: 25px;
        right: 20px;
        width: 40px;
        height: 25px;
        z-index: 9999;
    }
    #humBtn span {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #000;
        transition: all 0.4s;
    }
    #humBtn span:nth-of-type(1) {
        top: 0;
    }
    #humBtn span:nth-of-type(2) {
        top: 11px;
    }
    #humBtn span:nth-of-type(3) {
        bottom: 0;
    }
    #humBtn.active span:nth-of-type(1) {
        transform: translateY(11px) rotate(-45deg);
    }
    #humBtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    #humBtn.active span:nth-of-type(3) {
        transform: translateY(-11px) rotate(45deg);
    }
    
    header {
        min-width: auto;
        padding: 0;
    }
    #siteTtl {
        width: 100%;
        padding: 20px 75px 26px 20px;
        text-align: left;
    }
    #siteTtl a {
        font-size: 1.125em;
    }
    
    #globalNav {
        min-width: auto;
    }
    #globalNav ul.parent > li {
        display: block;
        margin: 0 0 10px 0;
    }
    #globalNav ul.child {
        text-align: left;
        display: block;
        position: static;
        height: 100%;
        padding: 0 0 0 15px;
    }
    
    #headWrapper {
        width: 100%;
        position: relative;
        margin: 0 auto;
        min-width: auto;
        top: 0;
        z-index: 2;
        right: 0;
        left: 0;
    }
    #headWrapper.active::before {
        content: "";
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        transition: 0.3s;
        z-index: 9997;
    }
    #headWrapper .navWrapper {
        width: 100%;
        right: -100%;
        background-color: var(--base-color);
        padding: 100px 20px 140px;
        position: fixed;
        top: 0;
        height: 100vh;
        transition: 0.3s;
        z-index: 9998;
    }
    #headWrapper.active .navWrapper {
        right: 0;
        overflow-y: scroll;
    }
    
    aside.sp {
        display: block;
        text-align: center;
    }
    ul.snsLink {
        padding: 0;
        margin: 30px 0 0;
    }
    ul.snsLink li {
        list-style: none;
        display: inline;
        margin: 0 20px 0 0;
        position: relative;
    }
    ul.snsLink li:last-child {
        margin: 0;
    }
    ul.snsLink li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        position: relative;
    }
    ul.snsLink li a img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    ul.snsLink li a:hover {
        opacity: 0.7;
    }
    
    ul.snsLink li.fb a {
        border: 1px #4065b4 solid;
        border-radius: 25px;
    }
    ul.snsLink li.fb img {
        width: 12px;
        height: auto;
    }
    
    ul.snsLink li.tw a {
        border: 1px #222 solid;
        border-radius: 25px;
    }
    ul.snsLink li.tw img {
        width: 21px;
        height: auto;
    }
    
    ul.snsLink li.ig a {
        border: 1px #ad0a55 solid;
        border-radius: 25px;
    }
    ul.snsLink li.ig img {
        width: 23px;
        height: auto;
    }
    
    ul.snsLink li.yt a {
        border: 1px #ff0000 solid;
        border-radius: 25px;
    }
    ul.snsLink li.yt img {
        width: 27px;
        height: auto;
    }
    
    #headNav {
        position: static;
        width: 100%;
        margin-top: 20px;
        border-top: solid 1px #222;
        border-bottom: solid 1px #222;
    }
    #headNav ul {
        margin: 20px 0;
    }
    #headWrapper #headNav li {
        display: block;
        text-align: left;
        word-break: break-all;
        vertical-align: top;
    }
    #headWrapper #headNav li a {
        display: block;
        font-size: 1.25rem;
        height: 40px;
        line-height: 40px;
    }
    
    #mainArea,
    #subArea {
        padding: 0 20px;
    }
    #mainArea {
        width: 100%;
        margin: 0px auto 0px;
        float: none;
    }
    
    #siteDescription {
        margin: 0 0 40px;
    }
    
    #noSlide {
        margin: inherit;
        padding: inherit;
        border: none;
        position: static;
        padding: 0 20px;
        display: inherit;
    }
    #noSlide #noSlideImg {
        
        width: 100%;
        padding: 0 0 30px;
        margin: inherit;
    }
    #noSlide #noSlideImg img {
        display: block;
        max-width: 100%;
        width: 100%;
    }
    #noSlide #siteDescription {
        
    }
    
    #topSlider #mainSlideIn {
        width: 100%;
    }
    #topSlider #mainSlide li {
        height: 41.666666vw;
    }
    
    #subArea {
        width: 100%;
        margin: 80px auto 0 auto;
    }
    
    .sectionBox h2.sectionBoxTtl {
        font-size: 1.5rem;
    }
    .sectionBoxImg,
    .sectionBoxImg img {
        width: 100%;
    }
    .sectionBoxImg figure figcaption {
        text-align: left;
    }
    
    .sectionBoxDiv img {
        max-width: 100%;
    }
    
    .extraTtl {
        font-size: 1.5rem;
    }
    
    #newsTopics dt,
    #blog dt {
        float: none;
    }
    #newsTopics dd,
    #blog dd {
        margin: 0 0 0.5em 0;
    }
    #newsTopics li {
        display: block;
        margin: 0 0 0.5em 0;
    }
    #newsTopics li time {
        display: block;
    }
    
    #blog li {
        display: block;
        margin: 0 0 0.5em 0;
    }
    #blog li time {
        display: block;
    }
    
    .moreBtn a {
        margin-top: 2em;
    }
    .moreBtn {
        margin-top: 0;
    }
    
    h1#pageTtl {
        font-size: 1.5rem;
        margin: 0 20px 20px 20px;
        padding: 30px 0;
    }
    
    ul#breadcrumb {
        padding: 0 20px;
    }
    
    #contact #mainArea dt,
    #profile #mainArea dt,
    #access #mainArea dt {
        padding: inherit;
        width: 20%;
    }
    #contact #mainArea dd,
    #profile #mainArea dd,
    #access #mainArea dd {
        width: 80%;
    }
    
    #access #frame {
        height: 300px;
    }
    #access #frame iframe {
        width: 100%;
    }
    
    #contact #mainArea dl {
        display: block;
    }
    #contact #mainArea dt {
        display: block;
        width: 100%;
        padding: 16px 0 8px;
    }
    #contact #mainArea dd {
        width: 100%;
        border: none;
        padding: 0 0 16px;
    }
    #contact .inputArea {
        padding: 2px;
    }
    #contact #submit input {
        display: block;
        padding: 20px 0;
        margin: 0 auto 15px;
        font-size: 1.1rem;
    }
    #contact .captcha input {
        padding: 8px 15px;
    }
    
    footer {
        margin: 60px 20px 0 20px;
        padding: inherit;
    }
    #qrcode,
    .qrcode {
        display: none;
    }
}



/*----------------------
240925
-------------------*/
h1#siteTtl a {
    display: block;
    width: 300px;
}
h1#siteTtl {display: inline-block;}

header {
    padding: 10px 0;
}
article#siteDescription {
    display: none;
}
a.btn {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    background: #dba279;
    text-align: center;
    border-radius: 999px;
    color: #FFF;
    margin: 16px auto 10px;
    border-bottom: solid 2px #a0673f;
}
a.btn:hover {
    background: #db9360;
}
table,table td, table th {
     border: none !important;
}
main#mainArea {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 32px;
    background: #FFF;
    box-sizing: border-box;
}

.sectionBox h2.sectionBoxTtl {
    font-size: 2em;
    margin-bottom: 30px;
    padding-bottom: 8px;
    color: #5d4f44;
    position:relative;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Yu Mincho", "游明朝体", "YuMincho", "游明朝", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sectionBox h2.sectionBoxTtl::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 16px;
    background-color: transparent;
    background-image: radial-gradient(#e7c1a3 10%, transparent 30%), radial-gradient(#e7c1a3 10%, transparent 30%);
    background-size: 6px 6px;
    background-position: 0 0,6px 6px;
    z-index: 1;
    top: auto;
    bottom: -10px;
}

article#newsTopics {
    margin: 20px 0 60px;
    padding: 20px;
    background: #faf8f9;
}

article#newsTopics p.extraTtl {
    color: #87757d;
}

body#top,body#page {
    background:#f8f8ff;
}

body > .wrapper {width: 100%;}

div#headWrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

nav#globalNav ul.parent {
    display: flex;
    justify-content: space-between;
}

nav#globalNav ul.parent li {
    margin: 0;
}

table.baseTbl td {
    text-align: center;
}
table.baseTbl td img {
    margin-bottom: 10px;
}

table.priceTbl th:first-child {
    width: 32%;
}
table.priceTbl th:nth-child(2) {
    width: 18%;
}
table.priceTbl th {
    font-weight: bold;
    text-align: center !important;
    background: #f0eae1;
}
table.priceTbl td {
    border-bottom: 1px solid #eee !important;
}
table.priceTbl td:first-child {
    background: #fafafa;
}
table.priceTbl td:nth-child(2) {
    text-align: center;
    color: #e67e23;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
  body {
    font-size:14px;
}
    main#mainArea{
        padding:20px
    }
table td, table th {
    display: block;
    border: none;
    padding: 0 0 12px;
}
    
.sectionBox h2.sectionBoxTtl {
    font-size: 1.4em;
}
main#mainArea * {
    line-height: 1.6em;
}
    a.btn{
        font-size:.9em;
        padding:10px 20px;
    }
h1#siteTtl {
    padding: 0;
}
  table.priceTbl .thead{
    display:none;
  }
table.priceTbl {
    border: none !important;
}
table.priceTbl td {
    display: block;
    width: 100%;
    border: none !important;
    padding: 10px;
}
table.priceTbl td:first-child {
    background: #f0eae1;
    color: #5a4e4e;
    font-weight: bold;
    padding: 12px 5px;
    text-align: center;
    border: none;
}
table.priceTbl td:nth-child(2) {
    text-align: center;
    border-bottom: 1px solid #eee !important;
}
table.priceTbl td:last-child{
    margin-bottom:20px;
}
}