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


@media only screen and (max-width: 768px) {

}


/* #flagship_store
----------------------------------------- */
#flagship_store {
}

#flagship_store .inner {
}

#flagship_store h2.sec_ttl {
    display: flex;
    align-items: baseline;
    column-gap: 2rem;
    padding-left: 2rem;
}

#flagship_store .store_list {
    margin-top: 2rem;
    display: flex;
    flex-flow: column;
    gap: 20rem 0;
}
#flagship_store .store_list .main_img {
    width: 100%;
    aspect-ratio: 1316 / 660;
}
#flagship_store .store_list .main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#flagship_store .store_list .info_wrap {
    max-width: 85rem;
    margin: auto;
    margin-top: 8rem;
}

#flagship_store .store_list .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#flagship_store .store_list .layout .ttl {
    display: flex;
    flex-flow: column;
    gap: 0.5rem 0;
}
#flagship_store .store_list .layout .ttl .en {
    font-size: 2rem;
    letter-spacing: 0.065em;
    line-height: 1;
    font-weight: 300;
}
#flagship_store .store_list .layout .ttl .jp {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1;
	font-weight: 400;
}

#flagship_store .store_list .layout .info {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: calc(25/14);
	font-weight: 400;
}
#flagship_store .store_list .layout .info > p:not(:first-child) {
    margin-top: 2em;
}
#flagship_store .store_list .note {
    margin-top: 4rem;
}
#flagship_store .store_list .note .ttl {
    display: flex;
}
#flagship_store .store_list .note .ttl a {
    display: flex;
    align-items: baseline;
    column-gap: 1rem;
}
#flagship_store .store_list .note .ttl .en {
    font-size: 2.2rem;
    letter-spacing: 0.065em;
    line-height: 1;
    font-weight: 200;
}
#flagship_store .store_list .note .ttl a::after {
    content: '';
    display: block;
    width: 5.2rem;
    height: 0.8rem;
    background: url("../images/arrow.svg") no-repeat bottom right / auto;
    transition: all .6s;
}
#flagship_store .store_list .note .ttl a:hover::after {
    transform: translateX(0.5rem);
}
#flagship_store .store_list .note .note_list {
    margin-top: 1rem;
    border-top: 1px solid #b8b9b9;
}
#flagship_store .store_list .note .note_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1rem;
    padding: 1rem 2rem;
    border-bottom: 1px solid #b8b9b9;
}
#flagship_store .store_list .note .note_list > li .date {
    min-width: 12rem;
    font-size: 1.3rem;
    letter-spacing: 0.065em;
    line-height: calc(21 /13);
    font-weight: 400;
    color: #808080;
}
#flagship_store .store_list .note .note_list > li a {
    font-size: 1.3rem;
    letter-spacing: 0.065em;
    line-height: calc(21 /13);
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#flagship_store .store_list .map {
    margin-top: 3rem;
    width: 100%;
    aspect-ratio: 850 / 340;
}
#flagship_store .store_list .map iframe {
    width: 100%;
    height: 100%;
    
    filter: grayscale(100%);
}

@media screen and (max-width: 768px) {

#flagship_store h2.sec_ttl {
    column-gap: 1.5rem;
    padding-left: 1rem;
}

#flagship_store .store_list {
    margin-top: 1rem;
    display: flex;
    flex-flow: column;
    gap: 17rem 0;
}
#flagship_store .store_list .main_img {
    width: 100%;
    aspect-ratio: 345 / 210;
}

#flagship_store .store_list .info_wrap {
    max-width: 30.5rem;
    margin: auto;
    margin-top: 3rem;
    
    display: flex;
    flex-flow: column;
}

#flagship_store .store_list .layout {
    order: 1;
}
#flagship_store .store_list .layout .ttl {
    display: flex;
    flex-flow: column;
    gap: 0.5rem 0;
}
#flagship_store .store_list .layout .ttl .en {
    font-size: 1.8rem;
}
#flagship_store .store_list .layout .ttl .jp {
    font-size: 1.4rem;
}

#flagship_store .store_list .layout .info {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 3rem;
}
#flagship_store .store_list .layout .info > p:not(:first-child) {
    margin-top: 2em;
}
#flagship_store .store_list .note {
    margin-top: 4rem;
    
    order: 3;
}
#flagship_store .store_list .note .ttl a {
    column-gap: 1rem;
}
#flagship_store .store_list .note .ttl .en {
    font-size: 1.9rem;
}
#flagship_store .store_list .note .ttl a::after {
    content: '';
    display: block;
    width: 3.2rem;
    height: 0.72rem;
    background: url("../images/arrow.svg") no-repeat bottom right / auto;
}
#flagship_store .store_list .note .note_list {
    margin-top: 1rem;
}
#flagship_store .store_list .note .note_list > li {
    flex-flow: column;
    align-items: flex-start;
    gap: 0.5rem 0;
    padding: 1.5rem 1rem;
}
#flagship_store .store_list .note .note_list > li .date {
    min-width: none;
}
#flagship_store .store_list .note .note_list > li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#flagship_store .store_list .map {
    margin-top: 2.5rem;
    width: 100%;
    aspect-ratio: 305 / 200;
    
    order: 2;
}
    
}



/* #shop_in_shop
----------------------------------------- */
#shop_in_shop {
}

#shop_in_shop .inner {
    padding-top: 44rem;
    padding-bottom: 20rem;
    display: flex;
    flex-flow: column;
    /*flex-wrap: wrap;
    gap: 0 15rem;*/
}

#shop_in_shop h2.sec_ttl {
    display: flex;
    flex-flow: column;
    gap: 1rem 0;
    padding-left: 2rem;
    transform: translateY(100%);
}

#shop_in_shop .store_list {
    width: 75rem;
    margin: auto;
    display: flex;
    flex-flow: column;
    gap: 16rem 0;
}

#shop_in_shop .store_list .info_wrap {
}

#shop_in_shop .store_list .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#shop_in_shop .store_list .layout .ttl {
    display: flex;
    flex-flow: column;
    gap: 0.5rem 0;
}
#shop_in_shop .store_list .layout .ttl .en {
    font-size: 2rem;
    letter-spacing: 0.065em;
    line-height: 1;
    font-weight: 300;
}
#shop_in_shop .store_list .layout .ttl .jp {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1;
	font-weight: 400;
}

#shop_in_shop .store_list .layout .info {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: calc(25/14);
	font-weight: 400;
}
#shop_in_shop .store_list .layout .info > p:not(:first-child) {
    margin-top: 0.5rem;
}
#shop_in_shop .store_list .layout .info h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: calc(28/16);
	font-weight: 400;
}
#shop_in_shop .store_list .layout .info h3 span {
    font-size: 1.4rem;
}
#shop_in_shop .store_list .layout .info .address {
    line-height: calc(20/14);
    margin-top: 0.5rem;
}

#shop_in_shop .store_list .map {
    margin-top: 3rem;
    width: 100%;
    aspect-ratio: 700 / 280;
}
#shop_in_shop .store_list .map iframe {
    width: 100%;
    height: 100%;
    
    filter: grayscale(100%);
}

@media screen and (max-width: 768px) {

#shop_in_shop .inner {
    padding-top: 20rem;
    padding-bottom: 6rem;
    gap: 0;
}

#shop_in_shop h2.sec_ttl {
    gap: 0.5rem 0;
    padding-left: 1rem;
    transform: translateY(0);
}

#shop_in_shop .store_list {
    width: 30.5rem;
    margin: auto;
    margin-top: 8rem;
    
    gap: 12rem 0;
}

#shop_in_shop .store_list .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#shop_in_shop .store_list .layout .ttl {
    gap: 0.5rem 0;
}
#shop_in_shop .store_list .layout .ttl .en {
    font-size: 1.8rem;
}
#shop_in_shop .store_list .layout .ttl .jp {
    font-size: 1.2rem;
}

#shop_in_shop .store_list .layout .info {
    margin-top: 3rem;
}
#shop_in_shop .store_list .layout .info > p:not(:first-child) {
    margin-top: 0.5rem;
}
#shop_in_shop .store_list .layout .info h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: calc(28/16);
	font-weight: 400;
}
#shop_in_shop .store_list .layout .info h3 span {
    font-size: 1.4rem;
}
#shop_in_shop .store_list .layout .info .address {
    line-height: calc(20/14);
    margin-top: 0.5rem;
}

#shop_in_shop .store_list .map {
    margin-top: 3rem;
    aspect-ratio: 305 / 200;
}

}