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

/*========= 基本設定 ===============*/

html{
  scroll-behavior: smooth;
}

body{
	background-color: #FFFFFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", 'Noto Sans JP', 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; 
	color:inherit;
	}

#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: 10;
}

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

@media screen and (max-width:768px) {
	.tenpobunner img {
		height:auto;
		margin: 0 1vw;
        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:'Noto Sans JP', sans-serif;
	color: #190066;
    text-align: center;
    display: block;
}

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

.gazou-b {
	text-align: center;
}
.gazou-b img{
	border: none;
	width: 70vw;
}

.tokusetsu {
	text-align: center;
	margin: 2vw
}
.tokusetsu img{
	border: none;
	width: 70vw;
}


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

iframe {width: 100%;}

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

 a{
	text-decoration:none;
}

.timeline{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 70vw;
}

@media screen and (max-width:768px) {
	.timeline {
        width: 90vw;
}
}
 
.twitter-timeline {
	margin-left: auto;
	margin-right: auto;
}


/*アクセス
---------------------------------------------------------------------------*/
#access {
	display: center;
	background: #000000;
	padding-top: 1em;
	padding-bottom: 60px;
	padding-left: 1em;
	padding-right: 1em;
}

.icon {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 40vw;
	padding-top: 1em;
	padding-bottom: 1em;
}

@media screen and (max-width:768px) {
	.icon {
        width: 70vw;
}
}

.icon ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.icon li {
  justify-content: center;
  align-items: center;
  width: 25%; /* 要素が5つの場合（100/5） */
  padding: 0;
  margin: 0;
}

.icon img {
	width:70%;
}


/*フッター設定
---------------------------------------------------------------------------*/
	
.taira {
	text-align: center;
	color: #fff;		/*文字色*/
	font-size: 60%;		/*文字サイズ*/
	margin: 0;
}
