@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sono:wght@600&display=swap');/*Google Fonts Sono*/

/* メニューまでのラップ*/
.TopWrap{
    width: 1200px;  
}

/* Logoラップ */
.Cts01{
    background: rgba(255,255,255,0.98);
    border-radius: 10px 10px 0px 0px;
    width: 960px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 30px 30px 0px 30px;
}

.TopLogo{
    width: 420px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: rgba(255,255,255,1);
    border-radius: 10px 10px 10px 10px;
}

img.TopLogo{
    width: 400px;
    height: 150px;
}

.SubTitle{
    margin-top: 20px;
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: medium;
    color: #000000;
}

/* 上メニューラップ */
.MenuWrapUpper{
	overflow: hidden;
    width: 960px;
    height: 50px;
    background: rgba(255,255,255,0.98);
    padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.MenuLeftUpper{
	float: left;
	margin-left: 50px;
	margin-right: 10px;
    width: 200px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    background: rgba(255,255,255,0);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    /* border-bottom: #eeeeee 2px dotted; */
}

.MenuLeftUpper:hover{
	background: rgba(77,171,255,0);
	color: #ffffff;
    /* border-bottom: #4dabff 1px dotted;*/
} 

.MenuLeftUpper span{
    transition: all 1.0s;
}

.MenuInnerUpper01{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    background: rgba(255,255,255,0);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    /* border-bottom: #eeeeee 2px dotted; */
}

.MenuInnerUpper01:hover{
	background: rgba(77,171,255,0);
	color: #ffffff;
    /* border-bottom: #4dabff 1px dotted; */
}

.MenuInnerUpper01 span{
    transition: all 1.0s;
}

.MenuInnerUpper02{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    background: rgba(255,255,255,0);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    /* border-bottom: #eeeeee 2px dotted; */
}

.MenuInnerUpper02:hover{
	background: rgba(77,171,255,0);
	color: #ffffff;
    /* border-bottom: #4dabff 1px dotted; */
}

.MenuInnerUpper02 span{
    transition: all 1.0s;
}

.MenuRightUpper{
	float: left;
	margin-left: 10px;
	margin-right: 50px;
	width: 200px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    background: rgba(255,255,255,1);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    border-bottom: #eeeeee 2px dotted;
}

.MenuRightUpper:hover{
    background-color: rgb(255, 73, 0);
    color: #ffffff;
    border-bottom: #ff4900 1px dotted;
}

.MenuRightUpper span{
    transition: all 1.0s;
}

/* 下メニューラップ */
.MenuWrapLower{
	overflow: hidden;
    width: 960px;
    height: 50px;
    background: rgba(255,255,255,0.98);
    padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.MenuLeft{
	float: left;
	margin-left: 50px;
	margin-right: 10px;
    width: 120px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(255,255,255,1);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    border-bottom: #eeeeee 2px dotted;
}

.MenuLeft:hover{
	background: rgba(77,171,255,1);
	color: #ffffff;
    border-bottom: #4dabff 1px dotted;
}

.MenuLeft span{
    /*アニメーションの指定*/
    transition: all 1.0s;
}

.MenuInner01{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 120px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(255,255,255,1);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    border-bottom: #eeeeee 2px dotted;
}

.MenuInner01:hover{
	background: rgba(77,171,255,1);
	color: #ffffff;
    border-bottom: #4dabff 1px dotted;
}

.MenuInner01 span{
    transition: all 1.0s;
}

.MenuInner02{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 120px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(255,255,255,1);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    border-bottom: #eeeeee 2px dotted;
}

.MenuInner02:hover{
	background: rgba(77,171,255,1);
	color: #ffffff;
    border-bottom: #4dabff 1px dotted;
}

.MenuInner02 span{
    transition: all 1.0s;
}

.MenuInner03{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 120px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(255,255,255,1);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    border-bottom: #eeeeee 2px dotted;
}

.MenuInner03:hover{
	background: rgba(77,171,255,1);
	color: #ffffff;
    border-bottom: #4dabff 1px dotted;
}

.MenuInner03 span{
    transition: all 1.0s;
}

.MenuInner04{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 120px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(255,255,255,1);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    border-bottom: #eeeeee 2px dotted;
}

.MenuInner04:hover{
	background: rgba(77,171,255,1);
	color: #ffffff;
    border-bottom: #4dabff 1px dotted;
}

.MenuInner04 span{
    transition: all 1.0s;
}

.MenuRight{
	float: left;
	margin-left: 10px;
	margin-right: 50px;
	width: 120px;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(255,255,255,1);
    display: grid;
    place-items: center;
    font-family: Sono;
    font-size: large;
    border-bottom: #eeeeee 2px dotted;
}

.MenuRight:hover{
    background-color: rgba(77,171,255,1);
    color: #ffffff;
    border-bottom: #4dabff 1px dotted;
}

.MenuRight span{
    transition: all 1.0s;
}