@charset "UTF-8";


/*モーダルを開くボタン*/
.modal-open {
	cursor: pointer;
}
.modal-open:hover {
	opacity: 0.6;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 20px;
	overflow: auto;
	transition: .3s;
    box-sizing: border-box;
}

/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 940px;
	width: 90%;
}

/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 20px;
	margin-bottom: 50px;
	font-family:sans-serif;
}

.modal-title,
.modal-subtitle {
	text-align: center;
	margin: 8px auto 0;
}
.modal-title p {
	font-size: 1.75rem;
	font-family: 'Hind Siliguri', sans-serif;
	margin-block-start: 1em;
    margin-block-end: 0.7em;
}
.modal-subtitle p {
	font-size: 1.375rem;
	color: #378954;
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
    border-bottom: 2px solid;
	margin-block-start: 0;
    margin-block-end: 0;
}
.modal-month_area {
	margin: 30px auto;
}
.month_title {
	font-size: 1.5rem;
	font-family: 'Noto Serif', 'Noto Serif JP', serif !important;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.month_title .manth {
	background-color: #a3d6ba;
	border-radius: 50%;
	margin-right: 10px;
	width: 88px;
    height: 88px;
    position: relative;
}
.month_title .manth p {
	font-size: 1.75rem;
	color: #fff;
	text-align: center;
	position: absolute;
    top: 15%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.month_title .manth p span {
	font-size: 1.48rem;
    color: #fff;
    letter-spacing: -0.08em;
}
.month_title .copy p {
	font-size: 1.375rem;
}
.month_photo {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 760px;
	margin: 20px auto 45px;
}
.month_photo:after {
    display: block;
    content: "";
    width: 30%;
}
.photo-item {
	width: 30%;
	margin-bottom: 10px;
}
.photo-item_23ss {
	width: 32%;
	margin-bottom: 10px;
}
.photo-item_23ss_vertical {
	width: 21.2%;
}
.photo-item_23ss,
.photo-item_23ss_vertical {
	margin-left: 0.66%;
	margin-right: 0.66%;
}
.photo-item p,
.photo-item_23ss p {
	font-size: 0.8rem;
	color: #666;
	text-align: center;
	margin: 0 auto 10px;
}
.photo-item img,
.photo-item_23ss img,
.photo-item_23ss_vertical img {
	width: 100%;
}

@media screen and (min-width: 931px) and (max-width: 1024px){
	
}

@media screen and (min-width: 768px) and (max-width: 930px){

.modal-body{
	width: 90%;
}
.month_title {
	font-size: 2.6vw;
}
.month_title .manth {
    width: 72px;
    height: 72px;
}	
.month_title .manth p {
	font-size: 2.7vw;
}
.month_title .manth p span {
	font-size: 2.15vw;
    color: #fff;
    letter-spacing: -0.08em;
}	
.month_photo {
	width: 100%;
}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
.month_title .manth {
	margin-right: 5px;
	width: 26%;
	height: 94px;
}
.month_title .copy {
	width: 73%;
}	
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	
.modal-container {
	padding-top: 20px;
}
.modal-body{
	width: 98%;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -10px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}	

.modal-content{
	padding: 0;
}
.modal-title, 
.modal-subtitle {
    line-height: 1.4;
}	
.modal-title p {
	font-size: 1.375rem;
}
.modal-subtitle p{
	font-size: 1.125rem;
	color: #378954;
	font-weight: bold;
}
.modal-month_area {
	margin: 18px auto;
}
.month_title {
	font-size: 5.2vw;
    margin-bottom: 0;
    line-height: 1.4;
}	
	.month_title .copy p {
	font-size: 5.2vw;
    margin-bottom: 1em;
    line-height: 1.4;
	}
.month_title .manth {
	margin-right: 5px;
	width: 23%;
    height: 68px;
}
.month_title .manth p {
	font-size: 6vw;
	top: 18%;
}
.month_title .manth p span {
	font-size: 5.4vw;
    color: #fff;
    letter-spacing: -0.08em;
}
.month_title .copy {
	width: 75%;
}
.month_photo {
	flex-direction: column;
	width:100%;
	margin: 20px auto 30px;
}
.photo-item,
.photo-item_23ss {
	width: 90%;
	margin: 20px auto;
}
.photo-item_23ss_vertical {
	width: 59.625%;
	margin: 20px auto;
}
.month_txt p {
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}

}

@media screen and (min-width: 420px) and (max-width: 767px) {
.month_photo {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 20px auto 45px;
}
.month_title .manth {
	margin-right: 5px;
	width: 94px;
    height: 94px;
}
.month_title .copy {
	width: 79%;
}	
}


/* iPhone SE ---------------------------------------*/
@media screen and (max-width: 329px) {
.modal-body{
	width: 100%;
}
	
.month_photo {
	width: 100%;
	flex-direction: column;
}

.modal-content{
	padding: 0;
}
.modal-title, 
.modal-subtitle {
    line-height: 1.4;
}	
.modal-title p {
	font-size: 5.8vw;
}
.modal-subtitle p{
	font-size: 5vw;
}

.month_title {
	font-size: 5vw;
    margin-bottom: 0;
    line-height: 1.4;
}	

.month_title .manth {
	margin-right: 5px;
	width: 22%;
    height: 50px;
}
.month_title .manth p {
	font-size: 6vw;
	top: 17%;
}
.month_title .manth p span {
	font-size: 5vw;
    color: #fff;
    letter-spacing: -0.08em;
	
}
.month_title .copy {
	width: 75%;
}
.month_txt p {
	font-size: 3.5vw;
}
.photo-item,
.photo-item_23ss {
	width: 90%;
	margin: 5px auto;
}
}


