@charset "UTF-8";

/* リセット用 */
@import url("reset.css");

/* -------------------------------
  Structure
----------------------------------

0. Common(共通)

1. Navigation

2. page - INDEX

3. Page - OUTLINE

4. Page - CONCEPT

5. Page - LOCATION

6. Page - EVENT PROGRAM

7. Page - PRIVACY POLICY

8. Page - RULE

9. Page - ENTRY

-. mediascreen

---------------------------------- */

/*=====================================

	0.  Common(共通)

=====================================*/
* {
    margin: 0;
    padding: 0;
}

html, body {
  background: #FFF;
  font-family: "tbchibirgothicplusk-pro", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  font-size: 1rem; /*16px*/
  line-height: 150%;
  margin: 0;
  padding: 0;
}
article, footer, header, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/*0-1 LINK設定
================================*/
a{color:#0034ff;text-decoration:none;}
a:hover{color:#601986;text-decoration:none;}
a:active{color:#fff000;}

/*0-2 タグ基本設定
================================*/
ul,ol{list-style:none;margin:0;}
ul{padding:0;}
img{-ms-interpolation-mode:bicubic;border:0;vertical-align:middle;}
h1,h2,h3,h4,h5,h6,dl dt dd,li > ul,li > ol{margin:0;padding:0;}

/*0-3 clearfix設定
================================*/
.clearfix{zoom:1px;}
.clearfix:after{content:".";display:block;height:0;clear:both;line-height:0;visibility:hidden;}

/*0-4 表示切り替え設定
================================*/
.pc_area {display: block;}
.sp_area { display: none;}
@media screen and (max-width: 800px) {.pc_area {display: none;}.sp_area {display: block;}}

/*0-5 コンテナ設定
================================*/
header{position: fixed;width: 100%;z-index: 10000;background:rgba(23,89,171,0.8);} /* navigation固定 */
.wrapper{margin: 0;padding: 0; padding-top: 30px;}
.container{max-width:640px;font-size:14px;margin:50px auto;padding: 0 20px;}
.nav-container{display:flex;justify-content: space-between;flex-wrap: wrap;}
.idx-wrapper{margin: 0;padding: 0; padding-top: 0px;}
.idx-container{max-width:640px;font-size:14px;margin:30px auto;padding: 0 20px;}


/*0-6 装飾・行間
================================*/
h2 {color: #0087da;font-size: 1.2rem;font-weight: 700;}
h3 {font-size:22px; font-weight: 700;}
.bold{font-weight: 700;}
.bule{color:#0087da;}
.red{color: crimson;}
.blue{color: #0000cd;}
.titile{width:193px;margin:0 auto;}
.PT5{padding-top:5px;}
.PT10{padding-top:10px;}
.PT15{padding-top:15px;}
.PT20{padding-top:20px;}
.PT25{padding-top:25px;}
.PT30{padding-top:30px;}
.PT35{padding-top:35px;}
.PT40{padding-top:40px;}
.PT50{padding-top:50px;}
.PB5{padding-bottom:5px;}
.PB10{padding-bottom:10px;}
.PB15{padding-bottom:15px;}
.PB20{padding-bottom:20px;}
.PB30{padding-bottom:30px;}
.PL5{padding-left:5px;}
.PL10{padding-left:10px;}
.PL15{padding-left:15px;}
.PL20{padding-left:20px;}
.PR5{padding-right:5px;}
.PR10{padding-right:10px;}
.PR15{padding-right:15px;}
.PR20{padding-right:20px;}
.MT10{margin-top:10px;}
.MT20{margin-top:20px;}
.MT30{margin-top:30px;}
.MT40{margin-top:40px;}
.MT50{margin-top:50px;}
.MT100{margin-top:100px;}
.MB10{margin-bottom:10px;}
.MB20{margin-bottom:20px;}
.MB50{margin-bottom:50px;}
.center{text-align:center;}
.small{font-size: 10px;}
.yellowback{background: #ffff00;}

/* flexbox */
.flexbox {
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto;
    justify-content: center;
}


/* Buttun */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}

.btn a {position: relative;}
.btn a:link {
  color: #FFF;
  text-decoration-line: none;
}
.btn a:hover {
  color: yellow;
  text-decoration-line: none;
}
.btn a:visited {
  color: #FFF;
  text-decoration-line: none;
}
.btn {
  max-width: 260px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 10px auto 20px auto;
  padding: 10px 0;
  color: #fff;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
}

.btn2 a {position: relative;}
.btn2 a:link {
  color: #FFF;
  text-decoration-line: none;
}
.btn2 a:hover {
  color: yellow;
  text-decoration-line: none;
}
.btn2 a:visited {
  color: #FFF;
  text-decoration-line: none;
}
.btn2 {
    width: 100px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 15px;
    margin: 5px 15px;
    color: #fff;
      border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
}

.btn-red a {position: relative;}
.btn-red a:link {
  color: #FFF;
  text-decoration-line: none;
}
.btn-red a:hover {
  color: yellow;
  text-decoration-line: none;
}
.btn-red a:visited {
  color: #FFF;
  text-decoration-line: none;
}
.btn-red {
  max-width: 260px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 10px auto 20px auto;
  padding: 10px 0;
  color: #fff;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(230,35,51) 0%, rgb(255,75,20) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(230,35,51) 0%, rgb(255,75,20) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(230,35,51) 0%, rgb(255,75,20) 100%);
}






/* Flame */
.tmp {margin: 0 auto;}
.tmp h2 {padding: 20px 0; font-size: 32px; font-weight: 700px; text-align: center;}
.tmp h3 {padding: 10px 0; font-weight: 700; font-size: 26px; text-align: center;}

/* tmp-frame */
  .tmp-frame {
    background: #fff772;
    border-radius: 20px;
    position: relative;
    text-align: center;
    max-width: 640px;
    margin: 80px auto;
    padding: 20px;
  }
  .tmp-frame-in {
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  .tmp-frame-txt {
    padding:30px  0;
    line-height: 1.8em;
    margin: 0 auto;
    text-align: left;
  }
  .tmp-frame img {
    width: 193px;
    height: auto;
  }

/* FOOTER
================================*/
.footer{width:auto;padding:20px;background-image:url("../images/temp/footer.png");background-repeat:no-repeat;background-position:top bottom;background-size:cover;text-align:center;}
.footer p{color:#FFF;font-size:0.8em;width:640px;margin:0 auto;padding-bottom:20px;}
.footer img{align-content:center;margin:0 auto 10px;height: 60px;}
.txt_yellow{font-size:1rem;color:#fff600;margin:0 auto 10px;}
.ft_midashi{font-size:1.4rem;color:#FFF;margin:10px auto 20px;}
.flex_ft-box{display:flex;justify-content:center;}
.flex_ft-item{margin:0 5px;}
.flex_ft-link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  align-items: center; /* 縦中央揃えの決め手！ */
  max-width: 800px;
  margin: 0 auto;
}

.flex_ft-link img {
  max-height: 60px;     /* 高さ制限（必要なら調整） */
  height: auto;
  width: auto;
  display: block;
}

@media screen and (max-width: 480px) {
.footer{width:auto;padding:0 auto;text-align:center;}
.footer p{width:300px;font-size:0.8rem;}
.footer img{align-content:center;margin:0 auto 10px;height: 40px;}
.txt_yellow{font-size:0.8rem;}
.flex_test-box{display:flex;justify-content:center;}
.flex_ft-item img{margin:0 0 10px 10px;}
}
@media screen and (max-width: 320px) {
.footer{width:auto;padding:0 auto;text-align:center;}
.footer p{width:280px;font-size:0.8rem;}
.txt_yellow{font-size:0.8rem;}
.flex_test-box{display:flex;justify-content:center;}
.flex_ft-item img{padding:0 0 10px 10px;margin:0 auto;}
}

/* Copyright
================================*/
.copyright {
  background-color: #004a96;
  color: #FFF;
  font-size: 0.8rem;
  text-align: center;
  padding: 10px 0;
}

/*=====================================

	1. Navigation設定

=====================================*/
nav{float:right;}
nav ul{list-style:none;margin:0;padding:0;}
nav ul li{float:left;position:relative;}
nav ul li a{display:block;line-height:70px;background:#fff;color:#463f3f;text-decoration:none;padding:0 10px;}
nav ul li a:hover{background:#f2f2f2;color:#fb5958;}
nav ul li a:not(:only-child):after{padding-left:4px;content:' ▾';}
nav ul li ul li{min-width:190px;}
nav ul li ul li a{line-height:20px;padding:15px;}
.nav-dropdown{position:absolute;z-index:1;box-shadow:0 3px 12px rgba(0, 0, 0, 0.15);display:none;}
.nav-mobile{display:none;position:absolute;top:0;right:0;background:#fff;height:70px;width:70px;}

@media only screen and (max-width: 800px) {
.nav-mobile{display:block;background-color:#1759aa;}
nav{width:100%;background-color:#1759aa;padding:70px 0 0;}
nav ul{display:none;}
nav ul li{float:none;}
nav ul li a{color:#FFF;line-height:20px;background-color:#1759aa;padding:15px;}
nav ul li ul li a{padding-left:30px;}
#nav-toggle{position:absolute;left:18px;top:22px;cursor:pointer;padding:10px 35px 16px 0;}
#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{cursor:pointer;border-radius:1px;height:5px;width:35px;background:#FFF;position:absolute;display:block;content:'';transition:all 300ms ease-in-out;}
#nav-toggle span:before{top:-10px;}
#nav-toggle span:after{bottom:-10px;}
#nav-toggle.active span{background-color:transparent;}
#nav-toggle.active span:before,#nav-toggle.active span:after{top:0;}
#nav-toggle.active span:before{transform:rotate(45deg);}
#nav-toggle.active span:after{transform:rotate(-45deg);}
}
@media screen and (min-width: 800px) {
.nav-list{display:block !important;}
.navigation{height:70px;background:#fff;}
.nav-container{max-width:1000px;margin:0 auto;}
}
 /* navi-ロゴ表示 */
.brand{position:relative;padding:10px;}
.inquiry{position:relative;padding:15px;display:flex;}
.brand-pc{display:block !important;width:125px;height:50px;}
.brand-sp{display:none !important;width:200px;height:auto;}

.inquiry-pc{display:inline !important;width:100px;height:40px;}
.inquiry-sp{display:none !important;width:100%;height:auto;}


@media only screen and (max-width: 800px) {
.inquiry{padding:0 15px 15px;}
}

@media only screen and (max-width: 800px) {
.brand-pc{display:none !important;}
.brand-sp{display:block !important;}
.inquiry-pc{display:none !important;}
.inquiry-sp{display:block !important;}
}
@media only screen and (max-width: 480px) {
.brand-pc{display:none !important;}
.brand-sp{display:block !important;width:170px;height:auto;}
.inquiry-pc{display:none !important;}
.inquiry-sp{display:block !important;}
}
@media only screen and (max-width: 320px) {
.brand-pc{display:none !important;}
.brand-sp{display:block !important;width:170px;height:auto;}
.inquiry-pc{display:none !important;}
.inquiry-sp{display:block !important;}
}



/*=====================================

	2. page - INDEX

=====================================*/

/* KEY-VISUAL */
.keyvisual-bg {
  width: 100%;
  height: auto;
}

.keyvisual-bg img {
  width: 100%;
}
.keyvisual-paper {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}

.kv-pc {
    width: 100%;
    height: 720px;
    background: url("../images/00.index/kv_pc_back.jpg") repeat-x;
    background-position: 0 0;
    -webkit-animation: bgslider 60s linear infinite;
    animation: bgslider 60s linear infinite;
}

.kv-pc-outer {
  padding: 80px 0 80px 0;
}

.kv-sp {
    width: 100%;
    height: 960px;
    background: url("../images/00.index/kv_sp_back.jpg") repeat-x;
    background-position: 0 0;
    -webkit-animation: bgslider 60s linear infinite;
    animation: bgslider 60s linear infinite;
}

.kv-sp-outer {
  padding: 90px 0 0 0;
}

@-webkit-keyframes bgslider {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgslider {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}

.kv-pc-inner {
  margin: 0 auto;
  padding: 100px 0 0 0;
  width: 50%;
}


.kv-sp-inner {
  margin: 0 auto;
  padding: 200px 0 0 0;
  width: 90%;
}


/*
.key-pc {
  background-image: url("../images/00.index/kv-bg.jpg");
}
.key-sp {
  background-image: url("../images/00.index/kv-bg-sp.jpg");
}
*/
/* NEWS */
.news p{font-size:22px;font-weight:700;color:#0087da;text-align:center;margin-bottom:10px;}
.news dl{border:solid 4px #0087da;border-radius:10px;padding:15px;}
.news dt{padding-right:20px;padding-bottom:5px;font-weight:700;}


.news-red p{font-size:22px;font-weight:700;color: crimson;text-align:center;margin-bottom:10px;}
.news-red dl{border:solid 4px crimson;border-radius:10px;padding:15px;margin-bottom: 50px;}
.news-red dt{padding-right:20px;padding-bottom:5px;font-weight:700;}

.news-blue p{font-size:22px;font-weight:700;color: #0087da;text-align:center;margin-bottom:10px;}
.news-blue dl{border:solid 4px #0087da;border-radius:10px;padding:15px;margin-bottom: 50px;}
.news-blue dt{padding-right:20px;padding-bottom:5px;font-weight:700;}

/* cp */

.cosplay dl{border:solid 4px #0066cc;border-radius:10px;padding:15px;}
.cosplay dt{padding-right:20px;padding-bottom:5px;font-weight:700;}

.cp1 {
  color: #912f8d;
  font-size: 1.3rem;
  margin: 10px 0;
}

.cp2 {
  background-color: #912f8d;
  color: #FFF;
  font-size: 1.0rem;
  margin: 5px 0;
  padding: 5px 10px;
  clip-path:polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}

.cp3 {
  font-size: 0.85rem;
  line-height: 1.8;
}

.cp4 {
  font-size: 0.7rem;
  line-height: 1.6;
}


/* btn */
advance_application{margin:0 auto;padding:50px auto;text-align:center;}
.ad_btn a:link {
  color: #FFF;
  text-decoration-line: none;
}
.ad_btn a:hover {
  color: yellow;
  text-decoration-line: none;
}
.ad_btn a:visited {
  color: #FFF;
  text-decoration-line: none;
}
.ad_btn_link a:link {
  color: #333;
  text-decoration-line: none;
}
.ad_btn_link a:hover {
  color: #999;
  text-decoration-line: none;
}
.ad_btn_link a:visited {
  color: #333;
  text-decoration-line: none;
}
.ad_btn {
  width: 240px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 10px 0;
  color: #fff;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
}
.ad_btn_link {
  width: 240px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 10px 0;
  color: #fff;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, rgb(255, 228, 60) 0%, rgb(255, 246, 123) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 228, 60) 0%, rgb(255, 246, 123) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 228, 60) 0%, rgb(255, 246, 123) 100%);
}
.ad_btn_gray {
  width: 240px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 10px 0;
  color: #fff;
  border-radius: 10px;
  background-color: #666;
}

/* index section01 */
  .idx-sec1 {
    background: url("../images/00.index/bg-frame.png") no-repeat 0 0;
    background-size: 100%;
    position: relative;
    text-align: center;
    width: 640px;
    height: 495px;
    margin: 100px auto;
  }
  .idx-sec1-in {
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  .idx-sec1 img {
    width: 193px;
    height: auto;
  }
  .idx-sec1-txt {
    width: 480px;
    padding-bottom: 10px;
    line-height: 2.8em;
    margin: 0 auto;
  }
  /* index section02 */
  .idx-sec2 h1 {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 20px;
  }

  /* index section02 */
  .idx-sec2 h1 {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 20px;
  }
  .youtube {
    position: relative;
    width: 90%;
    padding-top: 56.25%;
    margin: 0 auto;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

/* index section03 */
  .idx-sec3 {
    background-color: #fff772;
    border: 5px solid #ffe400;
    border-radius: 20px;
    position: relative;
    text-align: center;
    width: 640px;
    height: auto;
    margin: 150px auto 50px;
    padding-bottom: 50px;
  }

  .idx-sec3-in {
    position: relative;
    margin: 0 auto;
  }
  .idx-sec3 img {
    width: 193px;
    height: auto;
    margin-top : -60px;
  }
  .idx-sec3-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .idx-sec3-topics .idx-sec3-topics-item {
    width: 80%;
    margin: 10px auto 0;
  }
  .idx-sec3-topics-body {
    padding: 0;
  }
  .idx-sec3-topics-title {
    background-color: #0087da;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    padding: 3px;
  }
  .idx-sec3-topics-body p {
    font-weight: 400;
    color: #333;
    padding: 10px 0 0 0;
  }

  /* index section04 */
  .idx-sec4 {
    text-align: center;
    margin: 0 auto;
    padding: 50px auto;
  }
  .idx-sec4-topimg {
    width: 320px;
    margin: 0 auto;
  }
  .idx-sec4-photo {
    width: 100%;
    padding: 20px auto；;
  }
  .idx-sec4 p {
    padding-bottom: 10px;
  }
  .idx-sec4 h2 {
    color: #0087da;
    font-size: 1.2rem;
    font-weight: 700;
  }

  /* index section05 */
  .idx-sec5 {
    text-align: center;
    margin: 50px auto;
    padding: 50px auto;
  }
  .idx-sec5 h2 {
    color: #0087da;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .idx-sec5-icons {
    display: flex;
    justify-content: center;
    width: 500px;
    margin: 0 auto;
  }
  .idx-sec5-icons .item {
    padding: 20px 10px;
  }
  .idx-sec5-icons .item img {
    width: 100%;
  }

/* index section06 */
.idx-sec6{width: 640px;}
.idx-sec6-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idx-sec6-items .idx-sec6-item {width: 300px;}

.guest-card {
  display: flex;
  align-items: center;
  border: 3px solid #912f8d;;
  border-radius: 16px;
  padding: 16px;
  margin: 16px 0;
  gap: 16px;
  flex-wrap: wrap;
}

.guest-photo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

.guest-info {
  flex: 1;
  min-width: 200px;
  text-align: left;
}

.guest-name {
  margin: 0 0 8px 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  display: inline;
}

.guest-profile {
  margin: 0;
  font-size: 1rem;
  color: #555;
  text-align: left;
}


.x-link img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  transition: opacity 0.3s;
  margin-left: 10px;
  margin-top: -6px;
}

.x-link:hover img {
  opacity: 0.7;
}

/* レスポンシブ対応（スマホで縦並び） */
@media (max-width: 600px) {
  .guest-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .guest-photo {
    margin-bottom: 12px;
  }
  .guest-photo {
    width: 60%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    flex-shrink: 0;
  }
}

.idx-sec6 img{width: 285px; margin: 0 auto; text-align: center;}
.idx-sec6-item-body{padding: 10px 0; text-align: center;}
.idx-sec6-item-title{font-weight: 700;}

/* index section07 */
.idx-sec7{
    background: #fff772;
    margin-top: 240px;

}
.twifeed {
    max-width:  640px;
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
}

.uminohi_logo {max-width: 280px;}

.env_logo {max-width: 280px;}

.wcs_logo {max-width: 100px;}

.yokohama_logo {max-width: 100px;}

.ivusa_logo {max-width: 220px;}

.cosmo_logo {max-width: 240px;}

.mlit_logo {max-width: 240px;}

.sky_logo {max-width: 220px;}

.tms_logo {max-width: 200px;}

.sns_logo {max-width: 60px;}

.link_logo1 {width: auto;height: 15px;}

.link_logo2 {width: auto;height: 15px;}

.jcg_logo {max-width: 80px;}

.fukuoka_logo {max-width: 200px;}

.acosta_logo {max-width: 200px;}

.t10_logo {max-width: 300px;}

.zen_logo {max-width: 50px;}

.tamaya_logo {max-width: 220px;}

.mac_logo {max-width: 60px;}

.sazae_logo {max-width: 380px;}

.fukuoka2_logo {max-width: 60px;}

.fukuoka3_logo {max-width: 140px;}

.boat_logo {max-width: 430px;}

.kurage_logo {max-width: 60px;}

table {
  border: 1px solid #999;
  width: 100%;
}

table tr.tr00 {
  background: #f4eaff;
}

table tr.tr01 {
  background: #ffeaea;
}

table tr.tr02 {
  background: #eaf4ff;
}

table tr.tr03 {
  background: #ffffea;
}

table tr.tr04 {
  background: #eaffea;
}

table tr td {
  border: 1px solid #999;
  width: 50%;
  vertical-align: middle;
}


/*=====================================

	3.  PAGE - OUTLINE

=====================================*/


.midashi-bule {
    background-color: #0087da;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    padding: 3px;
}
.faq {
    background: #fff772;
    border-radius: 20px;
    padding:30px 20px 10px 20px;
    margin:0 auto;
}
.faqbox {
    margin: 2em 0;
    padding: 0;
    max-width: 600px;
}
.faqbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#FFF;
    font-weight: bold;
    background :#0066cc;
    cursor :pointer;
    transition: all 0.5s;
}
.faqbox label:hover {
    background :#0066cc;
}
.faqbox input {
    display: none;
}
.faqbox .faqshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssfaq:checked + .faqshow {
    height: auto;
    padding: 5px;
    background: #FFF;
    opacity: 1;
}


.schedule {
    width: 600px !important;
}
.map {
    width: 600px !important;
}
.map-small {
    width: 300px !important;
}

@media screen and (max-width:768px) {
  .schedule {
      width: 100% !important;
  }
  .map {
      width: 100% !important;
  }
  .map-small {
      width: 100% !important;
  }
}

/*=====================================

	4.  PAGE - CONCEPT

=====================================*/

.flexcontainer{
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  text-align: center;
}

.flexitem{
    margin: 0 auto;
    width: 280px;
    height: 240px;
    text-align: center;
    color: #fff;
}

.con-item1{
  background: #73bce9;
  padding: 60px 20px 60px 20px;
  background-image:url("../images/01.concept/img-photo-gomizero.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.con-item2{
  background: #0087da;
  padding: 60px 20px 60px 20px;
}

.con-item3{
  background: #73bce9;
  padding: 60px 20px 60px 20px;
  background-image:url("../images/01.concept/img-photo-found.png");
  background-repeat: no-repeat;
  background-size: cover;

}


.pink {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
}

.pink li {
  border: 2px solid #e95283;
  border-radius: 20px;
  color: #e95283;
  text-align: center;
  font-size: 0.9rem;
  margin-right: 10px;
  padding: 0 10px;
}




/*=====================================

	5.  PAGE - LOCATION

=====================================*/

/*=====================================

	6.  PAGE - EVENT PROGRAM

=====================================*/

.program-frame-body{
    max-width: 640px;
}

.program-title{
  padding:10px 20px;
  max-width: 640px;
  background-color: #0087da;
  color: #FFF;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius:  20px;
}
.program-title h2{
    color: #FFF;
  font-size: 24px;
  font-weight: 700;
    padding-bottom: 2px;
}
.program-subitle{
  font-size: 10px;
  font-weight: normal;
}
.program-inbody{
  max-width: 640px;
  background-color: #fff772;
  margin-bottom: 50px;
  padding:30px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius:  20px;
}
.program-flexcontainer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.program-flexitem{
  max-width: 50%;
  max-height: auto;
  text-align: left;
  margin-bottom: 10px;
}
.program-in-txt{padding-left: 20px;}
.program-item1 img {max-width: 100%;}
.program-item2{}
.program-mc{color:#0087da;border-top:solid 3px #0087da;border-bottom:solid 3px #0087da;text-align:center;font-weight:700;margin:20px 0;padding:0.5em 0;}
.prgram-mc-imgarea{display:flex;justify-content:center;}
.prgram-mc-flexcontainer{display:flex;flex-wrap:wrap;}
.prgram-mc-flexitem{width:30%;height:180px;text-align:center;color:#fff;padding-left:5px;margin:0 auto;}
.program-in-txt-area dl,.program-in-txt-time dl{clear:both;}
.program-in-txt-area dt,.program-in-txt-time dt{float:left;border-right:2px solid #0087da;font-weight:700;padding:0 10px 5px 20px;}
.program-in-txt-area dd,.program-in-txt-time dd{padding-left:70px;}
.prgram-mc-item1{background:#093;}
.prgram-mc-item2{background:#06F;}
.prgram-mc-item3{background:#C66;}


/*=====================================

	7.  PAGE - PRIVACY POLICY

=====================================*/

.pp{max-width:640px;margin:0 auto;padding:0 20px;}
.pp_frame{background-color:#fff772;line-height:1.2em;}
.pp_midashi{font-size:1.2rem;font-weight:700;text-align:center;padding:20px 0;}

/*=====================================

	8.  PAGE - RULE

=====================================*/
.rule h3 {text-align: center; padding-bottom: 20px;}
.rule h4 {background: linear-gradient(transparent 70%, #FF0 70%); margin-bottom: 10px; font-size: 1rem;}
.rule p {line-height: 2em;}

/*=====================================

	9.  PAGE - ENTRY

=====================================*/
#formWrap {
    width: 640px;
    margin:120px auto 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}
table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
}
table.formTable th {
    width: 30%;
    font-weight: 700;
    background: #E1F1FF;
    text-align: left;
}

/*　レスポンシブ用CSS　*/
@media screen and (max-width:572px) {
#formWrap {
    width: 95%;
    margin: 120px auto 0 auto;
}
table.formTable th, table.formTable td {
    width: auto;
    display: block;
}
table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
}
input[type="text"], textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
}



/*=====================================

	media screen

=====================================*/

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

  .ad_btn {
    width: 240px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0px auto 0 auto;
    padding: 15px 0;
    color: #fff;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
  }
  .ad_btn_link {
    width: 240px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 15px 0;
    color: #fff;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 228, 60) 0%, rgb(255, 246, 123) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 228, 60) 0%, rgb(255, 246, 123) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 228, 60) 0%, rgb(255, 246, 123) 100%);
  }


/* index section01 */
  .idx-sec1 {
    background: url("../images/00.index/bg-frame-sp-short.png") no-repeat 0 0;
    background-size: 100%;
    position: relative;
    text-align: center;
    width: 340px;
    height: 495px;
    margin: 100px auto 50px auto;
  }
  .idx-sec1-in {
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  .idx-sec1 img {
    width: 193px;
    height: auto;
  }
  .idx-sec1-txt {
    width: 300px;
    padding-bottom: 10px;
    line-height: 2em;
    margin: 0 auto;
    text-align: left;
  }

/* index section03 */
  .idx-sec3 {
    position: relative;
    text-align: center;
    width: 340px;
    height: auto;
    margin: 100px auto 50px auto;
  }
  .idx-sec3-in {
    position: relative;
    margin: 0 auto;
  }
  .idx-sec3 img {
    width: 193px;
    height: auto;
  }
  .idx-sec3-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .idx-sec3-topics .idx-sec3-topics-item {
    width: 80%;
    margin: 10px auto 0;
  }
  .idx-sec3-topics-body {
    padding: 0;
  }
  .idx-sec3-topics-title {
    background-color: #0087da;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    padding: 3px;
  }
  .idx-sec3-topics-body p {
    font-weight: 400;
    color: #333;
    padding: 10px 0 0 0;
  }

/* index section04 */
  .idx-sec4 {
    text-align: center;
    margin: 0 auto;
    padding: 50px auto;
  }
  .idx-sec4-topimg {
    width: 280px;
    margin: 0 auto;
  }
  .idx-sec4-photo {
    width: 100%;
    padding: 20px auto；;
  }
  .idx-sec4 p {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .idx-sec4 h2 {
    color: #0087da;
    font-size: 1.2rem;
    font-weight: 700;
  }

  /* index section05 */
  .idx-sec5 {
    text-align: center;
    margin: 50px auto;
    padding: 10px auto;
  }
  .idx-sec5 h2 {
    color: #0087da;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .idx-sec5-icons {
    display: flex;
    justify-content: center;
    width: 320px;
    margin: 0 auto;
  }
  .idx-sec5-icons .item {
    padding: 3px;
  }
  .idx-sec5-icons .item img {
    width: 60px;
  }

/* index section06 */
.idx-sec6{width: 320px; margin: 0 auto;}
.idx-sec6-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idx-sec6-items .idx-sec6-item {width: 320px;}
.idx-sec6 img{width: 320px;}
.idx-sec6-item-body{padding: 10px 0;}
.idx-sec6-item-title{font-weight: 700;}
}

/* event program */

.program-flexcontainer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.program-flexitem{
  max-width: 100%;
  max-height: auto;
  text-align: left;
  margin-bottom: 10px;
}


@media screen and (max-width: 320px) {
/* deco */
  .ad_btn {
    width: 160px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 15px 0;
    color: #fff;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 135, 218) 0%, rgb(46, 175, 255) 100%);
  }
  .ad_btn_link {
    width: 160px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 15px 0;
    color: #fff;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 228, 60) 0%, rgb(255, 246, 123) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 228, 60) 0%, rgb(255, 246, 123) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 228, 60) 0%, rgb(255, 246, 123) 100%);
  }
h2 {color: #0087da;font-size: 1rem;font-weight: 700;}
/* index section01 */
  .idx-sec1 {
    background: url("../images/00.index/bg-frame-sp-short.png") no-repeat 0 0;
    background-size: 100%;
    position: relative;
    text-align: center;
    width: 280px;
    height: 495px;
    margin: 100px auto 50px auto;
  }
  .idx-sec1-in {
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  .idx-sec1 img {
    width: 193px;
    height: auto;
  }
  .idx-sec1-txt {
    width: 240px;
    padding-bottom: 10px;
    line-height: 1em;
    margin: 0 auto;
    text-align: left;
  }
/* index section03 */
  .idx-sec3 {
    background: url("../images/00.index/bg-frame-sp-long.png") no-repeat 0 0;
    background-size: 100%;
    position: relative;
    text-align: center;
    width: 280px;
    height: 1350px;
    margin: 100px auto 100px auto;
  }
  .idx-sec3-in {
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  .idx-sec3 img {
    width: 193px;
    height: auto;
  }
  .idx-sec3-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .idx-sec3-topics .idx-sec3-topics-item {
    width: 80%;
    margin: 10px auto 0;
  }
  .idx-sec3-topics-body {
    padding: 0;
  }
  .idx-sec3-topics-title {
    background-color: #0087da;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    padding: 3px;
  }
  .idx-sec3-topics-body p {
    font-weight: 400;
    color: #333;
    padding: 10px 0 0 0;
  }
/* index section04 */
  .idx-sec4 {
    text-align: center;
    margin: 0 auto;
    padding: 50px auto;
  }
  .idx-sec4-topimg {
    width: 260px;
    margin: 0 auto;
  }
  .idx-sec4-photo {
    width: 280px;
    padding: 20px auto；;
  }
  .idx-sec4 p {
    font-size: 0.8rem;
    padding-bottom: 10px;
  }
  .idx-sec4 h2 {
    color: #0087da;
    font-size: 1rem;
    font-weight: 700;
  }
  /* index section05 */
  .idx-sec5 {
    text-align: center;
    margin: 50px auto;
    padding: 10px auto;
  }
  .idx-sec5 h2 {
    color: #0087da;
    font-size: 1rem;
    font-weight: 700;
  }
  .idx-sec5-icons {
    display: flex;
    justify-content: center;
    width: 280px;
    margin: 0 auto;
  }
  .idx-sec5-icons .item {
    padding: 3px;
  }
  .idx-sec5-icons .item img {
    width: 50px;
  }
/* index section06 */
.idx-sec6{width: 300px; margin: 0 auto;}
.idx-sec6-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idx-sec6-items .idx-sec6-item {width: 280px;}
.idx-sec6 img{width: 275px;}
.idx-sec6-item-body{padding: 10px 0;}
.idx-sec6-item-title{font-weight: 700;}
}
