*
{
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
html
{
}
body
{
	clear: both;
	margin: 0;
	background-color: #52493d;
}
a {
//	color: rgba(208,7,70,1.0);
}
.clfx
{
	clear: both;
}
.clfx:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clfx {
	min-height: 1px; /*IE6、7対策*/
}
* html .clfx {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.centering {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}


.smp,
.spmenu {
	display: none;
}
.pc {
	display: run-in;
}
.screen-reader-text {
	display: none;
	padding: 0;	
}



/*** font ***/
.emoji {
	font-family:'Twitter Color Emoji','EmojiOne Color','Apple カラー絵文字','Apple Color Emoji','Gecko Emoji','Noto Emoji','Noto Color Emoji','Segoe UI Emoji',OpenSansEmoji,EmojiSymbols,DFPEmoji,'Segoe UI Symbol 8','Segoe UI Symbol','Noto Sans Symbols',Symbola,Quivira,'和田研中丸ゴシック2004絵文字',WadaLabChuMaruGo2004Emoji,'和田研細丸ゴシック2004絵文字',WadaLabMaruGo2004Emoji,'DejaVu Sans','VL Pゴシック',YOzFont,'Nishiki-teki','Android Emoji','Sun-ExtA',symbols,places,people,objects,nature,fantasy;
}

.wf-roundedmplus1c,
h1, h2, h3,
.title {
	font-family: "Rounded Mplus 1c";
	font-weight: 700;
}
.wf-mplus1p {
	font-family: "Mplus 1p"; 
	font-weight: bold;
}
.wf-raleway,
.logo {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-style: italic;
}

.notice,
.red_letter {
	color: rgba(255,0,0,1.0);
}
.smaller {
	font-size: small !important;
}




/**************************************************************/

/* column system */
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
	float: left;
	display:inline;
	position: relative;
//	margin-left: 2%;
//	margin-right: 2%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	/* 
	Rounding error with IE7.
	Lower margin values will absorb the difference.
	*/
	*margin-left: 1.9%;
	*margin-right: 1.9%;
}

.col_1 {width:4.33%;}
.col_2 {width:12.66%;}
.col_3 {width:21%;}
.col_4 {width:29.33%;}
.col_5 {width:37.66%;}
.col_6 {width:46%;}
.col_7 {width:54.33%;}
.col_8 {width:62.66%;}
.col_9 {width:71%;}
.col_10 {width:79.33%;}
.col_11 {width:87.66%;}
.col_12 {width:96%;}


.col_1 {width:7.33%;}
.col_2 {width:15.66%;}
.col_4 {width:32.33%;}
.col_5 {width:40.66%;}
.col_7 {width:57.33%;}
.col_8 {width:65.66%;}
.col_9 {width:74%;}
.col_10 {width:82.33%;}
.col_11 {width:90.66%;}

.col_3 {width:24%;}
.col_6 {width:49%;}
.col_12 {width:99%;}


.col {
	display: flex;
	flex-wrap: wrap;
}
.col.d2-1 article {
	width: 64%;
	margin-right: 0rem;
}
.col.d2-1 aside {
	width: 20%;
	margin: 0rem auto;
	margin-top: 2rem;
	margin-left: 0rem;
	margin-bottom: 3rem;
}

.rowcontent {
	clear:left;
	/*
	IE7 clear issue.
	Display inline required.
	*/
	*display:inline;
}


/**************************************************************/

.container-fluid
{
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin-right: auto;
	margin-left: auto;


}
.row
{
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
//	background-color: rgba(255,255,255,0.5);

}
.container-fluid > .row {
}
.row.map
{
	width: 980px;
}
.row.link_course
{
	width: 100%;
}
.row.fluid
{
	width: 100%;
}


/**************************************************************/

/* toppage */

body#toppage {
//	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #52493d;
}
#toppage h2 {
	font-size: 1rem;
	text-align: center;
}

#vegas {
	display: block;
	width: 100%;
	height: 60vh;
	position: relative;
}

.row img {
	width: 100%;
	height: auto;
}


#abstract {
	width: 60%;
	margin: auto;
	padding: 1% 4%;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	position: relative;
	top: 20vh;
	border: 2px solid #52493d;
}
#abstract p {
	line-height: 2rem;
}

#news a,
#docs a,
#images a {
	color: #fff;
}

#news,
#docs {
	width: 70%;
	margin: 0 auto;
	padding: 1% 4%;
	color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,0,0,.9);
}
#news ul,
#docs ul {
	paddin-left: 0 !important;
}
#news li {
	margin-bottom: 1rem;
}


#image {
//	position: relative;
//	z-index: 100;
	color: rgba(255,255,255,1);
	background-color: #52493d;
	width: 70%;
	margin: 1% auto;
//	margin-top: -10vh;
	padding: 1rem auto;
}
#image ul {
	display: flex;
//	width: 70%;
	margin: 1% auto;
	padding: 0
}
#image li {
	width: 33%;
	list-style-type: none;
	text-align: center;
}
#image.half li {
	width: 49%;
	list-style-type: none;
	text-align: center;
}
#image img {
	width: auto;
	height: 10vh;
}
#image a {
	color: #fff;
	font-size: 0.8rem;
	text-decoration: none;
}


#movie {
	color: rgba(255,255,255,1);
}
#movie p {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
#movie video {
	width: 100%;
}


header {
	background-color: rgba(255,255,255,1);
	border-bottom: 2px solid #52493d;
}
header h1 {
	margin: 0rem;
	padding: 1.5rem 1rem 1rem;
	color: #52493d;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
header h1 span {
	font-size: 0.8rem;
	font-weight: normal;
}
header a {
	color: rgba(82, 73, 61, 1);
	text-decoration: none;
}


footer {
	text-align: center;
	font-size: 0.8rem;
	color: #fff;
}
address {
	padding-top: 1rem;
}



/**************************************************************/

/* article */
.article
{
	margin-right: auto;
	margin-left: auto;
//	background-position: 90% -30%;
	background-position: 98% -35%;
	background-position: 98% 100px;
	background-position: 96% 200px;
	background-repeat: no-repeat;
	background-size: 30% auto;
}


article {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2rem;
	margin-bottom: 3rem;
	line-height: 2rem;
	padding: 1rem 2% 5rem 2%;
	border-radius: 1rem;
	background-color: rgba(255,255,255,0.95);
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,.5));
}
article img {
	width: 100%;
	height: auto;
}

section {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
section#vegas {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

article h1 {
	padding-top: 3rem;
	padding-left: 0.5rem;
	border-left: 1px solid #52493d;
}


h2 {
	padding-left: 0.5rem;
	border-left: 1px solid #52493d;
	font-size: 1.5rem;
}





aside {
	padding: 1rem 1% 5rem 1%;
	border-radius: 1rem;
	background-color: rgba(255,255,255,0.85);
}
aside ul {
	margin-left: 0rem;
}
aside ul li {
	margin-bottom: 1rem;
}




/**************************************************************/

/* header */
div header
{
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 2000;
	background-color: rgba(255,255,255,1.0);
	color: #fff;
}



/* header menu */

header .menu-button {
	float: right;
	width: 32px;
	height: 32px;
	background: #F6A1BB;
	border-radius: 4px;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-right: 8px;
}
header .menu-button a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	font-size: 8px;
	position: relative;
	text-decoration: none;
}
header .menu-button a:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 8px;
	border: 2px solid #fff;
	border-width: 2px 0;
	top: 16px;
	left: 5px;
}
header .menu-button a:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 2px;
	background: #fff;
	left: 5px;
	top: 21px;
}
header .menu-button ul {
	display: none;
}



/* pulldown */
nav .close-button {
	width: 100%;
}
nav .close-button a:after {
	content: '×閉じる';
}
nav .icon_subject {
	vertical-align: middle;
	width: 15%;
}
nav .icon_subject .va
{
	vertical-align: middle;
}
nav {
	display: block;
	background-color: #52493d;
}
nav ul {
	margin: 0rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
}

nav li {
	display: inline-block;
	list-style-type: none;
}
nav li a {
	display: inline-block;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	padding: 0.25rem 0.5rem;
}




nav.spmenu .menu-button {
	width: 30%;
}
nav.spmenu .action-button {
	width: 70%;
}
nav.spmenu {
	display: none;
}











/**************************************************************/

/* footer */
footer
{
	background-color: #52493d;
}
footer .row {
	background-color: transparent;;
}
footer address {
}
footer address img
{
	width: 60%;
	padding: 1% auto 1% 2%;
	font-size: 0px;
//	opacity: 0.5;
}
footer .sns:after
{
	display:block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content:".";
}

footer a
{
	text-decoration: none;
	color: rgba(255,255,255,1.0);
}
footer a:hover
{
	text-decoration: underline;
}
footer li
{
	font-size: x-small;
}


footer .footermenu
{
	color: rgba(255,255,255,1.0);
}
footer .footermenu .icon_subject
{
	vertical-align: middle;
	width: 25%;
}
footer .footermenu .icon_subject .va
{
	vertical-align: middle;
	padding-left: 0.5em;
}

footer .footermenu li.box
{
	clear: both;
	padding-top: 1em;
}











/*************************************************************************************************************************/

@media only screen and (min-width: 320px) and (max-width: 767px) {

body
{
	font-size: smaller;
}

.smp,
.spmenu {
	display: unset;
}
.pc {
	display: none !important;
}


.smaller {
	font-size: x-small !important;
}


header h1 {
	font-size: 1.3rem;
	line-height: 1.3rem;
}

#vegas {
	height: 50vh;
}

#abstract {
	width: 80%;
	margin: auto;
	padding: 1% 4%;
	top: 10vh;
	border: 2px solid #52493d;
}
#abstract p {
	line-height: 1.5rem;
}

#news {
	width: 85%;
}
#news ul {
	padding-left: 1rem;
}


#image {
	width: 85%;
}


/* spmenu */
nav.spmenu {
	display: inline;
}
nav .close-button {
	display: inline-block;
}
nav .megamenu {
	width: 100%;
}

nav ul {
	margin: 0rem;
	padding: 0rem;
}
nav ul li {
	width: 49%;
	text-align: center;
}
nav ul li a {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}




.article
{
//	background-position: 90% 20%;
	background-position: 90% 100px;
	background-size: 30%;
}
article {
	width: 90%;
}
article h1 {
	margin: 0rem;
	padding-top: 1rem;
}
h2 {
	padding-left: 0.5rem;
	border-left: 1px solid #52493d;
	font-size: 1.1rem;
}




/* header */
div header
{
	width: 100%;
}




}