@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-color: #FEEFDA;*/
    background-color: #fff;
}

.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: "Fredericka the Great", serif;
}

.fontC {
  font-family: "Montserrat", sans-serif;
}

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

.inLink>a:hover {
    text-decoration: none;
    color: #675039;
}

.paddingWr01 {
    width: 100%;
    padding: 0 15px;
}

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



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

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

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

.comBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    position: relative;
    border-radius: 6px;
    padding: 8px;
    max-width: 286px;
    border: 2px solid;
    box-shadow: 0 3px 5px rgb(0 0 0 / 25%);
    transition: all .5s;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.comBtn01:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 15px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: block;
    background-size: 100% !important;
    transition: all .5s;
}

.comBtn01:hover:before {
    transform: translate(4px, 0);
}

.comBtnBrown:before {
    background: url(/system_panel/uploads/images/com_arrow_white.svg)no-repeat;
}

.comBtnPurple:before {
    background: url(/system_panel/uploads/images/com_arrow_purple.svg)no-repeat;
}

.comBtnOrange:before {
    background: url(/system_panel/uploads/images/com_arrow_orange.svg)no-repeat;
}

.comBtnOrange2:before {
    background: url(/system_panel/uploads/images/com_arrow_white.svg)no-repeat;
}

.comBtnBrown {
    background-color: #675039;
    border-color: #675039;
    color: #fff !important;
}

.comBtnOrange {
    background-color: #fff;
    border-color: #F1A151;
    color: #F1A151 !important;
}

.comBtnOrange2 {
    background-color: #F1A151;
    border-color: #F1A151;
    color: #fff !important;
}

.comBtnPurple {
    background-color: #fff;
    border-color: #D591D5;
    color: #D591D5 !important;
}

.comBtn:after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 2px dashed;
    border-radius: 6px;
    z-index: -1;
}

.titJa01 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.subTitSetBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 10px;
}

.subTitSetBox:before {
    content: "";
    flex: 1;
    border-bottom: 2px dashed;
}

.subTitSetBox:after {
    content: "";
    border-bottom: 2px dashed;
    flex: 1;
}

.titEn01 {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.232em;
    font-family: "Fredericka the Great", serif;
}

.text01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.188em;
}

.LeadText01 {
    font-size: 16px;
    font-weight: bold;
}

.titHBox {
    position: relative;
    padding: 10px 40px;
    display: inline-block;
    background-color: #675039;
    color: #fff;
}

.titHBox:before {
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    border-width: 0 15.24px 15.24px 0;
    border-style: solid;
    width: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.titHBox:before {
    background: #FEEFDA;
    border-color: #ffffff00 #ffffff00 #F1A151 #F1A151;
}

.titHBox.colorChange01:before {
    background: #FFCC99;
}

.titHBox.colorChange02:before {
    border-color: #ffffff00 #ffffff00 #D591D5 #D591D5;
}

.titHBox:after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #fff;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 10px;
}

.titH01 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.232em;
    font-family: "Fredericka the Great", serif;
}

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

/*---banner---*/

.comBannerTitBox {
    background-color: #FFCC99;
    color: #675039;
    position: relative;
    width: 100%;
    padding: 16px 35px 18px 27px;
    display: block;
    align-items: baseline;
    gap: 0 20px;
    flex-wrap: wrap;
}

.comBannerTitBox:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 15px;
    right: 26px;
    bottom: 28px;
    margin: auto;
    display: block;
    background-size: 100% !important;
    transition: all .5s;
    background: url(/system_panel/uploads/images/banner_arrow01.svg) no-repeat;
}

.comBannerTitEn {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.232em;
    font-family: "Fredericka the Great", serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #675039;
}

.comBannerTitJa {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.comBannerImgBox {
    position: relative;
    width: 100%;
    padding-top: 122px;
}

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

.comBannerImgBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(255 204 153 / 40%);
    z-index: 1;
}

.comBannerImgBox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(255 204 153 / 40%);
}

.changeColor01 .comBannerImgBox:before {
    background: rgb(213 145 213 / 40%);
}

.changeColor01 .comBannerImgBox:after {
    display: noe;
}

.changeColor01 .comBannerTitBox {
    background-color: #F9F1F9;
}

.comBannerLink {
    width: 100%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    box-shadow: 8px 10px 0 #675039;
    transition: all .5s;
}

.comBannerLink:hover {
    box-shadow: none;
    transform: translate(8px, 10px);
}

/*---contactボタン---*/

.contBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 95px;
    position: relative;
    border-radius: 6px;
    padding: 8px;
}

.contBtn:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 2px dashed;
    border-radius: 6px;
}

.contMailBtn {
    background-color: #fff;
    color: #F1A151;
    gap: 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .5s;
}

.contMailBtn>img {
    max-width: 35.15px;
    width: 100%;
}

.contTelBtn01 {
    background-color: #F1A151;
    color: #fff;
    gap: 20px;
}

.contTelBtn02 {
    background-color: #F9F1F9;
    color: #675039;
    gap: 32px;
}

.telBtnName {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
}

.telBtnNumber {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.225em;
}

.contMailBtn:hover {
    background-color: #F1A151;
    color: #fff;
}

.contMailBtn:hover>img {
    filter: brightness(0) invert(1);
}

.telBtnNameSet {
    position: relative;
    z-index: 1;
}


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

.colorWhite {
    color: #fff;
}

.colorPurple {
    color: #D591D5;
}

.colorOrange {
    color: #F1A151;
}

/*-- inCover -----------------------------------------------------------------*/

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

.incoverBox {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    z-index: 9;
}

.incoverTit {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    display: inline-block;
    padding: 4px 35px 9px;
    background: rgb(255 255 255 / 80%);
    position: relative;
}

.incoverTit:before {
    content: "";
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 10px solid;
    border-right: 5px solid;
}

.incoverTit:after {
    content: "";
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 5px solid;
    border-right: 10px solid;
}

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

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

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

.breadLink {
    display: block;
    color: #675039;
    transition: all .2s;
}

.breadLink:hover {
    color: #ED6B31;
    transition: all .2s;
}
/*-- coverTxt ---------------------------------------------------------------*/



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




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




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

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

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

.titEn01 {
    font-size: 40px;
}

.titH01 {
    font-size: 40px;
}

.titHBox {
    padding: 10px 70px;
}

.titHBox:before {
    border-width: 0 25.24px 25.24px 0;
}

.text01 {
    font-size: 16px;
}

.LeadText01 {
    font-size: 20px;
}

.incoverTit {
    font-size: 40px;
    padding: 4px 75px 9px;
}

.titJa02 {
    font-size: 25px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.titEn01 {
    font-size: 65px;
}

.titH01 {
    font-size: 65px;
}

.comBtn01:before {
    right: 22px;
}

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

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

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


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

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

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

.telBtnNumber {
    font-size: 27px;
}

.contTelBtn01 {
    gap: 32px;
}

.contTelBtn02 {
    gap: 32px;
}

.contMailBtn>img {
    max-width: 42.15px;
}

.comBannerTitBox {
    display: flex;
}

.incoverTit {
    font-size: 50px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.comBannerTitEn {
    font-size: 40px;
}

.comBannerTitJa {
    font-size: 20px;
}

.titJa02 {
    font-size: 32px;
}

.comBtn01:before {
    right: 29px;
}

.comBtn {
    font-size: 16px;
}

.contMailBtn {
    gap: 21px;
    font-size: 22px;
}

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

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

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



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

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

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

.titJa02 {
    font-size: 42px;
}

.comBtn {
    font-size: 20px;
}

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

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

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