@charset "utf-8";
/* =========================================================
	reservation-bus-hakkouda
========================================================= */
article {
	background: #fafafa;
}

/* pageTitle
--------------------------------------------------------- */
.pageTitle {
    max-width: 100%;
    margin: 0 auto;
    padding: 22px 20px 18px;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    border: 6px solid #212529;
    color: #212529;
}

/* content 
-----------------------------*/
.content-header {
    padding-top: 20px;
}

.content-inner {
    max-width: 1140px;
    padding: 0 40px;
    margin: auto;
    background: #fff; 
}

.content-block {
    margin-top: 24px;
}

.content-title {
    font-size: 18px;
    margin: 22px 0 10px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
}

.content-title::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 30px;
    background: #e168a5;
}

.content-lead {
    font-size: 14px;
    margin-bottom: 10px;
}

/* text
----------------------------------*/
.text-middle {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

/* img
-----------------------------------*/
.content-img {
	width: 68%;
	text-align: center;
	margin: auto;
}


/* list
----------------------------------*/
.content-list {
	margin-top: 6px;
	margin-bottom: 10px;
}
.content-list li {
	display: block;
	position: relative;
	font-size: 14px;
	padding-left: 20px;
}
.content-list li::before {
	content: '・';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
}

/* btn 
------------------------------------*/
.btn-reserve {
    margin: 20px auto 0;
    text-align: center;
}

.btn-reserve a {
    width: 100%;
    max-width: 480px;
    padding: 16px;
    margin: 0 auto 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #f53d7e;
}

.btn-reserve a:hover {
    opacity: 0.8;
    text-decoration: none;
    transition: 0.3s;
    background: #fff;
    color: #f53d7e;
    border: 1px solid #f53d7e;
}

.btn-reserve a::after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 3%;
    color: #fff;
}

.btn-reserve a:hover::after {
    color: #f53d7e;
}

/*202501010追加*/
.btn-wrap {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.btn {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 16px 16px;
    position: relative;
}
.btn::after {
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: block;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.btn:hover {
    opacity: 0.6;
}
.btn small{
    font-weight: 400;
    font-size: 13px;
}

.btn-black{
    background: #000;
    color: #fff;
}
.btn-black:hover{
    color: #fff;
}
.btn-lineBlack {
    background: #fff;
    border: 2px solid #000;
    color: #000;
}


/* utility */
.marker-pink {
    background: linear-gradient(transparent 60%, rgba( 225, 104, 164, 0.6) 40%);
}
.marker-blue {
    background: linear-gradient(transparent 60%, rgba( 20, 107, 199, 0.6) 40%);
}

.page-select.btn-wrap {
    max-width: 45%;
}

.content-figure-wrap .content-list {
	width: 60%;
}
.content-figure-wrap .content-img{
	width: 40%;
}


@media (max-width: 768px) {

    /* pageTitle
    --------------------------------------------------------- */
    .pageTitle {
        max-width: 100%;
        padding: 14px 14px 10px;
        font-size: 22px;
    }

    /* content 
    -----------------------------*/
    .content-header {
        padding-top: 0;
    }

    .content-inner {
        max-width: 1140px;
        padding: 16px;
    }

    .content-block {
        margin-top: 20px;
    }

    .content-title {
        font-size: 14px;
        margin: 12px 0 6px;
        padding-left: 24px;
    }

    .content-title::before {
        top: 8px;
        width: 14px;
        height: 14px;
    }
	
	/* list
	----------------------------------*/
	.content-list li {
		padding-left: 20px;
	}
    
    /* text
    ----------------------------------*/
    .text-middle {
        font-size: 16px;
    }
	
	/* img
	-----------------------------------*/
	.content-img {
		width: 100%;
	}

    /* btn 
    ------------------------------------*/
    .btn-reserve {
        margin: 40px auto 0;
        text-align: center;
    }

    .btn-reserve a {
        max-width: 380px;
        padding: 16px;
        margin: 0 auto 60px;
        font-size: 16px;
        border: 1px solid #fff;
    }

    .btn-reserve a:hover {
        color: #f53d7e;
    }

    .btn-reserve a::after {
        right: 3%;
    }

    /*202501010追加*/
    .btn-wrap {
        max-width: 100%;
    }

    .btn {
        font-size: 18px;
        padding: 12px 2px;
    }
    .btn small{
        font-weight: 400;
        font-size: 13px;
    }
    
}

