@charset "utf-8";

@font-face {
    font-family: "Noto";
    src: url("NotoSerifJP-SemiBold.ttf") format("truetype");
}

html, body {
    font-family: "Noto";
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: #444444;
    line-height: 150%;
    background-color: white;
}

header {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.logo {
    width: 60%;
    margin: 0 20px;
    padding: 20px 0;
}

.header_contact {
    width: 20%;
    padding: 20px 0;
}
.sp_navi_box {
    display: none;
}
.sp_navi {
    display: none;
}
.pc_navi {
    display: block;
    width: 20%;
}
.pc_navi_item {
    width: 94%;
    margin: 3%;
}
.navi_link {
    display: block;
    width: calc(100% - 40px);
    padding: 20px;
    text-decoration: none;
    color: black;
}
.navi_link:hover {
    background-color: lightgray;
    color: white;
}

.red {
    color: red;
}
.blue {
    color: blue;
}

.current {
    background-color: lightgray;
    color: white;
}

.main_box {
    display: block;
    width: 70%;
    margin: 0 5%;
}
.contents {
    display: flex;
    width: calc(100% - 20px);
    margin: 10px;
}

.top_img {
    display: block;
    width: 100%;
}

.w100 {
    display: block;
    width: 100%;
}

.koumuten_top {
    display: flex;
    flex-wrap: wrap;
}

.koumuten_top_img {
    display: block;
    width: 22%;
    margin: 20px 1%;
}

.item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.item_img {
    display: block;
    width: 30%;
    margin: 20px auto;
}

.box1000px {
    display: block;
    width: 1000px;
    margin: 50px auto;
}

.box90per {
    display: block;
    width: 90%;
    margin: 50px 5%;
}

.txt_c {
    text-align: center;
}
.txt_big {
    font-size: 150%;
    font-weight: bold;
}

h1 {
    display: block;
    border-bottom: 5px solid blue;
    background-image: url("../img/h1_icon.png");
    background-repeat: no-repeat;
    background-position: 0px;
    padding: 15px 0 20px 80px;
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

h2 {
    display: block;
    border-top: 2px solid blue;
    border-bottom: 2px solid blue;
    border-left: 5px solid blue;
    border-right: 5px solid blue;
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(to bottom right, lightcyan, white);
    font-weight: bold;
}

h3 {
    background: linear-gradient(to bottom, white 65%, aqua);
    font-weight: bold;

}

.attention {
    padding: 0 0 10px 20px;
}

.attention span.date {
    display: inline-block;
}
.attention span.note {
    display: inline-block;
    margin-left: 1.5em;
}

.gmap {
    display: block;
    width: 100%;
    border: 0;
}

.padding30px {
    padding: 30px;
}

.event_info {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 50px 5%; 
}

.event_info_item {
    width: calc(33% - 40px);
    margin: 20px;
}
.event_info_item img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.event_title {
    font-size: 130%;
    font-weight: bold;
    padding: 0 0 20px 0;
}

.link_box {
    margin: 30px 0;
}

.link_title {
    display: block;
    font-size: 125%;
    font-weight: bold;
    color: blue;
}

.link_detail {
    margin: 10px 0 0 20px;
}

.hobby_img {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.hobby_img img {
    display: block;
    width: 22%;
    margin:20px 1%;
}

footer {
    display: block;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: grey;
    color: white;
}
.footer_inner {
    display: flex;
    width: 100%;
}

.footer_left{
    display: block;
    width:50%;
}
.footer_right {
    display: block;
    width: 48%;
}

.footer_link {
    display: block;
    color: white;
    text-indent: 3em;
}

.about table {
    width: 100%;
}

.about th {
    width: 25%;
    padding: 15px;
    text-align: left;
    background-color: lightgray;
}

.about td {
    width: 75%;
    padding: 15px;
    text-align: left;
}

@media(max-width:1024px) {
    .box90per {
        display: block;
        width: 96%;
        margin: 50px 2%;
    }

    .logo {
        display: block;
        width: calc(85% - 30px);
        margin: 15px;
        padding: 0;
    }
    .logo img {
        height: 40px;
    }
    .header_contact {
        display: none;
    }

    .attention span.date {
        display: block;
    }
    .attention span.note {
        display: block;
    }

    .pc_navi {
        display: none;
    }
    .sp_navi_box {
        display: block;
    }

    .sp_navi {
        display: block;
    }

    .sp_navi_box label {
		width: 35px;
		height: 35px;
		border: 1px solid black;
		position: absolute;
		right: 10px;
		top: 20px;
		z-index: 20000;
	}

	.sp_navi_box span {
		width: 25px;
		height: 1px;
		background-color: black;
		position: absolute;
		right: 15px;
		transition: .3s;
		z-index: 20000;
	}

	.span1 {
		top: 30px;
	}

	.span2 {
		top: 37px;
	}

	.span3 {
		top: 44px;
	}

	#check:checked ~ .span2 {
		display: none;
	}
  
	#check:checked ~ .span1 {
		width: 27px;
		transform: rotate(45deg);
		top: 37px;
		right: 12px;
	}

	#check:checked ~ .span3 {
		width: 27px;
		transform: rotate(-45deg);
		top: 37px;
		right: 12px;
	}

	#check {
	display: none;
	}

    .sp_navi {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 85%;
        background-color: white;
        z-index: 20000;
        display: none;
    }
    .sp_navi a.sp_link {
        display: block;
        width: calc(100% - 20px);
        padding: 15px 10px;
        color: black;
        text-decoration: none;
        position: relative;
    }

    .sp_navi .header_contact_sp {
        display: block;
        width: calc(100% - 20px);
        padding: 15px 10px;
        color: black;
        text-decoration: none;
        position: relative;
    }
    .sp_navi a.sp_link::after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 40px;
		transform: translateY(-50%) rotate(45deg);
		width: 15px;
		height: 15px;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
	}
    .current {
        color: white !important;
    }

    .link_detail {
        margin: 10px 10px 10px 20px;
    }

    .contents {
        display: block;
    }
    .main_box {
        width: 90%;
        margin: 0 auto;
    }

    .indent {
        margin-left: 1em;
    }

    .event_info_item {
        width: calc(100% - 40px);
        margin: 0;
        padding: 20px;
        border-bottom: 1px solid orange;
    }

    .about table {
        width: 100%;
        display: block;
    }

    .about th {
        display: block;
        width: calc(100% - 16px);
        padding: 8px;
        text-align: left;
        background-color: lightgray;
    }

    .about td {
        display: block;
        width: calc(100% - 16px);
        padding: 8px;
        text-align: left;
    }

    .item_img {
        width: 44%;
        margin: 20px 3%;
    }

    .koumuten_top_img {
        width: 47%;
    }

    .hobby_img img {
        width: 47%;
    }

    .footer_inner {
        flex-wrap: wrap;
    }
    .footer_left {
        width: 100%;
    }
    .footer_right {
        width: 100%;
    }

}