@charset "UTF-8";

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

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

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

/*//////////tokyu base//////////*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

.mt0 {
    margin-top: 0;
}

.mt1 {
    margin-top: 1em;
}

.mt2 {
    margin-top: 2em;
}

.mb0 {
    margin-bottom: 0;
}

.mb1 {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.mb05 {
    margin-bottom: 0.5em;
}

.mb15 {
    margin-bottom: 1.5em;
}

.container {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.tilde {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
}

#tokyu {
    --font_m: "Zen Old Mincho", serif;
    font-family: var(--font_m);
    color: #2d3a39;
}

#tokyu a {
    transition: 0.3s;
}

#tokyu a:hover {
    opacity: 0.6;
}

.tokyu-inner {
    width: 90%;
    max-width: 1005px;
    margin: 0 auto;
}

/*//////////slide//////////*/
.top-slide-container {
    position: relative;
}

.slide a img {
    margin: 12px 15px;
    /*padding: 12px 15px;*/
    display: block;
    width: 125px;
}

.top-slide-container,
#slide_Box {
    font-family: var(--font_m);
    font-weight: normal;
    color: #2D3A39;
}

.top-slide-container #slide_Box h2,
#slide_Box h2 {
    font-size: 23px;
    line-height: 1.3;
    padding: 0.3em 0 0.3em 0;
    /* border-bottom: solid 1px #fff;
margin-bottom: 0.3em; */
}

#slide_Box h3 {
    font-size: 16px;
    padding-bottom: 1em;
}

#slide_Box .slide {
    width: 100%;
}

#slide_Box .slide_inner {
    width: 1005px;
    min-height: 432px;
    margin: 0 auto;
    position: relative;
}

#slide_Box .slide_inner .text_wrap,
.top-slide-container .text_wrap {
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.75);
    top: 3%;
    border-top-right-radius: 7.5px;
    border-bottom-right-radius: 7.5px;
    padding: 10px 18px;
    color: #42210b;
}

.top-slide-container .text_wrap h2 {
    font-size: 23px;
    font-weight: 600;
}

#slide_Box .slide_inner .lt_pos,
.top-slide-container .lt_pos {
    /*左上*/
    left: 3%;
    top: 3%;
}

#slide_Box .slide_inner .lb_pos {
    /*左下*/
    left: 3%;
    bottom: 3%;
}

#slide_Box .slide_inner .rt_pos {
    /*右上*/
    right: 0;
    top: 6%;
}

#slide_Box .slide_inner .rb_pos {
    /*右下*/
    right: 0;
    bottom: 15%;
}

#slide_Box .slide01 {
    background: url(../images/top_figure1.jpg) no-repeat center;
    background-size: cover;
}

#slide_Box .slide02 {
    background: url(../images/top_figure2.jpg) no-repeat center;
    background-size: cover;
}

#slide_Box .slide01,
#slide_Box .slide02 {
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
    border-radius: 20px;
}

.top-slide-container .bx-controls {
    display: none;
}

.slide .logo {
    background: url(../images/top_logo.svg) no-repeat;
    height: 20px;
    width: auto;
    display: block;
}

.tokyu-banner {
    /* height: 1rem; */
    height: 124px;
    background: url(../images/background-a.svg) center top no-repeat, rgba(242, 242, 242, 0.6);
    background-size: cover;
    margin: 30px 0 45px;
    display: flex;
    align-items: center;
}

.tokyu-banner a {
    position: relative;
    display: block;
    max-width: 541px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 1em 2em;
    color: #2d3a39;
}

.tokyu-banner a:hover {
    opacity: 0.6;
}

.tokyu-banner h2 {
    font-size: 23px;
    font-weight: 600;
}

.tokyu-banner h3 {
    font-size: 12px;
}

.tokyu-banner img.check {
    position: absolute;
    top: -10px;
    left: -40px;
}

.tokyu-banner span {
    display: inline-block;
    width: 16px;
    margin-left: -2px;
}

.tokyu-banner span img {
    display: block;
}

#topics .tokyu-inner {
    max-width: 975px;
}

.tokyu-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    column-gap: 10px;
}

.tokyu-row.even .featured-photo {
    order: 2;
}

.tokyu-row h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: -6px;
}

.tokyu-row h2 small {
    font-size: 14px;
    display: block;
    margin-top: -9px;
}

.tokyu-row h3 {
    font-size: 18px;
}

.tokyu-row p {
    font-size: 16px;
    letter-spacing: -0.6px;
}

.featured-photo {
    max-width: 425px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.featured-photo img {
    display: block;
}

.featured-photo .ribbon em {
    color: #f9f146;
}

.featured-photo .ribbon {
    background: #fff;
    color: #42210b;
    position: absolute;
    left: 0;
    top: 2rem;
    text-align: center;
    padding: 0 2rem;
    height: 42px;
}

.featured-photo .ribbon::after {
    content: '';
    border: 21px solid #fff;
    border-left: 0;
    border-right: 17px solid transparent;
    width: 20px;
    top: 0;
    left: 100%;
    position: absolute;
}

.featured-photo .ribbon small {
    font-size: 12px;
    display: block;
    margin-top: -4px;
}

.featured-detail {
    width: 540px;
}

.featured-detail-txt {
    text-align: center;
}

.featured-detail-ph {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    position: relative;
    column-gap: 10px;
}

.featured-detail-ph .deco {
    position: absolute;
    right: -32px;
    top: -30px;
}

.featured-detail-ph img {
    max-width: 265px;
    display: block;
    border-radius: 12px;
}

.tokyu-row a {
    display: block;
    max-width: 245px;
    background: #91d5c6;
    color: #fff;
    padding: 6px 0;
    border-radius: 50px;
    margin: 15px auto 20px;
    font-size: 16px;
}

.tokyu-row a img {
    max-width: 12px;
}

.tokyu-row .pickup-ttl {
    /* margin-top: -25px;
transform: translateY(25px); */
    max-width: 188px;
}

.tokyu-row .divider {
    height: 1px;
    max-width: 400px;
    margin: 5px auto 10px;
    background: #db8c25;
}

#recommendation {
    background: url(../images/background-b.svg) center no-repeat;
    background-size: cover;
    padding: 40px 0;
    margin-top: 60px;
}

#recommendation h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}

#recommendation h2::before,
#recommendation h2::after {
    content: '';
    width: 110px;
    height: 6px;
    background: url(../images/illust3.svg) center no-repeat;
    display: inline-block;
    margin: 0 0.5em 0.2em;
}

#recommendation .tokyu-inner {
    max-width: 1055px;
    padding: 30px 30px 40px;
    background-color: #fff;
    border-radius: 18.5px;
}

#recommendation #tab-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

#recommendation #tab-menu li {
    width: 16%;
}

#recommendation #tab-menu a {
    display: flex;
    background: #f2f2f2;
    padding: 10px;
    justify-content: center;
    border-radius: 5px;
}

#recommendation #tab-menu a:hover,
#recommendation #tab-menu li.active a {
    background: #e1a14e;
    color: #fff;
    opacity: 1;
}

#recommendation #tab-menu li.active a {
    position: relative;
}

#recommendation #tab-menu li.active a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: #e1a14e transparent transparent transparent;
}

#recommendation .recommend-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

#recommendation .recommend-box {
    max-width: 325px;
}

#recommendation .recommend-ph {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 0.5em;
}

#recommendation .recommend-ph img {
    display: block;
}

#recommendation .recommend-txt a {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
}

#recommendation .recommend-txt a.smaller {
    font-size: 16px;
    letter-spacing: -0.7px;
}

#recommendation .recommend-txt a span {
    color: #91d5c6;
    font-size: 20px;
}

#recommendation .info,
#recommendation .review {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#recommendation .recommend-txt small {
    font-size: 12px;
}

#recommendation .recommend-txt .recommend-txt-ttl {
    line-height: 21px;
}

#recommendation .recommend-txt .recommend-txt-ttl small {
    font-size: 14px;
    display: block;
    margin-top: -5px;
}

#recommendation .recommend-txt .rating {
    margin: 0 0.5rem;
}

#recommendation .recommend-txt .rating em {
    color: #f9f146;
}

#recommendation .review {
    justify-content: center;
    position: relative;
}

#recommendation .review::after {
    content: url(../images/illust4.svg);
    display: block;
    max-width: 249px;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

#recommendation .info .green {
    font-size: 12px;
    background: #91d5c6;
    color: #fff;
    padding: 2px 10px 4px;
    border-radius: 5px;
    height: fit-content;
}

#recommendation .info .price {
    font-size: 21px;
}

#recommendation .recommend-link {
    margin-top: 2em;
}

#recommendation .recommend-link table {
    width: 800px;
    margin: 0 auto;
}

#recommendation .recommend-link table td {
    width: 33.33%;
    padding-bottom: 0.2em;
}

#recommendation .recommend-link a span {
    color: #91d5c6;
}

#recommendation .recommend-link a span:last-child {
    color: #91d5c6;
}

/* SP用CSSの記述 */


/* PC、Tablet用CSSの記述 */
@media (min-width:768px) {
    
}