@charset "utf-8";
/* CSS Document */

/*---------------------------- news & event ----------------------------*/
.news-wrapper {
  width: 100%;
  padding: 40px 40px 120px;
  background-color: #FDF9F5;
  text-align: center;
}
.news__list {
  list-style: none;
}
.news__list-item {
  width: 100%;
  max-width: 1200px;
  display: flex;
  text-align: left;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(87, 72, 69, 0.2);
  padding: 40px 50px;
  margin: 0 auto 60px;
}
.news__list-item:last-child {
  margin-bottom: 120px;
}
.news__category {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #574845;
  min-width: 150px;
  height: 40px;
  padding: 5px 15px;
  border-radius: 30px;
  margin-right: 40px;
}
.news__category img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.news__category h4 {
  color: #fafafe;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-weight: 600;
  display: inline-block;
}
.news__list-item .description {
  text-align: justify;
}
.news__list-item .description date {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.news__list-item .description h3 {
  font-size: 1.8rem;
  margin: 12px auto 24px;
  letter-spacing: 0.1rem;
}
.news__text p {
  margin-top: 10px;
}
.news__link {
  text-decoration: none;
}
.news__line--reservation {
  color: #574845;
  font-weight: 600;
  background-image: linear-gradient(transparent 70%, rgba(120, 195, 199, 0.5) 0%);
}
.news__line--contact {
  color: #574845;
  font-weight: 600;
  background-image: linear-gradient(transparent 70%, rgba(240, 192, 197, 0.8) 0%);
}
.news__text small {
  font-size: 1.4rem;
  margin-top: 10px;
}
.event__category {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #574845;
  min-width: 150px;
  height: 40px;
  padding: 5px 15px;
  border-radius: 30px;
  margin-right: 40px;
}
.event__category img {
  width: 20px;
  height: 20px;
}
.event__category h4 {
  color: #fafafe;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-weight: 600;
  display: inline-block;
}
.event__text {
  margin-bottom: 24px;
}
.event__text p {
  margin-bottom: 8px;
}
.event__text a {
  color: #574845;
}
.event__content {
  display: block;
}
.event__content img {
  width: 40%;
  object-fit: contain;
}
.event__content--additional {
  display: inline-block;
  margin-top: 24px;
}
.event__content--additional p {
  margin-bottom: 10px;
}

.event__text a {
  text-decoration: none;
  color: #574845;
  font-weight: 700;
  background-color: #D0E7E9;
  border-bottom: solid 2px transparent;
  padding: 0 2px;
  margin: 0 2px;
  transition: .3s;
}
.event__text a:hover {
  border-bottom: solid 2px #54C0C8;
}
.event__text__flexbox {
  display: flex;
  gap: 24px;
  align-items: center;
}
.event__text__flexbox--content p {
  margin-bottom: 8px;
}
#news__takara-sensei {
  width: 160px;
  height: 220px;
  object-position: center;
}

/* iPad Smaller than 999px ----------- */
@media only screen and (max-width : 999px) {
  .news__list-item {
    flex-direction: column;
    padding: 24px 16px;
    margin: 0 auto 40px;
}
  .news__category, .event__category {
  max-width: 150px;
  margin: 0 0 10px 0;
}
  .news__description {
  width: 100%;
}
.event__content img {
  width: 100%;
  margin: 20px auto 0;
}
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width :767px) {
  .event__content {
  display: flex;
  flex-direction: column;
}
.event__text__flexbox {
  flex-direction: column;
  gap: 16px;
}
}
/*---------------------------- // news&event ----------------------------*/


/*---------------------------- news ----------------------------*/
.news-wrapper {
  width: 100%;
  padding: 0 16px;
  background-color: #FDF9F5;
  text-align: center;
  padding-bottom: 1rem;
}
.news__list {
  list-style: none;
}
.news__list-inner {
  width: 100%;
  max-width: 1000px;
  display: flex;
  text-align: left;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(87, 72, 69, 0.2);
  padding: 40px;
  margin: 0 auto 40px;
}
.news__category {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #574845;
  width: 150px;
  height: 40px;
  padding: 5px 15px;
  border-radius: 30px;
  margin-right: 40px;
}
.news__category-image {
  max-width: 320px;
  padding-right: 40px;
}
.news__category img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.news__category h4 {
  color: #fafafe;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-weight: 600;
  display: inline-block;
}
.news__image {
  margin: 20px 0;
}
.news__image img {
  width: 100%;
  object-fit: contain;
}

.news__item {
  width: 80%;
  display: inline-block;
  text-align: justify;
}
.news__item date {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.news__item-text h3 {
  font-size: 1.8rem;
  margin: 10px auto 20px;
  letter-spacing: 0.1rem;
}
.news__item-text p {
  margin-top: 10px;
}
.news__item-text p span {
  font-weight: 600;
  background-image: linear-gradient(transparent 70%, rgba(120, 195, 199, 0.5) 0%);
}
/* iPad Smaller than 999px ----------- */
@media only screen and (max-width : 999px) {
  .news__list-inner {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(87, 72, 69, 0.2);
  padding: 40px 50px;
  margin: 0 auto 40px;
}
  .news__category-image {
  padding-right: 0;
  max-width: 100%;
}
  .news__category {
  margin: 0 0 10px 0;
}
  .news__image {
    text-align: center;
  }
  .news__image img {
    width: 100%;
    max-width: 300px;
}
  .news__item {
  width: 100%;
}
}
/*-----------*/
/*---------------------------- // news ----------------------------*/

/*---------------------------- event ----------------------------*/
.event-wrapper {
  width: 100%;
  padding: 0 40px 0;
  background-color: #FDF9F5;
  text-align: center;
  padding-bottom: 120px;
}
.event__item {
  display: flex;
  width: 100%;
  max-width: 1000px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(87, 72, 69, 0.2);
  padding: 40px 50px;
  margin: 0 auto 40px;
}
.event__category {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #574845;
  width: 150px;
  height: 40px;
  padding: 5px 15px;
  border-radius: 30px;
  margin-right: 40px;
}
.event__category img {
  width: 20px;
  height: 20px;
}
.event__category h4 {
  color: #fafafe;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, 'Yu Gothic medium', 'Hiragino Sans', "メイリオ", 'sans-serif';
  font-weight: 600;
  display: inline-block;
}
.event__item-inner {
  text-align: left;
  width: 80%;
}
.event__item-inner date {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.event__item-inner h3 {
  font-size: 1.8rem;
  margin: 10px auto 30px;
  letter-spacing: 0.1rem;
}
.event__item-description {
  display: flex;
}
.event__item-text p {
  margin-bottom: 10px;
}
.event__item-description img {
  width: 40%;
  object-fit: contain;
  margin-left: 20px;
}
/* iPad Smaller than 999px ----------- */
@media only screen and (max-width : 999px) {
  .event__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(87, 72, 69, 0.2);
  padding: 40px;
  margin: 0 auto 40px;
}
  .event__category {
  margin: 0 0 10px 0;
}
  .event__item-inner {
  width: 100%;
}
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width :767px) {
  .event__item-description {
  display: flex;
    flex-direction: column;
}
  .event__item-description img {
  width: 200px;
    margin: 20px auto 0;
}
}
/*-----------*/
/*---------------------------- // event ----------------------------*/

/* おおたかの森OPEN限定イベント　特典 */
.news__campaign {
  width: 100%;
  margin-top: 40px;
}
.news__campaign img {
  width: 100%;
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 999px) {
  .news__campaign {
    text-align: center;
}
  .news__campaign img {
    width: 80%;
    margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
  .news__campaign {
    text-align: center;
}
  .news__campaign img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
}


