@charset "UTF-8";
/* ----------------------------------------------
pageTitle
----------------------------------------------*/
#pageTitle h1 {
  background: url(../img/title-back-sp.png) center top 20px no-repeat;
  background-size: 780px auto;
}
@media print, screen and (min-width:768px) {
  #pageTitle h1 {
    background: url(../img/title-back.png) center top 40px no-repeat;
    background-size: 980px auto;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #pageTitle h1 {
      background: url(../img/title-back@2x.png) center top 40px no-repeat;
      background-size: 980px auto;
    }
  }
}

/* ----------------------------------------------
newsList
----------------------------------------------*/
#newsList img {
  max-width: 100%;
  height: auto;
}
#newsList {
  padding: 10px 0 90px;
}
#newsList ul {
  list-style: none;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 5px;
}
#newsList li {
  padding-top: 30px;
  position: relative;
}
#newsList li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 216px;
  background: url(../img/news-list.svg) left top no-repeat;
  background-size: 266px 216px;
  font-weight: 400;
  text-decoration: none;
}
#newsList li a .text {
  width: 231px;
  margin-right: -1px;
  padding: 0 0 0 40px;
}
#newsList li a .date {
  width: 150px;
  margin: 0 auto;
  padding: 5px 0 12px;
  border-bottom: 1px solid #ffda46;
  color: #808080;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
#newsList li a .title {
  padding-top: 15px;
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 1.6;
}
#newsList li a .photo {
  width: 140px;
  margin-top: 60px;
  padding: 5px;
  border-radius: 8px;
  background-color: #fff;
}
#newsList li a .photo img {
  width: 100%;
  height: auto;
  max-width: auto;
  border-radius: 8px;
}
@media screen and (max-width:370px) {
  #newsList ul {
    max-width: 320px;
    margin: 0 auto;
    padding: 15px 0 0 0;
  }
  #newsList li a {
    background: url(../img/news-list.svg) right 66px top no-repeat;
    background-size: 266px 216px;
  }
}
@media print, screen and (min-width:768px) {
  #newsList {
    padding: 10px 0 117px;
  }
  #newsList ul {
    max-width: 980px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #newsList li {
    width: 310px;
    margin-right: 25px;
    padding-top: 70px;
  }
  #newsList li:nth-child(3n) {
    margin-right: 0;
  }
  #newsList li a {
    display: block;
    width: 100%;
    height: auto;
    background-size: 310px 252px;
  }
  #newsList li a .text {
    width: 100%;
    margin-right: 0;
    padding: 0;
		min-height: 204px;
  }
  #newsList li a .date {
    width: 176px;
    padding: 46px 0 12px;
    font-size: 1.8rem;
    line-height: 1;
  }
  #newsList li a .title {
    width: 220px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #newsList li a .photo {
    width: 200px;
    margin: 12px auto 0;
    border-radius: 10px;
  }
  #newsList li a .photo img {
    border-radius: 10px;
  }
  #newsList li a:hover {
    background: url(../img/news-list-over.svg) left top no-repeat;
    opacity: 0.8;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
}

/* ----------------------------------------------
pageNav
----------------------------------------------*/
#pageNav {
  padding: 20px 10px 37px;
  background-color: #ffeb78;
  position: relative;
  z-index: 0;
}
#pageNav::before {
  content: "";
  width: 100%;
  height: 34px;
  background: url(../../img/wavyline-yellow.svg) center top repeat-x;
  background-size: 51px 34px;
  position: absolute;
  top: -17px;
  left: 0;
}
@media print, screen and (min-width:768px) {
  #pageNav {
    padding: 40px 0 57px;
  }
}

/* ----------------------------------------------
pagination
----------------------------------------------*/
ul.pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.pagination li {
  width: 50px;
  height: 50px;
  padding: 0 5px 10px;
}
ul.pagination li .active,
ul.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: #666666;
}
ul.pagination li .active {
  background-color: #ebc300;
  color: #fff;
}
@media all and (min-width: 768px) {
  ul.pagination {
    width: 980px;
    margin: 0 auto;
  }
  ul.pagination li a:hover {
    background-color: #fffcc8;
    color: #333;
    transition: 0.6s;
  }
}

/* ----------------------------------------------
 entry
----------------------------------------------*/
#entry img {
  max-width: 100%;
  height: auto;
}
#entry {
  padding: 70px 10px;
}
#entry .entryTitleBox {
  width: 100%;
  position: relative;
  border-top: 1px solid #ffda46;
  border-bottom: 1px solid #ffda46;
}
#entry .entryTitleBox .date {
  padding: 10px 5px;
  color: #808080;
  font-size: 1.6rem;
  line-height: 1;
  border-bottom: 1px dashed #ffda46;
}
#entry .entryTitleBox h2 {
  padding: 20px 5px;
  color: #4d4d4d;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
}
#entry .entryTitleBox .thumbnail {
  width: 130px;
  position: absolute;
  top: -38px;
  right: 0;
}
#entry .entryTitleBox .thumbnail img {
  border-radius: 8px;
}
#entry .entryBody {
  width: 100%;
  padding: 20px 5px 0;
  font-size: 1.8rem;
  line-height: 2;
}
#entry .entryBody p {
  padding: 1em 0;
}
	#entry .entryBody .flex {
		width: 100%;
		margin: 15px auto;
		text-align: center;
}
#entry .entryBody p.half img {
	width: 48%;
	height: auto;
	margin: 0 1%;
	border: 1px solid #808080;
}
#entry .entryBody h3 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ffda46;
}
#entry .entryBody h3 img {
  flex: 0 0 auto;
}
#entry .entryBody h3 + p {
  padding-top: 0.5em;
}
#entry .entryBody p:has(+ h3) {
  padding-bottom: 2.5em;
}
.entryBody .list01 {
	margin: 0.5em 0 2.5em 0;
	list-style: none;
}
.entryBody .list01 li {
  position: relative;
  padding-left: 1.5em;
	line-height: 1.4;
	margin-top:10px;
}
.entryBody .list01 li::before {
  content: "";
  width: 1em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
  background-color: #FFDA46;
}
.entryBody h3 + .tableSchedule {
  margin-top: 0.5em;
}
.entryBody .tableSchedule td:first-child {
  width: 8em;
}

@media screen and (max-width:767px) {
	#entry .entryBody .flex .arrow {
		display: block;
		width: 30%;
		margin: 0 auto;
		 transform:rotate(90deg);
	}
	#entry .entryBody .flex iframe {
		width: 100%;
		height: auto;
	}
	#entry .entryBody .flex p {
		padding: 0;
	}
  #entry .entryBody h3 {
    line-height: 1.4;
  }
  .entryBody .tableSchedule,
  .entryBody .tableSchedule tbody,
  .entryBody .tableSchedule tr {
    display: block;
  }
  .entryBody .tableSchedule tr:nth-child(n+2) {
    margin-top: 1em;
  }
  .entryBody .tableSchedule td {
    display: block;
    line-height: 1.4;
  }
  .entryBody .tableSchedule td:first-child {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width:768px) {
  #entry {
    width: 850px;
    margin: 90px auto 117px;
    padding: 0 33px 35px;
    border: 2px solid #e6e6e6;
    border-radius: 20px;
  }
  #entry .entryTitleBox {
    border-top: none;
  }
  #entry .entryTitleBox .date {
    padding: 40px 10px 18px;
    font-size: 1.8rem;
    line-height: 1;
    border-bottom: 1px solid #ffda46;
  }
  #entry .entryTitleBox h2 {
    padding: 25px 10px;
    font-size: 2.4rem;
    line-height: 1.7;
  }
  #entry .entryTitleBox .thumbnail {
    width: 190px;
  }
  #entry .entryTitleBox .thumbnail img {
    border-radius: 10px;
  }
  #entry .entryBody {
    padding: 20px 10px 0;
    font-size: 1.9rem;
    line-height: 2;
  }
	#entry .entryBody .flex {
  display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 15px 0 0;
}
#entry .entryBody .flex p {
	flex: 0 0 50%;
	text-align: center;
}
}

/* ----------------------------------------------
 entryPagination
----------------------------------------------*/
#pageNav.entry {
  padding: 20px 15px 47px;
}
#pageNav .entryPagination {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
#pageNav .entryPagination div {
  width: 48%;
  max-width: 165px;
	margin: auto auto auto 0;
}
#pageNav .entryPagination div.next {
	margin: auto 0 auto auto;
}
#pageNav .entryPagination a {
  display: block;
  width: 100%;
  height: 46px;
  padding: 14px 5px 0 47px;
  background-color: #fff;
  border-radius: 23px;
  position: relative;
  color: #666;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
#pageNav .next a {
  padding: 14px 47px 0 5px;
}
#pageNav .entryPagination a::after {
  content: "";
  width: 33px;
  height: 19px;
  background: url(../img/arrow-pre.svg) left top no-repeat;
  background-size: 33px　19px;
  position: absolute;
  top: 14px;
  left: 11px;
}
#pageNav .next a::after {
  background: url(../img/arrow-next.svg) right top no-repeat;
  background-size: 33px　19px;
  left: auto;
  right: 11px;
}
#pageNav.entry .btn {
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
}
#pageNav.entry .btn a {
  display: block;
  width: 100%;
  height: 46px;
  padding: 14px 80px 0 0;
  background-color: #fff;
  border-radius: 23px;
  position: relative;
  color: #666;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
#pageNav.entry .btn a::after {
  content: "";
  width: 82px;
  height: 38px;
  background: url(../img/arrow-news.svg) left top no-repeat;
  background-size: 82px　38px;
  position: absolute;
  top: 4px;
  right: -2px;
}


@media print, screen and (min-width:768px) {
  #pageNav.entry {
    padding: 25px 0 50px;
  }
  #pageNav .entryPagination {
    width: 850px;
    margin: 0 auto;
    padding: 0 30px 25px;
  }
  #pageNav .entryPagination div {
    width: 220px;
    max-width: 220px;
  }
  #pageNav .entryPagination a {
    height: 60px;
    padding: 19px 8px 0 65px;
    border-radius: 30px;
    font-size: 2.1rem;
    line-height: 1;
  }
  #pageNav .next a {
    padding: 19px 65px 0 8px;
  }
  #pageNav .entryPagination a::after {
    width: 48px;
    height: 27px;
    background-size: 48px　27px;
    top: 17px;
    left: 15px;
  }
  #pageNav .next a::after {
    background-size: 48px　27px;
    left: auto;
    right: 15px;
  }
  #pageNav.entry .btn {
    width: 320px;
    max-width: 320px;
    margin: 25px auto 0;
  }
  #pageNav.entry .btn a {
    height: 60px;
    padding: 18px 82px 0 0;
    border-radius: 30px;
    font-size: 2.2rem;
    line-height: 1;
  }
  #pageNav.entry .btn a::after {
    width: 91px;
    height: 42px;
    background-size: 91px　42px;
    top: 9px;
    right: -10px;
  }
  #pageNav .entryPagination a span,
  #pageNav.entry .btn a span {
    position: relative;
    z-index: 1;
  }
  #pageNav .entryPagination a::before,
  #pageNav.entry .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fffcc8;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #pageNav .entryPagination a:hover::before,
  #pageNav.entry .btn a:hover::before {
    width: 100%;
  }
  #pageNav .entryPagination a:hover,
  #pageNav.entry .btn a:hover {
    color: #333;
  }
}
/* ----------------------------------------------
 参考文献 著者
----------------------------------------------*/
.referBox {
	width: calc(100% - 20px);
	margin: 0 auto 30px;
	padding: 15px;
	border: 1px dashed #ccc;
	border-radius: 10px;
}
.referBox span {
	display: block;
	background-color: #ECECEC;
	padding: 2px 5px;
}
.referBox ul {
	margin-left: 2em;
}
.referBox ul li {
	margin-top: 10px;
	word-wrap: break-word;
}
.writer {
	width: 300px;
	height: 50px;
	margin: 0 0 0 auto;
	background: url("../img/writer.png") no-repeat right center;
	background-size: 50% auto;
	text-align: right;
}
.writer p {
	padding: 10px 35px 0 0;
}
/* ----------------------------------------------
会話　吹き出し
----------------------------------------------*/
.balloon1-left {
  position: relative;
	z-index: 1;
  display: inline-block;
  margin: 1em 0;
  padding: 0 15px 0 70px;
  width:100%;
  color: #555;
  background: #f2f2f2;
}
.balloon1-left p,
.balloon1-right p{
  margin: 0;
  padding: 0;
}
.balloonName {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffda46;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.balloon1-right {
  position: relative;
  display: inline-block;
 margin: 1em 0;
  padding: 0 70px 0 15px;
  width: 100;
  color: #555;
  background: #f2f2f2;
}
.balloon1-right .balloonName {
	position: absolute;
	top: -10px;
	right: 0;
	left: auto;
}
@media print, screen and (min-width:768px) {
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 80px;
  padding: 7px 10px;
  width:600px;
  color: #555;
  background: #f2f2f2;
}
.balloon1-left:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -40px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 30px solid #f2f2f2;
}
.balloon1-left p,
.balloon1-right p{
  margin: 0;
  padding: 0;
}
.balloonName {
	position: absolute;
	top: 0;
	left: -15%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffda46;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1.5em auto 1.5em 80px;
  padding: 7px 10px;
  width: 600px;
  color: #555;
  background: #f2f2f2;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 25px;
  right: -40px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 30px solid #f2f2f2;
}
.balloon1-right .balloonName {
	position: absolute;
	top: 0;
	right: -90px;
	left: auto;
}
}
/* ----------------------------------------------
タイムテーブル
----------------------------------------------*/
#entry .entryBody p.time {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ffda46;
}
#entry .entryBody p + p {
	padding: 0.5em 0 2.5em;
}
#entry .entryBody p.time img {
	width: 35px;
	height: auto;
	margin-right: 10px;
	padding-bottom: 5px;
	vertical-align: middle;
}
@media screen and (max-width:767px) {
	#entry .entryBody p.time {
		line-height: 1.4;
	}
	#entry .entryBody p.time span{
		display: inline-block;
		margin-left: 45px;
	}
}
/* ----------------------------------------------
記事内ul
----------------------------------------------*/
.entryBody ul.merit {
	margin: -1.5em 0 15px 0;
	list-style: none;
}
.entryBody ul.merit li {
	display: flex;
	align-items: flex-start;
	line-height: 1.4;
	margin-top:10px;
}
.entryBody ul.merit li::before {
content: "⚫︎";
 color: #ebc300;
 font-size: 1em;
 margin-right: 5px;
}


.entryBody p span.url {
	display:block;
	text-align: right;
	font-size: 1.3rem;
	margin-right: 10px;
}
.entryBody p a {
	font-weight: normal;
}
/*-------------------------------------------------
画像枠線
--------------------------------------------------*/
.framed {
  border: 3px solid #ccc;
}