@charset "UTF-8";
/*-------------------------------------------------------common*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  background-size: 300px;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Lato', "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  letter-spacing: 0px;
  line-height: 1;
  word-break: break-all;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto !important;
}

div.wapper {
	max-width: 1000px;
	margin: 0 auto;
}


@media screen and (max-width: 480px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

h1 {
  display: block;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  letter-spacing: 1px;
  color: #fff100;
  background-size: 10px;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

a * {
  pointer-events: none;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  display: block;
}

.text {
  line-height: 1.5;
}

header, section.btns, section#archives, section#spprogram {
  margin-bottom: 5em;
}

footer {
  padding-bottom: 5em;
  margin-bottom: 5em;
}

section {
  margin-bottom: 2em;
}

#info, #navigator, #guest, #navigators, #archives, #spprogram {
  padding: 2em;
}

@media screen and (max-width: 480px) {
  #info, #navigator, #guest, #navigators, #archives, #spprogram  {
    padding: 1em;
  }
}

.note {
  font-size: 80%;
}

.program, .time {
  letter-spacing: 2px;
  font-weight: bold;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp {
    display: inline;
  }
}

/*-------------------------------------------------------header*/
header {
  text-align: center;
}

header .program {
  color: #00a0e9;
  margin-top: 1em;
  font-size: 24px;
  font-size: 2.4rem;
}

header .program_title, header .program_time {
  margin-top: 0.3em;
  display: inline-block;
  background: #000;
  text-shadow: 3px 3px 0px #601986;
}

header .program_time {
  margin-left: 1em;
}

@media screen and (max-width: 480px) {
  header .program_time {
    margin-left: 0;
    font-size: 70%;
  }
}

header .img_logo {
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 3em;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  header .img_logo {
    width: 100%;
  }
}

header #copy {
  display: inline-block;
  font-weight: bold;
  color: #00a0e9;
  font-size: 34px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-shadow: 3px 3px 0px #601986;
  background: #000;
}

@media screen and (max-width: 900px) {
  header #copy {
    font-size: 20px;
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 740px) {
  header #copy {
    font-size: 26px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  header #copy {
    font-size: 24px;
    font-size: 1.8rem;
  }
}

/*-------------------------------------------------------btns*/
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  color: #601986;
  background: #fff100;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 0px 0px #e8437a;
          box-shadow: 4px 4px 0px 0px #e8437a;
  padding: 1em 1.5em;
  margin-right: 2em;
}

.btn .btn_text {
  margin-left: 0.2em;
}



.btn:last-child {
  margin-right: 0;
}

.btn_icon, .btn_text {
  display: inline-block;
}

.btn_icon {
  margin-right: auto;
  margin-left: auto;
  width: 24px;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

.btn_text {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
}

@media screen and (max-width: 740px) {
  .btn_text {
    font-size: 18px;
    font-size: 1.8rem;
  }

}

@media screen and (max-width: 630px) {
  .btn {
    padding: 0.5em 0.5em;
    margin-right: 1em;
  }
  .btns .btn_icon, .btns .btn_text {
    display: block;
  }
  .btns .btn_text {
    font-size: 14px;
    font-size: 1.0rem;
    line-height: 1px;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
  }
}

.btn_note {
  margin-top: 0.3em;
}

/*-------------------------------------------------------news*/
@media screen and (min-width: 741px) {
  #news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#news #update {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#news #update > div {
  margin-bottom: 2em;
}

#news #update > div:last-child {
  margin-bottom: 0;
}

#news #sns {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

#news #sns #tw_btn .btn {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}

@media screen and (max-width: 740px) {
  #news #sns {
    margin-top: 2em;
  }
  #news #sns #tw_btn {
    text-align: center;
  }
  #news #sns #tw_btn .btn {
    width: 80%;
  }
}

#news #info {
  background: #009e96;
  border: 2px solid #ec6b43;
}

#news #info #period {
  margin-bottom: 0.5em;
}

#news #navigator, #news #guest {
    background: #5952a1;
    border: 2px solid #e8437a;
}



/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
.message { padding-bottom: 50px; color: #fff;}

strong {
	margin:5px auto 15px !important;
}

.form-inp {
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.form-inp2 {
    width: 30%;
    height: 45px;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.form-inp3 {
    width: 50%;
    height: 45px;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.form-inp,
.form-inp2,
.form-inp3 {
	color: #fff;
    border: solid 1px #474135;
		background: #16100C;
    border-radius: 4px;
}
#formarea {
	margin: 40px;
	text-align: left;
}

@media screen and (max-width: 480px) {
#formarea {
	margin: 10px;
	text-align: left;
}
}



#formarea select{font-size:14px;}

#formarea textarea {
    width: 100%;
    border: solid 1px #474135;
	background: #16100C;
    font-size: 14px;
    padding: 10px 0 0 10px;
    margin-bottom: 15px;
	color:#fff;
}

#formarea .formbox h3{color:#a2a79f;;margin:0 0 30px;padding:5px 0;border-bottom:2px solid #a2a79f;font-weight:bold;clear:both;font-size:18px}
#formarea .notice2{margin-left:170px;font-size:0.86em; }
#formarea .notice{background:#3a2b27;margin:20px 0;padding:8px 10px;border-radius:5px;font-size:14px;}
.formbox #formarea .notice{margin-top:40px}
#formarea .notice strong{font-weight:normal}
#formarea .member-link a{display:inline-block;margin-right:15px;text-decoration:none;color:#a2a79f;}
#formarea .center-buttons{padding:30px 0 0;text-align:center}#formarea .center-buttons input{display:inline-block}

#formarea p {color:#fff;    margin: 10px;}
.cp_ipselect {
	    width: 40%;
    height: 45px;
    border: solid 1px #474135;
	background: #16100C;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
	color: #fff;
	
}
.cp_ipselect select {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border-radius: 4px;
  border: solid 1px #474135;
	background: #16100C;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 138px 8px 8px;
	color: #666666;
}

.but-big {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 25px;
    display: inline-block;
    border: 0;
    background: none;
	border: 1px solid #fff;
    line-height: 21px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.but-big:hover {    
	color: #000;
    background: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    
}
.button-msg {
	padding: 18px 50px;
}
.button-msg, a.button-msg {
  background: #a2a79f;
  border: 0;
  color: #000;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: -0.2px;
  text-transform: none;
  margin-top: 20px;
}

.button-msg:hover, .button-msg:focus, a.button-msg:hover, a.button-msg:focus {
  background: #a2a79f;
  border: 0;
  color: #0;
}



/*-------------------------------------------------------spprogram*/
#spprogram {
  border: 2px solid #e8437a;
  background: #8b0964;
}

#spprogram h2 {
  background: url(../img/line_wave_p.png) bottom repeat-x;
}

#spprogram .specialpro {
  padding: 0 !important;
  line-height: 1;
}

@media screen and (max-width: 740px) {
}

@media screen and (max-width: 480px) {
}

#spprogram .specialpro img {
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*-------------------------------------------------------footer*/
footer .program_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}

footer .program_wrapper .img_logo {
  width: 100px;
  margin-right: 2em;
}

@media screen and (max-width: 480px) {
  footer .program_wrapper .img_logo {
    width: 50px;
    margin-right: 1em;
  }
}

footer .program_wrapper .program {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
