body *{
	font-family: 'Noto Sans JP', 'Roboto',sans-serif;
}


/*closeInfo*/

.closeInfo_heading h1{
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.closeInfo_heading p{
	padding: 10px;
}

.closeInfo_main h2{
	margin-top: 50px;
	font-weight: bold;
}

.closeInfo_main p{
	margin-top: 10px;
	padding: 10px;
}

.closeInfo_signature{
	text-align: right;
	font-size: 1.0em
}

#hnav_drawer{
	display: none;
}
.wrapper{
	max-width: 1040px;
	margin: auto;
}

/*header*/
.header{
	display: flex;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background: royalblue;
	overflow: hidden;
	border: solid 0px black	;
}
.header_site_logo{
	margin: 15px 10px;
}
.header_site_logo img{
	height: 50px;
	widows: auto;
}
.header_site_title{
	width: 100%;
	padding: auto;
	margin: auto;
	color:white;
	font-size: 1.5em;
}

/*-グローバルナビ*/
.gnav{
	padding: 0 0 6px 0;
	background: royalblue;
	width: 100%;
}
.gnav_menu{
	display: flex;
	flex-flow: row wrap;
	margin: 0px;
	list-style: none;
	justify-content: space-around;
	align-content: flex-start;
}
.gnav_menu_item a{
	display: block;
	border-radius: 4px;
	padding: 12px 20px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color:white;
}
.gnav_menu_item a:hover{
	background-color: skyblue;
}

/*-ハンバーガーナビ*/
.hnav_unshown{
	display: none;
}
#hnav_content{
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	max-width: 200px;
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform:translateX(105%);
	transform: translateX(105%);
}
.hnav_menu_wrapper{
	margin: 0px;
	text-align: left;
}
.hnav_menu{
	margin: 0px;
	padding-left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.hnav_menu_title{
	padding: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	background-color: black;
}
.hnav_menu_title a{
	color:white;
}
.hnav_menu_item{
	padding: 10px;
	list-style: none;
}
.hnav_menu_item a{
	padding: 10px;
	font-weight: bold;
	text-decoration:none;
	color:black;
}
.hnav_menu_item a:hover{
	font-weight: bold;
	text-decoration:none;
	color:black;
	background: skyblue;
	border-radius: 4px;
}
#hnav_content a{
	text-decoration: none;
	margin-top: 5px;
}
#hnav_input:checked ~ #hnav_close{
	display: block;
	opacity: .5;
}
#hnav_input:checked ~ #hnav_content{
	-webkit-transform:translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*hading*/
.heading{
	position: relative;
	margin: auto;
	font-size: large;
	font-weight: bold;
	text-align:center;
	border-bottom: medium solid royalblue;
	width: 95%;
	z-index: 100;
}

/*-------mainコンテンツ------------ */
.main{
	padding: 1em;
	width: 95%;
}
.faq{
	margin: auto;
}
.faq_index{
	text-align: center;
}

/*---------*/

.top_image {
	width: 1040px;
	margin-left:-16px;
}
.top_image img{
	margin-left: 0px;
	width: 1040px;
	height: 350px;
}

/*--close_info_top--*/
#close_info_top .heading {
  margin-bottom: 20px;
}

#close_info_top .info_wrap {
  margin-top: 10px;
}

#close_info_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

#close_contact_wrap{
	margin-top: 10px;
}

.phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;/
}

.phone_icon {
  margin: 0;
  font-size: 1em;
}

.phonenumber{
	font-weight: bold;
}

.mailaddr{
	font-weight: bold;
}

/*new_reception_end*/
.new_reception_end{
	font-weight: bold;
	color: red;
}

/*pagetop*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 20px;
  background: royalblue;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 999;
}
#page_top i{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top i::before{
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*footer*/
.footer{
	padding: 10px 0 10px 0;
	margin: 0px;
	position: relative;
	background: #EEEEEE;
	width: 100%;
	color:black;
}

.footer_nav{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: flex-start;
	list-style: none;
	background: #EEEEEE;
}

.footer_nav_item a{
	display: block;
	text-decoration: none;
	padding: 12px 24px;
	font-size: 0.75em;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	color:black;
}

.footer_nav_item a:before{
	content: ">";
}

.footer_nav_item a:hover{
	background-color: skyblue;
}

.footer_site_logo{
	display: flex;
	vertical-align: middle;
	justify-content: center;
}

.footer_site_logo img{
	height: 32px;
	width: auto;
	margin-top: -7px;
}

.footer_site_logo p{
	font-size: small;
	margin-left: 10px;
}

.copyright{
	text-align: center;
	font-size: 60%;
	background: #EEEEEE;
}

@media screen and (max-width:750px){

body{
	width: 100%;
}

#page_top{
	display: none;
}

/*m-header*/
.gnav{
	display: none;
}
#hnav_drawer{
	display:block;
	width: 50px;
  	height: 50px;
  	position: fixed;
	right: 10px;
	bottom: 20px;
	background: #00EE00;
	border-radius: 50%;
	z-index: 999;
	vertical-align: center;
}

.fa-bars{
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	font-size: 2em;
	margin-top: 8px;
	color:white;
	cursor: pointer;
}

#hnav_close{
	display: none;
	position: fixed;
	z-index: 99;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

.heading{
	width: 100%;
	position: relative;
	margin-left: -5px;
}

/*m-top_image*/

.top_image {
	margin-top: -10px;
	margin-left: -7.5px;
	width: 100%;
}

.top_image img{
	display: inline;
	position: relative;
	padding: 0px;
	width: 100%;
	height: 200px;
}
}