@charset "UTF-8";


/****************************************************************************
 	global-header
****************************************************************************/

#global-header {
	width: 100%;
	height: 52px;
	position: fixed;
	z-index: 1000;
	/*background-color: #fff;*/
}
#global-header .logo {
	width: 130px;
	position: absolute;
	left: 4%;
	top: 10px;
}
#global-header .logo a {
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
#global-header .logo a:hover {
	opacity: .7;
}
@media (min-width:930px){
	#global-header {
		width: 100%;
		height: 100px;
	}
	#global-header .logo {
		width: 260px;
		position: absolute;
		left: 2%;
		top: 13px;
	}
}

/* スクロール時 */
#global-header.scroll {
	background-color: #FAF8F5;/*#FAF8F5;*/
}
@media (min-width:930px){
	#global-header.scroll {
		height: 80px;
	}
	#global-header.scroll .logo {
		width: 220px;
		position: absolute;
		left: 2%;
		top: 10px;
	}
}


/* SP用 menu-wrap-SPTAB
------------------------------*/
/* バーガーメニュー */
#global-header .menu-wrap-SPTAB .hamburger {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 4%;
	top: 5px;
	border: none;
	background-color: transparent;
	z-index: 10;
}
#global-header .menu-wrap-SPTAB .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 0;
    width: 32px;
    background-color: #FA9E0B;
	transition: 0.2s;
}
#global-header .menu-wrap-SPTAB .hamburger__line:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #FA9E0B;
    transition: inherit;
	top: 8px;
	left: 0;
}
#global-header .menu-wrap-SPTAB .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #FA9E0B;
    transition: inherit;
	top: 16px;
	left: 0;
}

#global-header .menu-wrap-SPTAB .hamburger.-active .hamburger__line {
	top: 50%;
	left: 0;
	transform: rotate(45deg);
}
#global-header .menu-wrap-SPTAB .hamburger.-active .hamburger__line:before {
    display: none;
}
#global-header .menu-wrap-SPTAB .hamburger.-active .hamburger__line:after {
    top: 50%;
	left: 0;
    transform: rotate(-90deg);
}

/* バーガーメニュー中身 */
#global-header .menu-wrap-SPTAB .header__nav-area {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	background-color:#FAF8F5;
	transition: 0.2s;
}
#global-header .menu-wrap-SPTAB .header__nav-area.-active {
	right: 0;
	visibility: visible;
}

#global-header .menu-wrap-SPTAB .navi-wrap {
	padding: 5em 5em 0 5em;
}
#global-header .menu-wrap-SPTAB .navi-wrap .list-item {
	list-style-type: none;
	margin-top: 2.5em;
}
#global-header .menu-wrap-SPTAB .navi-wrap .list-link {
	color: #4F473D;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
	position: relative;
	padding-left: 20px;
}
#global-header .menu-wrap-SPTAB .navi-wrap .list-link:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	display: block;
	content:"";
	width: 13px;
	height: 14px;
	background: url("../img/common/gnavi_label.png") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:930px){
	#global-header .menu-wrap-SPTAB {
		display: none;
	}
}

/* PC用 menu-wrap-PC
------------------------------*/
#global-header .menu-wrap-PC {
	display: none;
}
@media (min-width:930px){
	#global-header .menu-wrap-PC {
		display: block;
	}
	#global-header .menu-wrap-PC .navi-wrap {
		position: relative;
	}
	#global-header .menu-wrap-PC .navi-wrap .list {
		position: absolute;
		right: 25px;
		top: 35px;
		list-style-type: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-item {
		margin: 0 12px;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-link {
		color: #4F473D;
		font-weight: 700;
		font-size: 17px;
		letter-spacing: 1px;
		position: relative;
		padding-left: 20px;
		transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s eease-in-out;
	}
	#global-header .menu-wrap-PC .navi-wrap .list-link:hover {
		color: #FA9E0B;
	}
}


/* スクロール時 */
@media (min-width:930px){
	#global-header.scroll .menu-wrap-PC .navi-wrap .list {
		top: 25px;
	}
	
}


/****************************************************************************
 	main
****************************************************************************/
#main-wrap {
	padding-top: 52px;
}
@media (min-width:930px){
	#main-wrap {
		padding-top: 100px;
	}
}

/****************************************************************************
 	footer
****************************************************************************/

#global-footer .cont-box {
	background-color: #FA9E0A;
	padding: 2em 5% 3.5em 5%;
}
#global-footer .cont-box .ttl {
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 1.5em;
	position: relative;
}
#global-footer .cont-box .ttl:after {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -85px;
	display: block;
	content:"";
	width: 170px;/*425*/
	height: 3.2px;/*8*/
	background: url("../img/common/ft_cont_dot.png") no-repeat 0 0;
	background-size: cover;
}
#global-footer .cont-box .copy {
	color: #fff;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	margin-top: 1em;
}
#global-footer .cont-box .list-item {
	background-color: #fff;
	border-radius: 20px;
	color: #A26802;
	text-align: center;
	margin-top: 1em;
	padding: 1em 1em;
}
#global-footer .cont-box .list-item .box-ttl {
	font-weight: 700;
	line-height: 1.5;
	font-size: 1em;
	position: relative;
	margin-bottom: 5px;
}
#global-footer .cont-box .list-item .tel a {
	color: #A26802;
	font-weight: 900;
	line-height: 1;
	font-size: 2.2em;
	position: relative;
	padding-left: 30px;
}
#global-footer .cont-box .list-item .tel a:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	display: block;
	content:"";
	width: 25px;
	height: 25px;
	background: url("../img/common/icon_tel.png") no-repeat 0 0;
	background-size: cover;
}
#global-footer .cont-box .list-item .time {
	font-size: .9em;
	line-height: 1.5;
}
#global-footer .ft-menu-wrap {
	padding: 4em 0 2em 0;
}
#global-footer .ft-menu-wrap .m-inner {
	position: relative;
}
#global-footer .ft-menu-wrap .m-inner:before {
	position: absolute;
	right: 10px;
	top: -95px;
	display: block;
	content:"";
	width: 199.2px;/*664*/
	height: 75.9px;/*253*/
	background: url("../img/common/ft_ill_01.png") no-repeat 0 0;
	background-size: cover;
}
#global-footer .ft-menu-wrap .info .logo {
	text-align: center;
}
#global-footer .ft-menu-wrap .info .logo img {
	width: 200px;
}
#global-footer .ft-menu-wrap .info .logo .txt {
	line-height: 4.2;
	font-size: 1em;
}
#global-footer .ft-menu-wrap .info .add {
	text-align: center;
	font-size: .9em;
	font-weight: 400;
	line-height: 1.5;
	margin-top: .5em;
}
#global-footer .ft-menu-wrap .navi .list {
	margin-top: 1.5em;
}
#global-footer .ft-menu-wrap .navi .list-item {
	margin-bottom: 1em;
	text-align: center;
}
#global-footer .ft-menu-wrap .navi .list-link {
	font-size: 1em;
	line-height: 1.5;
}
#global-footer .ft-menu-wrap .navi .list-link:hover {
	text-decoration: underline;
}
#global-footer .ft-btm-wrap {
	background-color: #fff;
}
#global-footer .ft-btm-wrap .bnr {
	padding: 20px 0 0 0;
}
#global-footer .ft-btm-wrap .bnr .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#global-footer .ft-btm-wrap .bnr .list-item {
	width: 48%;
	margin-right: 4%;
}
#global-footer .ft-btm-wrap .bnr .list-item:nth-child(2n) {
	margin-right: 0;
}
#global-footer .ft-btm-wrap .bnr .list-link:hover {
	opacity: .8;
}
#global-footer .ft-btm-wrap .bnr img {
	border: 1px solid #DDDAD6;
}
#global-footer .ft-btm-wrap .cr {
	padding: 20px 0 30px 0;
	text-align: center;
	color: #D1BD9A;
	font-size: .8em;
	letter-spacing: 3px;
}
@media (min-width:768px){
	#global-footer .cont-box {
		padding: 2em 0 3.5em 0;
	}
	#global-footer .cont-box .ttl {
		font-size: 1.5em;
	}
	#global-footer .cont-box .list {
		margin-top: 1em;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#global-footer .cont-box .list-item {
		width: 48%;
		border-radius: 30px;
		margin-top: 0;
		padding: 1em 1em;
	}
	#global-footer .ft-menu-wrap {
		padding: 4em 0 2em 0;
		position: relative;
	}
	#global-footer .ft-menu-wrap .m-inner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#global-footer .ft-menu-wrap .m-inner:before {
		right: 10px;
		top: -100px;
		width: 265.6px;/*664*/
		height: 101.2px;/*253*/
	}
	#global-footer .ft-menu-wrap .info {
		width: 48%;
	}
	#global-footer .ft-menu-wrap .info .logo {
		text-align: left;
	}
	#global-footer .ft-menu-wrap .info .logo img {
		width: 200px;
	}
	#global-footer .ft-menu-wrap .info .add {
		text-align: left;
		font-size: .85em;
		margin-top: .5em;
	}
	#global-footer .ft-menu-wrap .navi {
		width: 48%;
	}
	#global-footer .ft-menu-wrap .navi .list {
		margin-top: 1.5em;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#global-footer .ft-menu-wrap .navi .list-item {
		width: 50%;
		margin-bottom: 1em;
		text-align: left;
	}
	#global-footer .ft-menu-wrap .navi .list-link {
		font-size: .9em;
		line-height: 1.5;
	}
	#global-footer .ft-btm-wrap .bnr {
		padding: 20px 0 0 0;
	}
	#global-footer .ft-btm-wrap .bnr .list-item {
		width: 32%;
		margin-right: 2%;
	}
	#global-footer .ft-btm-wrap .bnr .list-item:nth-child(2n) {
		margin-right: 2%;
	}
	#global-footer .ft-btm-wrap .bnr .list-item:nth-child(3n) {
		margin-right: 0;
	}
	#global-footer .ft-btm-wrap .cr {
		padding: 20px 0 20px 0;
		font-size: .8em;
	}	
}
@media (min-width:1110px){
	#global-footer .cont-box {
		padding: 2em 0 3em 0;
	}
	#global-footer .cont-box .ttl {
		font-size: 1.8em;
	}
	#global-footer .cont-box .ttl:after {
		left: 50%;
		bottom: -5px;
		margin-left: -106px;
		width: 212.6px;
		height: 4px;
	}
	#global-footer .cont-box .copy {
		font-size: 1.1em;
		margin-top: 1em;
	}
	#global-footer .cont-box .list-item {
		padding: 1.5em 1em;
	}
	#global-footer .cont-box .list-item .box-ttl {
		font-size: 1.3em;
		margin-bottom: 5px;
	}
	#global-footer .cont-box .list-item .tel a {
		font-size: 3em;
		padding-left: 45px;
	}
	#global-footer .cont-box .list-item .tel a:before {
		position: absolute;
		left: 5px;
		top: 50%;
		margin-top: -9px;
		display: block;
		content:"";
		width: 35px;
		height: 35px;
	}
	#global-footer .cont-box .list-item .time {
		font-size: 1em;
	}
		
	
	#global-footer .ft-menu-wrap {
		padding: 3em 0 3em 0;
	}
	#global-footer .ft-menu-wrap .m-inner:before {
		right: -30px;
		top: -90px;
		width: 332px;/*664*/
		height: 126.5px;/*253*/
	}
	#global-footer .ft-menu-wrap .info {
		width: 36%;
	}
	#global-footer .ft-menu-wrap .info .logo img {
		width: 260px;
	}
	#global-footer .ft-menu-wrap .info .logo .txt {
		line-height: 5.5;
		font-size: 1em;
	}
	#global-footer .ft-menu-wrap .info .add {
		font-size: .9em;
		margin-top: .5em;
	}
	#global-footer .ft-menu-wrap .navi {
		width: 64%;
		text-align: right;
	}
	#global-footer .ft-menu-wrap .navi .list {
		margin-top: 4.5em;
	}
	#global-footer .ft-menu-wrap .navi .list-item {
		width: 20%;
		margin-bottom: 0;
		margin-right: 0;
		text-align: right;
	}
	#global-footer .ft-menu-wrap .navi .list-link {
		font-size: .9em;
		line-height: 1.5;
	}
	
	#global-footer .ft-btm-wrap {
		padding: 20px 0;
	}
	#global-footer .ft-btm-wrap .m-inner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#global-footer .ft-btm-wrap .bnr {
		width: 88%;
		padding: 0 0 0 0;
	}
	#global-footer .ft-btm-wrap .bnr .list {
		justify-content: flex-start;
	}
	#global-footer .ft-btm-wrap .bnr .list-item {
		width: 23%;
		margin-right: 2.666%;
	}
	#global-footer .ft-btm-wrap .bnr .list-item:nth-child(2n) {
		margin-right: 2.666%;
	}
	#global-footer .ft-btm-wrap .bnr .list-item:nth-child(3n) {
		margin-right: 2.666%;
	}
	#global-footer .ft-btm-wrap .bnr .list-item:nth-child(4n) {
		margin-right: 0;
	}
	#global-footer .ft-btm-wrap .cr {
		width: 12%;
		text-align: right;
		padding: 15px 0 0 0;
		font-size: .9em;
	}	
}



/****************************************************************************
 	pagetop
****************************************************************************/
#pagetop {
	position: fixed;
	z-index: 100;
	bottom: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	background-color: #A26802;
	border-radius: 50%;
	cursor: pointer;
}
#pagetop:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -3px;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} 
@media (min-width:1180px){
	#pagetop {
		bottom: 30px;
		right: 30px;
		width: 60px;
		height: 60px;
	}
	#pagetop:after {
		top: 25px;
	}
}

	





