@charset "UTF-8";
/* CSS Document */
.spnavwrap{
		display:none;
	}
@media screen and (max-width: 1200px){
	}
/*スマホ用スタイル*/
@media screen and (max-width: 900px){
.only_sp{
	display:block;
}
.only_pc,
.sidebar{
	display:none;
}
	
	/* iOSでのデフォルトスタイルをリセット */
	input[type="submit"],
	input[type="button"] {
	  border-radius: 0;
	  -webkit-box-sizing: content-box;
	  -webkit-appearance: button;
	  appearance: button;
	  border: none;
	  box-sizing: border-box;
	  cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	  display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	  outline-offset: -2px;
	}
	
	
	/*spnav*/
.spnav{
		width:100%;
		height:100%;
		background:#000;
		color:#fff;
		position:fixed;
		top:0;
		left:0;
		z-index:20;
	}
	.spnav_icn{
		text-align:right;
		padding:0.5em;
	}
	.dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 2em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

.dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
	.spnav_list a{
		display:block;
		width:100%;
		color:#fff;
		padding:10px 20px;
		position:relative;
		font-size:1.4rem;
	}
	.spnav_list a span{
		margin-left:1em;
		font-size:0.8em;
	}
	.spnav_list a:after{
		/*content:"\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position:absolute;
		right:4%;
		top:50%;
		transform: translateY(-50%);*/
	}
	
	.spnav_head{
		align-items:center;
		padding:10px 20px;
	}
	.spnav_head_ttl,
	.spnav_list a .en{
		font-size:24px;
		font-weight:bold;
	}
	.spnav_list a .en{
		display:inline-block;
		margin-right:0.5em;
	}
	.spnav_list a:active{
		background:#FFE200;
		color:#000;
	}
	.snav{
		position:fixed;
		right:2%;
		top:2%;
		 width: 15%;
    	padding: 1em 0 0;
		z-index:10;
	}

	/*common*/
	
	/*top*/
	.headertop_inner,
	.headertop{
		height: 50vh;
	}
	.headertop_inner{
		width:100%;
		background-size: 110% auto;
		background-position: center bottom;
	}
	.headertop{
		width:100%;
		overflow:hidden;
	}
	.gnavw{
		height:10px;
	}
	.logo{
		width:50%;
	}
	.top_greeting_img{
		width:80%;
	}
	.top_greeting_txt{
		width:90%;
		margin:0 auto;
	}
	a.top_menu_unit{
		width:48%;
	}
	.top_bg01{
		height:160px;
	}
	.top_about_inner01_img{
		width:80%;
		margin:0 auto 1em;
	}
	.top_about_inner01_txt{
		width:100%;
	}
	.top_about_inner01_list01 dt{
		width:30%;
	}
	.top_about_inner01_list01 dd{
		width:68%;
	}
	.top_bg01{
		background-size:cover;
		background-attachment:scroll;
	}
	.top_about_inner01_ttl{
		margin-left:6%;
	}
	
	.contact_form td input[type="text"], .contact_form td input[type="email"], .contact_form td textarea{
		font-size:16px;
	}


	

	
	
}