@charset "utf-8";

.hukidasiSet {
    max-width: 350px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.hukidasiText {
    padding: 10px 10px 11px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #4C3C2E;
    color: #F2EDE4;
}

.hukidasiText>u {
    text-decoration: unset;
    font-size: 25px;
}

.hukidasiSet:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/title_hukidasi_deco.svg)no-repeat;
    background-size: contain;
    width: 40px;
    height: 15px;
    display: block;
    left: 0;
    right: 0;
    top: 99%;
    margin: auto;
}

.inLeadSubTit {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    margin-bottom: 10px;
}

.inLeadTit {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.inFlexNumber01 {
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 10px;
}

.inFlexTit01 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.457em;
}

.inTit01 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.gapY15 {
    gap: 15px 0;
}

.inContentsHukidasi {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    top: -30px;
    padding: 0 15px;
}

/*------コンセプト---*/

.conceptHukidasi {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    top: -30px;
    padding: 0 15px;
}

.conceptWr02 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 30px;
}

.conceptShopFlexTextSetBox {
    flex: auto;
    width: 100%;
}

.conceptShopFlexBox {
    gap: 20px;
    align-items: center !important;
}

.conceptShopBtn {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9F8F78;
    border-radius: 20px;
    margin: 0 0 0 auto;
    transition: all .5s;
}

.conceptShopBtn>img {
    max-width: 14px;
    width: 100%;
    transition: all .5s;
}

.conceptShopBtn:hover {
    background-color: #9F8F78;
}

.conceptShopBtn:hover>img {
    filter: brightness(0) invert(1);
}

.colorWhite2 .conceptShopBtn {
    border-color: #7C7873;
}

.colorWhite2 .conceptShopBtn>img {
    filter: brightness(0) invert(1);
}

.colorWhite2 .conceptShopBtn:hover {
    background-color: #7C7873;
}

.conceptShopFlexTitSub {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 9px;
}

.conceptShopFlexTit {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.467em;
}

/*---メニュー---*/

.inMenuName {
    font-size: 20px;
}

.inMenuNameMin {
    font-size: 13px;
}

.inMenuMoney {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.inMenuMoneyMin {
    font-size: 13px;
    font-weight: 500;
}

.inMenuListFlex {
    gap: 5px 20px;
}

.inMenuTit {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.brownBg .inMenuListFlex {
    border-color: #B49F7D;
}

/*-----*/

.comFlowIconBox {
    max-width: 50px;
    width: 100%;
    margin: 0 15px 0 0;
    border: 1px solid #8A7155;
    border-radius: 50%;
    background-image: url(/system_panel/uploads/images/main_bg.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: auto;
    background-attachment: scroll;
    background-color: #D8C8AA;
    position: relative;
}

.comFlowContents02 {
    margin-top: 15px;
}

.comFlowBoxRow02 {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
    overflow: hidden;
    z-index: 1;
}

.comFlowBoxRow02:before {
    content: "";
    width: 3px;
    height: 500px;
    position: absolute;
    left: 25px;
    top: 30px;
    border-left: 3px dotted #8A7155;
    margin: auto;
    display: block;
}

.comFlowBox02 .comFlowBoxRow02:last-child {
    padding-bottom: 0;
}

.comFlowBox02 .comFlowBoxRow02:last-child:before {
    display: none;
}

.improvementOnlineRight>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*------*/

.shopBtnWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 20px;
}

.shopBtn01 {
    max-width: 100%;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all .5s;
}

.shopColor01 .shopBtn01 {
    border-color: #9F8F78;
    color: #4C3C2E;
}

.shopColor01 .shopBtn01:hover {
    background: #9F8F78;
    color: #fff;
}

.shopColor01 .shopBtn01 .shopIcon01 {
    transition: all .5s;
}

.shopColor01 .shopBtn01:hover .shopIcon01 {
    filter: brightness(0) invert(1);
}

.shopColor02 .shopBtn01 {
    border-color: #7C7873;
    color: #F2EDE4;
}

.shopColor02 .shopBtn01:hover {
    background: #7C7873;
    color: #F2EDE4;
}

/*---店舗紹介テーブル--*/

.shopColor01 .shopTr {
    border-color: #BBAB90;
}

.shopTr {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.667em;
}

.shopTable .shopTr:first-child {
    margin-top: 0;
}

.shopTh {
    width: 150px;
    font-weight: 500;
}

.shopTd {
    flex: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.conceptShopFlexTextSetBox {
    flex: 1;
    width: auto;
}

.conceptShopFlexBox {
    gap: 20px;
    align-items: flex-end !important;
}

.inMenuTit {
    font-size: 30px;
}

.shopBtnWr {
    grid-template-columns: repeat(2, 1fr);
}

.inFlexTit01 {
    font-size: 25px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hukidasiSet {
    max-width: 450px;
}
    
.hukidasiText {
    padding: 15px 10px 20px;
    font-size: 25px;
}

.hukidasiText>u {
    font-size: 30px;
}

.conceptHukidasi {
    top: -40px;
}
  
.inContentsHukidasi {
    top: -40px;
}

.conceptWr02 {
    grid-template-columns: repeat(2, 1fr);
}

.conceptShopFlexTitSub {
    font-size: 13px;
}

.conceptShopFlexTit {
    font-size: 20px;
}

.conceptShopFlexTextSetBox {
    flex: auto;
    width: 100%;
}

.conceptShopFlexBox {
    align-items: center !important;
}

.inFlexTit01 {
    font-size: 20px;
}

.inLeadSubTit {
    font-size: 20px;
}

.inLeadTit {
    font-size: 35px;
}

.inMenuName {
    font-size: 25px;
}

.inMenuNameMin {
    font-size: 18px;
}

.inMenuMoney {
    font-size: 30px;
}

.inMenuMoneyMin {
    font-size: 18px;
}
  
.inMenuTit {
    font-size: 40px;
}

.inTit01 {
    font-size: 30px;
}

.comFlowBoxRow02 {
    align-items: center;
    padding-bottom: 40px;
}

.comFlowIconBox {
    max-width: 100px;
    margin: 0 25px 0 0;
}

.comFlowBoxRow02:before {
    left: 49px;
}

.comFlowContents02 {
    margin-top: 0;
}

.shopBtnWr {
    grid-template-columns: repeat(2, 1fr);
}

.shopTr {
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.shopTh {
    width: 120px;
}

.shopBtn01 {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.conceptShopFlexTextSetBox {
    flex: 1;
    width: auto;
}

.conceptShopFlexBox {
    align-items: flex-end !important;
}

.inFlexNumber01 {
    font-size: 60px;
}

.inFlexTit01 {
    font-size: 25px;
}

.inLeadTit {
    font-size: 40px;
}

.comFlowIconBox {
    margin: 0 50px 0 0;
    max-width: 130px;
}

.comFlowBoxRow02:before {
    left: 65px;
}

.shopBtnWr {
    grid-template-columns: repeat(1, 1fr);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inFlexTit01 {
    font-size: 30px;
}

.inLeadTit {
    font-size: 45px;
}

.inTit01 {
    font-size: 40px;
}

.shopTr {
    font-size: 16px;
    display: flex;
}

.shopTh {
    width: 130px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.conceptShopFlexTitSub {
    font-size: 20px;
}

.conceptShopFlexTit {
    font-size: 30px;
}

.inFlexNumber01 {
    font-size: 80px;
}

.inFlexTit01 {
    font-size: 35px;
}

.inLeadTit {
    font-size: 50px;
}

.inLeadSubTit {
    font-size: 25px;
}

.shopBtnWr {
    grid-template-columns: repeat(2, 1fr);
}

.shopTr {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}

.shopTh {
    width: 150px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */