/* CSS Document */


section .sub_photo
{
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 4列 */
	column-gap: 20px; /* 横のスペース */
}

section .sub_photo img
{
	width:auto;
	height:auto;
}

#about_photo ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 4列 */
	column-gap: 60px; /* 横のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#about_photo ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/base_bg.jpg);
}

#about_photo ul li big
{
	font-size: 18px;
	line-height: 130%;
	color: #FFF;
	background-color: #934E99;
	background-position: right 20px center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1
}




section .comment_box
{
	background-color: #FFF;
	margin-bottom: 40px;
	box-shadow: 0px 0px 10px -3px rgba(51, 51, 51, 0.3);
	-moz-box-shadow: 0px 0px 10px -3px rgba(51, 51, 51, 0.3);
	-webkit-box-shadow: 0px 0px 10px -3px rgba(51, 51, 51, 0.3);
}

section .comment_box .pad
{
	padding: 30px;
}


section .comment_box h3
{
	font-size: 22px;
	line-height: 120%;
	color: #934E99;
	margin-bottom: 10px;
}

#event
{
	background: rgba(0, 0, 0, 0.05);
}

#event table
{
	width: 100%;
	border-collapse: collapse;
}

#event table th
{
	font-weight: normal;
	color: #FFF;
	background-attachment: fixed;
	background-image: url(images/event_th_bg.gif);
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}

#event table th:last-child
{
	border-right-style: none;
}

#event table td
{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #dbd9df;
	border-right-color: #dbd9df;
	border-bottom-color: #3b3947;
	background-color: #FFF;
	background: url(images/event_td_line.gif) repeat-x top center,
	url(images/event_td_line.gif) repeat-x bottom center;
}

#event table td:first-child
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbd9df;
	text-align: center;
	width: 5em;
}

#event table td:nth-child(3)
{
	text-align: center;
	width: 5em;
}

#event table td:nth-child(4)
{
	width: 7em;
}

#event table caption
{
	text-align: left;
}


#access .map
{
	margin-bottom: 30px;
}


#access .access_info
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#access .access_info .address
{
	width: 400px;
}

#access .access_info .address h4
{
	font-size: 24px;
	line-height: 120%;
	margin: 0px;
	font-weight: normal;
}

#access .access_info .supplement ul
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#access .access_info .supplement ul li
{
	line-height: 140%;
	margin-bottom: 10px;
}

#access .map_info
{
	text-align: center;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{

section .photo_r
{
	margin-left: 60px;
	margin-bottom: 40px;
}


}



@media (max-width: 1200px) 
{

section .photo_r
{
	margin-left: 40px;
	margin-bottom: 20px;
}

section .photo_r img,
section .photo_center img
{
	width:auto;
	height:auto;
}

section
{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

#about_photo ul li img
{
	width:auto;
	height:auto;
}
	


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:1199px)
{

section .photo_r
{
	width: 40%;
}

#about_photo ul
{
	column-gap: 20px; /* 横のスペース */
}

}


/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

section .photo_r
{
	width: 40%;
}

#about_photo ul
{
	column-gap: 10px; /* 横のスペース */
}

#about_photo ul li big
{
	background-position: center bottom 10px;
	padding-bottom: 20px;
}


#about_photo ul li big:after
{
	background-position: center bottom 10px;
}
	


}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

section .photo_r
{
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}

section .sub_photo
{
	column-gap: 10px; /* 横のスペース */
}

section .comment_box .pad
{
	padding: 20px;
}


#event table
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dbd9df;
	border-left-color: #dbd9df;
}

#event table th
{
	display: none;
}

#event table td
{
	display: block;
	width: auto !important;
	text-align: left !important;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	padding-left: 6em;
	line-height: 120%;
	border-right-style: none;
	border-left-style: none;
}

#event table td:first-child
{
	background: url(images/event_td_line.gif) repeat-x top center;
	padding-top: 10px;
	border-bottom-style: none;
	margin-bottom: 4px;
	border-left-style: none;
}

#event table td:nth-child(2),
#event table td:nth-child(3)
{
	border-top-style: none;
	border-bottom-style: none;
	background: none !important;
	margin-bottom: 4px;

}

#event table td:last-child
{

	background: url(images/event_td_line.gif) repeat-x bottom center;
	border-top-style: none;
	padding-bottom: 10px;
}


#event table td:before
{
	content: "";
	position: absolute;
	left: 10px;
}

#event table td:nth-child(1):before
{
	content: "開催日：";
	font-weight: bold;
}

#event table td:nth-child(2):before
{
	content: "行事名：";
	font-weight: bold;
}

#event table td:nth-child(3):before
{
	content:"開催場所：";
	font-weight: bold;
}

#event table td:nth-child(4):before
{
	content:"開催時間：";
	font-weight: bold;
}

#access .access_info
{
	display: block;
}

#access .access_info .address
{
	width: auto;
	margin-bottom: 20px;
}

#about_photo ul
{
	display:block;
}

#about_photo ul li
{
	margin-bottom: 20px;
}

#about_photo ul li big
{
	background-position: right 20px center;
	padding-bottom: 20px;
}

#about_photoul li big:after
{
	background-position: right 20px center;
}


}
