@charset "utf-8";
/* -------------------------------*/
/* 
/*　全ページ共通 
/*
/* -------------------------------*/
html{
	font-size: 100%;
}
body{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
	line-height: 1.7;
	color: #432;
	background-color: #FFF3F3;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.bunsho{
	text-align: center;
	text-align: justify;
	letter-spacing: 0.05rem;
	line-height: 1.5;
}
.font-english{
	font-family: "Philosopher", sans-serif;
	font-weight: normal;
}
.cl-header-wrapper,.cl-main-wrapper {
    max-width: 1120px;
    margin: auto;
    padding: 0 1.5rem;
}

	/* 画像サイズの指定　共通*/
.cl-image-size{
	background-size: cover;
	background-position: center bottom;
	height: 800px;
}
/* メイン画像の指定　H2の見出しまで*/
.cl-main-image{
	background-image: url("../images/m_main.jpg");
}
.cl-other-image-size{
	background-size: cover;
	background-position: center bottom;
	height: 400px;
}
.cl-about-image{
	background-image: url("../images/about_main.jpg");
}
.cl-contact-image{
	background-image: url("../images/contact_main.JPG");
}
.cl-spsc-image{
	background-image: url("../images/spsc_main.jpg");
}
.cl-sponsor-image{
	background-image: url("../images/sponsor_main.JPG");
}
.cl-sagamihara-image{
	background-image: url("../images/tsukuiko.jpg");	
}
.cl-recruit-image{
	background-image: url("../images/recruit_main.jpg");	
}

h2{
	font-size: 2rem;
	text-align: center;
}
.cl-h2-title{
	margin-top: 1rem;
}

h3{
	font-size: 3rem;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 1rem;
	/*background-color: #E4AE73;*/
	background-color: #A6EEC5;
}
h4{
	font-size: 1.5rem;
	text-align: center;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	
}
/* -------------------------------*/
/* 
/*　header 
/*
/* -------------------------------*/
h1 img{
	height: 50px;
}
/* ハンバーガーナビ */
.cl-header-wrapper{
	display: flex;
	justify-content: space-between;
}
.navbar{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #5D866D;
	padding: 10px;
}
#menu-icon{
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.bar{
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 4px 0;
}
.menu{
	display: none;
	list-style: none;
}
.menu.active{
	display: block;
}
.menu li{
	margin: 10px 0;
}
.menu li a{
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
}
/* -------------------------------*/
/* 
/*　main 
/*
/* -------------------------------*/
/* about */
.cl-about{
	max-width: 736px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;
}
.cl-about img{
	border-radius: 16px;
	object-fit: contain;
}
.cl-about p{
	text-align: left;
	margin-bottom: 3rem;
}
/* PicUp */
.cl-picup{
	max-width: 736px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;	
}
.cl-picup p{
	text-align: center;
}
.cl-s1-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	gap: 5px;	
}
.cl-s1-container img{
	border-radius: 16px;
	text-align: center;
	background-color: #fff;
	border: solid;
	border-style: outset;
}
.cl-s1-container a:hover{
	opacity: 0.5;
}
.cl-s1-container img:hover{
	border: solid 2px #04B55A;
}
/* topic */
.cl-topic{
	max-width: 736px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;	
}
.cl-topic ul {
  padding: 0;
}

.cl-topic ul li{
  border-left: solid 6px #1fa67a;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}
/* sponsor */
.cl-sponsor{
	max-width: 736px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;	
}
.cl-sponsor p{
	text-align: center;
	padding-bottom: 1rem;
}
/* sns */
.cl-sns{
	max-width: 736px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;	
}
.cl-sns-container{
	display: grid;
	text-align: center;
	grid-template-columns: 1fr 1fr 1fr;
	
}
/* -------------------------------*/
/* 
/*　spsc
/*
/* -------------------------------*/
.cl-spsc img{
	max-width: 400px;
	text-align: center;
}
/* -------------------------------*/
/* 
/*　recruit
/*
/* -------------------------------*/
.recruit-contact{
	text-align: center;
	font-size: 2rem;
	padding: 1rem;
}
/* -------------------------------*/
/* 
/*　contact
/*
/* -------------------------------*/
form div{
	padding: 15px;
}
input[name="full-name"]{
	width:  20rem;
}
input[name="email"]{
	width:  20rem;
}
textarea{
	outline: solid;
	width:  20rem;
	height: 6rem;
	border: 0.5px;
	color: #432;
	
}
.submit{
	margin-left: 4rem;
}
input{
	outline: solid;
	border: 0.5px;
}
select{
	outline: solid;
}
/* -------------------------------*/
/* 
/*　article
/*
/* -------------------------------*/
.cl-article-title{
	font-size: 2rem;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 1rem;
	background-color: #E4AE73;
	/*background-color: #A6EEC5;*/
}
.cl-article-header img{
	height: 70px;
}
	.cl-article-images img{
		border-radius: 16px;
	}
	.cl-article-container{
		padding-top: 2rem;
		gap: 2rem;
	}
.ft-article p{
	font-size: 0.8rem;
	color: #fff;
	background-color: #E4AE73;
    text-align: center;
	padding: 10px;
}
/* -------------------------------*/
/* 
/*　sagamihara
/*
/* -------------------------------*/
.cl-sagamihara-images{
	text-align: center;
	border-radius: 16px;
}

.cl-sagamihara-images img{
	text-align: center;
	border-radius: 16px;
	padding: 1rem;
}
.cl-annivasary img{
	text-align: center;
	border-radius: 16px;
	padding: 1rem;	
}

/* -------------------------------*/
/* 
/*　footer
/*
/* -------------------------------*/
footer{
	max-width: 736px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;	
}

table{
	width: 100%;
	max-width: 544px;
	margin: auto;
	padding: 0 1.5rem;
	border-spacing: 0;

}
th,td{
	border-bottom: 1px solid #c9c2bc;
}
th{
	text-align: left;
	font-weight: normal;
	padding: 1rem;
}
td{
	padding: 1rem 0;
}
footer P{
	text-align: center;
}

.ft-copyright p{
	font-size: 0.8rem;
	color: #fff;
	background-color: #5D866D;
    text-align: center;
	padding: 10px;
}
.cl-ft-logo img{
	height: 50px;
}
.ft-sns{
	display: flex;
	margin-bottom: 1rem;
}
.ft-about{
	background-color: #F5DEDE;
}
	.ft-mes{
		font-size: 1rem;
		padding-top: 3rem;
		font-weight: 100;
	}
.cl-ft-logo{
	font-size: 2rem;
}

/* ===================================
/* 
/*　デスクトップ版の設定 
/* 
/* ===================================*/
@media(min-width:800px){
	.menu{
		display: flex;
		gap: 20px;
	}
	.menu li{
		margin-left: 20px;
	}
	#menu-icon{
		display: none;
	}
	/* メイン画像の指定　H2の見出しまで*/
	.cl-main-image{
		background-image: url("../images/p_main.jpg");
	}
	.cl-about-image{
		background-image: url("../images/p_main.jpg");
	}
	/* about */
	.cl-about{
		max-width: 1120px;
		padding: 0 1.5rem;
		margin: 3rem auto 0;
	}
/*picup*/
.cl-picup{
	max-width: 1120px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;
}
.cl-s1-container{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* topic */
.cl-topic{
	max-width: 1120px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;	
}
/* sponsor */
.cl-sponsor{
	max-width: 1120px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;	
}
/* sns */
.cl-sns{
	max-width: 1120px;
	padding: 0 1.5rem;
	margin: 3rem auto 0;	
}

/* -------------------------------*/
/* 
/*　footer
/*
/* -------------------------------*/
	footer{
		max-width: 1120px;
		padding: 0 1.5rem;
		margin: 3rem auto 0;	
	}
	.ft-sns{
		display: flex;
	}
	.ft-sponsor{
		display: flex;
		padding-top: 4rem;
		gap: 1rem;
	}
	.ft-container{
		display: flex;
	}
	.ft-container-info{
		width: 70%;
	}
	.ft-container-other{
		width: 30%;
	}
	.sponsor-ox{
		padding-top: 0.5rem;
	}
	
/* -------------------------------*/
/* 
/*　home以外の設定
/*
/* -------------------------------*/
	.cl-article-images{
		width: 60%;
		border-radius: 16px;
	}
	.cl-article-article{
		width: 40%;
	}
	.cl-article-container{
		display: flex;
		justify-content: center;
		padding-top: 2rem;
		gap: 2rem;
	}

/*　一番最後のカッコ　この前に記載する*/	
}
