﻿@charset "UTF-8";
/* ========================================
Top
======================================== */

.toppage {
}
.toppage .cntsSct {
}
.atclArea {
  width: 98%;
  /* max-width: 1250px; */
  margin: 100px auto 0;
}
.toppage h1.ttlObj {
  line-height: 1;
  margin: 0 auto 64px;
  width: min(54vw, 640px);
}

.toppage .mainArea {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* background: #fff; */
  height: calc(100svh - 240px);
  min-height: calc(800px - 240px);
}
.toppage .mainArea .imgOgj {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  opacity: 0;
}

.toppage .mainArea .imgTxtet {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
  width: min(90vw, 800px);
}
.toppage .mainArea .logoObj {
}

.toppage .infoArea {
  margin: 0 auto 0;
  position: relative;
  z-index: 10;
  width: 100%;
  background: var(--clrYe);
  padding: 64px;
}
.toppage .infoArea {
}

.toppage .messageArea {
  background: var(--clrBk);
  width: 80%;
  max-width: 1100px;
  border-radius: var(--kadoR80) var(--kadoR80) 0 var(--kadoR80);
  padding: 80px 60px 90px;
}
.toppage .messageArea .imgArea {
  background: url(../img/header.jpg);
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  border-radius: var(--kadoR80) var(--kadoR80) var(--kadoR16) var(--kadoR16);
  position: relative;
}
.toppage .messageArea .imgArea .btnObj {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  max-width: 520px;
  background: var(--clrOr);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--kadoR16);
  transition: 0.2s;
  width: 80%;
  transform: translate(0, -50%);
}
.toppage .messageArea .imgArea .btnObj a {
  text-decoration: none;
  color: var(--clrWh);
}
.toppage .messageArea .imgArea .btnObj:hover {
  filter: brightness(1.1);
  transition: 0.2s;
}
.toppage .messageArea .imgArea .btnObj .icon {
  width: 1.8em;
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

.toppage .messageArea .infoBlk {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}
.toppage .messageArea .infoBlk .ttlObj {
  width: auto;
  text-align: left;
  margin: 30px auto 0 0;
}
.toppage .messageArea .infoBlk .infoLists {
}
.toppage .messageArea .infoBlk .infoLists .infoList {
  position: relative;
}
.toppage .messageArea .infoBlk .infoLists .infoList a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-style: solid;
  position: absolute;
  left: -1.25em;
  top: 0.55em;
  background: #fff;
  line-height: 1;
  border-radius: 100px;
}
.toppage .messageArea .infoBlk .infoLists .infoList a {
  text-decoration: none;
  color: var(--clrBr);
  cursor: pointer;
  display: block;
  position: relative;
  color: #fff;
  line-height: 1.5;
  text-decoration: underline;
}
.toppage .messageArea .infoBlk .infoLists .infoList a:hover {
  opacity: 0.5;
}
.toppage .messageArea .infoBlk .infoLists .infoList + .infoList {
  margin: 20px 0 0;
}

.toppage .snsArea {
  margin: 100px auto 0;
  background: #f5eee4;
  width: min(80%, 1100px);
  border-radius: var(--kadoR80) var(--kadoR80) 0 var(--kadoR80);
  padding: 80px 0;
}
.toppage .snsArea .snsBlk {
  background: var(--clrBe1);
  border-radius: var(--kadoR16) var(--kadoR16) var(--kadoR80) var(--kadoR80);
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.toppage .snsArea .snsBlk .snsSet {
  width: 45%;
  max-width: 480px;
  margin: 0 auto;
}
.toppage .snsArea .snsBlk .snsSet .iconObj {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 56px;
}
.toppage .snsArea .snsBlk .snsSet .iconObj a {
  transition: 0.2s ease;
}
.toppage .snsArea .snsBlk .snsSet .iconObj a:hover {
  transition: 0.2s ease;
  opacity: 0.8;
}
.toppage .snsArea .snsBlk .snsSet .timeline {
  border: 2px solid;
  border-radius: 12px;
  background: #fff;
}

.toppage .snsArea .snsBlk .snsSet.insta .timeline {
  background: #fff;
  display: grid;
  flex-flow: wrap;
  padding: 8px;
  border-radius: var(--kadoR16);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid;
}
.toppage .snsArea .snsBlk .snsSet.insta .timeline li {
  background: url("../../index/img/instagram_bg.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--kadoR8);
  overflow: hidden;
  background-position: center;
  aspect-ratio: 1 / 1;
}
.toppage .snsArea .snsBlk .snsSet.insta .timeline img {
  cursor: pointer;
}
.toppage .snsArea .snsBlk .snsSet.insta .timeline img {
}
.aboutArea {
  margin: 100px auto 0;
  background: var(--clrPk);
  width: min(80%, 1100px);
  border-radius: var(--kadoR80) var(--kadoR80) var(--kadoR80) 0;
  padding: 80px 0;
}
.timetableArea {
  width: 100%;
  background: var(--clrGrn);
  padding: 90px 0;
}

.aboutBlk {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.aboutBlk .ttlGlp {
  /* width: 50%; */
  margin: 0 auto;
  position: relative;
  text-align: center;
  justify-content: center;
  flex-flow: wrap;
  background: #fff;
  border: 2px solid;
}
.aboutBlk .ttlGlp::before,
.aboutBlk .ttlGlp::after {
}
.aboutBlk .ttlGlp::after {
  right: 0;
  left: auto;
  transform: scale(1);
}
.aboutBlk .ttlGlp .logoObj {
  max-width: 280px;
  width: 60%;
  margin: 0 auto 5px;
}
.aboutBlk .ttlGlp .subTtlObj {
  padding: 0.25em 1em;
}
.aboutBlk .captionObj {
  margin: 20px auto 0;
  text-align: center;
  background: #fff;
  border: 2px solid;
  width: 80%;
  padding: 1em 1.5em;
  text-align: left;
  line-height: 1.8;
}
.aboutBlk .imgTxtBlk {
  display: flex;
  align-items: center;
  margin: 54px auto 0;
}
.aboutBlk .imgTxtBlk .imgGlp {
  text-align: center;
  /* width: 38%; */
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.aboutBlk .imgTxtBlk .imgGlp .type {
  margin: 16px auto 0;
  font-size: 14px;
}
.aboutBlk .imgTxtBlk .imgGlp img {
  border-radius: var(--kadoR80) var(--kadoR80) 0 var(--kadoR80);
  margin: 0 auto;
  max-width: 520px;
  border: 2px solid;
}
.aboutBlk .imgTxtBlk .imgGlp .enname {
  font-size: 26px;
  font-weight: 700;
  background: #fff;
  border: 2px solid;
  display: inline-block;
  padding: 0.25em 0.25em;
  margin: 12px auto;
  line-height: 1;
}
.aboutBlk .imgTxtBlk .imgGlp .name {
  border: 2px solid;
  background: #fff;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0.15em 0.15em;
}
.aboutBlk .imgTxtBlk .txtGlp {
  width: 62%;
  margin: 0 auto;
}
.aboutBlk .imgTxtBlk .txtGlp .txtObj {
  padding: 0 60px;
}

.aboutBlk .timetableBlk {
  width: 90%;
  max-width: 980px;
  background: #fff;
  padding: 40px;
  margin: 0 auto 0;
  border: 2px solid #000;
}
.aboutBlk .timetableBlk .ttlObj {
  text-align: center;
  line-height: 1.1;
}
.aboutBlk .timetableBlk .tableSet {
  margin: 0 auto 0;
  max-width: 800px;
  width: 92%;
}
.aboutBlk .timetableBlk .tableSet .tableList {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  color: #000;
}
.aboutBlk .timetableBlk .tableSet .tableList a {
}
.aboutBlk .timetableBlk .tableSet .tableList + .tableList {
  margin: 34px 0 0;
  background: url("../img/line.svg");
  background-size: 100% 4px;
  background-repeat: repeat-x;
  background-position: top left;
  padding: 36px 0 0;
}
.aboutBlk .timetableBlk .tableSet .hour {
  width: 15%;
  text-align: center;
  border-radius: var(--kadoR20) 0 var(--kadoR16) var(--kadoR20);
  margin-right: 40px;
  /* padding: 15px 0 0; */
  letter-spacing: 0;
  font-weight: 800;
}
.aboutBlk .timetableBlk .tableSet .txtGlp {
  width: 80%;
  /* border: 2px solid #f5eee4; */
}
.aboutBlk .timetableBlk .tableSet .txtGlp + dt,
.aboutBlk .timetableBlk .tableSet .txtGlp + dt + dd {
  margin-top: 15px;
}
.aboutBlk .timetableBlk .tableSet .txtGlp a {
  text-decoration: none;
  display: block;
  color: var(--clrBr);
  position: relative;
  transition: 0.2s ease;
}
.aboutBlk .timetableBlk .tableSet .txtGlp a:hover {
  transition: 0.2s ease;
  opacity: 0.6;
}
.aboutBlk .timetableBlk .tableSet .txtGlp .timeTtl {
  padding: 0.3em 10px;
  position: relative;
  font-weight: 800;
  line-height: 1.2;
}
.aboutBlk .timetableBlk .tableSet .txtGlp .timeTtl::before {
}
.aboutBlk .timetableBlk .tableSet .txtGlp .timeName {
  padding: 0.6em 0px 0;
  background: #fff;
}

.tableSet .tableList:nth-of-type(1) .hour,
.tableSet .tableList:nth-of-type(1) .timeTtl {
  background: var(--clr_T_Grn);
}
.tableSet .tableList:nth-of-type(2) .hour,
.tableSet .tableList:nth-of-type(2) .timeTtl {
  background: var(--clr_T_Pk);
}
.tableSet .tableList:nth-of-type(3) .hour,
.tableSet .tableList:nth-of-type(3) .timeTtl {
  background: var(--clr_T_Ye);
}
.tableSet .tableList:nth-of-type(4) .hour,
.tableSet .tableList:nth-of-type(4) .timeTtl {
  background: var(--clr_T_Bl);
}
.tableSet .tableList:nth-of-type(5) .hour,
.tableSet .tableList:nth-of-type(5) .timeTtl {
  background: var(--clr_T_Lm);
}
.tableSet .tableList:nth-of-type(6) .hour,
.tableSet .tableList:nth-of-type(6) .timeTtl {
  background: var(--clr_T_Or);
}

.toppage .timetableArea .bnrSet {
  display: flex;
  flex-flow: wrap;
  margin: 60px auto 0;
  justify-content: center;
  width: 80%;
  max-width: 980px;
}
.toppage .timetableArea .bnrSet .bnrList {
  max-width: 200px;
  width: 30%;
  border: 2px solid;
  line-height: 1;
  margin: 0 20px 20px;
}
.toppage .timetableArea .bnrSet .bnrList a {
  transition: 0.2s ease;
}
.toppage .timetableArea .bnrSet .bnrList a:hover {
  transition: 0.2s ease;
  opacity: 0.8;
}

.toppage .aboutArea .archiveBlk {
  margin: 60px auto 0;
  text-align: center;
}
.toppage .aboutArea .archiveBlk a {
  color: var(--clrBr);
  text-decoration: underline;
}
@media (width <= 900px) {
  .toppage {
  }
  .toppage .cntsSct {
  }
  .atclArea {
    width: 100%;
    margin: 100px auto 0;
  }

  .toppage h1.ttlObj {
    margin: 0 auto 40px;
    width: min(66vw, 640px);
  }
  .toppage .mainArea .imgOgj {
    opacity: 1;
  }
  .toppage .mainArea {
    position: relative;
    height: auto;
    min-height: auto;
    line-height: 1;
  }
  .toppage .mainArea .mainImg {
    display: block;
    height: 100%;
    width: 100%;
  }
  .toppage .mainArea .mainImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .toppage .mainArea .imgTxtSet {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .toppage .mainArea .imgTxtet {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    width: 100%;
  }
  .toppage .mainArea .logoObj {
  }
  .toppage .mainArea .infoObj {
    text-align: center;
    margin: 20px auto 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .toppage .mainArea .infoObj p {
    background: #fff;
    border: 2px solid;
    display: inline-block;
    margin: 0 auto;
    padding: 0.25em 0.25em;
  }
  .toppage .mainArea .infoObj p + p {
    margin: 0.5em auto 0;
  }
  .toppage .infoArea {
    margin: 0;
  }
  .toppage .infoArea {
    margin: 0 auto 0;
    width: 100%;
    padding: 200px 0 80px;
    padding-top: min(37.17%, 240px);
  }

  .toppage .messageArea {
    padding: 60px 0 80px;
    width: 92%;
  }
  .toppage .messageArea .imgArea {
    height: 140px;
  }
  .toppage .messageArea .imgArea .btnObj {
    height: 55px;
    width: min(68%, 360px);
    transform: translate(0, -50%);
  }
  .toppage .messageArea .imgArea .btnObj a {
  }
  .toppage .messageArea .imgArea .btnObj .icon {
    left: 1em;
  }
  .timetableArea {
    padding: 60px 0 80px;
  }

  .toppage .messageArea .infoBlk {
    margin: 30px auto 0;
    width: 100%;
    padding: 0 5% 0 10%;
  }
  .toppage .messageArea .infoBlk .ttlObj {
    margin: 0 auto 10px;
    text-align: center;
  }
  .toppage .messageArea .infoBlk .infoLists {
    width: 100%;
  }
  .toppage .messageArea .infoBlk .infoLists .infoList {
  }
  .toppage .messageArea .infoBlk .infoLists .infoList a {
    padding: 0;
  }
  .toppage .messageArea .infoBlk .infoLists .infoList a::before {
    top: 0.5em;
    width: 3px;
    height: 3px;
  }
  .toppage .messageArea .infoBlk .infoLists .infoList + .infoList {
  }

  .toppage .snsArea {
    width: 92%;
    margin: 80px auto 0;
    padding: 60px 0 80px;
  }
  .toppage .snsArea .snsBlk {
    padding: 0;
    width: 100%;
  }
  .toppage .snsArea .snsBlk .snsSet {
    width: 90%;
    margin: 0;
  }
  .toppage .snsArea .snsBlk .snsSet + .snsSet {
    margin: 50px auto 0;
  }
  .toppage .snsArea .snsBlk .snsSet .iconObj {
    width: 40px;
    margin: 0 auto 15px;
  }
  .toppage .snsArea .snsBlk .snsSet .timeline {
  }

  .toppage .snsArea .snsBlk .snsSet.insta .timeline {
  }
  .toppage .snsArea .snsBlk .snsSet.insta .timeline img {
  }

  .toppage .aboutArea {
    width: 92%;
    padding: 60px 0 80px;
  }
  .aboutBlk {
  }
  .aboutBlk .ttlGlp {
    width: 90%;
  }
  .aboutBlk .ttlGlp::before,
  .aboutBlk .ttlGlp::after {
    content: "";
    height: 80px;
    width: 40px;
  }
  .aboutBlk .ttlGlp::after {
  }
  .aboutBlk .ttlGlp .logoObj {
  }
  .aboutBlk .ttlGlp .subTtlObj {
  }
  .aboutBlk .captionObj {
    margin: 20px auto 0;
    width: 90%;
  }
  .aboutBlk .imgTxtBlk {
    flex-flow: wrap;
    justify-content: center;
    margin: 20px auto 0;
    width: 75%;
  }
  .aboutBlk .imgTxtBlk .imgGlp {
    width: 100%;
  }
  .aboutBlk .imgTxtBlk .imgGlp .type {
  }
  .aboutBlk .imgTxtBlk .imgGlp img {
    max-width: 320px;
  }
  .aboutBlk .imgTxtBlk .imgGlp .enname {
    font-size: 18px;
  }
  .aboutBlk .imgTxtBlk .imgGlp .name {
  }
  .aboutBlk .imgTxtBlk .txtGlp {
    width: 100%;
    margin: 20px auto 0;
  }
  .aboutBlk .imgTxtBlk .txtGlp .txtObj {
    padding: 0;
  }

  .aboutBlk .timetableBlk {
    margin: 0 auto 0;
    padding: 0 0 40px;
    width: 95%;
  }
  .aboutBlk .timetableBlk .ttlObj {
  }
  .aboutBlk .timetableBlk .tableSet {
    margin: 30px auto 0;
  }
  .aboutBlk .timetableBlk .tableSet .hour {
    text-align: left;
    display: flex;
    border-radius: 0 var(--kadoR20) 0 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin: 0;
    text-align: left;
    padding: 0.1em 0 0 0.5em;
    width: 100%;
  }
  .aboutBlk .timetableBlk .tableSet .tableList {
  }
  .aboutBlk .timetableBlk .tableSet .tableList + .tableList {
    margin: 25px 0 0;
    padding: 25px 0 0;
  }
  .aboutBlk .timetableBlk .tableSet .txtGlp {
    width: 100%;
  }
  .aboutBlk .timetableBlk .tableSet .txtGlp a {
  }
  .aboutBlk .timetableBlk .tableSet .txtGlp .timeTtl {
    padding: 0.3em 10px 0.6em;
    border-radius: 0 0 var(--kadoR16) var(--kadoR16);
  }
  .aboutBlk .timetableBlk .tableSet .txtGlp .timeTtl::before {
    content: "";
  }
  .aboutBlk .timetableBlk .tableSet .txtGlp .timeName {
  }

  .toppage .timetableArea .bnrSet {
    width: 90%;
    margin: 40px auto 0;
    justify-content: space-between;
  }
  .toppage .timetableArea .bnrSet .bnrList {
    width: 48%;
    margin: 0 0 10px;
  }
  .toppage .timetableArea .bnrSet .bnrList a {
  }

  .toppage .aboutArea .archiveBlk {
    margin: 40px auto 0;
  }
  .toppage .aboutArea .archiveBlk a {
  }
}

/* ========================================
article
======================================== */

@media (width <= 900px) {
}
/* ========================================
info
======================================== */

@media (width <= 900px) {
}

.cntsSct::after {
  content: "";
  background: url("/original/roastery/asset/img/header_top.jpg");
  background-size: auto;
  position: absolute;
  top: 0;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 650px;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
}
@media (width <= 900px) {
  .cntsSct::after {
    content: none;
  }
}
