@charset "utf-8";

/*--------------- 
     base style 
-----------------*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body {
    color: #1D1616;
}

p {
    font-family: "Noto Sans Japanese", sans-serif;
    line-height: 2;
}

h1 {
    margin: 0;
    font-family: "Alfa Slab One", sans-serif;
    font-size: 2rem;
}

h2,
.time-div {
    font-family: "Noto Sans Japanese", sans-serif;
}

a {
    text-decoration: none;
}

address {
    font-style: normal;
}

button {
    background-color: transparent;
    border: none;
}

ul {
    list-style: none;
}

section,
.time-div,
.rundown-img {
    margin-bottom: 45px;
}

address {
    font-size: 10px;
}

.time-text,
.catch {
    padding-bottom: 30px;
}

.time-text {
    font-size: 0.875rem;
}

.catch {
    line-height: 2;
}

.time-div,
.catch {
    font-size: 1rem;
}

/*--------------- 
   common　class
-----------------*/
.sec-img {
    margin-bottom: 20px;
}

.side {
    padding-left: 40px;
    padding-right: 40px;
}

/*--------------- 
   style together
-----------------*/

.header-list::after,
hr::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
}

hr {
    position: relative;
    width: 120px;
    border: none;
    margin: 0;
}

hr::after {
    transform: rotate(90deg);
    right: -1px;
    top: -10px;
}

/* Menu */
.header-nav {
    position: fixed;
    margin-left: 10px;
    margin-top: 30px;
    font-family: "Alfa Slab One", sans-serif;
    font-size: 14px;
    z-index: 10;
}

.header-nav a {
    color: #F5EEDC;
}

.header-list {
    border-left: 1px solid #F5EEDC;
    position: relative;
}

.header-list::after {
    transform: rotate(180deg);
    background-image: url(../img/plane-white.png);
    left: -10px;
    bottom: -5px;
}

.header-list li {
    writing-mode: vertical-rl;
    padding-bottom: 20px;
    padding-left: 10px;
}

/*---top-btn--- */
.footer-div {
    display: block;
    text-align: center;
    padding-bottom: 45px;
}

.top-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Alfa Slab One", sans-serif;
    font-size: 14px;
    color: #F5EEDC;
}

.top-span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/plane-white.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*--------------- 
     index.html
-----------------*/
body {
    background-color: #DDA853;
}

/* -----Main----- */
/* --top-- */
.top {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/main-view.jpg);
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.top-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.title {
    padding-left: 10px;
    font-size: 3.625rem;
    color: #F5EEDC;
    -webkit-text-stroke-width: 0.85px;
    -webkit-text-stroke-color: #27548A;
}

.title-span {
    display: block;
    font-size: 0.5em;
    margin-top: -10px;
    margin-left: 150px;
}

.days {
    padding-top: 20px;
    color: #27548A;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}


.blue {
    border-bottom: 1px solid #27548A;
}

.blue::after {
    background-image: url(../img/plane-blue.png);
}

.top h2 {
    padding-top: 30px;
    padding-left: 10px;
    color: #27548A;
    font-size: 1.5rem;
    line-height: 1.5;
}

.days-photo img {
    height: 21vh;
    border: 8px solid #F5EEDC;
}

.days-photo div {
    display: block;
    text-align: right;
}

.days-photo div:nth-child(2) {
    text-align: left;
}

.days-photo div:nth-child(2),
.days-photo div:nth-child(3) {
    margin-top: -30px;
}

/* --about-- */
.about {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #27548A;
    color: #F5EEDC;
}

h3 {
    padding-bottom: 50px;
    text-align: center;
    font-size: 1.125rem;
}

/* --content-- */
.content {
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
}

.day-cont a {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    background-color: #F5EEDC;
    padding: 30px;
}

.day-cont a {
    color: #DDA853;
}

.day-cont:nth-child(2) a {
    color: #27548A;
}

.content h4 {
    font-family: "Alfa Slab One", sans-serif;
    text-align: center;
}

.content p {
    font-weight: bold
}

.day-cont {
    position: relative;
    background: #fff;
    border: 0 solid #fff;
    box-sizing: border-box;
}

.day-cont::before,
.day-cont::after,
.day-cont span::before,
.day-cont span::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #a87f3d;
}

.day-cont:nth-child(2):before,
.day-cont:nth-child(2)::after,
.day-cont:nth-child(2) span::before,
.day-cont:nth-child(2) span::after {
    background-color: #1f426d;
}

/* 上辺の横線 */
.day-cont::before {
    right: 0;
    top: 0;
    height: 5px;
    width: 0%;
    transition: width 300ms;
}

/* 右辺の縦線 */
.day-cont::after {
    right: 0;
    top: 0;
    height: 0%;
    width: 5px;
    transition: height 300ms;
}

/* 下辺の横線 */
.day-cont span::before {
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0%;
    transition: width 300ms;
}

/* 左辺の縦線 */
.day-cont span::after {
    left: 0;
    bottom: 0;
    height: 0%;
    width: 5px;
    transition: height 300ms;
}

/* ホバー時のアニメーション */
.day-cont:hover::before {
    width: 100%;
}

.day-cont:hover::after {
    height: 100%;
}

.day-cont:hover span::before {
    width: 100%;
}

.day-cont:hover span::after {
    height: 100%;
}

.yellow {
    border-bottom: 1px solid #DDA853;
}

.yellow::after {
    background-image: url(../img/plane-yellow.png);
}

.btn-div {
    display: block;
    text-align: right;
}

/*--------------- 
     sab.html common
-----------------*/
.days-title {
    padding: 45px 0;
    text-align: center;
    font-size: 1.125rem;
    font-family: "Alfa Slab One", sans-serif;
}

/*--------------- 
     1day.html
-----------------*/
.time-div {
    display: flex;
    gap: 50px;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
}

.place {
    max-width: 310px;
}

.chawan-img {
    position: relative;
}

.chawan-span {
    position: absolute;
    right: -12px;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 100px;
    background-image: url(../img/chawan-drink.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(20deg);
}

.slide-div {
    margin-bottom: 20px;
}

/* ------------スライド---------- */
/* ↓ スライドの外枠 */
.slide-wrapper {
    width: 100%;
    height: 230px;
    overflow: hidden;
    /* はみ出したスライドを隠す */
}

/*  ↓ スライド（コンテンツ） */
.slide {
    /*スライド全体 */
    width: 400%;
    height: 100%;
    display: flex;
    transition: all 0.3s;
}

.slide div {
    /* スライド */
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide1 {
    /* スライドさせるために必要なクラス */
    transform: translateX(0);
}

.slide2 {
    /* スライドさせるために必要なクラス */
    transform: translateX(-25%);
}

.slide3 {
    /* スライドさせるために必要なクラス */
    transform: translateX(-50%);
}

.slide4 {
    transform: translateX(-75%);
}

/* ↓ インジケーター */
.indicator {
    width: 100%;
    display: flex;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
}

.indicator li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    list-style: none;
    background-color: #F5EEDC;
    cursor: pointer;
}

.indicator li:first-of-type {
    background-color: #27548A;
}

/* --addres--*/
address div:first-child {
    padding-bottom: 20px;
}

address a {
    color: #1D1616;
}

.two-day address a {
    color: #F5EEDC;
}

.address-title {
    padding-bottom: 10px;
}

.address-text p,
.address-text a {
    display: flex;
    gap: 1em;
}

.place-span::before {
    content: "📍";
}

.time-span::before {
    content: "⌛️";
}

.instagram-span::before {
    content: "📸";
}

/* 横にスライド */
.wrap {
    display: flex;
    align-items: center;
    height: 148px;
    overflow: hidden;
}

.slideshow {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.slideshow li {
    width: 200px;
}

.slide-paused:hover .slideshow {
    animation-play-state: paused;
}

/*--------------- 
     2day.html
-----------------*/
.two-day {
    background-color: #27548A;
    color: #F5EEDC;
}

/* ------------スライド---------- */
/*  ↓ スライド（コンテンツ） */
.two-day .slide {
    width: 300%;
}

.two-day .slide div {
    width: 33.3%;
}

.two-day .slide1 {
    /* スライドさせるために必要なクラス */
    transform: translateX(0);
}

.two-day .slide2 {
    /* スライドさせるために必要なクラス */
    transform: translateX(-33.3%);
}

.two-day .slide3 {
    /* スライドさせるために必要なクラス */
    transform: translateX(-66.6%);
}

/* ↓ インジケーター */
.two-day .indicator li:first-of-type {
    background-color: #DDA853;
}

/*--- cafe486--- */
.cafe486-img img {
    width: 80%;
}

.cafe486-img img:nth-child(2) {
    margin-top: -150px;
    margin-left: 20%;
}

/*---sibuya--- */
.sukuranburu-img {
    position: relative;
}

.sukuranburu-span {
    position: absolute;
    right: -30px;
    bottom: -10px;
    display: inline-block;
    width: 110px;
    height: 125px;
    background-image: url(../img/diptyque.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

/*--------------- 
     3day.html
-----------------*/
/* ---line--- */
.line-img img:nth-child(2) {
    width: 64%;
    margin-top: -90px;
    margin-left: 45%;
}

/* ---three-days-after--- */
.three-days-after .slideshow,
.three-days-after .wrap {
    gap: 50px;
}

.three-days-after .wrap {
    height: 310px;
}

.three-days-after .slideshow li {
    width: 230px;
    height: 290px;
    border-radius: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.three-days-after .slideshow li:first-child {
    background-image: url(../img/sibuya-1.webp);
}

.three-days-after .slideshow li:nth-child(2) {
    background-image: url(../img/sibuya-2.webp);
}

@media screen and (min-width:600px) {
    html {
        font-size: 18px;
    }

    .time-text,
    .catch {
        padding-bottom: 0;
    }

    section,
    .time-div,
    .rundown-img {
        margin-bottom: 80px;
    }

    address {
        font-size: 12px;
    }

    /*--------------- 
   common　class
-----------------*/
    .side {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

    /*---top-btn--- */
    .footer-div {
        padding-bottom: 80px;
    }

    /*--------------- 
     index.html
-----------------*/
    /* -----Main----- */
    .top,
    .about {
        max-width: none;
        margin: 0;
        padding: 60px 10vw;
    }

    /* --top-- */
    .top {
        background-position: top;
    }

    .top-flex {
        flex-direction: row;
    }

    .title {
        font-size: min(6.4vw, 82px);
    }

    .title-span {
        font-size: 0.4em;
        margin-left: 7em;
    }

    .days {
        margin-left: 25vw;
    }

    .top h2 {
        font-size: 2rem;
    }

    .days-photo img {
        height: 30vh;
        max-height: 300px;
    }

    .days-photo div:nth-child(2) {
        margin-left: -20vw;
    }

    /* --about-- */

    h3 {
        text-align: left;
    }

    /* --content-- */
    .content {
        max-width: none;
    }

    .day-cont {
        width: 330px;
    }

    /*--------------- 
     sab.html common
-----------------*/
    .days-title {
        font-size: 1.3rem;
        padding: 50px 0 80px;
    }

    .time-cont {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .time-cont img {
        width: 310px;
        margin-bottom: 0;
    }

    .time-text {
        width: 500px;
    }

    .reverse {
        flex-direction: row-reverse;
    }

    .time-div {
        width: 318px;
    }

    /*--------------- 
     1day.html
-----------------*/
    /* ------------スライド---------- */
    /* ↓ スライドの外枠 */
    .slide-wrapper {
        width: 310px;
    }

    /* ↓ インジケーター */
    .indicator {
        width: 310px;
    }

    .text-column,
    .text-row {
        display: flex;
    }

    .text-column {
        flex-direction: column;
        gap: 20px;
    }

    .text-row {
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }

    .text-row .time-text {
        width: 70%;
    }

    .text-row .side {
        padding: 0;
    }

    .time-sec .wrap,
    .text-row {
        margin-bottom: 50px;
    }

    .asakusa div:nth-last-of-type(2),
    .takesita .time-cont {
        align-items: flex-start;
    }

    /*--------------- 
     2day.html
-----------------*/
    /* cafe486 */
    .cafe486-img img:first-child {
        width: auto;
        height: 310px;
    }

    .cafe486-img img:nth-child(2) {
        width: 50%;
        max-width: 310px;
    }

    /*--------------- 
     3day.html
-----------------*/
    /* line */
    .line-img {
        display: inline-block;
        width: 400px;
    }

    .line-img img:nth-child(2) {
        width: 180px;
    }

    /* three-days-after */
    .three-days-after .time-text {
        width: 1100px;
        padding-bottom: 50px;
    }
}