@charset "UTF-8";
/* CSS Document */
.mob{
		display: none;
	}
	body,ul{
		margin: 0;
		padding: 0;
	}
    body{
        font-size: 14px;
        background-color: rgba(64,79,135,1.00);
    }
	#container{
		width: 960px;
		margin: 0 auto;
		position: relative;
background-color: white;
        box-sizing: border-box;
	}
	header{
		position: fixed;
		width: 960px;
		margin: 0 auto;
		height: 530px;
		background-color: white;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-end;
        box-sizing: border-box;
	}
	header ul{
		list-style-type: none;
       
	}
	header a{
		display: block;
	}
    #branding{
        width: 100%;
        font-size: 0.5em;
	    margin-left: 13px;
    }
	#logo{
	margin-bottom: 40px;
	margin-left: 13px;
	}
/*============グローバルナビ============*/
	#gnavi{
			width: 100%;
	}
	#gnavi ul{
		display: flex;
		justify-content: space-around;
		text-align: center;

	}
	#gnavi ul li{
		width: 100%;
		line-height: 30px;
		font-size: 1em;
		text-align: center;

	}
	#gnavi ul li a{
		display: block;
		width: 100%;

	}

/*============コースナビ============*/
/*
#cnavi{
		position: absolute;
		top:0;
		left:0;
	}
*/

	#cnavi li{
		width: 120px;
		line-height: 30px;
		float: left;
		text-align: center;
		list-style-type: none;
	}
	#cnavi li a {
		text-decoration: none;
		display: block;
	}
	.sub{
		display: none;
	}

	#cnavi .sub li {
		width: 250px;
		text-align: left;
		font-size: .8em;
		/*    padding:5px;*/
		clear: both;
		z-index: 100;
	}
	#cnavi .sub li a {
		padding: 10px;
	}
	#cnavi .sub li a:hover {
		opacity: 0.9;
	}

/*============コンテンツナビ============*/
	#MainMenu{
		margin: 0;
		width: 100%;
	}
	#MainMenu ul{
		width: 640px;
		display: flex;
		justify-content: space-around;
/*		background-color: rgba(170,72,134,1.00);*/
	}
	#MainMenu li{
		width: 100%;
		text-align: center;
		font-size: 1em;
		line-height: 30px;
	}
	#MainMenu li a{
				display: block;
	}
/*============メインビジュアル画像============*/	
	#mv img.pc{
/*	vertical-align: bottom;*/
	}
	#mv{
		height: 250px;
	}
/*============2カラム============*/		
	main{
/*		margin: 0;*/
		padding-top: 530px;
		display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
	}
	article{
		width: 640px;
        padding: 0 20px;
        box-sizing: border-box;
/*            border-right:1px solid rgba(72,78,170,1.00);*/
	}
	aside{
		width: 300px;
		padding-top: 10px;
	}

    /*============本文テキスト============*/	

/*
    h2{
    background-color: rgba(72,77,171,1.00);
    color: white;
    font-size: 1.1em;
    line-height: 2;
    text-align: center;
    border-radius: 20px;
    }
h3 {
    color: rgba(72,77,171,1.00);
    border-bottom-width: 3px;
    border-bottom-style: dotted;
}
    h4{
            color: rgba(72,77,171,1.00);
        border-bottom: 1px solid

    }
   p{
        font-size:1em;
        line-height: 2;
    }
*/

        /*============本文写真============*/	
section{
/*
    display: flex;
    justify-content: space-between;
*/
}
 .photo{
	width: 200px;
	height: 200px;
	object-fit: cover;
	background-color: gray;
	/* [disabled]border-radius: 20px; */
    }

.right{
    float: right;
    margin-left: 20px;
}
.left{
    float: left;
    margin-right: 20px;
}
    .clear{
        clear: both;
    }
            /*============フッター============*/	
    footer{
    background-color: rgba(0,0,0,1.00);
    font-size: 0.7em;
    line-height: 4;
    text-align: center
    }
