
h1{
  font-family: serif;
  display: inline-block;
  border-bottom: 2px solid #666666;
}

h2{
  font-family: serif;
  display: inline-block;
  border-bottom: 2px solid #666666;
}

.Base{
  text-align: center;
}

.TopImg{
  width: 10vw;
  height: 6vw;
}

.TopImg a{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.Details{
  font-family: serif;
  text-align: center;
  margin-top: 0;
}

.Site{
  text-align: center;
}


.Title{
  font-family: serif;
  text-align: center;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding-bottom: 30px;
}

.Mainmenu{
  display: flex;
  justify-content: space-evenly;
}

.Select{
  position:relative;

  text-align: center;
  margin:auto;
  width: 20vw;
  height: 20vw;

  transition: .3s;
}

.Select a{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

a.cp_btn1 {
  position: fixed;
	display: block;
  top:90%;
  right:0px;
	width: 100px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: black;
	border: 2px solid #f5f5f5;
	border-radius: 3px;
	transition: .4s;
}
a.cp_btn1:hover {
	background: black;
	color: #fff;
}

a.cp_btn2 {
  position: fixed;
	display: block;
  top:80%;
  right:0px;
	width: 100px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: black;
	border: 2px solid #f5f5f5;
	border-radius: 3px;
	transition: .4s;
}
a.cp_btn2:hover {
	background: Black;
	color: #fff;
}

.Select:hover{
  transform: scale(1.05);
}

.Infomation{
  margin-top: 50px;
  width: 100%;
  height: 30vw;
  background-color:#f5f5f5;
}

.InfomationBack{
  text-align: center;
}

.iframe1{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.Office{
  display: inline-flex;
}

.Officedetail{
  text-align: center;
}

.OfficeImg{
  margin: auto;
  margin-left: 11%;
  width: 500px;
  height: 350px;
}

.OfficeContents{
  width: 1000px;
  height: auto;
  margin: auto;
  margin-left: 5%;
  margin-top: 10px;
}

.Bottom{
  display: flex;
  margin-top: 50px;
  width: 100%;
  height: 20vw;
  background-color:#f5f5f5;
}

.BottomLogos{
  padding-top: 0%;
  padding-bottom: 0%;
  margin-bottom: 0%;
  margin-left: 5%;
  display: flex;
  justify-content: space-evenly;
}

.BottomLogoses{
  display: block;
}

.BottomMain{
  margin: auto;
  margin-top: 5px;
  margin-top: 5px;
}

.nLogo{
  margin-left: 10px;
  margin-right: 0;
  margin-top: 5%;
  margin-bottom: 10%;
  height: 8vw;
  width: 8vw;
  transition: .3s;
}

.nLogo a{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.nLogo:hover{
  transform: scale(1.05);
}

.GoogleMap{
  margin-top: 5px;
  margin-left: 10px;
  height: 19vw;
  width: 30vw;
}

.C{
  font-size: 12px;
  text-align: center;
  margin-bottom:0;
}

.EADetail{
  font-size: 14px;
  text-align: center;
  margin: auto;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 3%;
}

.MainContents{
  width: 100%;
  background-color: #f5f5f5;
}

.MainContentsDetails{
  background-color: white;
  text-align: center;
  margin: auto;
}

/* ここまでCSS001の内容 */

.BCPimgBASE{
  text-align: center;

}

.BCPimg{
  width: 70%;
  height: 70%;
}
