/****************************************************************************************/
[device="pc"] {
	display: none;
}

body[sp_menu="true"] {
	overflow: hidden;
}
/****************************************************************************************/
#sp_header_menu {
	top: 0;
	left: 0;
	font-family: meiryo, sans-serif;
	display: block !important;
	position: fixed;
	z-index: 1;
}
/****************************************************************************************/
#sp_header_menu .header {
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	height: 53px;
	background-color: white;
	border-bottom: 1px solid #6c563a;
	display: flex;
	position: fixed;
	z-index: 2;
	transition: transform 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
#sp_header_menu[initialized="false"] .header {
	transform: translateY(-100%);
}
#sp_header_menu[initialized="true"] .header {
	transform: translateY(0%);
}

#sp_header_menu .header > * {
	height: 100%;
	position: relative;
}

#sp_header_menu .header a {
	display: inline-block;
}
/*******************************************/
#sp_header_menu .header > :nth-child(1) .icon {
	width: 63px;
	height: 100%;
	display: inline-block;
/*	position: absolute;
	transform: translateY(-50%);*/
}

#sp_header_menu .header > :nth-child(1) .icon img {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
#sp_header_menu .header > :nth-child(1) .icon_menu {
	height: 32px;
}
#sp_header_menu .header > :nth-child(1) .icon_close {
	height: 28px;
}
body[sp_menu="true"] #sp_header_menu .header > :nth-child(1) .icon_menu,
body[sp_menu="false"] #sp_header_menu .header > :nth-child(1) .icon_close {
	opacity: 0;
}
/*******************************************/
#sp_header_menu .header > :nth-child(2) {
	padding-left: 3px;
	display: flex;
	align-items: center;
	flex-grow: 1;
}
#sp_header_menu .header > :nth-child(2) img {
	height: 30px;
}
/*******************************************/
#sp_header_menu .header > :nth-child(3) {
	display: flex;
	align-items: center;
}

#sp_header_menu .header > :nth-child(3) a {
	margin-right: 18px;
	font-size: 14px;
	line-height: 17px;
	color: #6c563a;
}

#sp_header_menu .header > :nth-child(3) img {
	height: 32px;
}
/****************************************************************************************/
#sp_header_menu .menu {
	top: 0;
	bottom: 0;
	left: 0;
	padding: 70px 1px 50px 0;
	width: 295px;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.1px;
	background-color: #6c563a;
	position: fixed;
	overflow-y: scroll;
	z-index: 1;
	transition: transform 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
body[sp_menu="true"] #sp_header_menu .menu {
	transform: translateX(0%);
}
body[sp_menu="false"] #sp_header_menu .menu {
	transform: translateX(-100%);
}

#sp_header_menu .menu [menu] {
	padding: 14px 0 11px 12px;
}
/*******************************************/
#sp_header_menu .menu .triangle {
	margin-right: 7px;
	display: inline-block;
	transform: translateY(-3px);
}
#sp_header_menu .menu [depth="1"] .triangle {
	opacity: 0;
}

#sp_header_menu .menu .triangle > * {
	font-size: 11px;
	display: inline-block;
	transition: transform 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
#sp_header_menu .menu [open="false"] .triangle > * {
	transform: rotate(-90deg);
}
/*******************************************/
#sp_header_menu .menu [menu="1"] * {
	color: white;
}
/*******************************************/
#sp_header_menu .menu [container="2"] {
	padding: 5px 0 8px 0;
	background-color: #fdfdfd;
	overflow: hidden;
	transition: all 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
#sp_header_menu .menu [open="false"] [container="2"] {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0px !important;
}

#sp_header_menu .menu [menu="2"] a {
	color: #6c563a;
}
#sp_header_menu .menu [menu="2"][long="true"] a {
	font-size: 15px;
}
/*******************************************/
#sp_header_menu .menu .kinen {
	padding: 0 24px;
}

#sp_header_menu .menu .kinen img {
	width: 100%;
}
/*******************************************/
#sp_header_menu .menu .instagram {
	text-align: center;
}

#sp_header_menu .menu .instagram a {
	width: 33px;
	display: inline-block;
}

#sp_header_menu .menu .instagram svg {
	fill: white;
}
/****************************************************************************************/
#sp_header_menu .bg {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	transition: opacity 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
body[sp_menu="false"] #sp_header_menu .bg {
	opacity: 0;
}
body[sp_menu="true"] #sp_header_menu .bg {
	opacity: 1;
}
/****************************************************************************************/
#wrap,
#naiyouarea,
#secoundmain {
	width: 100%;
}

#wrap {
	padding-left: 5%;
	padding-right: 5%;
	font-size: 14px;
	line-height: 22px;
}
/****************************************************************************************/
#pagetop {
	transition: right 600ms cubic-bezier(0.19, 1.00, 0.22, 1.00);
}
body[sp_menu="true"] #pagetop {
	right: -40px;
}
/****************************************************************************************/
.sp_inquiry_banners,
.sp_example_banners {
	display: block !important;
}
/****************************************************************************************/
.sp_inquiry_banners {
	text-align: center;
}

.sp_inquiry_banners img {
	width: auto !important;
}

.sp_inquiry_banners > :nth-child(n+2) {
	margin-top: 15px;
}

.sp_inquiry_banners .tel_fax {
	display: flex;
	justify-content: center;
}
/****************************************************************************************/
.sp_example_banners .banner:nth-child(n+2) {
	margin-top: 10px;
}

.sp_example_banners a {
	display: block;
}

.sp_example_banners a img {
	width: 100%;
	max-width: 339px;
}
/****************************************************************************************/
.intro_setu {
	margin: 0;
	padding: 0 5%;
	text-align: left;
}

.intro_setu .style8 {
	font-size: 16px;
	line-height: 28px;
}

.intro_setu a {
	margin-top: 5px;
	display: inline-block;
}
/*******************************************/
#intro2_space {
	margin-top: 50px;
	padding: 0;
	text-align: center;
}

#intro2_space .hanger_space {
	margin: 10px 0 0 0;
	width: 49%;
	height: auto;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	float: none;
}

#intro2_space .hanger_space a {
	display: block;
}
/*******************************************/
.lightboxOverlay {
	opacity: 0.95;
	position: fixed;
}

.lightbox {
	top: 30% !important;
	position: fixed;
}
/****************************************************************************************/
.footer_in {
	padding-bottom: 15px;
	width: unset;
	height: unset;
	overflow: visible;
}

.footer_in > * {
	float: none;
}
/*******************************************/
.f_left {
	padding-left: 5%;
	padding-right: 5%;
	width: unset;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.f_left a {
	display: inline-block;
}
/*******************************************/
.f_left2 {
	margin-top: 15px;
	margin-left: 0;
	width: unset;
	text-align: center;
}
/*******************************************/
.f_right {
	width: unset;
}

.f_right .gsc-control-cse {
	padding: 20px 5% 0 5%;
	height: unset;
}

#gsc-iw-id1 {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: unset;
}

#gsc-iw-id1 input {
	height: 38px !important;
}
/*******************************************/
#copyright .copyright {
	padding: 6px 1% 7px 1%;
	min-width: 0;
	height: unset;
	font-family: meiryo, sans-serif;
	line-height: 13px;
}
/****************************************************************************************/