@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 961px) {

html {
	font-size: 62.5%;

}

*, *::before, *::after {
	box-sizing: border-box;

}

a {
  color:#FFF;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

a:hover::after {
  transform: scale(1, 1);
  
}


a:link {/*未訪問のリンク*/
    color:#FFF;
    text-decoration:none;
}

a:visited {/*訪問後のリンク*/
    color:#FFF;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#F00;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}



body {
	background: #000 url(kokuchi-top.png) no-repeat top center fixed;
	background-size: auto;
	color: #fff;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin: 0px;
	
}

.header {
	background-color: rgba(0,0,0,0.7);
	font-size: 1.7rem;
	padding-bottom: 1px;
	margin-top: 0px;
	width:100%;
	position: fixed;
	z-index: 3;

}

h1 {
	margin: 10px auto 0;
	height: 55px;
	
}

.global-nav {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
		
}

ul {
	margin-bottom: 5px;
	
}

.global-nav .nav-item {
	display: inline-block;
	margin: 0 10px;

}

#ham-menu,
#menu-cb,
#menu-icon
 {
	display: none;
	
}



.top-title {
	background-color: transparent;
	width: 100%;
	height: 350px;
	margin-bottom: 30px;
	position: relative;
	top: 108px;
	left: 0 auto;
	z-index: 1;
	
}

.heading {
	position: relative;
	top: 120px;
	display: inline-block;
	margin: 10px 0 10px;
	padding-bottom: 7px;
	letter-spacing: 2px;
	font-size: 4.0rem;
	
}

.p-title {
	position:relative;
	top: 105px;
	
}

.heading::before,
.heading::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #999;

}

.heading::before {
	bottom: 5px;

}

.about-text {
	margin: 7px 0;
	line-height: 2.0;

}

.news {
	background-color: rgba(0,0,0,0.0);
	padding: 30px 20px;
	position: relative;
	top: 100px;

}

.news2 {
	background-color: rgba(0,0,0,0.0);
	padding: 30px 20px;
	position: relative;
	top: 100px;

}

.news3 {
	background-color: rgba(0,0,0,0.0);
	padding: 0px 20px;
	position: relative;
	top: 90px;

}



.news-wrapper {
	display: table;
	margin: 0 auto;
	width: 30%;
	margin-top: 30px;
	table-layout: fixed;

}


.news-box {
	display: table-cell;
	padding: 0 5px;
	width: 260px;

}

.news-image {
	display: block;
	width: 250px;
	height: 360px;

}

.nwes-text {
	margin: 7px 0;
	line-height: 2.0;

}






.event-figure {
	
	
}

.event-img {
	width: 600px;
	margin: 0 auto;	
	
}

hr {
	width: 60%;
	border-color: #666;

}

hr.sen {
	width:20%;
	border-color: #666;

}

.aori {
	font-size: 1.2em;

}

.youtube {
	position: relative;
	top: 30px;

}

.youtube-iframe {
	width: 560px;
	height: 315px;
	margin: 0 auto;

}



.footer {
	position:relative;
	top: 80px;
	
}

.footer-text {
	padding: 0 0;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 1.3rem;

}


}


@media only screen and (min-width: 641px) and (max-width: 960px) {

html {
	font-size: 62.5%;

}

*, *::before, *::after {
	box-sizing: border-box;

}

a {
  color:#FFF;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

a:hover::after {
  transform: scale(1, 1);
  
}


a:link {/*未訪問のリンク*/
    color:#FFF;
    text-decoration:none;
}

a:visited {/*訪問後のリンク*/
    color:#FFF;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#F00;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}



body {
	background: #000 url(kokuchi-top.png) no-repeat top center fixed;
	background-size: auto;
	color: #fff;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin: 0px;
	
}

.header {
	background-color: rgba(0,0,0,0.7);
	font-size: 1.7rem;
	padding-bottom: 1px;
	margin-top: 0px;
	width:100%;
	position: fixed;
	z-index: 3;

}

h1 {
	margin: 0 auto;
	height: 55px;
	
}

.global-nav {
	width: 80%;
	margin: 0 auto;
	text-align: center;
		
}

ul {
	margin-bottom: 5px;
	
}

.global-nav .nav-item {
	display: inline-block;
	margin: 0 6px;

}

#ham-menu,
#menu-cb,
#menu-icon
 {
	display: none;
	
}



.top-title {
	background-color: transparent;
	width: 100%;
	height: 350px;
	margin-bottom: 30px;
	position: relative;
	top: 108px;
	left: 0 auto;
	z-index: 1;
	
}

.heading {
	position: relative;
	top: 120px;
	display: inline-block;
	margin: 10px 0 10px;
	padding-bottom: 7px;
	letter-spacing: 2px;
	font-size: 3.0rem;
	
}

.p-title {
	position:relative;
	top: 105px;
	
}

.heading::before,
.heading::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #999;

}

.heading::before {
	bottom: 5px;

}

.about-text {
	margin: 7px 0;
	line-height: 2.0;

}

.news {
	background-color: rgba(0,0,0,0.0);
	padding: 30px 20px;
	position: relative;
	top: 100px;

}

.news2 {
	background-color: rgba(0,0,0,0.0);
	padding: 30px 20px;
	position: relative;
	top: 100px;

}

.news3 {
	background-color: rgba(0,0,0,0.0);
	padding: 0px 20px;
	position: relative;
	top: 90px;

}



.news-wrapper {
	display: table;
	margin: 0 auto;
	width: 30%;
	margin-top: 30px;
	table-layout: fixed;

}


.news-box {
	display: table-cell;
	padding: 0 5px;
	width: 260px;

}

.news-image {
	display: block;
	width: 250px;
	height: 360px;

}

.nwes-text {
	margin: 7px 0;
	line-height: 2.0;

}


.event-img {
	width: 80%;
	margin: 0 auto;	
	
}

hr {
	width: 60%;
	border-color: #666;

}

hr.sen {
	width:20%;
	border-color: #666;

}

.aori {
	font-size: 1.2em;

}

.youtube {
	position: relative;
	top: 30px;

}

.youtube-iframe {
	width: 560px;
	height: 315px;
	margin: 0 auto;

}



.footer {
	position:relative;
	top: 80px;
	
}

.footer-text {
	padding: 0 0;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 1.3rem;

}


}


@media only screen and (min-width: 321px) and (max-width: 640px) {

html {
	font-size: 62.5%;

}

*, *::before, *::after {
	box-sizing: border-box;

}

a {
  color:#FFF;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

a:hover::after {
  transform: scale(1, 1);
  
}


a:link {/*未訪問のリンク*/
    color:#FFF;
    text-decoration:none;
}

a:visited {/*訪問後のリンク*/
    color:#FFF;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#F00;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}



body {
	background: #000 url(kokuchi-top.png) no-repeat top center fixed;
	background-size: auto;
	color: #fff;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin: 0px;
	
}

.header {
	background-color: rgba(0,0,0,0.7);
	font-size: 1.7rem;
	padding-bottom: 1px;
	margin-top: 0px;
	width:100%;
	position: fixed;
	z-index: 3;

}

h1 {
	margin: 0 auto;
	height: 55px;
	
}

.logo {
	width: 90%;
	height: 90%;
	
}

.global-nav {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	display: none;
		
}

ul {
	margin-bottom: 5px;
	
}

.global-nav .nav-item {
	display: inline-block;
	margin: 0 10px;

}



.top-title {
	background-color: transparent;
	width: 100%;
	height: 220px;
	position: relative;
	top: 50px;
	left: 0 auto;
	z-index: 1;
	
}

.heading {
	position: relative;
	top: 120px;
	display: inline-block;
	margin: 10px 0 10px;
	padding-bottom: 7px;
	letter-spacing: 2px;
	font-size: 1.6rem;
	
}

.p-title {
	position:relative;
	top: 105px;
	
}

.heading::before,
.heading::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #999;

}

.heading::before {
	bottom: 5px;

}

.about-text {
	margin: 7px 0;
	line-height: 2.0;

}


.news2 {
	background-color: rgba(0,0,0,0.0);
	position: relative;
	top: 100px;

}

.news3 {
	background-color: rgba(0,0,0,0.0);
	padding: 0px 20px;
	position: relative;
	top: 90px;

}

.figure {
	margin: 0 0;

}



.news {
	background-color: rgba(0,0,0,0.0);
	padding: 25px 0px;
	position: relative;
	top: 100px;

}

.news-wrapper {
	display: table;
	margin: 0 auto;
	width: 90%;
	margin-top: 30px;
	table-layout: fixed;

}





.news-image {
	display: block;
	width: 250px;
	height: 360px;

}

.nwes-text {
	margin: 7px 0;
	line-height: 2.0;

}


.event-img {
	width: 90%;
	margin: 0 auto;	
	
}

hr {
	width: 90%;
	border-color: #666;

}

hr.sen {
	width:60%;
	border-color: #666;

}

.aori {
	font-size: 1.2em;

}

.p-width {
	width: 90%;
	margin: 0 auto;

}

.p-width-size {
	width: 80%;
	margin: 0 auto;

}

.youtube {
	position: relative;
	top: 30px;

}

.youtube-iframe {
	width: 308px;
	height: 174px;
	margin: 0 auto;

}


.footer {
	position:relative;
	top: 120px;
	
}

.footer-text {
	padding: 0 0;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 1.3rem;

}


#ham-menu {
    background-color:  rgba(0,0,0,0.0); /*メニュー背景色*/
    box-sizing: border-box;
    height: 45%;
    padding: 10px 10px 10px 0px; /*メニュー内左右上下余白*/
	line-height: 3.0;
    position: fixed;
    right: -140px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 140px; /*メニュー横幅*/
    z-index: 1000;

}

#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
	pointer-events: none;
}

#menu-icon {
    background-color:  rgba(0,0,0,0.0); /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #fff; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}

#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-140px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.7;
    z-index: 999;
}

.menu-list {
	list-style: none;

}


}


@media screen and (max-width: 320px) {

html {
	font-size: 62.5%;

}

*, *::before, *::after {
	box-sizing: border-box;

}

a {
  color:#FFF;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

a:hover::after {
  transform: scale(1, 1);
  
}


a:link {/*未訪問のリンク*/
    color:#FFF;
    text-decoration:none;
}

a:visited {/*訪問後のリンク*/
    color:#FFF;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#F00;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}



body {
	background: #000 url(kokuchi-top.png) no-repeat top center fixed;
	background-size: auto;
	color: #fff;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	margin: 0px;
	
}

.header {
	background-color: rgba(0,0,0,0.7);
	font-size: 1.7rem;
	padding-bottom: 1px;
	margin-top: 0px;
	width:100%;
	position: fixed;
	z-index: 3;

}

h1 {
	margin: 0;
	height: 55px;
	float: left;
}

.logo {
	width: 80%;
	height: 80%;
	
}

.global-nav {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	display: none;
		
}

ul {
	margin-bottom: 5px;
	
}

.global-nav .nav-item {
	display: inline-block;
	margin: 0 10px;

}



.top-title {
	background-color: transparent;
	width: 100%;
	height: 220px;
	position: relative;
	top: 50px;
	left: 0 auto;
	z-index: 1;
	
}

.heading {
	position: relative;
	top: 120px;
	display: inline-block;
	margin: 10px 0 10px;
	padding-bottom: 7px;
	letter-spacing: 2px;
	font-size: 1.6rem;
	
}

.p-title {
	position:relative;
	top: 105px;
	
}

.heading::before,
.heading::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #999;

}

.heading::before {
	bottom: 5px;

}

.about-text {
	margin: 7px 0;
	line-height: 2.0;

}


.news2 {
	background-color: rgba(0,0,0,0.0);
	position: relative;
	top: 100px;

}

.news3 {
	background-color: rgba(0,0,0,0.0);
	padding: 0px 20px;
	position: relative;
	top: 90px;

}

.figure {
	margin: 0 0;

}



.news {
	background-color: rgba(0,0,0,0.0);
	padding: 25px 0px;
	position: relative;
	top: 100px;

}

.news-wrapper {
	display: table;
	margin: 0 auto;
	width: 90%;
	margin-top: 30px;
	table-layout: fixed;

}





.news-image {
	display: block;
	width: 250px;
	height: 360px;

}

.nwes-text {
	margin: 7px 0;
	line-height: 2.0;

}


.event-img {
	width: 90%;
	margin: 0 auto;	
	
}

hr {
	width: 90%;
	border-color: #666;

}

hr.sen {
	width:60%;
	border-color: #666;

}

.aori {
	font-size: 1.2em;

}

.p-width {
	width: 90%;
	margin: 0 auto;

}

.p-width-size {
	width: 80%;
	margin: 0 auto;

}

.youtube {
	position: relative;
	top: 30px;

}

.youtube-iframe {
	width: 308px;
	height: 174px;
	margin: 0 auto;

}


.footer {
	position:relative;
	top: 120px;
	
}

.footer-text {
	padding: 0 0;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 1.3rem;

}


#ham-menu {
    background-color:  rgba(0,0,0,0.0); /*メニュー背景色*/
    box-sizing: border-box;
    height: 45%;
    padding: 10px 10px 10px 0px; /*メニュー内左右上下余白*/
	line-height: 3.0;
    position: fixed;
    right: -130px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 130px; /*メニュー横幅*/
    z-index: 1000;

}

#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
	pointer-events: none;
}

#menu-icon {
    background-color:  rgba(0,0,0,0.0); /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #fff; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}

#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-130px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.7;
    z-index: 999;
}

.menu-list {
	list-style: none;

}


}

