@charset "utf-8";
/* CSS Document */
body {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  padding: 0;
}

/*menu CSS*/
.site-header{
    background: #fff;
    display: flex;
    padding: 10px 10px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
	margin: 0;
	top: 0;
	z-index: 2;
}
.site-logo{
	margin: 0;
	padding: 0;
}
.site-logo img{
    width: 180px;
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
}
.gnav__menu{
    display: flex;
    justify-content: flex-end;
    height: 50px;
	width: auto;
    align-items: center;
	margin: 0;
}
.gnav__menu li {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
    list-style: none;
	padding: 30px;
	font-size: 18px;
	margin: 0;
}
li:nth-child(3) {
  padding-right: 100px;
}
.gnav__menu__item{
    margin-left: 0px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}
/*menu CSS*/

/*.pc .ul-pc ul {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
	list-style-type: none;
	padding-left: 0;
}
.pc .ul-pc li {
	width: 200px;
	height: 50px;
	padding: 50px 20px;
	margin: 10px;
}
.pc .ul-pc a {
	text-decoration: none;
	color: #000;
}

.pc .inline {
	text-align: center;
	padding: 20px 0;
}
.pc .inline li {
	display: inline;
}*/

.pc ul {
	padding-inline-start:0;
}

/*PCの場合*/
.pc	{ display:inline!important; }
.mb	{ display:none!important; }
@media screen and (max-width: 767px) {
/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.mb { display:inline!important;
	}
}

/*MAIN*/
.box1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 70px 50px 90px 50px;
	line-height: 40px;
}

.box1 a {
	text-decoration: none;
	color: #000;
}

.box1 table {
	max-width: 600px;
	margin: auto;
}

.box2 p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 20px;
	padding-bottom: 35px;
}

.GoogleMap{
  width: 70%;
  height: 50%;
  margin: 0 auto;
  padding: 30px 0 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.GoogleMap iframe,
.GoogleMap object,
.GoogleMap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter:grayscale(100%);-webkit-filter:grayscale(100%)
}

.box3 {
	padding-top: 20px;
	padding-bottom: 100px;
	text-align: center;
}

.box3 p {
	line-height: 35px;
}



/*MAIN*/




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

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 10px;
  background: #fff;
}

.logo img{
  width: 180px;
}

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

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #000;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 30px 0; 
  text-align: left; 
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #E6E6E6;
  transition: .5s;
}
.drawer-content ul{
  list-style: none;
}
.drawer-content li{
  padding: 15px 0;
}

.drawer-content a:link{
  color: #000;
  text-decoration: none;
}
.drawer-content a:visited{
  color: #000;
  text-decoration: none;
}
.drawer-content a:hover{
  color: #000;
  text-decoration: none;
}
.drawer-content a:active{
  color: #000;
  text-decoration: none;
}
.drawer-list {
  font-size: 20px;	
	}
.drawer-list2 {
  font-size: 10px;	
	}
.drawer-list3 {
	width: 200px;
	}
.drawer-list3 img{
	max-width: 30px;
	padding: 0 10px;
	}
	
/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面に入れる */
}
/*end*/

	
.nav-list {
    list-style: none;
    display: none;
    margin: 20px;
    padding: 20px;
}

.nav-list li {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
    padding: 30px 10px; 
	text-align: left;
}	
.nav {
    background-color: #E6E6E6;
}

.title {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 20px 0 0 20px;
	letter-spacing: 0.5px;
	}
	
	
.box1 {
	padding: 10px 0 20px 0;
	font-size: 12px;
	}
.box1 p {
	padding: 10px 0 30px 0;
	font-size: 18px;
	margin: 0;
	}	
	
.box1 table {
width: 80%;
  }	

.box1 th,
  .box2 td {
　　border-bottom: none;
   padding: 0;
  }
.box1 td:nth-child(1){
		width: 20%
	}

.box2 p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
}
	
.GoogleMap{
  width: 100%;
  height: 70%;
  margin: 0 auto;
  padding: 30px 0 50%;
  position: relative;
  overflow: hidden;
}

.GoogleMap iframe,
.GoogleMap object,
.GoogleMap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter:grayscale(100%);-webkit-filter:grayscale(100%)
}
	
.box3 {
	padding-top: 20px;
	padding-bottom: 100px;
	font-size: 13px;
	
}

footer a{
	display: block;
    text-decoration: none;
    color: #000;
}

.footer_box {
	background-color: #E6E6E6;
	padding: 50px 0; 
}
.sns {
	text-align: left;
}
.sns li {
display: inline-block;
width: 45px;
margin: 0 20px;
}
	
.footer_menu {
	text-align: left;
}

.footer_menu li {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
display: block;
margin: 0 10px;
padding-top: 30px;
}

.footer_menu a {
    text-decoration: none;
    color: #000;
}


.copyright li{
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 8px;
display: inline-block;
width: auto;
padding: 0;
margin: 0 20px;
}

footer .copyright {
text-align: center;
}

.copyright {
padding-left: 0;
}


}

footer {
	text-align: center;
}

footer a{
	display: block;
    text-decoration: none;
    color: #000;
}

.pc .footer_box {
	background-color: #E6E6E6;
	padding: 50px 0; 
}
.pc .sns {
	text-align: center;
}
.pc .sns li {
display: inline-block;
width: 45px;
margin: 0 20px;
}

.pc .footer_menu {
	text-align: center;
}

.pc .footer_menu li {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
display: inline-block;
width: auto;
padding-top: 30px;
margin: 0 20px;
}

.pc .footer_menu a {
    display: block;
    text-decoration: none;
    color: #000;
}

.pc .copyright li{
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 15px;
display: inline-block;
width: auto;
padding: 20px 0;
margin: 0 20px;
}

.pc .copyright p {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 15px;
}





