/* CSS Document */
html, body  {
	font-family: 'Zen Gothic New' , sans-serif;
	font-size: 16px;
	color:black;
	background-color: white;
    margin: 0;
    padding: 0;
    width:100%;
    height: 100vh;
}

img{
	max-width: 100%;
	height: auto;
}
/*html {
    scroll-behavior: smooth;
}
/*.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: darkgreen;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	cursor:pointer;
	transition: opacity 0.3S ease;
}
.pagetop:hover {
	opacity: 0.7;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
/*--------------------981px以上-----------------------*/
@media screen and (min-width:981px)
{
.inner {
	max-width: 100%;
	height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
	background-color: white;
	width:auto;
	margin: 0;
}
.logo img { 
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
nav ul {
    list-style-type: none;
    padding: 0;
}
nav ul li {
    display: inline-block;
    margin-right: 30px;
}
nav ul li a {
    text-decoration: none;
    color: #333;
    position: relative;
	font-weight: 300;
}
nav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: darkgreen;
	position: absolute;
    bottom: 0px;
    transition: width 0.2s ease;
}
nav ul li a:hover::after {
    width: 100%; 
}
.gnav{
	display: flex; 
	float: right;
	padding: 0px;
}
.burger div {
	width: 25px;
	height: 3px;
	background-color: darkgreen;
	margin: 5px;		
	}
.burger {
	display: none;
	cursor: pointer;
	}
main{
	background-color: white;	
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}
.mv{
	display: flex; 
	width: 100%;
    height: auto;
	position: relative;
}
.mv-left{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding-top: 0;
} 
.over-rey {
    width: 20%;
    position: absolute;
    top: 16%;
    right: 0.3%;
    margin-right: 2%;
    margin-top: 1%;
}
.over-tel {
    width: 18%;
    position: absolute;
    top: 25%;
    right:3%;
    margin-right: 0%;
    margin-top: 0%;
}
h2{
    text-align: center;
	background-color: greenyellow; 
	width: 60vw;
	border-left: 10px solid darkgreen;
    }
.photo-container {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
    }
.photo {
	width: 25%; 
	overflow: hidden; 
    }
.photo img {
	width: 100%; 
	height: auto; 
	display: block; 
    }
table {
	width: 100%;
	border-collapse: collapse;
    } 
td {
	padding: 8px;
	text-align: center;
	border-bottom: 2px solid #ddd;
	color: black;
    }
th {
	background-color: black;
    color:white;
    }
.section-title {
	color: black;
	width: 60%;
	margin: 0 auto;
	padding-top: 2px;
	letter-spacing: 5px;	
}
.text {
	font-size: 1.2em;
	color: black;
	text-align: center;
}
table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	table-layout: fixed;
}
table tr {
	padding: .35em;
	border: 2px solid #eee;
}
table tr:last-child{
	border: none;
}
table th{
	padding: 2em;
	border-right: 2px solid #fff;
}
table td {
	padding: 2em .5em;
	border-right: 2px solid #eee;
	text-align: center;
}
table th {
	font-size: 1.2em;
}
table thead tr{
	background-color: #50535d;
	color: #fff;
}
table tbody th {
    border-right: 2px solid #eee;
}
th.non {
    border-right: none;
}
.isu-ph {
	width: 20%; 
	height: auto; 
	display: block; 
	margin: 0 auto;
	padding-top: 20px;
} 
footer {
	background-color: green;
	color: white;
	padding: 20px 0;
}
.footer-logo {
	display: block;
    margin: 0 auto; 
}
.footer-copy {
	text-align: center;
}
}

/*--------------------641～980px-----------------------*/
@media screen and (min-width:641px) and (max-width:980px)
{
.inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
	background-color: white;
	width: auto;
	margin: 0;
}
.logo img{    
	height: 72px;
}
nav ul {
    list-style-type: none;
    padding: 0;
}
nav ul li {
    display: inline-block;
    margin-right: 20px;
}
nav ul li a {
    text-decoration: none;
    color: #333;
    position: relative;
	font-weight: 300;
}
nav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: darkgreen;
	position: absolute;
    bottom: 0px;
    transition: width 0.2s ease;
}
nav ul li a:hover::after {
    width: 100%; 
}
.gnav{
	display: flex; 
	float: right;
	padding: 0px;
}
.burger div {
	width: 25px;
	height: 3px;
	background-color: darkgreen;
	margin: 5px;	
	}
.burger {
	display: none;
	cursor: pointer;
	}
main{
	background-color: white;	
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}
.mv{
	display: flex; 
	width: 100%;
    height: auto;
	position: relative;
}
.mv-left{
	display: block; 
	width: 100%;
	height: auto;
	margin-top: 0px; 
	padding-top: 0; 
} 
.over-rey {
    width: 28%;
    position: absolute;
    top: 18%;
    right: 5%;
    margin-right: 0%;
    margin-top: 0%;
}
.over-tel {
    width: 26%;
    position: absolute;
    top: 26%;
    right: 5%;
    margin-right: 0%;
    margin-top:0%;
}
h2{
    text-align: center;
	background-color: greenyellow;
	width: 60vw;
	border-left: 10px solid darkgreen;
	font-size: 120%;
    }
.photo-container {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
    }
.photo {
	width: 25%;
	overflow: hidden; 
    }
.photo img {
	width: 100%; 
	height: auto; 
	display: block; 
    }
table {
	width: 100%;
	border-collapse: collapse;
    } 
td {
	padding: 8px;
	text-align:center;
	border-bottom: 2px solid #ddd;
	color: black;
    }
th {
	background-color: black;
    color:white;
    }
.section-title {
	color: black;
	width: 50%;
	margin: 0 auto;
	padding-top: 2px;
	letter-spacing: 5px;
}
.text {
	font-size: 1.0em;
	color: black;
	text-align: center;
}
table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 640px;
	table-layout: fixed;
}
table tr {
	background-color:white;
	padding: .35em;
	border: 2px solid #eee;
}
table tr:last-child{
	border: none;
}
table th{
	padding: 2em;
	border-right: 2px solid #fff;
}
table td {
	padding: 1em .5em;
	border-right: 2px solid #eee;
	text-align: center;
}
table th {
	font-size: 100%;
}
table thead tr{
	background-color: #50535d;
	color:#fff;
}
table tbody th {
    border-right: 2px solid #eee;
}
th.non {
    border-right: none;
}
.isu-ph {
	width: 30%; 
	height: auto; 
	display: block; 
	margin: 0 auto;
	padding-top: 20px;
} 
footer {
	background-color: green;
	color: #fff;
	padding: 20px 0;
}
.footer-logo {
	display: block;
    margin: 0 auto;
}
.footer-copy {
	text-align: center;
}
}

/*--------------------～481～640px-----------------------*/
@media screen and (min-width:481px) and (max-width:640px)
{
html{
	/*overflow-x: hidden;*/
	}
body{
	overflow-x: hidden;
	/*position: relative;*/
	}	
/*.a01{
	overflow-x: hidden;
	}*/
.burger div {
	width:25px;
	height: 3px;
	background-color: darkgreen;
	margin: 5px;	
	}
.inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
	background-color: white;
	width: auto;
	margin: 0;
}
.logo img{    
	height: 80px;
}
nav ul {
    list-style-type: none;
    padding: 0;
}
.gnav{
	display: flex;
	justify-content: flex-end;
	width: 38%;
	transition: all 0.5s ease-in-out;
	}
.gnav ul li a{
	display: block;
	font-weight: bold;
	font-size: 90%;
	padding: 2em;
	border-bottom: 1px dotted #ccc;
	color: #333;
	text-decoration: none;
	}
.gnav ul li a:hover{
	background-color: darkgreen;
	color: white;
	}
.gnav{
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	transition: 0.5s ease;
	}
.nav-links{
	position: absolute;
	right: 0;
	height: 92vh;
	top: 8vh;
	background-color: rgba(255,255,255,0.89);
	flex-direction: column;
	align-items: center;
	width: 50%;
	transform: translateX(100%);
	transition: transform 0.5s ease-in;
	z-index: 1;
	}
.nav-links li{
	opacity: 0;
	}
.burger div {
	width: 25px;
	height: 3px;
	background-color: darkgreen;
	margin: 5px;
	}
.nav-active{
	transform: translateX(0%)!important;
	}
.burger {
	display: block;
	}	
@keyframes navLinksFade { 
	0% {
	opacity: 0;
	transform: translateX(50px);}
	100% {
	opacity: 1; 
	transform: translateX(0px);}
	}
	
.toggle .line1 {
  	transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  	opacity: 0;
}
.toggle .line3 {
  	transform: rotate(405deg) translate(-5px, -6px);
}
main{
	background-color: white;	
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}
.mv{
	display: flex; 
	width: 100%;
    height: auto;
	position: relative;
}
.mv-left{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding-top: 0;
} 
.over-rey {
	width: 80%;
	position: absolute;
	top: 85%;
	right: 9%;
	margin-right: 0%;
}
.over-tel {
    width: 65%;
    position: absolute;
    top: 92%;
    right:18%;
    margin-right: 0%;
}
h2{
    text-align: center;
	background-color: greenyellow;
	width: 60vw;
	border-left: 10px solid darkgreen;
    }
.photo-container {
    display: flex;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
    }
.photo {
	width: 25%;
    overflow: hidden; 
    }
.photo img {
	width: 100%; 
    height: auto; 
	display: block; 
    }
table {
    width: 100%;
    border-collapse: collapse;
    } 
td {
    padding: 8px;
    text-align: center;
    border-bottom: 2px solid #ddd;
	color: black;
    }
th {
    background-color: black;
    color:white;
    }
.section-title {
	color: black;
	width: 60%;
	margin: 0 auto; 
	padding-top: 2px;
	letter-spacing: 5px;	
}
.text {
	font-size: 1.0em;
	color: black;
	text-align: center;
}
.table{
	display: block;
	}
.isu-ph {
	width: 30%; 
    height: auto; 
    display: block; 
	margin: 0 auto;
	padding-top: 20px;
} 
footer {
	background-color: green;
	color: #fff;
	padding: 40px 0;
}
.footer-logo {
	display: none;
}
.footer-copy {
	text-align: center;
}	
}
/*--------------------～480px-----------------------*/
@media screen and  (max-width:480px)
{
.burger div {
	width: 25px;
	height: 3px;
	background-color: darkgreen;
	margin: 5px;	
	}
html{
	overflow-x: hidden;
	}
body{
	overflow-x: hidden;
	position: relative;
	}
.a01{overflow-x: hidden;}
.inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
	background-color: white;
}
nav ul {
    list-style-type: none;
    padding: 0;
}
.gnav{
	display: flex;
	justify-content: flex-end;
	width: 38%;
	transition: all 0.5s ease-in-out;
	}
.gnav ul li a{
	display: block;
	font-weight: bold;
	font-size: 90%;
	padding: 2em;
	border-bottom: 1px dotted #ccc;
	color:#333;
	text-decoration: none;
	}
.gnav ul li a:hover{
	background-color: darkgreen;
	color: white;
	}
.gnav{
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	transition: 0.5s ease;
	}
.nav-links{
	position: absolute;
	right: 0;
	height: 92vh;
	top:8vh;
	background-color: rgba(255,255,255,0.89);
	flex-direction: column;
	align-items: center;
	width: 50%;
	transform: translateX(100%);
	transition: transform 0.5s ease-in;
	z-index: 1;
	}
.nav-links li{
	opacity: 0;
	}
.burger div {
	width: 25px;
	height: 3px;
	background-color: darkgreen;
	margin: 5px;
	}
.nav-active{
	transform: translateX(0%)!important;
	}
.burger {
	display: block;
	}	
@keyframes navLinksFade { 
	0% {opacity: 0;
		transform: translateX(50px); }
	100% {opacity: 1; 
		transform: translateX(0px);}
	}
.toggle .line1 {
  	transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
 	 opacity: 0;
}
.toggle .line3 {
 	 transform: rotate(405deg) translate(-5px, -6px);
}
main{
	background-color: white;	
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}
.mv{
	display: flex; 
	width: 100%;
    height: auto;
	position: relative;
}
.mv-left{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px; 
	padding-top: 0; 
} 
.over-rey {
	width: 80%;
	position: absolute;
	top: 85%;
	right:9%;
	margin-right: 0%;
}
.over-tel {
    width: 65%;
    position: absolute;
    top: 92%;
    right:18%;
    margin-right: 0%;
}
h2{font-size: 1.0em;
    text-align: center;
	background-color: greenyellow;
	width: 60vw;
	border-left: 10px solid darkgreen;
    }
.photo-container {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
    }
.photo {
	width: 25%; 
	overflow: hidden; 
    }
.photo img {
	width: 100%; 
	height: auto; 
	display: block; 
    }
table {
	width: 100%;
	border-collapse: collapse;
    } 
td {
	font-size: 0.8em;
	padding: 8px;
	text-align: center;
	border-bottom: 2px solid #ddd;
	color: black;
    }
th {
	font-size: 0.8em;
	background-color: black;
    color:white;
    }
.section-title {
	color: black;
	width: 60%;
	margin: 0 auto;
	padding-top: 2px;
	letter-spacing: 5px;
}
.text {
	font-size: 0.7em;
	color: black;
	text-align: center;
}
.table{
	display: block;
	}
.isu-ph {
	width: 40%; 
	height: auto; 
	display: block; 
	margin: 0 auto;
	padding-top: 20px;
} 
footer {
  	background-color: green;
  	color: #fff;
  	padding: 40px 0;
}
.footer-logo {
	display:none;
}
.footer-copy {
	font-size: 0.8em;
	text-align: center;
}	
.logo img {
	width:60%;
	height: auto;
}
}
