/*===============================================
●画面フェイドイン
===============================================*/
body {
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*===============================================
●メニュー
===============================================*/
#fixed-navi{
	width:100%;
	background: white;
}

ul{
	overflow:hidden;
	list-style:none;
}

li{
	float:left;
	width:16%;
	box-sizing: border-box;
	padding:10px;  
	text-align: center;
	vertical-align: middle;
}
li:last-child {
	border-right:none;
}
li:first-child {
	border-left:none;
}
li a{
	color:#FFA500;
	text-decoration:none;
	display:block;
}

li a:hover{
	color:#FF9933;
	background:;
}
/*--// .addClass();で追加するcss //--*/

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*===============================================
●body基本設定
===============================================*/
@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	line-height:1.5em;
}
header {
	padding:0px;
	margin:0;
}
a{
	font-weight:bold;
	color : #828282;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .3s;
}
a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #FFA500;
  transition: .3s;
  transform: translateX(-50%);
}

a:hover::after{
  width: 100%;
}

h1 {
	font-family: 'Francois One', sans-serif;
	font-size:200%;
	font-weight:bold;
	color: #000;
	letter-spacing: 5px;
}
h2 {
	font-family: 'Lancelot', cursive;
	font-size:150%;
	font-weight:bold;
	color: #ff9900;
	border-bottom : solid 2px #fff000
}
h3 {
	font-size:100%;
	color: #696969;
	letter-spacing: 0px;
    font-family: "Noto Sans JP"; 
}
h4 {
	font-family: 'Noto Sans JP';
	font-size:120%;
	font-weight:bold;
	color: #000000;
	border-bottom : solid 1px #CCCCCC;
}
h5 {
	font-family: 'Noto Sans JP';
	font-size:150%;
	font-weight:bold;
	color: #000000;
	border-bottom : solid 2px #585858;
}
p{
	font-size:90%;
	margin-top:10px;

}
article{
	max-width: 90%;
	height: auto;
	width /***/:auto;
	padding:10px;
}
footer{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	padding:20px;
}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
p.resizeimage img { width: 100vw; }

.conta{
	overflow: hidden;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	color: #000	
}
.conta1{
	overflow: hidden;
	width: 1100px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	color: #000000
}
.conta2{
	overflow: hidden;
	width: 1100px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;

}

.conta2sub{
	float: none;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	color: #fff;

}
.conta3{
	overflow: hidden;
        position: relative
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
.conta3sub{
	float: none;
	position: absolute;
	top: 34%;
	left: 50%;
	-webkit-transform: translate(-50%,   -50%);
	transform: translate(-50%,   -50%);
	color: #fff;
}
.conta4{
	overflow: hidden;
	width: 90%;
		height: 1px;
	margin-left: auto;
	margin-right: auto;
}
.main1{
	float: left;
	width: 530px;
	height: 600px;
        background-color: rgba(169,169,169,1);
	border-radius: 30px;
}
.side1{
	float: right;
	width: 530px;
	height: 600px;
        background-color: rgba(169,169,169,1);
	border-radius: 30px;
}
.main2{
	float: left;
	width: 320px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
.side2{
	float: right;
	width: 700px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}
.main3{
	float: left;
	width: 650px;
	height: 700px;
}
.side3{
	float: right;
	width: 400px;
}
.main4{
	float: left;
	width: 530px;
	height: 800px;
	border-radius: 30px;
}
.side4{
	float: right;
	width: 530px;
	height: 1300px;
	border-radius: 30px;
}
.main5{
	float: left;
	width: 530px;
	height: 800px;
	border-radius: 30px;
}
.side5{
	float: right;
	width: 530px;
	height: 1000px;
	border-radius: 30px;
}
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

.conta{
	width: 100%;
}
.conta1{
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #000000
}
.conta2{
	overflow: hidden;
	width: 100%;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	color: #696969
}
.conta3{
	overflow: hidden;
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
.conta3sub{
	float: none;
	width: 100%;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%,   -50%);
	transform: translate(-50%,   -50%);
	color: #fff;
}
.conta2sub{
	float: none;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;

}
.conta4{
	overflow: hidden;
	width: 90%;
		height: 1px;
	margin-left: auto;
	margin-right: auto;
}
.main1{
	float: none;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
        background-color: rgba(88,88,88,0.5);
	border-radius: 30px;
	}
.side1{
	/*　floatを解除 */
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
        background-color: rgba(88,88,88,0.5);
	border-radius: 30px;
	}
.main2{
	/*　floatを解除 */
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
.side2{
	/*　floatを解除 */
	float: none;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	}
.main3{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.side3{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.main4{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.side4{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.main5{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.side5{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
}
