@charset "utf-8";

/*-------------------------------------
css初期化
--------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 100%;
}

div:after {
	content: "";
	display: block;
	clear: both;
}

/*-------------------------------------
タグの基本設定
--------------------------------------*/
body {
	background: rgb(159, 210, 251);
	line-height: 1.6;
	font-size: 80%;
	color: #414141;
}

html {
	overflow-y: scroll;
}

a {
	text-decoration: none;
	outline: none;
	color: rgb(159, 210, 251);
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 945px;
	padding: 10px 0;
	margin: 0 auto;
	background: #fff;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	padding: 10px 0;
	text-align: center;
	color: rgb(159, 210, 251);
	font-family: sans-serif;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 945px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*--------------------------------------------------------------------
Nav
--------------------------------------------------------------------*/
nav {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 50px 0 80px 0;
}

nav ul li {
	list-style: none;
	width: 189px;
	margin: 0 0 20px 0;
	float: left;
}

nav ul li a img:nth-child(2){
	position: absolute;
	margin-left: -189px;
  transition: opacity 1s;
}

nav ul li a:hover img:nth-child(2){
  opacity: 0;
}


/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 700px;
	margin: 0 auto;

}

.video{
text-align:center;
}

div#effect {

border-bottom: solid ;
border-color:#fec1fb; 
text-align: center;
}


div#Main h2 {
	font-size: 120%;
	font-weight: bold;
	color: rgb(159, 210, 251);
	text-align: center;
}

div#Main div#TopImg {
	margin: 5px auto 0 auto;
	text-align: center;
	padding: 50px 0px 50px 0px;
}

div#Main div#PortImg {
	margin: 5px auto 0 auto;
	text-align: center;
}

div#Main p {
	color: rgb(159, 210, 251);
	margin-top: 10px;
	text-align: center;
}

div#Main table {
	width: 100%;
	margin: 10px auto 20px auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Main table tr th {
	width: 15%;
	padding: 5px 10px;
	background: rgb(182, 184, 182);
	border: 1px solid #504946;
	text-align: center;
	vertical-align: top;
	color: #fff;
}

div#Main table tr td {
	width: 85%;
	padding: 5px 10px 10px 10px;
	border: 1px solid #504946;
	text-align: left;
	vertical-align: top;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}
.image {
height: 100%;
margin: 0;
}

.image{
padding: 30px 0px 50px 0px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.poster{
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}

.shadowed{
 box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}



.wrap {
  display: flex;
  align-items: center;
  height: 500px;
  overflow: hidden;
}
.slideshow {
  display: flex;
}
.content {
  width: 700px;
  height: 450px;
}
.content:nth-child(1) {
  background-color: white;
}
.content:nth-child(2) {
  background-color: white;
}
.content:nth-child(3) {
  background-color: white;
}
.content:nth-child(4) {
  background-color: white;
}

.slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {

from {
    transform: translateX(0);
  }
to {
    transform: translateX(-100%);
  }
  
ul{
  padding-left:0;
}

li{
  list-style:none;
}
}


/*--------------------------------------------------------------------
pagetop
--------------------------------------------------------------------*/
.pagetop {
	text-align: right;
}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: center;
	color: rgb(159, 210, 251);
}
/*--------------------------------------------------------------------
h2
--------------------------------------------------------------------*/
h2 {
	padding: 30px 0 30px 0;
	text-align: center;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	color: rgb(159, 210, 251)
}
span { 
border-bottom: solid ;
border-color:#fec1fb; 
text-align: center; 
    padding: 10px;
    margin: 10px;
}

.about{
	padding: 50px 0px 50px 0px;
}


/*--------------------------------------------------------------------
h3
--------------------------------------------------------------------*/
h3 {
	padding: 50px 0 50px 0;
	text-align: center;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	color: rgb(159, 210, 251)
}
.image {
	padding: 30px 0px 80px 0px;
}
