@charset "utf-8";

body {
	font-size:1.0rem;
	line-height: 1.8;
	color:#000;
	height:100%;
	font-family: YakuHanJP, "メイリオ",Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial, "ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: none;
	background-color:#fff;
	width:100%;

}

img{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	width: 100%;
}	

a{
	transition: 0.4s ;
	text-decoration:none;
}

a:hover{
  opacity: 0.6;
}

a span.east{
	color:#da70d6;
}

a span.west{
	color:#90ee90;
}

.container{
	width:1150px;
	margin: 0 auto;
	position:relative;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

@media screen and (max-width: 767px) {
	.container{
		width:94%;
	}

	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
}

.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
	z-index:9000;
}

/*--------------------------------------
loading
----------------------------------------*/

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
	background-color:#fff;
	top:0;
	z-index:99999;
}

.loader {
  opacity: 1;
  -webkit-transition: opacity 1s .5s;
  transition: opacity 1s .5s;
}

.is-loaded .loader {
  opacity: 0;
}

/*------------------------------------------
navi
------------------------------------------*/

#navi{
	display: none;
	position: fixed;
	height: 50px;
	background-color:#fff;
	width:56px;
	z-index: 2000;
	box-sizing:border-box;
	border:1px solid #8b2b4a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#navi:hover{
	cursor:pointer;
}

#nav-toggle {
	position: absolute;
	left:12px;
	top:13px;
}
#navi_block {
	position: relative;
	width: 32px;
}

.line {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #000;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.line:nth-child(1) {
	top: 0;
}
.line:nth-child(2) {
	top: 11px;
}
.line:nth-child(3) {
	top: 22px;
}

#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media print{
	#sidebar{
		display: none;
	}
}

#sidebar {
	width: 100%;
	position: fixed;
	color: #033560;
	background-color: #fff;
	z-index: 100;
	box-shadow:0px 3px 5px 0px #dbdad9;
	-webkit-transition: all .5s ease;
  transition: all .5s ease;
	display: none;
	overflow-y: scroll;
}

.open {
	/*overflow: hidden;*/
}

.open #sidebar  {
	-webkit-transform: translate3d(0,1050px,0);
	transform: translate3d(0,1050px,0);
}

.open .line:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .line:nth-child(2) {
	width: 0;
	left: 50%;
}

.open .line:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


@media screen and (max-width: 767px) {
	#global-nav{
		width:88%;
		margin:10% auto 0;
		padding-bottom:20vw;
	}

	#global-nav ul li a{
		font-size:4.8vw;
		color:#000;
		display:block;
		padding:2% 0;
	}

	#global-nav #catalog{
		margin-top:10%;
	}

	#global-nav #catalog a{
		display:block;
		background-color:#ff0000;
		font-weight:bold;
		color:#fff;
		text-align:center;
		padding:2% 0;
	}

	#nav-toggle {
		display: block;
	}

	#overlay {
		z-index: 200;
	}

	#sidebar {
		z-index: 300;
		display: block;
	}

	#nav-toggle {
		z-index: 400;
	}

	#navi{
		display:block;
		top: 0px;
		right: 0px;
		border:none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}

	#sidebar {
		position: fixed;
		right: -1000px;
		height: 100%;
		width:100%;
		background: #fff;
		top:50px;
	}

	.open #sidebar  {
		-webkit-transform: translate3d(-1000px,0,0);
		transform: translate3d(-1000px,0,0);
	}

}


/*------------------------------------------
global_navi
------------------------------------------*/
#global_navi{
	width:100%;
	min-width:1150px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index:1000;
}

#global_navi h1{
	width:230px;
	position:absolute;
	top:30px;
	left:0;
}

#global_navi h2{
	font-weight:bold;
	font-size:13px;
	width:250px;
	position:absolute;
	top:30px;
	left:260px;
}

#global_navi ul{
	width:440px;
	position:absolute;
  justify-content: space-between;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	top:50px;
	right:50px;
}

#global_navi ul li a{
	font-weight:bold;
	display:block;
	color:#000;
	font-size:12px;
}

#global_navi #catalog{
	width:200px;
	position:absolute;
	top:15px;
	right:50px;
}

#global_navi #catalog a{
	display:block;
	background-color:#ff0000;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:2px 0;
}

#sp_global_navi{
	display:none;
}

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

	#sp_global_navi{
		width:100%;
		display:block;
	}

	#sp_global_navi h1{
		width:100%;
		color:#000;
		font-size:2.5vw;
		font-weight:bold;
		padding:1% 2% 0;
		height:5vw;
	}

	#sp_global_navi{
		width:100%;
		position: fixed;
		z-index: 9000;
		background-color:#fff;
		padding-bottom:2%;
		top: 0;
		transition: all 0.6s;
	}

	.hide #sp_global_navi{
		top: -5vw;
	}

	#sp_global_navi ul{
		width:100%;
	  justify-content: left;
		margin:0 auto;
	  align-items: end;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
	}

	#sp_global_navi ul li:nth-child(1){
		width:88%;
		padding-left:2%;
	}

	#sp_global_navi ul li:nth-child(1) img{
		width:50%;
	}

	#sp_global_navi ul li:nth-child(2){
		width:10%;
		position: relative;
	}

	#navi_icon{
		display:block;
	}

	#navi_icon img{
		position: absolute;
		left:0;
		top:-9vw;
	}

	#navi_icon img:nth-of-type(2) {
		opacity: 0;
	}

	.open #navi_icon img:nth-of-type(1) {
		opacity: 0;
	}

	.open #navi_icon img:nth-of-type(2) {
		opacity: 1.0;
	}

	#navi_icon:hover{
		cursor:pointer;
	}
}

/*---------------------------------------
footer
---------------------------------------*/
footer{
	width:100%;
	min-width:1150px;
	padding:30px 0;
	background-color:#d8deff;
}

footer dl{
  width: 1150px;
	margin:0 auto;
  justify-content: space-between;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer dl dt{
  width: 700px;
}

footer dl dt h2{
	font-weight:bold;
	font-size:20px !important;
	background-color: #d8deff !important;
	padding: 0 !important;
	text-align: left !important;
}

footer dl dt p{
	font-size:14px;
	padding-top:15px;
	font-weight:300;
}

footer dl dd{
  width: 300px;
}

footer ul{
  width: 300px;
  justify-content: space-between;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer ul li{
	width:100%;
	font-size:14px;
	font-weight:300;
	margin-bottom:5px;
}

@media screen and (max-width: 767px) {
	footer{
		width:100%;
		min-width:100%;
		padding:3% 0 6%;
		background-color:#d8deff;
	}

	footer dl{
	  width: 96%;
	}

	footer dl dt{
	  width: 100%;
	}

	footer dl dt h2{
		font-size:3.6vw !important;
	}

	footer dl dt p{
		font-size:3.0vw;
		padding-top:3%;
	}

	footer dl dd{
	  width: 100%;
		padding-top:10%;
	}

	footer ul{
	  width: 96%;
		margin:0 auto;
	}

	footer ul li{
		width:48%;
		font-size:2.6vw;
		margin-bottom:2%;
	}

}

@media (min-width: 767px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

a{
	color:#000;
}

#gototop {
	width:52px;
	position: fixed;
	z-index: 50;
	bottom: 100px;
	right:-100%;
	-webkit-transition: 1.35s ease-in-out;
	transition: 1.35s ease-in-out;
}

#gototop.open{
	right:20px;
}

@media screen and (max-width: 767px) {
	#gototop {
		width:10%;
	}
}

span {
    color: red;
}
.fs14{
	font-size: 14px;
}
