@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


body {
  font-family: "Yu Gothic", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
section {
  margin-bottom: 20px;
}
.box p {
  font-size: 20px;
  /* letter-spacing: 3px; */
  font-weight: 500;
  line-height: 1.5;
}

#sec_1 .hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 30px;
  text-align: center;
  font-size: 24px;
}
#sec_1 .hero {
  background: url(https://chashitsu2.com/wp-content/uploads/2023/10/hero_02_1280x900.webp);
  background-size: cover;
  position: relative;
}
#sec_1 .hero::before {
  content: "";
  background-color: rgba(1, 1, 1, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sec_1 .hero .p1 {
  color: #fff;
  font-weight: 500;
  line-height: 2;
  z-index: 10;
}
#sec_1 .hero .p1 span {
  display: block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #sec_1 .hero {
    padding: 10px;
    font-size: 16px;
  }
}

#sec_2 .box {
  text-align: center;
  padding: 30px;
  font-size: 1.2em;
}
#sec_2 .box img {
  width: 200px;
}
#sec_3 .box {
  text-align: center;
  padding: 30px;
}
.box-image {
  margin-bottom: 30px;
}
.box-image img {
  width: 200px;
}

#sec_3 .box-inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}

.box-l,
.box-r {
  width: 45%;
  margin: 0 auto 30px;
}

.h-text {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px;
  margin-left: 20%;
  margin-right: 20%;
}

.h-text p {
  font-weight: 900;
  margin: 0px;
}
.h-text .p2 {
  font-size: 3em;
}
.box-r .h-text {
  color: #fff;
  background: #000;
}
.box-inner .text {
  padding: 30px;
}

.map-01 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .box-l,
  .box-r {
    width: 100%;
  }
  #sec_4 .map-01 img {
    width: 100%;
  }
}
#sec_5 .box {
  text-align: center;
  padding: 30px;
}
#sec_5 .box p {
  font-size: 1.5em;
}
#sec_5 .box-img img {
  width: 90vw;
}

@media only screen and (max-width: 767px) {
  #sec_5 .box img {
    width: 100%;
  }
}

#sec_5 .infomation a {
  display: block;
  color: #4caf50;
  background: #333;
  font-size: 2em;
  font-weight: 900;
  text-decoration: none;
  padding: 10px;
}
#sec_5 .infomation a:hover {
  background: #4caf50;
  color: #333;
  transition: 0.75s;
}

#sec_6 .box {
  text-align: center;
  padding: 30px;
}
#sec_6 .box p {
  font-size: 1.5em;
}
footer {
  background: #000;
}
footer .box {
  text-align: center;
  padding: 30px;
}
footer .box p {
  color: #fff;
  line-height: 1;
}
footer .box .p1 {
  font-size: 24px;
  color: #4caf50;
}
footer .box .p2 {
  font-size: 32px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
  #sec_2 .box,
  #sec_3 .box,
  #sec_5 .box,
  #sec_6 .box {
    padding: 10px;
  }
  #sec_2 .box p {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
  }
  .h-text {
    margin-left: 10px;
    margin-right: 10px;
  }
  #sec_3 .box-inner .text {
    padding: 10px;
  }
  #sec_3 .box-inner .text p {
    font-size: 16px;
  }
  #sec_5 .box p {
    font-size: 16px;
  }
  #sec_5 .infomation a {
    font-size: 1.5em;
  }
  #sec_6 .box p {
    font-size: 16px;
  }
  footer .box p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  footer .box .p2 {
    font-size: 24px;
  }
}

