/* Global */
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }


html, body {
  height: 100%;
}

body {
	font-family: "Noto Sans Japanese",sans-serif;
　	font-size: 100%;
	color: #ab9262;
	letter-spacing: 0;
	word-break: break-all;
	text-align: center;
	height: 100%;
    position: relative;
	background: black repeat;
}

img {
	max-width: 100%;
	height: auto;
}

#topcontrol {
	z-index: 9999;
	position: relative;
}

a:hover img {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.ie8 img {
	width: auto;
}

a:link {
	color: black;
	border-color: #0e3092;
}

a:hover {
	color: black;
	text-decoration: underline;
	border-color: #0e3092;
}

a:visited {
	color: black;
	border-color: #0e3092;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.container {
	width: 95%; /*width: 1020px;*/
	max-width: 1020px !important;
	margin: auto;
}

.img_auto {
	margin-left: auto;
	margin-right: auto;
}



/* General Slides */ 
h1 {
	margin: 0px;
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	transition: .8s;
	padding-top: 60px;
	padding-left: 0;
	padding-right: 0;
}


/* Slide 1 */
#slide1 {
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px;
}

#slide1 h1 {
	margin-top: 40px;
	color: #000;
	line-height: 2em;
	letter-spacing: 0;
	font-size: 1.5em;
	margin-bottom: 0;
	padding: 0;
}

.prof_l {
	width: 100%;
	margin-top: 20px;
}

.prof_frame {
	background-image: url(../images/top/frame/frame_cornerLT.png), /*** 左上角 ***/
	url(../images/top/frame/frame_cornerRT.png), /*** 右上角 ***/
	url(../images/top/frame/frame_cornerRB.png), /*** 右下角 ***/
	url(../images/top/frame/frame_cornerLB.png), /*** 左下角 ***/
	url(../images/top/frame/frame_top.png), /*** 上 ***/
	url(../images/top/frame/frame_right.png), /*** 右 ***/
	url(../images/top/frame/frame_bottom.png), /*** 下 ***/
	url(../images/top/frame/frame_left.png) /*** 左 ***/;
	background-repeat: no-repeat;
	background-position: left top,right top,right bottom,left bottom,center top,right center,center bottom,left center;
}

.prof_l p {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.8em;
	padding: 30px 40px;
	font-weight: 300;
}

#slide1 ul {
	-js-display: flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
	margin: 40px auto 0;
	padding: 0;
}

#slide1 ul li {
	width: 49%;
	list-style-type: none;
	margin-bottom: 10px;
}





/* Slide 2 */
#slide2 {
	margin-top: 40px;
	padding: 0;
	margin-bottom: 0px;
}

#tokyo {
	margin-top: 50px;
}

#slide2 h2 {
	color: #000;
	line-height: 1.8em;
	font-weight: 500;
	font-size: 1.2em;
	margin-top: 20px;
}

#slide2 p {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: 300;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 24px;
}

table.info-table { 
	border-collapse: collapse;
	border: 1px solid #5e463f;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 20px;
}

table.info-table th { 
	text-align: left; 
	letter-spacing: 3px; 
	vertical-align: top;
	border-top: 1px solid #5e463f;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #88744d;
	font-weight: 300;
	font-style: normal;
}

table.info-table td { 
	vertical-align: top; 
	padding: 10px 10px 10px 50px;
	border: 1px solid #5e463f;
	border-right-style: none;
	border-left-style: none;
}

.span-large {
	font-size: 1.2em;
}



/* Slide */
#slide3 {
	margin-top: 60px;
	padding: 0;
	margin-bottom: 0px;
}

#slide3 p {
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: 300;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 24px;
}

.span-red {
	color: #fff;
}





/*トピックパス------*/
#topicpath { 
	line-height: 2em;
	text-align: left;
	font-weight: 300;
	font-size: 0.7em;
	padding: 15px 5px;
	margin-top: 70px;
	background-color: #4b3732;
	color: #444;
}



/*footer部分------*/
footer {
	text-align: center;
	margin: 0;
	background: #bbbabd;
	color: black;
}

#footer_link {
	padding-top: 30px;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	background: #bbbabd;
	padding-bottom: 30px;
	font-size: 1.4em;
}

div#footer_link:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;
	color: black;
}

div#footer_link {  
    display: inline-block;  
}

div#footer_link {  
    zoom: 100%;  
} 

.fotter_menu1 {
	float: left;
	width: 22%;
	height: 135px;
	text-align: left;
}

.fotter_menu2 {
	float: left;
	width: 22%;
	height: 135px;
	margin-left: 25px;
	text-align: left;
}

.fotter_menu1 h3,.fotter_menu2 h3 {
	color: #999;
	font-weight: bold;
	line-height: 1.6em;
	margin-left: 0;
	font-size: 0.75em;
}

.fotter_menu1 ul,.fotter_menu2 ul{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

.fotter_menu1 li,.fotter_menu2 li {
	margin: 0 0 0 20px;
	color: #999;
	font-size: 0.7em;
	line-height: 1.7em;
	list-style-type: none;
}

.fotter_menu3 {
	float: right;
	width: 28%;
	padding-right: 10px;
}

.fotter_menu3 h3 {
	color: #999;
	font-weight: bold;
	line-height: 1.6em;
	margin-left: 0;
	font-size: 0.75em;
}

.fotter_menu3 ul{
	margin: 5px 0 0;
	padding: 0;
}

.fotter_menu3 li {
	margin: 0 0 8px 20px;
	list-style-type: none;
}

.right_line {
	border-right: 1px solid #434343;
}

.fotter_menu1 a,.fotter_menu1 a:visited,.fotter_menu2 a,.fotter_menu2 a:visited {
	color: #888;
	text-decoration: none;
}

.fotter_menu1 a:hover,.fotter_menu2 a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#footer_area {
	background-color: #bbbabd;
	margin: 0;
	padding-top: 20px;
	
}

.copyright { color: black;
	padding-bottom: 50px;
	line-height: 1.4em;
	margin-top: 10px;
	font-size: 0.85em;
	letter-spacing: 1px;
}

#footer_area p {
	color: black;
	line-height: 1.6em;
	font-size: 0.78em;
	margin-top: 5px;
	margin-bottom: 0;
}

#footer_area a,#footer_area a:visited {
	color: black;
	line-height: 1.6em;
	font-size: 0.78em;
	margin-top: 5px;
	margin-bottom: 0;
	text-decoration: none !important;
}






/*「PCでは非表示 = hidden_pc」、「スマートフォンでは非表示 = hidden_sp」-----*/
.hidden_pc {
	display: none;
}

.hidden_sp {
	display: block;
}

.cleardiv {
	clear: both;
}


@media screen and (max-width: 768px) {
.bana-pc {
	display: none;
}

.bana-tb {
	display: block;
}




/*footer部分------*/
#footer_link {
	padding-top: 14px;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	background: #bbbabd;
	font-size: 0;
}

.fotter_menu1 {
	display: none;
}

.fotter_menu2 {
	float: left;
	width: 75%;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 20px;
	height: auto;
}

.fotter_menu1 h3,.fotter_menu2 h3 {
	color: #999;
	font-weight: bold;
	line-height: 1.6em;
	margin-left: 0;
	font-size: 0.85em;
}

.fotter_menu1 ul,.fotter_menu2 ul{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

.fotter_menu1 li,.fotter_menu2 li {
	margin: 0 20px 0 15px;
	color: #999;
	font-size: 0.85em;
	line-height: 1.7em;
	float: left;
	display: block;
}

.fotter_menu3 {
	float: none;
	width: 100%;
}

.fotter_menu3 ul{
	-js-display: flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
	padding: 0;
}

.fotter_menu3 li {
	list-style-type: none;
	margin: 0 auto 8px;
	text-align: center;
}

.right_line {
	border-right: 1px none #313131;
0}

#footer_area p {
	color: black;
	line-height: 1.6em;
	font-size: 0.8em;
	margin-top: 5px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
}
}



@media screen and (max-width: 767px) {
.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding: 0px 0;
	margin: 0;
}



}



@media screen and (max-width: 600px) {
/* Slide 1 */
#slide1 h1 {
	margin-top: 20px;
	color: #000;
	line-height: 1.6em;
	letter-spacing: 0;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

.prof_l p {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.8em;
	padding: 30px 20px;
	font-weight: 300;
}


/* Slide 2 */
#slide2 {
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px;
}

#slide2 h2 {
	color: #3d4042;
	line-height: 1.6em;
	font-weight: 500;
	font-size: 1em;
	margin-top: 20px;
	text-align: left;
}

#slide2 p {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: 300;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 24px;
}


/* テーブル */
table.info-table tbody tr{
    display: block;
    margin-bottom: 2em;
}

table.info-table tbody th {
    display: block;
    border: none;
	margin: 0 0 10px;
	padding: 5px;
	background:rgba(0,0,0,0.7);
	width: 100%;
	color: #fff;
}

table.info-table tbody td {
    display: block;
    border: none;
	margin: 0 0 0 10px;
	padding: 0;
}

table.info-table {
    border: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#slide3 p {
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: 300;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 24px;
	text-align: left;
}



/*トピックパス------*/
#topicpath {
	display: none;
}


.sp_none {
	display: none;
}

.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}

}




