@charset "UTF-8";
* {
     margin: 0;
     padding: 0;
}
img, a img {
     border: none;
     vertical-align: bottom;
}
a:focus,
area:focus {
     outline:none;
}
body {
	background: url(img/base/bg-beige.jpg) repeat center top;
	width: 100%;
	min-width: 1100px;
	color: #717071;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.05em;
}

#cover {
	width: 100%;
	overflow: hidden;
}
#cover.trans-d {
    opacity : 0;
    transition : all 1000ms;
}
#cover.trans-d.on {
    opacity : 1;
}

#cover-l {
	float: left;
	position: relative;
	width: 35%;
	height: 100%;
}
#cover-l .covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}

#cover-c {
	float: left;
	position: relative;
	width: 30%;
	height: 100%;
	background-image: url(img/home/cover-c-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#cover-c p.text {
	position: absolute;
	left: calc(50% - (170px / 2));
	top: 30px;
}
#cover-c p.logo {
	position: absolute;
	left: calc(50% - (242px / 2));
	top:  calc(50% - (83px / 2));
}
#cover-c p.logo img {
	width: 242px;
	height: 83px;
}
#cover-c p.scroll {
	position: absolute;
	left: calc(50% - (57px / 2));
	bottom: 30px;
}

#cover-c .trans-d {
    opacity : 0;
    transition : all 2000ms;
}
#cover-c .trans-d.on {
    opacity : 1;
}

#cover-r {
	float: left;
	position: relative;
	width: 35%;
}
#cover-r li {
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
#cover-r li.photo-01 {
	background-image: url(img/home/cover-r-01.jpg);
    background-position: center center;
}
#cover-r li.photo-02 {
	background-image: url(img/home/cover-r-02.jpg);
    background-position: center center;
}

#gnav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#gnav.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
}
#gnav p {
	width: 35%;
	float: left;
}
#gnav p a {
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	height: 60px;
	padding: 17px 0 0;
	display: block;
	background-color: #FFF;
}
#gnav h1 {
	width: 30%;
	float: left;
}
#gnav h1 a {
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	height: 60px;
	padding: 13px 0 0;
	display: block;
	background-image: url(img/base/nav-logo-bg.jpg);
    background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
}

#snav {
	background-image: url(img/base/snav-bg.jpg);
    background-position: left top;
	background-size: cover;
    background-repeat: no-repeat;
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 999;
	opacity : 0;
    transition : all 2000ms;
	width: 100px;
	height: 344px;
	box-sizing: border-box;
	padding: 0 5px;
}
#snav.on {
	opacity : 1;
}
#snav ul {
	list-style: none;
}
#snav ul li {
	border-bottom: 1px solid #FFF;
}
#snav ul li:last-of-type {
	border-bottom: none;
}

#home-top {
	width: 100%;
	min-height: 600px;
	background-image: url(img/home/top.jpg);
    background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
#home-top .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	transition : all 1000ms 1000ms;
}
#home-top .mask.on {
	opacity: 0;
}
#home-top h1 {
	position: absolute;
	left: calc(50% - (306px / 2));
	top:  calc(50% - (110px / 2));
	opacity: 1;
	transition : all 1000ms 1000ms;
}
#home-top h1.on {
	opacity: 0;
}
#home-top p {
	position: absolute;
	right: 200px;
	top: 50px;
	opacity: 0;
	transition : all 1000ms 2000ms;
}
#home-top p.on {
	opacity: 1;
}

.trans {
	opacity : 0;
    transform :  translate(0, 50px);
    transition : all 1000ms;
}
.trans.on {
	opacity : 1;
	transform :  translate(0, 0);
}
.trans-fv {
	opacity : 0;
    transform :  translate(0, 50px);
    transition : all 1000ms;
}
.trans-fv.on {
	opacity : 1;
	transform :  translate(0, 0);
}

#home #sec01 {
	width: 1000px;
	margin: 60px auto 70px;
	text-align: center;
}
#home #sec01 h1,#home #sec01 h2 {
	margin-bottom: 40px;
}
#home #sec01 p.text {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 50px;
}
#home #sec01 .photo-box {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#home #sec01 .photo-box .p-l {
	float: left;
}
#home #sec01 .photo-box .p-r {
	float: right;
}

article#plan {
	width: 1000px;
	margin: 60px auto 70px;
	overflow: hidden;
}
article#plan .outer-l {
	width: 220px;
	float: left;
	text-align: center;
}
article#plan h1,article#plan h2, {
	margin-bottom: 50px;
}
article#plan .outer-r {
	width: 732px;
	float: right;
}
article#plan .inner {
	width: 350px;
	float: left;
	margin: 0 0 16px 16px;
	overflow: hidden;
}
article#plan h2 {
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	width: 350px;
	height: 75px;
	padding: 16px;
	background-color: rgba(0,0,0,0.6);
}
article#plan h2 a {
	color: #FFF;
	text-decoration: none;
}

#home #sec02 {
	width: 1000px;
	margin: 60px auto 80px;
	overflow: hidden;
}
#home #sec02 .news {
	width: 480px;
	float: left;
}
#home #sec02 .news ul {
	list-style: none;
}
#home #sec02 .news ul li {
	margin-top: 18px;
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
}
#home #sec02 .news ul li:first-of-type {
	margin-top: 22px;
}
#home #sec02 .news ul li a {
	color: #717071;
	text-decoration: none;
}
#home #sec02 .fb {
	width: 480px;
	float: right;
}
#plan .outer-l h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}




.bar {
	max-width: 1366px;
	margin: 0 auto;
}
.bar img {
	width: 100%;
	height: 16px;
}

#home-gm {
	width: 100%;
	height: 300px;
}

footer {
	width: 100%;
	padding: 60px 0;
	background-image: url(img/base/footer-bg.jpg);
    background-position: center bottom;
	background-size: cover;
    background-repeat: no-repeat;
}
footer .outer {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
footer .inner-l {
	width: 600px;
	overflow: hidden;
	float: left;
}
footer .inner-l p.fnav {
	color: #FFF;
}
footer .inner-l p.fnav a {
	color: #FFF;
	text-decoration: none;
}
footer .inner-l .bn-box {
	overflow: hidden;
	margin-top: 20px;
}
footer .inner-l .bn-box img {
	float: left;
	margin-right: 10px;
}
footer .inner-r {
	width: 400px;
	overflow: hidden;
	float: right;
	text-align: right;
	color: #FFF;
}
footer .inner-r p.add {
	margin-top: 10px;
}
footer .inner-r p.add a {
	color: #FFF;
	text-decoration: none;
}

/*--layout--*/
#top,
#en-top {
	margin: 60px 0 0;
	width: 100%;
	height: 440px;
    background-position: left bottom;
	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#grace #top {
	background-image: url(img/grace/top.jpg);
}
#fresh #top {
	background-image: url(img/fresh/top.jpg);
}
#facilities #top {
	background-image: url(img/facilities/top.jpg);
}
#access #top {
	background-image: url(img/access/top.jpg);
}
#fee #top {
	background-image: url(img/fee/top.jpg);
}
#en-top {
	background-image: url(img/english/top.jpg);
}
#top h1 {
	position: absolute;
	top: 94px;
	left: calc((100% - 1000px) / 2);
}
#english #en-top h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	line-height: 150%;
	color: #FFF;
	font-size: 35px;
	text-align: center;
	margin-top: 175px;
}

/*--grace--*/
#grace #sec01 {
	position: relative;
	width: 1000px;
	height: 705px;
	margin: 60px auto 0;
}
#grace #sec01 h1,#grace #sec01 h2 {
	position: absolute;
	top: 0;
	left: 26px;
}
#grace #sec01 .photo-box {
	position: absolute;
	top: 80px;
	left: 0;
	width: 900px;
	height: 506px;
	z-index: -1;
}
#grace #sec01 p.text {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #FFF;
	box-sizing: border-box;
	padding: 30px;
	width: 600px;
}
#grace #sec02 {
	position: relative;
	width: 1000px;
	height: 678px;
	margin: 60px auto 0;
}
#grace #sec02 h1,#grace #sec02 h2 {
	position: absolute;
	top: 0;
	right: 26px;
}
#grace #sec02 .movie {
	position: absolute;
	width: 900px;
	height: 506px;
	top: 80px;
	right: 0;
	z-index: -1;
}
#grace #sec02 p.text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF;
	box-sizing: border-box;
	padding: 30px;
	width: 600px;
}
#grace .bn-box {
	width: 480px;
	margin: 70px auto 70px;
	overflow: hidden;
}
#grace .bn-box img {
	float: left;
	margin: 0 15px;
}
#grace #sec03 {
	width: 1000px;
	margin: 60px auto 80px;
}
#grace #sec03 h1,#grace #sec03 h2 {
	margin-bottom: 20px;
}

/*--fresh--*/
#fresh #sec01 {
	width: 1000px;
	margin: 60px auto 0;
	text-align: center;
}
#fresh #sec01 h1,#fresh #sec01 h2 {
	margin-bottom: 30px;
}
#fresh #sec01 p {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 50px;
}
#fresh #sec02 {
	width: 1000px;
	margin: 60px auto 0;
}
#fresh #sec02 .photo-box {
	width: 1000px;
	overflow: hidden;
	margin-bottom: 30px;
}
#fresh #sec02 .photo-box .outer-l {
	width: 400px;
	float: left;
	overflow: hidden;
}
#fresh #sec02 .photo-box .outer-r {
	width: 600px;
	float: left;
	overflow: hidden;
}
#fresh #sec02 .photo-box .movie {
	width: 200px;
	height: 134px;
	float: left;
	overflow: hidden;
}
#fresh #sec02 .photo-box img {
	float: left;
}
#fresh #sec02 h1,#fresh #sec02 h2 {
	color: #595757;
	border-bottom: 1px solid #595757;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}
#fresh #sec02 p {
	margin-top: 16px;
}
#fresh .sec03 {
	width: 1000px;
	margin: 60px auto 0;
	overflow: hidden;
}
#fresh .sec03 img {
	float: left;
}
#fresh .sec03 h1,#fresh .sec03 h2 {
	float: right;
	width: 480px;
	color: #595757;
	border-bottom: 1px solid #595757;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}
#fresh .sec03 p {
	float: right;
	width: 480px;
	margin-top: 16px;
}
#fresh .bn-box {
	width: 480px;
	margin: 70px auto 70px;
	overflow: hidden;
}
#fresh .bn-box img {
	float: left;
	margin: 0 15px;
}

/*--facilities--*/
#facilities #sec01 {
	width: 1000px;
	margin: 60px auto 0;
	text-align: center;
}
#facilities #sec01 h1,#facilities #sec01 h2 {
	margin-bottom: 30px;
}
#facilities #sec01 p {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 50px;
}
#facilities #sec02 {
	width: 1000px;
	margin: 70px auto 0;
	position: relative;
	overflow: hidden;
}
#facilities #sec02 ul.main {
	width: 480px;
	height: 320px;
	overflow: hidden;
	float: left;
}
#facilities #sec02 h1,#facilities #sec02 h2,#facilities #sec02 h3 {
	float: right;
	width: 480px;
	color: #595757;
	border-bottom: 1px solid #595757;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}
#facilities #sec02 p {
	float: right;
	width: 480px;
	margin-top: 16px;
}
#facilities #sec02 ul.thumb {
	position: absolute;
	width: 480px;
	height: 60px;
	bottom: 0;
	right: 0;
	list-style: none;
}
#facilities #sec02 ul.thumb li {
	float: left;
	margin: 0 2px 0 0;
	cursor: pointer;
}
#facilities #sec02 ul.thumb li img {
	width: 90px;
	height: 60px;
}
#facilities .outer {
	width: 1032px;
	margin: 70px auto 0;
	overflow: hidden;
}
#facilities .outer .sec03 {
	width: 312px;
	float: left;
	overflow: hidden;
	margin: 0 16px;
}
#facilities .outer .sec03 h1,#facilities .outer .sec03 h2,#facilities .outer .sec03 h3 {
	color: #595757;
	margin: 18px 0 12px;
	font-size: 18px;
	font-weight: bold;
}
#facilities #sec04 {
	width: 1000px;
	margin: 60px auto 80px;
	overflow: hidden;
}
#facilities #sec04 h1,#facilities #sec04 h2 {
	color: #595757;
	border-bottom: 1px solid #595757;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}
#facilities #sec04 dl {
	margin-top: 20px;
}
#facilities #sec04 dt {
	float: left;
}
#facilities #sec04 dd {
	padding: 0 0 4px 200px;
	border-bottom: 1px dotted #999;
	margin: 0 0 10px;
}

/*--access--*/
#access #sec01 {
	width: 1000px;
	margin: 60px auto 0;
}
#access #sec01 h1,#access #sec01 h2 {
	margin-bottom: 30px;
}
#access #sec01 dl {
	margin-top: 40px;
}
#access #sec01 dt {
	margin-top: 20px;
	color: #595757;
	border-bottom: 1px solid #595757;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}
#access #sec01 dd {
	margin-top: 10px;
}
#access-gm {
	width: 100%;
	height: 350px;
	margin-top: 70px;
}
#access #sec02 {
	margin: 70px auto 30px;
}
#access #sec02 .outer01 {
	width: 1000px;
	margin: 0 auto 50px;
	overflow: hidden;
}
#access #sec02 h1,#access #sec02 h2 {
	float: left;
}
#access #sec02 p.text01 {
	float: right;
	width: 750px;
}
#access #sec02 .outer02 {
	width: 1032px;
	margin: 0 auto 50px;
	overflow: hidden;
}
#access #sec02 .outer03 {
	width: 1032px;
	margin: 0 auto 80px;
	overflow: hidden;
}
#access #sec02 .inner {
	width: 312px;
	float: left;
	overflow: hidden;
	margin: 0 16px;
}
#access #sec02 .inner h3 {
	margin-top: 14px;
	color: #595757;
	border-bottom: 1px solid #595757;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}
#access #sec02 .inner p.time {
	margin: 4px 0 14px;
	font-size: 13px;
}
#access #sec02 .inner p.time a {
	color: #b40729;
	text-decoration: none;
}

/*--fee--*/
#fee #sec01 {
	width: 1000px;
	margin: 60px auto 0;
	overflow: hidden;
}
#fee #sec01 h1,#fee #sec01 h2 {
	float: left;
	margin: 0 60px 0 0;
}
#fee #sec01 p.add {
	float: left;
	margin-top: 6px;
}
#fee #sec01 p.bn {
	float: right;
	margin-top: 6px;
}
#fee .outer01 {
	width: 1000px;
	margin: 50px auto 60px;
	overflow: hidden;
}
#fee #sec02 {
	width: 580px;
	float: left;
}
#fee #sec03 {
	width: 360px;
	float: right;
}
#fee .outer01 h1,#fee .outer01 h2 {
	color: #595757;
	border-bottom: 1px solid #595757;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#fee .table01 {
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #999;
	margin-bottom: 10px;
}
#fee .table01 td {
	padding: 5px;
	border: 1px dotted #999;
}

/*--english--*/
#english .g-translate {
	text-align: center;
	overflow: hidden;
	margin: 60px auto 0;
	width: 1000px;
}
#english .sec01 {
	width: 1000px;
	margin: 120px auto 0;
	text-align: center;
}
#english .sec01:first-of-type {
	margin: 60px auto 0;
}
#english .sec01 h1,#english .sec01 h2 {
	font-family: 'Noto Serif JP', serif;
	color: #595757;
	padding-bottom: 8px;
	font-size: 26px;
	font-weight: bold;
}
#english .sec01 p {
	margin: 30px 0 40px;
}
#english #sec02 {
	width: 1000px;
	margin: 80px auto 80px;
	overflow: hidden;
}
#english #en-gm {
	width: 430px;
	height: 350px;
	float: left;
	overflow: hidden;
}
#english #sec02 .inner {
	width: 540px;
	float: right;
	overflow: hidden;
}
#english #sec02 .inner h1,
#english #sec02 .inner h2 {
	color: #595757;
	border-bottom: 1px solid #595757;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#english #sec02 .inner dl {
	margin-bottom: 30px;
}
#english #sec02 .inner dl dt {
	float: left;
}
#english #sec02 .inner dl dd {
	text-align: right;
	border-bottom: 1px dotted #999;
	margin-bottom: 8px;
}
#english #sec02 .inner ul {
	list-style: circle;
	margin-left: 1.5em;
}
