@charset "utf-8";
/* --------------------------------------------------------------------------------
	Reset
-------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        /*font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;*/
	font-family: "Noto Serif JP", serif;
        letter-spacing: 0.1em;
        font-weight: 300;
        line-height: 2;
}
html {
        scroll-behavior: smooth;
}

html {
  scroll-padding-top: 80px; /* ヘッダー高さ */
}



h1 {
        font-family: ab-tombo-bold, 'ab tombo bold', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #4B3B25;
}
*, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
}
html {
        scroll-behavior: smooth;
}
input, textarea {
        font-weight: normal;
        font-size: 100%;
}
ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
}
input, textarea, select {}
a {
        overflow: hidden;
        outline: none;
        text-decoration: none;
        color: #333;
}
a:hover, a:active {
        text-decoration: none;
        opacity: 0.8;
}
input[type="text"]:focus {
        outline: 0;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
img {
        max-width: 100%;
        border: none;
        -ms-interpolation-mode: bicubic;
        vertical-align: bottom;
        height: auto;
}
a img {
        border: none;
}
a:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70); /* ie7 */
        -ms-filter: "alpha(opacity=70)"; /* ie8 */
}
.js-fade {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity .8s, transform .8s;
}
.js-fade.is-inview {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .5s;
}
/* --------------------------------------------------------------------------------
	タグ
-------------------------------------------------------------------------------- */
html, body {
        height: 100%;
        margin: 0;
        font-feature-settings: "palt";
        color: #000;
}
body {
        line-height: 1.5;
        font-size: 80%;
        /* background: #F8F2E4; */
        background-color: #fff;
        -webkit-text-size-adjust: 100%;
}
.scroll-prevent {
        overflow: hidden;
        height: 100%;
}
/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.device-pc {
        display: none;
}
.device-sp {
        display: block;
}
.inner {
        padding: 0 15px;
}
.sec-ttl {
        text-align: center;
        margin: 20px 0;
}
.sec-ttl h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: normal;
        color: #000;
}
.sec-ttl .sub-ttl {
        font-size: 14px;
        color: #767676;
        margin-bottom: 15px;
}
.arrow-btn a {
        /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
.arrow-btn a::after {
        content: "";
        width: 30px;
        height: 4px;
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-w-icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
}
/* --------------------------------------------------------------------------------
	container
-------------------------------------------------------------------------------- */
#container {}
/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#fs_Top header {
        height: 60px;
}
#header {
        height: 60px;
}
#header .inner {
        width: 100%;
        height: 60px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
}
#header .header-logo {
        width: 120px;
        flex-shrink: 0;
        padding: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
}
#header .header-nav {
        display: none;
        width: 100%;
        height: 100%;
        margin-top: 100px;
        position: fixed;
        top: 0;
        left: 0;
}
#header .header-nav ul {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0 auto;
}
#header .header-nav ul li {
        margin: 0 25px;
}
#header .header-nav ul li a {
        position: relative;
        padding-bottom: 6px;
        font-weight: 600;
}
#header .header-nav ul li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 1px;
        width: 0;
        background-color: #FFA701;
        transition: width 0.3s ease;
}
#header .header-nav ul li a:hover::after {
        width: 100%;
}
#header .header-link {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
}
#header .header-link ul {
        display: flex;
        align-items: center;
        width: 100%;
        /* margin-left: 90px; */
}
#header .header-link ul li {
        width: 50%;
}
#header .header-link ul li a {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
	height: 50px;
	
}
#header .header-link ul li a .img {
        margin-right: 8px;
}
#header .header-link li.online-shop a {
        background-color: #EF4132;
	 font-size: 12px;
}
#header .header-link li.online-shop a .img {
        width: 25px;
}
#header .header-link li.shop-guide a {
        background-color: #FFA701;
}
#header .header-link li.shop-guide a .img {
        width: 30px;
}
/* hamberger */
#header .hamberger {
        width: 25px;
        height: 20px;
        position: absolute;
        top: 20px;
        left: 20px;
}
#header .hamberger span {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #000;
        transition: all .3s ease;
}
#header .hamberger span:nth-child(2) {
        margin: 7px 0;
}
#header .hamberger.open span:nth-child(1) {
        transform: translate(0, 6px) rotate(-45deg);
}
#header .hamberger.open span:nth-child(2) {
        opacity: 0;
}
#header .hamberger.open span:nth-child(3) {
        transform: translate(0, -10px) rotate(45deg);
}
#header .hamberger .hamberger-menu {
        display: none;
}
#header .hamberger.open .hamberger-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: 60px;
        z-index: 1000;
        background-color: #fff;
}
#header .hamberger.open .hamberger-menu .menu-area {
        padding: 20px 20px 60px;
        height: 100%;
        overflow-y: scroll;
}



#header .hamberger.open .hamberger-menu .shop-guide {
        margin: 0 0 25px;
}

#header .hamberger.open .hamberger-menu .product-list {
        margin: 0 0 25px;
}


#header .hamberger.open .hamberger-menu h4 {
        text-align: center;
        color: #fff;
        background-color: #D6BD79;
        padding: 2px 0;
        font-size: 16px;
        font-weight: 600;
}
#header .hamberger.open .hamberger-menu .menu-list {
        margin-bottom: 25px;
        position: relative;
}
#header .hamberger.open .hamberger-menu .menu-list ul {
        display: flex;
        flex-wrap: wrap;
}
#header .hamberger.open .hamberger-menu .menu-list ul li {
        width: 50%;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
}
#header .hamberger.open .hamberger-menu .menu-list ul li a {
        display: block;
        padding: 12px 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
}
#header .hamberger.open .hamberger-menu .menu-list ul li:nth-child(2n) {
        border-right: none;
}
#header .hamberger.open .hamberger-menu .shop-guide .ttl, #header .hamberger.open .hamberger-menu .shop-guide .ttl a {
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        padding: 0 20px 0 0;
        /*font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;*/
	font-family: "Noto Serif JP", serif;
}
#header .hamberger.open .hamberger-menu .shop-guide .ttl {
        border-bottom: 1px solid #000;
        position: relative;
        padding: 12px 10px;
}
#header .hamberger.open .hamberger-menu .shop-guide .ttl a {
        width: 100%;
}
#header .hamberger.open .hamberger-menu .shop-guide .ttl::before {
        content: "";
        width: 10px;
        height: 1px;
        background-color: #000;
        margin-right: 15px;
}
#header .hamberger.open .hamberger-menu .shop-guide .ttl::after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-left: 1px solid transparent;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
}
#header .hamberger.open .hamberger-menu .shop-guide .ttl.sub::after {
        transform: translateY(-50%) rotate(135deg);
}
#header .hamberger.open .hamberger-menu .shop-guide .menu-list {
        margin-bottom: 0;
}
#header .hamberger.open .hamberger-menu .shop-guide ul li a {
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.5;
}
#header .hamberger.open .hamberger-menu .product-list .ttl, #header .hamberger.open .hamberger-menu .product-list .ttl a {
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        /*font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;*/
	font-family: "Noto Serif JP", serif;
}
#header .hamberger.open .hamberger-menu .product-list .ttl {
        border-bottom: 1px solid #000;
        position: relative;
        padding: 12px 10px;
}
#header .hamberger.open .hamberger-menu .product-list .ttl::before {
        content: "";
        width: 10px;
        height: 1px;
        background-color: #000;
        margin-right: 15px;
}
#header .hamberger.open .hamberger-menu .product-list .ttl::after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-left: 1px solid transparent;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(135deg);
        transition: transform .3s;
}
#header .hamberger.open .hamberger-menu .product-list .menu-list {
        margin-bottom: 0;
}

#header .hamberger.open .hamberger-menu .product-list ul li a {
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        font-weight: 300;
        line-height: 1.5;
}
#header .hamberger.open .hamberger-menu .info {
        margin: 60px 0 40px;
}
#header .hamberger.open .hamberger-menu .info .logo {
        width: 50vw;
        margin: 0 auto 20px;
}
#header .hamberger.open .hamberger-menu .info .address {
        margin-bottom: 20px;
}
#header .hamberger.open .hamberger-menu .info .address p {
        font-size: 16px;
        text-align: center;
}
#header .hamberger.open .hamberger-menu .info .tel {
        text-align: center;
        margin-bottom: 20px;
}
#header .hamberger.open .hamberger-menu .info .tel p {
        font-size: 14px;
}
#header .hamberger.open .hamberger-menu .info .tel .num {
        font-size: 28px;
        font-weight: 600;
        line-height: normal;
}
#header .hamberger.open .hamberger-menu .info .tel .num a {
        font-weight: 600;
        letter-spacing: normal;
}
#header .hamberger.open .hamberger-menu .info .fax {
        text-align: center;
        font-size: 16px;
        margin-bottom: 30px;
}
#header .hamberger.open .hamberger-menu .info .sns-list ul {
        display: flex;
        justify-content: center;
        width: 85%;
        margin: 0 auto;
}
#header .hamberger.open .hamberger-menu .info .sns-list ul li {
        width: 20%;
        margin: 0 5px;
}
#header .hamberger.open .hamberger-menu .info .arrow-btn a {
        display: flex;
        width: 80%;
        font-size: 16px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 10px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 3px;
        margin: 0 auto 30px;
}
#header .hamberger.open .hamberger-menu .info .arrow-btn a::after {
        content: "";
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
}
/*アコーディオン*/
#header .hamberger.open .hamberger-menu .product-list .accordion .menu-list {
        transform: translateY(-10px);
        opacity: 0;
        transition: transform .5s, opacity .5s;
}
#header .hamberger.open .hamberger-menu .product-list .accordion[open] .menu-list {
        transform: none;
        opacity: 1;
}
#header .hamberger.open .hamberger-menu .product-list .accordion[open] summary::after {
        transform: rotate(-45deg);
}
/* --------------------------------------------------------------------------------
	index トップページ
-------------------------------------------------------------------------------- */
#fs_Top .fs-l-page {
        margin-top: 60px !important;
}
#index {
        background: #F7F3EA url(https://www.kuradukuri.jp/images/index/sp-index-bg.png) center/contain repeat;
}
/*
	mv
*/
#index #mv {
        width: 100%;
}
#index #mv .mv-img {
        width: 100%;
}
#index #mv .mv-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
}

#index #mv .mv-img video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
}

/*
	about
*/
#index #about {
        width: 100%;
        padding-top: 10px;
        /*padding-bottom: 30px;*/
/*        background: #F7F3EA url(https://www.kuradukuri.jp/images/index/sp-index-bg.png) center/contain repeat;*/
            background: #F7F3EA url(https://www.kuradukuri.jp/images/index/about-bg.png) center/cover no-repeat;
}
#index #about .inner {
        display: flex;
        flex-direction: column;
        padding: 0;
}
#index #about h2 {
        padding: 10px 15px;
        background-color: #fff;
}
#index #about h2 span {
        display: block;
        padding: 0px 15px;
        background-color: #fff;
        font-size: 18px;
        font-weight: 600;
}
#index #about h2 .bg {
    padding: 0;
}
#index #about h2 span .num {
        padding: 0;
        margin: 0;
        display: inline;
}
#index #about .about-desc {
        padding: 20px 15px 30px;
}
#index #about .about-desc p {
        font-size: 16px;
        margin-bottom: 0.5em;
}
#index #about .about-desc p span {
/*    display: inline-flex;*/
/*    align-items: center;*/
}
#index #about .about-desc p span::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
}
/*
	news
*/
#index #news {
        background: #F7F3EA url(https://www.kuradukuri.jp/images/index/sp-index-bg.png) center/contain repeat;
        padding-top: 40px;
        padding-bottom: 15px;
}
#index #news .news-pickup {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
}
#index #news .news-heading {
        width: 100%;
}
#index #news .news-heading-inner {
        width: 100%;
        margin-bottom: 15px;
}
#index #news .news-heading .ttl {
        font-size: 26px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        color: #000;
}
#index #news .news-heading .sub-ttl {
        font-size: 14px;
        color: #767676;
        text-align: center;
        letter-spacing: normal;
}
#index #news .news-contents {
        width: 100%;
        background-color: #fff;
        padding: 10px 8px;
}
#index #news .news-contents ul {
/*	height: 174px;*/
	height: 155px;
	overflow-y: scroll;
}
#index #news .news-contents ul li a {
        display: flex;
        padding: 5px 0;
}
#index #news .news-contents ul li a p {
       /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
#index #news .news-contents ul li a .date {
        font-size: 12px;
        color: #707070;
        width: 35%;
        padding-right: 15px;
}
#index #news .news-contents ul li a .txt {
        font-size: 12px;
        width: 65%;
        line-height: 1.7;
}
#index #news .recruit {}
#index #news .recruit h3 {
        font-size: 14px;
        color: #767676;
        text-align: center;
        margin-bottom: 5px;
}
#index #news .recruit ul {
        display: flex;
        flex-direction: column;
}
#index #news .recruit ul li {
        width: 100%;
        margin: 5px 0;
}
#index #news .recruit ul li a {}
/*
	bnner
*/
#bnr-erea .bnr-list {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    flex-direction: column;
}
/*
        product
*/
#index #product {
        background: #F7F3EA url(https://www.kuradukuri.jp/images/index/sp-index-bg.png) center/contain repeat;
        padding-top: 15px;
        padding-bottom: 25px;
}
#index #product .inner {
        width: 100%;
        padding: 0;
}
#index #product .product-list {
        margin-bottom: 20px;
}
#index #product .product-list ul {
        display: flex;
        flex-direction: column;
        align-items: center;       
}
#index #product .product-list ul li {
        width: 100%;
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
}
#index #product .product-list ul li::after {
        content: "";
        width: 100%;
        /* width: calc(100% + 30px); */
        /* width: 100vw; */
        height: 70%;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
}
#index #product .product-list ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
}
#index #product .product-list ul li .img {
        width: 90%;
        margin: 0 auto 15px;
}
#index #product .product-list ul li .img img {
        width: 100%;
}
#index #product .product-list ul li .name {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 6px;
        position: relative;
        line-height: 1.7;
}
#index #product .product-list ul li .name::after {
        content: "";
        width: 40px;
        height: 1px;
        background-color: #FFA701;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
}
#index #product .product-list ul li .desc {
        font-size: 12px;
        line-height: 1.7;
        width: 90%;
        text-align: center;
        padding-bottom: 20px;
        margin: 0 auto;
}
#index #product .product-list ul li .desc .txt {
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        margin-bottom: 10px;
        color: #000;
        font-size: 16px;
        line-height: 1.7;
}
#index #product .product-list .arrow-btn a {
        display: flex;
        width: 80%;
        font-size: 16px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 12px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 3px;
        margin: 0 auto;
}
#index #product .product-list .arrow-btn a::after {
        content: "";
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
}
#index #product .sub-list ul {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
}
#index #product .sub-list ul li {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 30px;
}
#index #product .sub-list ul li a {}
#index #product .sub-list ul li a .img {
        margin-bottom: 5px;
}
#index #product .sub-list ul li a .name {
        font-size: 18px;
        font-weight: 600;
}
#index #product .sub-list ul li a .desc {
        font-size: 14px;
        line-height: 1.5;
        color: #5D5D5D;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#index #product .sub-list .arrow-btn a {
        display: flex;
        width: 80%;
        font-size: 16px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 10px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 3px;
        margin: 0 auto;
}
#index #product .sub-list .arrow-btn a::after {
        content: "";
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
}
/*
        reserve
*/
#index #reserve {
        background: #F7F3EA url(https://www.kuradukuri.jp/images/index/sp-index-bg.png) center/contain repeat;
        padding-top: 20px;
        padding-bottom: 20px;
}
#index #reserve .sec-ttl .desc {
        font-size: 15px;
        text-align: center;
        margin: 0 auto 20px;
        line-height: 1.7;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#index #reserve .reserve-list ul {
        display: flex;
        flex-wrap: wrap;
}
#index #reserve .reserve-list ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
}
#index #reserve .reserve-list ul li a {}
#index #reserve .reserve-list ul li a .img {
        margin-bottom: 5px;
}
#index #reserve .reserve-list ul li .img img {
        width: 100%;
}
#index #reserve .reserve-list ul li .name {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
	text-align: left;
}
#index #reserve .reserve-list .arrow-btn a {
        display: flex;
        width: 80%;
        font-size: 16px;
        color: #643A00;
        background-color: #fff;
        border: 1px solid #643A00;
        text-align: center;
        padding: 12px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 3px;
        margin: 0 auto;
}
#index #reserve .reserve-list .arrow-btn a::after {
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-b-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
}
/*
	online-shop
*/
#index #online-shop {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #F7F3EA url(https://www.kuradukuri.jp/images/index/sp-index-bg.png) center/contain repeat;
}
#index #online-shop .desc-area {
        background-color: #F7F3EA;
}
#index #online-shop .desc {
        padding-bottom: 25px;
}
#index #online-shop .desc .img {
        width: 100%;
        margin: 0 auto 20px;
}
#index #online-shop .desc .txt {
        font-size: 16px;
        text-align: center;
        line-height: 1.7;
        /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
#index #online-shop .arrow-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        font-size: 16px;
        color: #EF4132;
        border: 1px solid #EF4132;
        background-color: #fff;
        padding: 10px 0;
        margin: 0 auto;
        position: relative;
        border-radius: 3px;
        /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
#index #online-shop .arrow-btn a::after {
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
}
/*
        shop-info
*/
#index #shop-info {
        background: #F7F3EA url(https://www.kuradukuri.jp/images/index/sp-index-bg.png) center/contain repeat;
        padding-top: 30px;
        padding-bottom: 20px;
}
#index #shop-info .sec-ttl {
    margin-bottom: 8px;
}
#index #shop-info .sec-ttl .sub-ttl {
    margin-bottom: 5px;
}
#index #shop-info .img {
        width: 100%;
        margin: 0 auto 20px;
}
#index #shop-info .arrow-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        font-size: 16px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        border-radius: 3px;
        padding: 10px 0;
        margin: 0 auto 15px;
        position: relative;
        /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
}
#index #shop-info .arrow-btn a::after {
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
}
#index #shop-info .desc {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
        /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
        line-height: 1.7;
}
#index #shop-info .tel-area {
        display: flex;
        justify-content: center;
	flex-wrap: wrap;
}
#index #shop-info .tel-area .tel {
        width: 100%;
	margin: 0 0 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
}
#index #shop-info .tel-area .fax {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
}
#index #shop-info .tel-area .num {
        display: flex;
        align-items: center;
        line-height: normal;
}
#index #shop-info .tel-area .num h4 {
        font-size: 14px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
        font-weight: 600;
        line-height: normal;
        padding: 2px 5px;
        margin-right: 5px;
        border-radius: 3px;
        color: #fff;
        background-color: #FFA701;
}
#index #shop-info .tel-area .num a, #index #shop-info .tel-area .num p {
        font-size: 30px;
	line-height: 1;
        letter-spacing: normal;
	margin: 0 0 5px;
}
#index #shop-info .txt {
        font-size: 12px;
        letter-spacing: normal;
        text-align: center;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/*
	philpsophy
*/
#index #philpsophy {
        padding-top: 20px;
        padding-bottom: 20px;
}
#index #philpsophy .main-img {
        margin-bottom: 5px;
}
#index #philpsophy .philpsophy-desc {
        font-size: 16px;
        text-align: center;
        line-height: 1.7;
        width: 95%;
        margin: 0 auto 25px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#index #philpsophy .philpsophy-list ul li {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
}
#index #philpsophy .philpsophy-list ul li::before {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #fff;
        width: 100%;
        height: 80%;
        bottom: 0;
        left: 0;
}
#index #philpsophy .philpsophy-list ul li .content {
        display: flex;
        align-items: center;
        flex-direction: column;
        /* width: 1180px; */
        margin: 0 auto;
}
#index #philpsophy .philpsophy-list ul li .content .img {
        width: 85%;
        margin: 0 auto 10px;
        flex-shrink: 0;
}
#index #philpsophy .philpsophy-list ul li .content .desc {
        position: relative;
        z-index: 1;
        padding-bottom: 20px;
}
#index #philpsophy .philpsophy-list ul li .content .desc h4 {
        font-size: 26px;
        font-weight: 600;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.7;
}
#index #philpsophy .philpsophy-list ul li .content .desc h4::before {
        content: "";
        width: 35px;
        height: 1px;
        background-color: #FFA701;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
}
#index #philpsophy .philpsophy-list ul li .desc .txt {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#index #philpsophy .philpsophy-list .arrow-btn a {
        display: flex;
        width: 80%;
        font-size: 16px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 10px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 3px;
        margin: 0 auto;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#index #philpsophy .philpsophy-list .arrow-btn a::after {
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
}
/*
	instagram
*/
#index #instagram {
        background: #F7F3EA url(https://www.kuradukuri.jp/images/index/sp-index-bg.png) center/contain repeat;
        padding-top: 25px;
        padding-bottom: 20px;
	width: 300px;
	margin: 0 auto;
}
#index #instagram h3 {
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px;
}
#index #instagram h3::after {
        content: "";
        display: block;
        width: 48px;
        height: 1px;
        background-color: #FFA701;
        margin: 0 auto;
}
#index #instagram .img {
       text-align: center;
        margin: 0 auto;
}
/*
	shop-sns
*/
#index #shop-sns {
        background: #F7F3EA url(https://www.kuradukuri.jp/images/index/sp-index-bg.png) center/contain repeat;
        padding-top: 20px;
        padding-bottom: 20px;
}
#index #shop-sns h3 {
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px;
}
#index #shop-sns h3::after {
        content: "";
        display: block;
        width: 48px;
        height: 1px;
        background-color: #FFA701;
        margin: 0 auto;
}
#index #shop-sns .sns-list ul {
        display: flex;
        justify-content: center;
        width: 85%;
        margin: 0 auto;
}
#index #shop-sns .sns-list ul li {
        width: 20%;
        margin: 0 6px;
}
/*
        movie-area
*/
#index #movie-area {
        padding-top: 20px;
        padding-bottom: 20px;
}
#index #movie-area h3 {
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px;
}
#index #movie-area h3::after {
        content: "";
        display: block;
        width: 48px;
        height: 1px;
        background-color: #FFA701;
        margin: 0 auto;
}
#index #movie-area .movie-list ul {}
#index #movie-area .movie-list ul li {
        width: 100%;
        aspect-ratio: 16 / 9;
        margin-bottom: 15px;
}
#index #movie-area .movie-list ul li img {
        width: 100%;
        margin-bottom: 10px;
}
#index #movie-area .movie-list ul li iframe {
        width: 100%;
        height: 100%;
}
/*
	recruit-info
*/
#index #recruit-info {
        position: relative;
        z-index: 1;
        padding-top: 20px;
        padding-bottom: 40px;
        background-color: #F0E9E4;
}
#index #recruit-info .recruit-area {
        margin: 0 auto;
        position: relative;
        z-index: 1;
}
#index #recruit-info .sec-ttl {
        position: relative;
}
#index #recruit-info .sec-ttl .deco-ttl-01 {
        position: absolute;
        width: 20%;
        top: 20px;
        left: 5%;
}
#index #recruit-info .sec-ttl .deco-ttl-02 {
        position: absolute;
        width: 20%;
        top: 20px;
        right: 5%;
}
#index #recruit-info .desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 0 auto 15px;
}
#index #recruit-info .desc .recruit-txt a {
        display: block;
        font-size: 20px;
        color: #EF4132;
        text-align: center;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 15px;
}
#index #recruit-info .desc .txt {
        font-size: 16px;
        text-align: center;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#index #recruit-info .deco-area {
        margin-bottom: 30px;
}
#index #recruit-info .arrow-btn a {
        display: flex;
        max-width: 560px;
        width: 80%;
        font-size: 16px;
        color: #EF4132;
        background-color: #fff;
        border: 1px solid #EF4132;
        text-align: center;
        padding: 10px 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 3px;
        margin: 0 auto;
}
#index #recruit-info .arrow-btn a::after {
        background-image: url(https://www.kuradukuri.jp/images/common/arrow-p-icon.svg);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
}
/*
	page-bottom
*/
#index #page-bottom .img {
        width: 100%;
}
#index #page-bottom .img img {
        width: 100%;
}
/* --------------------------------------------------------------------------------
	fix-bnr
-------------------------------------------------------------------------------- */
#fix-bnr {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 1000;
}
#fix-bnr a {
        width: 65px;
        height: 30px;
        font-size: 12px;
        border-radius: 3px;
        color: #fff;
        background-color: #009BC8;
        display: flex;
        align-items: center;
        justify-content: center;
}
#fix-bnr .arrow-btn a::after {
        display: none;
}
/* --------------------------------------------------------------------------------
	footer
-------------------------------------------------------------------------------- */
#fs_Top footer {
        padding: 20px 0;
        background-color: #fff;
        position: relative;
}
#fs_Top footer .fs-p-footerPageTop {
        position: absolute;
        top: -80px;
        right: 0;
        text-align: center;
        width: 15%;
        z-index: 10;
}


.fs-p-footerPageTop {
        position: absolute;
        top: -80px;
        right: 0;
        text-align: center;
        width: 15%;
        z-index: 10;
}

#fs_Top footer .fs-p-footerPageTop a {
        /* display: block; */
}
#footer {
        padding-bottom: 40px;
}
#footer .footer-area {}
#footer .footer-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px;
}
#footer .footer-info .logo {
        width: 80%;
        margin-bottom: 20px;
}
#footer .footer-info .address {
        margin-bottom: 10px;
}
#footer .footer-info .address p {
        font-size: 16px;
        text-align: center;
}
#footer .footer-info .tel {
        text-align: center;
        margin-bottom: 20px;
}
#footer .footer-info .tel p {
        font-size: 14px;
        line-height: normal;
}
#footer .footer-info .tel .num {
        font-size: 32px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: normal;
}
#footer .footer-info .tel .num a {
        font-weight: 600;
        letter-spacing: normal;
        line-height: normal;
}
#footer .footer-info .fax {
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
}
#footer .footer-info .sns-list ul {
        display: flex;
        justify-content: center;
        width: 85%;
        margin: 0 auto;
}
#footer .footer-info .sns-list ul li {
        width: 20%;
        margin: 0 6px;
}
#footer .footer-info .logo {
        width: 50vw;
}
#footer .footer-list {
        margin-bottom: 15px;
}
#footer .footer-list h4 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background-color: #D6BD79;
}
#footer .footer-list ul li .ttl {
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #000;
        display: flex;
        align-items: center;
        position: relative;
        padding: 12px 10px;
        line-height: 1.5;
}
#footer .footer-list ul li .ttl a {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
}
#footer .footer-list ul li .ttl::before {
        content: "";
        width: 10px;
        height: 1px;
        background-color: #000;
        margin-right: 10px;
        flex-shrink: 0;
}
#footer .footer-list ul li .ttl::after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-left: 1px solid transparent;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%) rotate(45deg);
}
#footer .footer-list ul li .ttl.sub::after {
        transform: translateY(-50%) rotate(135deg);
}
#footer .footer-list .sub-list ul {
        display: flex;
        flex-wrap: wrap;
        position: relative;
}
#footer .footer-list .sub-list ul li {
        width: 50%;
		display: flex;
        align-items: center;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
}
#footer .footer-list .sub-list ul li:nth-child(2n) {
        border-right: none;
}
#footer .footer-list .sub-list ul li a {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        padding: 12px 10px;
        font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
#footer .footer-list .variation .sub-list ul li a, #footer .footer-list .assort .sub-list ul li a, #footer .footer-list .feature .sub-list ul li a {
        /*font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif; */  
	font-family: "Noto Serif JP", serif;
        font-weight: 600;
}
#footer .footer-copylight {
        display: block;
        text-align: center;
        font-size: 10px;
        color: #000;
}