@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Coiny&display=swap');


/*=========================
一次公開用のスタイル　ここから
詳細情報は7/17(木)公開！
=========================*/
.temporary-text {
  text-align: center;
  color: #e8578c;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-top: 50px;
  letter-spacing: 2px;
}
body.view.sp .temporary-text {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 28px;
}
/*=========================
ここまで
=========================*/




#contents-main {
  background: #FFF;
  font-size: 90%;
  color: #030911;
  font-family: メイリオ, Meiryo, sans-serif;
  line-height: 160%;
  position: relative;
}
body.view.pc #contents > .inner,
body.view.pc #contents #contents-main > .inner {
  width: 1020px;
  padding: 0;
  background: transparent;
}
/* モーダル時横幅制御 */
html {
  scrollbar-gutter: stable;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 300px;
}
.start p img{
	width: 100%;
}
.fadein {
  opacity: 0;
  transform : translate(0, 30px);
  transition : all 1500ms;
}
.fadein2 {
  opacity: 0;
  transform : translate(0, 15px);
  transition : all 1500ms;
}
.fadein3 {
  opacity: 0;
  transform : translate(0, 15px);
  transition : all 1500ms;
}
.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/*-------------------
絵本パラダイス2025
-------------------*/
/* 背景 */
body.ehon2025 #contents-main .event-contents {
  background: url(bg_bottom.png), url(bg_sky.jpg);
  background-repeat: no-repeat, repeat;
  background-size: 100%, contain;
  background-position: bottom, top center;
  position: relative;
  padding-bottom: 350px;
}
body.ehon2025 #contents-main h2{
  background: transparent;
  padding: 0;
}
/* body.ehon2025 #contents-main .event-contents{
  position: relative;
  background: url(./ttl_main_side.png);
  background-repeat: repeat;
  background-size: contain;
  z-index: 0;
} */

/* メインタイトル */
body.ehon2025 #contents-main .main-title {
  background-image: url(./bg_maintitle.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 75px 0 50px 0;
}

/* ナビメニュー */
body.ehon2025 #contents-main .main-title ul.navi{
  display: flex;
  margin: 0 auto;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 720px;
  justify-content: space-around;
}
body.ehon2025 #contents-main .main-title ul.navi li{
  position: relative;
  width: calc(100%/2 - 30px);
  text-align: center;
  line-height: 1.3;
}
body.ehon2025 #contents-main .main-title ul.navi li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0px 6px 8px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transform: rotate(90deg);
}
body.ehon2025 #contents-main .main-title ul.navi li a {
  background-color: #e8578c;
  color: #fff;
  /* border: 6px solid #fff; */
  border-radius: 50px;
  display: block;
  padding: 13px 0;
  font-weight: bold;
  font-size: 20px;
}

/* カレンダー */
body.ehon2025 #contents-main .event-contents .calendar-container h3{
  border: none;
  padding: 18px 20px 12px;
  background: #e8578c;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 1;
}
body.ehon2025 #contents-main .event-contents .calendar-container h3 p{
  margin-top: 20px;
  font-size: 19px;
}
body.ehon2025 #contents-main .inner .calendar-container {
  margin: 0 auto;
  border-radius: 5px;
  color: #1a1a1a;
  /* margin: 0 40px; */
}
body.ehon2025 #contents-main .inner .calendar-container h2{
  width: 100%;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
}
body.ehon2025 #contents-main .inner .calendar_box{
  background: #fff;
  border: 2px solid #e8578c;
  margin: 75px 60px 20px;
}
body.ehon2025 #contents-main .inner .calendar_box ul.month,
body.ehon2025 #contents-main .inner .calendar_box ul.day{
  display: flex;
  overflow: hidden;
  font-size: 0;
  flex-wrap: wrap;
  justify-content: space-around;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak{
  display: flex;
  justify-content: space-around;
}
body.ehon2025 #contents-main .inner .calendar_box ul.month{
  background: #e8578c;
}
body.ehon2025 #contents-main .inner .calendar_box ul.day{
  border-bottom: 1px solid #e8578c;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak{
  border-bottom: 1px solid #e8578c;
}
body.ehon2025 #contents-main .inner .calendar_box ul.day.last{
  border-bottom: none;
  justify-content: flex-start;
}
body.ehon2025 #contents-main .inner .calendar_box ul.month li,
body.ehon2025 #contents-main .inner .calendar_box ul.day li{
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: calc(100% / 7 - 20px);
  text-align: center;
  position: relative;
  background: #fffccc;
  margin: 10px;
}
body.ehon2025 #contents-main .inner .calendar_box ul.month li{
  font-size: 26px;
  height: 30px;
  background: #e8578c;
  color: #fff;
  line-height: 30px;
}
body.ehon2025 #contents-main .inner .calendar_box ul.month li::after{
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 30px;
  border-right: 1px solid #fff;
}
body.ehon2025 #contents-main .inner .calendar_box ul.month li:last-child{
  border-right: none;
}
body.ehon2025 #contents-main .inner .calendar_box ul.month li:last-child::after{
  border-right: none;
}
body.ehon2025 #contents-main .inner .calendar_box ul.day li{
  height: 100px;
  border-radius: 10px;
}
body.ehon2025 #contents-main .inner .calendar_box ul.day li::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -10px;
  height: 100px;
  border-right: 1px solid #e8578c;
}
body.ehon2025 #contents-main .inner .calendar_box ul.day li:last-child{
  border-right: none;
  margin-bottom: 10px;
}
body.ehon2025 #contents-main .inner .calendar_box ul.day:not(.last) li:last-child::after{
  border-right: none;
}
body.ehon2025 #contents-main .inner .calendar_box ul.day li.rest{
  background: transparent;
}
body.ehon2025 #contents-main .inner .calendar_box ul.day li.rest img{
  height: 40px;
  margin-top: 10px;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak{
  display: flex;
  justify-content: space-around;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak li:first-child{
  /* width: calc(100% - 402px); */
  flex: 1;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak li{
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: calc(100% / 7 - 20px);
  text-align: center;
  position: relative;
  background: #fffccc;
  margin: 10px;
  height: 100px;
  border-radius: 10px;
  position: relative;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak li.day1{
  background: #fff3ed;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak li:first-child{
  background: transparent;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak li:first-child p{
  color: #e8578c;
  line-height: 200%;
  letter-spacing: 3px;
  padding: 13px;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak li::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -10px;
  height: 100px;
  border-right: 1px solid #e8578c;
}
body.ehon2025 #contents-main .inner .calendar_box ul.fastDayWeak li:last-child::after{
  border-right: none;
}
body.ehon2025 #contents-main .inner .calendar_box li button img{
  height: 40px;
  margin-top: 10px;
}
/* body.ehon2025 #contents-main .inner .calendar_box li button img.work {
  height: 30px;
} */
body.ehon2025 #contents-main .inner .calendar_box li button::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #e8578c;
}
body.ehon2025 #contents-main .inner .calendar-container dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 115px 60px;
  /* margin-bottom: 60px; */
  justify-content: flex-start;
}
body.ehon2025 #contents-main .inner .calendar-container dl .ico_disc{
  width: calc((100% - 30px) / 2);
  display: flex;
  gap: 20px;
  align-items: center;
}
body.ehon2025 #contents-main .inner .calendar-container dl .ico_disc dd{
  /* color: #fff; */
  font-weight: bold;
}
body.ehon2025 #contents-main .inner .calendar-container dl dt img{
  width: 86px;
}
/* body.ehon2025 #contents-main .inner .calendar-container dl dd{
  width: calc(100% / 6 - 10px);
  font-weight: bold;
}
body.ehon2025 #contents-main .inner .calendar-container dl dd.craft {
  width: 435px;
}
body.ehon2025 #contents-main .inner .calendar-container dl dd.clown {
  width: 240px;
}
body.ehon2025 #contents-main .inner .calendar-container dl dt img{
  width: 86px;
} */
/* タワーコート */
body.ehon2025 #contents-main .inner .event-contents .tower_event {
  margin: 0 40px;
}
body.ehon2025 #contents-main .inner .event-contents .tower_event h3{
  color: #e8578c;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border: none;
  font-weight: 900;
  text-align: center;
  font-size: 30px;
  background-color: transparent;
}
body.ehon2025 #contents-main .inner .event-contents .tower_event h3 span{
  font-size: 20px;
}
body.ehon2025 #contents-main .tower_main{
  background-color: #fff;
  border: 2px solid #e8578c;
  display: flex;
  gap: 40px;
  padding: 30px 40px;
  margin-bottom: 35px;
  /* align-items: center; */
}
body.ehon2025 #contents-main .tower_main.last{
  margin-bottom: 80px;
}
body.ehon2025 #contents-main .tower_main .tower_main_txt p.schedule{
  background: #e8578c;
  border-radius: 25px;
  color: #fff;
  padding: 10px 10px 7px;
  font-size: 22px;
  width: 255px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
body.ehon2025 #contents-main .tower_main .tower_main_txt p.ttl{
  color: #e8578c;
  font-size: 20px;
  padding: 20px 0;
  font-weight: bold;
  line-height: 28px;
}
body.ehon2025 #contents-main .tower_main .tower_main_txt p{
  font-size: 14px;
  padding: 0 0 20px;
}
body.ehon2025 #contents-main dl.time{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  align-items: flex-start;
}
body.ehon2025 #contents-main .tower_event .tower_main dl.time dt{
  background-color: #e8578c;
  color: #fff;
  font-size: 14px;
  width: 75px;
  text-align: center;
  padding: 5px 0;
}
body.ehon2025 #contents-main .tower_event .tower_main dl.time dd{
  width: 75%;
  text-align: start;
}
body.ehon2025 #contents-main .tower_event .tower_main dl.time dd a{
  text-decoration: underline;
}
body.ehon2025 #contents-main .tower_event .tower_main img{
  width: 700px
}
/* 絵本ナビメニュー */
body.ehon2025 #contents-main #ehonList ul.navi{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
  margin: 20px 0 40px;
  justify-content: center;
  box-sizing: border-box;
}
body.ehon2025 #contents-main #ehonList ul.navi li{
  position: relative;
  width: calc(100%/4 - 10px);
  text-align: center;
  line-height: 1.3;
}
body.ehon2025 #contents-main #ehonList ul.navi li:last-of-type {
  width: calc(100%/2 - 10px);
}
body.ehon2025 #contents-main #ehonList ul.navi li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0px 6px 8px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  transform: rotate(90deg);
}
#contents-main #ehonList ul.navi li a {
  color: #fff;
  border: none;
  border-radius: 50px;
  display: block;
  padding: 13px 0;
  font-weight: bold;
  font-size: 17px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}
#contents-main #ehonList ul.navi li a span{
  font-size: 16px;
}
/* ナビメニュー色指定 */
body.ehon2025 #contents-main #ehonList ul.navi li:nth-child(3):after{
  /* border-color: transparent transparent transparent #000; */
}
/* body.ehon2025 #contents-main #ehonList ul.navi li:last-child:after {
  border-color: transparent transparent transparent #000;
} */
body.ehon2025 #contents-main #ehonList ul.navi li a[href$="norimono"]{
  background-color: #ef9f00;
}
body.ehon2025 #contents-main #ehonList ul.navi li a[href$="tabemono"]{
  background-color: #b8775c;
}
body.ehon2025 #contents-main #ehonList ul.navi li a[href$="ikimono"]{
  background-color: #009097;
}
body.ehon2025 #contents-main #ehonList ul.navi li a[href$="mukashi"]{
  background-color: #f5776f;
}
body.ehon2025 #contents-main #ehonList ul.navi li a[href$="asobi"]{
  background-color: #4fab35;
}
body.ehon2025 #contents-main #ehonList ul.navi li a[href$="sizen"]{
  background-color: #f27733;
}
body.ehon2025 #contents-main #ehonList ul.navi li a[href$="irokatachi"]{
  background-color: #a172c3;
}
body.ehon2025 #contents-main #ehonList ul.navi li a[href$="dakko"]{
  background-color: #3377ff;
}
body.ehon2025 #contents-main #ehonList ul.navi li a[href$="osusume"]{
  background-color: #3377ff;
}

/* 絵本リスト */
body.ehon2025 #contents-main .inner .event-contents #ehonList {
  /* margin: 0 40px; */
  /* background-image: url(bg_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 350px; */
}
body.ehon2025 #contents-main .inner .event-contents #ehonList .ehonList-inner {
  margin: 0 60px;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList h3{
  border: none;
  padding-top: 60px;
  background: transparent;
  text-align: center;
  border: none;
  padding: 18px 20px 12px;
  background: #e8578c;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 1;
}

body.ehon2025 #contents-main .inner .event-contents #ehonList p.subtitle {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}

body.ehon2025 #contents-main .inner .event-contents #ehonList p{
  font-weight: bold;
  padding: 10px 0px;
  font-size: 20px;
  /* color: #fff; */
  letter-spacing: 2px;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList p#ikimono {
  color: #009097;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList p#tabemono {
  color: #b8775c;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList p#norimono {
  color: #ef9f00;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList p#mukashi {
  color: #f5776f;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList p#asobi {
  color: #4fab35;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList p#irokatachi {
  color: #a172c3;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList p#sizen {
  color: #f27733;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList p#dakko {
  color: #3377ff;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList p#osusume {
  color: #3377ff;
}



body.ehon2025 #contents-main .inner .event-contents #ehonList p span{
  font-size: 16px;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl{
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 35px;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl ul{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dt{
  color: #fff;
  text-align: center;
  padding: 0 10px;
  border-radius: 7px 7px 0 0;
}

body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ikimono dt {
  background-color: #009097;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.tabemono dt {
  background-color: #b8775c;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.norimono dt {
  background-color: #ef9f00;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.utilyuu dt {
  background-color: #f5776f;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.fisigi dt {
  background-color: #4fab35;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ongaku dt {
  background-color: #a172c3;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.sizen dt {
  background-color: #f27733;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ningen dt {
  background-color: #3377ff;
}



body.ehon2025 #contents-main .inner .event-contents #ehonList dl dt ul li:first-child,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dd ul li:first-child{
  width: calc(100% / 2 - 10px);
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dt ul li,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dd ul li{
  width: calc(100% / 3 - 10px);
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dt ul li:last-child,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dd ul li:last-child{
  width: 150px;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dt ul li{
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0 10px;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dt ul li:first-child{
  letter-spacing: 10px;
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); */
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dt ul li:nth-child(2){
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); */
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dt ul li:last-child{
  border-right:none;
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); */
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dd{
  margin: 0 10px;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dd ul li{
  /* text-indent: 20px; */
  font-size: 14px;
  margin: 10px 0;
  padding: 0 10px;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl dd ul li:first-child{
  font-weight: bold;
  font-size: 16px;
}
body.ehon2025 #contents-main #ehonList a[href$=".pdf"]{
  color: #fff;
  border: none;
  border-radius: 10px;
  display: block;
  padding: 16px 0;
  font-weight: bold;
  font-size: 22px;
  width: 350px;
  text-align: center;
  margin: 0 auto 40px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/* 絵本リスト色指定 */
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ikimono{
  border: 2px solid #009097;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ikimono dd ul{
  border-bottom: 1px solid #009097;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ikimono dd ul li:nth-child(2){
  border-right: 1px dashed #009097;
  border-left: 1px dashed #009097;
}
body.ehon2025 #contents-main #ehonList p.ikimono a{
  /* background: url(ikimono_bg.jpg);
  background-size: cover; */
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.tabemono{
  border: 2px solid #b8775c;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.tabemono dd ul{
  border-bottom: 1px solid #b8775c;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.tabemono dd ul li:nth-child(2){
  border-right: 1px dashed #b8775c;
  border-left: 1px dashed #b8775c;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.norimono{
  border: 2px solid #ef9f00;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.norimono dd ul{
  border-bottom: 1px solid #ef9f00;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.norimono dd ul li:nth-child(2){
  border-right: 1px dashed #ef9f00;
  border-left: 1px dashed #ef9f00;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.utilyuu{
  border: 2px solid #f5776f;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.utilyuu dd ul{
  border-bottom: 1px solid #f5776f;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.utilyuu dd ul li:nth-child(2){
  border-right: 1px dashed #f5776f;
  border-left: 1px dashed #f5776f;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.fisigi{
  border: 2px solid #4fab35;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.fisigi dd ul{
  border-bottom: 1px solid #4fab35;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.fisigi dd ul li:nth-child(2){
  border-right: 1px dashed #4fab35;
  border-left: 1px dashed #4fab35;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ongaku{
  border: 2px solid #a172c3;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ongaku dd ul{
  border-bottom: 1px solid #a172c3;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ongaku dd ul li:nth-child(2){
  border-right: 1px dashed #a172c3;
  border-left: 1px dashed #a172c3;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.sizen{
  border: 2px solid #f27733;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.sizen dd ul{
  border-bottom: 1px solid #f27733;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.sizen dd ul li:nth-child(2){
  border-right: 1px dashed #f27733;
  border-left: 1px dashed #f27733;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ningen{
  border: 2px solid #3377ff;
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ningen dd ul{
  border-bottom: 1px solid #3377ff;
  /* border-image: conic-gradient(#f5f551,#5eff5e,#84a1ff,#ff45ff,#ff5a5a,#ffbc41,#f5f551) 1; */
}
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ningen dd ul li:nth-child(2){
  border-right: 1px dashed #3377ff;
  border-left: 1px dashed #3377ff;
}

/* borderけす */
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ikimono dd ul:last-child,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.tabemono dd ul:last-child,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.norimono dd ul:last-child,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.utilyuu dd ul:last-child,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.fisigi dd ul:last-child,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ongaku dd ul:last-child,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.sizen dd ul:last-child,
body.ehon2025 #contents-main .inner .event-contents #ehonList dl.ningen dd ul:last-child{
  border-bottom: none;
}

/* PDFリンク色指定 */
body.ehon2025 #contents-main #ehonList .ikimono a[href$=".pdf"] {
  background-color: #009097;
}
body.ehon2025 #contents-main #ehonList .tabemono a[href$=".pdf"] {
  background-color: #b8775c;
}
body.ehon2025 #contents-main #ehonList .norimono a[href$=".pdf"] {
  background-color: #ef9f00;
}
body.ehon2025 #contents-main #ehonList .mukashi a[href$=".pdf"] {
  background-color: #f5776f;
}
body.ehon2025 #contents-main #ehonList .asobi a[href$=".pdf"] {
  background-color: #4fab35;
}
body.ehon2025 #contents-main #ehonList .irokatachi a[href$=".pdf"] {
  background-color: #a172c3;
}
body.ehon2025 #contents-main #ehonList .sizen a[href$=".pdf"] {
  background-color: #f27733;
}
body.ehon2025 #contents-main #ehonList .dakko a[href$=".pdf"] {
  background-color: #3377ff;
}
body.ehon2025 #contents-main #ehonList .osusume a[href$=".pdf"] {
  background-color: #3377ff;
}


/* ==========================
  モーダル
========================== */
p{
  font-family: メイリオ, Meiryo, sans-serif;
}
.day0726{
  display: flex;
  justify-content: space-between;
}
.day0726_w{
  width: calc(100% / 2 - 20px);
}
.day0726_left{
  text-align: start;
}
.modalWrap{
	display: none;
}
p.modaDay{
  background: #e8578c;
  border-radius: 25px;
  color: #fff;
  padding: 10px 10px 7px;
  font-size: 20px;
  width: 210px;
  margin: 0 auto 15px;
  font-weight: bold;
}
p.modaDay.genga{
  width: 270px;
}
p.time{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
p.modaText{
  margin-top: 20px;
  font-weight: bold;
}
p.modaText.ttl{
  font-weight: bold;
  font-size: 19px;
  margin: 10px 0;
}
p.modaText.ttl.text_m{
  margin: 10px 0 34px;
}
p.modaText span{
  font-weight:normal
}
p.work img{
  width: 300px;
}
ul.mTime{
  display: flex;
  justify-content: space-between;
  font-family: メイリオ, Meiryo, sans-serif;
}
ul.mTime li{
  width: calc(100% / 3 - 20px);
}
dl.schedule{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
  font-family: メイリオ, Meiryo, sans-serif;
}
dl.schedule dt{
  background-color: #e8578c;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  width: 30%;
}
dl.schedule dd{
  width: 60%;
  text-align: start;
}
dl.schedule dd a{
  text-decoration: underline;
}
dl.schedule dd.flex{
  font-size: 12px;
}
dl.schedule{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
  align-items: flex-start;
  font-family: メイリオ, Meiryo, sans-serif;
}
dl.schedule dt{
  background-color: #e8578c;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  width: 30%;
}
dl.schedule dd{
  width: 60%;
  text-align: start;
}

.modalClose {
  display: block;
  position: absolute;
  top: -27px;
  right: 0px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.modalClose::before,
.modalClose::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}
.modalClose::before {
  transform: rotate(45deg);
}
.modalClose::after {
  transform: rotate(-45deg);
}
button.modalOpen{
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
button.modalOpen2,
button.modalOpen3{
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
/* modaal.min.css */
.modaal-container {
  width: 300px;
  border: 4px solid #e8578c;
}
.modaal-content-container {
	padding: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .modaal-content-container{
    padding: 15px!important;
  }
  .day0726_w p img{
    width: 75%;
  }
  p.time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  p.work img{
    width: 200px;
  }
  p.modaText {
    font-size: 12px;
  }
  p.modaText.ttl {
    font-size: 14px;
  }
  dl.scheduleyuurindo{
    gap: 5px;
  }
  .day0726{
    display: block;
  }
  .day0726_w{
    width: 100%;
  }
  .day0726_w.bor{
    width: 100%;
    padding: 10px 0 0;
    margin: 20px 0 0;
    border-top: 3px solid #ccc;
  }
}



/*==================
スマホ表示用
====================*/
body.ehon2025.sp .footer-navi{
  display: none!important;
}
.sp .inner{
  padding: 0;
}
body.view.sp #contents > .inner
body.view.sp #contents #contents-main > .inner {
  padding: 0;
}
body.ehon2025.sp #contents-main{
  padding: 0;
}
/* 背景 */
body.ehon2025.sp #contents-main .inner .event-contents {
  /* background-repeat: repeat;
  background-size: contain;
  background-position: center center;
  padding: 20px 10px 30px; */
  padding-bottom: 200px;
}
body.ehon2025.sp #contents-main .event-contents{
  /* background: url(./ttl_main_side.png),#005bab; */
}
/* メインタイトル */
body.ehon2025.sp #contents-main .main-title {
  background-image: none;
  padding: 0;
}
/* ナビメニュー */
body.ehon2025.sp #contents-main .main-title ul.navi{
  flex-wrap: wrap;
  gap: 6px;
  margin: 20px 10px;
  padding-top: 0px;
  width: auto;
}
body.ehon2025.sp #contents-main .main-title ul.navi li{
  width: calc(100%/2 - 3px);
}
body.ehon2025.sp #contents-main .main-title ul.navi li a{
  font-size: 3vw;
  border: 3px solid #fff;
}
/* カレンダー */
body.ehon2025.sp #contents-main .inner .calendar-container{
  margin: 0;
  text-align: center;
}
body.ehon2025.sp #contents-main .event-contents .calendar-container p.attention{
  margin: 20px 0;
  font-size: 12px;
  font-weight: bold;
  /* color: #fff */
}
body.ehon2025.sp #contents-main .event-contents .calendar-container h3 {
  padding: 10px 5px 8px;
  font-size: 28px;
}
body.ehon2025.sp #contents-main .event-contents .calendar-container h3 p {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
}

body.ehon2025.sp #contents-main .inner .calendar_box {
  margin: 10px;
}

body.ehon2025.sp #contents-main .inner .calendar_box ul.fastDayWeak li:first-child p{
  padding: 0;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.month li{
  font-size: 14px;
  width: calc(100% / 7 - 10px);
  margin: 0;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.month li::after{
  right: -5px;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.fastDayWeak li:first-child{
  background: transparent;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.fastDayWeak li:first-child{
  width: auto;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.fastDayWeak li::after{
  /* right: -5px; */
  height: 10vw;
}
body.ehon2025.sp #contents-main .inner .calendar_box li button img{
  height: 16px;
  margin-top: 0;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.fastDayWeak li{
  width: calc(100% / 7 - 20px);
  background: transparent;
  height:auto;
  font-size: 11px;
  /* margin: 10px 0; */
}
body.ehon2025.sp #contents-main .inner .calendar_box li button::after {
  bottom: -5px;
  right: -5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #e8578c;
}
body.ehon2025.sp #contents-main .inner .calendar_box li.btnLast button::after{
  bottom: -6px;
}
body.ehon2025.sp #contents-main .inner .calendar_box li button img{
  height: 40px;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.day li.rest p{
  line-height: normal;
  padding-top: 2px;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.day li.rest img {
  height: 16px;
  margin-top: 0;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.day li{
  height:auto;
  background: transparent;
  width: calc(100% / 7 - 20px);
  font-size: 11px;
  margin: 10px;
}
body.ehon2025.sp #contents-main .inner .calendar_box li button img{
  height: 16px;
}
body.ehon2025.sp #contents-main .inner .calendar_box ul.day li::after{
  /* right: -5px; */
  height: 10vw;
}
body.ehon2025.sp #contents-main .inner .calendar-container dl dt img{
  /* height: 55px; */
}
.sp button.modalOpen{
  padding: 0;
}
.sp button.modalOpen2{
  padding: 0;
}
body.ehon2025.sp #contents-main .event-contents .calendar-container h3{
  /* padding: 20px 0 5px; */
}
body.ehon2025.sp #contents-main .inner .calendar-container dl {
  text-align: start;
  align-items: center;
  gap: 10px 18px;
  margin: 0 10px 30px;
}
body.ehon2025.sp #contents-main .inner .calendar-container dl dd{
  width: calc(100% - 25%);
  font-weight: bold;
  font-size: 12px
}
body.ehon2025.sp #contents-main .inner .calendar-container dl dd.craft,
body.ehon2025.sp #contents-main .inner .calendar-container dl dd.clown {
  width: 75%;
}
/* タワーコート */
body.ehon2025.sp #contents-main .inner .event-contents .tower_event{
  margin: 0;
}
body.ehon2025.sp #contents-main .inner .event-contents .tower_event h3{
  line-height: 34px;
  font-size: 25px;
}
body.ehon2025.sp #contents-main .inner .event-contents .tower_event h3 span {
  font-size: 15px;
}
body.ehon2025.sp #contents-main .tower_main{
  padding: 15px 20px;
  margin: 0 10px 30px;
  display: block;
}
body.ehon2025.sp #contents-main .tower_main .tower_main_txt p.schedule{
  margin: 0 auto;
}
body.ehon2025.sp #contents-main .tower_event .tower_main dl.time dd{
  width: 65%;
}
body.ehon2025.sp #contents-main .inner .calendar-container dl .ico_disc{
  width: calc((100% - 18px ) / 2);
  gap: 10px;
}
/* 絵本リストナビメニュー */
body.ehon2025.sp #contents-main #ehonList ul.navi{
  margin: 0 0 20px;
  gap: 8px;
}
body.ehon2025.sp #contents-main #ehonList ul.navi li{
  width: calc(100%/2 - 4px);
}
body.ehon2025.sp #contents-main #ehonList ul.navi li:last-of-type {
  width: 100%;
}
body.ehon2025.sp #contents-main #ehonList ul.navi li a{
  font-size: 3.6vw;
}
body.ehon2025.sp #contents-main #ehonList ul.navi li a span{
  font-size: 3vw;
}
/* 絵本リスト */
/* body.ehon2025 #contents-main .inner .event-contents #ehonList h3{
  padding: 10px 0;
  margin-top: 70px;
} */
body.ehon2025.sp #contents-main .inner .event-contents #ehonList{
  margin: 0 ;
}
body.ehon2025.sp #contents-main .inner .event-contents #ehonList .ehonList-inner {
  margin: 0;
  padding: 0 10px;
}
body.ehon2025.sp #contents-main .inner .event-contents #ehonList h3 {
  padding: 10px 5px 8px;
  font-size: 28px;
}


body.ehon2025.sp #contents-main .inner .event-contents #ehonList p {
  font-size: 4vw;
  margin: 0;
}
body.ehon2025.sp #contents-main .inner .event-contents #ehonList p span{
  font-size: 3.5vw;
}
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl dt ul li {
  font-size: 17px;
  margin: 10px 0;
}
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl dd ul li{
  font-size: 13px;
  text-indent: 0;
}
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl ul {
  height: auto;
}

body.ehon2025.sp #contents-main .inner .event-contents #ehonList .scroll{
  overflow-x: scroll;
  margin-bottom: 30px;
}
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl{
  width: 800px;
  margin-bottom: 0px;
}
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl dt li:first-child,
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl dd li:first-child{
  width: 300px;
}
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl dt li:nth-child(2),
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl dt li:nth-child(3),
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl dd li:nth-child(2),
body.ehon2025.sp #contents-main .inner .event-contents #ehonList dl dd li:nth-child(3){
  width: 200px;
}
body.ehon2025.sp #contents-main #ehonList a[href$=".pdf"]{
  width: 100%;
}



/*# sourceMappingURL=style.css.map */


/* For modern browsers */
.cf:before, .cf:after {}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}