@charset "utf-8";
/* CSS Document */

/*下層
------------------------------------------------------------------------------------------------------- */
.main{
	min-height: 660px;
     padding: 0 10px;
}

.contents_img{
	width: 100%;
	max-width:960px;	
	height: 100%;
	min-height: 234px;
	background: url(../img/common/contents.png)top left no-repeat;
	background-size:contain;
    margin:0 auto 20px;
}	
.mainInr{
	margin-bottom: 40px;
}
.title{
margin-bottom: 20px;
position: relative;
    padding: 2px 5px 2px 50px;
    font-size: 26px;
    font-weight: bold;
    color: #474747;
    border-radius: 50px 10px 10px 50px;
}

.title::before {
font-weight: bold;
content: url(../img/common/h2icon.png);
vertical-align: middle;
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: 0;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

.cImg{
	text-align: center;
	width: 100%;
	margin: 20px auto;
}
/*news
------------------------- */
.newsList {
	width:100%;
	margin:0 auto;
	padding: 10px;
}

.newsList ul {
	border-bottom:1px dotted #BDBDBD;
	margin-bottom:10px;
	padding-bottom:10px;	
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: flex;		
}

.newsList ul .date{
	margin-right: 20px;
}
.newsList ul:last-child {
	border-bottom:none ;		
}

.photo li {
	width: 31%;
}
.photo li a {
    display: block;
    width: 100%;
}
.img100 {
    width: 100%;
    height: auto;
}


/*guide
------------------------- */
.guide{
	position: relative;
}

.guide .gImg li :first-child img {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}
.guide .gImg li:nth-child(2) img{
    position: absolute;
    top: 280px;
    right: 0;
	width: 25%;
}
.guide .gImg li:nth-child(3) img{
    position: absolute;
    top: 600px;
    right: 0;
	width: 25%;
}
.pdf li{
	margin-right: 20px;
}
.pdf li a{
	color:#1f1f1f;
}
.pdf i {
	margin-right: 10px;
	color:#ff0000;
}
.contact i {
	margin-right: 10px;
}
.contact li {
	text-align: center;
    width: 25%;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 20px 0;
    color: #fff;
    background: #ffa337;
	
}
.contact li:nth-child(3) {
    width: 40%;
}
.contact li:nth-child(4) {
	display: none;
}
.contact li a {
	color: #fff;
}

.table03 tr {
	padding-bottom: 20px;
}
.table03 th {
    width: 20%;
    font-weight: bold;
    color: #774513;
}

.table03 th::before {
    content: url(../img/common/table02.png);
    vertical-align: middle;
    display: inline-block;   
	margin-right: 10px;
}

/* 1列目 */ .table03 tr td:nth-of-type(1) {     
	padding: 30px;
    width: 20%; 
}
/* 2列目 */ .table03 tr td:nth-of-type(2) {    
	width: 50%; 
}
/* 3列目 */ .table03 tr td:nth-of-type(3) { }
.table03 p {
	margin-bottom: 10px;
}
.table03 i {
	margin-right: 10px;
}
.fa-sun{
	color: #FFBE6C;
}
.fa-moon{
	color: #6C9CFF;
}
#club {
	margin: 40px 0;
}
#club ul {
	margin: 20px 0;
}
#club ul li{
	width: 25%;
	padding: 20px;
}
#club img{
	width: 100%;
}

/*about
------------------------- */

.table02 tr {
	padding-bottom: 20px;
}

.table02 th {
    width: 20%;
	padding:38px 10px;
	font-weight: bold;
    color: #774513;
}

.table02 th::before {
    content: url(../img/common/table02.png);
    vertical-align: middle;
    display: inline-block;   
	margin-right: 10px;
}

.about{
	position: relative;
}

.about .gImg li :first-child img {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}
.about .gImg li:nth-child(2) img{
    position: absolute;
     top: 280px;
    right: 0;
	width: 30%;
}
.about .gImg li:nth-child(3) img{
    position: absolute;
     top: 560px;
    right: 0;
	width: 30%;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	
.contents_img{
	width: 100%;
	max-width:960px;
	background: url(../img/common/contents.png)top left no-repeat;
	background-size:contain;
	padding-top:24%;
	height:0;
	min-height: inherit;
    margin:0 auto 20px;
}	
	
.table03 {
	border-collapse: collapse;
    width: 70%;
}
.table03 tr {
	border: 1px solid #ccc ;
	padding: 10px;
}
.table03 td {
	border: 1px solid #ccc ;
	padding: 10px;
}
.table03 th {
    width: 25%;
    font-weight: bold;
    color: #774513;
	border: 1px solid #ccc ;
	padding: 10px;
}

/* 1列目 */ .table03 tr td:nth-of-type(1) {     
	padding: 10px;
    width: 25%; 
}
/* 2列目 */ .table03 tr td:nth-of-type(2) {    
	width: 100%; 
}
/* 3列目 */ .table03 tr td:nth-of-type(3) { }
.table03 p {
	margin-bottom: 10px;
}
.table03 i {
	margin-right: 10px;
}
.pdf {	
	-webkit-box-direction:column;/*--- Androidブラウザ用 ---*/
	-ms-flex-direction: column;/*--- IE10用 ---*/	
	-webkit-flex-direction: column; /* Safari */
	flex-direction:column;	
}
.pdf li a{
	padding: 10px;
	display: block;
} 	
	
/*about
------------------------- */
.about img{
	width: 100%
}	
.table02 {
	border-collapse: collapse;
    width: 70%;
}
.table02 tr {
	border: 1px solid #ccc ;
	padding: 10px;
}
.table02 td {
	border: 1px solid #ccc ;
	padding: 10px;
}
.table02 th {
    width: 25%;
    font-weight: bold;
    color: #774513;
	border: 1px solid #ccc ;
	padding: 10px;
}

.table03 p {
	margin-bottom: 10px;
}
.table03 i {
	margin-right: 10px;
}	
}	
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
/*guide
------------------------- */
.gImg {
	margin: 10px auto;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/		
	-webkit-justify-content: center; /* Safari */
	justify-content:center;
}	
.table03 {
    width: 100%;
}	
.table03 th::before {
    display: none;   
}
.guide .gImg li :first-child img {
    position: static;
    width: 100%;
}
.guide .gImg li:nth-child(2) img{
    position: static;
	width: 100%;
}
.guide .gImg li:nth-child(3) img{
    position: static;
	width: 100%;
}
	
#club ul{
	width: 100%;
	margin: 10px auto;
}
#club ul li{
	width: 50%;	
}
.contact span{
	display: none;
}
.contact i {
    margin-right: 0;
	font-size: 24px;
}	
.contact li {
    text-align: center;
    width: 33%;
}
.contact li:nth-child(2) {
	display: none;
}
.contact li:nth-child(3) {
    width: 33%;
}	
.contact li:nth-child(4) {
	display: inline-block;
}	
	
/*about
------------------------- */

.table02 tr {
	padding-bottom: 20px;
}

.table02 th {
    width: 20%;
	padding:38px 10px;
	font-weight: bold;
    vertical-align: middle;
    color: #774513;
}

.table02 th::before {
    display: none;   
}

.about{
	position: relative;
}
.table02 {
    width: 100%;
}	
.about .gImg li :first-child img {
    position: static;
    width: 100%;
}
.about .gImg li:nth-child(2) img{
    position: static;
	width: 100%;
}
.about .gImg li:nth-child(3) img{
    position: static;
	width: 100%;
}
	
}