@charset "utf-8";

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

.in-cover {
    max-width: 1920px;
    width: 100%;
    color: var(--primary);
    text-align: center;
    padding: 40px 15px;
    position: relative;
}

.in-cover-title {
    font-size: clamp(50px, calc(3.125rem + ((1vw - 3.75px) * 4.5307)), 120px);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.162790;
    color: rgba(252, 180, 162, 0.30);
    font-family: var(--font-family01);
    opacity: 0.3;
}

.in-cover-sub-title {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 1.25)), 40px);
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: -3% 0 0;
}

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

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 15px;
    position: relative;
    z-index: 9;
}

.bread-box {
    max-width: 1390px;
    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(--tertiary);
    text-decoration: underline;
}

.bread-link:hover {
    color: var(--tertiary);
    text-decoration: none;
}

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

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
    position: relative;
}

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

.inner02 {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
}

.inner03 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.inner04 {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto;
}

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

.banner-reserve-web::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: 
    color-mix(in srgb, var(--bg-fifth) 60%, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: all .3s;
}

.banner-reserve-web:hover::after {
    background: 
    color-mix(in srgb, var(--bg-fifth) 40%, transparent);
}

.banner-reserve-line::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: 
    color-mix(in srgb, var(--quaternary) 60%, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: all .3s;
}

.banner-reserve-line:hover::after {
    background: 
    color-mix(in srgb, var(--quaternary) 40%, transparent);
}

.banner-reserve::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: color-mix(in srgb, var(--bg-primary) 60%, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: all .3s;
}

.banner-reserve:hover::after {
    background: color-mix(in srgb, var(--bg-primary) 40%, transparent);
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table {
	max-width: 1140px;
	width: 100%;
	letter-spacing: 0.05em;
	font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.3236)), 18px);
	background: var(--white);
	color: var(--dark);
	border: solid 1px #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.base-table-tr:not(:last-child) {
	border-bottom: solid 1px #ccc;
}

.base-table-th, .base-table-td {
	padding: 15px 15px;
}

.base-table-th {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-weight: bold;
	background: var(--primary);
	color: var(--white);
}

.base-table-th + .base-table-th {
	border-left: solid 1px #ccc;
}

.base-table-td + .base-table-td {
	border-left: solid 1px #ccc;
}

.contact-position-id {
    z-index: -1;
}

.lead-text {
	font-size: clamp(13px, calc(0.8125rem + ((1vw - 7.68px) * 0.7813)), 22px);
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2.2222;
}


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


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

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



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


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


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

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



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


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


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

.in-cover {
    padding: 80px 15px;
}
    
.in-cover-title-box {
    margin: 0 0 0 20%;
}

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

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

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


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


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

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

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

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

.in-first-wrapper {
    padding: 100px 15px;
}


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


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


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

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



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


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


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

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



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


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




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

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