@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	aspect-ratio: 1 / 1;
  background: url("../img/index_img/mainimage_sp.jpg") center center no-repeat;
  background-size: cover;
}
#mainimage > div {
  position: relative;
  padding: 10px 15px;
  text-align: center;
  background: rgba(255,255,255,0.7);
  text-shadow: 
    rgba(255,255,255,0.3) 1px 1px 3px, rgba(255,255,255,0.3) -1px -1px 3px,/*右下、左上*/
    rgba(255,255,255,0.3) -1px 1px 3px, rgba(255,255,255,0.3) 1px -1px 3px,/*右上、左下*/
    rgba(255,255,255,0.3) 0px 1px 3px, rgba(255,255,255,0.3)  0-1px 3px,/*右、左*/
    rgba(255,255,255,0.3) -1px 0 3px, rgba(255,255,255,0.3) 1px 0 3px;/*上、下*/
}
#mainimage > div::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
	aspect-ratio: 1 / 1;
  content: "";
  border: solid 30px transparent;
  border-top: solid 30px rgba(255,255,255,0.5);
  border-left: solid 30px rgba(255,255,255,0.5);
}
#mainimage > div::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
	aspect-ratio: 1 / 1;
  content: "";
  border: solid 30px transparent;
  border-right: solid 30px rgba(255,255,255,0.5);
  border-bottom: solid 30px rgba(255,255,255,0.5);
}
#mainimage h2 {
  position: relative;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}
#mainimage h2 strong {
  font-size: 22px;
}
#mainimage h2 strong span {
  font-size: 18px;
}
#mainimage p {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#mainimage p a {
  transition: all 0.5s;
}
#mainimage p img {
  width: 120px;
  height: auto;
}
@media print, screen and (min-width:576px) {
#mainimage {
  height: calc(100vh - 141px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	aspect-ratio: auto;
  background: url("../img/index_img/mainimage.jpg") center center no-repeat;
  background-size: cover;
}
}
@media print, screen and (min-width:768px) {
#mainimage {
  height: calc(100vh - 191px);
}
#mainimage > div {
  padding: 34px 40px;
}
#mainimage > div::before {
  border: solid 45px transparent;
  border-top: solid 45px rgba(255,255,255,0.5);
  border-left: solid 45px rgba(255,255,255,0.5);
}
#mainimage > div::after {
  border: solid 45px transparent;
  border-right: solid 45px rgba(255,255,255,0.5);
  border-bottom: solid 45px rgba(255,255,255,0.5);
}
#mainimage h2 {
  line-height: 1.25;
  font-size: 37px;
}
#mainimage h2 strong {
  font-size: 49px;
}
#mainimage h2 strong span {
  font-size: 37px;
}
#mainimage p {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
#mainimage p a:hover {
  opacity: 0.6;
}
#mainimage p img {
  width: auto;
  height: auto;
}
}


/*------------------------------------------------------------content*/
#greeting h4 {
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 700;
}

#greeting h4 strong {
  display: inline-flex;
  align-items: flex-end;
  font-size: 19px;
}
#greeting h4 strong span {
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
#greeting h4 strong span.small {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 17px;
  text-align: center;
  color: #fff;
}
#greeting h4 strong.orange span {
  background: #ff7800;
}
#greeting h4 strong.orange span:nth-child(2n) {
  background: #ff5e00;
}
#greeting h4 strong.green span {
  background: #35979c;
}
#greeting h4 strong.green span:nth-child(2n) {
  background: #247e84;
}
#greeting h4 strong.purple span {
  background: #a74598;
}
#greeting h4 strong.purple span:nth-child(2n) {
  background: #903180;
}
#greeting h4 strong.orange02 span {
  background: #ff5e00;
}
#greeting h4 strong.orange02 span:nth-child(2n) {
  background: #ff7800;
}
#greeting h4 strong.green02 span {
  background: #247e84;
}
#greeting h4 strong.green02 span:nth-child(2n) {
  background: #35979c;
}
@media print, screen and (min-width:768px) {
#greeting h4 {
  margin-bottom: 25px;
  line-height: 1.9;
  font-size: 30px;
}
#greeting h4 strong {
  display: inline-flex;
  align-items: flex-end;
  font-size: 34px;
}
#greeting h4 strong span {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
#greeting h4 strong span.small {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 30px;
}
#greeting p {
  line-height: 2.0;
}
}

#pickup ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pickup ul li {
  width: 48%;
  margin: 8px 0;
}
#pickup ul li a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background: #ff7800;
  transition: all 0.5s;
}
#pickup ul li:nth-child(2) a {
  background: #35979c;
}
#pickup ul li:nth-child(3) a {
  background: #a74598;
}
#pickup ul li:nth-child(4) a {
  background: #35689c;
}
#pickup ul li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: solid 40px transparent;
  border-right: solid 40px #ff5e00;
  border-bottom: solid 40px #ff5e00;
}
#pickup ul li:nth-child(2) a::after {
  border-right: solid 40px #247e84;
  border-bottom: solid 40px #247e84;
}
#pickup ul li:nth-child(3) a::after {
  border-right: solid 40px #903180;
  border-bottom: solid 40px #903180;
}
#pickup ul li:nth-child(4) a::after {
  border-right: solid 40px #244f84;
  border-bottom: solid 40px #244f84;
}
#pickup ul li a img {
  width: 100%;
  height: auto;
}
#pickup ul li a > div {
  position: relative;
  padding: 10px 10px 15px;
  text-align: left;
  z-index: 1;
}
#pickup ul li a > div .title {
  position: relative;
  display: flex;
  align-items: center;
  height: 2.4em;
  margin-bottom: 10px;
  text-align: left;
}
#pickup ul li a > div .title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  content: "\ea6c";
  font-family: 'remixicon' !important;
  font-size: 18px;
  font-style: normal;
  color: #ff5e00;
  border-radius: 100px;
  background: #fff;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#pickup ul li:nth-child(2) a > div .title::after {
  color: #247e84;
}
#pickup ul li:nth-child(3) a > div .title::after {
  color: #903180;
}
#pickup ul li:nth-child(4) a > div .title::after {
  color: #244f84;
}
#pickup ul li a > div .title h3 {
  line-height: 1.2;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-size: 19px;
}
#pickup ul li a > div .title h3 span {
  display: block;
  font-size: 0.8em;
}
#pickup ul li a > div p {
  line-height: 1.35;
}
@media print, screen and (min-width:768px) {
#pickup ul li {
  width: 262px;
  margin: 0;
}
#pickup ul li a:hover {
  opacity: 0.6;
}
#pickup ul li a > div {
  padding: 20px 20px 25px;
}
#pickup ul li a > div .title {
  height: 4em;
  margin-bottom: 10px;
}
#pickup ul li a > div .title::after {
  width: 40px;
  height: 40px;
  content: "\ea6c";
  font-size: 28px;
}
#pickup ul li:nth-child(2) a > div .title::after {
  color: #247e84;
}
#pickup ul li:nth-child(3) a > div .title::after {
  color: #903180;
}
#pickup ul li:nth-child(4) a > div .title::after {
  color: #244f84;
}
#pickup ul li a > div .title h3 {
  line-height: 1.2;
  font-size: 30px;
}
#pickup ul li a > div .title h3 span {
  font-size: 0.7em;
}
#pickup ul li a > div p {
  line-height: 1.35;
}
}

#news {
  text-align: left;
}
#news .news_header {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 15px 50px;
  background: #ff7800;
}
#news .news_header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: solid 40px transparent;
  border-right: solid 40px #ff5e00;
  border-bottom: solid 40px #ff5e00;
}
#news .news_header h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  color: #fff;
}
#news .news_header a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #ff5e00;
  border-radius: 50px;
  background: #fff;
  z-index: 1;
  transition: all 0.5s;
}
#news .news_header a i {
  margin-left: 4px;
  font-size: 20px;
}
@media print, screen and (min-width:768px) {
.news_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news .news_header {
  width: 220px;
  height: 220px;
  margin-bottom: 0;
  padding: 20px;
}
#news .news_header::after {
  border: solid 50px transparent;
  border-right: solid 50px #ff5e00;
  border-bottom: solid 50px #ff5e00;
}
#news .news_header h3 {
  font-size: 35px;
}
#news .news_header a {
  right: 20px;
  bottom: 40px;
  height: 36px;
  line-height: 36px;
}
#news .news_header a:hover {
  opacity: 0.6;
}
#news .news_header a i {
  margin-left: 4px;
  font-size: 20px;
}
}




/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	margin-bottom: 20px;
}
#news01 dl:last-child {
	margin-bottom: 0;
}
#news01 dl dt {
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
#news01 dl dt span {
  display: inline-block;
  width: 46px;
  height: 18px;
  margin-left: 15px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: #ff7800;
}
#news01 dl dd div.newstitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news01 dl dd div.newstitle a {
  color: #000;
}
@media print, screen and (min-width:768px) {
#news01 {
	width: calc(100% - 260px);
	overflow: hidden;
}
#news01 dl {
	margin-bottom: 42px;
}
#news01 dl dt {
	float: left;
}
#news01 dl dd {
	padding: 0 0 0 160px;
  line-height: 1.4;
}
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
#news02 .newsbox {
	overflow: hidden;/* for modern browser */
}
#news02 .newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
#news02 .newsbox .news_text {
	line-height: 1.5;
}
#news02 .newsbox img {
	margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
	font-size: 12px;
}
#news02 .pdf_link {
	margin-top: 10px;
}
#news02 .pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
#news02 .pdf_link li a {
	padding:2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
#news02 .newstitle br {
	display:none;
}
}
/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}