@charset "utf-8";

/*===========================================================
access01
===========================================================*/

.access01 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 12rem 1.5rem 0;
}

.access01-container {
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
}

.access01-logo-box {
    max-width: 26.8rem;
    width: 100%;
    margin: 0 auto;
}

.access01-area {
    margin: 5rem 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.access01-left {
    max-width: 55rem;
    width: 47.5%;
}

.access01-tel-area {
    margin: 5rem 0 0;
    display: flex;
    justify-content: center;
}

.access01-text-box {
    margin: 3rem 0 0;
    text-align: center;
}

.access01-right {
    max-width: 60rem;
    width: 50%;
}

.access01-row {
    padding: 3rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-image: linear-gradient(to right, var(--base-font-color) 4px, transparent 4px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.access01-row:first-child {
    padding: 0 0 3rem;
}

.access01-th {
    width: 25%;
}

.access01-td {
    width: 70%;
}

/*===========================================================
access02
===========================================================*/

.access02 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 9rem 1.5rem 12rem;
}

.access02-frame {
    max-width: 135.4rem;
    width: 100%;
    margin: 0 auto;
	padding: 3rem 7.7rem;
    position: relative;
}

.access02-illust-box01 {
    max-width: 34.1rem;
    width: 25.2%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
	z-index: 2;
}

.access02-illust-box02 {
    max-width: 34.1rem;
    width: 25.2%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
	z-index: 2;
}

.access02-container {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 1.5rem 6rem;
	background: var(--bg-secondary);
    position: relative;
}

.access02-container::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../../../uploads/access_bg01.png) center top / cover no-repeat;
    background-color: rgba(45, 23, 5, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

.access02-area {
    max-width: 89.5rem;
    width: 100%;
    margin: 0 auto;
	position: relative;
	z-index: 3;
}

.access02-title-box {
    text-align: center;
}

.access02-title {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.access02-text-area {
    margin: 4rem 0 0;
}

.access02-text-box {
    margin: 2rem 0 0;
    display: flex;
    align-items: flex-start;
}

.access02-text-box:first-child {
    margin: 0;
}

/*===========================================================
access03
===========================================================*/

.access03 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
}

.access03-frame {
    padding: 4rem 1.5rem 5rem;
    background-image: linear-gradient(to right, var(--white) 4px, transparent 4px),
 linear-gradient(to right, var(--white) 4px, transparent 4px);
    background-size: 10px 3px, 10px 3px;
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
}

.access03-container {
    max-width: 115.1rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.access03-map-box {
    max-width: 53.2rem;
    width: 46.3%;
}

.access03-text-area {
    max-width: 55rem;
    width: 50%;
}

.access03-text-box {
    margin: 6rem 0 0;
}

/*===========================================================
access04
===========================================================*/

.access04 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 12rem 1.5rem 20rem;
}

.access04-container {
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
}

.access04-container iframe {
    width: 100%;
    height: 40rem;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1920px) {


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

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



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1024px) {


/*===========================================================
access01
===========================================================*/

.access01 {
	padding: 10rem 1.5rem;
}

/*===========================================================
access02
===========================================================*/

.access02 {
	padding: 8rem 1.5rem 10rem;
}

/*===========================================================
access04
===========================================================*/

.access04 {
    padding: 10rem 1.5rem 18rem;
}

} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 768px) {


/*===========================================================
access01
===========================================================*/

.access01 {
	padding: 8rem 1.5rem 0;
}

.access01-area {
    flex-direction: column;
}

.access01-left {
	margin: 0 auto;
    max-width: 55rem;
    width: 100%;
}

.access01-right {
    margin: 5rem 0 0;
    max-width: 100%;
    width: 100%;
}

/*===========================================================
access02
===========================================================*/

.access02 {
	padding: 6rem 1.5rem 8rem;
}

.access02-frame {
	padding: 3rem 1.5rem;
}

.access02-illust-box01 {
	display: none;
}

.access02-illust-box02 {
	display: none;
}

/*===========================================================
access03
===========================================================*/

.access03-container {
    flex-direction: column;
}

.access03-map-box {
    width: 100%;
    margin: 0 auto;
}

.access03-text-area {
    margin: 4rem auto 0;
    width: 100%;
}

.access03-text-box {
    margin: 2rem 0 0;
}

/*===========================================================
access04
===========================================================*/

.access04 {
    padding: 8rem 1.5rem 16rem;
}

} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 576px) {


/*===========================================================
access01
===========================================================*/

.access01-row {
    flex-direction: column;
}

.access01-th {
    width: 100%;
}

.access01-td {
    margin: 1rem 0 0;
    width: 100%;
}

/*===========================================================
access02
===========================================================*/

.access01-logo-box {
	max-width: 18rem;
}

.access02-title {
    font-size: 2.8rem;
}

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 414px) {


/*===========================================================
access01
===========================================================*/

.access01-text-box .text03 {
	font-size: 1.5rem;
}

/*===========================================================
access02
===========================================================*/

.access02-title {
    font-size: 2.4rem;
}

}


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