@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
	width: 100%;
	max-width: 1280.px;
	background-color: #ACACAC
}

.navi{
	width: 90%;
	max-width: 1120px;
	background-color: #483d8b;
	height:60px;
	margin: 0 auto;
}

.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

nav a {
        text-decoration: none;
	    color:#FFFFFF;
		transition-duration: .2s;
    }

.header_menu li{
	margin-left: 40px;
	margin-right: 40px;
	list-style: none;
    display: inline-block;
}

@media (max-width: 1100px) {
.header_menu li{
	margin-left: 0px;
	margin-right: 10px;
	list-style: none;
}
}

.header_menu li a:hover {
	text-decoration: none;
	color: yellow;
	border-bottom: 2px solid #FF7A37; /* 下線の太さや色を指定します */
}

.rogo{
	height:60px;
	margin-left: 40px;
	margin-top:0px;
	margin-bottom: 0px;
}

@media (max-width: 480px) {
	.rogo{
	height:30px;
	margin-left: 0px;
}
}

.section1 {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	background-image: url("../img/subbg.jpg");
	background-position: center bottom;
	background-size: cover;
	height: 1350px;
}


.title img {
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}

@media (max-width: 1100px) {
.title img {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 250px;
}
}

.container{
	width: 60%;
	margin: 0 auto;
}

@media (max-width: 1100px) {
.container{
	display: contents;
	justify-content: center;
	margin-top: 20px;
	margin-left: 0px;
}
}

.about-list{
  	list-style: none outside;
  	margin: 0;
  	padding: 0;
}
.about-list .item {
  	display: flex;
  	flex-wrap: nowrap;
  	text-decoration: none;
  	color: #f0f8ff;
  	border-bottom: 1px solid #CCC;
  	padding: 5px 10px;
}
.about-list .item:first-child a{
  	border-top: 1px solid #CCC;
}
.about-list .item .field{
  	margin: 0;
  	min-width: 200px;
  	font-size: 16px;
  	color: #f0f8ff;
  	padding: 0 10px 0 0;
}
.about-list .item .txt{
  	margin: 0;
  	width: 70%;
}

@media screen and (max-width: 767px){
.about-list .item a{
  	flex-wrap: wrap;
}
.about-list .item .field{
  	min-width: 100px;
}
.about-list .item .txt{
  	font-size: 15px;
}
.about-list .item .field{
  	font-size: 15px;
}
.section1 {
	height: 1250px;
}
}

@media (max-width: 577px) {
.about-list .item .field{
 	font-size: 13px;
	white-space:nowrap;
}
.about-list .item .txt{
  	margin-top: 10px;
	font-size: 14px;
	padding: 0 10px;
}
.col .btn,.moyori{
	font-size: 14px;
}
}

.col{
	
	font-size: 15px;
	color: #f0f8ff;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.gmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.gmap iframe {
	position: absolute;
	width: 90%;
	top:10px;
	height: 100%;
}


@media (max-width: 1100px) {
.gmap {
	position: relative;
	width: 100%;
	height: 0;
	margin-left: 10px;
	padding-top: 56.25%;
}

.gmap iframe {
	position: absolute;
	width: 90%;
	top:10px;
	height: 40vh;
}
}

.footer {
	width: 90%;
	max-width: 1120px;
	background-color: #483d8b;
	height:50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer P {
	color:#FFFFFF;
	font-size: 15px;
	text-align: center;
}

