.cl-red {
	color: #a10c03;
}
.fz20 {
	font-size: 3.67vw;
}
.fz22 {
	font-size: 4.23vw;
}
.fz30 {
	font-size: 4.5vw;
}
.fz40 {
	font-size: 5.5vw;
}
.fz50 {
	font-size: 7.27vw;
}

@media screen and (min-width: 768px) {
.fz20 {
	font-size: 20px;
}
.fz22 {
	font-size: 22px;
}
.fz30 {
	font-size: 30px;
}
.fz40 {
	font-size: 40px;
}
.fz50 {
	font-size: 50px;
}
.d__flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.d__flex.jus {
	justify-content: space-between;
}
}
.ob-img {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ob-img img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 768px) {
.ob-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
}
/*Header*/
.header__pc {
	position: absolute;
	top: 27px;
	left: 47px;
	z-index: 3;
}
.header__pc nav {
	display: inline-block;
	margin-right: 33px;
}
.header__pc ul {
	gap: 41px;
}
.header__pc ul > li {
	color: #fff;
	font-size: 18px;
	position: relative;
	line-height: 1;
	padding: 22px 0;
}
.header__pc ul > li::before {
	content: "";
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: 0;
	opacity: 0;
}
.header__pc ul > li:hover::before {
	opacity: 1;
}
.header__pc ul > li.active::before {
	opacity: 1;
}
.header__pc ul > li a:hover {
	text-decoration: none;
}
.header__pc .icon__ins {
	width: 30px;
	display: inline-block;
	filter: brightness(0) invert(1);
	position: relative;
	top: -3px;
}
.header-box {
	position: relative;
}
.header-box .logo {
	position: absolute;
	top: 39vh;
	left: 0;
	right: 0;
	z-index: 3;
	width: 70vw;
	margin: 0 auto;
}
.header-box h1 {
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    right: 10px;
    z-index: 3;
    color: #fff;
    left: 10px;
    line-height: 1.5;
}
.header-box .header-info {
	width: 412px;
	position: absolute;
	top: 291px;
	left: 33px;
	z-index: 3;
}
.header-box .header-info .logo {
	width: 100%;
}
.header-box .header-info .tel {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.header-box .logo {

	}
	.header-box h1 {
		font-size: 12px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		left: auto;
	}
	.header-box .header-info {
	}
	.header-box .header-info .logo {
	top: 0;
	position: relative;
	margin-bottom: 8px;
	}
	.header-box .header-info .tel {
	margin-bottom: 24px;
	}
}

.tel {
	line-height: 1;
	text-align: center;
}
.tel dl dt {
	font-size: 16px;
	margin-bottom: 6px;
}
.tel .mtel {
	font-size: 33px;
	font-family: 'Amiri';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 7px;
}
.tel .mtel span {
	display: inline-block;
	padding-left: 33px;
	position: relative;
}
.tel .mtel span::before {
	content: "";
	background: url(../img/shared/ft_icon_tel.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 46%;
	left: 8px;
	transform: translateY(-50%);
}

.tel-3 .mtel span::before {
	width: 25px;
	height: 25px;
	left: 0;
}


.tel .mdes {
	font-size: 14px;
	letter-spacing: 1px;
}
.tel.tel__white {
	color: #fff;
}
.tel.tel__white .mtel span::before {
	filter: brightness(0) invert(1);
}
.tel-2 dl {
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
.tel-2 dl dt {
	font-size: 12px;
	margin-bottom: 6px;
}
.tel-2 .mtel {
	font-size: 26px;
	font-family: 'Amiri';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
}
.tel-2 .mtel span {
	display: inline-block;
	padding-left: 25px;
	position: relative;
	letter-spacing: 0;
}
.tel-2 .mtel span::before {
	content: "";
	background: url(../img/shared/ft_icon_tel.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

.tel dl dt {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.tel .mtel {
	font-size: 33px;
	margin-bottom: 10px;
}
.tel .mtel span {
	padding-left: 25px;
}
.tel .mtel span::before {
	width: 20px;
	height: 20px;
	left: 0;
}
.tel .mdes {
	font-size: 13px;
}


.tel-2 dl {

}
.tel-2 dl dt {
	font-size: 12px;
	margin-bottom: 10px;
}
.tel-2 .mtel {
	font-size: 26px;
	letter-spacing: 0;
}
.tel-2 .mtel span {
	padding-left: 25px;
}
.tel-2 .mtel span::before {
	width: 17px;
	height: 17px;
	left: 0;
}	
}


.bnr__web {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}
.bnr__web a {
	border: 1px solid #222222;
	background: #ffffff;
	position: relative;
	display: block;
	line-height: 1;
	text-align: center;
	padding: 23px 0;
	font-size: 18px;
	font-weight: 400;
	transition: all .4s ease;
	color: #000;
}
.bnr__web a::before {
	content: '';
	background: #222222;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 8px;
	left: 30px;
}
.bnr__web a:hover {
	opacity: .7;
}
.bnr__web a span {
	display: inline-block;
	position: relative;
	padding-left: 68px;
}
.bnr__web a span::before {
	content: "";
	background: url(../img/shared/ft_icon_web.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
.bnr__web {
	max-width: 250px;
}
.bnr__web a {
	padding: 18px 0;
	font-size: 16px;
}
	
.bnr__web a::before {
        width: 6px;
        left: 23px;
}
	
.bnr__web a span {
	padding-left: 60px;
}
.bnr__web a span::before {
	width: 21px;
	height: 21px;
	left: 28px;
}
}
.bnr__web-2 a {
	background: #ffffff;
	position: relative;
	display: block;
	line-height: 1;
	text-align: center;
	transition: all .4s ease;
}
.bnr__web-2 a:hover {
	opacity: .7;
}
.bnr__web-2 a span {
	display: inline-block;
	position: relative;
	padding-top: 30px;
}
.bnr__web-2 a span::before {
	content: "";
	background: url(../img/shared/ft_icon_web.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
.bnr__web-2 a span {
	padding-top: 38px;
}
.bnr__web-2 a span::before {
	width: 21px;
	height: 21px;
	top: 0%;
}
}
.bnr__shared {
	width: 380px;
}
.bnr__shared a {
	line-height: 1;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding: 23px 0;
	position: relative;
	border: 1px solid #000000;
	display: block;
	width: 100%;
	transition: all .4s ease;
	background: #ffffff;
}
.bnr__shared a::before {
	content: "";
	background: #222222;
	width: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
}
.bnr__shared a:hover {
	text-decoration: none;
	opacity: .6;
}
.bnr__shared .style-6,
.bnr__shared .style-1 {
	border: 1px solid #fff;
	color: #000;
}
.bnr__shared .style-6::before,
.bnr__shared .style-1::before {
	background: #000;
}
.bnr__shared .icon-pop-b::after,
.bnr__shared .icon-pop::after {
	content: "";
	background: url(../img/shared/icon_popup.png) no-repeat;
	width: 16px;
	height: 16px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 43px;
}
.bnr__shared .icon-pop-b::after {
	filter: brightness(0) invert(0);
}
.bnr__shared .style-5,
.bnr__shared .style-4 {
	background: #fff;
	border: 1px solid #222222;
	color: #222222;
	
}
.bnr__shared .style-4::before {
	background: #222222;
}
.bnr__shared .style-6::after,
.bnr__shared .style-4::after {
	content: "";
	background: url(../img/shared/arrow_b.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 6%;
	width: 18px;
	height: 8px;
}
.bnr__shared .style-6::after {
	filter: brightness(0) invert(1);
}


@media screen and (max-width: 767px) {
	.bnr__shared {
		width: 80vw;
		margin-left: auto;
		margin-right: auto;
	}
.bnr__shared a {
	font-size: 16px;
	padding: 18px 0;
}
.bnr__shared a::before {
	width: 6px;
	left: 23px;
}
.bnr__shared a:hover {
	opacity: 1;
}
	
	
.bnr__shared .icon-pop-b::after,
.bnr__shared .icon-pop::after {

	width: 14px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	right: 25px;
}	
	
.bnr__shared .style-6::after,
.bnr__shared .style-4::after {	
	right: 20px;
}
}
#head-key, #head-key .ob-img {
	
	height: 100vh;
}

@media only screen and (min-width: 768px) {
#head-key, #head-key .ob-img {
	max-height: 900px;
		height: 100vh;
	}
}

#head-key {
	position: relative;
}
#head-key::after {
	content: "";
	background: url(../img/shared/bg05.jpg) repeat;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	z-index: 1;
}

@media only screen and (min-width: 768px) {
	#head-key::after {
	height: 10px;
	bottom: -10px;
	}
	#head-key::before {
		content: "";
		background: url(../img/shared/key_before.png) repeat-y top center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 1;
	}

}
.box-hover .navbox {
	padding: 40px 5%;
	line-height: 1;
}
.box-hover .navbox .photo {
	width: 80%;
	margin: 0 auto 10px;
}
.box-hover .navbox .logo-nav {
	max-width: 65%;
	margin-bottom: 20px;
}
.box-hover .navbox .listbox .ttl {
	font-size: 16px;
	opacity: 1;
	background: url(../img/shared/ttl_line.jpg) repeat-x bottom center;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.box-hover .navbox .listbox .toggle-link {
	font-size: 16px;
	border-bottom: 1px solid #A6A49F;
	padding: 10px;
}
.box-hover .navbox .listbox a {
	color: #000 !important;
}
.box-hover .navbox .listbox .toggle-main ul li {
	position: relative;
	padding: 8px 30px 8px 44px;
	border-bottom: 1px solid #A6A49F;
}
.box-hover .navbox .listbox .toggle-main ul li::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-right: 5px solid transparent;
	border-bottom: 11px solid #5d5755;
	position: absolute;
	left: 26px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(90deg);
	box-sizing: border-box;
	border-left: 5px solid transparent;
	top: 17px;
	margin-left: 0;
	opacity: 1;
	border-radius: 0;
}

@media only screen and (min-width: 768px) {
.box-hover .navbox {
	padding: 50px 70px;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
	overflow-x: hidden;
}
.box-hover .navbox .row {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.box-hover .navbox .photo {
	width: 180px;
	margin-right: 20px;
}
.box-hover .navbox .logo-nav {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	width: 247px;
}
.box-hover .navbox .listbox {
	color: #000;
}
.box-hover .navbox .listbox .ttl {
	font-size: 16px;
}
.box-hover .navbox .listbox .toggle-link {
	border-bottom: 0;
	padding-bottom: 10px;
	pointer-events: none;
	padding-left: 0;
	margin-left: -6px;
	font-size: 15px;
}
.box-hover .navbox .listbox .toggle-main {
	display: block;
}
.box-hover .navbox .listbox .toggle-main ul li {
	border-bottom: 0;
	font-size: 14px !important;
	line-height: 28px !important;
	padding: 0 0 0 26px !important;
}
.box-hover .navbox .listbox .toggle-main ul li:hover {
	text-underline-offset: 0;
}
.box-hover .navbox .listbox .toggle-main ul li a {
	font-size: 14px;
}
.box-hover .navbox .listbox .toggle-main ul li a:hover {
	text-decoration: underline;
	text-underline-offset: 0;
}
.box-hover .navbox .listbox .toggle-main ul li::before {
	left: 11px;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #5d5755;
	border-left: 5px solid transparent;
	top: 10px;
	width: 6px;
	height: 6px;
}
.box-hover .navbox .listbox .group {
	justify-content: space-between;
	display: flex;
}
.box-hover .navbox .listbox .group .left {
	width: 220px;
}
.box-hover .navbox .listbox .group .toggle {
	margin-bottom: 20px;
	width: 250px;
}
.box-hover:hover > .toggle-main {
	opacity: 1;
	visibility: visible;
}
.box-hover > .toggle-main {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: -50px;
	width: 510px;
	margin: 0;
	transition: all 0.2s;
	background: url(../img/shared/bg.jpg) repeat;
	margin-top: 0;
	top: 100%;
}
.box-hover > .toggle-main::before {
	right: 79px;
	border-right: 9px solid transparent;
	border-bottom: 13px solid #eeebe4;
	border-left: 9px solid transparent;
	width: 2px;
	height: 9px;
	content: "";
	position: absolute;
	top: -20px;
}
.btn-border:hover {
	opacity: 0.8;
}
}
#fixed-sp {
	background: url(../img/shared/bg06.jpg);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 123;
	border-top: 1px solid #9c9b99;
	opacity: 1;
	visibility: visibility;
	transition: all .4s ease;
}

.menu-open #fixed-sp,
.fixed-btn #fixed-sp {
	opacity: 1;
	visibility: visible;
}

#fixed-sp ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#fixed-sp ul li {
	position: relative;
	width: 16.6667%;
}
#fixed-sp ul li::after {
	content: "";
	background: #9c9b99;
	width: 1px;
	top: 0px;
	bottom: 0;
	right: 0;
	position: absolute;
}
#fixed-sp ul li::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#fixed-sp ul li a {
	display: block;
	letter-spacing: 0.1em;
	text-align: center;
	color: #222222;
}
#fixed-sp ul li a:hover {
	text-decoration: none;
}
#fixed-sp ul li span {
	display: inline-block;
	font-size: 12px;
	color: #222222;
	padding: 35px 0 10px;
	text-align: center;
}
#fixed-sp ul li.ft__web {
	width: 50%;
}
#fixed-sp ul li.ft__web::before {
	display: none;
}
#fixed-sp ul li.ft__web span {
	position: relative;
	padding: 20px 0 0 35px;
	font-size: 15px;
}
#fixed-sp ul li.ft__web span::before {
	content: "";
	position: absolute;
	left: 6px;
	width: 20px;
	background: url(../img/shared/icon_web.png) no-repeat center;
	background-size: 100% auto;
	top: 24px;
	height: 23px;
}
#fixed-sp ul li.ft__tel::before {
	width: 15px;
	height: 24px;
	background: url(../img/shared/tel@2x.png) no-repeat center;
	background-size: 100% auto;
	top: 10px;
	filter: brightness(0) invert(0);
}
#fixed-sp ul li.ft__map::before {
	width: 15px;
	height: 24px;
	background: url(../img/shared/map@2x.png) no-repeat center;
	background-size: 100% auto;
	top: 10px;
}
#fixed-sp ul li.ft__top::before {
	display: none;
}
#fixed-sp ul li.ft__top::after {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: auto;
	content: 'MENU';
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	letter-spacing: 1px;
	height: auto;
	top: 43px;
	background: transparent;
}
#fixed-sp ul li.ft__top {
	background: url(../img/shared/bg02.jpg);
}
.menu-open #fixed-sp ul li.ft__top::after {
	content: 'CLOSE';
	color: #ffffff;
}
 @keyframes hoverline {
 0% {
 width: 0px;
}
 100% {
 width: 100%;
}
}
.nav-header {
	background: url(../img/shared/bg.jpg);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 97;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
	display: none;
}
.nav-header .headerOpen__nav {
	text-align: center;
	margin: 0 auto 30px;
	padding-top: 19px;
}
.nav-header .headerOpen__nav ul li {
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #7c7b77;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1;
}
.nav-header .headerOpen__nav ul li::before {
	content: "";
	background: #a10c03;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	opacity: 0;
}
.nav-header .headerOpen__nav ul li a {
	padding: 0;
	line-height: 1;
	display: block;
}
.nav-header .headerOpen__nav ul li a:hover {
	text-decoration: none;
}
.nav-header .headerOpen__nav ul li.active::before {
	opacity: 1;
}
.nav-header .icon__ins {
	width: 40px;
	margin: 0 auto;
}
.nav-header .bnr__web {
	margin-bottom: 30px;
}
.nav-header .blog__ins {
	text-align: center;
	margin: 0 auto;
}
.nav-header .blog__ins li {
	letter-spacing: 2px;
}
.nav-header .tel {
	margin-bottom: 30px;
}
.nav-header .tel dl {
	margin-bottom: 0px;
}
.nav-header .tel dl dt {
	font-size: 18px;
}
.menu-open .nav-header {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 767px) {
.nav-header {
	display: block;
}
.nav-header .js-scroll {
	padding-top: 45px;
	padding-bottom: 200px;
}
.nav-header .header__lg li a {
	line-height: 55px;
}
.nav-header .bnr__web a {
	border: 1px solid #222222;
	background: #222222;
	color: #ffffff;
	padding: 25px 0;
	font-size: 16px;
}
.nav-header .bnr__web a::before {
	background: #ffffff;
	top: -1px;
	bottom: -1px;
}
.nav-header .bnr__web a span::before {
	filter: brightness(0) invert(1);
}
.nav-header .toggle > .toggle-link::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	height: 1px;
	width: 15px;
	background: #434640;
	transform: translateY(-50%);
}
.nav-header .toggle > .toggle-link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	height: 15px;
	width: 1px;
	background: #434640;
	transform: translateY(-50%);
}
.nav-header .toggle.active > .toggle-link::after {
	display: none;
}
.box-hover .navbox .logo-nav {
	margin-left: auto;
	margin-right: auto;
}
.box-hover .navbox .listbox .toggle-link,  .box-hover .navbox .listbox .ttl {
	text-align: left;
}
.box-hover .navbox .listbox .toggle-main ul li {
	padding: 15px 0 15px 35px;
	text-align: left;
	font-size: 15px;
}
.box-hover .navbox .listbox .toggle-link {
	font-size: 16px;
	padding: 15px 10px;
	border-bottom: 1px solid #A6A49F;
}
.box-hover .navbox .listbox .toggle-main ul li::before {
	left: 19px;
	top: 19px;
	margin-left: 0;
	background: transparent;
}
}
#nav-fixed {
	background: url(../img/shared/bg02.jpg);
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 123;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}
#nav-fixed .wrap {
	max-width: 100%;
}
#nav-fixed .col {
	height: 110px;
	line-height: 110px;
	align-items: center;
	padding-right: 45px;
}
#nav-fixed .col .row-sns {
	align-items: center;
}
#nav-fixed .col .row-sns .bnr__web-2 {
	width: 180px;
	border-left: 1px solid #d3d3d3;
}
#nav-fixed .col .row-sns .bnr__web-2 a {
	padding: 32px 0;
}
#nav-fixed .col .tel-2 {
	background: #fff;
	padding: 36px 15px 30px;
}
#nav-fixed .mainnav {
	line-height: 47px;
	gap: 31px;
}
#nav-fixed .mainnav li {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 22px 0;
	position: relative;
}
#nav-fixed .mainnav li.active, #nav-fixed .mainnav li:hover {
	text-decoration: underline;
	text-underline-offset: 7px;
}
#nav-fixed .mainnav li a {
	color: #fff;
}
.fixed-btn #nav-fixed {
	opacity: 1;
	visibility: visible;
}
footer {
	background: url(../img/shared/bg02.jpg);
	padding: 0px 50px;
	color: #fff;
	width: auto;
}
footer a:hover {
	text-decoration: none;
}
footer .wrap {
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 0!important;
	padding-right: 0!important;
}
footer .footer__nav {
	z-index: 4;
	border-bottom: 1px solid rgba(242, 240, 232, 0.1);
	position: relative;
	padding: 17px 0;
}
footer .footer__nav ul {
	gap: 40px;
	justify-content: center;
}
footer .footer__nav ul > li {
	cursor: pointer;
	color: #fff;
	position: relative;
	padding: 22px 0;
	font-size: 18px;
}
footer .footer__nav ul > li:hover, footer .footer__nav ul > li.active {
	text-decoration: underline;
	text-underline-offset: 7px;
}
footer .footer__nav ul > li a {
	font-size: 18px;
	cursor: pointer;
	position: relative;
}
footer .footer__nav ul > li a.active {
	text-decoration: none;
}
footer .footer__nav ul > li a.active::before {
	opacity: 1;
	visibility: visible;
}
footer .footer__box {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 43px;
	padding-bottom: 57px;
}
footer .footer__box .footer__left {
	width: 39.8%;
	padding-left: 2.9%;
}
footer .footer__box .footer__left .footer__logo {
	width: 100%;
	margin-right: 0;
	margin-bottom: 25px;
}
footer .footer__box .footer__left .tel {
	margin-bottom: 17px;
}
footer .footer__box .footer__left .tel dl dt {
    margin-bottom: 15px;
}
footer .footer__box .footer__left .tel dl dd {}
footer .footer__box .footer__left .bnr__web {
	margin-bottom: 24px;
}
footer .footer__box .footer__left .icon__ins {
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	filter: brightness(0) invert(1);
}
footer .footer__box .footer__right {
	width: 51%;
	padding-top: 13px;
}
footer .footer__box .footer__right .vcard {
	line-height: 25px;
	margin-bottom: 33px;
}
footer .footer__box .footer__right .vcard a {
text-decoration-line: underline;
text-underline-offset: 6px;
}
footer .footer__box .footer__right .vcard a:hover {
	text-decoration: none;
}
footer .footer__box .footer__right .vcard p + p {
	margin-top: 25px;
}
footer .footer__box #socialbuttons {
	text-align: left;
	margin: 0 0 23px;
}
footer .footer__box .footer__url span {
	display: inline-block;
	position: relative;
	font-size: 15px;
	text-decoration-line: underline;
	text-underline-offset: 6px;
	letter-spacing: 1px;
	padding-right: 29px;
}
footer .footer__box .footer__url span::after {
	content: "";
	background: url(../img/shared/i@2x.png) no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 25px;
	position: absolute;
	top: 51%;
	right: 3px;
	transform: translateY(-50%);
}
footer .footer__box .footer__url span:hover {
	text-decoration: none;
	opacity: 1;
}
footer .footer__box .footer__url span.copied,
footer .footer__box .footer__url span.copied:hover {
	text-decoration: none;
}
footer .footer__bottom {
	border-top: 1px solid rgba(242, 240, 232, 0.1);
	position: relative;
	padding: 45px 0px 51px 0px;
}
footer .footer__bottom .footer__add {
	position: relative;
	line-height: 1;
	text-align: left;
}
footer .footer__bottom .footer__add .cookies-link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
footer .footer__bottom .footer__add .cookies-link a span {
	position: relative;
	display: inline-block;
	padding-right: 0;
	letter-spacing: 1.5px;
}
footer .footer__bottom .footer__add .cookies-link a span::after {
	content: "";
	background: url(../img/shared/icon_pop.png) no-repeat;
	background-size: 100% 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
footer .footer__bottom .footer__add .cookies-link a span:hover {
	text-decoration-line: underline;
	text-underline-offset: 4px;
}
footer .footer__bottom .footer__add address {
	line-height: 1;
	text-align: left;
	letter-spacing: 1.6px;
}
footer .footer__bottom .pagetop {
	width: 98px;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
footer .footer__bottom .pagetop:hover {
	opacity: .6;
}

@media screen and (max-width: 767px) {
footer {
	padding: 10vw 0 30vw;
}
footer .footer__nav {
	display: none;
}
footer .footer__box {
	display: block;
	padding-bottom: 8vw;
	padding-left: 0;
	padding-top: 0;
}
footer .footer__box .footer__left {
	width: 100%;
	padding-left: 0;
}
footer .footer__box .footer__left .footer__logo {
	width: 70vw;
	margin: 0 auto 6vw;
}
footer .footer__box .footer__left .tel {
	margin-bottom: 20px;
}
footer .footer__box .footer__left .bnr__web {

}
footer .footer__box .footer__left .icon__ins {
	width: 30px;
	margin-left: auto;
	margin-right: auto;
}
footer .footer__box .footer__right {
	width: 100%;
	padding-top: 10vw;
	text-align: center;
}
footer .footer__box .footer__right .vcard {
	line-height: 25px;
	margin-bottom: 25px;
	border-top: 1px solid rgba(242, 240, 232, 0.1);
	padding-top: 10vw;
	padding-bottom: 10vw;
	border-bottom: 1px solid rgba(242, 240, 232, 0.1);
}
footer .footer__box .footer__right .vcard p + p {
	margin-top: 20px;
}
footer .footer__box #socialbuttons {
	text-align: center;
	margin: 0 0 5vw;
}
footer .footer__box .footer__url span {
	padding-right: 19px;
	font-size: 14px;
}
footer .footer__box .footer__url span::after {
	width: 16px;
	height: 24px;
	top: 51%;
	right: -7px;
}
footer .footer__bottom {
	padding: 0;
	border-top: none;
	text-align: center;
}
footer .footer__bottom .footer__url span {
	padding-right: 15px;
	font-size: 13px;
}
footer .footer__bottom .footer__url span::after {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 51%;
	right: 3px;
	transform: translateY(-50%);
}
footer .footer__bottom .footer__url span:hover {
	text-decoration: none;
}
footer .footer__bottom .footer__add {
	text-align: center;
	padding-bottom: 8vw;
	border-bottom: 1px solid rgba(242, 240, 232, 0.1);
	margin-bottom: 8vw;
}
footer .footer__bottom .footer__add .cookies-link {
	position: relative;
	top: 0;
	transform: translateY(0%);
	right: 0;
	margin-bottom: 8vw;
}
footer .footer__bottom .footer__add .cookies-link a span {
	padding-right: 0;
	letter-spacing: 0.05em;
}
footer .footer__bottom .footer__add .cookies-link a span::after {
	width: 10px;
	height: 10px;
	top: 50%;
	right: 5px;
}
footer .footer__bottom .footer__add address {
	text-align: center;
	letter-spacing: 0.05em;
}
footer .footer__bottom .pagetop {
	width: 80px;
	position: relative;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	margin: 0 auto;
}
}
.remodal {
	padding: 0 0 80px;
	background: url(../img/shared/bg.jpg);
	max-width: 1200px;
}
.remodal-close {
	width: 69px;
	height: 66px;
	position: sticky;
	margin-left: auto;
	transition: all .4s ease;
}
.remodal-close::before {
	content: "";
	background: url(../img/concept/icon_close.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 69px;
	height: 66px;
}
.remodal-close:hover {
	opacity: .6;
}

@media screen and (min-width: 768px) {
.remodal {
	padding: 0 0 100px;
}
.remodal-close {
	width: 99px;
	height: 96px;
}
.remodal-close::before {
	width: 99px;
	height: 96px;
}
}
.p-box .text {
	max-width: 926px;
	margin: 0 auto;
	padding: 0 20px;
}
.p-box h2 {
	text-align: center;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 20px;
}
.p-box .txt {
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
}
.p-box .pp__row .pp__col h3 {
	text-align: center;
	font-size: 25px;
	border-bottom: 1px solid #3e3e3d;
	padding: 12px 0;
	font-family: 'Zen Old Mincho';
	font-style: normal;
	font-weight: 400;
	margin-bottom: 10px;
}

.p-box .pp__row .pp__col h4 {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'Zen Old Mincho';
	font-style: normal;
	font-weight: 400;
}	

.p-box .pp__row .pp__col .pp__item .pp__list + .pp__list {
	padding-top: 20px;
}




.p-box .pp__row .pp__col .pp__item {
	margin-bottom: 20px;
	line-height: 25px;
}

.p-box .pp__row .pp__col .pp__item .note__s {
	text-align: center;
	margin-bottom: 20px;
}

.p-box .pp__row .pp__col .pp__item p {
	text-align: center;
}
.p-box .pp__row .pp__col .pp__item dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px dotted #b0afa9;
	padding: 10px 0;
	justify-content: space-between;
	text-align: left;
}
.p-box .pp__row .pp__col .pp__item dl dd {
	text-align: right;
	min-width: 80px;
}
.p-box .heading__pp {
	font-size: 35px;
	font-family: 'Zen Old Mincho';
	font-style: normal;
	font-weight: 400;
	padding-top: 40px;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
.p-box .text {
	max-width: 926px;
	padding: 0;
}
.p-box h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
.p-box .txt {
	margin-bottom: 30px;
}
.p-box .pp__row .pp__col {
	width: 48.2%;
}
.p-box .pp__row .pp__col h3 {
	font-size: 30px;
	padding: 15px 0;
	margin-bottom: 15px;
}
	
.p-box .pp__row .pp__col h4 {
	font-size: 20px;
	padding: 0;
}	
	
.p-box .pp__row .pp__col .pp__item {
	margin-bottom: 25px;
	line-height: 25px;
}
.p-box .pp__row .pp__col .pp__item dl {
	padding: 10px 0;
}
.p-box .pp__row .pp__col .pp__item dl dd {
	min-width: 100px;
}
.p-box .heading__pp {
	font-size: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}
}
.pp-box .text {
	max-width: 926px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.pp-box h2 {
	text-align: center;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 5px;
}
.pp-box .txt {
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
}
.pp-box .pp__row .pp__col .pp__col-item {
	margin-bottom: 40px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp__ttl {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
}
.pp-box .pp__row .pp__col .pp__col-item .pp__ttl dt {
	font-size: 25px;
	margin-bottom: 10px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp__ttl dd {
	font-size: 16px;
}
.pp-box .pp__row .pp__col .pp__col-item p {
	line-height: 28px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp_list__dl {
	border-bottom: 1px solid #3f3f3e;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp_list__dl dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	width: 180px;
	line-height: 18px;
	margin: 0 auto;
}
.pp-box .pp__row .pp__col .pp__col-item .pp_list__dl dl dt {
	font-size: 15px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp_list__dl dl dd {
	font-size: 17px;
	text-align: right;
}

@media screen and (min-width: 768px) {
.pp-box .text {
	padding: 0;
}
.pp-box h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
.pp-box .txt {
	margin-bottom: 30px;
}
.pp-box .pp__row .pp__col {
	width: 48.2%;
}
.pp-box .pp__row .pp__col .pp__col-item {
	margin-bottom: 50px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp__ttl {
	margin-bottom: 30px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp__ttl dt {
	font-size: 30px;
	margin-bottom: 10px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp__ttl dd {
	font-size: 18px;
}
.pp-box .pp__row .pp__col .pp__col-item p {
	line-height: 28px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp_list__dl {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp_list__dl dl {
	padding: 5px 0;
	width: 230px;
	line-height: 18px;
	margin: 0 auto;
}
.pp-box .pp__row .pp__col .pp__col-item .pp_list__dl dl dt {
	font-size: 16px;
}
.pp-box .pp__row .pp__col .pp__col-item .pp_list__dl dl dd {
	font-size: 18px;
	text-align: right;
}
}

.hline {
	position: relative;
}
.hline::before {
	content: "";
	background: url(../img/shared/bg05.jpg) repeat;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;		
}
@media screen and (min-width: 768px) {
	.hline::before {
		height: 8px;
	}
}



@media screen and (min-width: 768px) and (max-height: 800px) {
	.header-box .header-info {
		top: 170px;
	}
}


.lead__bnr {
	position: relative;
	z-index: 2;
	padding: 10vw;
}
.lead__bnr .bnr {
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

@media screen and (min-width: 768px) {
.lead__bnr {
	position: absolute;
	padding: 0;
	top: -60px;
	right: 20px;
	z-index: 2;
	width: 380px;
}
.lead__bnr .bnr {
	
	right: 20px;
	bottom: 0;
	position: absolute;
	margin-bottom: 0;
}
}



