@charset "utf-8";
/*--------------
  Header2017
----------------*/
#header{
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	background-color: #fff;
}
#header ul,#header li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header a{-moz-transition-duration: 0s; -o-transition-duration: 0s; -webkit-transition-duration: 0s; transition-duration: 0s; color:#0b45b3; text-decoration:none;}
#header a:link{color:#0b45b3;}
#header a:visited{color:#2268c7;}
#header a:hover{color:#000b96; text-decoration:underline; opacity: 1; }

#header::before {
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	border-bottom: 1px solid #fef102;
	background: #fef102;
	background: -moz-linear-gradient(65deg, #fef102 0%, #fef102 84.5%, #ff5f5f 84.5%, #ff5f5f 100%);
	background: -webkit-linear-gradient(65deg, #fef102 0%, #fef102 84.5%, #ff5f5f 84.5%, #ff5f5f 100%);
	background: linear-gradient(65deg, #fef102 0%, #fef102 84.5%, #ff5f5f 84.5%, #ff5f5f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef102', endColorstr='#ff5f5f', GradientType=1 );
}
#header .header_top {
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	-js-display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
}
#header .header_top .header_top_left {
	width: 35%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: flex-start; /* Safari用 */
	justify-content: flex-start;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
}
#header .header_top .logo {
	text-align: center;
	width: 30%
}
#header .header_top .header_top_right {
	width: 35%;
	text-align: right;
}
#header .header_top .logo img {
	vertical-align: middle;
}
#header .header_top .sitemap {
	color: #666;
	font-size: 11px;
	overflow: hidden;
	line-height: 1.2;
	-js-display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
	margin-left: 10px;
}
#header .header_top .sitemap::before {
	content: "";
	width: 17px;
	height: 20px;
	background: url(https://cache.arukikata.co.jp/com_img/common_icon.png) no-repeat 0 0 /15px;
	margin-right: 5px;
	overflow: hidden;
	display: block;
}

#header .header_top .sns_btn {
	overflow: hidden;
}
#header .header_top .sns_btn li {
	float: right;
	margin-right: 15px;
}

#header .header_top .sns_btn li#boxes {
	margin-top: 3px;
}
#header .header_top .sns_btn li a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 29px;
	height: 29px;
}
#header .header_top .sns_btn .twitter::before {
	content: "";
	width: 100%;
	height: 29px;
	background: url(https://cache.arukikata.co.jp/com_img/icon-twitter.png) no-repeat center center;
	background-size: auto 23px;
	overflow: hidden;
	display: block;
}
#header .header_top .sns_btn .facebook::before {
	content: "";
	width: 100%;
	height: 29px;
	background: url(https://cache.arukikata.co.jp/com_img/icon-facebook.png) no-repeat;
	background-size: auto 29px;
	overflow: hidden;
	display: block;
}
#header .header_top .sns_btn .instagram::before {
	content: "";
	width: 100%;
	height: 29px;
	background: url(https://cache.arukikata.co.jp/com_img/icon-instagram.png) no-repeat;
	background-size: auto 29px;
	overflow: hidden;
	display: block;
}
#header .header_top .sns_btn .mail::before {
	content: "";
	width: 100%;
	height: 29px;
	background: url(https://cache.arukikata.co.jp/com_img/icon-mail.png) no-repeat center center;
	overflow: hidden;
	display: block;
	background-size: auto 21px;
}

#header .header_top .sp_nav_btn {
	display: none;
}
#header .header_top .sp_search_btn {
	display: none;
}
#header .header_top span.close{
	display: none;
}
/*----------検索窓---------*/
#header .header_top_right .h_search .b_submit{
	width: 30px;
	height: 21px;
	background: url(https://cache.arukikata.co.jp/com_img/search_icon.png) no-repeat center center /16px #fef102;
	vertical-align: bottom;
	display: block;
	float: right;
	border: 1px solid #ccc!important;
	border-left: none;
	padding: 0;
	text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
}
#header .header_top_right .h_search .b_submit{
	border: 1px solid #ddd!important;
	border-left: none;
	height: 24px;
	background-color: #fef102;
	border-radius: 0 5px 5px 0;
	background-size: 14px;
}
#header .header_top_right .h_search .google_search .width {
	width: 142px;
	height: 20px;
	border: 1px solid #ddd!important;
	border-right: none!important;
	border-radius: 5px 0 0 5px;
}
#header .header_top_right .h_search .google_search .width:placeholder-shown,
#header .header_top_right .h_search .google_search .width::-webkit-input-placeholder {font-size: 13px; height: 20px;}

#header .header_top_right .h_search .google_search .width:placeholder-shown,
#header .header_top_right .h_search .google_search .width::-webkit-input-placeholder {color: #bbb;}


/*----------メインナビ---------*/
#header .header_nav_bg {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 35px;
	display: block;
	/*border-bottom: 1px solid #f3eb5f;*/
	background: #fff764;
	background: -moz-linear-gradient(65deg, #fef102 0%, #fef102 86%, #ff5f5f 86%, #ff5f5f 100%);
	background: -webkit-linear-gradient(65deg, #fef102 0%, #fef102 86%, #ff5f5f 86%, #ff5f5f 100%);
	background: linear-gradient(65deg, #fef102 0%, #fef102 86%, #ff5f5f 86%, #ff5f5f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef102', endColorstr='#ff5f5f', GradientType=1 );
}
@media only screen {
	#header .header_nav_bg.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	}
}
#header #header_navi {
	width: 1060px;
	height: 35px;
	margin: 0 auto;
	-js-display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#header #header_navi .main_nav {
	flex-grow: 1;
	text-align: center;
	line-height: 1.2;
	padding: 2px 1px;
	box-sizing: border-box;
}
#header #header_navi .main_nav.close{
	display: none;
}
#header #header_navi .main_nav > .have_sub,
#header #header_navi .main_nav > .no_sub,
#header #header_navi .main_nav .sub_nav li > a,
#header #header_navi .main_nav .sub_nav li > span {
	-js-display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
}
#header #header_navi .main_nav > .have_sub,
#header #header_navi .main_nav > .no_sub {
	color: #000;
	position: relative;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6), 0 0px 1px rgba(255,255,255,0.6);
}
#header #header_navi .main_nav > .have_sub::after {
	top: 29px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #d4cb30;
	border-width: 3px;
	margin-left: -3px;
}
#header #header_navi .main_nav.hov > .have_sub::after {
	top: 33px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fef102;
	border-width: 6px;
	margin-left: -6px;
	z-index: 10;
}

#header #header_navi .main_nav.up:not(.hov) > .have_sub::after{
	border-top-color: #ddd;
}
#header #header_navi .main_nav > .have_sub:hover,
#header #header_navi .main_nav > .no_sub:hover,
#header #header_navi .main_nav .sub_nav li > a:hover {
	text-decoration: none;
	cursor: pointer;
}

#header #header_navi .main_nav > span.have_sub:hover{
	cursor: default;
}

#header #header_navi .main_nav.up > .have_sub,
#header #header_navi .main_nav.hov > .have_sub,
#header #header_navi .main_nav.up > .no_sub,
#header #header_navi .main_nav > .have_sub:hover,
#header_navi .main_nav > .no_sub:hover {
	background-color: #fff;
	transform: skewX(25deg);
}
#header #header_navi .main_nav.up > .have_sub *,
#header #header_navi .main_nav.hov > .have_sub *,
#header #header_navi .main_nav.up > .no_sub *,
#header #header_navi .main_nav > .have_sub:hover *,
#header #header_navi .main_nav > .no_sub:hover * {
	transform: skewX(-25deg);
}
#header #header_navi .main_nav.up > .have_sub::after,
#header #header_navi .main_nav.hov > .have_sub::after,
#header #header_navi .main_nav > .have_sub:hover::after {
	transform: skewX(-25deg);
	margin-left: -11px;
}
#header #header_navi .main_nav.hov > .have_sub::after{
	transform: skewX(-25deg);
	margin-left: -16px;
}

/*ホーム（家アイコン）ボタン*/
#header #header_navi .home_nav span{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 20px;
	position: relative;
}
#header #header_navi .home_nav span::before {
    border-style: solid;
    border-color: transparent;
    border-width: 8px 7px;
    border-bottom-color: #000;
    margin-top: -16px;
    background: transparent;
	content: "";
    position: absolute;
    top: 50%;
    left: 4px;
}
#header #header_navi .home_nav span::after {
    width: 2px;
    height: 4px;
    border-style: solid;
    border-color: #000 #000 transparent;
    border-width: 3px 4px 0;
    margin-top: 0;
    background: transparent;
	content: "";
    position: absolute;
    top: 50%;
    left: 6px;
}

/*白い区切り線設定*/
#header #header_navi .guidebook_nav a,
#header #header_navi .bbs_nav a{
	padding-left: 5px;
	padding-right: 5px;
}

#header #header_navi .guidebook_nav a::before,
#header #header_navi .bbs_nav a::before{
	content: "";
	width: 0;
	height: 32px;
	border-right: 2px solid #fff;
	transform: skewX(25deg);
	position: absolute;
	top: 0;
	right: -2px;
}
#header #header_navi .guidebook_nav.up a::before,
#header #header_navi .bbs_nav.up a::before{
	display: none;
}
#header #header_navi .guidebook_nav.hov a::before,
#header #header_navi .bbs_nav.hov a::before{
	display: none;
}

/*テキスト2行ボタン*/
#header #header_navi .main_nav > .row2 {
	font-size: 11px;
}

/*サブメニュー*/
#header #header_navi .main_nav .sub_nav {
	width: 1060px;
	height: 35px;
	margin: 0 auto;
	-js-display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#header #header_navi .main_nav.tour_nav .sub_nav,
#header #header_navi .main_nav.store_nav .sub_nav{
	-webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
#header.japan_header #header_navi .main_nav.gourmet_nav .sub_nav,
#header.japan_header #header_navi .main_nav.experiences_nav .sub_nav,
#header.japan_header #header_navi .main_nav.onsen_nav .sub_nav{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#header #header_navi .main_nav.tabisuke_nav .sub_nav,
#header #header_navi .main_nav.bbs_nav .sub_nav,
#header #header_navi .main_nav.tokuhain_nav .sub_nav,
#header #header_navi .main_nav.news_nav .sub_nav,
#header #header_navi .main_nav.guidebook_nav .sub_nav,
#header.japan_header #header_navi .main_nav.japan_tabisuke_nav .sub_nav,
#header.japan_header #header_navi .main_nav.bbs_nav .sub_nav,
#header.japan_header #header_navi .main_nav.hotel_nav .sub_nav{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#header #header_navi .main_nav .sub_nav li {
	line-height: 1.2;
	padding: 0 8px;
}
#header #header_navi .main_nav.guidebook_nav .sub_nav li,
#header #header_navi .main_nav.tabisuke_nav .sub_nav li{
	padding: 0 6px;
}
#header #header_navi .main_nav .sub_nav_bg {
	display: none;
	z-index: -1;
	position: absolute;
	top: 34px;
	border-top: 1px solid #f3eb5f;
	left: 0;
	width: 100%;
	background-color: #fffddf;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

#header #header_navi .main_nav .sub_nav li.ver_txt{
	width: 1em;
	font-size: 9px;
	margin: 3px 5px 3px 0;
	padding:0 5px 0 0;
	border-right: 1px dashed #ccc;
	-webkit-transform: scale(0.9);
	-webkit-transform-origin:0 0;
	display: block;
	height: 92%;
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.15;

}
@media all and (-ms-high-contrast: none) {/* IE10 */
    #header #header_navi .main_nav .sub_nav li.ver_txt {
		-webkit-writing-mode: vertical-lr\9;
		-ms-writing-mode: tb-lr\9;
		writing-mode: vertical-lr\9;
    }
}
#header #header_navi .main_nav .sub_nav li.ver_txt:not(:first-child){
	margin-left: 10px;
}
#header #header_navi .main_nav .sub_nav li.sub_nav_btn_wrap{
	padding:5px 5px 6px 3px;
	box-sizing: border-box;
	height: 100%;
}
#header #header_navi .main_nav .sub_nav li.sub_nav_btn_wrap .sub_nav_btn{
	background-color: #fef102; border-radius: 5px; padding: 0 10px; box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2); color: #444;
}
#header #header_navi .main_nav .sub_nav li.sub_nav_btn_wrap .sub_nav_btn.red{
	background-color: #ff6060; color: #fff;
}
#header #header_navi .main_nav .sub_nav li.sub_nav_btn_wrap .sub_nav_btn:hover{
	/*opacity:0.75;	filter: alpha(opacity=75); -ms-filter: "alpha( opacity=75 )";*/
	box-shadow: none;
	margin-top: 2px;
	transition: all .3s;
}
#header #header_navi .main_nav .sub_nav li > a:not(.sub_nav_btn):hover{
	text-decoration: underline;
}
#header #header_navi .main_nav .sub_nav li:last-child{
	padding-right: 0;
}

#header #header_navi .main_nav .sub_nav li > a.sp{
	display: none;
}

/*-------------スマホ・タブレット用------------------*/
@media screen and (max-width: 767px) {
	#header{
		position: relative;
		z-index: 6000000;
	}

	#header .header_top {
		width: 100%;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
		height: 45px;
	}

	/*スマホ検索ボタン*/
	#header .header_top .sp_search_btn{
		display: block;
		width: 22px;
		text-align: center;
		height: 22px;
		float: right;
		/*background: #fef102;*/
		border-radius: 40px;
		margin-top: 0px;
		margin: 0 10px;

	}
	#header .header_top .sp_search_btn span {
		width: 22px;
		height: 22px;
		display: block;
		padding: 0;
		position: relative;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#header .header_top .sp_search_btn span::before {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 12px;
		height: 12px;
		border: 1px solid #000;
		background: transparent;
		border-radius: 12px;
	}
	#header .header_top .sp_search_btn span::after {
		content: "";
		position: absolute;
		width: 0px;
		height: 8px;
		top: 10px;
		right: 6px;
		border-right: 3px solid #000;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/*スマホ検索モーダルウィンドウ*/
	#header .header_top #boxes .window{
		position: absolute;
		left: 0px;
		top: 50%;
		width: 95%;
		height: auto;
		display: none;
		z-index: 6000001;
	}
	#header .header_top #boxes #mask {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 6000000;
		background-color: #000;
		display: none;
	}
	#header .header_top .searchform {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#header .header_top_right .h_search .google_search .width {
		border: 1px solid rgb(126, 157, 185);
		width: 95%;
		box-sizing: border-box;
		border-radius: 0;
		margin: 0 auto 10px;
		text-align: left;
		height: 45px!important;
		vertical-align: top;
		font-size: 16px;
	}

	#header .header_top_right .h_search .b_submit {
		width: 95%;
		background: #fef102;
		text-indent: 0;
		margin: 0 auto;
		float: none;
		border: none!important;
		height: 45px;
		border-radius: 3px;
		vertical-align: top;
		font-weight: bold;
		font-size: 16px;
		box-shadow: 0px 3px 0px 0px rgba(150,120,25,1);
		padding-top: 3px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#header .header_top .searchBtn img {
		width: 23px;
		vertical-align: middle;
		margin: -2px 5px 0 0;
	}
	#header .header_top span.close {
		line-height: 1.5;
		display: block;
		margin: 30px auto;
		width: 80px;
		clear: both;
		text-align: center;
		color: #fff;
		text-decoration: none;
		border: 1px solid #fff;
		border-radius: 3px;
		padding: 5px 0;
		font-size: 12px;
	}
	#header .header_top .search_icon{
		float:left;
	}


	#header .header_top .sns_btn {
		/*display: none;*/
		width: 0;
	}
	#header .header_top .sns_btn li:nth-last-child(n+2){
		display: none;
	}
	#header .header_top .sp_nav_btn {
		display: block;
		float: left;
		width: 20px;
		height: 12px;
		padding: 5px 0 ;
		margin: 0 15px 0 15px;
		vertical-align: middle;
	}

	#header .header_top .sp_nav_btn span {
		width: 20px;
		height: 2px;
		background-color: #444;
		position: relative;
		display: block;
		margin-top: 5px;
	}
	#header .header_top .sp_nav_btn span::before {
		content: "";
		width: 20px;
		height: 2px;
		background-color: #444;
		display: block;
		position: absolute;
		top: -5px;
	}
	#header .header_top .sp_nav_btn span::after {
		content: "";
		width: 20px;
		height: 2px;
		background-color: #444;
		display: block;
		position: absolute;
		top: 5px;
	}
	#header #header_navi {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	#header #header_navi .main_nav {
		text-align: center;
		border-top: 1px solid #fff;
		height: auto;
		position: relative;
	}
	#header #header_navi .main_nav > .row2 {
		font-size: 13px;
	}
	#header #header_navi .main_nav > .row2 br {
		display: none;
	}
	#header #header_navi .main_nav .have_sub,
	#header #header_navi .main_nav .no_sub,
	#header #header_navi .main_nav .close_btn{
		height: 40px;
		width: 100%;
		-js-display: flex;
		display: -webkit-flex;
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		color: #444;
		text-shadow: none;
	}
	#header .header_nav_bg {
		background: #fff764;
		border-bottom: none;
		height: 0;
		overflow: hidden;
		display: block;
	}
	#header .header_nav_bg.open {
		display: block;
		height: auto;
	}
	#header #header_navi .main_nav.up > .have_sub,
	#header #header_navi .main_nav > .have_sub:hover,
	#header #header_navi .main_nav.up > .no_sub,
	#header #header_navi .main_nav > .no_sub:hover {
		background: none;
		transform: skewX(0deg);
	}
	#header #header_navi .main_nav.up > .have_sub *,
	#header #header_navi .main_nav > .have_sub:hover *,
	#header #header_navi .main_nav.up > .no_sub *,
	#header #header_navi .main_nav > .no_sub:hover *,
	#header #header_navi .main_nav.up > .have_sub::after,
	#header #header_navi .main_nav > .have_sub:hover::after {
		transform: skewX(0deg);
	}
	#header #header_navi .main_nav > .have_sub::after {
		top: 50%;
		right: 10px;
		left: auto;
		border: 1px solid #ddd;
		background-color: #fff;
		border-radius: 3px;
		content: "＋";
		font-size: 14px;
		font-weight: bold;
		height: 18px;
		width: 20px;
		margin-top: -12px;
		position: absolute;
		pointer-events: none;
		padding-top: 2px;
	}
	#header #header_navi .main_nav > .have_sub.open::after {
		content: "-";
	}
	#header #header_navi .main_nav > .no_sub::after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		border: 1px solid #444;
		border-left: none;
		border-top: none;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin: -4px 0 1px 10px;
		float: right;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		position: absolute;
		top: 50%;
		right: 20px;
	}
	#header #header_navi .main_nav .sub_nav_bg {
		position: static;
		height: 0;
		display: block;
		overflow: hidden;
		border-top: none;
		box-shadow: none;
	}
	#header #header_navi .main_nav .sub_nav_bg.open {
		display: block;
		height: auto;
	}
	#header #header_navi .main_nav .sub_nav {
		position: static;
		width: 100%;
		height: auto;
		-webkit-justify-content: flex-start!important; /* Safari用 */
		justify-content: flex-start!important;
	}
	#header #header_navi .main_nav .sub_nav li {
		min-height: 35px;
		display:-webkit-flex;
		display:-webkit-box;
		display:-moz-flex;
		display:-ms-flex;
		display:-o-flex;
		display:flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		padding: 0;
		border-bottom: 1px solid #f3eb5f;
		flex-basis: 50%;
		border-right: 1px solid #fff764;
		box-sizing: border-box;
	}

	/*#header #header_navi .main_nav .sub_nav li:nth-child(3n) {
		border-right: none;
	}*/
	#header #header_navi .main_nav .sub_nav li a {
		min-height: 40px;
		width: 100%;
	}
	#header #header_navi .main_nav.close{
		display: block;
		background-color: #f4f4f4;
		border-bottom: 1px solid #ddd;
	}
	#header #header_navi .main_nav.close .close_btn::after{
		display: inline-block;
		content: "×";
		width: 1.15em;
		height: 1.15em;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
	}

	/*区切り斜線非表示*/
	#header #header_navi .guidebook_nav a::before,
	#header #header_navi .bbs_nav a::before{
		display: none;
	}

	#header #header_navi .main_nav .sub_nav li > span.pc{
		display: none;
	}
	#header #header_navi .main_nav .sub_nav li > a.sp{
		-js-display: flex;
		display: -webkit-flex;
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#header #header_navi .main_nav .sub_nav li.ver_txt{
		display: none;
	}
	#header #header_navi .main_nav.tabisuke_nav .sub_nav li{
		padding: 0;
	}
	#header #header_navi .main_nav .sub_nav li.sub_nav_btn_wrap{
		padding:5px 5px 6px;
		border-right: 1px solid #fff764;
	}
	#header #header_navi .main_nav .sub_nav li.sub_nav_btn_wrap .sub_nav_btn{
		border-right: none;
		width: 100%;
	}
	#header #header_navi .main_nav .sub_nav li.sub_nav_btn_wrap .sub_nav_btn:hover{
		margin:0;
		transition: none;
	}
	#header #header_navi .main_nav.parts_nav .sub_nav,
	#header #header_navi .main_nav.store_nav .sub_nav,
	#header #header_navi .main_nav.tour_nav .sub_nav{
		-webkit-box-direction:row;
		-webkit-flex-direction:row;
		flex-direction:row;
	}

	#header #header_navi .home_nav span{
		white-space: inherit;
		width: 10em;
		vertical-align: bottom;
		display: block;
		text-indent: inherit;
		padding-top: 2px;
		padding-left: 25px;
	}

	#header #header_navi .main_nav.tour_nav .sub_nav li:first-child{
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	#header::before {
		height: 3px;
		border-bottom: none;
	}
	#header .header_top .header_top_left {
		width: 25%;
	}
	#header .header_top .logo {
		width: 50%
	}
	#header .header_top .header_top_right {
		width: 25%;
	}
	#header .header_top .sp_nav_btn{
		margin: 0 10px;
	}
	#header .header_top .logo img {
		max-width: 100%;
		height: auto;
	}
	#header .header_top .sitemap {
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 17px;
		height: 20px;
	}

}
