@charset "utf-8";
@font-face {
	font-family: "GenEiGothicP";
	src:url(/fonts/GenEiGothicP-Heavy.otf) format('woff2');
	font-display: swap;
}
@font-face {
	font-family: "ヒラギノ角ゴ StdN";
	src:url(/fonts/ヒラギノ角ゴシック.ttc) format('woff2');
	font-display: swap;
}
/*--------
 body
---------*/
body {
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#242627;
	position: relative;
}
html{
	 font-size: 62.5%;
	}
#wra {
	max-width:calc(840px - 4%);
	width:96%;
	height:auto;
	margin:auto;
	padding:0 2%;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#212121;
	text-decoration:none;
	outline: none;
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	opacity: 0.7;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
img {
	display:block;
	width: 100%;
}
a img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
a img:hover {
	opacity: 0.7;
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
p {
	background-image: url(../images/clear.gif);
	max-height: 999999px;
	line-height: 1.6;
	font-size: 14px;
}
.pc-only {
	display: none!important;
}

/*--------
 header
---------*/
#header {
	width:100%;
	height:auto;
	background: #fff;
	z-index: 999;
}
.header-inner {
	width: 95%;
	margin: 0 auto;
}
.hea-log {
	width: 140px;
	margin-bottom: 15px;
}
.animate-toggle-title-header {
	display: none;
}
ul#header-menu {
	border-top: 1px solid #ccc;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 50px;
	display: none;
}
ul#header-menu li {
	width: 14.285714285714286%;
	font-size: 1.3rem;
	display: block;
	border-right: 1px solid #ccc;
	text-align: center;
}
ul#header-menu li a {
	display: block;
	padding: 12px 2%;
}
ul#header-menu li a:hover {
	text-decoration: none;
	background: #eee;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
ul#header-menu li:last-child {
	border-right: none;
}

/*メイン*/
#main {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 50px;
}
.main-text {
	width: 50%;
}
.main-copy {
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 400;
	font-size: 2.5vw;
	padding-left: 3%;
	margin-bottom: 15px;
}
.main-copy2 {
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 400;
	font-size: 1.5vw;
	padding-left: 3%;
}
.main-image {
	width: 50%;
}

/*新着情報*/
#news {
	width: 95%;
	margin: 0 auto 50px;
}
#news h2 {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 20px;
}
#news ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	gap: 3.5%;
	margin-bottom: 40px;
}
#news ul li {
	width: 31%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
.news-thumb {
	width: 18%;
}
.news-txt {
	width: 78%;
}
.news-txt a {
	display: block;
}
.news-date {
	font-weight: 400;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.news-txt h3 {
	font-size: 1.5rem;
	font-weight: 400;
}
.btn {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 500;
}
.btn a {
	display: inline-block;
	background: #eee;
	border: 1px solid #cecece;
	padding: 7px 50px 5px;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto;
}
.btn a:hover {
	background: #ccc;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.btn-b {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 500;
}
.btn-b a {
	display: inline-block;
	background: #036eb8;
	border: 1px solid #f9f9f9;
	padding: 7px 50px 5px;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
.btn-b a:hover {
	background: #40a5ea;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

/*バナーエリア*/
#bnr {
	background: #eee;
	padding: 30px 0;
}
#bnr ul {
	width: 95%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#bnr ul li {
	width: 18%;
	text-align: center;
}
#bnr ul li div {
	margin-bottom: 5px;
}
#bnr ul li div img {
	border-radius: 3px;
}
#bnr ul li h3 {
	font-size: 1.3rem;
	font-weight: 400;
}

/*フッターメニュー*/
#submenu {
	padding: 15px 0;
	display: none;
}
#submenu ul {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#submenu ul li {
	font-size: 1.2rem;
	font-weight: 400;
	margin-right: 20px;
}
#submenu ul li:before {
	content: '→';
}
#submenu ul li:last-child {
	margin-right: 0;
}

/*--------
 footer
--------*/
footer {
	height:auto;
	width:100%;
	padding:50px 0;
	background:#f7ebb6;
}
#cop {
	text-align:center;
	font-size:1rem;
	color:#454545;
}
#cop a {
	color:#454545;
}

/*--------
 コンテンツページ
--------*/
#page-ttl {
	width: 96%;
	margin: 0 auto;
	padding: 88px 0 88px 4%;
}
/*談話室TOP*/
.lounge-ttl {
	background-image: url(../images/ttl_lounge.jpg);
	background-size: cover;
	background-position: center right;
}
.lounge-ttl h2 {
	color: #fff;
}
/*講義室TOP*/
.lecture-ttl {
	background-image: url(../images/ttl_lecture2.jpg);
	background-size: cover;
	background-position: center right;
}
.lecture-ttl h2 {
	color: #fff;
}
/*研究業績展覧室TOP*/
.exhibition-ttl {
	background-image: url(../images/ttl_exhibition3.jpg);
	background-size: cover;
	background-position: center right;
}
.exhibition-ttl h2 {
	color: #fff;
}
/*書斎TOP*/
.reading-ttl {
	background-image: url(../images/ttl_reading2.jpg);
	background-size: cover;
	background-position: center right;
}
.reading-ttl h2 {
	color: #fff;
}
/*休憩室TOP*/
.rest-ttl {
	background-image: url(../images/ttl_rest2.jpg);
	background-size: cover;
	background-position: center right;
}
.rest-ttl h2 {
	color: #fff;
}

#page-ttl h2 {
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 800;
	font-size: 3rem;
}
#page-contents {
	width: 96%;
	margin-right: 0;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#page-contents-one {
	width: 100%;
}
#page-contents-left {
	width: 70%;
	padding: 40px 0;
	min-height: 500px;
}
.bread-comb {
	margin-bottom: 40px;
}
.bread-comb1 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.bread-comb ul li {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
}
.bread-comb ul li a {
	color: #036eb8;
}
.bread-comb ul li:after {
	content: '>';
	padding-left: 10px;
}
.bread-comb ul li:last-child:after {
	content: none;
}
.pcl-ttlarea {
	border-bottom: 1px solid #cecece;
	padding: 22px 15px 15px 15px;
	margin-bottom: 20px;
	position: relative;
	background-image: 
		url(),
        linear-gradient(#f5f5f5 0 100%);
    background-repeat: no-repeat;
    background-size: 100px 30px, 100% calc(100% - 0.5rem);
    background-position: center top, bottom;
}
.pcl-ttlarea::before,
.pcl-ttlarea::after {
    content: '';
    position: absolute;
    bottom: 10px;
    z-index: -1;
    height: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
}

.pcl-ttlarea::before {
    left: 0px;
    width: 20%;
    transform: rotate(-4deg);
}

.pcl-ttlarea::after {
    right: 0px;
    width: 20%;
    transform: rotate(4deg);
}
#page-contents-left h3 {
	font-size: 2rem;
	font-weight: 500;
	display: inline-block;
}
.eng-ttl {
	font-family: 'Dancing Script', cursive;
	font-size: 20px;
	color: #036eb8;
	display: inline-block;
	margin-left: 20px;
}
#page-contents-left h4 {
	font-size: 1.8rem;
	font-weight: 500;
	border-left: 14px solid #ccc;
	padding-left: 14px;
	margin-bottom: 20px;
}
#page-contents-left h5 {
	display: inline-block;
	padding: 4px 12px 3px;
	border: 1px solid #cecece;
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 15px;
}
#page-contents-left p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 40px;
}
#page-contents-left ol {
	margin-bottom: 40px;
}
#page-contents-left ol li {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 10px;
}
#caution h6 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.foot-inconmenu {
	margin: 100px 0 20px 0;
	background-image: url(../images/bg_inconmenu.jpg);
	background-size: 320px 320px;
	padding: 5px;
	border-radius: 3px;
}
.foot-inconmenu ul {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.foot-inconmenu ul li {
	display: block;
	width: 20%;
	text-align: center;
	font-size: 16px;
	border-right: 1px dotted #666;
}
.foot-inconmenu ul li a {
	display: block;
	padding: 20px 0;
}
.foot-inconmenu ul li:last-child {
	border-right: none;
}
.foot-inconmenu ul li a:hover {
	background: rgba(255,255,255,0.4);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.inconmenu1 {
	width: 1000px;
	margin: 100px auto 0 auto!important;
}

#page-contents-right {
	width: 21%;
	background: #eee;
	padding: 30px 2%;
}
#page-contents-right ul li {
	display: block;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 15px;
}
#page-contents-right ul li:last-child {
	margin-bottom: 0;
}
#page-contents-right ul li a {
	display: block;
	background: #fff;
	border-radius: 30px;
	padding: 17px 0 15px 0;
}

/*動画リスト*/
ul.movie-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	margin-bottom: 30px;
}
ul.movie-list li {
	width: 22%;
	margin-bottom: 20px;
}
.movie-sn {
	margin-bottom: 10px;
}
.movie-ttl {
	font-size: 1.6rem;
	font-weight: 500;
}

/*第二階層メニューボタン*/
.onecolumn-menu {
	width: 100%;
	background: #eee;
	padding-top: 30px;
	padding-bottom: 50px;
}
ul.btn-menu {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
}
ul.btn-menu li {
	display: block;
	width: 18%;
	text-align: center;
	margin-bottom: 30px;
}
ul.btn-menu li a {
	display: block;
	padding: 20px 0;
	background: #fff;
	border-radius: 10px;
}
.btn-no {
	font-size: 3.3vw;
	line-height: 1;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 400;
	margin-bottom: 10px;
}
ul.btn-menu li h3 {
	font-size: 1vw;
}

/*テーブル1*/
table.table-research {
	width: 100%;
	margin-bottom: 50px;
}
table.table-research tr:nth-child(odd){
	background: #eee;
}
table.table-research th {
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #666;
	color: #fff;
}
table.table-research td {
	padding: 3px 5px;
	border: 1px solid #ccc;
}

/*リスト*/
ul.paper-list {
	display: list-item;
	margin-left: 20px;
	margin-bottom: 50px;
}
ul.paper-list li {
	display: list-item;
	list-style-type: disc;
	font-size: 13px;
	margin-bottom: 7px;
}
ol.career-list li {
	line-height: 1.5;
}

/*休憩室トビラ*/
ul.rest-door {
	width: 660px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.rest-door li {
	display: block;
	width: 47%;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 600;
}
ul.rest-door li a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 80px 0;
	box-shadow: 10px 10px 15px -10px;
}
ul.rest-door li a:hover {
	box-shadow: none;
	background: #eee;
}
.rest-photo {
	width: 86%;
	margin: 0 auto 15px;
}

/*書斎*/
.note-sign {
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
	margin-bottom: 40px;
}
.note-figure {
	max-width: 900px;
	margin: 0 auto 30px;
}
.note-figure h6 {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}
.note-figure-img {
}
.note-figure p {
	margin-top: 10px;
	margin-bottom: 0;
}
.note-table {
	width: 100%;
	font-size: 1.4rem;
}
.note-table th {
	background: #eee;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid #ccc;
}
.note-table td {
	background: #fff;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid #ccc;
}
.no-line {
	border-bottom: 1px solid #fff!important;
}
.thno-line {
	border-bottom: 1px solid #eee!important;
}

/*準備中*/
.underconstruction {
	width: 440px;
	margin: 0 auto;
	padding: 50px 0 100px 0;
}



/* スマホ */
@media screen and ( max-width:800px )
{
	html{
	 font-size: 55%;
	}
	a:hover, a:active {
		opacity: 1;
	}
	.inner {
		width: 100%;
		margin: 0 auto;
	}
	.sp-only {
		display: block!important;
	}
	.pc-only {
		display: none!important;
	}
	.hea-log {
		width: 25%;
		margin-bottom: 15px;
	}
	.animate-toggle-title-header {
		display: block;
		width: 42px;
		height:42px;
	}
	#menuButton {
		display: block;
    	width: 42px;
    	height:42px;
    	position: fixed;
    	top: 15px;
    	right: 15px;
    	z-index: 99999;
		background: rgba(4,111,183,1);
	}
	#menuButton span {
    	display: block;
    	background: #fff;
    	width: 24px;
    	height: 2px;
    	position: absolute;
    	left: 9px;
    	transition: 0.4s;
    	-webkit-transition: 0.4s;
    	-moz-transition: 0.4s;
	}
	#menuButton span:first-child {
    	top: 12px;
	}
	#menuButton span:nth-child(2) {
    	margin-top: -1px;
    	top: 50%;
	}
	#menuButton span:last-child {
    	bottom: 12px;
	}
	#menuButton.active span:first-child {
    	-webkit-transform: translateY(8px) rotate(45deg);
    	-moz-transform: translateY(8px) rotate(45deg);
    	-ms-transform: translateY(8px) rotate(45deg);
    	transform: translateY(8px) rotate(45deg);
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
	}
	#menuButton.active span:nth-child(2) {
    	opacity: 0;
	}
	#menuButton.active span:last-child {
    	-webkit-transform: translateY(-8px) rotate(-45deg);
    	-moz-transform: translateY(-8px) rotate(-45deg);
    	-ms-transform: translateY(-8px) rotate(-45deg);
    	transform: translateY(-8px) rotate(-45deg);
		transition: 0.4s;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
	}
	
	#global-menu {
		height: 0;
	}
	ul#header-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		background: rgba(102,102,102,0.85);
		width: 80%;
		height: 100%;
		padding-left: 10%;
		padding-right: 10%;
		display: block;
		display: none;
		z-index: 9999;
		margin: 0;
	}
	ul#header-menu li {
		display: block;
		width: 100%;
		border: none;
		font-size: 4vw;
		text-align: left;
		white-space: nowrap;
		margin-bottom: 20px;
	}
	ul#header-menu li:first-child {
		margin-top: 80px;
	}
	ul#header-menu li a {
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		color: #fff;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		text-decoration: none;
	}
	ul#header-menu li a:hover {
		background: none;
	}
	
	/*メイン*/
	#main {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 40px;
	}
	.main-text {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main-copy {
		font-size: 7vw;
		padding-left: 5%;
		margin-bottom: 15px;
	}
	.main-copy2 {
		font-size: 3.5vw;
		padding-left: 5%;
	}
	.main-image {
		width: 100%;
	}
	
	/*新着情報*/
	#news {
		width: 90%;
		margin: 0 auto 50px;
	}
	#news h2 {
		margin-bottom: 20px;
	}
	#news ul {
		display: -webkit-block;
		display: block;
		flex-wrap: wrap;
		-webkit-align-items: center;
		gap: 0;
		margin-bottom: 40px;
	}
	#news ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.news-thumb {
		width: 18%;
	}
	.news-txt {
		width: 78%;
	}
	.news-txt a {
		display: block;
	}
	.news-date {
		font-weight: 400;
		margin-bottom: 5px;
	}
	.news-txt h3 {
		font-weight: 400;
	}
	.btn {
		margin: 0 auto;
	}
	.btn a {
		padding: 7px 12% 5px;
		border-radius: 30px;
	}
	.btn a:hover {
	}
	.btn-b {
		margin: 0 auto;
	}
	.btn-b a {
		padding: 7px 12% 5px;
		border-radius: 30px;
	}
	.btn-b a:hover {
	}
	
	/*バナーエリア*/
	#bnr {
		padding: 30px 0;
	}
	#bnr ul {
		width: 90%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: normal;
		justify-content: normal;
		gap: 4%;
	}
	#bnr ul li {
		width: 48%;
		text-align: center;
		margin-bottom: 15px;
	}
	#bnr ul li:last-child {
		margin-bottom: 0;
	}
	#bnr ul li div {
		margin-bottom: 5px;
	}
	#bnr ul li div img {
		border-radius: 3px;
	}
	#bnr ul li h3 {
		font-size: 1.3rem;
	}
	
	/*フッターメニュー*/
	#submenu {
		padding: 15px 0;
	}
	#submenu ul {
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: normal;
		justify-content: normal;
		text-align: left;
	}
	#submenu ul li {
		width: 48%;
		font-size: 1.2rem;
		line-height: 1.6;
		margin-right: 0;
	}
	#submenu ul li:before {
	}
	#submenu ul li:last-child {
	}
	
	/*--------
	コンテンツページ
	--------*/
	#page-ttl {
		width: 95%;
		margin: 0 auto;
		padding: 50px 0 50px 5%;
	}
	#page-ttl h2 {
		font-size: 5vw;
	}
	#page-contents {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	#page-contents-left {
		width: 100%;
		padding: 40px 0;
		min-height: 400px;
	}
	.pcl-ttlarea {
		padding: 25px 13px 10px 13px;
		margin-bottom: 20px;
		background-size: 72px 22px, 100% calc(100% - 0.5rem);
	}
	#page-contents-left h3 {
		padding-bottom: 10px;
	}
	#page-contents-left h4 {
		border-left: 14px solid #ccc;
		padding-left: 14px;
		margin-bottom: 20px;
	}
	#page-contents-left h5 {
		padding: 4px 12px 3px;
		margin-bottom: 16px;
	}
	#page-contents-left p {
		margin-bottom: 40px;
	}
	#page-contents-left ol {
		margin-bottom: 40px;
	}
	#page-contents-left ol li {
		margin-bottom: 10px;
	}
	.foot-inconmenu {
		margin: 80px 0 20px 0!important;
		padding: 0px 5%;
		border-radius: 3px;
	}
	.foot-inconmenu ul {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	.foot-inconmenu ul li {
		display: block;
		width: 100%;
		font-size: 15px;
		border-right: none;
		border-bottom: 1px dotted #666;
	}
	.foot-inconmenu ul li a {
		display: block;
		padding: 15px 0;
	}
	.foot-inconmenu ul li:last-child {
		border-bottom: none;
	}
	.foot-inconmenu ul li a:hover {
		background: none;
	}
	.inconmenu1 {
		width: 80%;
		margin: 100px auto 20px auto!important;
	}
	#page-contents-right {
		width: 90%;
		padding: 30px 5%;
		margin-bottom: 30px;
	}
	
	/*動画リスト*/
	ul.movie-list {
		gap: 4%;
		margin-bottom: 30px;
	}
	ul.movie-list li {
		width: 48%;
		margin-bottom: 20px;
	}
	.movie-sn {
		margin-bottom: 10px;
	}
	.movie-ttl {
	}
	
	/*第二階層メニューボタン*/
	.onecolumn-menu {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	ul.btn-menu {
		width: 90%;
		gap: 4%;
	}
	ul.btn-menu li {
		width: 48%;
		margin-bottom: 15px;
	}
	ul.btn-menu li a {
		padding: 20px 0;
		border-radius: 10px;
	}
	.btn-no {
		font-size: 7.7vw;
		margin-bottom: 10px;
	}
	ul.btn-menu li h3 {
		font-size: 3vw;
	}
	
	/*休憩室トビラ*/
	ul.rest-door {
		width: 90%;
		margin: 0 auto;
	}
	ul.rest-door li {
		display: block;
		width: 47%;
		font-size: 5vw;
	}
	ul.rest-door li a {
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 40px 0;
		box-shadow: 10px 10px 15px -10px;
	}
	ul.rest-door li a:hover {
		box-shadow: 10px 10px 15px -10px;
		background: #fff;
	}
	
	/*書斎*/
	.note-sign {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.note-figure {
		max-width: 95%;
		margin: 0 auto 30px;
		overflow-x: scroll;
	}
	.note-figure h6 {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.note-figure-img {
	}
	.note-figure p {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.note-table {
		width: 100%;
		font-size: 1.2rem;
		overflow-x: scroll;
	}
	.note-table th {
		padding: 5px 10px;
		white-space: nowrap;
	}
	.note-table td {
		padding: 5px 10px;
	}
	
	/*準備中*/
	.underconstruction {
		width: 70%;
		margin: 0 auto;
		padding: 40px 0 80px 0;
	}
}