@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: 48px;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 999;
  box-shadow: 5px 5px 20px; }
  #logo img {
	height: auto;
	display: block;
    margin: auto;}



#main-area{
	margin: 0;
}

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

.tenpobunner img {
   height:auto;
   margin: 0 2vw;
   width: 40vw;
   border-radius: 10px;
   border: solid 3px #FFFFFF;
}

.tenpobunner a img:hover{
	opacity:0.5;
	transition:0.3s;
}
.over {
	justify-content: center;
	text-align: center;
}
@media screen and (max-width:768px) {
	.over img {
		height:auto;
		margin: 0 5px;
        width: 90vw;
}
}


.container main{
  display: flex;/*必須*/
  flex-wrap: wrap;/*必須*/
  width:20rem
}
.item top{
  width: 50%;/*必須*/
  padding:0;
  margin:0;
}
.item top:nth-of-type(odd){
  background-color:#e9bc00;
}
.item top:nth-of-type(even){
  background-color:#00ac9a;
}

.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;
	}
}

span.kisyu-mei{
    margin:0 auto;
	font-family: 'M PLUS 1', sans-serif;
	color: #FFFFFF;
    text-align: center;
    display: block;
	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;
}

.kisyuCopy {
	font-family: sans-serif ;
	width:90%;
    margin:0 auto;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #FFF;
	font-size: 50%;
	text-align: center;
	line-height: 1.2;
	word-break: break-all;
}

.agent{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.agent img{
	width: 80vw;
}

.nomerikomi {
	margin-bottom: 8px;
	color: #fff;
	font-size: 45%;
	text-align: center;
	line-height: 1.2;
	word-break: break-all;
}

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

.tenpocard img {
   height:auto;
   margin: 0 1vw;
   width: 15vw;
}
@media screen and (max-width:768px) {
	.tenpocard img {
		height:auto;
		margin: vw;
        width: 40vw;
}
}
.tenpocard a img:hover{
	opacity:0.5;
	transition:0.3s;
}

.address {
	text-align: center;
	color: #FFF;
}
	
    
.twitter {
	text-align: center;
}

@media screen and (max-width:768px) {
	.twitter img {
		height:auto;
		margin: vw;
        width: 80vw;
}


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