@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{}
h3.headline{
    background-color: #3A8FCE;
    color: #e6e400;
    text-align: center;
    font-size: 120%;
    text-decoration: none;
    letter-spacing: 0.15em;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 30px auto 0px;
    width: 100%;
    font-weight: normal;
    border-radius: 30px;
}
h3.headline-b{
    color: #3A8FCE;
    text-align: left;
    font-size: 110%;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    border-bottom: 1px solid #3A8FCE;
}
h4{
    font-size: 100%;
    text-align: left;
    margin-bottom: 3px;
    padding-bottom: 3px;
    margin-top: 10px;
    border-bottom: 1px solid #D0D0D0;
}


section{
    width: 100%;
}
img{
    width: 100%;
}


/* ヘッダー*/	
header{
    max-width: 100%;
    margin-bottom: 20px;
    height: 80px;
    background-color: #FFFFFF;
    clear: both;
    float: none;
}
.header_name{
    width: 320px;
    position: absolute;
    left: 50px;
    margin: auto;
    z-index: 1;
    top: 15px;
}
	
/* グローバルナビ通常 */
.site-header{
    width: 600px;
    height: auto;
    float: right;
    margin-right: 150px;
    line-height: 80px;
}
.contact img{
    height: 122px;
    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: 0px;
}
.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: 650px;
    position: relative;
	}
.point_button{
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}	
.sec_point_sp{
    display: none;
	}
.point_button_sp{
    display: none;
	}	
/* グローバルナビ固定 */
#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;
}	
#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;
}
#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;
	}
    

/* 4つの想い */	
.think-box{
    width: 600px;
    float: left;
    color: #FFFFFF;
    text-align: left;
}
.think-title{
    width: 350px;
    margin: 10px auto 30px 0px;
    padding: 0px 0px 20px;
}
.think-item{
    width: 500px;
    margin-bottom: 20px;
    clear: both;
}
.think-text{
    width: 600px;
    margin-bottom: 50px;
    clear: both;
    font-size: 110%;
    line-height: 1.5em;
}
.think-text ul{
    margin-left: 5px;
}
.think-text li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212,232,245,0.30);
    padding-left: 27px;
    background-image: url(../images/think/li.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    background-size: 7px 10px;
}

/* プロフィール */	
.profile-box{
    width: 80%;
    margin-right: auto;
    margin-left: 0px;
    margin-top: 0px;
}
.profile-title{
    width: 200px;
    margin: 0px auto 0px 0px;
    padding: 100px 0px 30px;
}
.profile-list{
    margin-bottom: 70px;
}
.profile-list dl{
    }
.profile-list dt{
    width: 25%;
    float: left;
    text-align: left;
    font-weight: bold;
    color: #000000;
}
.profile-list dd{
    width: 75%;
    float: left;
    color: #000000;
    text-align: left;
}
.hobby-list{
    padding-bottom: 50px;
}
.hobby-list1{
    width: 15%;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
}
.hobby-list img{
    width: 100%;
}
.hobby-list2{
    width: 80%;
    float: left;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.5em;
    margin-top: 5px;
}
.responsive{}
.profile-view{
    width: 148px;
    margin-left: 372px;
    clear: both;
}

/* 後援会のご案内 */	
.support-box{
    width: 550px;
    float: left;
    padding-bottom: 20px;
}
.support-title{
    width: 60%;
    margin: 230px auto 0px;
    padding: 0px 0px 20px;
}
.support-title2{
    width: 90%;
    margin: 220px auto 0px;
    padding: 0px 0px 20px;
}
.support-text{
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 70px;
}
.supportf-text{
    color: #000000;
    text-align: center;
    margin-bottom: 70px;
}
.support-tel{
    width: 390px;
    margin: 0px auto 20px;
}
.support-contact{
    width: 260px;
    margin: 0px auto;
    clear: both;
}
.support-ogiwara{
    width: 380px;
    margin: 0px 0px 0px 30px;
    padding-top: 30px;
    float: right;
}

/* お問い合わせ */	
.contact-title{
    width: 350px;
    margin: 100px auto 0px;
    padding: 0px 0px 20px;
}
.contact-text{
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

/* フッター */
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;
}
.pb150{
	padding-bottom: 150px;
}
.pb200{
	padding-bottom: 200px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px;
}
.mb150{
	margin-bottom: 150px;
}
.mb200{
	margin-bottom: 200px;
}
.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;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt100{
	margin-top: 100px;
}
.mt150{
	margin-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;
}
	
	
.pbt200{
	padding-bottom: 200px;
	padding-top: 100px;
}
	
.mbt10{
	margin-bottom: 10px;
	margin-top: 10px;
}
.mbt20{
	margin-bottom: 20px;
	margin-top: 20px;
}
.mbt30{
	margin-bottom: 30px;
	margin-top: 30px;
}
.mbt40{
	margin-bottom: 40px;
	margin-top: 40px;
}
.mbt50{
	margin-bottom: 50px;
	margin-top: 50px;
}
.mbt100{
	margin-bottom: 100px;
	margin-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(255,255,255,1.00) 55%,rgba(230,228,0,1.00) 55%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 55%,rgba(230,228,0,1.00) 55%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 55%,rgba(230,228,0,1.00) 55%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 55%,rgba(230,228,0,1.00) 55%);
}
.bk-gray{
    background-color: #595858;
    color: #FFFFFF;
}
.bk-think{
    background-image: url(../images/think/bk.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.bk-profile{
    background-image: url(../images/profile/bk.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100%
    }
.bk-support{
    background-image: url(../images/support/bk-support.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
    background-size: auto 100%;
    }
.w960{
    width: 960px;
    margin: 0px auto;
}    
.w900{
    width: 900px;
    margin: 0px auto;
}    
.w750{
    width: 750px;
    margin: 0px auto;
}
.w500{
    width: 500px;
    margin: 0px auto;
}
.box-alpha{
    background-color: rgba(255,255,255,0.70);
}
.indent{
    text-indent: 1em;
    
}
.text-blue{
    color: #3A8FCE;
    text-align: left;
    font-size: 90%;
    background-color: #E8E8E8;
}
.banner-area,
.banner-box50 img{
display: none;
}
.frame-gray{
    border: 1px solid #D8D8D8;
}
.frame-white{
    border: 1px solid #FFFFFF;
    margin: 10px auto;
    width: auto;
    padding: 10px 30px;
    text-align: center;
    font-size: 90%;
}
   .ifrm-container { 
   width:100%; 
   height:400px; 
   overflow:auto; 
   -webkit-overflow-scrolling : touch;
   }
   
   .ifrm { 
   width:100%; 
   height:100%; 
   border:none; 
   }
}
