﻿@charset "UTF-8";
/* Browser Reset */
@import url("http://www.aoni.waseda.jp/mhashi/reset.css") all;
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400italic,400,500);
/* --------------*/

/* これよりCSS */

body	{
	color: #000000;
	background-color: rgb(239,193,196);
	/*word-break: break-all;*/
	}

div.wakugumi{
	margin:30px;
	padding:0px;
	border:0px;
	background-color:#ffffff;
	}

div.title{
	padding: 10px;
	font-size: 1em;
	}
img.title{
	width:auto;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	img.title{
	width: 100%;
	}}



/* メニューバー関連ここから↓ */
#menu{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}
#menu li{
	display: block;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0; 
	}
#menu li a{
	display: block;
	padding: 12px 0 10px;
	background: rgb(125,21,39);
	color: #fff;
	text-align: center;
	text-decoration: none;

	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	font-size:1.2em;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	#menu li a{
	font-family: sans-serif;
	}}
#menu li a:hover{
	background:rgb(255,64,64);
	}
#toggle{ 
	display: none;
	}
/*タブレット用
@media only screen and (max-width: 768px) {
    #menu li{
	width: 25%;
	border-bottom: 1px solid #444;
	}
	}*/
/*スマホ用*/
@media only screen and (max-width: 480px) {
  #menu{
	display: none;
	}
  #menu li{
	width: 100%;
  	}
  #toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
  	}
  #toggle a{
	display: block;
	position: relative;
    	padding: 12px 0 10px;
    	border-bottom: 1px solid #444;
    	color: #fff;
    	text-align: center;
    	text-decoration: none;
  	}
  #toggle:before{
    	display: block;
    	content: "";
    	position: absolute;
    	top: 50%;
    	left: 10px;
    	width: 20px;
    	height: 20px;
    	margin-top: -10px;
    	background: #fff;
  	}
  #toggle a:before, #toggle a:after{
    	display: block;
    	content: "";
    	position: absolute;
    	top: 50%;
    	left: 10px;
    	width: 20px;
    	height: 4px;
    	background: #222;
  	}
  #toggle a:before{
    	margin-top: -6px;
  	}
  #toggle a:after{
    	margin-top: 2px;
  	}
	}
#menu-box:after {
	content: "";
	display: block;
    	background: #222;
	clear: both;
	}
/* メニューバー関連ここまで↑ */



div.menu{
	padding: 0.5em;
	color:#ffffff;
	background-color:rgb(125,21,39);
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	font-size:1.5em;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.narrow{
	font-family: sans-serif;
	}}

a.menu{
	color:#ffffff;
	}

div.image{
	margin:0px;
	padding:0px;
	background-color:rgb(153,21,39);
	}
div.top_left{
	width:30%;
	height:25vh;
	float: left;
	background-color:rgb(153,21,39);
	position: relative;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.top_left{
	max-height:15vh;
	}}
.top_left img{
	max-height:25vh;
	position:absolute;
	bottom:0;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	.top_left img{
	max-height:15vh;
	}}
div.top_right{
	width:70%;
	height:25vh;
	text-align: right;
	vertical-align:bottom;
	background-color:rgb(153,21,39);
	float: right;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.top_right{
	max-height:15vh;
	}}
p.top_right{
	text-align: right;
	color:white;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	p.top_right{
	font-size:0.8em;
	}}
p.top_right_red{
	text-align: right;
	color:rgb(227,185,185);
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	p.top_right{
	font-size:0.8em;
	}}

h1.contents{
	font-size:8vw;
	font-weight: 100;
	margin-top:15vw;
	margin-bottom:-2vw;
	}
div.image:after {
	content: "";
	display: block;
	clear: both;
	}




/*Top pageここから*/
.mainview_bg {
	position: relative;
	width: 100%;
	height: 97vh;
}
.mv_layerTransparent{
	background-color: rgba(153,21,39,0.4);
	height:97vh;
	}
.mv_frontContents{
	color:#;
	max-height:97vh;
	padding:5vh;
	padding-top:200px;
	color:#ffffff;
	overflow: auto;
 	text-align: center;
	}
	/* ウィンドウ幅が700px以下の場合に適用するCSS */
	@media screen and ( max-width:700px )
	{
	div.mv_frontContents{
	padding-top:5vh;
	}}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.mv_frontContents{
	padding-top:50px;
	}}
.mv_frontContents a{
	color:white;
	}
h2.title{
	font-size:2vw;
	letter-spacing: 4vw;
	}
h3.title{
	font-size:2vw;
	letter-spacing: 2.8vw;
	}
h3.title_E1{
	font-family: 'Ubuntu', sans-serif;
	font-size:3.2vw;
	letter-spacing: 0.2vw;
	}
h3.title_E2{
	font-family: 'Ubuntu', sans-serif;
	font-size:14vw;
	letter-spacing: 0.5vw;
	}
h3.title_E3{
	font-family: 'Ubuntu', sans-serif;
	font-size:4vw;
	letter-spacing: 0.15vw;
	}
	/* ウィンドウ幅が700px以上の場合に適用するCSS */
	@media screen and ( min-width:700px )
	{
	.mv_frontContents{
	padding-top:5vh;
	}
	h2.title{
	font-size:16px;/* *8 px */
	letter-spacing: 32px;
	}
	h3.title{
	font-size:16px;
	letter-spacing: 22.4px;
	}
	h3.title_E1{
	font-family: 'Ubuntu', sans-serif;
	font-size:25.6px;
	letter-spacing: 1.6px;
	}
	h3.title_E2{
	font-family: 'Ubuntu', sans-serif;
	font-size:112px;
	letter-spacing: 4px;
	}
	h3.title_E3{
	font-family: 'Ubuntu', sans-serif;
	font-size:32px;
	letter-spacing: 1.2px;
	}
	}}
.mainview_navi{
	background-color: rgb(153,21,39);
	color:white;
	width: 100%;
	height: 5vh;
	padding: 2vh;
	text-align:center;
	}
h3.Scroll_Navi{
	font-family: 'Ubuntu', sans-serif;
	font-size:2vh;
	letter-spacing: 0.15vw;
	display:inline;
	}


#menu_top{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}
#menu_top li{
	display: block;
	float: left;
	width: 33.3%;
	margin: 0;
	padding: 0; 
	}
#menu_top li a{
	display: block;
	padding: 12px 0 10px;
	background: rgb(125,21,39);
	color: #fff;
	text-align: center;
	text-decoration: none;

	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	font-size:1em;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	#menu_top li a{
	font-family: sans-serif;
	}}
#menu_top li a:hover{
	background:rgb(255,64,64);
	}
#toggle_top{ 
	display: none;
	}
/*タブレット用
@media only screen and (max-width: 768px) {
    #menu li{
	width: 25%;
	border-bottom: 1px solid #444;
	}
	}*/
/*スマホ用*/
@media only screen and (max-width: 480px) {
  #menu_top{
	display: none;
	}
  #menu_top li{
	width: 100%;
  	}
  #toggle_top{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
  	}
  #toggle_top a{
	display: block;
	position: relative;
    	padding: 12px 0 10px;
    	border-bottom: 1px solid #444;
    	color: #fff;
    	text-align: center;
    	text-decoration: none;
  	}
  #toggle_top:before{
    	display: block;
    	content: "";
    	position: absolute;
    	top: 50%;
    	left: 10px;
    	width: 20px;
    	height: 20px;
    	margin-top: -10px;
    	background: #fff;
  	}
  #toggle_top a:before, #toggle a:after{
    	display: block;
    	content: "";
    	position: absolute;
    	top: 50%;
    	left: 10px;
    	width: 20px;
    	height: 4px;
    	background: #222;
  	}
  #toggle_top a:before{
    	margin-top: -6px;
  	}
  #toggle_top a:after{
    	margin-top: 2px;
  	}
	}
#menu-box_top:after {
	content: "";
	display: block;
    	background: #222;
	clear: both;
	}

div.wakugumi_top{
	margin:30px;
	margin-top:0px;
	padding:0px;
	border:0px;
	background-color:#ffffff;
	}

div.top_contents{
	width: 90%;
	margin-top:1em;
	margin-left:5%;
	margin-right:5%;
	line-height:1.5em;
	}

/*top page*/




/*サムネイル関係　ここから*/
div.thumbnail{
	width:47%;
	margin-top:4vh;
	margin-right:1.5%;
	margin-left:1.5%;
	padding:0px;
	background-color:rgb(153,21,39);
	float:left;
	}
	/* ウィンドウ幅が720px以下の場合に適用するCSS */
	@media screen and ( max-width:720px )
	{
	div.thumbnail{
	width:96%;
	margin-top:2%;
	margin-right:2%;
	margin-left:2%;
	padding:0px;
	background-color:rgb(153,21,39);
	float:left;
	}}
div.thum_left{
	width:40%;
	height:30vw;
	float: left;
	background-color:rgb(153,21,39);
	position:relative;
	}
	/* ウィンドウ幅が720px以下の場合に適用するCSS */
	@media screen and ( max-width:720px )
	{
	div.thum_left{
	width:30%;
	}}
.thum_left img{
	position:absolute;
	bottom:0;
	}
div.thum_right{
	width:60%;
	height:100%;
	text-align: right;
	vertical-align:bottom;
	background-color:rgb(153,21,39);
	float: right;
	}
	/* ウィンドウ幅が720px以下の場合に適用するCSS */
	@media screen and ( max-width:720px )
	{
	div.thum_right{
	width:70%;
	}}
h1.thumbnail	{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 2.6vw;
	color: white;
	margin-bottom:-1vw;
	}
	/* ウィンドウ幅が720px以下の場合に適用するCSS */
	@media screen and ( max-width:720px )
	{
	h1.thumbnail{
	font-family: sans-serif;
	letter-spacing: 0.05em;
	font-size: 2em;
	}}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	h1.thumbnail{
	font-family: sans-serif;
	letter-spacing: 0.05em;
	font-size: 1em;
	margin-bottom:-3vw;
	}}
p.thumbnail{
	text-align: right;
	color:white;
	font-size:2vw;
	}
	/* ウィンドウ幅が720px以下の場合に適用するCSS */
	@media screen and ( max-width:720px )
	{
	p.thumbnail{
	font-size:3vw;
	}}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	p.thumbnail{
	font-size:0.8em;
	}}
/*サムネイル関係　ここまで*/

div.narrow{
	margin:0px;
	margin-top:30px;
	margin-bottom:15px;
	padding:100px;
	border:0px;
	color:#ffffff;
	background-color:rgb(153,21,39);
 	text-align: center;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.narrow{
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
	padding:50px;
	}}

div.narrow_p{
	margin:0px;
	margin-bottom:20px;
	padding:20px;
	border:0px;
	color:#000000;
	background-color:#ffffff;
 	text-align: left;
	}

div.wide{
	margin:0px;
	margin-top:50px;
	margin-bottom:15px;
	border:0px;
	background-color:rgb(153,21,39);
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.wide{
	margin:0px;
	margin-top:30px;
	margin-bottom:10px;
	}}
.layerTransparent{
	background-color: rgba(153,21,39,0.7);
	}
.frontContents{
	color:#;
	padding:100px;
	color:#ffffff;
 	text-align: center;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.frontContents{
	padding:50px;
	}}
div.wide_img{
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	padding:100px;
	border:0px;
	color:#ffffff;
	background-image:url("back_05.png");
 	text-align: center;
	}

img.wide{
	width:100%;
	height:100%;
	}

div.wide_reset{
	width:100%;
	float:clear;
	clear:left;
	}

div.half{
	width:50%;
	float:left;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.half{
	width:100%;
	}}
.half p{
	text-align:center;
	}
img.circle {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 150px;
	-webkit-border-radius:150px;
	-moz-border-radius: 150px;
	}
div.half_img{
	width: 50%;
	float: left;
	}

.item {
  border-radius: 5px;
  background: #f5f5f5;
  padding: 15px;
  margin: 5px;
  text-align: center;
}
img {
  height: auto;
}

.center{
	text-align:center;
	}

p.button{
	color:white;
	background:rgb(153,21,39);
	border:none;
	border-radius:0.5em;
	display: inline;
	padding:1em;
	padding-left:2em;
	padding-right:2em;
	}
	/* ウィンドウ幅が720px以下の場合に適用するCSS */
	@media screen and ( max-width:720px )
	{
	p.button{
	display: block;
	}}

h1	{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
	font-size: 2em;
	color: white;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	h1{
	font-family: sans-serif;
	letter-spacing: 0.05em;
	font-size: 1.3em;
	}}

h2 	{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	letter-spacing: 0.08em;
	font-size: 2em;
	margin-bottom:10px;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	h2{
	font-family: sans-serif;
	letter-spacing: 0.06em;
	font-size: 1.5em;
	}}

h3	{
	padding: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	h3{
	font-family: sans-serif;
	letter-spacing: 0.03em;
	font-size: 1em;
	}}

p 	{
	padding: 10px;
  	text-align: left;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 100;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	p{
	font-family: sans-serif;
	}}

p.talk{
	display: block;
	margin-left: 1em; /* ブロック全体を 1em 右に */
	text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
	}


/*お知らせ関係ここから*/
h1.news{
	letter-spacing: 0.1em;
	font-size: 2em;
	color: black;
	display: block;
	line-height : 150%;
	}
div.news{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	line-height:3em;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.news{
	line-height:1.5em;
	}}
.news a {
	color:black;
	}
div.news_1line{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	line-height:2em;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	div.news{
	line-height:1.5em;
	}}
.news_1line a {
	color:black;
	}
p.news_date {
	width:10em;
	font-size:1em;
	font-weight:100;
	display: inline;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	p.news_date{
	font-family: sans-serif;
	display: block;
	}}
p.news_category {
	width:auto;
	padding: 5px;
	border:solid 1px;
	font-size:0.8em;
	font-weight:100;
	display: inline;
	line-height : 100%;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	p.news_category{
	font-family: sans-serif;
	display: block;
	}}
p.news_title {
	width:auto;
	padding: 5px;
	font-size:1.2em;
	font-weight:500;
	display: inline;
	}
	/* ウィンドウ幅が480px以下の場合に適用するCSS */
	@media screen and ( max-width:480px )
	{
	p{
	font-family: sans-serif;
	}}
div.news_contents{
	width: 90%;
	margin-top:10em;
	margin-left:5%;
	margin-right:5%;
	line-height:1.5em;
	word-break: break-all;
	}
p.border{
	border-bottom:solid 1px;
	}


/*お知らせ関係ここまで*/

.pub	{	
	margin-left: 1em; /* ブロック全体を 1em 右に */
	text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
	}

.footer{
	padding:10px;
	background-color:rgb(125,21,39);
	color:white;
  	text-align: center;
	}
p.footer{
  	text-align: center;
	}

/* Responsive */
@media ( min-width : 10px ){
    .flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    }
	.image{
	width: 100%;
	}
	.narrow{
	width: 50%;
	}
	.narrow_p{
	width: 50%;
	}
	.wide {
	width: 100%
	}
}
