@charset "UTF-8";

/* ↓共通化する？ */
* {
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
img {
    width: 100%;
}
/* ↑共通化する？ */

.tour-menu {

}
.tour-menu__inner {

}

.tourmenu {
    background: #f9f9f2;
    padding: 100px 0;

}
.tourmenu-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.tourmenu-head,
.tourmenu-cards,
.tourmenu-subscription {
    margin: 0 0 0 auto;
    width: 100%;
    max-width: 750px;
}
.tourmenu-card {
    margin: 0 0 50px 0;
}
.tourmenu-card__text {
    padding: 15px;
}
.tourmenu-card__text ul {
    padding-left: 0;
}
.tourmenu-card__text ul li {
    list-style: none;
}
.tourmenu-card__detail table {
    width: 100%;
}
.tourmenu-card__detail tr th,
.tourmenu-card__detail tr td {
    display: block;
    padding: 15px;
}
.tourmenu-card__detail tr th {
    background: #919171;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}
.tourmenu-card__detail tr td {
    background: #ffffff;
}
.tourmenu-card__detail tr td ul {
    margin-left: -20px;
}
.tourmenu-card__detail tr td ul li {
    line-height: 1.5em;
}
.tourmenu-subscription{
    background: #ffffff;
    padding: 20px 40px;
    margin-bottom: 50px;
}
.tourmenu-subscription p {
    padding: 10px 0;
}
.tourmenu-subscription a {
    background: #CB3A2C;
    color: #ffffff;
    padding: 15px 15px 15px 50px;
    position: relative;
    display: block;
}
.tourmenu-subscription a::before {
    content: "ー";
    position: absolute;
    top: 1em;
    left: 20px;
}
@media screen and (max-width: 768px) {
}