/*===============================================*/
/*画面の横幅が769px以上（PC用）のCSS*/
@media screen and (min-width: 1000px){
/*===============================================*/





/* BROWSER CLEAR ----------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {
    margin:0;
    padding:0;
}

fieldset,img {
    border:0;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}

ol,ul,dt,dd {
    list-style:none;
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:150%;
    font-weight:bold;
    color: #333;
}

q:before,q:after {
    content:'';
}

abbr,acronym {
    border:0;
}

.clear {  
    clear:both;
}



/* Global ----------------------------------------------------------------- */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#body {
    background-color:#fff;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    color: #333;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #2e2f78;
    text-decoration: none;
}

#hr {
    height: 1px;
    border: solid #c7b099;
    border-width: 0px 0px 1px;
}


.pc_none { /*スマホサイト表示部分で消したいところの記述*/
	display: none;
}

.pc { display: block !important; }
.sp { display: none !important; }



a.overwhite{
    display:block;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}

.submit_btn:hover{
    cursor:pointer;
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}

.scrolltopicon {
    width: 80px;
    height:80px;
}


/* Base ----------------------------------------------------------------- */


#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

#screen {
    width: 100%;
}


#contents_main {
    width: 100%;
    margin: 0 auto;
}


#contents_main_box {
    max-width: 1200px;
    margin: 0 auto;
}





/* Header ----------------------------------------------------------------- */



/* ヘッダー固定 ------------------ */

#header-fixed {
    position: fixed;	/* ヘッダーの固定 */
    top: 0px;		/* 位置(上0px) */
    left: 0px;		/* 位置(右0px) */
    width: 100%;	/* 横幅100%　*/
    height: 72px;	/* 縦幅 */
    z-index:1;		/* メインコンテンツをz-index:20以下にする */
}

#header-bk { 
    background-image:url(../img/header_bg.png); 
    background-repeat: repeat-x;
    height:72px;	/* 縦の高さ */
    width:100%;		/* 横の幅を100% */
}

#header { 
    height: 100%;	/* 縦の表示領域はheader-bkと同じ */
    width: 100%;	/* 横の幅（実際の幅） */
    margin: auto;	/* 中央揃え */
}



/* ヘッダーロゴ部 ---------------- */


#header_logo2 {
    float:left;
    display:block; 
    width:170px; 
    height:137px; 
    background-position:bottom;
    background-image:url(../img/header_mark.png); 
    margin-top: 2px;
    margin-left:20px;
}

#header a.header_logo {
    float:left;
    display:block; 
    width:271px; 
    height:46px; 
    text-indent:-9999px; 
    overflow:hidden; 
    background-position:bottom;
    background-image:url(../img/header_logo.png); 
    margin-top: 15px;
    margin-left:-170px;
}






/* ヘッダーメニュー部 ------------ */




#header_menu {
    float:right;
    display: flex;
    justify-content:space-between;
    align-items:center;
    max-width:650px;
    height:36px;
    margin-top:25px;
    margin-right:15px;
    font-size: 1.5vmin;
    font-family: 'Oswald', sans-serif;
}



#header_menu ul {
    display: flex;
}

#header_menu li{
    font-weight:bold;
    margin:0 12px;
}

#header_menu a {
    color: #fff;
    text-decoration: none;
}

#header_menu a:hover {
    color: #ad257e;
    text-decoration: underline;
}





#header_icon {
    float:right;
    display: flex;
    justify-content:space-between;
    align-items:center;
    width:140px;
    height:41px;
    margin-top:18px;
    margin-right:20px;
}


#header_icon img {
    width:41px;
    height:41px;
}

#header_icon ul {
    display: flex;
}









/* Top Page ----------------------------------------------------------------- */

/* 画像スライド部 --------------- */

#slideshow {
    width:100%;
    max-height:100%;
    overflow:hidden;
}



/* トップメイン部 --------------- */


#top_main {
    width:100%;
    margin: 0 auto;
}

#top_main_box {
    float:left;
    width:100%;
}

#top_main_box900 {
    max-width:900px;
    margin:0 auto;
    margin-bottom:90px;
}

#top_main_box1200 {
    max-width:1200px;
    margin:0 auto;
    margin-bottom:90px;
}

#top_main_box1200_info {
    float:left;
    width:100%;
    max-width:1200px;
    margin-bottom:90px;
}

#top_main_box100 {
    max-width:1400px;
    margin:0 auto;
    margin-bottom:35px;
}

#top_main_box100 img {
    width:100%;
}

#top_main_under_box {
    max-width:1200px;
    margin:0 auto;
}

#top_midashi {
    font-family: 'Oswald', sans-serif;
    float: left;
    width: 94%;
    color: #666;
    font-size: 25px;
    font-weight: bold;
    text-align:center;
    border-bottom: #ccc 1px solid;
    padding:3% 3% 1% 3%;
    margin-bottom:3%;
}



/* スポンサーバナー --------------- */

#top_main_sponsor_box {
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items:center;
    width:50%;
}

#top_main_sponsor_box img {
    width:80%;
}

#top_main_sponsor_box2 {
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items:center;
    width:90%;
    margin:0 5% 5% 5%;
}

#top_main_sponsor_box2 img {
    width:100%;
}

#top_main_sponsor_box ul {
    display: flex;
}

#top_main_sponsor_box li,#top_main_sponsor_box2 li {
    padding: 0 1% 0 1%;
}












/* ページコンテンツ --------------- */


#contents_header_box {
    max-width:1400px;
    margin:0 auto;
}

#contents_header_box img {
    width:100%;
    margin-top:72px;
}

#contents_box {
    float:left;
    width: 100%;
    max-width: 1200px;
    margin: 100px 0px 100px 0px;
}




/* 下部SNSアイコン --------------- */


#top_sns_banner {
    float: left;
    width: 100%;
    padding-top: 40px;
    border-top: #ccc 1px solid;
    margin-bottom:35px;
}

.ninja_onebutton {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
}




/* PROFILE page ----------------------------------------------------------------- */


#profile_mainbox {
    float:left;
    width: 100%;
    margin: 0 0 3% 0;
}

#profile_photo img {
    float:left;
    width: 45%;
}

#profile_textbox {
    float:right;
    width: 50%;
}

#profile_name {
    float: left;
    width: 100%;
    padding-bottom: 0.5%;
    border-bottom: #aaa 1px solid;
    margin-bottom:3%;
    position: relative;
}

#profile_name1{
    width: 98%;
    font-family: 'Oswald', sans-serif;
    float:left;
    font-size:150%;
    font-weight:bold;
    color: #333;
    padding:0 1% 0 1%;
}

#profile_name2{
    float:left;
    width: 67%;
    font-family: 'Oswald', sans-serif;
    font-size:300%;
    font-weight:bold;
    color: #333;
    padding:0 0 0 1%;
    line-height:1.1em;

}

#profile_name3{
    width: 31%;
    font-size:150%;
    font-weight:bold;
    color: #333;
    padding:0 1% 0 0;
    text-align:right;
    position: absolute;
    right: 0;
    bottom:0;
}


#profile_ul {
    float:left;
    width: 98%;
    font-size:120%;
    color: #333;
    line-height:1.4em;
    padding:0 1% 3% 1%;
    font-weight:bold;
}

#profile_ul li {
    float:left;
    list-style-type: square;
    width: 93%;
    font-size:85%;
    color: #333;
    padding:0 1% 0 0;
    margin-left:6%;
    font-weight:normal;
}

#offset li {
    list-style-type: circle;
    margin-left:3%;
    line-height:1.4em;
    font-size:90%;
    margin-bottom:1%;
}


#profile_senreki_title {
    float: left;
    width: 100%;
    font-size:120%;
    color: #333;
    font-weight:bold;
    line-height:1.4em;
    padding-bottom: 0.5%;
    border-bottom: #aaa 1px solid;
    margin:5% 0 3% 0;
}







/* GALLERY page ----------------------------------------------------------------- */



#gallery_title h2{
    width: 98%;
    border-bottom: #ccc 1px solid;
    font-family: 'Oswald', sans-serif;
    float:left;
    font-size:180%;
    font-weight:bold;
    color: #333;
    margin-bottom:1.5%;
    padding:0 1% 0 1%;
}


#gallery_main_box {
    float:left;
    width: 100%;
    margin: 0 0 3% 0;
}

#gallery_box {
    float:left;
    width: 14.66%;
    height:120px;
    background-color:#fff;
    margin: 0 1% 1.5% 1%;
}

#gallery_photo {
    float:left;
    width: 100%;
    height:120px;
}

#gallery_photo img {
    float:left;
    width: 100%;
    height:120px;
    object-fit: cover;
}






/* RESULT page ----------------------------------------------------------------- */


#result_year {
    width: 99%;
    border-bottom: #ccc 1px solid;
    font-family: 'Oswald', sans-serif;
    float:left;
    font-size:200%;
    font-weight:bold;
    color: #333;
    margin-bottom:1%;
    padding:0 0.5% 0 0.5%;
}


#result_text {
    float:left;
    width: 98%;
    margin-bottom: 40px;
    padding:0 1% 0 1%;
}

#result_header {
    float:left;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    color: #555;
    font-weight:bold;
    font-size:130%;
    margin-bottom: 5px;
}

#result_header2 {
    float:left;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    color: #555;
    font-weight:bold;
    font-size:130%;
    margin-top: 20px;
    margin-bottom: 5px;
}

table.result_table {
    width: 100%;
    border-collapse: collapse;
}

tr.result_header {
    border-top: #666666 1px solid;
    border-bottom: #666666 1px solid;
    background: #eee;
    line-height:1.5em;
    font-size: 12px;
    height: 24px;
    color: #333;
}




/* HEADER ---------------------- */

td.result_header2 {
    border: #666666 1px solid;
    text-align: center;
    width: 17%;
    padding: 2px;
}

td.result_header3 {
    border: #666666 1px solid;
    text-align: center;
    width: 9%;
    padding: 2px;
}

td.result_header4 {
    border: #666666 1px solid;
    text-align: center;
    width: 44%;
    padding: 2px;
}

td.result_header5 {
    border: #666666 1px solid;
    text-align: center;
    width: 15%;
    padding: 2px;
}

td.result_header6 {
    border: #666666 1px solid;
    text-align: center;
    width: 15%;
    padding: 2px;
}


/* 結果入力部 ---------------------- */

tr.result {
    border: #666666 1px solid;
    font-size: 100%;
    color:#000;
}

td.result_sub2 {
    border: #666666 1px solid;
    text-align: center;
    padding: 3px;
}

td.result_sub3 {
    border: #666666 1px solid;
    text-align: center;
    padding: 3px;
}

td.result_sub4 {
    border: #666666 1px solid;
    text-align: left;
    padding: 3px 3px 3px 10px;
}

td.result_sub5 {
    border: #666666 1px solid;
    text-align: center;
    padding: 3px;
}

td.result_sub6 {
    border: #666666 1px solid;
    text-align: center;
    padding: 3px;
}

td.result_sub5 span {
    color:#ff0000;
}

td.result_sub6 span {
    color:#ff0000;
}





/* SPONSORS page ----------------------------------------------------------------- */



#sponsorbox {
    max-width:1200px;
    margin-bottom:5%;
    padding-bottom:4%;
    border-bottom: #aaa 1px solid;
    display: flex;
    align-items:center;
}

#sponsorbox1 {
    float:left;
    max-width:600px;
}

#sponsorbox2 {
    max-width:1200px;
    margin-bottom:5%;
    padding-bottom:4%;
    display: flex;
    align-items:center;
}

#sponsorbox3 {
    float:left;
    max-width:300px;
}


#sponsor_logo {
    float:left;
    width:100%;
    text-align:center;
}

#sponsor_logo img {
    width:85%;
}


#sponsor_logo2 {
    float:left;
    width:100%;
    text-align:center;
}

#sponsor_logo2 img {
    max-width:200px;
    max-height:70px;
}

#sponsor_logo3 {
    float:left;
    width:100%;
    text-align:center;
}

#sponsor_logo3 img {
    max-width:220px;
    max-height:70px;
}

#sponsor_text1 {
    float:left;
    width:100%;
    font-weight:bold;
    font-size: 1.9vmin;
    text-align:center;
    margin-top:3%;
}

#sponsor_text2 {
    float:left;
    width:100%;
    font-size: 1.2vmin;
    text-align:center;
}


#sponsorbox1 a,#sponsorbox2 a {
}

#sponsorbox1 a:hover,#sponsorbox2 a:hover {
}



#sponsor_mainbox {
    max-width:100%;
    margin:0 auto;
    margin-bottom:90px;
}


#sponsor_box {
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    margin-bottom:5%;
    padding-bottom:4%;
    border-bottom: #aaa 1px solid;
}

#sponsor_box img {
    width:100%;
}



#sponsor_box2 {
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    margin-bottom:10%;
}

#sponsor_box2 img {
    width:100%;
}



#sponsor_box ul {
    display: flex;
}

#sponsor_box li,#sponsor_box2 li {
    padding: 0 2% 0 2%;

}





/* INFORMATION（NEWS） ----------------------------------------------------------------- */



/* INFORMATION（NEWS）トップページ、一覧ページ共通 -------------- */


#info_hr {
    float:left;
    width: 100%;
    border: solid #ccc;
    border-width: 0px 0px 1px;
}

#news_ichiran_box {
    float:left;
    width: 23%;
    height:300px;
    font-size: 14px;
    color: #000;
    background-color:#fff;
    margin: 0 1% 34px 1%;
}

#news_ichiran_photo {
background: url('../info/img/blank.jpg') 0 0 ;
background-size:contain;
    float:left;
    width: 100%;
    height:183px;
}

#news_ichiran_photo img {
    float:left;
    width: 100%;
    height:183px;
    object-fit: cover;
}

#news_ichiran_photo_readmore {
    float:left;
    width: 100%;
    height:300px;
}

#news_ichiran_photo_readmore img {
    float:left;
    width: 100%;
    height:300px;
    object-fit: cover;
}

#news_ichiran_date {
    font-family: 'Oswald', sans-serif;
    float: left;
    width: 94%;
    color: #666;
    font-size: 140%;
    font-weight: bold;
    padding:3% 3% 1% 3%;
}

#news_ichiran {
    float:left;
    width: 94%;
    font-weight: bold;
    padding:0% 3% 3% 3%;
}

#news_ichiran a {
    color: #333;
}

#news_ichiran a:hover {
    color: #8a1a1f;
}




/* INFORMATION（NEWS） 一覧ページ ページ送りボタン設定 -------------- */


#news_next_mainbox {
    float:left;
    width: 100%;
}

#news_next_box {
    float:left;
    width: 98%;
    margin:30px 1% 30px 1%;
}

#news_next_button_left img {
    float:left;
    width: 128px;
    height: 32px;
}

#news_next_button_right img {
    float:right;
    width: 128px;
    height: 32px;
}






/* INFORMATION（NEWS） 詳細ページ -------------- */

#news_title_box {
    float:left;
    width: 100%;
    color: #333;
    line-height:1.8em;
    font-size: 13px;
    margin-top:72px;
}

#news_title {
    float:left;
    margin-left: 10px;
}

#news_date {
    float:right;
    font-size: 15px;
    font-weight:bold;
    margin-right: 10px;
}

#news_main {
    float:left;
    width: 98%;
    color: #333;
    line-height:1.8em;
    font-size: 15px;
    margin: 0 1% 0 1%;
-webkit-text-size-adjust: 100%;
}


/* INFORMATION（NEWS） 詳細（画像） -------------- */


#news_photo_mainbox {
    width: 100%;
}

#news_photo01 {
    float:left;
    width: 31.3%;
    margin:1% 1% 2% 1%;
}

#news_photo01 img {
    width: 100%;
}

#news_photo23 {
    float:left;
    margin-bottom: 10px;
    width: 31.3%;
    margin:1% 1% 2% 1%;
}


#news_photo23 img {
    width: 100%;
}







/* CONTACT ----------------------------------------------------------------- */


#contact_text_box {
    width: 98%;
    font-size:15px;
    margin:0 1% 0 1%;
}






/* TABLE ----------------------------------------------------------------- */



table.table {
    width: 970px;
    border-collapse: collapse;
    margin-top:10px;
    margin-bottom:40px;
    line-height:2.0em;
    font-size: 14px;
}

th.table_header {
    width: 20%;
    border: #999 1px solid;
    text-align: center;
    background: #ccc;
    padding: 10px;
}

td.table_header {
    width: 80%;
    border: #999 1px solid;
    text-align: center;
    background: #ccc;
    padding: 10px;
}

th.table {
    border: #999 1px solid;
    text-align: left;
    background: #eee;
    padding: 10px;
}

td.table {
    border: #999 1px solid;
    text-align: left;
    background: #fff;
    padding: 10px;
}






/* Footer ----------------------------------------------------------------- */

.footer {
    background-color:#111;
    width: 100%;
}

.footer_contents {
    max-width: 1200px;
    margin: 0 auto;
    padding-top:180px;
}

#footer_logo {
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items:center;
    width:170px;
    height:137px;
}

#footer_icon {
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items:center;
    width:40px;
    height:69px;
    margin-top:35px;
    opacity:0.5;
}

#footer_icon img {
    width:40px;
    height:40px;
}

#footer_icon ul {
    display: flex;
}

.footer_copy {
    margin: 0 auto;
    font-size:11px;
    color:#666;
    text-align:center;
    margin-top: 35px;
    padding-bottom: 35px;
}







/*===============================================*/
}
/*画面の横幅が769px以上（PC用）のCSS*/
/*===============================================*/
