@charset "UTF-8";

/*******************************************/
/*     すべてのWebページに適用される             */
/*******************************************/

html {
  font-family: "Noto Sans JP", sans-serif;
}

html * {
  box-sizing: border-box;
}

body {
  background-image: url("/images/kabegami1.jpg");
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  display: block;
  justify-content: center;
}

/******************************************/
/*           ヘッダーの設定 　　　　　　　*/
/******************************************/

.header {
	display: block;
	max-width: 900px;
  background: rgba(70, 14, 68, 0.85);
	margin: 0 auto;
	padding: 0 0 5px 0;
	box-shadow: 2px 2px 3px black;
}

.logo {
	font-size: 20px;
  max-width: 200px;
  margin: auto;
  line-height: 0;
  text-align: center;
}

.logo img {
    width: 300px;
    margin: auto;	
    padding: 15px 0 0 0;
}

.nav li {
  display: inline;
  font-size: 16px;
  list-style-type: none;
  padding-right: 12px;
}

.nav ul {
  margin: 0 0 0 0;
  padding: 120px 120px 0px 0px;
  background-image: url("/images/y_haikei.png");
  background-repeat:repeat;
}

.nav a:link {
  color: #2f4f4f;
  text-decoration: none;
}

.nav a:visited {
  color: #800000;
  text-decoration: none;
}

.nav a:hover {
  color: #e3937a;
  text-decoration: none;
}

.nav a:active {
  color: #404d00;
  text-decoration: none;
}

.nav button:hover {
  background-color: #ffffff;
}

.keyvisual {
  margin: 15px 0 0 0;
  text-align: center;
}


/******************************************/
/*           本体の設定　　 　　　　　　　*/
/******************************************/

.wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
  background-image: url("/images/YLAB2P.png");
  background-size: 15%;
  background-repeat: repeat;  
}


/******************************************/
/*           コンテナの設定 　　　　　　*/
/******************************************/

.container {
  max-width: 900px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  border: 0px solid #333;
}

.container-center {
  display: flex;
  justify-content: center;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-container.column {
  flex-direction: column;
}



/**************************************/
/*           フッタの設定                           */
/**************************************/

.footer {
  max-width: 900px;
  background: rgba(255, 255, 255, 0.91);
  margin: 10px auto 0 auto;
  padding: 3px 10px 3px 10px;
  box-shadow: 2px 2px 3px black;
  font-size: 16px;
  color: #000000;
}

.details-container2 {
  max-width: 900px;
  margin: 0 20px 10px 0;
	padding: 0 0 10px 0;
}

.details-container2[open]{
  background: rgba(22,22,14,0.85);
  color: rgb(255,255,255);
  padding-bottom: 10px;
} 

.details-container2[open] summary {
  color: #eebbcb;
} 

.footer details a:hover {
  color: none;
}

.footer-column {
  max-width 200px;
  font-size: 14px;
}

.footer-column a {
  text-decoration: none;
}

kbd > kbd {
  background-color: #f3f3f3;
  border-radius: 3px;
  font-weight: bold;
  padding: 1px 2px 0;
  border: 1px solid black;
  color: #000000;
}


.news-item {
  margin: 0 10px;
}


/*************************************/
/* 段落の区切り二重線の設定 */
/*************************************/

hr {
  border: none;
  border-top: 3px double #333333;
  color: inherit;
  overflow: visible;
  text-align: center;
  height: 5px;
}

hr::after {
  background-color: #ffffff; 
  content: '§';
  padding: 0 4px;
  position: relative;
  top: -13px;
}


/******************************************/
/*           テキストの設定 　　　　　　　*/
/******************************************/

h2 {
  color: #17184b;
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 3px;
}

h3 {
  color: #17184b;
  font-size: 16px;
  margin: 0 0 2px 0;
  padding: 2px;
}

f12 {
  font-size: 12px;
}

p {
  line-height: 1.6;
}


.highlight {
  background-color: yellow;
}

a:link {
  color: #0000cd;
}

a:visited {
  color: #800000;
}

a:hover {
  color: #e3937a;
}

a:active {
  color: #404d00;
}


/******************************************/
/*　　　　　　　画像の設定                          */
/******************************************/

img {
  max-width: 100%;
  height: auto;
}
