@charset "UTF-8";
/* Scss Document */

.pc {
    display: block;
}

.sp {
    display: none;
}

/*全体設定*/

body {
    width: 100%;
    font-family:"Source Sans Pro", "游ゴシック体", "Yu Gothic", Helvetica, sans-serif;
    margin: 0;
    padding: 0;
	color: #2B1B0F;
}

body-wrap {
    width: 100%;
    height: 100%;
	margin: 0;
}

h1{
	font-size: 3em;
}

h2 {
	margin: 0 0 0 20px;
    padding-top: 50px;
    text-align: center;
}

h2 a {
    font-size: 30px;
	color: #2B1B0F;
    background: linear-gradient(transparent 85%, rgb(255, 255, 255,0.5) 70%); 
}


h3{
	padding: 50px 0;
    margin:-30px 0 -60px 0;
}

h3 a {
    color: #2B1B0F;
    font-size: 1.3em;
    background: linear-gradient(transparent 70%, rgba(255,255,255,0.80));
}

h4{
	padding: 0;
    margin:50px 0 10px 0;
}

h4 a {
    color: #2B1B0F;
    font-size: 1em;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

h1 {
    margin: 0;
    padding: 0;
}
small{
	font-size: 0.7em;
}

/*背景画像*/


.bg img {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -100;
    width: 100%;
    height: 100vh; /* ビューポートの高さに合わせる */
    object-fit: cover; /* 画像の縦横比を維持しつつ、要素全体を覆う */
    z-index: -100;
}


/*メニュー*/

header {
    width: 230px;
    height: 100%;
	margin:0 0 10px 0;
    position: fixed;
	background-color: #fbd270;
}
header nav ul {
    padding: 0;
    margin: 5px 10px 0 10px;
}
header nav ul li {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
header nav ul li img {
    width: 100%;
}
header nav ul li a {
    transition: 0.3s ease-in-out;
}
header nav ul li a:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

header .etc-link{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

header .etc-link p {
    padding: 5px;
    margin: 0;    
}

header .etc-link a {
    color: #111;
    text-decoration: none;
}

header .etc-link a:hover{
    color: #6B4A0B;
}

header .etc-link ul {
    border-top: 3px dotted #fff;
    padding: 10px;
    margin: 0;
}

header .etc-link ul li {
    list-style: none;
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    padding: 0 0 10px 0;
}

header .etc-link .pdf {
	text-align: left;
}

/*ハンバーガーメニュー*/
.sp-header {
    display: none;
}

/*コンテンツ*/
.contents {
    width: auto;
    margin: 0;
    margin-left: 150px;
    box-sizing: border-box;
}

/*インデックス*/
.index {
    width: auto;
    margin: 30px 200px;
	padding: 15px 0;
    text-align: center;
	background-color: #fbd270;
	border: solid 3px rgba(255,255,255,0.5);
	border-radius: 50px;
}
.index img {
    border-radius: 12px;
	width: 80%;
}
.index_l {
    width: 100%;
    padding: 0 0 10px 50px;
    flex-basis: 50%;
}
.index_l h3{
	padding-left: 100px;
	text-align: left;
}
.index_l p{
	font-size: 80%;
}

.index_r {
    width: 100%;
    padding: 30px 70px 10px 0;
    flex-basis: 50%;
}
.index_r img {
	width: 60%;
    box-shadow: 10px 5px 5px #999;
}

/*インデックス(背景なし)*/
.index_none {
    width: auto;
    margin: 30px 200px;
	padding: 15px 0;
    text-align: center;
}
.index_none img {
    border-radius: 12px;
	width: 80%;
}

/*2行*/
.twoline {
    width: 100%;
    margin: 0;
    display: flex;
    text-align: center;
}




/*サブタイトル*/

.sub-title {
    width: auto;
    text-align: center;
}

.sub-title img {
    margin: 0 0 -20px 10px;
	padding:0;
	width: 5%;
}

/*ふきだし*/

.fukidashi {
  	position: relative;
  	margin: 1em 15% ;
  	padding: 15px;
	text-align: center;
    font-size: 1.3em;
    font-weight: 900;
	border: solid 2px #fff; 
	background:rgba(255,255,255,0.40); 
	color: #2B1B0F;
  	border-radius: 30px;
}

.fukidashi p {
  margin: 0; 
  padding: 0;
}

.fukidashi a {
color: #2B1B0F;
}

/*リスト*/

.list {
    width: auto;
	margin: 50px 80px 0 80px;
	text-align: center;
}

.list ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.list a {
    text-decoration: none;
    color: #444;
    font-weight: 800;
}
.list a :hover {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}
.list a img {
    width: 80%;
    border-radius: 5%;
    box-shadow: 5px 5px 5px #666;
}
.list a.blank img{
    box-shadow: none;
}

.list ul.size img {
    width: 90%;
    border-radius: 0%;
	border: solid #fff 5px;;
    box-shadow: none;
}

/*YouTube*/

.index-youtube {
    width: 75%;
    height: 90px;
    margin: 0 0 20px 13%;
    padding-top: 35% !important;
    position: relative;
    border-radius: 12px;
	background: #fff;
}

.index-youtube iframe {
    position: absolute;
    top: 1%;
    right: 3%;
    bottom: 3%;
    left: 1%;
    width: 98% !important;
    height: 98% !important;
    border-radius: 12px;
}

/*文字設定*/

p.to-youtube {
    margin: 0 100px 0 0;
    padding: 0;
    text-align: right;
}
p.to-youtube a {
    color: #b20909;
    font-weight: 700;
    text-decoration: none;
}
p.to-youtube a:hover {
    opacity: 0.5;
}

p.shumei{
    color: #2B1B0F;
	margin-top: 1.5%;
	font-size: 1.1em;
    font-weight: bold;
}

p.explain {
    color: #2B1B0F;
	margin-top: 3%;
	font-size: 1em;
	text-align: left;
	margin-left:14%; 
	margin-right: 13%;
}


p.sheet{
  	position: relative;
  	margin: 30px 30%;
  	padding: 8px;
	text-align: center;
    font-size: 1em;
    font-weight: bold;
  	background: #2B1B0F;
  	border-radius: 30px;
}
.sheet a{
	color: #fff;
}

p.card{
  	position: relative;
  	margin: 3% 10% ;
  	padding: 8px;
	text-align: center;
    font-size: 1em;
    font-weight: bold;
  	background: rgba(176,59,35,0.9);
  	border-radius: 30px;
}
.card a{
	color: #fff;
}

p.A3copy{
    color: rgba(176,59,35,1.00);
    font-weight: bold;
	font-size: 1em;
}

/*表*/

table {
  width: 70%;
  margin: 20px 0 20px 15%;
  border-collapse: collapse;
  background:rgba(255,255,255,0.30);
  border: solid 2px #fff;
  font-size:1.1em;
}
table th, table td {
  border: dashed 2px #fff;
  padding:10px 30px;
}

/*フッター*/

footer {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    margin: 80px 0 0 0;
    /*padding-top: 50px;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B1B0F;
    border: none;
    vertical-align: top;
    font-size: 12px;
}

footer a {
    text-decoration: none;
    color: #2B1B0F;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/*ページの上部へ（↑）ボタン*/
.pagetop {
	margin: 0;
    position: fixed;
    right: 0;
    bottom: 1px;
    z-index: 100;
}

.pagetop a {
    display: block;
    text-decoration: none;
}




/*トップページ*/

/*教材集*/
.sub-header {
    margin: 0;
    padding: 20px;
    width: auto;
    height: auto;
    text-align: center;
}
.sub-header a.package {
	font-size: 17px;
	font-weight: bold;
	color: #2B1B0F;
    background: linear-gradient(transparent 60%, rgb(255, 255, 255,0.5) 70%); 
}

/*マップ、とりせつ*/
.map {
    width: auto;
    height: auto;
	margin: 0;
	text-align: right;
}

p.map {
    width: auto;
    padding: 35px 15px 0 0;
	margin: 0;
}
p.map a {
	background-color: rgba(255,255,255,0.5);
	color: #2B1B0F;
	font-weight: bold;
	border: solid 3px rgba(255,255,255,0.7);
	padding: 15px;
    border-radius: 30px;
}
p.map a:hover {
	background: #fff;
    transition: 0.3s ease-in-out;
}

/*タイトル*/

.title{
	width: 100%;
	text-align: center;
}

.title p.textbook {
	font-size: 1em;
	color: #2B1B0F;
}
.title p.tit-copy {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    line-height: 3;
    color: #2B1B0F;
    font-size: 20px;
    font-weight: bold;
}
