@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/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-img {
	background-color: transparent;
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
	position: relative;
	top: 108px;
	left: 0 auto;
	z-index: 1;
	
}

.top-moji {
	position: relative;
	top: 130px;
			
}

.info {
	padding: 25px 20px;
	background-color: rgba(0,0,0,0.0);
	position:relative;
	top: 90px;
	z-index: 2;
	
}

.info2 {
	padding: 25px 20px;
	background-color: rgba(0,0,0,0.0);
	position:relative;
	top: 50px;
	z-index: 2;
	
}

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

.contact-button {
	display: inline-block;
	width: 250px;
	padding: 8px 0;
	border-radius: 4px;
	background-color: #C00;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.8rem;
	
}

.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: 40px;
	margin: 0 auto;

}

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

}

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

.footer-text {
	padding: 12px 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/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 {
	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-img {
	background-color: transparent;
	width: 100%;
	height: 370px;
	margin-bottom: 30px;
	position: relative;
	top: 108px;
	left: 0 auto;
	z-index: 1;
	
}

.top-moji {
	position: relative;
	top: 80px;
		
}

.info {
	padding: 25px 20px;
	background-color: rgba(0,0,0,0.0);
	position:relative;
	top: 110px;
	z-index: 2;
	
}

.info2 {
	padding: 25px 20px;
	background-color: rgba(0,0,0,0.0);
	position:relative;
	top: 60px;
	z-index: 2;
	
}

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

.contact-button {
	display: inline-block;
	width: 250px;
	padding: 8px 0;
	border-radius: 4px;
	background-color: #C00;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.8rem;
	
}

.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: 60px;
	margin: 0 auto;

}

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

}


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

.footer-text {
	padding: 12px 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/kokuchi-top.png) no-repeat top center fixed;
	background-size: contain;
	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 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: none;
		
}

ul {
	margin-bottom: 5px;
	
}

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

}

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

.top-moji {
	position: relative;
	top: 90px;
		
}

.info {
	padding: 25px 20px;
	background-color: rgba(0,0,0,0.0);
	position:relative;
	top: 150px;
	z-index: 2;
	
}

.info2 {
	padding: 25px 20px;
	background-color: rgba(0,0,0,0.0);
	position:relative;
	top: 80px;
	z-index: 2;
	
}

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

.contact-button {
	display: inline-block;
	width: 250px;
	padding: 8px 0;
	border-radius: 4px;
	background-color: #C00;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.8rem;
	
}

.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: 90px;
	margin: 0 auto;

}

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

}

.tyu {
	font-size: 0.9em;

}


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

.footer-text {
	padding: 12px 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;

}

}


@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/kokuchi-top.png) no-repeat top center fixed;
	background-size: contain;
	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 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: none;
		
}

ul {
	margin-bottom: 5px;
	
}

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

}

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

.top-moji {
	position: relative;
	top: 90px;
		
}

.info {
	padding: 25px 20px;
	background-color: rgba(0,0,0,0.0);
	position:relative;
	top: 150px;
	z-index: 2;
	
}

.info2 {
	padding: 25px 20px;
	background-color: rgba(0,0,0,0.0);
	position:relative;
	top: 80px;
	z-index: 2;
	
}

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

.contact-button {
	display: inline-block;
	width: 250px;
	padding: 8px 0;
	border-radius: 4px;
	background-color: #C00;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.8rem;
	
}

.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: 90px;
	margin: 0 auto;

}

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

}

.tyu {
	font-size: 0.8em;

}


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

.footer-text {
	padding: 12px 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;

}

}