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

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-image: url(/system_panel/uploads/images/main_bg.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: auto;
    background-attachment: scroll;
}

.telWrap {
    color: inherit;
}

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

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fontB {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

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

.paddingWr01 {
    padding: 0 15px;
}

.reduction {
    transition: all .5s;
}

.reduction:hover {
    transform: scale(0.8);
    transition: all .5s;
}

.z1 {
    z-index: 1;
}

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



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

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

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

.comBtn01 {
    max-width: 220px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #4C3C2E;
    border: 1px solid #4C3C2E;
    border-radius: 20px;
    font-family: "Josefin Sans", sans-serif;
    transition: all .5s;
}

.comBtn01>p {
    margin-bottom: -5px;
}

.comBtn01:after {
    content: "";
    width: 14px;
    height: 11px;
    background: url(/system_panel/uploads/images/com_arrow_icon.svg)no-repeat;
    display: block;
    transition: all .5s;
}

.comBtn01:hover:after {
    transform: translateX(5px);
}

.comBtn01:hover {
    color: #4C3C2E;
}

.colorWhite2 .comBtn01 {
    border-color: #F2EDE4;
    color: #F2EDE4;
}

.colorWhite2 .comBtn01:after {
    filter: brightness(0) invert(1);
}

.colorWhite2 .comBtn01:hover {
    color: #F2EDE4;
}

.comBtn02 {
    max-width: 341px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #887F6F;
    border-radius: 25px;
    transition: all .5s;
    background: #F2EDE4;
}

.comBtn02:after {
    content: "";
    width: 14px;
    height: 11px;
    background: url(/system_panel/uploads/images/com_arrow_icon02.svg)no-repeat;
    display: block;
    transition: all .5s;
}

.comBtn02:hover:after {
    transform: translateX(5px);
}

.comBtn02:hover {
    color: #887F6F;
}

.comBtn03 {
    max-width: 350px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #4C3C2E;
    border: 1px solid #594531;
    border-radius: 30px;
    transition: all .5s;
}

.comBtn03:after {
    content: "";
    width: 14px;
    height: 11px;
    background: url(/system_panel/uploads/images/com_arrow_icon.svg)no-repeat;
    display: block;
    transition: all .5s;
}

.comBtn03:hover:after {
    transform: translateX(5px);
}

.comBtn03:hover {
    color: #4C3C2E;
}

.titEn01 {
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 1.02em;
}

.titJaDecoSet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: -5px;
}

.titJaDecoItem {
    width: 14px;
    height: 16px;
    position: relative;
}

.titJaDecoItem:before {
    content: "";
    width: 20px;
    height: 1.5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    background-color: #4C3C2E;
}

.colorWhite2 .titJaDecoItem:before {
    background-color: #F2EDE4;
}

.text01 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.667em;
}

.text02 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.5em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.colorWhite2 {
    color: #F2EDE4;
}

.brownBg {
    background-color: #C7B18C;
}

/*-- inCover -----------------------------------------------------------------*/
.incover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    width: 100%;
    height: 200px;
    margin: auto;
    padding: 0 15px;
}

.incover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #1A130D;
    opacity: 0.6;
}

.incoverBox {
    width: 100%;
    max-width: 1620px;
    color: #F2EDE4;
    z-index: 9;
    margin: 0 auto;
}

.incoverTit {
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
}

.incoverSubTit {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.incoverTit2 {
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.44em;
    font-weight: 500;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- パンくずリスト ----------------------------------------------------------*/

.breadWrap {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.breadBox {
    max-width: 1420px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadLink {
    display: block;
    color: #4C3C2E;
    transition: all .2s;
    text-decoration: underline;
}

.breadLink:hover {
    color: #4C3C2E;
    transition: all .2s;
    text-decoration: none;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/



/*--is-animation--*/



/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/


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

/*---topMain----------------------------------------------*/



/*----*/



/*----kasou------------------------------------------------*/

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

/*---form--*/

.formTh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.formTd {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #555;
}*/

/*.formRow {
    border: 1px solid #ccc;
}

.contTable {
    border: 1px solid #ccc;
}*/

.requiredText {
    font-size: 14px;
    color: #C83232;
}

.privacyBox {
    border: 1px solid #ccc;
    padding: 15px 2% 15px 2%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    height: 250px;
}

/*----*/

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

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

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

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

/*----*/

.comWorksContentsImg>img {
    object-fit: unset !important;
    height: auto !important;
}

.comWorksContentsImg {
    background-color: #fff;
}


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

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

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

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

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

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

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

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

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

.incoverTit2 {
    font-size: 30px;
}

.incover {
    height: 250px;
}


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.text02 {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.incoverTit {
    font-size: 50px;
}

.incoverSubTit {
    font-size: 18px;
}

.incoverTit2 {
    font-size: 40px;
}

.incover {
    height: 300px;
}
  
.breadWrap {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


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

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

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


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

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

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

.incoverTit {
    font-size: 65px;
}

.incoverSubTit {
    font-size: 20px;
}

.incoverTit2 {
    font-size: 50px;
}

.incover {
    height: 400px;
}
  
.breadWrap {
    font-size: 18px;
}

.comBtn03 {
    max-width: 400px;
    height: 80px;
    font-size: 20px;
    border-radius: 40px;
}

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

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

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

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

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

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

.text01 {
    font-size: 16px;
}

.text02 {
    font-size: 18px;
}

.titEn01 {
    font-size: 40px;
}

.titJaDecoSet {
    font-size: 16px;
}

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

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

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

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

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

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

.text01 {
    font-size: 18px;
}

.titEn01 {
    font-size: 50px;
}

.titJaDecoSet {
    font-size: 18px;
}

.text02 {
    font-size: 20px;
}

.incover {
    height: 450px;
}

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

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

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