@charset "UTF-8";

/* 共通 */
:root {
  /* right green */
  --primary-color: #009d1a;
  /* dark green */
  --secondary-color: #008116;
  /* --tertiary-color: #ffffff; */
}

h1,
h2,
header ul,
.title {
  font-family: "Philosopher", sans-serif;
  color: #ffffff;
  text-shadow: 3px 4px 3px #393939;
}

h1 {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 2px 2px 3px #a3a3a3;
}

h2 {
  font-size: 4rem;
  text-align: center;
}

.menutitle h2 {
  font-family: "Philosopher", sans-serif;
}

/* news.html と　contact.html だけh２違う装飾 */
.container_news h2 {
  margin: 60px 0 0 0;
  font-size: 5rem;
  /* color: #463a2e; */
  /* color: var(--primary-color); */
}

.container_contact h2 {
  margin: 20px 0 20px 0;
}

/* newsとcontactの下線水色の文字 */
h4 {
  font-size: 1.25rem;
  border-bottom: var(--primary-color) 2px solid;
  padding: 1rem;
}

/* menuのh２の下の文字 */
h5 {
  font-size: 1.3rem;
  text-shadow: 3px 3px 3px #353535;
}

/* contactページ */
aside h4 {
  margin: 0 0 20px 0;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #666666;
  background-color: #ffffff;
  font-size: 16px;
}

.big_container {
  background: url(../imges/green-flower-bg.jpg) repeat center / contain;
}

.big_container {
  max-width: 1314px;
  margin: 0 auto;
  background-color: #fff;
}

a.site-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 300px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  transition: 0.5s;
}
a.btn:hover {
  color: var(--primary-color);
  background: #fff;
}

/* all menu */

.content {
  display: flex;
  justify-content: space-around;
}

/*====== header====== */
.container_index header {
  width: 100%;
  height: 150px;
}

.container_index .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* logo */
.logo {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.logo:hover {
  opacity: 0.6;
}

.pot {
  width: 80px;
}

.shopname {
  width: 200px;
}

header ul {
  display: flex;
  /* color: #ffffff; */
}

header ul li a {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px 20px 15px 20px;
  transition: 0.3s;
  /* background-color: #fff; */
}

header ul li a:hover {
  color: var(--primary-color);
}

/* ======container area 後で画像と入れ替え =======*/
.container {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.container_index {
  background-image: url(../imges/index.jpg);
  background-position: center top;
  height: 100vh;
}

.container_story {
  background-image: url(../imges/story-big.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 120vh;
}

.container_news {
  background-image: url(../imges/newstop-scone.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  /* height: 270px; */
  /* height: 45vh; */
}

.container_menu {
  background-image: url(../imges/coffe.jpg);
  margin: 0 auto 80px auto;
  /* height: 625px; */
  height: 90vh;
}

.container_contact {
  background-image: url(../imges/shop.jpg);
  margin: 0 auto 80px auto;
  /* height: 660px; */
  height: 100vh;
}

.container_story {
  background-image: url(../imges/story-big.jpg);
  height: 150vh;
}

.contact_aside {
  margin: 0 auto 40px auto;
}

footer {
  width: 100%;
  height: 80px;
  background-color: var(--secondary-color);
}

footer p {
  text-align: center;
  color: #ffffff;
  padding: 20px 0 20px 0;
}

/*=========== index =========== */

/* h1の下の文 */

.title {
  font-size: 1.5rem;
  margin: 35px 0 60px 0;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
}

.index-title-box {
  display: grid;
  place-items: center;
  width: 100%;
  height: 80%;
}

.index_title {
  padding: 30px 20px 60px 20px;
  text-align: center;
  width: 70%;
  border: #fff 1px solid;
  background-color: #3e2200cd;
  border-radius: 5px;
  box-shadow: #acacac 0px 0px 3px;
}

.btn a {
  font-family: "Philosopher", sans-serif;
  width: 220px;
  height: 65px;
  /* 少し暗めgreen */
  background-color: #008116;
  color: #fff;
  font-size: 2rem;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 5px;
  transition: 0.4s;
  letter-spacing: 0.1rem;
  box-shadow: 0px 0px 10px 1px #ffffff;
}

.btn a:hover {
  background-color: #fff;
  color: #009d1a;
}

/*=========== story =========== */
.bold {
  font-weight: 700;
}

.text-story {
  width: 100%;
  height: 90%;
  display: grid;
  place-items: center;
}

.story_title_box {
  width: 90%;
  /* margin: 0 auto 100px auto; */
  position: relative;
  padding: 10px;
  display: grid;
  place-items: center;
}

.story_title h3 {
  margin: 0 0 40px 0;
}

.container_story .story_title {
  color: #272727;
  width: 80%;
  margin: 30px auto 0 auto;
  background-color: rgba(240, 240, 240, 0.829);
  padding: 20px;
  border-radius: 5px 30px 5px 30px;
}

.container_story .manami {
  width: 180px;
  border-radius: 50%;
  position: absolute;
  top: -5%;
  right: 100px;
  z-index: 2;
}

/*=========== news =========== */
/* news.html見出し */
h3 {
  font-size: 2rem;
  margin: 0px 0 20px 0;
}

/* h3の下の文 */
.categorie {
  font-size: 14px;
  color: #443322;
}

.categorie_list {
  font-size: 1.25rem;
}

/* mainとaside囲んでるcontainer */
.news {
  width: 80%;
  display: flex;
  align-items: start;
  margin: 40px auto 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.news_main_content {
  width: 70%;
  margin: 0 40px 0 0;
}

.news .main_box {
  margin: 0 0 40px 0;
}

.news main img {
  /* width: 735px; */
  width: 100%;
  margin: 0 0 35px 0;
}

.news aside {
  /* width: 43%; */
  width: 30%;
}

.news aside ul li {
  line-height: 1.6;
  border-bottom: 1px solid #e6e6e6;
}

/* 球体実験01 */

.en {
  background: var(--primary-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  padding: 20px;
  box-shadow: 3px 4px 4px 0px #c7c7c7;
}

.en p {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0 auto;
}

.year {
  border-top: #ffffff 1px solid;
  font-size: 1rem;
  /* padding: 0 14px 0 14px; */
  padding: 0.5rem;
}

/* 球体実験01 end*/

.news_title_box {
  display: flex;
  margin: 0 0 50px 0;
}

.news_title {
  margin: 10px 0 0 0;
  color: #443322;
}

/* aside area */
.categorie_area {
  margin: 0 0 65px 0;
}

.categorie_list {
  margin: 0;
}

.date_area td a,
.news aside ul a {
  padding: 10px;
  display: block;
  transition: 0.3s;
}

.news aside ul a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

aside .shop {
  line-height: 1.8;
  margin: 16px 0 65px 0;
}

aside img {
  width: 100%;
}

/* date  area */
.date_area dd {
  color: var(--secondary-color);
  margin: 0 0 8px 0;
}

.date_area dt {
  font-weight: 500;
  line-height: 1.6;
}

.date_area .day {
  padding: 20px 0;
  border-bottom: var(--secondary-color) 1px solid;
}

.date_area dl a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  transition: 0.3s;
}

.date_area dl a:hover {
  display: inline-block;
  padding: 10px;
  background-color: var(--primary-color);
  color: #ffffff;
}

/*=========== menu =========== */

/* menuのh２の下の文字 */
h5 {
  line-height: 2;
  color: #ffffff;
  margin-top: 30px;
}

.menu-title-box {
  display: grid;
  place-items: center;
  width: 100%;
  height: 60%;
}

.menu_title {
  width: 50%;
  margin: 60px auto 0 auto;
  text-align: left;
  background-color: #452700a2;
  padding: 20px 30px;
  border-radius: 5px;
}

.menu_title h2 {
  margin: 0 0 20px 0;
  font-family: "Philosopher", sans-serif;
}

/* pictures area */

.content_cafemenu {
  width: 80%;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.content_cafemenu .dish {
  width: 315px;
  margin: 0 0 30px 0;
  padding: 15px;
  box-shadow: 4px 4px 15px -5px #777777;
  border-radius: 30px 30px 30px 30px;
  border: #c7c7c7 1px solid;
  background-color: #fff;
  transition: 0.3s;
}

.content_cafemenu .dish:hover {
  /* opacity: 0.8; */
  transform: scale(1.2);
}

.content_cafemenu .dish img {
  width: 100%;
  border-radius: 30px 30px 5px 5px;
}

/*おすすめBOX */
.content_cafemenu .recommend_dish {
  position: relative;
}

/* いちおしマーク no1 */
.content_cafemenu .recommend_dish .recommend {
  position: absolute;
  width: 80px;
  top: 5px;
  left: 10px;
}

.content_cafemenu .dish p {
  margin: 1rem 0 0 0;
}

/* ===all menu=== */

.menu_table_inner {
  max-width: 1000px;
  /* margin: 0 auto; */
}

.menu-food_dessert {
  margin: 30px 0 30px 0;
}

/* all menuのMENUの文字 */
h6 {
  font-family: "Philosopher", sans-serif;
  font-size: 4rem;
  text-align: center;
  margin: 0 0 60px 0;
}

h7 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #009c17;
  border-left: 8px solid #009c17;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}

/* ---------------menu table---------------- */

.drink_food td:after,
.menu-food_dessert td:after,
.takeout_food td:after {
  content: "円";
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  width: 50px;
  padding-left: 10px;
}

.menu_table {
  background-color: #fefffd;
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 30px;
  font-size: 1.3rem;
  line-height: 2;
  border-radius: 5px;
}

.menu_table tr {
  border-bottom: #009c17 1px solid;
}

.menu_table th {
  /* marginはいかない。 */
  padding: 0 50px 0 0;
}

.menu_table .menu-side th {
  padding: 0 150px 0 0;
}

.menu_table .menu-dessert th {
  padding: 0 100px 0 0;
}

.menu-dessert td {
  text-align: right;
}

.topping {
  font-size: 20px;
  font-weight: 600;
  padding: 3px 5px;
}

.content-topping {
  display: flex;
  justify-content: space-between;
  width: 370px;
  align-items: flex-start;
  font-weight: 600;
  border: #ffd53f 2px solid;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
}

.content-topping ul li {
  border-bottom: #fff 1px solid;
  background-color: #f2c71a;
  padding: 6px;
  text-align: center;
  color: #fff;
}

.menu-drink,
.menu-food,
.menu-side,
.takeout_food {
  margin: 0 0 60px 0;
}

.takeout_table_inner {
  display: flex;
  justify-content: space-around;
}

.takeout_food th {
  padding: 0 100px 0 0;
}

.notice {
  margin: 0 0 30px 60px;
}

.green {
  color: var(--secondary-color);
}

.takeout_disc p {
  margin: 0 0 10px 0;
}

.takeout_disc p:last-of-type {
  margin: 0 0 30px 0;
}

/*=========== contact=========== */
.container_contact h2 {
  margin: 0 0 20px 0;
}

.container_contact main {
  display: grid;
  place-items: center;
  width: 100%;
  height: 70%;
}

form {
  width: 70%;
  margin: 0 auto;
  background-color: #ffffffb4;
  border-radius: 5px;
  box-shadow: #bfbfbf 5px 5px 5px;
  border: #fff 4px solid;
  padding: 30px;
}

.container_contact dt,
.container_contact dd {
  font-weight: 500;
  color: #333;
  font-size: 18px;
}

.container_contact dt {
  margin: 10px 0 0 0;
}

input {
  border: #009c17a4 2px solid;
  width: 300px;
  background: #f7fff0;
  margin: 5px 0 5px 0;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 1rem;
  color: #5a5a5a;
}

textarea {
  width: 480px;
  background: #f7fff0;
  margin: 5px 0 20px 0;
  padding: 10px;
  border: #009c17a4 2px solid;

  border-radius: 5px;
  font-size: 1rem;
  color: #5a5a5a;
}

button {
  width: 110px;
  height: 60px;
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  transition: 0.3s;
  letter-spacing: 0.2rem;
}

/* buttonの装飾をmenuのpageのbtnと併用 */
.online {
  width: 400px;
  border: 2px solid var(--secondary-color);
  font-weight: 700;
}

button:hover {
  background: #fff;
  color: var(--primary-color);
}

/* contact adress area  */
aside {
  width: 75%;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

.adress_info {
  display: flex;
  justify-content: center;
}

.adress {
  /* width: 30%; */
  width: 220px;
  margin: 0 40px 0 0;
}

.map {
  width: 77%;
}

@media (max-width: 1040px) {
  .content,
  .content-topping {
    flex-direction: column;
  }

  .content-topping ul {
    width: 100%;
  }

  .topping {
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 960px) {
  /* 共通 */
  .wrapper {
    flex-direction: column;
    padding: 0;
  }

  header .logo {
    margin: 0 0 10px 0;
  }

  /*=========== index =========== */
  .index_title {
    width: 80%;
  }

  /* index */
  .index_title h1 {
    font-size: 2rem;
    margin: 20px 0 20px 0;
  }

  /* h1の下の文 */

  .title {
    font-size: 1.1rem;
  }

  .btn a {
    font-size: 1.2rem;
    padding: 1rem;
  }

  /* news */
  .container_news h2 {
    font-size: 3rem;
    margin: 20px 0 50px 0;
  }

  h3 {
    font-size: 1.5rem;
  }

  .news {
    flex-direction: column;
    width: 90%;
    margin: 30px auto 30px auto;
    padding: 20px;
  }

  .news_main_content {
    width: 100%;
  }

  .news_title_box {
    display: flex;
    margin: 0 0 10px 0;
  }

  .news_title {
    margin: 0;
  }

  .categorie_list {
    margin: 0;
  }

  .categorie {
    margin: 0;
  }

  .news main {
    width: 100%;
    margin: 0 0 60px 0;
  }

  .news aside {
    width: 100%;
    margin: 0 0 10px 0;
  }

  /*===== menu =====*/
  .menu-drink,
  .menu-food,
  .menu-side,
  .takeout_food,
  .menu-dessert {
    margin: 0 auto 60px auto;
  }

  .menu_title {
    width: 60%;
  }

  .menu_title h2 {
    margin: 10px 0 10px 0;
    font-size: 3rem;
  }

  .content_cafemenu {
    width: 90%;
  }

  .content_cafemenu .dish {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .content_cafemenu .dish:hover {
    transform: scale(1);
  }

  .content_cafemenu .recommend_dish img,
  .content_cafemenu .dish img {
    width: 100%;
    border-radius: 5px 30px 5px 5px;
  }

  /*===== contact====== */
  .container_contact header {
    padding: 10px;
  }

  .container_contact h2 {
    font-size: 2rem;
  }

  form {
    /* width: 60%; */
    margin: 0 auto;
  }

  input,
  textarea {
    width: 100%;
  }

  aside {
    width: 100%;
    margin: 0 auto;
  }

  .adress_info {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .adress {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 0.8 rem;
    text-align: left;
  }

  iframe {
    width: 100%;
    height: 300px;
    margin: 0 0 20px 0;
  }

  /* story */
  .container_story {
    height: 180vh;
  }
  .container_story .story_title {
    color: #272727;
    width: 80%;
    margin: 220px auto 0 auto;
  }
  .container_story .manami {
    width: 200px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 650px) {
  .container_story .story_title {
    width: 100%;
    margin-top: 250px;
  }

  .container_story .manami {
    width: 250px;
    margin-top: -10px;
  }

  h6 {
    font-size: 3rem;
  }

  .menu_title {
    width: 90%;
  }
}

@media (max-width: 520px) {
  /* story */
  .container_story {
    height: 200vh;
  }

  table {
    width: 100%;
    padding: 20px;
  }

  td,
  th {
    white-space: nowrap;
  }

  .menu_table .menu-dessert th {
    padding: 0 60px 0 0;
  }
  .container_story .manami {
    width: 220px;
  }
}

@media (max-width: 480px) {
  /* 共通 */

  h3 {
    font-size: 1.25rem;
  }

  header {
    flex-direction: column;
  }

  header .logo {
    margin: 0;
  }

  header ul li {
    font-size: 1rem;
    margin: 0;
  }

  /* index */
  .index_title h1 {
    font-size: 1.8rem;
  }

  .index_title {
    width: 90%;
  }

  /* story */

  .story_title_box {
    width: 100%;
  }

  /* news */
  .container_news {
    height: 45vh;
  }

  header ul li a {
    padding: 10px;
  }

  .en {
    background: #00bbdd;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    /* padding10px足し */
    padding: 10px;
  }

  .en p {
    font-size: 1rem;
  }

  .year {
    border-top: #ffffff 1px solid;
    font-size: 0.8rem;
    /* padding消し */
    padding: 5px 5px 0 5px;
  }

  /* newsのページ　一箇所青文字 */
  .blue {
    color: #02bbdd;
  }

  .news {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 20px 20px 0 20px;
  }

  .news_title {
    margin: 0 0 26px 10px;
  }

  .categorie_list {
    margin: 0;
  }

  .categorie {
    margin: 0;
  }

  .news main {
    width: 100%;
    margin: 0 0 50px 0;
  }

  .news aside {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .container_news {
    margin: 0 0 40px 0;
  }

  /*======== menu ========*/

  h6 {
    font-size: 2rem;
  }

  .content-topping {
    width: 100%;
  }

  /* -------------テーブル ----------------*/

  .content_cafemenu {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }

  .content_cafemenu .dish {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .content_cafemenu .dish img {
    width: 100%;
  }

  .content_cafemenu .dish:last-child {
    margin: 0 0 50px 0;
  }

  .content_cafemenu .dish:hover {
    transform: scale(1);
  }

  /* all menu page */
  .online {
    width: 100%;
    font-size: 1rem;
  }

  .notice {
    margin: 0 0 30px 0px;
  }

  .menu_table th {
    /* marginはいかない。 */
    padding: 0;
  }

  .row2 {
    display: block;
  }

  /* ======contact ======*/

  .container_contact {
    margin: 0 0 20px 0;
  }

  .container_contact header {
    padding: 10px;
  }

  .container_contact h2 {
    margin: 30px 0 30px 0;
  }

  .container_contact main {
    width: 100%;
    margin: 0 auto;
  }

  form {
    width: 90%;
    margin: 0 auto;
  }

  input,
  textarea {
    width: 100%;
  }

  aside {
    width: 100%;
    margin: 0 auto;
  }

  .adress_info {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .adress {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 0.8 rem;
    text-align: left;
  }

  iframe {
    width: 100%;
    height: 300px;
    margin: 0 0 20px 0;
  }
}
