@charset "utf-8";

/*-------------------------------------
css初期化
--------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:'Noto Sans JP', sans-serif;
	font-size: 100%;
}

div:after {
	content: "";
	display: block;
	clear: both;
}

/*-------------------------------------
タグの基本設定
--------------------------------------*/
body {
	background: rgb(255, 255, 255);
	line-height: 1.6;
	font-size: 81.25%;
	color: #414141;
}

html {
	overflow-y: scroll;
}

a {
	text-decoration: none;
	outline: none;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}

a:hover img{
	opacity: 0.80;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 1143px;
	padding: 0;
	margin: 0 auto;
	background: rgb(255, 255, 255);
	
}


/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 1143px;
	margin: 0 auto;
	padding:  0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*--------------------------------------------------------------------
Nav
--------------------------------------------------------------------*/
nav {
	width: 1143px;
	margin: 0 auto;
	position: relative;
	display: flex;
	
}

h1 {
	padding: 60px 0;
	text-align: left;
	
}

nav ul li {
	list-style: none;
	width: 189px;
	margin: 0 0 20px 0;
	float: left;
	text-align: right;
}

nav ul li a img:nth-child(2){
	position: absolute;
	margin-left: -189px;
  transition: opacity 0.5s;
}

nav ul li a:hover img:nth-child(2){
  opacity: 0;
}


/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 700px;
	margin: 0 auto;
	
}

div#Main h2 {
	font-size: 250%;
	font-weight: bold;
	color: #006452;
	font-family:'Century Gothic','中ゴシックBBB','游ゴシック','Arial','sans-serif';
}

div#Main h3 {
	margin-top: 150px;
	font-size: 250%;
	font-weight: bold;
	color: #006452;
	font-family:'Century Gothic','中ゴシックBBB','游ゴシック','Arial','sans-serif';
}

div#Main div#TopImg {
	margin:0px auto 50px auto;
	text-align: center;
	transform: scale(1.2)
}

div#Main div#PortImg {
	margin: 15px auto 5px auto;
	text-align: center;
	object-fit: scale-down;
}

div#Main p {
	color: #504946;
	margin-top: 50px;
	text-align: center;
}

.movie__youtube {
    position: relative;
    aspect-ratio: 16 / 9;
}

table.table01 {
max-width: 700px;
border-collapse: separate;
border-spacing: 0px 20px;
font-size: 12px;
}

table.table01 th,
table.table01 td {
padding: 10px;
}

table.table01 th {
background: #696f77;
vertical-align: middle;
text-align: center;
width: 150px;
overflow: visible;
position: relative;
color: #fff;
font-weight: bold;

}

table.table01 th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #696f77;
border-width: 5px;
margin-top: -5px;
}


table.table01 td {
background: #f8f8f8;
width: 500px;
padding-left: 30px;
}


#my-popover{
	padding: 3rem;
	border-radius: 0.5rem;
	margin: auto;
}

button{
	background: #fff;
	border: none;
	text-align: right;
	margin: 0px 0px 0px 720px;
}

#close{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	cursor: pointer;
	padding:8px;
	background: #006452;
	color: #fff;
	border-radius:15px;
	line-height:14px;
	font-weight:bold;
}


/*--------------------------------------------------------------------
pagetop
--------------------------------------------------------------------*/
p.pagetop {
	margin: 10px 0px 10px 600px;
}


/*--------------------------------------------------------------------
footer
--------------------------------------------------------------------*/

footer{
	height: 100px;
	margin-top: 50px;
}







/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
address {
	clear: both;
	text-align: right;
	color: #504946;
	padding-right: 150px;
}
