@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 1260px){
	.gnav_menu{
		display:none;
	}
}
@media screen and (max-width: 1200px){
	.gnav a{
		margin:0 0.5em;
		padding: 1em 0.5em;
	}
	a.head_reserve{
		width:20%;
		font-size:0.8em;
	}
	.access_unit{
		padding: 2em 2em 2em
	}
	.access_unit_tb01 th,
	.access_unit_tb01 td{
		font-size:0.6em;
	}
	.foot02_unit{
		width:100%;
		margin:0 0 1em;
	}
	.top_nav_inner a{
		font-size:1em;
		margin:0 0 1em;
		padding: 0.5em 1em;
	}
	.top_nav_inner a:last-of-type{
		margin:0;
	}
	.campaign_head01{
		justify-content:center;
	}
	
	.campaign_head01_txt01{
		font-size:0.8em;
	}
	.campaign_head01_txt02{
		font-size:3em;
	}
	.campaign_head_img01{
		display:none;
	}
	.campaign_unit01_txt span:nth-of-type(1){
		font-size:1.2em;
	}
	.campaign_unit01_txt span:nth-of-type(2){
		font-size:1.2em;
		padding: 0 0.5em;
	}
	.campaign_inner01{
		padding:4em 1em 1em;
	}
}
/*スマホ用スタイル*/
@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;
	}*/
	
	/*nav*/
	#humberger {
  position: relative;
  height: 20px;
  width: 28px;
  display: inline-block;
  box-sizing: border-box;
}
#humberger div {
  position: absolute;
  left: 0;
  height: 2px;
  width: 28px;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
#humberger div:nth-of-type(1) {
  bottom: 20px;
}
#humberger div:nth-of-type(2) {
  bottom: 10px;
}
#humberger div:nth-of-type(3) {
  bottom: 0;
}
	.spnav{
		width:100%;
		padding:0 2em 4em;
		background:#FFFDE7;
		color:#222;
		position:fixed;
		top:0;
		right:0;
		z-index:200;
		font-size:0.9em;
		height:100%;
  overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.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_head{
		align-items:center;
		padding:10px 20px;
	}
	.spnav_head_ttl,
	.spnav_list .en{
		font-size:1.4em;
		font-weight:600;
	}
	.spnav_list .en{
		display:inline-block;
		margin-right:0.5em;
	}
	.spnav_list a:active{
		/*background:#FFE200;
		color:#000;*/
	}
	.spblognav_list a{
		padding-left:5em;
	}
	.spblognav_list{
		display:none;
	}
	/*.spnav_lists>span{
		position:relative;
	}
	.spnav_lists>span:after{
		content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 0.8em;
    position: absolute;
		color:#00a0e0;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
	}
	.spnav_lists>span.on:after{
		content: "\f077";
	}*/
	a.gnav_contact{
		display:block;
		width:100%;
		padding: 0.6em 2em;
	}
	.spnav_list{
		margin:0 0 2em;
	}
	

	/*common*/
	.logo{
		width:40%;
	}
	
	/*page common*/
	.comttl01{
		font-size:1.2em;
		line-height:1.2;
	}
	
	/*form*/
	.form_tb th{
		display:block;
		width:100%;
	}
	.form_tb td{
		display:block;
		width:100%;
	}
	.greenbox01_list div{
		width:100%;
		margin-right:0;
	}
	.greenbox01_list div:nth-of-type(1){
		font-weight:bold;
	}
	.privacy{
		
	}
	
	
	
	
	

	
	
}