@charset "UTF-8";

/* 全体の背景,書体 */
body{
    background-image: url("../top_img/kabe02.jpg");
    background-attachment: fixed;
    font-family: "Sawarabi Gothic";
}

/* 全体の書体 */


h2 {
    font-size: 18px;
    line-height: 0;
    color: yellow;
    display: flex;
    justify-content: center;
    
}

p1 {
    font-size: 15px;
    line-height: 1.5;
}



p2 {
    font-size: 15px;
    line-height: 2;
    color: yellow;
    display: flex;
    justify-content: center;
}

p4 {
    line-height: 4;
    display: flex;
    justify-content: center;
    
}


h4 {
    font-size: 17px;
    line-height: 0;
}

b {
    font-size: 15px;
    color: yellow;
}


b2 {
    font-size: 16px;
    line-height: 4;
    color: yellow;
}




/* コンテナ */
.container {
    max-width: 920px;
    margin: auto;
}


/* タイトル */
.header{
    width: 920px;
    height: 80px;
    overflow: auto;
    background-image: url("../top_img/title_kabe01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}



.box1-1{
    width: 345px;
    position: relative;
    top: 31px;
    left: 290px;
    font-size: 14px;
    color: white;
}


a.btn{
    position:relative;
    top: -10px;
    left: 820px
}

/*--本文エリア--*/
.box2{
    width: 920px;
    height: 650px;
    overflow: auto;
    background-image: url("../jiseki/jiseki_img/kabe05.jpg");
}

.box2-1{
    display: flex;
}

.main{
    width: 428px;
    height: 90px;
    font-size: 15px;
    color: white;
}

a.btn1{
    position:relative;
    top: 20px;
    left: 10px
}


.box2-1-0{
    width: 250px;
    position: relative;
    top: -15px;
    left: 120px;
}


.aside{
    width: 480px;
    height: 90px;
}


.box2-1-1{
    display: flex;
}

.item{
    margin: 1px;
    margin-top: 5px;
}

.box2-1-2{
    width: 450px;
    position: relative;
    top: 5px;
    left: 10px;
    font-size: 15px;
    line-height: 1.3;
    color: white;
}




/*--フッターー--*/
.footer{
    text-align: center;
    font-size: 12px;
}


/* メニュー */
#global_navi ul{
    height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}


.modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}


