@charset "UTF-8";

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

Layout

----------------------------------------------------------  */
#gContainerInner {
    width: 88%;
    max-width: 1200px;
    min-width: 950px;
}
#gMainBody {
    width: 100%;
    min-height: inherit;
}



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

Common

----------------------------------------------------------  */
/* common_subtitle */
.common_subtitle {
	padding: 0 14px 14px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
    border-bottom: 1px solid #842C37;
}
.common_subtitle__title {
	font-size: 20px !important;
	font-weight: 700 !important;
    color: #842C37;
    line-height: 1.5;
    letter-spacing: 1%;
}
.aflat_top {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.aflat_top img {
	width: 100%;
	height: auto;
}
.aflat_top a:hover {
    opacity: 0.7;
}
.lead_future_wrap a {
    color: #000;
}
/* .lead_future_wrap a:hover {
    opacity: 0.7;
} */
span.ilb {
    display: inline-block;
}

.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;
}




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

lead_future_wrap

----------------------------------------------------------  */
.lead_future_wrap {
    padding: 20px 0 80px;
}
.future02__link {
    display: inline;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
    text-decoration: underline;
    position: relative;
    transition: all .3s;
    transition: all .3s;

    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    font-feature-settings: 'pwid' on, 'palt' on;
    color: #842C37;
}


.future02__subblock_out {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
}
.future02__subblock_out > a {
    flex-basis: 48.2%;
}
.future02__subblock_img {
    margin-bottom: 25px;
}
.future02__label {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #842C37;
    border-bottom: 2px solid #842C37;
    margin-bottom: 16px;
}
.future02__subblock_out h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #842C37;
}
.future02__subblock_out p {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 18px;
}

.future02__subblock_out a {
    text-decoration: none;
}
.future02__subblock_img {
    overflow: hidden;
}
.future02__subblock_img img  {
    transition: transform 0.3s ease-in-out;
}
.future02__subblock_out a:hover .future02__subblock_img img  {
    /* transform: scale(1.05); */
    opacity: 0.7;
}
.future02__subblock_out a:hover .future02__link  {
    text-decoration: none;
}





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

mv

----------------------------------------------------------  */
.mv h1 {
    background-color: #653033;
    color: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv h1 > span {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: calc(24px * 0.07);
}
.mv h1 > span > span:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: calc(24px * 0.07);
        margin-right: 25px;

}
.mv h1 > span > span:nth-of-type(2) {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: calc(14px * 0.02);
    vertical-align: 3px;
}

.mv__slider {
	position: relative;
}
.mv__slider img {
	width: 100%;
	height: 638px;
	object-fit: cover;
	object-position: center;
}

.mv__slider .splide__slide {
    position: relative;
}
.mv__slider .splide__slide::before {
    content: "";
    background:linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;

}
.mv__slider .splide__slide > span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    display: block;
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;

    color: #fff;
}
.mv__slider .splide__slide > span > span {
    display: block;

    font-size: 24px;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;

    text-shadow: 0px 0px 14px rgba(50, 21, 21, 0.4);
}
.mv__slider .splide__slide > span > span:nth-of-type(1) {
    margin-bottom: 10px;
}
.mv__slider .splide__slide > span > span:nth-of-type(2) {
    margin-bottom: 32px;
}


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

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 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: 5px;
    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;
}


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

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;
}








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

service

----------------------------------------------------------  */
.service {
    padding: 0 0 80px;
}
.service__block {
   background-color: #F7F7F7; 
   padding: 30px;

   display: flex;
   justify-content: space-between;
   gap: 40px;
}
.service__block:nth-of-type(2) {
    margin-bottom: 28px;
}
.service__block > div:nth-of-type(1) {
    width: 480px;
}
.service__block > div:nth-of-type(2) {
    flex: 1;
    display: flex;
    align-items: center;
}
.service__block > div:nth-of-type(2) > div > h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #842C37;
    margin-bottom: 8px;
}
.service__block > div:nth-of-type(2) > div > p {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 32px;
}




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

contract

----------------------------------------------------------  */
.contract {
    padding: 80px 0 80px;
    margin-left: calc(50% - 50vw + var(--scrollBarWidth) / 2);
    margin-right: calc(50% - 50vw + var(--scrollBarWidth) / 2);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background-color: #F7F7F7;
}
.contract__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.contract__block > div {
  background: #fff;
  padding: 24px;
}
.contract__block > div img {
    display: block;
    width: 80px;
    margin: 16px auto 40px;
}
.contract__block > div h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    color: #842C37;
    margin-bottom: 8px;
}
.contract__block > div p {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #000000;
}
.contract > a {
    margin: 0 auto;
}
.contract > a:hover {
    color: #fff;
}




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

coordinate

----------------------------------------------------------  */
.coordinate {
    padding: 80px 0 80px;
}
.coordinate__slider {
    width: calc(100vw - var(--scrollBarWidth));
    margin-left: calc(50% - 50vw + var(--scrollBarWidth) / 2);
	min-width: 950px;
	margin-top: 37px;
	margin-bottom: 30px;
	position: relative;
}
.coordinate__box {
	max-width: 600px;
}
.coordinate__img {
	position: relative;
	margin-bottom: 24px;
}
.coordinate__img img {
	max-width: 600px;
	/* height: 270px; */
	object-fit: cover;
	object-position: center;
	display: block;
}
.coordinate__img span {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #7A3239;
	width: 78px;
	height: 31px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coordinate__box h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #842C37;
    margin-bottom: 8px;
}
.coordinate__box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 0;
}

.coordinate__slider .splide__arrow {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 46px;
	height: 46px;
	margin: auto;
	position: absolute;
	top: 168px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	padding: 0;
	padding-inline: 0 !important;
}
.coordinate__slider .splide__arrow--prev {
	left: 0;
}
.coordinate__slider .splide__arrow--next {
	right: 0;
}
.coordinate__slider .splide__arrow:hover {
	opacity: 0.7;
}

.coordinate__block {
	display: flex;
	justify-content: space-between;
	gap: 0 38px;
}
.coordinate__block:not(.coordinate__block--last) {
	margin-bottom: 122px;
}
.coordinate__block--rev {
	flex-direction: row-reverse;    
}
.coordinate__block > div:nth-of-type(1) img {
	width: 400px;
}
.coordinate__block--rev > div:nth-of-type(1) img {
	width: 435px;
}

.coordinate__midtitle {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 35px;
}
.coordinate__dbtn {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #512923;
	padding: 4.4px 18.6px 6.6px 21.5px;
	margin-bottom: 30px;
	color: #512923 !important;
}
.coordinate__block p {
	line-height: 1.875;
}
.coordinate__cbtn {
	display: block;
	width: 299px;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	background-color: #E08023;
	border-radius: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-top: 40px;
	color: #fff !important;
}
.coordinate__cbtn:hover {
	color: #fff;
}
.coordinate a {
    margin: 0 auto;
    text-decoration: none;
}
@media screen and (max-width: 1000px) {
    .coordinate__slider {
        margin-left: 0;
    }
	.coordinate__block:not(.coordinate__block--rev) > div:nth-of-type(2) {
		padding-right: 20px;
	}
	.coordinate__block--rev > div:nth-of-type(2) {
		padding-left: 20px;
	}	
}






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

catalog

----------------------------------------------------------  */
.catalog {
    padding: 0px 0 80px;
}
.catalog__block {
    padding: 40px;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.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: 500;
    font-size: 20px;
    line-height: 150%;
    color: #842C37;
    margin-bottom: 8px;
}
.catalog__block > div:nth-of-type(2) p {
    font-weight: 500;
    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 100px;
}
.flow__block {
    display: flex;
    gap: 40px;
    padding: 29px 0;
    padding-left: 38px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.flow__block--top {
    padding-top: 0;
}
.flow__block--bottom {
    border-bottom: none;
    padding-bottom: 0;
}
.flow__block:not(.flow__block--bottom)::before {
    content: "";
    background: url(../img2/arrow1.png) no-repeat center top / contain;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -11px;
    left: 46px;
}
.flow__block > div:nth-of-type(1) {
    width: 32px;
}
.flow__block > div:nth-of-type(2) {
    width: 240px;
}
.flow__block > div:nth-of-type(3) {
    flex: 1;
}
.flow__block > div:nth-of-type(1) {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #842C37;

    display: flex;
    align-items: center;
    justify-content: center;
}
.flow__block > div:nth-of-type(2) {
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #000000;

    display: flex;
    align-items: center;
}
.flow__block > div:nth-of-type(3) {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
}







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

contact

----------------------------------------------------------  */
.contact {
    padding: 48px;
    background-color: #F7F7F7;
}
.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: 560px;
}
.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: 24px;
    height: 382px;
    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: 130px;
}
.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(../img2/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: 312px;
    max-width: calc(100% - 48px);
    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;
}




