

/* =======================================
ページ内リンクずらす
 ======================================= */
.anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}

/* =======================================
白帯
 ======================================= */
header {
    background-color: #fff;
    line-height: 60px;
    text-align: center;
    width: 100%;
    color: #000;
    box-sizing: border-box;
    padding-left: 30px;
    z-index: 90;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cb-header {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
  display: none; /* ヘッダーバーを非表示 */
}

.cb-header {
  position: fixed;
  top: -56px;
  left: 0;
}

.slide-down {
  animation-name: slideDown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: .5s;
  top: 0;
}
@keyframes slideDown {
  0% {
    top: -56px;
  }
  100% {
    top: 0;
  }
}

.slide-up {
  animation-name: slideUp;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50%  0;
  animation-duration: .5s;
  top: -56px;
}
@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -56px;
  }
}

.s_moji {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    position: relative;
}
/* =======================================
TOPメニュー
 ======================================= */
  .menu_em {
    left: auto;
    margin-left: 2em;
}

.menu01{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    /* [disabled]max-width: 31%; */
}

.button-5{
    width: 50%;
    height: 60px;
    float: left;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    z-index: 90;    
}
.button-5x{
    width: 50%;
    height: 60px;
    float: left;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    z-index: 90;    
}

.button-5 a{
    padding-left: 33px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height:60px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-5{
    width: 100%;
    height: 60px;
    left: -400px;
    top: -60px;
    background-color: #0E0E0E;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}


    .mokuji{
    cursor: auto;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    line-height: 60px;
    color: #FFFFFF;   
    padding-left: 33px;
    transition: all .5s ease;
    z-index: 2;
    text-decoration: none;
}

    


.button-5:hover .eff-5{
  left:0;top:0;
}
.button-5:hover a{
  color:#fff;
}

/* =======================================
move
 ======================================= */

.move{
    width: 100%;
    max-width: 1024px;
    height: 100%;
    margin-bottom: auto;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
    vertical-align: bottom;
    padding-top: 0px;
}
/* =======================================
基本
 ======================================= */
.square_top{
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    text-align: right;
    margin-left: auto;
}
.square_top2{
    position: relative;
    width: 100vw;
    max-width: 1024px;
    height: 100px;
    margin-right: auto;
    text-align: right;
    margin-left: auto;
}


.square{
    position: relative;
    width: 100vw;
    height: auto;

    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
}
.square2{
    position: relative;
    width: 100vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
    color: #FFFFFF;

    padding-bottom: 20px;
}
.square2_2{
    position: relative;
    width: 100vw;
    height: auto;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    background-color: #3C3C3C;
}
.square3{
    position: relative;
    width: 100vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.square3_2{
    position: relative;
    width: 100vw;
    height: auto;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    background-color: #DCDDDD;
}
.sup{
    padding-right: 22px;
    padding-left: 22px;
    margin-top: 80px;
    margin-bottom: 80px;
}

body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 15px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    line-height: 25px;
}
p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
/* =======================================
header
 ======================================= */
.companyname {
    position: absolute;
    left: 40px;
    top: 80px;
    width: 600px;
    height: auto;
    z-index: 1;
    text-align: left;

    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px; }

.menu7{
    width: 200px;
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: left;
    font-size: 11px;
    z-index: 50;
    box-sizing: border-box;
    color: #8D8D8D;
}
/* =======================================
footer
.footer{
    position: relative;
    width: 100vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
    color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 80%;
}
.footer_2{
    position: relative;
    width: 100vw;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    background-color: #3C3C3C;
}
 ======================================= */
.basicr_top_index {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 130px;
    background-color: #FFF;
}


.basicr_top {
  display: block;
  position: relative;
  z-index: 2;
    margin-bottom: 130px;
  background-color: #FFF;
    padding-bottom: 50px;
}


.footer{
    width: 100vw;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: justify;
    color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 90%;
}
.footer_2{
    position: fixed;
    width: 100vw;
    height: 150px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    left: 0;
  right: 0;
  bottom: 0;
    background-color: #3C3C3C;
    z-index: 1;
}

/* =======================================
HOMEで使用CSS
 ======================================= */


h1 {

}
h2 {  
    font-weight: 400;
    font-style: normal;
    font-size: 20px;    
	margin: 0px;
	padding: 0px;
}
/* ---中国語への思い--- */
div.side1 {
    width: 100%;
}
div.side1 div {
	display: inline-block;

	vertical-align: top;
}
div.side1 div:nth-child(1) {
    width:70%;
    margin-left: 0px;	font-size:16;
}
    div.side1 div:nth-child(2) {
    width: 23%;
    font-size: 0;
        	margin-left: 4%;
    text-align: right;
}
 .date {
    margin-left: 1em;
}

/* ---項目タイトル--- */

.title01 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: center;
    font-style: normal;
    font-size: 50px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    line-height: normal;
}
.title02 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    font-size: 40px;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}



/* --------------------中国の童話　横並び-------------------- */
div.side2 {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0;
}
div.side2 div {
	width: 22%;
	display: inline-block;
	margin-left: 4%;
	vertical-align: top;
	margin-top: 25px;
}
div.side2 div:nth-child(1) {
    margin-left: 0px;
}
div.side2 div:nth-child(4n+1) {
    margin-left: 0px;
}

div.side2 img {
    width:100%;
	margin-bottom: 5px;
}

/* --------------------枠だけ-------------------- */
.waku1{
    width: 100%;
    border: 1px solid #FFFFFF;
    height: 50px;
    padding-top: 40px;
    padding-bottom: 25px;
}
.waku2{
    width: 100%;
    border: 1px solid #000;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
}
/* --------------------枠中文字-------------------- */
p.title_s01 {
    font-size: 1.8vw;
    line-height: 18px;
    text-align: center;
}
p.title_s02 {
    font-size: 1.5vw;
    line-height: 19px;
    padding-bottom: 1.6vh;
    text-align: center;
    color: #ADADAD;
}
p.title_s03 {
    font-size: 1.2vw;
    line-height: 16px;
    padding-bottom: 1.6vh;
    text-align: center;
    color: #3c3c3c;
}

/* --------------------中国の童話　横並び-------------------- */
div.side3 {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0;
}
div.side3 div {
	width: 22%;
	display: inline-block;
	margin-left: 4%;
	vertical-align: top;
	margin-top: 25px;
}
div.side3 div:nth-child(1) {
    margin-left: 0px;
}
div.side3 div:nth-child(4n+1) {
    margin-left: 0px;
}

/* --------------------プロフィール学歴　横並び-------------------- */
div.side_pro {
	width:100%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.side_pro div {

	display: inline-block;
	vertical-align: top;
}
div.side_pro div:nth-child(1) {
    margin-left: 0px;
    width:4.2em;
    margin-top: 15px;
}
div.side_pro div:nth-child(2) {
    margin-left: 0px;
    margin-top: 15px;
    text-align: left;
}

div.side_pro div:nth-child(3) {
    margin-top: 4px;
    display: block;
}

/* --------------------プロフィール就職　横並び-------------------- */
div.side_pro2 {
	width:100%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.side_pro2 div {
	display: inline-block;
	vertical-align: top;
	
}
div.side_pro2 div:nth-child(1) {
    margin-left: 0px;
    width:4.2em;
    margin-top: 15px;
}
div.side_pro2 div:nth-child(2) {
    margin-left: 0px;
    width:1.7em;
    text-align: right;
    margin-top: 15px;
}
div.side_pro2 div:nth-child(3) {
    margin-left: 0px;
    margin-top: 15px;
}
div.side_pro2 div:nth-child(4) {
    margin-left: 0px;
    width:4.2em;
    margin-top: 15px;
}
div.side_pro2 div:nth-child(5) {
    margin-left: 0px;
    margin-top: 15px;
}

div.side_pro2 div:nth-child(6) {
    display: block;
    margin-left: 0px;
    margin-top: 4px;
}
/* --------------------幅指定/////学歴-------------------- */

.pc3{display:none;
}

/* =======================================
画像大きさ
 ======================================= */
.img_w{
    width: 60%;
}

/* --------------------漢詩　横並び-------------------- */
div.side_kanshi {
    width: 100%;
    text-align: center;
	margin-top: 100px;
    margin-bottom: 0px;
    font-size: 0;
}
div.side_kanshi div {
	width: 60%;
	display: inline-block;
	margin-left: 0px;
	vertical-align: top;
}
div.side_kanshi div:nth-child(1) {
    margin-left: 0px;
}
div.side_kanshi div:nth-child(2) {
    margin-left: 5%;
    width: 30%;

}
/* --------------------漢詩意味　横並び-------------------- */
div.side_kanshi_imi {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
div.side_kanshi_imi div {
    display: block;
    vertical-align: top;
    font-size: 100%;
}
div.side_kanshi_imi div:nth-child(1) {
}
div.side_kanshi_imi div:nth-child(2) {
    margin-top: 10px;    
  
}




/* =======================================
ポップアップ 画像切り替え 
 ======================================= */

div.img-box1{
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
div.img-box1 div {
	display: block;
	margin-left: 0px;
	vertical-align: top;
    font-size: 0%;
}
div.img-box1 div:nth-child(1) {
    margin-left: 0px;
    font-size: 0%;
    width: 100%;
     text-align:center;
    
}
div.img-box1 div:nth-child(2) {
    margin-top: 20px;
    text-align: justify;
    font-size: 105%;
    line-height: 110%;
    font-weight: 400;
    width: 100%;
}


.mainImage img{
 text-align:center;
    width: 100%;
}
.thumbnails img{
    border: 1px solid #A4A4A4;
    margin-bottom: 0px;
    width: 15%;
    margin-right: 5px;
}


div.img-box1moji{
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 90%;
    line-height: 200%;
    font-weight: 400;
}



/*--------------------配架図書館　表組み　横並び--------------------*/
 /*---------【項目】-----------*/
div.global_table1 {
    width: 100%;
    font-size: 0px;
}
div.global_table1 div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
    background-color: #D9D9D9;
}


div.global_table1 div:nth-child(1) {
    width: 35%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    padding-left: 1%;
    padding-right: 1%;
}
div.global_table1 div:nth-child(2) {
    width: 29%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    padding-left: 1%;
    padding-right: 1%;
}

div.global_table1 div:nth-child(3) {
    width: 18%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
}

div.global_table1 div:nth-child(4) {
    width: 11%;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dotted #676767;
}



 /*---------【中身】-----------*/
div.global_table2 {
    width: 100%;
    font-size: 0px;
}
div.global_table2 div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;

}


div.global_table2 div:nth-child(1) {
width: 35%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    text-align: left;
    padding-left: 2%;
}
div.global_table2 div:nth-child(2) {
    width: 29%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    text-align: left;
    padding-left: 2%;
}

div.global_table2 div:nth-child(3) {
    width: 18%;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 1px dotted #676767;
    border-bottom: 1px dotted #676767;
    text-align: center;
}

div.global_table2 div:nth-child(4) {
    width: 11%;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dotted #676767;
    text-align: center;
}



/* =======================================
お問い合わせ　背景
 ======================================= */
.otoi{
width: 80%;

    margin-left: 0px;
    background-color: #E5E5E5;
    padding-top: 40px;
    padding-right: 10%;
    padding-bottom: 40px;
    padding-left: 10%;

}
/* =======================================
フォーム 並び
 ======================================= */

div.global_input {
    width: 100%;
    font-size: 0px;
    margin-top: 10px;    
}
div.global_input div {
    display: block;
    vertical-align: top;
    font-size: 14px;

}


div.global_input div:nth-child(1) {
    width: 100%;
    margin-left: 0px;
    text-align: left;
    vertical-align: middle;
    padding-top: 6px;
}
div.global_input div:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 4px;
    text-align: left;
}
/* =======================================
フォーム
 ======================================= */
.jyuuyou{
    background-color: #FF0004;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #fff;
    width: auto;
    margin-bottom: 1px;
    margin-top: 1px;
    border-radius: 10px;
    text-align: center;
    display: inline-block; /*無理やりブロック要素に設定*/
    margin-left: 3px;
    line-height: 12px;
    font-weight: 300;
}
.jyuuyou2{
    background-color: #253C84;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    color: #fff;
    width: auto;
    margin-bottom: 1px;
    margin-top: 1px;
    border-radius: 15px;
    text-align: center;
    display: inline-block; /*無理やりブロック要素に設定*/
    margin-left: 3px;
    line-height: 16px;
    font-weight: 400;
}
input.text {
    width: 100%;
    min-width: 530px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}
input.text2 {
    width: 50px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}
input.text3 {
    width: 70px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}
input.text4 {
    width: 170px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}
select {
    width: 55px;
    height: 35px;
    font-size: 15px;

	}
textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
	}
input.submit_button {
    width: 150px;
    height: 40px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #AABFC8;
    border-style: none;
	}
input.submit_button2 {
    width: 150px;
    height: 40px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #C3C3C3;
    border-style: none;
	}


/* =======================================
父との思い出　画像拡大
 ======================================= */

div.global_omoide {
    width:100%;
    font-size: 0px;

}
div.global_omoide div {
	width:18%;
	display: inline-block;
	margin-left: 2%;
	vertical-align: top;
    margin-bottom: 10px;
    margin-top: 5px;
}
div.global_omoide div:nth-child(1) {
    margin-left: 0px;
}

div.global_omoide2 {
    width:100%;
    font-size: 0px;

}
div.global_omoide2 div {
	width:23%;
	display: inline-block;
	margin-left: 2%;
	vertical-align: top;
    margin-bottom: 10px;
    margin-top: 5px;
}
div.global_omoide2 div:nth-child(2n) {
   width:18%;
    margin-right: 5%;
}

