@charset "utf-8";

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

.header-logo-black {
	display: none;
}

.header.clone .header-logo-black {
	display: block;
}

.header.clone .header-logo-white {
	display: none;
}

.header-right .tel-box03 {
	display: none;
}

.header.clone .header-right .tel-box02 {
	display: none;
}

.header.clone .header-right .tel-box03 {
	display: flex;
}

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

.inCoverWr {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.iCovWr {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 250px;
}

.iCovWr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(0 0 0 / 50%);
}

.iCovAr {
    width: 100%;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

.iCovTit {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.243em;
    color: #fff;
    font-family: var(--font-family01);
    margin-top: 0;
}



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

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pankuzuCt {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #3E1300;
    font-weight: bold;
}

.pankuzuCt:hover {
    color: #3E1300;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 16px;
    color: #3E1300;
}

.pankuzuCt > p {
    padding: 0 0 3px;
    text-decoration: none;
}

.pankuzuCt:hover > p {
    text-decoration: underline;
}

/*-- 共通 ----------------------------------------------------------*/

.inLeadBr br {
    display: block;
}

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

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

.inLeadMainWr {
    overflow: hidden;
    color: #fff;
}

.inLeadMainWr div {
    position: relative;
    z-index: 1;
}

.inLeadMainWr .pankuzuCt,.inLeadMainWr .pankuzuCt:hover,.inLeadMainWr .pankuzuTxt {
    color: #fff;
}

.inOrangeTit,.inRedTit,.inBrownTit  {
    font-size: 30px;
    font-weight: 400;
}

.inOrangeTit {
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.1310em;
    color: var(--quaternary);
    text-stroke: 8px var(--white);
    -webkit-text-stroke: 8px var(--white);
    paint-order: stroke;
}

.inRedTit  {
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.1310em;
    color: var(--primary);
    text-stroke: 8px var(--white);
    -webkit-text-stroke: 8px var(--white);
    paint-order: stroke;
}

.inBrownTit  {
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.1310em;
    color: var(--base-font-color);
    text-stroke: 8px var(--white);
    -webkit-text-stroke: 8px var(--white);
    paint-order: stroke;
}

.inSubTit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.632em;
}

.inSubTitMg {
    margin-top: 30px;
}

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

.inWr.bg01 {
    position: relative;
}

.inWr.bg01 div {
    position: relative;
    z-index: 3;
}

.inWr {
    position: relative;
}

/*----*/

.sceneBr01 br {
    display: block;
}

/*===========================================================
昼
===========================================================*/

.lunch-point-text {
    font-size: clamp(22px, 20.058px + 0.518vw, 30px);
    font-weight: 400;
    font-family: var(--font-family01);
    letter-spacing: 0;
    line-height: 1.0310em;
    color: var(--quaternary);
    text-stroke: 4px var(--white);
    -webkit-text-stroke: 4px var(--white);
    paint-order: stroke;
}

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


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

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



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


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


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

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

.inOrangeTit,.inRedTit,.inBrownTit  {
    font-size: 35px;
}

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


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

.inLeadBr br {
    display: none;
}

.inOrangeTit,.inRedTit,.inBrownTit  {
    font-size: 45px;
}

.inSubTit {
    font-size: 25px;
}

.iCovWr {
    height: 350px;
}

.iCovTit {
    font-size: 50px;
    margin-top: 70px;
}

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



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


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


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

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



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


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


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

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

.inOrangeTit,.inRedTit,.inBrownTit  {
    font-size: 60px;
}

.inSubTit {
    font-size: 30px;
}

.inAboutSubTit {
    font-size: 40px;
}

.iCovWr {
    height: 450px;
}

.iCovTit {
    font-size: 70px;
}

.sceneFlexTit01 {
    font-size: 30px !important;
}

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

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


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

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


/* .sceneBr01 br {
    display: none;
} */

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


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


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

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



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


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




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

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