@charset "utf-8";

/*サイト全体*/
*{font-family: "游ゴシック", 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif' ;}


/*ヒーロー*/
.hero img{width:100%;}
  .pc { display: none ; }
    .sp { display: block ; }


/*メイン領域(上)*/
.group1{background-color: #e5e638;
padding-bottom: 3%;}

.btn{display:flex;
justify-content: center;}

.text1{font-size: 80%;
font-weight:bold;
margin-top:30px;
margin-left: 20px;}

.text2{width:30%;
margin-top:17px;
}

.text2 img{width:100%;
}

.text3{width:30%;
	margin-top: 10px;
}

.text3 img{width:100%;}


.h1{text-align:center;
margin-bottom: 5%;
margin-top:5% ;
}

h1{border-bottom: 5px solid rgba(255,255,255,1.00);
width:290px;
	display:inline-block;
}

.all-contents{
    display: flex;
    justify-content: center;
	line-height: 30px;
    margin-top: 3%;
	margin-bottom: 3%;
    font-size: 15px;
    font-weight: bold;
	margin-right: 7px;
	margin-left:7px;
}

.contents1{margin-right:3%;}

.contents2{margin-left:3%;}

.contents1{margin-right: 10%;}

.contents2{margin-left: 10%;}
/*メイン領域(下)*/
.all-contents2{background-color: #3967a9;
}

.twitter-timeline{margin-right: 10px;
margin-left: 10px;}

.group2{text-align:center;}

.Twitter{color: #fff;
padding-top: 3%;
padding-bottom: 3%;
	text-align:center;
}

.Twitter h2{border-bottom: 4px #D1CA11 solid;
	width:100px;
display:inline-block;}

.Information{
text-align:center;
	color: #fff;
padding-top: 3%;
padding-bottom: 5%;
	display:block;
}

.Information h2{border-bottom: 4px #D1CA11 solid;
width:160px;
	text-align:center;
display:inline-block;}

.Information p{
    font-weight: bold;
	line-height: 40px;
}

.h2{text-align:center;
margin-bottom: 20px;}

.info2{text-align:left;
display:inline-block;}

.btn2{text-align:center;
margin-top: 20px;}

.btn-a img{width:50%;}

.btn-b img{width:50%;
margin-top: 10px;}

/*フッター領域*/
.footer{
    background-color: #3967a9;
    text-align: center;
}

.footer img{width:100%;}

.footer small{color: #fff;
font-weight: bold;
position:relative;
top:20px;}

/*フェードイン*/
.start {
	background:rgba(155,155,155,1.00);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
/*ハンバーガーメニュー*/
#hamburger .btn-gNav {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 3px;

  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top: 0;
	background-color: #000;
}
#hamburger .btn-gNav span:nth-child(2) {
  top: 10px;background-color: #000;
}
#hamburger .btn-gNav span:nth-child(3) {
  top: 20px;background-color: #000;
}
#hamburger .btn-gNav span:nth-child(3)::after {

  font-family:"游ゴシック", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  position: absolute;
  top: 1px;
  left: -2px;
	
  color: #DCD3BF;
	
  font-size: 0.7rem;
}
.btn-gNav.open span:nth-of-type(3)::after {
  display: none;
}
#hamburger .btn-gNav.open span:nth-child(1) {
  background: #000;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
	
  background-color: #e5e638;
  background-size: 100% auto;
  background-position: bottom;
  box-sizing: border-box;
  z-index: 2;
  transition: .3s;
}
#gNav.open {
  right: 0px;
}
#gNav .gNav-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;

}
#gNav ul{margin-top: 50px;}
#gNav .gNav-menu li {
  display: block;
    font-family: "游ゴシック", 'Yu Gothic medium', 'Hiragino Sans', 'sans-serif' ;
  color: #000;
    font-size: 20px;
    font-weight:bold;
  padding: 20px 30px;
}
#gNav .gNav-menu li a {
  color: #000;
    font-size: 15px;
    font-weight:bold;
  text-decoration: none;
}

/*ページトップ*/
.pagetop {
  width: 60px;
  height: 110px;
  position: fixed;
  right: 20px;
  bottom: 30px;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  padding-top: 25px;
  box-sizing: border-box;
  color: #E3D5C7;
  background-color:#666666;

  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
.pagetop a:hover {
  background: #666666;
  opacity: 0.8;
  color: #E3D5C7;
}
.pagetop a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (min-width:640px) {
/*ヒーロー*/
 .pc { display: block !important; }
 .sp { display: none !important; }
	
/*メイン領域(上)*/
	.h1{
	margin-bottom: 5%;
}
	
	.h1 img{width:30%;}
	
	.text1 p{font-size: 25px;
	margin-top: 30px;}
	
	.text2 img{width:90%;}
	
	.text2{text-align:center;
		width:30%;
	padding-top: 10px;
	}
	
	.text3 img{width:90%;}
	
	.text3{width:30%;}
	
	.btn{margin-bottom: 5%;}
	
	.all-contents{
    font-size:25px;
    line-height: 50px;
		margin-bottom: 5%;
	}
	
	/*メイン領域(下)*/
	.all-contents2{display:flex;
	justify-content: center}


.Twitter{margin-top: 20px;}

.Information p{font-size: 20px;
margin-top: 10px;
	
	}

	/*フッター領域*/
.footer small{font-size: 20px;}
}


@media screen and (max-width:400px){
	/*メイン領域(上)*/
	.text1{font-size: 65%;}
	
	.contents1{margin-right: 5%;}
	
	.contents2{margin-left: 5%;}
}


