@charset "UTF-8";

@media screen and ( min-width: 768px ){

/* 共通
---------------------------------------------------- */
* 			{
	margin:0;
	padding:0;
}
body		{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0em;
	font-weight: normal;
    line-height: 1.85em;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.pc { display: block !important; }
.sp { display: none !important; }
h1{}
h2{}
h3{}
section{
    width: 100%;
}
img{
    width: 100%;
}

/* ヘッダー*/	
header{
    max-width: 100%;
    background-image: url(../images/bk-header.jpg);
    background-repeat: no-repeat;
    background-size: 1150px auto;
    height: 875px;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    margin-bottom: 70px;
}
.header_name{
    max-width: 380px;
    width: 33%;
    position: absolute;
    left: 50px;
    margin: auto;
    z-index: 1;
    top: 25px;
}
	
/* グローバルナビ通常 */
.site-header{
    width: 600px;
    height: auto;
    float: right;
    margin-right: 150px;
}
.contact img{
    height: 130px;
    width: auto;
    top: 0;
    right: 0;
    z-index: 100;
    position: absolute;
	}
.fb-icon{
    height: 35px;
    width: 35px;
    top: 145px;
    right: 15px;
    z-index: 90;
    position: absolute;
	}
	
	
.line-icon{
    height: 35px;
    width: 35px;
    top: 200px;
    right: 15px;
    z-index: 90;
    position: absolute;
	}
	
.gnav{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding-top: 0px;
    margin-top: 10px;
    float: right;
    text-align: left;
    font-size: 100%;
    z-index: 10;
	}
.gnav__menu{
    padding-top: 15px;
}
.gnav__menu__item a{
    float: right;
    margin-right: 10px;
    padding-right: 15px;
    font-weight: bold;
    background-image: url(../images/slash.png);
    background-size: 8px 15px;
    background-repeat: no-repeat;
    background-position: right center;
}
.gnav__menu__item a:hover{
    filter:alpha(opacity=50);
	opacity: 0.50;
}
.gnav__menu___item a{
    float: right;
    margin-right: 10px;
    padding-right: 15px;
    font-weight: bold;
}
.gnav__menu___item a:hover{
    filter:alpha(opacity=50);
	opacity: 0.50;
}
.sec_point{
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    margin-bottom: 100px;
    z-index: 100;
    top: 653px;
    position: relative;
	}
.point_button{
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}	
/* グローバルナビ固定 */
#headbar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #FFFFFF;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    height: 80px;
    color: #595858;
}	
#headbar .hnav-logo{
    height: 60px;
    width: 230px;
    float: left;
    padding-top: 12px;
}
#headbar .hnav-logo img{
    width: 230px;
}
#headbar .hnav{
    width: 600px;
    float: left;
    margin-left: 40px;
    padding-top: 25px;
    text-align: center;
	}
#headbar .hnav__menu{
    float: left;
    padding-right: 0px;
    text-align: center;
    font-size: 100%;
}
#headbar .hnav__menu__item{
    float: left;
    margin-right: 10px;
    padding-right: 15px;
    font-weight: normal;
    background-image: url(../images/slash.png);
    background-size: 8px 15px;
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: bold;  
    text-decoration: none;
}
#headbar .hnav__menu__item a:hover{
    filter:alpha(opacity=50);
	opacity: 0.50;
}
#headbar .hnav__menu___item{
    float: left;
    margin-right: 10px;
    padding-right: 15px;
    font-weight: normal;
    font-weight: bold;  
    text-decoration: none;
}
#headbar .hnav__menu___item a:hover{
    filter:alpha(opacity=50);
	opacity: 0.50;
}
#headbar .hnav__menu__contact{
    width: 110px;
    height: auto;
    top: 0px;
    right: 0px;
    position: absolute;
    font-weight: bold;    
}
#headbar .hnav__menu__contact img{
    width: 110px;
}
	
/* スマホ用ハンバーガーメニュー */
nav.snav ,
nav.snav ul,
nav.snav ul li,
nav.snav ul li:last-child,
nav.snav ul li a,
nav.snav.active,
.snavToggle,	
.snavToggle span,
.snavToggle span:nth-child(1),
.snavToggle span:nth-child(2),
.snavToggle span:nth-child(3),
.snavToggle.active span:nth-child(1),
.snavToggle.active span:nth-child(2),
.snavToggle.active span:nth-child(3){
	display: none;
}
    

/* ごあいさつ */	
.greeting-title{
    width: 210px;
    height: auto;
    padding-top: 0px;
    margin: 0px auto 30px;
}
 #aco-greeting,
 #aco-greeting span,
 #aco-greeting.bg02 span,
 #aco-greeting div{
    display: none;
}
    
/* おぎわら貴幸の今 */
.now-title{
    width: 390px;
    margin: 0px auto;
    padding: 0px 0px 10px;
}
.fb-box{
    width: 500px;
    float: left;
    margin-right: 40px;
    height: 640px;
    margin-bottom: 50px;
}
.fb-title{
    width: 160px;
    margin: 0px auto 20px;
}
.ch-box{
    width: 420px;
    float: left;
}
.ch-youtube{
    width: 420px;
    height: 237px;
    margin-bottom: 30px;
}
.ch-title{
    width: 225px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* 4つの想い */	
.think-box{
    width: 500px;
    float: left;
}
.think-title{
    width: 320px;
    margin: 10px auto 0px;
    padding: 0px 0px 20px;
}
.think-item{
    width: 400px;
    margin-bottom: 20px;
    clear: both;
}
.think-view{
    width: 148px;
    margin-left: 252px;
    clear: both;
}

/* プロフィール */	
.profile-box{
    width: 520px;
    float: right;
}
.profile-title{
    width: 255px;
    margin: 30px auto 0px;
    padding: 0px 0px 30px;
}
	
	
.profile-list{
    margin-bottom: 20px;
}
.profile-list dl{
}
.profile-list dt{
    width: 170px;
    float: left;
    text-align: left;
    font-weight: bold;
    color: #000000;
}
.profile-list dd{
    width: 350px;
    float: left;
    color: #000000;
    text-align: left;
}
.profile-view{
    width: 148px;
    margin-left: 372px;
    clear: both;
}

/* 後援会のご案内 */	
.support-box{
    width: 450px;
    float: left;
    padding-bottom: 20px;
	padding-top: 45px
}
.support-title{
    width: 360px;
    margin: 100px auto 0px;
    padding: 0px 0px 20px;
}
.support-text{
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.support-tel{
    width: 390px;
    margin: 0px auto 20px;
}
.support-contact{
    width: 260px;
    margin: 0px auto;
    clear: both;
}
.support-ogiwara{
    width: 380px;
    margin: auto 0px 0px 30px;
    float: right;
}

/* フッター */
footer{
    background-color: #FFFFFF;
    width: 100%;
}
.footer-logo{
    width: 280px;
    margin: 30px auto 20px;
}
.footer-text{
    text-align: center;
    width: 100%;
    margin: 0px auto 20px;
}
.footer-map{
    width: 960px;
    margin: 0px auto 20px;
}
.copyright{
    background-color: #595858;
    width: 100%;
    padding: 20px 50px 20px 0px;
    color: #BFBFBF;
    text-align: right;
    font-size: 70%;
}
	
/* pageTop */
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 70%;
}
#page-top a {
    width: 60px;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}

/* 共通
---------------------------------------------------- */
.pb10{
	padding-bottom: 10px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pb40{
	padding-bottom: 40px;
}
.pb50{
	padding-bottom: 50px;
}
.pb100{
	padding-bottom: 100px;
}
.pt10{
	padding-top: 10px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.pt40{
	padding-top: 40px;
}
.pt50{
	padding-top: 50px;
}
.pt100{
	padding-top: 100px;
}
.pt150{
	padding-top: 150px;
}
.pbt10{
	padding-bottom: 10px;
	padding-top: 10px;
}
.pbt20{
	padding-bottom: 20px;
	padding-top: 20px;
}
.pbt30{
	padding-bottom: 30px;
	padding-top: 30px;
}
.pbt40{
	padding-bottom: 40px;
	padding-top: 40px;
}
.pbt50{
	padding-bottom: 50px;
	padding-top: 50px;
}
.pbt100{
	padding-bottom: 100px;
	padding-top: 100px;
}
.wrapper{
    width: 100%;
    height: auto;
    }
.bk-blue{
    background-color: #3A8FCE;
    color: #FFFFFF;
    text-align: left;
    }
.bk-aqua{
    background-color: #D4E8F5;
}
.bk-lime{
    background-image: -webkit-linear-gradient(270deg,rgba(230,228,0,1.00) 90%,rgba(255,255,255,1.00) 90%);
    background-image: -moz-linear-gradient(270deg,rgba(230,228,0,1.00) 90%,rgba(255,255,255,1.00) 90%);
    background-image: -o-linear-gradient(270deg,rgba(230,228,0,1.00) 90%,rgba(255,255,255,1.00) 90%);
    background-image: linear-gradient(180deg,rgba(230,228,0,1.00) 90%,rgba(255,255,255,1.00) 90%);
}
.bk-gray{
    background-color: #595858;
    color: #FFFFFF;
}
.bk-think{
    background-image: url(../images/bk-think.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    height: 800px;
}
.bk-profile{
    background-image: url(../images/bk-profile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    height: 800px;
    }
.w960{
    width: 960px;
    margin: 0px auto;
}    
.w900{
    width: 900px;
    margin: 0px auto;
}    
.w750{
    width: 750px;
    margin: 0px auto;
}
.indent{
    text-indent: 1em;
}
.banner-area{
display: none;
}
.banner-box50 img{
display: none;
}
.font110{
    font-size: 110%;
}

	
