@media screen and (min-width:1185px) {
/* ここにPC向けのCSS指定 */
  #ham-menu {
	display: none;
 }
 
  body {
      font-size: 17px;
  }
  
  #notpc {
   display: none;
  }
}

@media screen and (max-width: 1302px) {
  #site-header-container {
   width: 99%;
  }
}

@media screen and (max-width: 1184px) {
/* ここにpad向けのcss */
  body {
      font-size: 17px;
  }
  
  #global-nav {
   display: none;
  }
  
  #notsp {
   display: none;
  }
  
  #ham-menu h3 {
   font-size: 1.8rem
  }
  
  #ham-menu li {
   font-size: 1.5rem;
  }
  
  .site-branding {
   top: 45vw;
  }
  
  #topimg {
   padding-bottom: 100%;
  }
  
  .site-title {
   font-size: 2.5rem;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
  }
  
  .site-title #site-title-en {
   font-size: 1.8rem;
  }
  
  #logo {
   width: 40%
  }
      
  p#kjinfo {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 23px;
	text-align: left;
  }
  
  #kjinfoimg {
      width: 94%;
      margin-left: 3%;
      margin-right: 3%;
      text-align: center;
  }

  .news dl dd {
   width: 90%;
  }
  
  #ft {
   margin-top: -6vw;
   padding-top: 6vw;
  }
  
  #topcontents-sub {
   margin-top: -1vw;
  }
  
  #page-top{
      width: 7%;
  }
  
} 

@media screen and (max-width: 540px) {
	.site-title {
   font-size: 2.0rem;
  }
}

@media screen and (max-width: 500px){
/* ここにスマホ向けのcss */
  body {
      font-size: 14px;
  }

  #global-nav {
   display: none;
  }

  #notsp {
   display: none;
  }

  .site-title {
   font-size: 1.4rem;
   line-height: 1.4rem;
  }
  
  .site-title #site-title-en {
   font-size: 1rem;
  }
  
  #ham-menu h3 {
   font-size: 1.3rem
  }
  
  #ham-menu li {
   font-size: 1rem;
  }
  
  #topcontents h2 {
   margin-top: 10px;
  }
  
  #topcontents {
   padding-bottom: 20px;
  }
  
  .heading06 {
   font-size: 20px;
  }
  
  .heading06::after {
   height: 25px;
   top: 90px;
  }
  
  .heading06::before {
   font-size: 30px;
   top: 30px;
  }
	
  #topcontents-sub h3 {
    position: relative;
    color: #333;
    text-shadow: 0 0 2px white;
    padding-left: 10px;
    font-size: 17px;
    margin-bottom: 4%;
	}
	
	h4 {
		font-size: 16px;
	}
	
	h5 {
		font-size: 15px;
	}

  p#kjinfo{
  font-size: 17px;
  }
  
  #site-header-logo {
   font-size: 1.3rem;
  }
  
  #backblue {
   padding-top: 10px;
   padding-bottom: 10px;
   background-position: center top;
  }
  
  #banner30 {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   float: none;
   clear: both;
   margin-top: 10px;
   margin-bottom: 10px;
  }
  
  .news dl dt {
   font-size: 15px;
  }
  
  .news dl dd {
   padding-left: 5px;
   padding-right: 5px;
   font-size: 14px;
   line-height: 20px;
   margin-left: 15px;
   margin-bottom: 20px;
  }
  
  #pickup {
   margin-top: 80px;
  }
  
  #w50 {
   width: 99%;
   margin-left: 0.5%;
   margin-right: 0.5%;
   margin-top: 15px;
   margin-bottom: 2px;
   float: none;
   clear: both;
  }
  
  #pickup #bkititle {
   height: 55.5vw;
  }
  
  .btn, a.btn, button.btn {
   font-size: 16px;
  }
  
  #topcontents-sub {
   padding-bottom: 20px;
  }
  
  #ft #banner30 h3 {
   font-size: 17px;
   line-height: 20px;
   margin-top: 0px;
   margin-bottom: 10px;
   padding-top: 30px;
  }
  
  th {
   font-size: 17px;
   width: 50%;
   line-height: 23px;
   display: block;
   padding-left: 5px;
   margin-top: 5px;
   margin-bottom: 5px;
  }
  
  td {
   font-size: 16px;
   width: 92%;
   line-height: 23px;
   display: block;
   padding-left: 5px;
   margin-top: 5px;
   margin-bottom: 15px;
   margin-left: 5%;
  }
  
  #photo30 {
   width: 99%;
   margin-left: 0.5%;
   margin-right: 0.5%;
   margin-top: 15px;
   margin-bottom: 2px;
   float: none;
   clear: both;
  }
  
  h3 {
   font-size: 18px;
  }
  
  #page-top{
      width: 10%;
  }
	
	#topcontents-sub #w97 #naiyoutable th {
   display: table-cell;
   font-size: 15px;
  }
  
  #topcontents-sub #w97 #naiyoutable td {
   display: table-cell;
   font-size: 14px;
  }
  
}

@media screen and (max-width: 360px) {
	.site-title {
		font-size: 1.2rem;
	}
}