@charset "utf-8";

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

.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: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: #7E5B39;
    opacity: .7;
}

.in-cover-title {
    font-size: 25px;
    font-weight: 400;
    font-family: var(--font-family01);
    letter-spacing: 0.05em;
    line-height: 1.45em;
    color: #FFF;
    text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}

.in-cover-sub-title {
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.2em;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    margin-top: 10px;
    text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}

.in-cover-set {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.in-cover-set:after {
    content: "";
    background: url(/system_panel/uploads/images/title_illust01.png)no-repeat;
    background-size: 100%;
    width: 250px;
    height: 10px;
    display: block;
    position: relative;
    margin: 10px auto 0;
}

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

.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: var(--base-font-color);
    text-decoration: underline;
}

.bread-link:hover {
    color: var(--base-font-color);
    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;
}


/*===========================================================
装飾
===========================================================*/

.inDeco01 {
    max-width: 400px;
    width: 35%;
}

.inDeco02 {
    max-width: 400px;
    width: 35%;
    margin: 11% 0 0 -2%;
}

.inDecoWr {
    position: relative;
}

.inDecoSetBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/*===========================================================
バナー
===========================================================*/

.inBannerWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.inBannerItmTitBox:after {
    content: "";
    background: url(/system_panel/uploads/images/title_illust01.png)no-repeat;
    background-size: 100%;
    width: 250px;
    height: 10px;
    display: block;
    position: relative;
    margin: 10px auto 0;
}

.inBannerItmTitBox>p {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-family01);
    letter-spacing: 0.05em;
    line-height: 1.45em;
    color: #FFF;
    text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}

.inBannerItmTitBox {
    text-align: center;
}

.inBannerItmImgBox {
    width: 100%;
    position: relative;
    padding-top: 47.05%;
}

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

.inBannerItmLink {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    max-width: 542px;
    width: 100%;
    margin: 0 auto;
}

.inBannerItmLink:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #7E5B39;
    opacity: .7;
    z-index: 1;
    transition: all .5s;
}

.inBannerItmTitBox {
    position: absolute;
    margin: auto;
    z-index: 3;
}

.inBannerItmLink:hover:before {
    transition: all .5s;
    opacity: .4;
}

.inBannerWr .inBannerItmLink:nth-child(even):before {
    background-color: #BB4242;
}

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


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

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

.inBannerItmTitBox>p {
    font-size: 25px;
}

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


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


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

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



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


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

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

.in-cover {
    max-width: 1920px;
    width: 100%;
    height: 320px;
}

.in-cover-title {
    font-size: 40px;
}

.in-cover-sub-title {
    font-size: 20px;
}

.in-cover-set:after {
    width: 300px;
    height: 12px;
    margin: 15px auto 0;
}

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

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

/*===========================================================
装飾
===========================================================*/

.inDeco01 {
    left: 4vw;
    top: 10%;
    width: 15%;
    position: absolute;
}

.inDeco02 {
    right: 4vw;
    width: 15%;
    position: absolute;
    bottom: 0;
}

.inDecoSetBox {
    display: block;
}

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


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

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

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

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

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

.in-first-wrapper {
    padding: 120px 0;
}

.inBannerItmTitBox>p {
    font-size: 20px;
}

.inBannerWr {
    grid-template-columns: repeat(3, 1fr);
}


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


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


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

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

.in-cover-set:after {
    width: 385px;
    height: 16px;
    margin: 25px auto 0;
}

.in-cover-title {
    font-size: 50px;
}

.in-cover-sub-title {
    font-size: 25px;
}

.inDeco01 {
    left: 7vw;
    top: 0;
    width: 21%;
}

.inDeco02 {
    width: 21%;
    right: 7vw;
    bottom: 0;
}

.inBannerItmTitBox>p {
    font-size: 25px;
}

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


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


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

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

.inDeco01 {
    width: 24%;
}

.inDeco02 {
    width: 24%;
}

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


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




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

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