@charset "utf-8";

/* 初期スタイル調整 */
* {
/*  box-sizing: border-box;  */
}

/* body全体の初期スタイル調整 */
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  color: #806342;
  background-color: #fff;
}

/* 各要素の初期スタイル調整 */
h1, h2 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}

a {
  color: #806342;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
/* 初期スタイル調整ここまで */



/* 以下から追加記載 */


header {
	position: sticky;
	top: 0;
	z-index: 100;
	left: 0; 
/*	height: 150px;  */
	padding: 15px 0 0;
	width: 100%; 
	background: rgba(0, 0, 0, .9);
}
/*
	padding: 15px 0 0;
	box-sizing: border-box;
    top: 0; 
    left: 0; 
    display: flex; 
    align-items: center;
*/
   /* ロゴとメニューを横並びにする */
/*
    display: flex; 
    justify-content:space-between;
}
*/

header h1 {
	text-align: left;
	margin-left: 20px;
/*	margin-top: 20px;   */
/*	background: url("../img/logo.png") no-repeat left+20px center; 
*/
}

/*
.logo {
	width: 140px;
	margin: 0 auto;
	padding-bottom: 5px;
}
*/
.nav-toggle {
	display: none;
}


#eigyo {
	display:none
}


.btn-burger {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 200;
	display: block;
	width: 44px;
	height: 44px;
	background: url("../img/hambager.png") center center / 32px 32px no-repeat;
	cursor pointer;
}

.nav-toggle:checked ~ .btn-burger {
	background : url("../img/hambager_close.png") center center / 32px 32px no-repeat;
}

.nav {
	position: fixed;
	top: 120px;
	left: 0;
    height: 30px;
	width: 100%; 
	background: rgba(0, 0, 0, .9);
	z-index: 100;

	padding-top: 18px;
/*	background : url("../img/nav_bg.png") center center / cover no-repeat; */
}

.nav-list {
	display: none;
	margin: 0;
	padding-bottom: 10px; 
}

/*ハンバーガーメニューで表示されるナビの設定 */
.nav-list li {
	margin: 0;
	padding: 10px;
	background: rgba(0, 0, 0, .8);
}

.nav-list a{
	display: block;
	color: #fff;

}

.nav-toggle:checked ~ .nav .nav-list {
	display: block;
}

.footer {
	padding: 10px 0 10px;
	color: #fff;
	text-align: center;
	background: #000;
/	background: url("../img/footer_bg.png") center center / cover no-repeat;
}

.footer-address {
	margin: 10px 0;
}
.footer-sns {
	margin: 10px 0;
}
.footer-sns a {
	display: inline-block;
	margin: 0 5px;
}

.footer-sns img {
	vertical-align: middle;
}

.copylight {
	margin: 0;
}

.copyright small {
	font-size: 14px;
}


.section {
/*	max-width: 1000px;  */
	margin: 0 auto;
}


.heading-section {
	text-align: center;
}

.heading-topic {
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
	color: #032559;
}


.wrapper {
    margin: 0 auto;
}


/* スライド */



#slide ul{
	position:relative;

}

#slide ul li{
	position:absolute;
/*	top: 150px;   */
	width:100%;
}

#slide ul li a img {
		width: 100%;
		height: auto;
}

#button{
	padding-top:0px;
	text-align:center;
	padding-bottom: 100px;
}

#button ul{
	display:inline-block;
}

#button ul li{
	float:left;
	margin-right:15px;
	padding-top: 350px;
}

#button ul li:last-child{
	margin-right:0;
}

#button ul li a{
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:14px;
	height:14px;
	border-radius:7px;
	background:#A8DCDB;
}

#button ul li a.target{
	background:#41AFAD;
}

#news {
	margin: 50px 10px 80px 10px;
	padding-top: 200px;

}

#news dl {
	margin: 10px 0 10px 0; 
	padding: 10px 100px 0 100px;
}

#news dl dt {
	padding: 10px 1em 1px; 
	font-weight: bold;
}

#news dl dd {
	border-bottom: 1px dotted #999;
	padding: 0 2em 1px;
	margin: 0 0 1px 0; 
	line-height: 1.5;
}

#access {
	text-align: center;
	padding-top: 200px;

}

.mapInfo dd {
	padding-bottom: 10px;
	padding-top: 200px;

}

table {
  width: 50%;
  border-collapse: collapse;
  margin: 20px auto 50px;
}



table th {
  padding: 10px 20px;
  border: 1px solid #AAAAAA;
}

table td {
  padding: 10px 20px;
  border: 1px solid #AAAAAA;
}

th {
  background-color: #000;
  color: #fff;
  width: 120px;
  text-align: left;
}

td {
  width: calc(50% - 120px);
  padding-left: 10px;
}


/* ↓↓↓↓↓     パソコン画面で表示するときの差し替え指定     ↓↓↓↓↓ */


@media screen and (min-width: 768px) {

.logo {
	width: auto;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}

.btn-burger {
	display: none;
}

.nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}


.nav-list li {								/* navのリスト名の間に、区切りの縦棒表示 */
	flex: 0 1 auto;
	padding: 0 20px;
	line-height: 1;
	border-right: 1px solid #fff;
}

.nav-list li:first-child {					/* navのリスト名の間に、区切りの縦棒表示 */
	border-left: 1px solid #fff;
}

.nav-toggle:checked ~ .nav .nav-list {
	display: flex;
}

#button{
/*	padding-top:100px;  */
	text-align:center;
}

#eigyo {
	display: block;
	position: absolute;
	top: 20%;
	right: 20px;
	color: #fff;
/*	font-weight: bold; */
	line-height: 24px;
	font-size: 18px;
}

}