@charset "utf-8";

/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #ffffff;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
.impact4  {underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 80%;
	height: 80%;
	margin: 0 auto;
	padding: 0px;
	min-width: 1002px;
	
  background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:30px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #4e4644;
}

#head1 { background: url("../images/header_01.png") no-repeat top center; height:    1631px; } 
#head2 { background: url("../images/header_02.png") no-repeat top center; height:    1551px; } 
#head3 { background: url("../images/header_03.png") no-repeat top center; height:    742px; } 
#head4 { background: url("../images/header_04.png") no-repeat top center; height:    1426px; } 
#head5 { background: url("../images/header_05.png") no-repeat top center; height:    728px; } 
#head5-1 { background: url("../images/header_06.png") no-repeat top center; height:    860px; } 
#head6 { background: url("../images/header1_01.png") no-repeat top center; height:    1355px; } 
#head7 { background: url("../images/header1_02.png") no-repeat top center; height:    1478px; } 
#head8 { background: url("../images/header1_03.png") no-repeat top center; height:    219px; } 
#head9 { background: url("../images/header1_04.png") no-repeat top center; height:    634px; } 
#head10 { background: url("../images/header1_05.png") no-repeat top center; height:    708px; } 
#head11 { background: url("../images/header1_06.png") no-repeat top center; height:    1970px; } 
#head12 { background: url("../images/header6.png") no-repeat top center; height:    479px; margin-right: 5%}
#head13	{ background: url("../images/header7.png") no-repeat top center; height:    235px; margin-left: 5%;}

#head14 { background: url("../images/nayami9.png") no-repeat top center; height:    547px; } 
#head15 { background: url("../images/header1_08.png") no-repeat top center; height:    784px; } 
#head16 { background: url("../images/header5_10.png") no-repeat top center; height:    433px; } 
#head17 { background: url("../images/header5_12.png") no-repeat top center; height:    621px; } 

#head18 { background: url("../images/header2_01.png") no-repeat top center; height:    345px; } 
#head19 { background: url("../images/header2_02.png") no-repeat top center; height:    2053px; } 
#head20 { background: url("../images/header2_03.png") no-repeat top center; height:    2604px; } 
#head21 { background: url("../images/header3_01.png") no-repeat top center; height:    2226px; } 
#head22 { background: url("../images/header3_02.png") no-repeat top center; height:    560px; }
#head23 { background: url("../images/header3_03.png") no-repeat top center; height:    250px; }
#head24 { background: url("../images/header3_04.png") no-repeat top center; height:    5955px; }
#head25 { background: url("../images/header4_01.png") no-repeat top center; height:    4782px; }
#head26 { background: url("../images/header4_02.png") no-repeat top center; height:    3373px; }
#head27 { background: url("../images/header4_03.png") no-repeat top center; height:    383px; }
#head28 { background: url("../images/header4_05.png") no-repeat top center; height:    319px; }
#head29 { background: url("../images/header5_01.png") no-repeat top center; height:    1200px; }
#head30 { background: url("../images/header5_02.png") no-repeat top center; height:    169px; }
#head31 { background: url("../images/yamamoto.png") no-repeat top center; height:    565px; }




#form { background: url("../images/form.png") no-repeat top center; height:    940px; } 
#form2 { background: url("../images/form2.png") no-repeat top center; height:    360px; }

.text_img{
    width: 100%;
	vertical-align: middle;
}
.youtube-container{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube-container iframe{
	width: 85% !important;
	height: 85% !important;
}



#container {

	text-align:left;
	width:900px;
	margin:0 auto;
	
	
}

#text {

	text-align:left;
	width:800px;
	margin:0 auto;
	
	
}

#text2 {
	font-size: 43px;
	text-align:left;
	width:800px;
	margin:0 auto;
	
}

#text3 {
	font-size: 20px;
	text-align:left;
	width:800px;
	margin:0 auto;
		
}


.container {

	text-align:left;
	width:900px;
	margin:0 auto;
	
	
}

.white {
  color: #fff;
}

.text-center {
　text-align: center;
}

#footer {  
	background-color: #e2809d;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

