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

/*========= 基本設定 ===============*/
body{
    background:#333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

body.appear{
     background:#FFFFFF;   
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

h2,h3,h4,h5{
	text-align: center;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-shadow:
		1px 0 4px #000000,
        1px 1px 4px #000000,
        0 1px 4px #000000,
        -1px 1px 4px #000000,
        -1px 0 4px #000000,
        -1px -1px 4px #000000,
        0 -1px 4px #000000,
        1px -1px 4px #000000;
}


a {text-decoration:none; }


#logo {
  width: 100%;
  height: 40px;
  background-color: #000000;
  position: fixed;
  z-index: 999;
  box-shadow: 5px 5px 20px; }
  #logo img {
    display: block;
	 padding: 6px;
    margin:  0 auto; }

#main-area{
	margin: 0;
}

.tenpobunner{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 0 0 2vw;
}

.tenpobunner img {
   height:auto;
   margin: 0 2vw;
   width: 40vw;
}
@media screen and (max-width:768px) {
	.tenpobunner img {
		height:auto;
		margin: 0 2vw;
        width: 43vw;
}
}

@media screen and (max-width:414px) {
	.tenpobunner img {
		height:auto;
		margin: 0 2vw;
		margin-top: 10px;
        width: 40vw;
}
}

.kenrogo{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.kenrogo img {
   height:auto;;
   width: 50vw;
   margin: 2vw 0;
}
@media screen and (max-width:768px) {
	.kenrogo img {
		height:auto;
		margin: 0 2px;
        width: 60vw;
}
}

@media screen and (max-width:414px) {
	.kenrogo img {
		height:auto;
		margin: 0 2px;
        width: 70vw;
}
}

.zengamen img{
	position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
	width: 100vw;
	margin: 0 ;
}

.title {
	text-align: center;
}
.title img{
	border: none;
	max-width: 80vw;
	margin: 2vw 0;
}

.main-kisyu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 10;
}

.main-kisyu img {
	width:45vw;
    height:auto;
	margin: 0 5px;
}
@media screen and (max-width:768px) {
	.main-kisyu img {
		height:auto;
		margin: 0 2px;
        width: 85vw;
	}
}


.tenpocard {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tenpocard img {
   height:auto;
   margin: 0 1vw;
   width: 45vw;
}
@media screen and (max-width:768px) {
	.tenpocard img {
		height:auto;
		margin: 0 2vw;
        width: 40vw;
}
}
.tenpocard2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tenpocard2 img {
   height:auto;
   margin: 0 1vw;
   width: 25vw;
}
@media screen and (max-width:768px) {
	.tenpocard2 img {
		height:auto;
		margin: 0 1vw;
        width: 30vw;
}
}

.houji {
	text-align: center;
	color: #000;
}

@media screen and (max-width:768px) {
 .houji{
	font-size:0.8rem;
	}
}

/*フッター設定
---------------------------------------------------------------------------*/
	
footer {
	clear: both;
	text-align: center;
	background:#fff;	/*背景色*/
	color: #000000;		/*文字色*/
	font-size: 50%;		/*文字サイズ*/
}
