@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Arial" , "Yu Gothic", "游ゴシック" , "ヒラギノ角ゴ ProN" , sans-serif;
}
a {
  text-decoration: none;
}
.page-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}
.page-header img {
  width: 40px;
  height: 40px;
  margin: 16px 0 0 0;
}
.site-title {
  display: flex;
}
.site-title h1 {
  color: white;
  margin-left: 16px;
}
.main-nav {
  display: flex;
  list-style-type: none;
  font-size: 1.25rem;
  /* 大文字にする */
  text-transform: uppercase;
  height: auto;     
}
.main-nav li {
  margin-right: 32px;
}
.main-nav a {
  color: white;
}
.main-nav a:hover {
  color: #0dd;
}
.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* 追加 */
}
.home-content-wapper {
  text-align: center;
  align-items: center;
  margin-top: 50%;
  color: #fff;
}
.home-content-wapper h2 {
  margin: 0;
}
.home-content-wapper p {
  font-size: 1.25rem;
  margin: 8px 0 32px 0;
  font-weight: bold;
}
.page-title {
font-size: 5rem;
font-family: 'Lobster','philosopher', sans-serif;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
}
.button {
  font-size: 1.25rem;
  font-weight: bold;
  background-color: rgb(1, 177, 177);
  color: black;
  border-radius: 5px;
  padding: 16px;
}
.button:hover {
  background-color: #01d9ff;
}
.wrapper {
  position: relative;
}
.wrapper img {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
/*大きな背景画像 */
.big-bg {
  /* 画像の縦横たもつ */
  background-size: cover;
  /* 画像の中央に配置 */
  background-position: center top;
  /* 画像を繰り返さない */
  background-repeat: no-repeat;
}
#home {
  /* 背景画像選択 グラデーション */
  background-image: url("../img/coding/caff/main.jpg"), linear-gradient(pink,#09ffbf);
  /* 画面の高さの設定 */
  height: 100vh;
  /* 背景画像のブレンドモード */
  background-blend-mode: darken;
  /* 背景画像の透過度 */
  opacity: 0.9;
}
footer {
  color: black;
  text-align: center;
  font-weight: bold;
}
/* NEWS */
.header-top {
  background-color: #432;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.header-top .img {
  width: 40px;
  height: 40px;
  margin: 20px;
}
.header-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-site-title {
  display: flex;
  align-items: center;
}
.top-site-title h1 {
  color: white;
  margin-left: 16px;
}
.top-site-title img {
  width: 40px;
  height: 40px;
  margin: 20px ;
}
.top-nav {
  display: flex;
  list-style-type: none;
  font-size: 1.25rem;
  align-items: center;
}
.top-nav a {
  margin-right: 32px;
  color: white;
}
.top-nav a:hover {
  color: #0dd;
}
.top-text-h2 {
  font-size: 3rem;
  text-align: center;
  margin: 2rem auto;
  color: black;
}
/* footer */
.wrapper {
  background-color: #432;
  text-align: center;
  padding: 24px;
}
.wrapper p {
  color: #fff;
  font-size: 1.25rem;
}
/* 左右のコラム */
.new-content {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
}
article {
  width: 74%;
}
aside {
  width: 60%;
}
/* コンテンツ */
.new-content {
  max-width: 1100px;
  margin: 0 auto;
}
/* 左コンテンツ */
.new-content img {
  width: 100%;
  height: auto;
}
.post-title {
  font-size: 1.5rem;
}
.post-cat {
  font-size: 1.1rem;
  margin: 0;
}
.column-container {
  display: block;
}
/* 右コンテンツ */
.sub-title {
  font-size: 1.3rem;
  border-bottom: 2px solid #0bd;
}
.sub-menu {
  list-style-type: none;
  padding: 0;
}
.sub-menu li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.sub-menu a {
  color: black;
}
.sub-menu a:hover {
  color: #0bd;
}
/* menu */
#menu {
  background-color: #432;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
article {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}
.menu-item {
  display: flex;
  border: 1px solid black;
  background-color: #fff;
  margin: 40px auto;
  border-radius: 8px;
}
.page-title-menu {
  font-size: 3rem;
  text-align: center;
  margin: 2rem auto;
  color: white;
}
.menu-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.menu-inner {
  display: block;
  padding: 8px;
}
/* phot */
#Phot {
  /* 背景画像 */
  background-image: url("../img/coding/caff/top1.jpg");
  background-color: gray;
  /* ブレンドモード */
  background-blend-mode: multiply;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.phot-h2 {
  font-size: 3rem;
  border-bottom: 2px solid #0bd;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.phot-wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
}
.phot-container img {
  width: 100%;
  height: 200px;
}
.phot-container {
  display: block;
  width: 300px;
  height: 300px;
  padding: 8px;
}
.phot-container p {
  text-align: center;
  font-size: 1.25rem;
}
/* contact */
.google-div {
  text-align: center;
  margin: 150px auto 300px auto;
  padding: 16px;
}
#contact-main {
  background-color: #432;
  width: 100%;
  height: auto;
}
.contact-div {
  max-width: 1100px;
  margin: 16px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: black;
}
.contact-text h3 {
  font-size: 1.5rem;
  text-align: left;
  border-bottom: 2px solid black;
}
.contact-text p {
  font-size: 1.25rem;
  text-align: left;
}
/* sns */
.sns-div {
  display: flex;
  justify-content: center;
  margin: 8px auto;
}
.sns-inner img { 
  width: 40px;
  height: 40px;
  margin: 0 16px 0 16px;
}
/* レスポン */
@media screen and (max-width: 1080px) {
  .menu-item {
    display: block;
    margin: 10px auto;
  }
  .menu-item img {
    width: 100%;
    height: auto;
  }
  .phot-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .contact-div {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .contact-div iframe {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .contact-text h3  {
    text-align: center;
  }
  .contact-text p {
    text-align: center;
  }
} 
@media screen and (max-width: 768px) {
.container {
  flex-direction: column;
}
.header-container {
  flex-direction: column;
}
.home-content-wapper p {
  font-size: 1rem;
  color: #fff;
}
.home-content-wapper h2 {
  font-size: 3rem;
}
#home {
  /* 背景画像の透過度 */
  opacity: 0.8;
}
.new-content {
  display: block;
  margin: 8px auto;
}
.new-content p {
  text-align: center;
}
.post-title {
  text-align: center;
}
.post-cat {
  text-align: center;
}
article {
  width: 100%;
}
aside {
  width: 100%;
  margin: 0;
}
.sub-title {
  text-align: center;
}
.sub-menu li {
  text-align: center;
}
aside P {
  text-align: center;
}
.wrapper p {
  font-size: 0.7rem;
}
.phot-wrapper {
  display: block;
  margin: 4% auto;
}
.phot-container {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.phot-container img {
  width: 100%;
  height: auto;
}
.page-title1 {
  font-size: 1.5rem;
}
.google-div {
  margin: 50px auto 100px auto;
}
.google-div a {
  font-size: 0.9rem;
}
}