@charset "utf-8";

/* RESET */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* INIT */
.list:after,
.cont:after,
.pack:after,
.set:after,
.box:after,
.block:after,
section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.list,
.cont,
.pack,
.set,
.box,
.block,
section {
zoom: 1;
}

.NotoSansJP-Regular {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}
.NotoSansJP-Medium {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
}
.NotoSansJP-Bold {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}
.NotoSansJP-Black {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
}
.Poppins-Light {
font-family: 'Poppins', sans-serif;
font-weight: 300;
}
.Poppins-Medium {
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.Poppins-Semibold {
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.Poppins-Bold {
font-family: 'Poppins', sans-serif;
font-weight: 700;
}

.fadeElm {
position: relative;
-webkit-transform: translate(0px, 50px);
-moz-transform: translate(0px, 50px);
-ms-transform: translate(0px, 50px);
transform: translate(0px, 50px);
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.activeView {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

body {
position: relative;
background-color: #fbf1e5;
min-width: 1180px;
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
letter-spacing: 0.1em;
color: #535d60;
-webkit-font-smoothing: antialiased;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 767px){
	body {
	min-width: initial;
	}
}
body {
transition: opacity 1s ease;
opacity: 0;
}
body.init {
opacity: 1;
}

br.sp {display: block;}
br.pc {display: none;}
img.sp {display: block !important;}
img.pc {display: none !important;}
span.sp {display: block;}
span.pc {display: none;}
@media (min-width: 768px) {
	br.sp {display: none;}
	br.pc {display: block;}
	img.sp {display: none !important;}
	img.pc {display: block !important;}
	span.sp {display: none;}
	span.pc {display: block;}
}
a,
a img {
transition: all 0.5s ease;
}
a:link {
color: #535d60;
text-decoration: none;
}
a:active,
a:visited { 
color: #535d60;
text-decoration: none;
}
a:hover { 
color: #535d60;
text-decoration: none;
}
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}
strong {
font-weight: normal;
}

.fadeElm {}
.activeView {}

/* CONTAINER */
#container {
overflow: hidden;
}

/* PAGETOP */
#globalNav .navi li a:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#globalNav .navi li a {
zoom: 1;
}

#ModalMask {
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
z-index: 8;
display: none;
}

@media (max-width: 767px) {
	#pageTop {
	height: 70px;
	}
	#header {} 
	#header .hlogo {
	position: absolute;
	left: 15px;
	top: 15px;
	}
	#header .hlogo img {
	display: block;
	width: 182px;
	height: auto;
	}
	#header .anv {
	position: absolute;
	left: 207px;
	top: 20px;
	}
	#header .anv img {
	display: block;
	width: 42px;
	height: auto;
	}
	#localNav {
	display: none;
	}
	#globalNav .toggle {
	position: fixed;
	right: 0;
	top: 0;
	background-color: #3a3c40;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 100;
	}
	#globalNav .toggle span {
	transition: all 0.5s ease;
	position: absolute;
	left: 14px;
	width: 24px;
	height: 1px;
	background-color: #fff;
	}
	#globalNav .toggle span:nth-of-type(1) {
	top: 15px;
	}
	#globalNav .toggle span:nth-of-type(2) {
	top: 24px;
	}
	#globalNav .toggle span:nth-of-type(3) {
	top: 33px;
	}
	#globalNav .toggle.active span:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
	}
	#globalNav .toggle.active span:nth-of-type(2) {
	opacity: 0;
	}
	#globalNav .toggle.active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
	}
	#globalNav .cont {
	transition: all 0.5s ease;
	position: fixed;
	right: -100%;
	top: 0;
	background-color: #f5f5f5;
	width: 100%;
	height: 100vh;
	z-index: 90;
	}
	#globalNav .cont.active {
	right: 0;
	}
	#globalNav .inner {
	margin: 0 auto;
	padding: 80px 0 0 0;
	width: 80vw;
	text-align: center;
	}
	#globalNav .nlogo {
	margin: 0 0 40px 0;
	}
	#globalNav .nlogo img {
	display: block;
	margin: 0 auto;
	width: 62.133vw;
	height: auto;
	}
	#globalNav .navi {
	margin: 0 0 45px 0;
	}
	#globalNav .navi li {
	border-bottom: solid 1px #535d60;
	font-weight: 700;
	font-size: 3.733vw;
	line-height: 16vw;
	text-align: right;
	}
	#globalNav .navi li span {
	font-weight: 900;
	font-size: 4.8vw;
	float: left;
	}
	#globalNav .navi li a {
	display: block;
	color: #535d60;
	}
	#globalNav .bottom h4 {
	font-weight: 400;
	font-size: 3.733vw;
	}
	#globalNav .sns {
	display: block;
	list-style: none;
	font-size: 8.533vw;
	line-height: 0;
	}
	#globalNav .sns li {
	padding: 15px;
	display: inline-block;
	}
	#globalNav .sns li a {
	color: #535d60;
	}
	#globalNav .tel {
	background-color: #535d60;
	border-radius: 4vw;
	margin: 0 auto;
	width: 53.333vw;
	font-weight: 700;
	font-size: 4.8vw;
	line-height: 8vw;
	text-align: center;
	color: #fff;
	}
}
@media (min-width: 768px) {
	#pageTop {
	height: 140px;
	}
	#header {} 
	#header .hlogo {
	position: absolute;
	left: 26px;
	top: 34px;
	z-index: 10;
	}
	#header .hlogo img {
	display: block;
	width: 275px;
	height: auto;
	}
	#header .anv {
	position: absolute;
	left: 316px;
	top: 42px;
	z-index: 10;
	}
	#header .anv img {
	display: block;
	width: 64px;
	height: auto;
	}
	#localNav {
	position: absolute;
	right: 100px;
	top: 0;
	padding: 20px 35px 0 0;
	z-index: 10;
	}
	#localNav p {
	background-color: #535d60;
	border-radius: 15px;
	margin: 0 0 10px auto;
	width: 204px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	letter-spacing: normal;
	}
	#localNav li {
	margin: 0 0 0 28px;
	font-weight: 900;
	font-size: 16px;
	line-height: 35px;
	float: left;
	}
	#localNav a {
	transition: all 0.5s ease;
	position: relative;
	display: inline-block;
	}
	#localNav a:hover {
	color: #6b7173;
	}
	#localNav a::before {
	transition: all 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #535d60;
	width: 0;
	height: 3px;
	}
	#localNav a.active::before,
	#localNav a:hover::before {
	width: 100%;
	}
	#globalNav .cont {
	transition: all 0.5s ease;
	position: fixed;
	right: -100%;
	top: 0;
	background-color: #f5f5f5;
	width: 50%;
	height: 100vh;
	z-index: 90;
	}
	#globalNav .cont.active {
	right: 0;
	}
	#globalNav .cont::before {
	transition: all 0.5s ease;
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	background: url("../img/nav_bg.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	z-index: 91;
	}
	#globalNav .toggle {
	transition: all 0.5s ease;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #3a3c40;
	width: 100px;
	height: 100px;
	cursor: pointer;
	z-index: 100;
	}
	#globalNav .toggle:hover {
	background-color: #6b7173;
	}
	#globalNav .toggle span {
	transition: all 0.5s ease;
	position: absolute;
	left: 28px;
	width: 48px;
	height: 2px;
	background-color: #fff;
	}
	#globalNav .toggle span:nth-of-type(1) {
	top: 30px;
	}
	#globalNav .toggle span:nth-of-type(2) {
	top: 48px;
	}
	#globalNav .toggle span:nth-of-type(3) {
	top: 66px;
	}
	#globalNav .toggle.active span:nth-of-type(1) {
	transform: translateY(18px) rotate(-45deg);
	}
	#globalNav .toggle.active span:nth-of-type(2) {
	opacity: 0;
	}
	#globalNav .toggle.active span:nth-of-type(3) {
	transform: translateY(-18px) rotate(45deg);
	}
	#globalNav .inner {
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	margin: 0 auto;
	padding: 0 40px;
	width: 360px;
	}
	#globalNav .nlogo {
	margin: 0 0 40px 0;
	}
	#globalNav .nlogo img {
	display: block;
	margin: 0 auto;
	width: 212px;
	height: auto;
	}
	#globalNav .navi {
	margin: 0 0 45px 0;
	}
	#globalNav .navi li {
	border-bottom: solid 1px #535d60;
	font-weight: 700;
	font-size: 16px;
	line-height: 50px;
	text-align: right;
	}
	#globalNav .navi li span {
	font-weight: 900;
	font-size: 20px;
	float: left;
	}
	#globalNav .navi li a {
	display: block;
	color: #535d60;
	}
	#globalNav .bottom h4 {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	}
	#globalNav .sns {
	display: block;
	list-style: none;
	font-size: 30px;
	line-height: 0;
	text-align: center;
	}
	#globalNav .sns li {
	padding: 15px;
	display: inline-block;
	}
	#globalNav .sns li a {
	color: #535d60;
	}
	#globalNav .tel {
	background-color: #535d60;
	border-radius: 15px;
	margin: 0 auto;
	width: 200px;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	}
}

#pageBottom {
position: relative;
padding: 15px 15px 15px 15px;
}
#footer {
padding: 53.333vw 0 0 0;
}
#footer .lead {
position: absolute;
right: 30px;
top: 10px;
background: url("../img/f_line.png") repeat-y center top;
background-size: 100% 100%;
font-feature-settings: "pkna";
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
font-size: 3.733vw;
line-height: 10.667vw;
}
#footer .logo {
margin-bottom: 10px;
}
#footer .logo img {
width: 74px;
height: auto;
}
#footer .catch {
margin-bottom: 10px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 5.333vw;
}
#footer h4 {
margin-bottom: 10px;
font-weight: 900;
font-size: 4.8vw;
}
#footer dl {
margin-bottom: 35px;
font-size: 3.2vw;
line-height: 1.8;
}
#footer dt {
float: left;
}
#footer dd {
margin-left: 17.333vw;
}
#footer .copyright {
margin-top: 10px;
font-size: 3.2vw;
}
@media (min-width: 768px) {
	#pageBottom {
	position: relative;
	padding: 30px;
	}
	#footer {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 150px 0 70px 170px;
	max-width: 1120px;
	}
	#footer .lead {
	position: absolute;
	right: 90px;
	top: 55px;
	background: url("../img/f_line.png") repeat-y center top;
	background-size: 100% 100%;
	font-feature-settings: "pkna";
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 18px;
	line-height: 60px;
	z-index: 10;
	}
	#footer .logo {
	position: absolute;
	left: 10px;
	top: 160px;
	}
	#footer .logo img {
	width: 90px;
	height: auto;
	}
	#footer .catch {
	margin-bottom: 10px;
	font-size: 28px;
	}
	#footer h4 {
	margin-bottom: 10px;
	font-size: 26px;
	}
	#footer dl {
	margin-bottom: 25px;
	font-size: 14px;
	}
	#footer dd {
	margin-left: 70px;
	}
	#footer .copyright {
	margin-top: 0;
	font-size: 12px;
	}
}
@keyframes arrowFOOT {
50% {right: 10px;opacity: 0;}
51% {right: 30px;opacity: 0;}
100% {right: 20px;opacity: 1;}
}
