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



.notewrap {
	width:100%;
	height:auto;
	padding-top:350px;
	margin-bottom:30px;
	}
	
.notebg {
	width:100%;
	background-image:url(../subimg/note/bg001.jpg);
	background-size:cover;
	box-sizing:border-box;
	padding:80px 10%;
	}	
.notebase {
	background: rgba(255,255,255,0.7);
	width:100%;
	height:auto;
		box-sizing:border-box;
		padding:80px 10%;}
.noteline {
	/*background-color: #fff;  背景色 */
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 2.5em; /* 行の高さ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */}
	
@media (max-width: 650px) {
.notebg {
	padding:50px 5%;
	}	
.notebase {
	padding:50px 7%;}
.noteline {
	/*background-color: #fff;  背景色 */
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 2.2em; /* 行の高さ */
  line-height: 2.2em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */}}



/*アーカイブ*/
.arcwrap {
	width:90%;
	max-width:1700px;
	height:auto;
	margin:150px auto 0px auto;
}
@media (max-width: 1000px) {
.arcwrap {
	margin:50px auto 0px auto;}}	
	
	
.arcwrap h2 {
  position: relative;
  padding: 1rem; /*文字と線の間の距離*/
  text-align: center;
  font-size:2.5em;
}

.arcwrap h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);/*widthの半分を引く*/
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  content: '';
  background: #CC0000;
}
@media (max-width: 800px) {
.arcwrap  h2 {
  font-size:1.7em;
}}


/*おりたたみコンテンツ*/
/*ボックス全体*/
.arcbox {
	padding: 0;
	max-width: 1200px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 100%;
}
.arcbox:first-child {
	margin-top:100px;
}
.arcbox:last-child {
	margin-bottom: 100px;
}
@media only screen and (max-width: 690px) {
.arcbox {
	width: 100%;
}}


/*ラベル*/
.arcbox label {
	display: block;
	color: #000;
	font-weight: bold;
	cursor :pointer;
	transition: all 0.5s;
	font-size: 1.4em;
	margin-top: 1.5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 20px;
}

@media only screen and (max-width: 690px) {
/*ラベル*/
.accbox label {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
}

/*アイコンを表示*/
.arcbox label:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    padding-right: 20px;
}

/*ラベルホバー時*/
.arcbox label:hover {
    color:#CC0000;
}

/*チェックは隠す*/
.arcbox input {
    display: none;
}

/*中身を非表示にしておく*/
.arcbox .arcshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssarc:checked + label + .arcshow {
    height: auto;
    padding: 25px 40px 10px 40px;
    opacity: 1;
	line-height:2.0;
	margin-bottom:30px;
}
@media (max-width: 600px) {
.cssarc:checked + label + .arcshow {
    padding: 25px 15px 10px 15px;
	margin-bottom:30px;
}}



/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f105';
}

.noteimg {
	width:80%;
	height:auto;
	max-width:735px;
	margin:20px auto;
	}
.noteimg img {
	width:100%;
	height:auto;}

.arcshow p {
	display:block;
	margin-bottom:30px;}


.arcshow h3 {
	font-weight:700;
	font-size:1.4em;
	text-align:left;
	margin:0 auto 40px 0;
	color:#C96;}




/*ページ下部コンテンツ*/
.linkwrap {
	width:90%;
	max-width:1400px;
	height:auto;
	margin:100px auto 90px auto;}
@media (max-width: 1000px) {
.linkwrap {
	width:90%;
	max-width:1400px;
	height:auto;
	margin:50px auto 90px auto;}}	
	
	
.linkwrap h2 {
  position: relative;
  padding: 1rem; /*文字と線の間の距離*/
  text-align: center;
  font-size:2.5em;
}

.linkwrap h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);/*widthの半分を引く*/
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  content: '';
  background: #CC0000;
}
@media (max-width: 800px) {
.linkwrap  h2 {
  font-size:1.7em;
}}

/*主要リンクボタン*/
.guidewrap {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	box-sizing:border-box;}
.guidebtn {
	width:50%;
	height:auto;
	position:relative;
	text-align:left;
	box-sizing:border-box;}
.guidebtn a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
  }
.guidebtn a:hover{
        opacity:0.6;
        filter: alpha(opacity=60);
        background: #fff;
  }
.guidebtn img {
	width:100%;
	height:auto;}
.guidebtn a h3 {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
    left: 10%;
	font-weight:700;
	font-size:2.5em;
	}

.guidebtn a:hover h3  {
	text-decoration:none;
	color:#000000 !important;
	}

@media (max-width: 1000px) {
.guidebtn a h3 {
	font-size:1.7em;
	}}
@media (max-width: 600px) {
.guidebtn {
	width:100%;
	height:auto;
	position:relative;
	text-align:left;
	box-sizing:border-box;}}	
