@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: bottom;
    list-style-type: none;
}

body {
    background-color: #F2F1ED;
    color: #202020;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------ header ------------------------------ */
header {
    display: flex;
}

header h1 {
    margin: 20px 0 20px 150px;
}

header nav {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}

header nav ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    border-right: 1px solid #202020;
}

nav ul li a {
    display: block;
    padding: 0 20px 0;
    border-left: 1px solid #202020;
}

.bottom-black img {
    border-bottom: 2px solid #202020;
}

.bottom-white img {
    border-bottom: 2px solid #F2F1ED;
}

a {
    text-decoration: none;
}


/* ------------------------------ foote ------------------------------ */
.footer {
    width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
}

.footer-01 {
    display: flex;
    margin: 60px 0;
    align-items: start;
}

.was-cafe-logo  a{
    width: 318px;
    height: 157px;
    margin: 0 30px;
}

.footer th {
    width: 125px;
    height: 30px;
    text-align: left;
    vertical-align: middle;
}

.footer td {
    width: 375px;
    height: 30px;
    text-align: left;
    vertical-align: middle;
}

.sns {
    margin: 0 0 0 auto;
    width: 300px;
    height: 60px;
}

.follow {
    text-align: center;
    margin-bottom: 20px;
}

.sns-icon {
    display: flex;
}

.sns-icon p {
    margin: 0 15px;
}

.sample {
    margin: 15px auto;
    text-align: center;
}

.copyright {
    width: 350px;
    height: 20px;
    margin: 15px 0 15px auto;
    text-align: right;
}

/* ------------------------------ main ------------------------------ */
.visual {
    width: 1440px;
    height: 800px;
    margin: 0 auto;
}

.catchphrase {
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    bottom: 570px;
    left: 120px;
}

.announcement {
    color: #ffffff;
    background-color: #65745A;
    border-radius: 50%;
    width: 310px;
    height: 310px;
    font-weight: bold;
    position: relative;
    bottom: 480px;
    left: 120px;
    padding: 2px;
    text-align: center;

}

.date {
    width: 191px;
    height: 77px;
    font-size: 64px;
    margin: 40px auto 30px;
}

.new {
    font-size: 36px;
    width: 150px;
    height: 44px;
    margin: 0 auto;
}

.open {
    font-size: 48px;
    width: 197px;
    height: 58px;
    margin: 0 auto;
}

/* ------------------------------ news ------------------------------ */
.news {
    width: 1440px;
    height: 400px;
    margin: 0 auto;
}

.news h2 {
    border-bottom: 1px solid #202020;
    padding: 0 0 20px 0;
    margin: 30px auto;
    text-align: center;
    width: 128px;
    height: 50px;
    font-size: 32px;
}

.news dl {
    background-color: rgba(255, 255, 255, 0.8);
    width: 1120px;
    height: 270px;
    padding: 20px 180px;
    margin: 25px auto 20px;
    display: flex;
    flex-wrap: wrap;
}

.news dl dt {
    width: 30%;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0 15px 0;
}

.news dl dd {
    width: 70%;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0 15px 0;
}

.news-first {
    border-top: 1px solid #D9D9D9;
}


/* ------------------------------ concept  ------------------------------*/
.concept {
    background-image: url(../images/top/top1.jpg);
    width: 1440px;
    height: 450px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.concept-text {
    background-color: rgba(255, 255, 255, 0.8);
    width: 600px;
    height: 300px;
    text-align: center;
    margin: 75px 420px;
}

.concept-text h2 {
    border-bottom: 1px solid #202020;
    width: 160px;
    height: 39px;
    text-align: center;
    margin: 15px auto 50px;
    padding-bottom: 20px;
}

.concept-text-01 {
    margin: 0 auto 50px;
}

.concept-text p {
    margin-left: auto;
    margin-right: auto;
}

.button {
    width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 100px;
    background-color: #65745A;
    color: #fff;
    text-decoration: none;
}

.button img {
    width: 20px;
    height: 10px;
    margin-left: 10px;
}

.button:hover {
    background-color: #006400;
}

/* ------------------------------ top-cofee ------------------------------ */
.top-cofee {
    background-color: #65745A;
    width: 1440px;
    height: 550px;
    margin: 0 auto;
    padding: 40px 60px;
}

.top-cofee-img {
    position: relative;
    left: 20px;
}

.top-cofee h2 {
    text-align: center;
    border-bottom: 1px solid #ffffff;
    width: 140px;
    height: 50px;
    margin: 0 auto 40px;
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 32px;
}

.top-cofee-01 {
    display: flex;
    width: 1160px;
    height: 390px;
    margin: 0 auto;
}

.top-cofee-01-text {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    width: 600px;
    height: 300px;
    text-align: center;
    position: relative;
    top: 90px;
    right: 20px;
    z-index: 1;
}

.top-cofee-01-text h3 {
    margin: 20px 0 10px;
}

.top-cofee-02 {
    width: 500px;
    height: 114px;
    margin: 0 auto 50px;
}

.button-white {
    width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 100px;
    background-color: #ffffff;
    color: #202020;
    text-decoration: none;
}

.button-white:hover {
    background-color: rgba(255, 255, 255, 0.8);

}

/* ------------------------------ top-bread ------------------------------ */
.top-bread {
    width: 1440px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
}

.top-bread-section {
    display: flex;
    width: 1160px;
    height: 390px;
    margin: auto;
}

.top-bread-img {
    width: 600px;
    height: 300px;
    position: relative;
    left: 20px;
}

.top-bread-text {
    background-color: rgba(255, 255, 255, 0.8);
    width: 600px;
    height: 300px;
    text-align: center;
    position: relative;
    top: 90px;
    right: 20px;
    z-index: 1;
}

.top-bread-text h3 {
    margin: 25px 0 30px;
}

.top-bread-01 {
    width: 510px;
    height: 75px;
    margin: 0 auto 60px;
}

/* ------------------------------ access ------------------------------ */
.access {
    color: #ffffff;
    background-color: #65745A;
    padding: 35px 130px;

}

.access h2 {
    border-bottom: 1px solid #ffffff;
    width: 127px;
    height: 40px;
    margin: 0px auto 35px;
    padding-bottom: 20px;
    text-align: center;
}

.access-inner {
    display: flex;
}

.access table {
    width: 550spx;
    height: 300px;
    margin-left: auto;
    margin-right: 30px;
    border-collapse: collapse;

}

.access th {
    width: 180px;
    height: 35px;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    vertical-align: middle;
}

.access td {
    width: 375px;
    height: 35px;
    border-bottom: 1px solid #D9D9D9;
    text-align: right;
    vertical-align: middle;
}

iframe {
    margin-right: auto;
    margin-left: 30px;
}

/* ------------------------------ about ------------------------------ */
.nav-about img {
    border-bottom: 2px solid #202020;
}

.about-visual {
    width: 1440px;
    height: 800px;
    background-image: url(../images/about/shop-header.jpg);
    margin: auto;
    color: #ffffff;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    line-height: 800px;
}

.about-concept {
    width: 1440px;
    height: 450px;
    margin: 0 auto;
    text-align: center;
}

.about-concept h2 {
    border-bottom: 1px solid #202020;
    width: 140px;
    height: 39px;
    margin: 70px auto 20px;
}

.about-concept div {
    width: 600px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 40px 0 30px;
}

.about-concept h3 {
    margin-bottom: 48px;
}

/* ------------------------------ about-coffee ------------------------------ */
.about-coffee {
    background-color: #65745A;
    width: 1440px;
    height: 450px;
    margin: 0 auto;
    padding: 30px 140px;
    display: flex;
}

.abou-coffee-img {
    width: 600px;
    height: 300px;
    position: relative;
    left: 20px;
}

.about-coffee-box {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    width: 600px;
    height: 300px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    top: 90px;
    right: 20px;
    z-index: 1;
}

.about-coffee h3 {
    text-align: center;
    width: 480px;
    height: 58px;
    margin: 0 auto 20px;
    color: #ffffff;
}

.about-coffee-text {
    margin-bottom: 20px;
}

.view-drink-menu {
    width: 200px;
    height: 35px;
    background-color: #F2F1ED;
    margin: 0 auto;
    display: flex;
    border-radius: 20px;
    justify-content: center;
}

.button-text {
    margin-right: 10px;
}

/* ------------------------------ about-bread ------------------------------ */
.about-bread {
    width: 1440px;
    height: 450px;
    margin: 0 auto;
    padding: 30px 140px;
    display: flex;

}

.abou-bread-img {
    width: 600px;
    height: 300px;
    position: relative;
    left: 20px;
}

.about-bread-box {
    background-color: rgba(255, 255, 255, 0.8);
    width: 600px;
    height: 300px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    top: 90px;
    right: 20px;
    z-index: 1;
}



.about-bread-text {
    margin: 20px;
}

.view-food-menu {
    width: 200px;
    height: 35px;
    background-color: #65745A;
    margin: 0 auto;
    display: flex;
    border-radius: 20px;
    justify-content: center;
}


/* ------------------------------ about-store ------------------------------ */
.about-store {
    background-color: #65745A;
    width: 1440px;
    height: 450px;
    margin: 0 auto;
    padding: 30px 140px;
    display: flex;
}

.about-store-img {
    width: 600px;
    height: 300px;
    position: relative;
    left: 20px;
}

.about-store-box {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    width: 600px;
    height: 300px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    top: 90px;
    right: 20px;
    z-index: 1;
}

.about-store-box h3 {
    margin-bottom: 30px;
}

.about-store-text {
    text-align: center;
    width: 440px;
    height: 100px;
    margin: 0 auto 30px;
    color: #ffffff;
}

.view-access {
    width: 200px;
    height: 35px;
    background-color: #F2F1ED;
    margin: 0 auto;
    display: flex;
    border-radius: 20px;
    justify-content: center;
}



/* ------------------------------ profile ------------------------------ */
.profile {
    width: 1440px;
    height: 500px;
    margin: 0 auto 50px;

}

.profile h3 {
    width: 150px;
    height: 39px;
    font-size: 24px;
    margin: 50px auto;
    text-align: center;
    border-bottom: 1px solid #202020;
}

.profile img {
    width: 600px;
    height: 400px;
    margin: 0 50px 0 auto;

}

.profile-text {
    display: flex;
}

.profile-text-1 {
    margin: 0 auto 0 0;
}

.profile-text-1 h4 {
    margin-bottom: 30px;
    text-align: center;
}

/* ------------------------------ drink ------------------------------- */

.drink {
    width: 1440px;
    height: 800px;
    background-image: url(../images/drink/drink-header.jpg);
    margin: auto;
    color: #202020;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    line-height: 800px;
}

.drink-top-menu {
    width: 128px;
    height: 50px;
    margin: 70px auto 40px;
    border-bottom: 1px solid #202020;
    text-align: center;
    font-size: 32px;
}

.drink-menu-container {
    width: 1000px;
    height: 430px;
    margin: 0 auto;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
}

.container {
    flex-direction: column;
}

.container a {
    color: #202020;

}

.container p {
    text-align: center;
    margin-top: 20px;
}

.illust {
    width: 120px;
    height: 120px;
    margin: 50px auto;
    text-align: center;
}

/* ------------------------------ coffee menu ------------------------------- */
.coffee-menu {
    width: 1000px;
    height: 1200px;
    color: #ffffff;
    background-color: #65745A;
    margin: 0 auto;
    padding: 50px 100px;
}

.coffee-menu h2 {
    width: 128px;
    height: 39px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
}

.coffee-main-text {
    width: 679px;
    height: 72px;
    margin: 0 auto 70px;
    text-align: center;
}

.product-name {
    width: 650px;
    height: 29px;
    margin: 0;
    font-size: 24px;
}

.price {
    width: 163px;
    height: 29px;
    margin: 0;
    font-size: 24px;
}

.original-coffee,
.american-coffee,
.roast-coffee,
.cafe-latte,
.fruit-coffee,
.special-coffee {
    display: flex;
}

.product-explanation {
    border-bottom: 1px #ffffff solid;
    margin-bottom: 50px;
    padding: 10px 0;
}

.special-coffee .price {
    width: 163px;
    height: 58px;
}

/* ------------------------------ tea menu ------------------------------- */
.tea-menu {
    width: 1000px;
    height: 780px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 50px 100px;
}

.tea-menu h2 {
    width: 128px;
    height: 39px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
}

.tea-main-text {
    width: 679px;
    height: 72px;
    margin: 0 auto 70px;
    text-align: center;
}

.darjeeling-tea,
.earlgrey-tea,
.jasminum-tea,
.getclean-tea {
    display: flex;
}

.product-explanation-tea {
    border-bottom: 1px #202020 solid;
    margin-bottom: 50px;
    padding: 10px 0;
}

.special-coffee .price {
    width: 163px;
    height: 58px;
}

/* ------------------------------ softdrink menu ------------------------------- */
.softdrink-menu {
    width: 1000px;
    height: 500px;
    color: #ffffff;
    background-color: #65745A;
    margin: 0 auto;
    padding: 50px 100px;
}

.softdrink-menu h2 {
    width: 230px;
    height: 39px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
}

.apple-juice,
.orange-juice,
.cola,
.water {
    display: flex;
    border-bottom: 1px #ffffff solid;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.bottom-menu {
    width: 390px;
    height: 39px;
    margin: 70px auto 40px;
    text-align: center;
    font-size: 32px;
}

.bottom-menu a {
    color: #202020;
}

.bottom-menu-container {
    width: 1000px;
    height: 430px;
    margin: 0 auto;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
}

/* ------------------------------ food ------------------------------ */
.nav-food {
    border-bottom: 2px solid #202020;
}

.food {
    width: 1440px;
    height: 800px;
    background-image: url(../images/food/food-header.jpg);
    margin: auto;
    color: #ffffff;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    line-height: 800px;
}

.food-top-menu {
    width: 128px;
    height: 50px;
    margin: 70px auto 40px;
    border-bottom: 1px solid #202020;
    text-align: center;
    font-size: 32px;    
}

.food-menu-container {
    width: 1000px;
    height: 430px;
    margin: 0 auto;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
}

/* ------------------------------ bread menu ------------------------------- */
.bread-menu {
    width: 900px;
    height:830px;
    color: #ffffff;
    background-color: #65745A;
    margin: 0 auto;
    padding: 50px 80px;
}

.bread-menu h2 {
    width: 128px;
    height: 39px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
}

.bread-main-text {
    width: 550px;
    height: 72px;
    margin: 0 auto 70px;
    font-size: 20px;
    text-align: center;
}

.bread-menu-main .product-name {
    width: 400px;
    height: 29px;
    margin: 0 auto 0 0;
    font-size: 24px;
}

.bread-menu-main .price {
    width: 430px;
    height: 29px;
    margin: 0 0 0 auto;
    font-size: 24px;
    text-align: right;
}

.classic-bread,
.raisins-bread,
.baguette,
.walnut-bread,
.raisin-roll {
    display: flex;
    border-bottom: 1px #ffffff solid;
    margin-bottom: 50px;
    padding: 10px;
}


/* ------------------------------ sandwich menu ------------------------------- */

.sandwich-menu {
    width: 1000px;
    height: 1000px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 20px 100px;
}

.sandwich-menu h2 {
    width: 600px;
    height: 39px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
}

.sandwich-main-text {
    margin: 50px 0;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 20px;
}

.bagle-sand,
.blt-sand,
.yakisoba-bread,
.naples-bread,
.potesara-bread,
.croquette-bread {
    display: flex;
    border-bottom: 1px #202020 solid;
    margin-bottom: 50px;
    padding: 10px;
}


/* ------------------------------ sweets menu ------------------------------- */

.sweets-menu {
    width: 900px;
    height: 800px;
    color: #ffffff;
    background-color: #65745A;
    margin: 0 auto;
    padding: 50px 80px;
}

.sweets-menu h2 {
    width: 128px;
    height: 39px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 32px;
}

.sweets-main-text {
    width: 550px;
    height: 72px;
    margin: 0 auto 70px;
    font-size: 20px;
}

.sweets-menu-main .product-name {
    width: 430px;
    height: 29px;
    margin: 0 auto 0 0;
    font-size: 24px;
}

.sweets-menu-main .price {
    width: 350px;
    height: 29px;
    margin: 0 0 0 auto;
    font-size: 24px;
    text-align: right;
}

.pancake,
.strawberry-pie,
.fruit-tart,
.chiffon-cake,
.cheesecake,
.scone {
    display: flex;
    border-bottom: 1px #ffffff solid;
    margin-bottom: 50px;
    padding: 10px;
}

/* ------------------------------ contact ------------------------------ */
.nav-contact img {
    border-bottom: 2px solid #202020;
}

.contact {
    width: 1440px;
    height: 800px;
    background-image: url(../images/contact/contact-header.jpg);
    margin: auto;
    color: #ffffff;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    line-height: 800px;
}

.contact-form h2 {
    width: 270px;
    height: 39px;
    margin: 70px auto 40px;
    text-align: center;
    border-bottom: 1px #202020 solid;
}

.contact-form p {
    width: 670px;
    height: 50px;
    margin: 0 auto 35px;
    text-align: center;
}

.contact-input {
    background-color: rgba(255, 255, 255, 0.8);
    flex-direction: column;
    width: 1100px;
    height: 500px;
    margin: 0 auto;
    padding: 50px 200px;
}

.contact-input th {
    width: 145px;
    height: 50px;
    text-align: left;
    vertical-align: middle;
}

td {
    vertical-align: middle;
}

.name,
.mail,
.tel,
.contact-kinds,
.content-kinds {
    display: flex;
}

.required {
    width: 80px;
    height: 25px;
    color: #ffffff;
    background-color: #65745A;
    text-align: center;
}

.textarea {
    margin: 0 0 0 50px;
}
.privacy-policy {
    width: 630px;
    height: 40px;
    display: flex;
    margin: 50px auto;
    text-align: center;
}
.privacy-policy a {
    color: #65745A;
}
.agree {
    width: 130px;
    height: 20px;
    display: flex;
    margin: 0 auto;
}
.agree input {
    margin-left: 10px;
}
.submit {
    margin: 50px auto 100px;
    text-align: center;
}
.submit-button {
    width: 50px;
    height: 30px;
    margin: 0 auto;
}

/* 共通：中央揃え幅制限 */
.inner, .visual, .news, .concept, .top-cofee, .top-bread,
.access, .footer, .profile, .about-concept,
.about-coffee, .about-bread, .about-store {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  
    .flex-container {
  flex-direction: column;
  align-items: center;
}

header {
    flex-direction: column;
    align-items: center;
  }

  header h1 {
    margin: 10px auto;
  }

  header nav ul {
    flex-direction: column;
    border: none;
  }

  header nav ul li a {
    border-left: none;
    border-bottom: 1px solid #202020;
    padding: 10px;
  }

  .visual {
    height: auto;
  }

  .visual img {
    width: 100%;
    height: auto;
  }

  .catchphrase,
  .announcement {
    position: static;
    width: auto;
    height: auto;
    margin: 20px;
  }

  .announcement {
    border-radius: 0;
    padding: 20px;
  }

  .news dl {
    width: 100%;
    padding: 20px;
  }

  .top-cofee-01,
  .top-bread-section,
  .about-coffee,
  .about-bread,
  .about-store {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .top-cofee-01-text,
  .top-bread-text,
  .about-coffee-box,
  .about-bread-box,
  .about-store-box {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .footer-01 {
    flex-direction: column;
    align-items: flex-start;
  }

  .sns {
    margin: 30px auto 0;
  }

  .sns-icon {
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-input {
    width: 100%;
    padding: 30px 20px;
  }
}