@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
}
p {
    font-family: "Noto Sans JP Regular", sans-serif;
	font-size: 17px;
}
header {
	width: 100%;
	height: auto;
	font-size: 0;
}
header img {
	width: 20%;
	height: auto;
	display: inline-block;
}
.takeout p {
	line-height: 50px;
}
.takeout {
    text-align: center;	
	margin-top: 112px
}
h1 {
	margin-bottom:60px;
}
h2 {
	margin: 100px 0 48px 0;
	text-align: center;
}
/* 20200608 taira add 「, .event-box .events」追加 */
.site-box .sites ,.partner .sites ,.event-box .events {
    width: 60%;
    height: auto;
    line-height: 0;
    margin-right: 20%;
    margin-left: 20%;
    padding: 0;
	font-size: 0;
}
.site {
	font-size: 17px;
}
.site-box p {
    line-height: 1.5em;
	text-align: center;	
}
.site_p {
	font-size: 15px;
}
.site-box .p1 {
	margin-top: 50px;
}
.site {
    display: inline-block;
    width: 33.33%;
    height: 150px;
    text-align: center;
    border: 2px solid #1A1311;
    position: relative;
    padding: 0;
    margin: -1.2px;
    line-height: 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site p {
	width: 100%;
	height: auto;
}
.partner .site {
	border: 1px solid #A5A5A5;
	margin: -0.4px;
}
.site-box .site {
	width: 33.4%;
}
.site-box .site::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 11px;
	display:inline-block;
	width:17px;
	height:17px;
	background:url("../images/jump.png") no-repeat;
	background-size:contain;
}
.site-box .site:hover {
	background-color: #FEFE37;
	transition: all 0.2s ease;
}
.partner .site:hover {
	opacity: 0.7;
	transition: all 0.2s ease;
}
.site p ,.site img{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
	-ms-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}
.site1 {
	font-size: 15px;
}

/* 20200608 taira add ここから */
/* イベントの追加 */
.events {
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(2, minmax(217px,1fr));
	grid-auto-rows: minmax(250px, auto);
}
.event {
    display: inline-block;
    width: 100%;
    height: 100%;
    /* text-align: center; */
    border: 2px solid #1A1311;
    position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;	
	font-size: 17px;
    line-height: 25px;
    padding: 15px 27px;
}
.event-title{
	font-size:30px;
	line-height:1.8rem;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.event-area {
	font-size: 15px;
	line-height: 1rem;
	width: 100%;
	margin-bottom:0;
}
.event-desc {
	font-size: 15px;
	line-height: 1.5rem;
	width: 100%;
	margin-bottom: 100px;
}
.event a {
	text-decoration: none;
	color: white;
	font-size:17px;
    font-family: "Noto Sans JP Regular", sans-serif;
	font-weight: bold;
	display:block; height:100%;padding: 15px;
}
.event-link a:hover{
	background-color: #FEFE37;
	transition: all 0.2s ease;
	color: black;
}
.event-link{
	background-color: #A5BE8F;
	/* padding: 15px; */
	text-align: center;
	position:absolute;
	width: calc(100% - 54px);
	bottom:30px;
}
/* 20200608 taira add ここまで */

footer {
    width: 100%;
    height: 241px;
    background-color: #EBEBEB;
    text-align: center;
	margin-top: 249px; 
}
footer img {
    margin-top: -98px;
}


@media screen and (max-width: 768px) {

	header img ,header .sp {
	width: 33.33%;
	height: auto;
	display: inline-block;
}

	h1 {
		margin-bottom: 40px;
	}
	h2 {
		margin: 60px 0 23px 0;
	}
	.takeout {
		margin-top: 50px;
	}
	.takeout p {
		font-size: 10px;
		line-height: 30px;
	}
	.sites .site {
    width: calc(100%/2);
    height: 90px;
}
	.site-box .site::before {
	content: "";
	bottom: 5px;
    right: 6px;
	width:9px;
	height:9px;
}
	.site-box p {
		font-size: 12px;
		width: 100%;
		height: auto;
	}
	.site-box .site p {
		width: 150px;
		height: auto;
	}
	.site-box .p1 {
		margin-top: 29px;
	}
	/* 20200608 taira add 「, .event-box .events」追加 */
	.site-box .sites ,.partner .sites, .event-box .events {
		width: 95%;
		height: auto;
		line-height: 0;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
	}

	/* 20200608 taira add */
	/* イベントの追加 */
	.events {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}
	/* 20200608 taira add */


	footer img {
		margin-top: -66px;
	}
	footer {
		margin-top: 104px;
		height: 152px;
	}
	
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline}
.sp { display: none }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none }
.sp { display: inline }
}
