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

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

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

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

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

.tenpobunner a {
  font-size: 2px;
  padding: 2px 2px;
  border-radius: 1px;
  display: inline-block;
  transition: .3s;
}
.tenpobunner a:hover {
  transform: scale(1.02);
}

@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;
        width: 45vw;
		border: solid 1px #FFFFFF;
}
}

.gazou-b {
	text-align: center;
}
.gazou-b img{
	border: none;
	width: 50vw;
	padding-top: 3em;
	padding-bottom: 1px;
	padding-left: 1em;
	padding-right: 1em;
	
}
@media screen and (max-width:768px) {
	.gazou-b img {
		height:auto;
		margin: 0 2px;
        width: 85vw;
	}
}

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

.title {
	text-align: center;
	padding-top: 4em;
	padding-bottom: 1px;
	padding-left: 1em;
	padding-right: 1em;
}
.title img{
	border: none;
	max-width: 80vw;
}

.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: 45vw;
}
@media screen and (max-width:768px) {
	.tenpocard img {
		height:auto;
		margin: 0 2vw;
        width: 90vw;
}
}

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

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

.address img {
   height:auto;
   margin: 0 5px;
   width: 15vw;
}

.gazou-C {
	text-align: center
	}

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

.gazou-a {
	text-align: center
}
.gazou-a img{
	max-width: 95vw;
	border: solid 2px #FFFEFE ;
	border-radius: 5px;
}

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