@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    margin: 0 auto !important;
    max-width: 1920px;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    background-color: #FBFAF3;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #895238;
	position: relative;
    overflow-x: hidden;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.inLink>a:hover {
    text-decoration: underline;
    color: #485053;
}

.padding01 {
	padding: 0 15px;
}

.anchorBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 140px;
    width: 100%;
    margin: 0 auto 0 auto;
  	z-index: -1;
}

.text-tb-br br {
	display: none;
}

/*===========================================================
共通パーツ
===========================================================*/

.fontA {
	font-family: "Noto Serif JP", serif;
}

.fontB {
	font-family: "Cardo", serif;
}

/* btn01 */

.default-color {
	color: #895238;
}

.color-light-brown01 {
	color: #EBDFD7;
}

.color-light-brown02 {
	color: #CEB28C;
}

.color-light-brown03 {
	color: #E8D9C4;
}

.color-light-brown04 {
	color: #BC9764;
}

.color-green01 {
	color: #B5D3AA;
}

.color-green02 {
	color: #98BC8B;
}

.color-green03 {
	color: #8CAF7F;
}

.color-light-green {
	color: #D6E3D2;
}

.color-white {
    color: #ffffff;
}

.bg-brown {
	background: #895238;
}

.bg-light-brown {
	background: #CEB28C;
}

.bg-green {
	background: #B5D3AA;
}

.bg-white {
	background: #FFFFFF;
}

.border-brown {
    border: 1px solid #895238;
}

.border-green {
    border: 1px solid #B5D3AA;
}

.border-white {
    border: 1px solid #FFF;
}
/*===========================================================
テキスト
===========================================================*/

.main-en-title01 {
	font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.2362)), 80px);
	font-weight: 400;
	font-family: "Cardo", serif;
	letter-spacing: 0;
	line-height: 1.3333em;
	position: relative;
}

.main-en-title01::before {
	content: "";
    display: block;
    max-width: 130px;
    height: 1px;
    background: #E3D5CC;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.sub-title01 {
	margin: 30px 0 0 0;
	font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
	font-weight: 400;
	letter-spacing: 0.05em;
}

.en-title01 {
	font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.2362)), 80px);
	font-weight: 400;
	font-family: "Cardo", serif;
	letter-spacing: 0;
}

.en-title02 {
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 2.589)), 60px);
	font-weight: 400;
	font-family: "Cardo", serif;
	letter-spacing: 0;
    line-height: 1.2;
}

.en-title03 {
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 6.1489)), 115px);
	font-weight: 400;
	letter-spacing: 0;
	font-family: "Cardo", serif;
}

.title01 {
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.9061)), 32px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.875em;
}

.title02 {
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 1.4239)), 40px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5em;
}

.text01 {
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.1111em;
}

.text02 {
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.6472)), 24px);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.625em;
}

.text03 {
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3883)), 20px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5em;
}

/*===========================================================
ボタン
===========================================================*/

.tel-btn01 {
    max-width: 253px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
	font-weight: 400;
	letter-spacing: 0.05em;
    background: #FFF;
    position: relative;
}

.tel-btn01::before {
    content: "";
    display: block;
	width: 21px;
    height: 21px;
    background: url(/system_panel/uploads/images/tel_icon.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
	margin: 0 6px 0 0;
}

.reserve-btn01 {
    max-width: 253px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #895238;
    background: #FFF;
    position: relative;
	transition: all .3s;
}

.reserve-btn01:hover {
	color: #895238;
	transform: translateY(-6px);
}

.reserve-btn01::before {
    content: "";
    display: block;
	width: 22px;
    height: 21px;
    background: url(/system_panel/uploads/images/reserve_icon.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
	margin: 0 9px 0 0;
}

.reserve-btn02 {
    max-width: 253px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #895238;
    background: #FFF;
    position: relative;
	transition: all .3s;
}

.reserve-btn02:hover {
	color: #895238;
	transform: translateY(-6px);
}

.contact-link-set01 {
    max-width: 370px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.contact-link-set01::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/system_panel/uploads/images/tel_icon.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}

.contact-link-set02 {
    max-width: 396px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.contact-link-set02::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/system_panel/uploads/images/tel_icon.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}

.contact-link-tel-set {
    margin: 5px 12px 0 0px;
}

.contact-link-text01 {
	margin: 0 0 0 3px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 10.24px) * 1.1161)), 22px);
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: "Cardo", serif;
}

.contact-link-text02 {
    font-size: clamp(16px, calc(1rem + ((1vw - 10.24px) * 2.3438)), 37px);
    font-weight: 700;
    letter-spacing: 0.05em;
	line-height: 1.7;
    font-family: "Cardo", serif;
}

.contact-link-sns-set {
	margin: 0 0 0 auto;
    max-width: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-link-sns {
    display: block;
    max-width: 40px;
    width: 100%;
    margin: 8px 0 0 0;
}

.contact-link-sns:first-child {
    margin: 0;
}

.contact-link-sns img {
	transition: all .3s;
}

.contact-link-sns img:hover {
	transform: scale(1.2, 1.2);
}

.btn01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #895238;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 400;
    letter-spacing: 0.05em;
}

.btn01:hover {
    color: #895238;
}

.btn01::after {
    content: "";
    display: block;
    width: 66px;
    height: 44px;
    background: url(/system_panel/uploads/images/radius_arrow01.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 0 0 15px;
    transition: all .3s;
}

.btn01:hover::after {
    transform: translateX(6px);
}

.btn02 {
	max-width: 254px;
	width: 100%;
	padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFF;
	background: #895238;
	border: 1px solid #895238;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 400;
    letter-spacing: 0.05em;
	transition: all .3s;
}

.btn02:hover {
    color: #895238;
	background: #FFF;
}

.btn02::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
	position: absolute;
	right: 10px;
    background: url(/system_panel/uploads/images/arrow_white.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all .3s;
}

.btn02:hover::after {
	background: url(/system_panel/uploads/images/arrow_brown.svg);
    transform: translateX(6px);
}

.btn03 {
	max-width: 254px;
	width: 100%;
	padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFF;
	background: #B5D3AA;
	border: 1px solid #B5D3AA;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 400;
    letter-spacing: 0.05em;
	transition: all .3s;
}

.btn03:hover {
    color: #B5D3AA;
	background: #FFF;
}

.btn03::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
	position: absolute;
	right: 10px;
    background: url(/system_panel/uploads/images/arrow_white.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all .3s;
}

.btn03:hover::after {
	background: url(/system_panel/uploads/images/arrow_green.svg);
    transform: translateX(6px);
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.in-cover:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 59.66%;
    right: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgba(137, 82, 56, 50%), rgba(79, 64, 45, 0));
}

.in-cover-title {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.2362)), 80px);
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "Marcellus", serif;
    color: #FFF;
}

.in-cover-sub-title {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 1.25)), 40px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #FFF;
}

/*===========================================================
パンくず
===========================================================*/

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 15px;
}

.bread-box {
    max-width: 1220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.bread-link {
    display: block;
    color: #895238;
    text-decoration: underline;
}

.bread-link:hover {
    color: #895238;
    text-decoration: none;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}

.inner01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.inner02 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.inner03 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.inner04 {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto;
}

/*===========================================================
スライダー
===========================================================*/

.loop-img-block {
    margin: 5px;
}

.loop-img-box01 {
    width: 180px;
    padding-top: 204px;
    position: relative;
}

.loop-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
}

.loop-img-box01>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
}

.loop-img-area {
    display: flex;
    animation: loop-slide 30s infinite linear 1s both;
}

.loop-img-box01>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*ここまで*/

.loop-img-box01 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

/*アニメーション*/
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/*===========================================================

===========================================================*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    /*===========================================================
    スライダー
    ===========================================================*/

    .loop-img-block {
        margin: 0 38.5px;
    }

    .loop-img-box01 {
        width: 270px;
        padding-top: 307px;
    }


    /*===========================================================
    テキスト
    ===========================================================*/

	.title01 {
		font-size: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 1.0417)), 32px);
	}

    /*===========================================================
    下層カバー
    ===========================================================*/

    .in-cover {
        max-width: 1920px;
        width: 100%;
        height: 400px;
        justify-content: flex-start;
    }

    .in-cover-title-box {
        margin: 0 0 0 20%;
    }

    /*===========================================================
    inner
    ===========================================================*/

    .in-wrapper {
        padding: 80px 0;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
      .text-tb-br {
        display: block;
    }

    /*===========================================================
    下層カバー
    ===========================================================*/

    /*===========================================================
    パンくず
    ===========================================================*/

    .bread-box {
        font-size: 14px;
    }

    /*===========================================================
    inner
    ===========================================================*/

        .in-wrapper {
            padding: 150px 0;
        }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1250px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
      .text-tb-br br {
        display: block;
    }


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1250px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */