@charset "utf-8";

body {
    word-wrap:break-word;
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color:#707070;
    font-size:14px;
    line-height:24px;
}

.nor {
    font-size:14px;
}

a {
    color:#707070;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.sp {
    display: block;
}

.pc, .tb {
    display: none;
}

#outer-links {
    position: fixed;
    right:0;
    top:238px;
    width:58px;
    z-index: 9999;
}

#outer-links li {
    margin-bottom: 15px;
}

#goto-top {
    position: fixed;
    right:20px;
    bottom:20px;
    width:69px;
    z-index: 100;
}

.sec-100th-entrys {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    gap: 27px;
}

.sec-100th-entrys .elm {
    position: relative;
    display: flex;
    flex-direction: column;
    border:1px solid #EDEBEB;
}
.sec-100th-entry-title {
    font-weight: bold;
}

.sec-100th-entry-thumbs {
    height:180px;
}

.sec-100th-entry-thumbs img {
    max-width:100%;
    max-height: auto;
    height:auto;
}

.sec-100th-entry-content {
    position: absolute;
    top:180px;
    background-color:#EDEBEB;
    height:170px;
	width:100%;
}

.more {
    margin-top:25px;
    text-align: center;
}

.main-movie-wrap {
    width: 100%;
}

#sec-main-movie h1 {
    display: none;
}

h4 {
    font-size:120%;
    margin-top:3.6em;
    margin-bottom:14px;
}

#sec-slogan {
    background-image: url(../images/main-img-02.jpg);
    background-size: cover;

}

#slogan-img {
    padding-top: 166px;
    text-align: center;
    height: 390px;
}

#message-text {
    line-height: 35px;
    text-align: center;
}

#sec-history {
    margin-top:112px;
}

#sec-donation {
    height:655px;
    margin-top:216px;
    padding:81px 64px 85px 64px;
    background-image: url(../images/bg-donation.jpg);
    
}

#sec-contact {
    margin:184px 65px 112px 65px;
}   

#sec-donation h2,
#sec-contact h2 {
    text-align: left;
    margin-top:0;
}

.donation-text {
    line-height: 35px;
}

.donation-sign {
    margin-top:20px;
} 

.contact-tel {
    font-size:36px;
}

.contact-time {
    margin-bottom:9px;
}

.btn-w {
    height:53px;
}

.ac {
    display: block;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.ar {
    display: block;
    text-align: right;
    margin-left:auto;
    margin-right:0;
}

.btn-block {
    text-align: center;
    width:80%;
    margin:20px auto;
}

#copyright {
    margin-bottom:20px;
    text-align:right;
    font-size:12px;
    border-bottom:1px solid #707070;
}

footer {
	padding-bottom:70px;
}

#footer-icons {
    width:210px;
    display: flex;
    justify-content: space-between;
}

#footer-links {
    margin-left: 52px;
}

#footer-links a{
    text-decoration: none;
}

#footer-links li {
    margin-bottom:1em;
}

.footer-icon:first-child {
    width:81px;
    margin-right:15px;
}

.footer-icon:last-child {
    width:119px;
}

#sub-logo {
    width:43px;
    height:43px;
    margin:30px;
}

.info-list {
    display: grid;
    grid-template-columns: 200px 1fr; /* 左カラムは固定幅、右カラムは自動 */
    margin: 0;
    padding: 0;
  }
  
  .info-list dt,
  .info-list dd {
    margin: 0;
    padding: 1em;
  }
  
  .info-list dt:nth-of-type(2n),
  .info-list dd:nth-of-type(2n) {
    background-color: #f7f7f7;
  }
  
  /* 境界線などオプション */
  .info-list dt {
    font-weight: bold;
  }

.single-title {
    font-size:1.7em;
    line-height:1.7em;
    font-weight: bold;
    margin-top:100px;
    margin-bottom:20px;
    text-align: center;
}

.back-to-list {
    margin-top:100px;
    text-align: center;
}


		.pagination {
			text-align: center;
			margin: 80px 0;
		}
		
		.pagination ul {
			display: inline-flex;
			list-style: none;
			margin: 0;
			padding: 0;
			background: #fff;
			border-radius: 8px;
			box-shadow: 0 2px 10px rgba(0,0,0,0.1);
			overflow: hidden;
		}
		
		.pagination li {
			margin: 0;
		}
		
		.pagination a,
		.pagination span {
			display: block;
			padding: 12px 16px;
			text-decoration: none;
			color: #333;
			border-right: 1px solid #eee;
			transition: all 0.3s ease;
			min-width: 44px;
			text-align: center;
		}
		
		.pagination li:last-child a,
		.pagination li:last-child span {
			border-right: none;
		}
		
		.pagination a:hover {
			background: #f8f9fa;
			color: #029744;
		}
		
		.pagination .current {
			background: #029744;
			color: #fff;
			font-weight: bold;
		}
		
		.pagination .prev,
		.pagination .next {
			font-weight: bold;
			background: #f8f9fa;
		}
		
		.pagination .prev:hover,
		.pagination .next:hover {
			background: #e9ecef;
		}
		
/* スマホ */
@media screen and (max-width: 600px) {
    .sp {
        display: block;
    }
    .pc,
    .pc-inline {
        display: none;
    }

    .sec-100th-entrys .elm {
        width: 160px;
        /* height: 317px; */
        height:270px;
    }

    .sec-100th-entry-content {
        width:100%;
    }

    h2 {
        margin-top:48px;
        margin-bottom:20px;
        text-align: center;
    }

    h2 img {
        height:72px;
    }

    #sec-main-movie {
        height: 625px;
    }

    #sub-content {
        margin-top:45px;
        margin-bottom:70px;
    }

    #sub-content h1 {
        text-align: center;
    }

    #sub-content h1 img {
        width:auto;
        height:72px;
    }

    #sub-content .theme-image {
        height:auto!important;
    }

    h2 img {
        width:auto;
        height:64px;
    }

    #sub-content {
        margin-left:30px;
        margin-right:30px;
    }

    #message-text {
        margin:0 45px;
    }

    .sec-100th-entry-title,
    .sec-100th-entry-text {
        margin:5px;
    }

    #sec-100th-btn .elm {
        width: 100%;
        text-align: center;
        margin-top:50px;
    }

    #sec-100th-btn .elm:last-child {
        margin-top:10px;
    }

    .sec-history-entry h3 {
        height:82px;
        margin-top:30px;
        margin-bottom: 15px;
    }

    .sec-history-entry .elm-text {
        margin:0 20px;
    }

    .sec-history-entry .elm-img {
        margin-top:20px;
        width: 100%;
    }

    #sec-donation {
        padding-bottom:180px;
    }

    #link-donation {
        margin-top:50px;
    }

    .donation-sign {
        line-height:1.2em;
    }

    .contact-tel {
        margin-top:20px;
    }

    .contact-time {
        margin-bottom:20px;
    }

    #footer-icons {
        width:200px;
        margin:0 auto;
        margin-top:70px;
    }

    #footer-links {
        margin-top:20px;
        font-size: 11px;
    }

    .info-list {
            grid-template-columns: 1fr;
    }
    
    .info-list dt:nth-of-type(2n),
    .info-list dd:nth-of-type(2n) {
      background-color: #fff;
    }

    .info-list dt,
    .info-list dt:nth-of-type(2n) {
        background: #f7f7f7;
    }

    .info-list dt,
    .info-list dd {
      border-bottom: 1px solid #ddd;
    }

    .pagination ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pagination a,
    .pagination span {
        padding: 10px 12px;
        min-width: 40px;
        font-size: 14px;
    }

}

/* add 20251002 */
@media screen and (max-width: 600px) {
    #slogan-img {
        width:70%;
        margin-left:auto;
        margin-right:auto;
        padding-top:150px;
    }

    #slogan-img img {
        margin-top:-25px;
    }

    .sec-100th-entry-title {
        height:3em;
    }

    .sec-100th-entry-content { 
        top:110px;
        height:170px;
    }

}

/* PC */
@media screen and (min-width: 601px) {
    .pc {
        display: block;
    }

    .pc-inline {
        display: inline;
    }

    .sp {
        display: none;
    }

    .pc-cols2 {
        display: flex;
    }

    body {
        width:1280px;
        margin:0 auto;
    }

    h2  {
        text-align: center;
        margin-top:145px;
        margin-bottom: 68px;
    }

    h2 img {
        height:113px;
    }

    h3 {
        margin-bottom: 18px;
    }

    h3 img {
        height:109px;
    }

    .page h2 img {
        height: auto;
    }

    .sec-100th-entrys .elm {
        width: 241px;
        height: 317px;
    }
    
    .sec-100th-entry-title {
        margin:23px 25px 8px 25px;
        font-size:16px;
        line-height:24px;
    }
    
    .sec-100th-entry-text {
        margin:0 25px 33px 25px;
    }

    #sub-content {
        width:1000px;
        margin:90px auto;
    }

    #sub-content h1 {
        text-align: center;
    }

    #sub-content h2 {
        text-align: left;
    }

/*
    .page #sub-mainimg,
    .page #sec-donation,
    .page #sec-contact {
        width:1280px;
        margin-left:-140px;
    }
*/
    .page #sec-donation h2,
    .page #sec-contact h2 {
        height:113px;
    }

    .sub-mainimg {
        width:1280px!important;
        height:400px!important;
    }

    #sec-100th-btn .elm {
        margin-top:51px;
        width: 311px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }    

    #main-movie {
        height: 560px;
    }
    #sec-slogan {
        margin-top: -10px;
        height: 711px;
    }
    #slogan-img {
        margin-top: 0;
    }

    .sec-100th-elm {
        width: 241px;
        height: 317px;
    }

    .pc-btn-r {
        text-align: right;
    }

    #sec-100th-btn {
        justify-content: center;
        gap: 27px;
    }

    .sec-history-entry {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 1140px;
        margin: 0 auto 60px auto;
    }
    
    .sec-history-entry .elm-text {
        margin-right: 60px;
        flex: 1 1 0;
        min-width: 0;
    }
    
    .sec-history-entry .elm-img {
        width: 594px;
        flex-shrink: 0;
    }
    
    .sec-history-entry.reverse {
        flex-direction: row-reverse;
    }
    
    .sec-history-entry.reverse .elm-text {
        margin-right: 0;
        margin-left: 60px;
    }
}