@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');


/*  ----------------------------------------------------------

Common

----------------------------------------------------------  */
#gMainBody {
}
#gMainBody img {
    width: 100%;
    height: auto;
}
/* #gMainBody a {
    text-decoration: none;
} */
#gMainBody .bold {
    font-weight: 700;
}
#gMainBody .nolink:hover {
    opacity: inherit;
}
#gMainBody a:hover {
    opacity: 0.7;
}

.common__title {
    padding-left: 12px;
    border-left: solid 5px #842C37;
    font-size: 1.4em;
    margin: 0px 0px 20px 0px;
    line-height: 1.2;
}

.common_btn1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    width: 286px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #6E2D32;

    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #6E2D32;
    text-decoration: none;

    box-sizing: border-box;
}
.common_btn1 span {
    font-weight: 700;
    font-size: 16px;
    margin-left: 3px;
}
span.common_rotate90 {
    transform: rotate(90deg);
    margin-top: 3px;
}


.common_btn2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    width: 280px;
    height: 42px;

    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #6E2D32;
    text-decoration: none;

    box-sizing: border-box;
}
.common_btn2 span {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2%;
    margin-left: 3px;
}
.common_btn2:hover {
    color: #fff;
}


.aflat_top {
	font-family: "Zen Kaku Gothic New", serif;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "Helvetica Neue", Verdana, sans-serif;

	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.aflat_top img {
	width: 100%;
	height: auto;
}
.aflat_top a:hover {
    opacity: 0.7;
}


#bottomContents {
    background-color: #fff;
}

span.ilb {
    display: inline-block;
}


/*  ----------------------------------------------------------

aeHeader

----------------------------------------------------------  */
.aeHeader {
    margin: 0px 0px 30px 0px;
}
.aeHeader h1.isSpecialPage {
    color: #842c37;
    font-size: 146.5%;
    line-height: 1.5;
    margin: 10px 0px 20px 0px;
}
.aeHeader figure.image.withImageItemList {
    position: relative;
}
.aeHeader figure img:not(.aeIndicator):not(.aeImageItemListBtn) {
    display: block;
    width: 725px;
    height: 403px;
}
.aeHeader figure {
    margin: 0px;
}



/*  ----------------------------------------------------------

business__navi

----------------------------------------------------------  */
.business__navi h3 {
    background-color: #842C37;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.business__navi h3 a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: calc(14px * 0.04);
    text-decoration: none;
}
.business__navi > div {
    background-color: #f8f8f8;
    padding: 9px 0 9px 16px;
}
.business__navi li {
    padding: 0 !important;
    height: 20px;
    position: relative;
}
.business__navi li.open {
    height: 60px;
}
.business__navi li.open ul {
    margin-top: 6px;
    padding-left: 10px;
}
.business__navi li.open ul li a {
    color: #585756;
}

.business__navi li a {
    margin: 0 !important;
    font-size: 12px;
    font-weight: 500;
    color: #842C37;
    text-decoration: none;
}
.business__navi ul li.current {
    background-color: inherit;
}
.business__navi li.current::after {
    top: 4px;
    left: -10px;
}
.business__navi li.current::after {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-left: 6px solid #ceabaf;
    border-top: 3.75px solid transparent;
    border-bottom: 3.75px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
}
.business__navi li.current.open::after {
    rotate: 90deg;
}



/*  ----------------------------------------------------------

aeSpNavi

----------------------------------------------------------  */
.aeSpNavi {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    margin-top: 20px;
}
.aeSpNavi em {
    display: block;
    margin: 0px 0px 15px 0px;
}
.aeSpNavi .main {
    margin-bottom: 40px;
}
.aeSpNavi .main ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}
.aeSpNavi .main.col5 ul li {
    flex-basis: 33.3333333%;
}
.aeSpNavi .main ul li {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}
.aeSpNavi .main ul li.current a {
    color: #a5856a;
    background-color: #e9e6e3;
}
.aeSpNavi .main ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    color: #040000;
    text-decoration: none;
    line-height: 1.5;
}
.aeSpNavi .arrow {
    text-align: center;
    line-height: 10px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.aeSpNavi .arrow::before {
    content: "";
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #842c37;
    border-bottom-width: 0px;
    position: absolute;
    top: -25px;
    left: calc(50% - 10px);
}
.aeSpNavi .main:last-child, .aeSpNavi .sub:last-child {
    margin-bottom: 0px;
}
.aeSpNavi .sub ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
}
.aeSpNavi .sub ul li a {
    color: #512923;
    line-height: 1.5;
}





/*  ----------------------------------------------------------

aeIndex

----------------------------------------------------------  */
.aeIndex {
    margin: 0px 0px 60px 0px;
    background: #f5f5f5;
    padding: 24px 30px;
}
.aeIndex p {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.aeIndex ol {
    list-style-type: decimal;
    margin: 0px;
    padding: 0px;
}
.aeIndex ol li {
    line-height: 1.5;
    margin: 0px 0px 10px 20px;
}
.aeIndex ol li a {
    color: #7b2b36;
}




/*  ----------------------------------------------------------

aeGoToIndex

----------------------------------------------------------  */
.aeGoToIndex {
    margin: 10px 0px;
    text-align: right;
    line-height: 1em;
}
.aeGoToIndex a {
    font-size: 0.9em;
    color: #512923;
}
.aeSeparator {
    margin: 0px 0px 5px 0px;
}
.aeSeparator.type-solid {
    border-bottom: solid 2px #4b060a;
}




/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.about {
    padding: 0 0 60px;
}
.about > p {
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 32px;
}

.about__block {
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #DDDDDD;
    text-align: center;
    gap: 48px;
    margin-bottom: 40px;
}
.about__block > div:nth-of-type(1) {
    position: relative;
}
.about__block > div:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -24px;
    background-color: #DDDDDD;
    width: 1px;
    height: 100%;
}
.about__block > div {
    flex: 1;
}
.about__block > div > span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    width: 229px;
    height: 23px;
    background: #842C37;
    border-radius: 4px;
    box-sizing: border-box;

    font-weight: 600;
    font-size: 11px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;

    margin: 0 auto;
    position: relative;
    margin-bottom: 16px;
}
.about__block > div > span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px;
    border-style: solid;
    border-color: #842C37 transparent transparent transparent;
}
.about__block > div > h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid #DDDDDD;
}
.about__block > div > img {
    display: block;
    width: 83px !important;
    margin: 0 auto 26px;
}
.about__block > div > p {
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: left;
}
.about > a {
    margin: 0 auto 60px;
}





/*  ----------------------------------------------------------

recommend

----------------------------------------------------------  */
.recommend {
    padding: 0 0 60px;
}
.recommend__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 76px;
}
.recommend__block > div {
    width: 350px;
    background-color: #F5F5F5;
    padding: 24px 18px 24px 54px;
    box-sizing: border-box;
    position: relative;
}
.recommend__block > div:before {
    content: "";
    background: url(../img/icon1.png) no-repeat center top / contain;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 20px;
    left: 15px;
}
.recommend__block > div > span {
   	font-family: "Zen Kaku Gothic New", serif;

    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #842C37;
    margin-bottom: 4px;
}
.recommend__block > div > h3 {
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000000;
}
.recommend__block > div > p {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #842C37;
    margin: 0;
}





/*  ----------------------------------------------------------

merit

----------------------------------------------------------  */
.merit {
    padding: 0 0 60px;
}
.merit__box {
    padding: 22px 24px;
    gap: 20px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #231816;
    display: flex;
    gap: 40px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.merit__box > h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #000000;
    position: relative;
}
.merit__box > h3::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -20px;
    background-color: #DDDDDD;
    width: 1px;
    height: 24px;
}
.merit__box > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #000000;
    margin: 0;
}

.merit__block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 24px;
}
.merit__block:nth-of-type(3) {
    margin-bottom: 48px;
}

.merit__block > div:nth-of-type(1) {
    width: 340px;
}
.merit__block > div:nth-of-type(2) {
    flex: 1;
    display: flex;
    align-items: center;
}
.merit__block > div:nth-of-type(2) div > span {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #842C37;
    padding-bottom: 3px;
    border-bottom: 2px solid #842C37;
    display: inline-block;
    margin-bottom: 16px;
}
.merit__block > div:nth-of-type(2) div > h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;
    font-feature-settings: 'pwid' on, 'palt' on;
    color: #000000;
    margin-bottom: 10px;
}
.merit__block > div:nth-of-type(2) div > p {
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 10px;
}
.merit__block > div:nth-of-type(2) div > a {
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #842C37;
}

.merit a {
    margin: 40px auto 0;
}





/*  ----------------------------------------------------------

catalog

----------------------------------------------------------  */
.catalog {
    padding: 0px 0 60px;
}
.catalog__block {
    padding: 40px;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;    

    gap: 40px;
    margin-bottom: 60px;
}
.catalog__block > div:nth-of-type(1) {
    width: 375px;
}
.catalog__block > div:nth-of-type(2) {
    flex: 1;
    display: flex;
    align-items: center;
}
.catalog__block > div:nth-of-type(2) h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #842C37;
    margin-bottom: 8px;
}
.catalog__block > div:nth-of-type(2) p {
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 24px;
}
.catalog__block > div:nth-of-type(2) a {
    width: 280px;
}
.catalog__block > div:nth-of-type(2) a:nth-of-type(1) {
    margin-bottom: 12px;
}





/*  ----------------------------------------------------------

flow

----------------------------------------------------------  */
.flow {
    padding: 0px 0 60px;
}
.flow__block {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;
    gap: 20px;
    height: 54px;
    border: 1px solid #DDDDDD;
    margin-bottom: 31px;
    position: relative;
}
.flow__block:not(.flow__block--bottom)::before {
    content: "";
    background: url(../img/arrow1.png) no-repeat center top / contain;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.flow__block > div:nth-of-type(1) {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #842C37;
}
.flow__block > div:nth-of-type(2) {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}
.flow__block > div:nth-of-type(2) a {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    text-decoration: underline;
}

.flow__block2wrap {
    display: flex;
    justify-content: space-between;
    gap: 29px;
    margin-top: 51px;
    margin-bottom: 29px;
}
.flow__block2 {
    position: relative;
}
.flow__trigger {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    gap: 10px;
    width: 250px;
    height: 27px;
    background: #FFFFFF;
    /* Primary */
    border: 1px solid #842C37;
    border-radius: 4px;
    top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;

    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #842C37;
}
.flow__content {
    width: 348px;
}





























/*  ----------------------------------------------------------

faq

----------------------------------------------------------  */
.faq {
    padding: 0 0 100px;
}
.faq__title {
    margin-bottom: 24px;
}

.faq__block {
    padding-bottom: 41px;
    margin-bottom: 41px;
    border-bottom: solid 1px #ddd;
}
.faq__block:last-of-type {
    margin-bottom: 0;
}
.faq__block > div:nth-of-type(1) {
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 2%;
    margin-bottom: 16px;
    position: relative;
    padding-left: 42px;
}
.faq__block > div:nth-of-type(1):before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    width: 24px;
    height: 31px;
    background: url(../img/faq_icon1.png) no-repeat center top / contain;
}

.faq__block > div:nth-of-type(2) {
    font-weight: 300;
    font-size: 16px;
    position: relative;
    padding-left: 42px;
}
.faq__block > div:nth-of-type(2):before {
    position: absolute;
    content: "";
    top: 4px;
    left: 2px;
    width: 22px;
    height: 31px;
    background: url(../img/faq_icon2.png) no-repeat center top / contain;
}

.faq__block > div:nth-of-type(2) a {
    color: #842C37;
}
.faq__block > div:nth-of-type(2) a:hover {
    text-decoration: underline;
}





/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
#contact {
}
#contact img {
    width: 100%;
    height: auto;
}
#contact .bold {
    font-weight: 700;
}
#contact .nolink:hover {
    opacity: inherit;
}
#contact a:hover {
    opacity: 0.7;
}

.contact {
   	font-family: "Zen Kaku Gothic New", serif;
    padding: 48px;
    background-color: #F7F7F7;
    margin-bottom: 100px;

    clear: both;
    width: 950px;
    box-sizing: border-box;
}
.contact_subtitle {
	padding: 0 14px 22px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
    border-bottom: 1px solid #842C37;
}
.contact_subtitle__title {
	font-size: 26px !important;
	font-weight: 700 !important;
    color: #842C37;
    line-height: 1.5;
    letter-spacing: 1%;
}
.contact_subtitle__title span {
    display: inline-block;
    padding-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
}

.contact__block {
    display: flex;
    gap: 56px;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #DDDDDD;
}
.contact__block > div:nth-of-type(1) {
    width: 435px;
}
.contact__block > div:nth-of-type(2) {
    flex: 1;
    display: flex;
    align-items: center;
}
.contact__block > div:nth-of-type(2) h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #842C37;
    margin-bottom: 8px;
}
.contact__block > div:nth-of-type(2) p {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 8px;
}
.contact__block > div:nth-of-type(2) .tel {
    display: flex;
    gap: 8px;
}
.contact__block > div:nth-of-type(2) .tel > div:nth-of-type(1) {
    width: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
}
.contact__block > div:nth-of-type(2) .tel > div:nth-of-type(2) {
    flex:1;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
}
.contact__block > div:nth-of-type(2) .tel > div:nth-of-type(2) a.tel__num {
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    text-decoration: underline;
}
.contact__block > div:nth-of-type(2) .tel > div:nth-of-type(2) span.tel__holiday {
    font-weight: 700;
    font-size: 10px;
    line-height: 180%;
    color: #000000;
}
.contact__block > div:nth-of-type(2) > div > a {
    margin-top: 24px;
}

.contact > h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 32px;
}
.contact__shop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.contact__shop > div {
    background-color: #fff;
    padding: 20px;
    height: 358px;
    box-sizing: border-box;
    position: relative;
}
.contact__shop > div > a {
    text-decoration: none;
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.contact__shop > div > a > div:nth-of-type(1) {
    width: 100px;
}
.contact__shop > div > a > div:nth-of-type(2) {
    flex: 1;
    display: flex;
    align-items: center;
}
.contact__shop > div > a > div:nth-of-type(2) p {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 6px;
}
.contact__shop > div > a > div:nth-of-type(2) p span {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 6px;
}
.contact__shop > div > a > div:nth-of-type(2) div {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #842C37;
}

/* 住所以下 */
.contact__shop > div > div p {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 4px;
}
.contact__shop > div > div > div {
    display: flex;
    margin-bottom: 32px;
}
.contact__shop > div > div > div > div:nth-of-type(1) {
    width: 80px;
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000000;
}
.contact__shop > div > div > div > div:nth-of-type(2) {
    flex: 1;
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000000;
}
.contact__shop > div > div > div > div:nth-of-type(2) a {
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000000;
    text-decoration: none;
}

.shop__googlemap01 {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: calc(14px * 0.02);
    color: #842C37;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    text-decoration: none;
}
.shop__googlemap01::before {
    content: "";
    background: url(../img/icon_map.png) no-repeat center top / contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}

.contact__shop .common_btn2 {
    position: absolute;
    bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    width: 236px;
    height: 34px;
}
.contact__shop .common_btn2 span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-left: 3px;
}






/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
.sp {
    display: none !important;
}



