@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color:#DCDCDC;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 { 
    padding: 1rem 0;
	width: 15%;
			}

/*SNSヘッダー部分
-------------------------------------*/
.snsbox {
	margin: 0 0 0 auto;
}

.follow-me_hd {
	list-style: none;
	overflow: hidden;
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}
.follow-me_hd li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
.follow-me_hd li a::before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
}
.follow-me_hd li a:hover::before {
  opacity: 0.7;
}
.follow-me_hd li a[href*="facebook.com"]::before       { background-color: #3b5998; content: "\f09a"; }
.follow-me_hd li a[href*="instagram.com"]::before      { background-color: #125688; content: "\f16d"; }
.follow-me_hd li a[href*="twitter.com"]::before        { background-color: #55acee; content: "\f099"; }
.follow-me_hd li a[href*="youtube.com"]::before        { background-color: #cd201f; content: "\f16a"; }

.follow-me_hd li a::before {
    -webkit-border-radius: 2px; /* for Android ~4.3 */
    border-radius: 50px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    width: 44px;
}


/*グローバルメニュー
-------------------------------------*/

nav ul {
	display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
	margin-bottom: 0.5rem;
}
nav li {
    display: block;
    flex: 0 0 15%;
}
nav li a {
    text-decoration: none;
    text-align: center;
}
nav a:hover {
	border-bottom: 2px solid #c7000f;
	padding: 8px;
	color: #c7000f;
}
nav a {
    padding: 1rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}

}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.head h1 { 
    padding: 1rem 0;
	width: 35%;
			}
.snsbox {
	margin:0 auto;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 28px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
	
nav a:hover {
	background-color: #ffa0a0;
	padding: 10px;
	color: #ffffff;
	border-bottom: none;

}

	
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
	
.fadeUpTrigger{
		opacity: 0;
		margin: 0 auto;
		display: block;
		width: 50%;
		text-align: center;
	}
	
.kosodate{
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
	
.foottext{
	display: block;
	color: #ffffff;
	}
.foottext2{
	list-style: none;
	color: #ffffff;
	line-height: 1.2em;
	}
	
.youtube iframe{
	display: block;
	margin:0 auto;
	text-align: center;
	padding: 25px;
	width:100%;
}
	
.googlemap iframe{
	display: block;
	margin:0 auto;
	text-align: center;
	width:100%;
}
	}

/* 決意表明部分
------------------------------------*/

.vision{
	width: 80%;
	margin: 0 auto;
	padding-bottom:50px;
	font-size:15px;
	font-weight:normal;
	line-height: 2em;
}
.youtube  iframe{
	display: block;
	margin:0 auto;
	text-align: center;
	padding: 25px;
}

section h2{
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	color:#d7000f; 
    border-bottom: 3px solid #d7000f;
	padding-bottom: 0.5rem;
}

/*心の政治部分
-------------------------------------*/

#sec02{
margin: 0 auto;
padding:10px 10px;
}

.title_attaka{
	display: block;
	text-align: center;
	width:100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* ふわっと登場 */
/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

.fadeUpTrigger:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}



/*新着情報
-------------------------------------*/
#sec03{
margin: auto;
padding:40px 10px;
}

.news h3 {
    border-bottom: 3px solid #666;
	padding-bottom: 0.5rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}


/*お問い合わせ
-------------------------------------*/
#sec04{
	margin: auto;
	padding:40px 10px;
	max-width: 1200px;
}

.contact {
	font-size: 25px;
	text-align: center;
	padding: 1rem 2rem;
 	border: 2px solid #c7000f;
	color: #c7000f;
	margin-top: 50px;
}

.contact-box {
	text-align: center;
	padding: 2rem 0;
	font-size: 25px;
}


/*後援会　
-------------------------------------*/
.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 60px 0;
}
.parallax{
	padding: 0 0;
}

#parallax {
    background-color:#c7000f;
	color: white;
}
#parallax h1{
	margin-bottom: 60px;
	color: white;
	text-align: center;
}

.btn a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.btn a:hover {
    background: #313131;
    color: #FFF;
}
.btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

.text_box{
	text-align: center;
	padding: 10px;
	font-size: 14px;
	}

/*サブページ　
-------------------------------------*/
.sub_01{
	margin: 5px 0 5px 10px;
}
.sub_01_1{
	text-align: left;
	font-size: 30px;
	list-style: none;
	font-weight: 800;
	color:#ffffff;
	line-height: 1.5; /*文の行高*/
  	padding: 0.5em  0 0.5em 0.7em; /*前後の文との余白*/
	margin: 10px 0 10px 0;
	background-color: #c7000f;
}

.sub_02{
	font-size: 15px;
	margin: 5px 0 30px 15px;
	font-weight: 300;
	line-height: 1.5; /*文の行高*/
  	padding: 0.5em 0; /*前後の文との余白*/
}
.box{
	text-align: center;
	margin-top: 15px;
	font-size: 30px;
	font-weight: 800;
	color:  #c7000f;
	padding: 20px;
}

/*プロフィール
-------------------------------------*/
.about_title{
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	color:  #c7000f;
}

.about{
	text-align: center;
}
.about > img {
    border-radius: 100%;
    margin-bottom: 15px;
}
.about {
	padding: 25px;
}

.plf ul li{
	list-style:none;
	text-align: left;	
}

.puti_titlle{
	text-align: left;	
	border-bottom: solid 2px rgba(215,0,15);
	color:rgba(215,0,15); 
}


/*フッター
-------------------------------------*/
footer {
    background-color: #c7000f;
    padding: 5rem 0;
	margin-top: 20px;
}
footer h5 {
	color: #ffffff;
	font-size: 25px;
}
.foottext{
	display: block;
	color: #ffffff;
	}
.foottext2{
	list-style: none;
	color: #ffffff;
	line-height: 1.2em;
	}

.sp{
	float: left;
	display: block;
	margin:10px 0 10px 0; 
}

.googlemap iframe{
	display: block;
	margin:0 auto;
	text-align: center;
}



/*SNS
-------------------------------------*/

.follow-me {
	list-style: none;
	overflow: hidden;
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}
.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
.follow-me li a::before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
}
.follow-me li a:hover::before {
  opacity: 0.7;
}
.follow-me li a[href*="facebook.com"]::before       { background-color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="instagram.com"]::before      { background-color: #125688; content: "\f16d"; }
.follow-me li a[href*="twitter.com"]::before        { background-color: #55acee; content: "\f099"; }
.follow-me li a[href*="youtube.com"]::before        { background-color: #cd201f; content: "\f16a"; }

.follow-me li a::before {
    -webkit-border-radius: 2px; /* for Android ~4.3 */
    border-radius: 50px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    width: 44px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    background-color: #c7000f;
    text-align: center;
    padding: 10px;
	color: #ffffff;
}
.copyright a {
    color: #ffffff;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
	border-radius:0px;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background:#4A4A4A;
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}