@charset "utf-8";

/*---------- オータムフェスト　ページ共通 ----------*/

#saf6 {
    background: #f7f7f7;
    color: #4d3b42;
    line-height: 1.6;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    #saf6 {
        font-size: 1.5vw;
    }
}

#saf6 .inner {
    max-width: 1216px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1279px) {
    #saf6 .inner {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

#saf6 img {
    vertical-align: bottom;
}

#saf6 article,
#saf6 section {
    background: inherit;
    position: relative;
}

#saf6 article:nth-of-type(odd) {
    background: #f7f7f7;
}

#saf6 article:nth-of-type(even) > section {
    background: inherit;
}

#saf6 article:nth-of-type(even),
#saf6 .bgYellow {
    background: #fff6e4;
}

#saf6 article:nth-of-type(even) > section:nth-of-type(odd),
#saf6 .bgYellow > section:nth-of-type(even) {
    /* background: #fffaf2; */
    /* padding-top: 70px; */
}

#saf6 > article:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4.875vw;
    top: -4.875vw;
    background: inherit;
    clip-path: url("#svgPath1");
    z-index: 0;
    pointer-events: none;
}

#saf6 > .hero.sub + article:before,
#saf6 > article section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3.125vw;
    top: -3.125vw;
    background: inherit;
    clip-path: url("#svgPath2");
    z-index: 0;
    pointer-events: none;
}

#saf6 article .inner {
    padding: 70px 0;
    padding-bottom: calc(4.875vw + 70px);
}
#saf6 article .inner:has(+ section),
#saf6 article section .inner {
    padding-bottom: calc(3.125vw + 70px);
}

#saf6 .text-left{
    text-align: left;
}

#saf6 .text-center{
    text-align: center;
}

#saf6 .text-right{
    text-align: right;
}

#saf6 .display-1 {
    font-size: 357.142%;
}

#saf6 .display-2 {
    font-size: 300%;
}

#saf6 .display-3 {
    font-size: 185.714%;
}

#saf6 .display-4 {
    font-size: 150%;
}

#saf6 .display-5 {
    font-size: 100%;
}

#saf6 .display-6 {
    font-size: 85.714%;
}
#saf6 .display-7 {
    font-size: 250%;
}

#saf6 article > .ttlWrap .inner {
    text-align: center;
    font-weight: bold;
    padding-bottom: calc(3.125vw + 70px);
}

#saf6 .ttl {
    font-weight: bold;
    letter-spacing: 0.01em;
    margin-bottom: 0.6em;
}

#saf6 .ttl span {
    display: block;
    font-size: 42.85%;
    color: #d93530;
    line-height: 1;
}

#saf6 a.btn {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 1em;
    border-radius: 3em;
    background: #d93530;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
#saf6 a.gray {
    background: gray;
}

#saf6 a.btn:hover {
    opacity: 0.8;
}

#saf6 #backtotop .inner {
    padding: 60px 0 60px;
}
#saf6 #backtotop .btn {
    max-width: 500px;
    margin: 0 auto;
}

/*---------- メインビジュアル ----------*/

#saf6 > .hero {
    background: #ede8d8 repeating-linear-gradient(90deg, transparent, transparent 8px, rgb(255 255 255 / 60%) 8px, rgb(255 255 255 / 60%) 9px,transparent 9px,transparent 14px,rgb(255 255 255 / 60%) 14px,rgb(255 255 255 / 60%) 29px,transparent 29px,transparent 34px,rgb(255 255 255 / 60%) 34px,rgb(255 255 255 / 60%) 35px,transparent 35px, transparent 43px);
    transition: 0.3s;
}

#saf6 > .hero:before,
#saf6 > .hero:after {
    content: "";
    position: absolute;
    width: 20em;
    height: 20em;
    top: -4em;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

#saf6 > .hero:before {
    left: -4em;
    background-image: url("../images/leaf_01.png");
}

#saf6 > .hero:after {
    right: -4em;
    background-image: url("../images/leaf_02.png");
}

#saf6 > .hero .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    padding-bottom: calc(4.875vw + 10px);
    pointer-events: none;
    z-index: 1;
    position: relative;
}

#saf6 > .hero h1{
    width: 75%;
    max-width: 864px;
}

#saf6 > .hero h2 {
    margin-top: 20px;
    width: 47%;
    max-width: 504px;
}

#saf6 > .hero.sub:has(a:hover) {
    background-color: #f0ede3;
}

#saf6 > .hero.sub .inner {
    flex-direction: initial;
    justify-content: space-between;
    padding-bottom: calc(3.125vw + 10px);
    padding-right: 0;
    pointer-events: auto;
    transition: 0.3s;
}
#saf6 > .hero.sub:before,
#saf6 > .hero.sub:after {
    width: 12em;
    height: 12em;
    top: -2em;
}

#saf6 > .hero.sub:before {
    left: -2em;
}

#saf6 > .hero.sub:after {
    right: -2em;
}

#saf6 > .hero.sub .inner:hover {
    opacity: 0.7;
}

#saf6 > .hero.sub h1 {
    max-width: 470px;
    width: 40%;
}

#saf6 > .hero.sub h2 {
    width: 40%;
    max-width: 370px;
    margin: 0;
}
@media screen and (max-width: 1200px) {
    #saf6 > .hero:before,
    #saf6 > .hero:after {
        width: 12em;
        height: 11em;
        top: -2em;
    }
    #saf6 > .hero.sub:before,
    #saf6 > .hero.sub:after {
        width: 7em;
        height: 7em;
        top: -2.5em;
    }
}


/*---------- コンテンツトップ　概要 ----------*/

#saf6 #outline .ttlWrap .inner {
    padding: 50px 0 0;
}

#saf6 #outline section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4.8em 0;
    align-items: center;
    max-width: 1980px;
    margin: 0 auto;
}

#saf6 #outline section:nth-of-type(even) {
    flex-direction: row-reverse;
}

#saf6 #outline section:before {
    width: 12em;
    height: 12em;
    top: auto;
    bottom: -5em;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    clip-path: none;
    z-index: 1;
    left: -1em;
    background-image: url(../images/leaf_03.png);
    transform: rotate(55deg);
}

#saf6 #outline section:nth-of-type(even):before {
    top: -3em;
    bottom: auto;
    right: -1em;
    left: auto;
    background-image: url(../images/leaf_04.png);
    transform: rotate(70deg);
}

#saf6 #outline section .ttlWrap p {
    margin-bottom: 2em;
}

#saf6 #outline section:last-of-type {
    display: block;
    text-align: center;
    padding-bottom: calc(4.875vw + 70px);
}

#saf6 #outline section .imgWrap {
    border-radius: 0 3em 3em 0;
    width: 55%;
    object-fit: cover;
    background: #f9ebb7;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#saf6 #outline section:nth-of-type(even) .imgWrap {
    border-radius: 3em 0 0 3em;
}

#saf6 #outline section .imgWrap img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#saf6 #outline section .imgWrap + .ttlWrap {
    text-align: left;
    width: 45%;
    padding: 0.8em 2.28em;
    max-width: 540px;
    margin: 0 auto;
    align-self: center;
}

#saf6 #outline section a.btn {
    max-width: 500px;
    margin: auto;
}

@media screen and (min-width: 1980px) {
    #saf6 #outline section .imgWrap {
        border-radius: 3em !important;
    }
}
@media screen and (max-width: 1200px) {
    #saf6 #outline .ttlWrap {
        font-size: 80%;
    }
}

#saf6 #about > .inner {
    display: flex;
    justify-content: space-between;
}

#saf6 .aboutList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 114.28%;
    width: 76.97%;
}

#saf6 .aboutList dt, #saf6 .aboutList dd {
    margin-bottom: 1.3em;
}

#saf6 .aboutList dt:nth-last-of-type(-n+2),
#saf6 .aboutList dd:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

#saf6 .aboutList dt {
    width: 7em;
    margin-right: 1.5em;
    padding: 0.3em;
    background: #d93530;
    color: #fff;
    text-align: center;
    border-radius: 0.5em;
}

#saf6 .aboutList dd {
    width: calc(50% - 8.5em);
}

/*---------- コンテンツトップ　よくあるご質問/ご利用にあたり ----------*/



#saf6 .qaList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 107.14%;
}

#saf6 .qaList dt,
#saf6 .qaList dd {
    margin-bottom: 2em;
    padding: 1em 0;
    display: flex;
    align-items: center;
    position: relative;
}

#saf6 .qaList dt:before,
#saf6 .qaList dd:before {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1.7em;
    height: 1.7em;
    font-weight: bold;
    background: #d93530;
    color: #fff;
    font-size: 133%;
    margin-right: 1.5em;
    border-radius: 50%;
}

#saf6 .qaList dt:before {
    content: "Q";
}

#saf6 .qaList dd:before {
    content: "A";
    background: #fff;
    color: #d93530;
    border: 1px solid;
}

#saf6 .qaList dt:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 100%;
    right: -10px;
    background: url("../images/balloon.png") no-repeat center right;
}

#saf6 .qaList dt:last-of-type,
#saf6 .qaList dd:last-of-type {
    margin-bottom: 0;
}

#saf6 .qaList dt {
    width: 31.61%;
    padding: 1em 1em 1em 0;
}

#saf6 .qaList dd {
    width: 64%;
}

/*---------- コンテンツトップ　注意事項/お問合せ ----------*/

#saf6 #operation .inner {
    padding-bottom: 70px;
}

#saf6 #precautions li{
    text-indent: -1em;
    padding-left: 1em;    
}
#saf6 #inquiry >.ttl {
    margin-top: 2em;
}

#saf6 #inquiry ul {
    display: flex;
    justify-content: space-between;
}

#saf6 #inquiry li {
    width: 50%;
    min-width: calc(100% / 3);
    border-left: 1px solid #ccc;
    padding: 1em;
}

#saf6 #inquiry li:first-of-type {
    border: none;
}

/*---------- 番組コラボメニュー ----------*/
#saf6 #collaboration .ttlWrap{
    position:relative;
}

#saf6 #collaboration .ttlWrap:before,
#saf6 #collaboration .ttlWrap:after {
    content: "";
    position: absolute;
    width: 14vw;
    height: 14vw;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    clip-path: none;
    z-index: 1;
    pointer-events: none;
}

#saf6 #collaboration .ttlWrap:before {
    top: 0;
    left: -4vw;
    background-image: url(../images/leaf_03.png);
}

#saf6 #collaboration .ttlWrap:after {
    position: absolute;
    bottom: -4vw;
    right: -3vw;
    background-image: url(../images/leaf_04.png);
    transform: rotate(20deg);
}

#saf6 #collaboration section .inner {
    display: block;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

#saf6 #collaboration .logo {
    width: 100%;
    margin: 0 auto;
}

#saf6 #collaboration .logo img {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

#saf6 #collaboration section .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-weight: bold;
    font-size: 271.4%;
    margin: 0.5em auto;
    color: #d53530;
    letter-spacing: 0.068em;
}
#saf6 #collaboration .menu_contentswrap {
    display:block;
    border: 1px solid #d53530;
    border-radius: 10px;
    padding: 1% 2% 2%;
    margin-bottom: 2%;
    align-items: center;
}
.movie_title {
  position: relative;
  display: block;
  margin:0 auto 1%;
  width:200px;
  text-align:center;
  padding: 1% 2%;
  border-radius: 9999px;
  background-color: #ffd75b;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #4d3b42;
}
.movie_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #ffd75b transparent transparent;
  translate: -50% 100%;
}
#saf6 #collaboration .menu_flexwrap {
    display:flex;
    align-items: center;
    margin: 2% 0 0;
}
#saf6 #collaboration .menu_wrap {
    width: 25%;
    margin-right:20px;
}

#saf6 #collaboration .description {
    width: 85%;
}

#saf6 #collaboration .caption {
    font-size: 150%;
    font-weight: bold;
    margin: 0 auto 0.5em;
    line-height: 1.6;
}

#saf6 #collaboration .caption + p {
    margin-top: 0.5em;
}

#saf6 #collaboration a.btn {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
#saf6 #collaboration .productName_flexwrap {
    display:flex;
    align-items:baseline;
}
#saf6 #collaboration .productName {
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0.2em;
}
#saf6 #collaboration .productPrice {
    margin-left:2rem;
}
#saf6 #collaboration .productName span {
    background: linear-gradient(transparent 50%, rgb(255 94 94 / 30%) 50%, rgb(255 94 94 / 30%) 90%, transparent 90%);
}

#saf6 #collaboration .productComment {
    min-height: 2.8em;
    letter-spacing: 0.013em;
    font-size: 150%;
}
#saf6 #collaboration .author {
    display: flex;
    margin-bottom: 1em;
    align-items: center;
    border-bottom: 1px solid #d53530;
}

#saf6 #collaboration .author img {
    object-fit: cover;
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
    margin: 0 1em 0.8em 0;
}

#saf6 #collaboration .authorName {
    font-weight: bold;
    font-size: 171.42%;
    margin-bottom: 0.2em;
}

#saf6 #collaboration .authorName span {
    color:#d53530;
}

#saf6 #collaboration .authorComment {
    min-height: 2.8em;
    letter-spacing: 0.013em;
    font-size: 1.7rem;
}

#saf6 #collaboration .recomendItem li {
    display: flex;
    align-items: center;
    margin-top: 1.28em;
    padding-top: 1.28em;
    border-top: 2px dotted rgb(232 162 148 / 50%);
}

#saf6 #collaboration .recomend .recomendItem li:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

#saf6 #collaboration .recomendItem img {
    width: 134px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-right: 1.5em;
}

#saf6 #collaboration .recomendText {
    font-weight: bold;
    font-size: 171.4%;
    letter-spacing: 0.055em;
}

#saf6 #collaboration .recomendText span {
    font-size: 62.5%;
    display: block;
}

#saf6 #collaboration .gallery {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
#saf6 #collaboration .movie_youtube {
    width: 31%;
    top:20%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
}
#saf6 #collaboration .ytCont {
	position:relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#saf6 #collaboration .ytCont iframe {
	position:absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#saf6 #collaboration .swiper-slide {
    width: 31%;
    margin: 1%;
}
#saf6 #collaboration .movie_forth {
    width: 24%;
    margin: 1% 0.5%;
}

@media screen and (max-width: 820px) {
    #saf6 #collaboration section .inner {
        flex-direction: column;
    }
    #saf6 #collaboration .gallery,
    #saf6 #collaboration .description {
        width: 100%;
        max-width: none;
    }
    #saf6 #collaboration .description {
        margin-top: 1.5em;
    }
}




#saf6 #schedule .ttlWrap .inner{
    padding-bottom: 70px;
}

#saf6 #schedule section .inner {
    padding-top: 0;
}
#saf6 #schedule section:before,
#saf6 #schedule section:after {
    content: "";
    width: 14vw;
    height: 14vw;
    position: absolute;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    clip-path: none;
    z-index: 1;
    pointer-events: none;
}

#saf6 #schedule section:before {
    top: -20em;
    left: -4vw;
    background-image: url(../images/leaf_03.png);
}

#saf6 #schedule section:after {
    bottom: 0;
    right: -4vw;
    /* background-image: url(../images/leaf_04.png); */
    transform: rotate(20deg);
}

#saf6 #schedule .contentsWrap {
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    font-size: 128.57%;
}

#saf6 #schedule .contentsWrap:last-of-type {
    margin-bottom: 0;
}

#saf6 #schedule .contentsWrap .ttl {
    background-color: #d93530;
    color: #fff;
    padding: 1%;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#saf6 #schedule .tableWrap {
    margin: 32px;
}

#saf6 #schedule table {
    font-weight: bold;
    width: 100%;
    line-height: 1.55;
    min-width: 750px;
}
#saf6 #schedule .table_stage {
    font-size: 89%;
}

#saf6 #schedule th,
#saf6 #schedule td {
    border: solid 1px rgb(77 59 66 / 40%);
    vertical-align: middle;
    padding: 0.7em;
}

#saf6 #schedule th {
    font-size: 111%;
    width: 8em;
}

#saf6 #schedule th span {
    font-size: 0.6em;
}

#saf6 #schedule td.time {
    width: 5.5em;
}
#saf6 #schedule td.eventname {
    min-width: 26em;
}
#saf6 #schedule td.shoplogo {
    width: 5em;
}

#saf6 #schedule table td span {
    display: block;
    font-weight: normal;
    font-size: 72.222%;
    margin-top: 0.3em;
    line-height: 1.4;
}
#saf6 #schedule .logo_kanade {
    width: 107px;
}
#saf6 #schedule .logo_nomaps {
    width: 150px;
}

#saf6 #schedule .shopinfo {
    /* display:flex; */
    align-items:center;
}
#saf6 #schedule .cafe_linkcolor {
    color:#4d3b42;
}
#saf6 #schedule .cafe_linkcolor:hover {
    text-decoration: underline;
}

#saf6 #schedule .sat {
    background-color: #f4f9fb;
}

#saf6 #schedule .sat th {
    color: #2c7cb6;
}
#saf6 #schedule .sat_textonly {
    color: #2c7cb6;
    font-size: 100%;
}

#saf6 #schedule .sun {
    background-color: #fff9f9;
}

#saf6 #schedule .sun th {
    color: #d53530;
}
#saf6 #schedule .sun_textonly {
    color: #d53530;
    font-size: 100%;
}

#saf6 #schedule .textCnter {
    /* text-align: center; */
}
#saf6 .category_logo{
    width: 50%;
}

#saf6 .cafe_shoplogo{
    width: 70px;
    vertical-align: middle;
}
#saf6 .cafe_cakeimage{
    width: 120px;
    margin-right:10px;
    height: 70px;
    object-fit: cover;
    vertical-align: middle;
}
#saf6 .cafe_sweetslogo{
    width: 35%;
    max-width: 250px;
    /* vertical-align: middle; */
    margin-bottom: 10px;
    padding: 10px;
    background: #ffffff;
    border-radius: 16px;
}

#saf6 .cafe_coffeelogo{
    width: 120px;
    margin-right:10px;
    height: 70px;
    object-fit: cover;
    vertical-align: middle;
}
#saf6 .cafe_coffeelogo_shopname{
    width: 300px;
    padding-top: 1%;
}

#saf6 #schedule .dj_list {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
    margin: 32px;
    text-align: center;
    font-weight: bold;
}

#saf6 #artist > .ttlWrap .inner,
#saf6 #sweets > .ttlWrap .inner{
    padding: 50px 0 0;
}

#saf6 #artist > .ttlWrap .ttl,
#saf6 #sweets > .ttlWrap .ttl{
    margin-bottom: 0.3em;
}

#saf6 #artist > .ttlWrap .notes,
#saf6 #sweets > .ttlWrap .notes{
    font-weight: normal;
}

#saf6 #artist section,
#saf6 #sweets section{
    display: flex;
    justify-content: space-between;
    padding: 4.8em 0;
    align-items: center;
    max-width: 1980px;
    margin: 0 auto;
    background: none;
}
#saf6 #artist section:last-child,
#saf6 #sweets section:last-child{
    padding-bottom:12%;
}

#saf6 #artist section:nth-of-type(even),
#saf6 #sweets section:nth-of-type(even){
    flex-direction: row-reverse;
}

#saf6 #artist section:before,
#saf6 #sweets section:before{
    width: 12em;
    height: 12em;
    top: auto;
    bottom: -5em;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    clip-path: none;
    z-index: 1;
    left: -1em;
    background-image: url(../images/leaf_03.png);
    transform: rotate(55deg);
}

#saf6 #artist section:nth-of-type(even):before,
#saf6 #sweets section:nth-of-type(even):before{
    top: -3em;
    bottom: auto;
    right: -1em;
    left: auto;
    background-image: url(../images/leaf_04.png);
    transform: rotate(70deg);
}

#saf6 #artist section .ttlWrap p,
#saf6 #sweets section .ttlWrap p{
    margin-bottom: 2em;
}

#saf6 #artist section .imgWrap,
#saf6 #sweets section .imgWrap{
    border-radius: 0 3em 3em 0;
    width: 55%;
    object-fit: cover;
    background: #f9ebb7;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#saf6 #artist section:nth-of-type(even) .imgWrap,
#saf6 #sweets section:nth-of-type(even) .imgWrap{
    border-radius: 3em 0 0 3em;
}

#saf6 #artist section .imgWrap img,
#saf6 #sweets section .imgWrap img{
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#saf6 #artist section .imgWrap + .ttlWrap,
#saf6 #sweets section .imgWrap + .ttlWrap{
    text-align: left;
    width: 45%;
    padding: 0.8em 2.28em;
    max-width: 580px;
    margin: 0 auto;
    align-self: center;
}

#saf6 #artist section .imgWrap + .ttlWrap span,
#saf6 #sweets section .imgWrap + .ttlWrap span{
    color: #4d3b42;
}

#saf6 #artist section a.btn,
#saf6 #sweets section a.btn{
    max-width: 500px;
    margin: auto;
}
/*coffee*/
#saf6 #coffee > .ttlWrap .inner {
    padding: 50px 0 0;
}

#saf6 #coffee > .ttlWrap .ttl {
    margin-bottom: 0.3em;
}

#saf6 #coffee > .ttlWrap .notes {
    font-weight: normal;
}

#saf6 #coffee section {
    display: flex;
    justify-content: space-between;
    padding: 2em 0;
    align-items: center;
    max-width: 1980px;
    margin: 0 auto;
    background: none;
}
#saf6 #coffee section:last-child {
    padding-bottom:12%;
}

#saf6 #coffee section:nth-of-type(even) {
    flex-direction: row-reverse;
}

#saf6 #coffee section:before {
    width: 12em;
    height: 12em;
    top: auto;
    bottom: -5em;

    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    clip-path: none;
    z-index: 1;
    left: -1em;
    background-image: url(../images/leaf_03.png);
    transform: rotate(55deg);
}

#saf6 #coffee section:nth-of-type(even):before {
    top: -3em;
    bottom: auto;
    right: -1em;
    left: auto;
    background-image: url(../images/leaf_04.png);
    transform: rotate(70deg);
}
#saf6 #coffee section:last-of-type:before {
    background-image:none;
}

#saf6 #coffee section .ttlWrap p {
    margin-bottom: 2em;
}

#saf6 #coffee section .imgWrap {
    border-radius: 0 3em 3em 0;
    width: 55%;
    object-fit: cover;
    background: #f9ebb7;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#saf6 #coffee section:nth-of-type(even) .imgWrap {
    border-radius: 3em 0 0 3em;
}

#saf6 #coffee section .imgWrap img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#saf6 #coffee section .ttlWrap {
    text-align: center;
    width: 60%;
    padding: 0.8em 2.28em;
    max-width: 1280px;
    margin: 0 auto;
    align-self: center;
    background: #ffffff;
    border-radius: 20px;
}

#saf6 #coffee section .imgWrap + .ttlWrap span {
    color: #4d3b42;
}

#saf6 #coffee section a.btn {
    max-width: 500px;
    margin: auto;
}

#saf6 .ankerlink_flexwrap {
    display:flex;
    justify-content:center;
    margin: 2% auto;
}
#saf6 .ankerlink_btn {
    display:block;
    /* background-color: #d93530; */
    color:#ffffff;
    margin:0 1%;
    padding: 0.5% 0;
    width: 19%;
    font-size:150%;
    border-radius: 1.5em;
}
#saf6 .category_coffee{
    background:#c29e71;
}
#saf6 .category_sweets{
    background:#ffc000;
}
#saf6 .category_baked{
    background:#d76809;
}
#saf6 .ankerlink_btn:hover {
    opacity:0.7;
}
#saf6 .shop_open {
    font-weight: bold;
    font-size:120%;
    border-top:dotted 2px;
    padding-top:1%;
}
/*baked*/
#saf6 .cafe_bakedlogo{
    width: 35%;
    max-width: 250px;
    /* vertical-align: middle; */
    margin-bottom: 10px;
    padding: 10px;
    background: #ffffff;
    border-radius: 16px;
    display: block;
    margin: 0 auto 2%;
}
#saf6 #baked #baked_flexWrap{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 5%;
}
#saf6 #baked #baked_flexWrap> .ttlWrap{
    width:33%;
    margin-bottom: 6%;
}
#saf6 #baked #baked_flexWrap .ttlWrap .flexWrap_product{
    display:flex;
    align-items:flex-start;
    justify-content: center;
}
#saf6 #baked #baked_flexWrap .ttlWrap .flexWrap_product .flex_contents{
    width: 31%;
    margin: 1%;
}

#saf6 .pc_none {
	display:none;
}

@media screen and (min-width: 1980px) {
    #saf6 #artist section .imgWrap {
        border-radius: 3em !important;
    }
    #saf6 #coffee section .imgWrap {
        border-radius: 3em !important;
    }
}

.gFooter .pageTop {
    display: none;
}