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

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
  	color: #3C3C3C;
}

.chatbot.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .2s, transform .2s;
}

.chatbot.is-shown {
    opacity: 1;
    transform: translateY(0);
}

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

.fontA {
  font-family: "Pinyon Script", serif;
  font-weight: 400;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.incover {
    max-width: 1920px;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.incover:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: rgb(253,248,249);
    background: linear-gradient(119deg, rgba(253,248,249,0.91) 0%, rgba(248,241,237,0.91) 50%, rgba(233,251,253,0.91) 100%);
}

.incoverBox {
    text-align: center;
}

.incoverSubTit {
    font-family: "Pinyon Script", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.05em;
    margin-bottom: 7px;
    color: #E6A4A9;
    font-size: 56px;
}

.incoverTit {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadWrap {
	padding: 15px;
}

.breadBox {
	max-width: 1200px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.breadLink {
	display: block;
	color: #3C3C3C;
}

.breadLink:hover {
	color: #3C3C3C;
	opacity: .7;
}

/*-----------------------------------------------------------
共通パーツ
-----------------------------------------------------------*/


.comBtn01 {
    max-width: 208px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    letter-spacing: 0.05em;
    color: #3C3C3C;
    background: #fff;
    position: relative;
    border-radius: 24px;
    transition: all .5s;
    font-family: "Pinyon Script", serif;
    font-weight: 400;
    box-shadow: 0.1px 0.1px 10px 0 rgba(0, 0, 0, 0.16);
}

.comBtn01:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: 16px;
    margin: auto;
    background: url(/system_panel/uploads/images/in_arrow_icon.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
}

.comBtn01:hover {
    color: #3C3C3C;
}

.comBtn01:hover:before {
    transform: translate(7px, 0px);
    transition: all .5s;
}

.comBtn02 {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.6472)), 30px);
    letter-spacing: 0.05em;
    color: #3C3C3C;
    position: relative;
    transition: all .5s;
    font-family: "Pinyon Script", serif;
    font-weight: 400;
}

.comBtn02:after {
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 16px;
    background: url(/system_panel/uploads/images/in_arrow_icon.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
}

.comBtn02:hover {
    color: #3C3C3C;
}

.comBtn02:hover:after {
    transform: translate(7px, 0px);
    transition: all .5s;
}

.reBtn01 {
    max-width: 276px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #3C3C3C;
    background: #fff;
    position: relative;
	top: 0;
    border-radius: 10px;
    transition: all .5s;
    font-weight: 400;
    box-shadow: 0.1px 0.1px 10px 0 rgba(0, 0, 0, 0.16);
}

.reBtn01 p {
	margin-left: 22px;
}

.reBtn01:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 46px;
    margin: auto;
    background: url(/system_panel/uploads/images/top_illust08.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
}

.reBtn01:hover {
    color: #3C3C3C;
}

.reBtn01:hover {
    top: -10px;
    transition: all .5s;
}

.colorA {
    color: #111111;
}

.colorB {
    color: #FFFFFF;
}

.colorWhite {
    color: #fff;
}

.txtDeco01 {
    display: flex;
    justify-content: center;
}

.txtDeco01:before, .txtDeco01:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.5em;
    border-left: solid 1px;
    margin: 0 1em;
    vertical-align: middle;
    position: relative;
}

.txtDeco01:before {
   transform: rotate(-35deg);
}

.txtDeco01:after {
   transform: rotate(35deg);
}

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

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

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

/*----*/

/*===========================================================
お知らせ
===========================================================*/

.blog-img {
    background: #F4E2DF;
    padding: 0 0 74.97%;
    position: relative;
    height: 0;
    transition: all .3s;
    position: relative;
}

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

img + .no-img {
    display: none;
}

.blog-link {
    display: block;
    transition: all .3s;
}

.blog-link:hover {
    opacity: 0.7;
}

/* .blog-cate-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 10px 0 0 12px;
} */

.blog-date {
    display: block;
    margin: 10px 0 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #E6A4A9;
    word-break: break-all;
}

.blog-cate {
    padding: 4px 19px 6px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1942)), 15px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #FFF;
    background: #E6A4A9;
    border-radius: 0 15px 15px 0;
    position: absolute;
    top: 10px;
    left: 0;
    margin: auto;
    text-align: center;
    max-width: 150px;
    min-width: 116px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    z-index: 1;
}

.blog-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 2px 0 0;
    color: #3C3C3C;
}


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

@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) {

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


/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.incover {
    height: 300px;
}

.incoverSubTit {
    font-size: 68px;
}

.incoverTit {
    font-size: 18px;
}

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

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

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

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

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

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



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

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

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


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

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

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


/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadWrap {
	padding: 15px 0;
}

.breadBox {
	font-size: 14px;
}

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

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

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