@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

.contents {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    font-feature-settings: "palt";
}

.main {
    background-image: url('/attending/t/tyo-d/rindou/images/bg_mv.jpg');
    background-repeat: repeat;
    padding: 40px 0 20px;
    position: relative;
    height: 480px;
    overflow: hidden;
}

.main h1, .main figure {
    z-index: 2;
}

.main::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1486px;
    height: 573px;
    background-image: url('/attending/t/tyo-d/rindou/images/bg.png');
    opacity: 0.65;
}

.main div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.day_wapper {
    background-image: url('/attending/t/tyo-d/rindou/images/day_bg.png');
    background-repeat: repeat;
    padding: 40px 20px;
}

.day_wapper .Common21__inner {
    background-color: #fff;
    border-radius: 25px;
    width: 984px;
    padding: 60px 0;
    position: relative;
}

.day_wapper .Common21__inner::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -20px;
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url('/attending/t/tyo-d/rindou/images/illust.png');
    background-position: center;
    background-size: contain;
    transform: scale(-1, 1);
}

.day_wapper .Common21__inner::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -20px;
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url('/attending/t/tyo-d/rindou/images/illust.png');
    background-position: center;
    background-size: contain;
}

.day_wapper p {
    color: #2f228d;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.day_wapper p small {
    font-size:36px;
}

.day_wapper dl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.day_wapper dl dt {
    background-color: #2f228d;
    color: #fff;
    border-radius: 25px 0 0 25px;
    width: 196px;
    height: 46px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.day_wapper dl dd {
    background-color: #fff;
    color: #2f228d;
    border: 2px solid #2f228d;
    border-radius: 0 25px 25px 0;
    width: 400px;
    height: 46px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.day_wapper dl dd {
    font-size: 24px;
}

.contents h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.overview_wapper {
    background-color: #f7f6fe;
    padding: 60px 0;
}

.sch_wapper {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 40px 0;
    margin-bottom: 20px;
}

.sch_wapper h3 {
    background-color: #2f228d;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    border-radius: 35px;
    text-align: center;
    margin: 0 auto 20px;
    width: 424px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sch_wapper h3 img {
    width: auto;
    height: 24px;
}

.overview {
    margin: 0 auto;
    width: 424px;
    padding-left: 30px;
    position: relative;
}

.overview::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 220px;
    background-image: url('/attending/t/tyo-d/rindou/images/line.png');
    background-position: center;
    background-size: contain;
}

.overview dl {
    margin-bottom: 10px;
}

.overview dt {
    font-size: 20px;
    font-weight: 700;
}

.overview dd {
    font-size: 16px;
    font-weight: 500;
}

.overview p {
    font-size: 16px;
    font-weight: 700;
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 10px;
    margin: 0 auto;
}

.blue {
    color:  #2f228d;
}

.lunch {
    width: 424px;
    background-color: #fff;
    border: 1px solid #cccccc;
    margin: 0 auto;
    text-align: center;
}

.shc_kome {
    margin-bottom: 20px;
}

.shc_kome a {
    text-decoration: underline;
    color: #0066cc;
}

.shc_kome a:hover {
    opacity: 0.7;
}

.info {
    border: 1px solid #2f228d;
    background-color: #fff;
    padding: 20px;
    margin: 0 0 30px;
}

.info dt {
    color: #2f228d; 
    font-size: 18px;
    font-weight: 700;
}

.info dd {
    font-size: 16px;
    font-weight: 500;
    padding-left:1em;
	text-indent:-1em;
}

.insurance, .shc_kome {
    font-size: 14px;
    font-weight: 500;
}

.place_wapper {
    padding-top: 60px;
}

.contents h2::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: inline-block;
    width: 330px;
    height: 25px;
    background-image: url('/attending/t/tyo-d/rindou/images/bg_h2.png');
    background-position: center;
    background-size: contain;
}

.kome {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.anc_wapper.flex {
    justify-content: space-between;
    margin-bottom: 40px;
}

.anc_wapper li a {
    display: inline-block;
    width: 180px;
    border: 2px solid #df4585;
    border-radius: 25px;
    color: #df4585;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    position: relative;
    transition: opacity 0.3s ease-out;
}

.anc_wapper li a:hover {
    color: #fff;
    background-color: #df4585; 
}

.anc_wapper li a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.anc_wapper li a::after{
	content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 40%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-top: 2px solid #df4585;
    border-right: 2px solid #df4585;
    transform: rotate(135deg);
}

.direction_wapper {
    margin-bottom: 60px;
}

.direction_wapper h3 {
    background-color: #3b6e37;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    border-radius: 35px;
    text-align: center;
    padding: 20px 0; 
    margin-bottom: 20px;
    position: relative;
}

.direction_wapper h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 59px;
    height: 37px;
    background-image: url('/attending/t/tyo-d/rindou/images/direction_illust.png');
    background-position: center;
    background-size: contain;
}

.direction_wapper h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 59px;
    height: 37px;
    background-image: url('/attending/t/tyo-d/rindou/images/direction_illust.png');
    background-position: center;
    background-size: contain;
}

.flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.direction_wapper a article{
	transition: opacity 0.3s;
}
article {
    width: 240px;
}

article ul {
    margin: 10px auto;
}

article ul li {
    padding: 10px 0;
    border: 1px solid #2f228d;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

article ul li:first-child {
    background-color: #2f228d;
    color: #fff;
}

article ul li:last-child {
    background-color: #fff;
    color: #2f228d;
}

article span {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    background-color: #df4585;
    color: #fff;
    padding: 20px 0;
    border-radius: 25px;
    position: relative;
    transition: opacity 0.3s ease-out;
}

article span:hover {
	opacity: 0.8;
}

article span::after{
	content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 45%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

article:hover {
    opacity: 0.7;
}

article .mapttl {
    color: #ffffff;
    background-color: #000000;
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 800;
    height: 70px;
}
article .mapttl_1 {
    color: #ffffff;
    background-color: #000000;
    display: block;
    text-align: center;
    padding: 18px 0;
    font-size: 18px;
    font-weight: 800;
    height: 70px;
}