@charset "utf-8";

body{
	background-color: #EEFFFF;
	background-image: url(./theme_tateyama_800x250.jpg);
	background-position-x: center;
	background-repeat: repeat-x;
	background-size:auto;
    flex-direction: column;
    max-width: 100%;
    height: auto;
}

.head_Line {
	color: #556b2f;
  	font-family: "HGS創英角ﾎﾟｯﾌﾟ体","游ゴシック", "YuGothic", "メイリオ", meiryo;
  	font-size: 32pt;
    position: relative; top:40px;
    text-align:center
}
.head_Line span{
	font-size: 28px;
}

.menu{
    display: flex;  
    width: 100%;
    background-color: #1f3134;
    box-sizing: border-box;
    position: absolute; top:240px;
    left: 0px;
    justify-content: center;
    margin-top: 0;
}
.menu li{
    list-style: none;               /* 先頭のピリオドをなくす */
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 20px;
    margin-right: 20px;
}
.menu a {
    text-decoration: none;  /* リンクの下線をなくす */
    color: white;
}
.menu a:hover{
    color: rgb(214, 237, 248);
}

/*********************************/
.root{
    display: flex;
    position: relative; top:195px;
    width: 90%;
    margin-top: 40px;
    align-self: center;
    max-width: 1300px;
}
.root a{
    text-decoration: none;  /* リンクの下線をなくす */
}
/*************************************/
.wrapper {
    position: relative; top:250px;    
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 2px auto;

}
.main {
    position: relative; top:20px;  
   
    max-width: 100%;
    margin: 30px;
}


footer{
    position: absolute;
    bottom :0;
    display: flex;
    width: 100%;
    background-color: #3b7960;
    box-sizing: border-box;

    justify-content: center;

}
/********************************************************/
/********************************************************/
@media screen and (max-width: 1000px) {
    .column2 {
        flex-direction: column;
        width: 98%;
        overflow:hidden;
    }
    .column2 div{
        width: 90%;
    }
    .column2 div.mess{
        margin-top: 0;
    }
    .column1 {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .head_Line {
        font-size: 28pt;
    }
    .head_Line span{
        font-size: 26px;
    }    
    .root{
        margin-left: 30px;
        margin-top: 40px;
    }

}
@media screen and (max-width: 740px) {
    .head_Line {
        font-size: 22pt;
    }
    .head_Line span{
        font-size: 20px;
    }
    .menu li{
        margin-left: 10px;
        margin-right: 0px;
    }
    
    .root{
        margin-left: 20px;
        margin-top: 55px;
    }

}
@media screen and (max-width: 480px) {
    .root{
        margin-left: 15px;
        margin-top: 75px;
    }
    .main{
        position: relative; top:90px;  
        margin-top: 2px;

    max-width: 100%;

    }     
}