/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/******************************
 common
*******************************/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
  background-color: #fff;
  color: #000;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc {display: block;}
.sp {display: none;}
.pc-inline {display: inline;}
.sp-inline {display: none;}

.opa {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.opa:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.w100 {
  width: 100%;
  height: auto;
}

.inr {
  width: 980px;
  margin: 0 auto;
}

.center {
  text-align: center !important;
}

.bold {
  font-weight: bold;
}

.txt {
  line-height: 1.6;
  font-size: 14px;
}

.blue {
  color: #2ca6e0;
}

.f-xs {
  font-size: 0.7em;
}

.red {
  color: #f00;
}

.ml0 {
  margin-left: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.disc-list {
  list-style: disc;
  line-height: 1.5;
  font-size: 14px;
  margin-left: 18px;
}

.disc-list > li {
/*  padding-left: 1em;
  text-indent: -1em;*/
  list-style-position: outside;
  margin-bottom: 2px;
}

.decimal-list {
  list-style: decimal;
  line-height: 1.5;
  font-size: 14px;
  margin-left: 18px;
}

.decimal-list > li {
/*  padding-left: 1em;
  text-indent: -1em;*/
  list-style-position: outside;
  margin-bottom: 2px;
}

.asterisk-list {
  line-height: 1.5;
  font-size: 12px;
}

.asterisk-list > li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
  margin-bottom: 2px;
}

.asterisk-list > li:before {
  content: '※';
}
.asterisk-list > .ten:before {
  content: '・';
}

.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w33 {width: 33%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}


/******************************
 header
*******************************/
header {
  position: relative;
  min-width: 980px;
}

header h1 img {
  vertical-align: bottom;
}

header .btn {
  background: #014886;
  width: 100%;
  min-width: 980px;
  height: 100px;
  text-align: center;
}

.btn-list {
  display: inline-block;
}

.btn-list li {
  display: inline-block;
  padding: 20px;
}

#prevbtn {
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 100;
}


/******************************
 container
*******************************/
.container {
  padding: 40px 0 0 0;
  background: #00043A;
  min-width: 980px;
  width: 100%;
}

.btn-entry {
  text-align: center;
  padding-bottom: 40px;
}

.intro {
  background-image: url(../img/top-stripe.png);
  background-repeat: repeat;
  padding: 15px;
  position: relative;
  margin-bottom: 33px;
  background-color: #7e0787;
}

.intro-inr {
  background: #ece9fa;
  padding: 30px 40px;
}

.intro .txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.intro .ph-box {
  margin-top: 20px;
}

.intro .ph-box img {
  border: 4px solid #fff;
  box-shadow: 8px 8px 0 #000;
}

.outline-cs {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
  padding: 20px;
  background: #ff1731;
  color: #fff;
  line-height: 1.4;
}

.wh-box {
  margin-bottom: 40px;
  background: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 6px 6px 0 #7E0087;
}

.wh-box-ttl {
  position: absolute;
  top: -30px;
  left: -30px;
  background: #7E0087;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
}

.wh-box-ttl:after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 30px 0 0;
  border-color: #7E0087 transparent transparent transparent;
}

#entry.wh-box {
  background: #ffeb00;
}

.ttlico {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.outline-list {
  display: table;
  margin-bottom: 15px;
  line-height: 1.4;
}

.outline-list.last {
  margin-bottom: 0;
}

.outline-list dt {
  color: #0c90d0;
  display: table-cell;
  vertical-align: middle;
  width: 74px;
}

.outline-list dt span {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  background-color: #7E0087;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.outline-list dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 32px;
}

.outline-list dd.address {
  font-size: 14px;
}

.outline-list dd.course {
  font-size: 18px;
}

.outline-list dd.small {
  font-size: 18px;
}

.outline-list dd a {
  color: #666;
}

.outline-list .logo-phiten {
  vertical-align: bottom;
  margin-left: 10px;
  display: inline-block;
}

.table-a {
  border: 1px solid #75d0fc;
  line-height: 1.4;
  width: 100%;
}
.table-a th, .table-a td {
  text-align: center;
  padding: 13px;
  font-size: 14px;
  vertical-align: middle;
}
.table-a th {
  background-color: #ece9fc;
  border: 1px solid #cfc7fa;
}
.table-a td {
  border: 1px solid #cfc7fa;
  text-align: left;
}

.table-b th, .table-b td {
  font-size: 14px;
  font-weight: lighter;
  padding-right: 17px;
  padding-bottom: 17px;
  vertical-align: top;
  line-height: 1.4;
}
.table-b tr:last-child th, .table-b tr:last-child td {
  padding-bottom: 10px;
}
.table-b th {
  width: 140px;
  text-align: left;
}

.wh-box.col2 {
  width: 475px;
  float: left;
  margin-right: 30px;
}

.wh-box.col2.last {
  margin-right: 0;
}

.attention {
  background: #e8fff2 !important;
}

.attention .txt {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
}

.attention .logo {
  margin: 0 auto;
  text-align: center;
  width: 242px;
}

.attention .logo a {
  display: block;
  padding: 8px;
  background: #fff;
}

.entry-ttl {
  text-align: center;
  margin-bottom: 20px;
}

.entry-ttl .ttl {
  color: #000;
  font-size: 28px;
  vertical-align: middle;
}

.limit {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background-color: #000;
  padding: 6px 20px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 10px;
}

.entry-start {
 text-align: center;
 margin: 20px auto;
 font-size: 18px;
 font-weight: bold;
 color: #fff;
 background-color: #999;
 padding: 10px;
}

.entry-btn-list {
  margin-bottom: 30px;
}

.entry-btn-list li {
  display: inline-block;
  margin: 0 5px 10px;
}

.contact-ttl {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 10px;
}

.contact-txt {
  font-size: 13px;
}

.wh-box-subttl {
  color: #0c90d0;
  font-size: 16px;
  margin-bottom: 10px;
}

.other .txt {
  margin-bottom: 15px;
  font-size: 11px;
}

.other .wh-box-boldttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}

.other .num-list {
  list-style: decimal;
}

.other .num-list li {
  font-size: 11px;
  line-height: 1.7;
  margin-bottom: 6px;
  list-style: url;
  margin-left: 17px;
}

.other .num-list li:last-child {
  margin-bottom: 0;
}

.other .poli {
  font-size: 11px;
  line-height: 1.6;
}

.other .poli dt {
  font-weight: bold;
  margin-bottom: 3px;
}

.other .poli dd {
  margin-left: 11px;
  margin-bottom: 10px;
}

.copy {
  text-align: center;
  padding: 40px 0;
  font-size: 12px;
  color: #fff;
  background-color: #000;
}

.fbbtn {
  text-align: center;
  padding: 40px;
  margin: auto;
  border: 4px solid #0c90d0;
  border-radius: 4px;
  margin-bottom: 30px;
  background-color: #3B5998;
}

.fbbtn a {
  display: block;
  font-size: 28px;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  background-color: #3B5998;
}

.fbbtn:hover {
  opacity: 0.8;
}

.fblogo {
  width: 40px;
  height: auto;
  margin-right: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  vertical-align: -8px;
}

.wf-mplus1p { font-family: "Mplus 1p"; }

.subnavi {
  width: 80%;
  margin: 20px auto;
}

.subnavi li {
  margin-bottom: 20px;
}

.subnavi .anc01 {
  width: 100%;
}

.subnavi .anc {
  width: 48%;
}

.subnavi a {
  display: block;
  border: 4px solid #7E0087;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  padding: 20px;
  color: #7E0087;
  font-weight: bold;
  font-family: "Mplus 1p";
  text-decoration: none;
  line-height: 1.4;
}

.subnavi a:hover {
  color: #fff;
  background: #7E0087;
}
#entry .subnavi a {
  border: 4px solid #6A00FF;
  color: #6A00FF;
}
#entry .subnavi a:hover {
  background: #6A00FF;
  color: #fff;
}


.entry_FF5E4D a{
  color:#CC1421;
  border: 4px solid #CC1421;
}
.entry_FF5E4D a:hover {
  color: #fff;
  background: #CC1421;
}





.subnavi .anc:nth-child(odd) {
  float: left;
}

.subnavi .anc:nth-child(even) {
  float: right;
}

.guest dt {
  float: left;
  width: 30%;
}

.guest dt img {
  width: 100%;
  height: auto;
}

.guest dd {
  float: right;
  width: 70%;
  padding: 0 20px;
}

.guest dd span {
  font-weight: bold;
  display: block;
  font-size: 1.2em;
  margin-bottom: 8px;
}

.guest dd a {
  color: #0c90d0;
}

.news {
  width: 100%;
  margin: 0 auto;
  height: 240px;
  overflow-y: scroll;
}

.news a {
  color: #0c90d0;
}

.flag dt {
  margin: auto;
  display: block;
  text-align: center;
}

.flag dt img {
  width: 80%;
}

.flag dd {
  margin-top: 10px;
  text-align: center;
}

.flag span {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  color: red;
}

.sponsor li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.sponsor li:hover {
  opacity: 0.8;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #0c90d0;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: 2px solid #fff;
}
#page-top a:hover {
    text-decoration: none;
    background: #0c90d0;
    opacity: 0.8;
}

.swallow-profile {
  text-align: left !important;
  width: 50%;
  margin: 10px auto;
  line-height: 1.4;
}

.guest-profile {
  margin-left: 30px;
}

.guest-profile .ttl {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.soldout {
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
	cursor: default;
}


.youtube-wrap {
  width: 100%;
  margin: 0px auto 30px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.wh-box dd .dd_small {
  text-align: right;
  font-size:14px;
  display: block;
  line-height: 0.5;
}
.wh-box .bc_ffec00{
  background-color: #ffec00;
  font-weight:bold;
  text-align: center;
  padding:5px;
}
.wh-box .fc_CCBE00{
  color: #CCBE00;
  font-weight:bold;
  display: block;
  font-size:30px;
  text-align: center;
}
.wh-box .wh_text{
  font-size:20px;
  text-align: center;
  line-height: 1.5;
}
.wh-box .img_map{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #cfc7fa;
}
.table-c {
  line-height: 1.3;
  width: 100%;
}
.runner {
  margin-top:60px;
  height: 150px;
  background-image: url(../img/runner.jpg);
}

.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f22{font-size:22px;}
.f23{font-size:23px;}
.f24{font-size:24px;}
.f25{font-size:25px;}
.f26{font-size:26px;}

.t_b{font-weight:bold;}

.t_c{text-align: center;}
.t_l{text-align: left;}
.t_r{text-align: right;}

.mt0{margin-top:0px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}

.mb0{margin-bottom:0px!important;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}

.clogo {
  display: table-cell;vertical-align: middle;padding-right: 1em;
}