
/*ハンバーガーメニューに関する記述*/

.sp{
	display: none;
}

#menu .menuopen{
	display: none;
}
#menu .menuclose{
	display: none;;
}

#menu ul{
	display: none;
}

#menu .menuText{
	display: none;
}

.tab{
    display:none;
}

/*--header----------start------------*/

body {
    background:#ffffff;;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 20px;
	line-height: 1;
}
header{
    top: 0;
    max-width: 1450px;
    margin: 0 auto;
}


#logo01{
    width: 500px;
    left: 20px;
    position: fixed;
}


.co-title{
    position: relative;
    font-size: 14px;
    color:#747484;
    top: 55px;
    left: 125px;
    letter-spacing:0.1rem;
}

.site-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    background: white;
    z-index: 2;
}

.site-logo{
	display: flex;
	justify-content: space-between;
}
.menu{
    top: 95px;
    margin: 0 auto;
    width: 50%;
}

.hero{
    width: 50%;
    padding-left:20px;
}

.hero img{
    width:550px;
}
h1{
	padding-left: 20px;
    font-family: "HG明朝B";
    font-size: 30px;
    vertical-align:-webkit-baseline-middle,middle;
    vertical-align: middle;
	padding-top: 5px;
}

#logo-line{
	width:50px;
	color:white;
	margin:0 auto;
}
	
.logo01{
	display: inherit;
    padding-left: 20px;
}


.site-logo img {
    width: 40px;
	height:40px;
}

.gnav__menu {
    display: flex;
	justify-content:space-evenly;
    padding-top: 30px;
    letter-spacing: 0.15rem;
}


.gnav__menu a{
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.gnav__menu a:hover{
	color: #FF73FF;
    
}

nav ul {
    list-style: none;
}

.gnav{
   display: block;
    padding:15px 10px 15px 30px;
    background: linear-gradient(to bottom,#FFCC99,#ffa601,#ff7f15);
    right: 0;
    height: 85px;
}

.gnav__menu__item {
    margin-right: 30px;
}

.mini-header{
    background:linear-gradient(to bottom,#FFBF80,#FF9E4F,#FF7F15,#FF7F15);
    height:80px;
}

.mini-header p{
    padding-top: 30px;
    padding-left: 20px;
}

.mini-header a{
    color: white;
    font-size: 18px;
}

.mini-header a:hover{
    color:aqua;
}



/*--header----------end------------*/
/*--footer----------start------------*/

.site-footer {
	font-size:16px;
	line-height:25px;
	list-style-type:none;
    width: 100%;
    width:100%;
    height:400px;
}

.footer-container{
    width:100%;
    display:block;
}


.footer-box01{
    height: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 30px 0 0;
    width: 70%;
    margin: 0 auto;
}

.footer-box01-00{
    width:295px;
}

.footer-box01-00 img{
    width:100%;
}

.footer-box02{
    background:linear-gradient(to bottom,#FFBF80,#FF9E4F,#FF7F15,#FF7F15);
    height:120px;
}

.footer-box01-01{
    line-height: 2.1;
    color: #3F0000;
}

.copyright {
    color: #737384;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1rem;
    color:white;
    padding-top: 90px;
    font-family:"BIZ UDGothic";
}

.copyright span{
    font-size: 26px;
    vertical-align: bottom;
}

.footer-title{
    font-size: 24px;
}




/*--footer----------end------------*/

/*ページトップに戻るスクロール --*/

#page-top {
    position: fixed;
　　bottom:20px;
    right: 20px;
	font-size: 30px;
}

#page-top a {
    display: block;
    background: #ced4da;
    color: #fff;
    width: 40px;
    height: 30px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
}

#page-top a:hover {
    background: #999;
    text-decoration: none;
}

