
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('icon/style.css');
@font-face {
	font-family: "NorthwellAlt";
  src: url("font/722dca039139a51a83976737f3942391.eot"); /* IE9*/
  src: /* url("722dca039139a51a83976737f3942391.eot?#iefix") format("embedded-opentype"),  IE6-IE8 */
  url("font/722dca039139a51a83976737f3942391.woff2") format("woff2"), /* chrome、firefox */
  url("font/722dca039139a51a83976737f3942391.woff") format("woff"), /* chrome、firefox */
  url("font/722dca039139a51a83976737f3942391.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("font/722dca039139a51a83976737f3942391.svg#NorthwellAlt") format("svg"); /* iOS 4.1- */
}
/*
font-family: 'Cinzel', serif;
font-family: 'Noto Serif JP', serif; */

/*//// default ////*/
html{
	font-size:14px;
	line-height: 1.8;
	color:#333;
  font-family: 'Noto Serif JP','MS Mincho','Hiragino Mincho ProN','Hiragino Mincho Pro',serif;
	font-weight: 400;
	}

*{box-sizing:border-box;}
body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt,figure{margin:0;padding:0px;}


img {border:0;vertical-align: middle;max-width: 100%;height: auto;}
p {text-align: left; margin:1.5rem 0;}
a {text-decoration: none; color: #0084ff;transition:.3s all ease;}
a:hover {color: #4eaaff;}

h2,h3,h4,h5,h6{line-height: 1.5;}

ul,li{
	list-style: none;
	}
a img {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

html,body{
	width:100%;
	height: 100%;
	}

.en {font-family: 'Cinzel', serif;font-weight: 400 !important;}
.en-northwell{font-family: "NorthwellAlt";}

.imgfull{
	width:100%;
}
/* clearfix */
.clear:after{
	content:" ";
	display: block;
	clear: both;
	}

/*  global layout */
.phl{float: left;}
.phr{float: right;}
.txc{text-align: center;}
.txr{text-align: right;}
.txl{text-align: left;}


/*/ flex /*/


	.youtube{
		position: relative;
		width: 100%;
		padding-top: 56.25% ;
		}
	.youtube iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.googlemap{
		position: relative;
		width: 100%;
		padding-top: 40% ;
		box-sizing:border-box;
		}
	.googlemap iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		}
/*/// responsible /*/
.sp,
.visible640,
.visible480,
.visible768,
.visible834,
.brsp1024,
.brsp768,
.brsp640,
.brsp480,
.brsp{
	display: none ;
	}
