@charset "UTF-8";

/* ヘッドエリア */
.head_txt {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.head_txt h1 {
  text-align: center;
  font-size: 32px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2.1;
}
.read_txt {
  width: 100%;
  background-image: url(../../images/concept/read_txt_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 100px;
}
.read_txt .read_head_txt h2 {
  text-align: left;
  font-size: 60px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2.1;
  margin-left: 50px;
  padding-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.read_txt .read_head_txt h2::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #313131;
  margin-left: 30px;
}
.read_txt .read_content_txt p {
  text-align: left;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2.1;
  margin-left: 50px;
}

/* 一日一組 */
.one_day_wrapper {
  width: 100%;
}
.one_day_wrapper .one_day_head_img {
  width: 25%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.one_day_wrapper .one_day_head_img img {
  width: 100%;
  height: auto;
}
.one_day_wrapper .one_day_head_txt {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.one_day_wrapper .one_day_head_txt h2 {
  text-align: left;
  font-size: 35px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2.1;
  margin-left: 50px;
}
.one_day_wrapper .one_day_head_txt h2 span {
  font-size: 50px;
}
.one_day_wrapper .one_day_read_txt {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.one_day_wrapper .one_day_read_txt p {
  text-align: left;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1.7;
  margin-left: 50px;
  border-left: 1px solid #A29182;
  padding-left: 30px;
}

/* 白鳥庭園について */
.about_shirotori_wrapper {
  width: 100%;
}
.about_shirotori_wrapper .about_shirotori_head_img {
  width: 70%;
  display: block;
  margin-top: 100px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: 5%;
}
.about_shirotori_wrapper .about_shirotori_head_img img {
  width: 100%;
  height: auto;
}
.about_shirotori_wrapper .about_shirotori_head_txt {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.about_shirotori_wrapper .about_shirotori_head_txt h2 {
  text-align: left;
  font-size: 36px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  margin: 0 auto;
  margin-left: 20px;
}
.about_shirotori_wrapper .about_shirotori_head_txt p {
  text-align: left;
  font-size: 28px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  margin: 0 auto;
  margin-left: 20px;
}
.about_shirotori_read_txt1 {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.about_shirotori_read_txt1 p {
  text-align: left;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2;
  margin-left: 20px;
}
.about_shirotori_map_img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.about_shirotori_map_img img {
  width: 100%;
  height: auto;
}
.about_shirotori_read_txt2 {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.about_shirotori_read_txt2 p {
  text-align: left;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2;
  margin-left: 20px;
}
.concept_foot_img {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 200px;
}
.concept_foot_img img {
  width: 100%;
  height: auto;
}
