@charset "UTF-8";
/* CSS Document */
#head {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	text-align: left;
}
#headwrap {
	clear: both;
	height: 60px;
}
#logo {
	float: none;
	width: 100%;
	padding-top: 10px;
	padding-left: 0;
	text-align: left;
}
#logo h1{
	width: 76%;
	max-width: 297px;
	padding-left: 3.8%;
	text-align: left;
}
#telwrap {
	display: none;
}
#navwrap{
	display: none;
}
.tab-none {
  display: block;
}
.navToggle {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 5000;
    text-align: center;
    right: 0px;
    top: 0px;
    font-size: medium;
}
.navToggle span {
 display: block;
 position: absolute;    /* .navToggleに対して */
 width: 24px;
 border-bottom: 1px solid #707070;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
 left: 18px;
 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
 
.navToggle span:nth-child(1) {
 top: 40px;
}
 
.navToggle span:nth-child(2) {
 top: 30px;
}
 
.navToggle span:nth-child(3) {
 top: 20px;
}
 
.navToggle span:nth-child(4) {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: medium none;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    z-index: 0;
    bottom: 28px;
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 30px;
    left: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-bottom-color: #FFF;
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	border-bottom-color: #FFF;
}
.navToggle2 {
    display: block;
    position: fixed;
    width: 69px;
    height: 69px;
    cursor: pointer;
    z-index: 5000;
    background-color: #FFFFFF;
    text-align: center;
    top: 40px;
    right: 110px;
}
 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%)!important;
}
nav.globalMenuSp {
 position: fixed;
 z-index: 4000;
 top: 0;
 color: #FFF;
 text-align: center;
 transform: translateX(120%);
 transition: all 0.6s;
 width: 100%;
 background-color: #5E4A37;
 height: 100%;
}

nav.globalMenuSp .naviblock {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.naviblockbox{
    vertical-align: middle;
    font-size: 15px;
    margin: 40px auto 0;
}
.naviblockbox h4 {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    padding-bottom: 15px;
    color: #FFF;
    padding-top: 15px;
    border-top: 1px solid #FFF;
    padding-right: 15px;
	position: relative;
}
.naviblockbox h4:after{
	visibility: visible;
	content: "+";
	width: 26px;
	height: 26px;
	line-height: 24px;
	background-color: #FFF;
	color: #992244;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
}
.naviblockbox h4.opened:after{;
	content: "－";
}
.naviblockbox a {
    color: #FFF;
    text-decoration: none;
}
.naviblockbox .box ul {
    border-top: 1px solid #FFF;
}

.naviblockbox .box .headnav {
    padding-bottom: 90px;
}
.naviblockbox .box ul li {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    padding-bottom: 15px;
    color: #FFF;
    padding-top: 15px;
    border-bottom: 1px solid #FFF;
    padding-right: 15px;
	position: relative;
}
.naviblockbox .box{
    vertical-align: top;
	width: 90%;
	margin: 0 auto;
}
.naviblockbox .topbut{
	display: flex;
	text-align: center;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.naviblockbox .topbut li{
	border-right: 1px solid #816E5D;
	width: calc((100% - 2px) / 3);
	padding: 10px 0;
}
.naviblockbox .topbut li:last-of-type{
	border-right: none;
}
