@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;
	overflow-x: hidden;
}

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: 10px;
	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: #FFFFFF;
  position: fixed;
  z-index: 999;
  box-shadow: 5px 5px 20px; }
  #logo img {
    display: block;
	padding: 6px;
    margin:  0 auto;
}

#main-area{
	margin: 0 auto;
}

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

.tenpobunner img {
   height:auto;
   margin: 0 5px;
   width: 23vw;
}

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

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

#kisyu {
	text-align: center
}
#kisyu img{
	border: none;
	max-width: 80vw;
}

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

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

.main-kisyu img {
	width:100vw;
    height:auto;
	margin: 0 5px;
}

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

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

.kisyu-sonota img {
    height:auto;
    margin: 0 5px;
    width: 13vw;
	border:solid 1.5px #FFFFFF; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

@media screen and (max-width:768px) {
	.kisyu-sonota img {
		height:auto;
		margin: 0 4px;
        width: 23vw;
	}}
@media screen and (max-width:470px) {
	.kisyu-sonota img {
		height:auto;
		margin: 0 4px;
        width: 30vw;
	}}

.kisyuCopy {
	font-family: sans-serif ;
	width:90%;
    margin:0 auto;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #FFFFFF;
	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: #FFFFFF;
	font-size: 45%;
	text-align: center;
	line-height: 1.2;
	word-break: break-all;
}

.kisyu-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 5;
}

.kisyu-item img {
   height:auto;
   margin: 0 5px;
   width: 47vw;
}
@media screen and (max-width:768px) {
	.kisyu-item img {
		height:auto;
		margin: 0 5px;
        width: 90vw;
}
}

.gazou-a {
	text-align: center
}
.gazou-a img{
	border: none;
	max-width: 95vw;
}

iframe {width: 100%;}

.anshin{
    color: #FFFFFF;
    font-size: 22px;
    border-bottom: 2px dotted;
    font-weight: bolder;
	text-align: center;
    background-color: #000000;
}

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

.address{
    color: #FFFFFF;
    text-align: center;
	text-decoration:none;
}

.timeline{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 500px;
}
 
.timeline iframe{
  width: 100% !important;
}

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