@charset "UTF-8";
/* CSS Document */
/*============================
body style
============================*/
body {
  margin: 0 auto;
  max-width: 1920px;
}
body {
  /*  font-family: source-sans-pro;*/
  /*	font-family: "Century Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  /*  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  /*font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;*/
  /*	font-family: 游ゴシック体, YuGothic, sans-serif;*/
  /*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
  /*	font-family: "新ゴ R", "Shin Go Regular", sans-serif;*/
  font-family: "メイリオ", "Meiryo", sans-serif;
  /*	font-variant-numeric: normal;*/
  background-color: #f2f2f2;
  color: #343434;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.9em;
}
h1, h2, h3, h4, h5, h6, p, th, td {
  margin: 0;
  padding: 0;
}
h1 {
  margin: 18px 0 10px 0;
  font-size: 26px;
  font-weight: bold;
  color: #A08E2A;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: middle;
  /* border-bottom: 1px solid #1597DC;*/
  color: #1597DC;
  padding: 0 0 -30px 0;
  line-height: 30px;
  background: linear-gradient(transparent 60%, rgba(21, 151, 220, 0.20) 60%);
  /*
  border-bottom: 30px solid #004669;
  border-image: linear-gradient(to right, rgba(21,151,220,0.20) 0%, rgba(0,70,105,0.20) 100%);
  border-image-slice: 1;
  */
}
/*============================
header style
============================*/
#top-head {
  width: 100%;
  max-width: 900px;
  /*  max-width: 1920px;*/
  height: 30px;
  background: #FFF100;
  opacity: 0.9;
  display: flex;
  position: fixed;
  z-index: 999;
  margin-top: -30px;
}
#top-head .inner {
  float: left;
  /*  width: 90%;*/
  width: 100%;
  margin: 0 auto;
  display: flex;
  /*  justify-content: space-between;*/
  justify-content: center;
  align-items: center;
}
/*nav style*/
#top-head nav ul {
  display: flex;
  list-style-type: none;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 16px;
  color: #1AB6E7;
  font-weight: 500;
}
#top-head nav ul li a:hover {
  color: #1080A2;
}
#nav_toggle {
  display: none;
}
img {
  /*  margin-top: 60px;*/
  width: 100%;
}
/* Container */
.container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  /*	height: 1000px;*/
  background-color: #FFFFFF;
  padding-top: 30px;
}
section {
  padding: 35px 50px 0 50px;
}
.both {
  /*  border: 1px solid black;*/
  clear: both;
}
/* リスト */
ul li a {
  color: #1597DC;
  text-decoration: none;
}
ul li:hover a {
  color: #2C9AB7;
}
ul.kome li {
  text-indent: -1em;
  margin-left: 1em;
}
ul.kome li:before {
  text-indent: -1em;
  content: '※';
}
ul.decimal li {
  list-style-type: decimal;
  margin-left: 1.2em;
}
ul.decimal li a {
  font-weight: bold;
  color: red;
}
ul.decimal li a:link {
  text-decoration: underline;
  font-weight: bold;
  color: red;
}
ul.square li {
  list-style-type: square;
  /*text-indent: -1em;
  margin-left: 1em;*/
}
ul.disc li {
  list-style-type: disc;
}
/* Hero Section */
#hero {
  /*	padding-top: 300px;*/
  /*  padding-bottom: 900px;*/
  background-image: url("../images/top2025.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 900px;
  padding: 0;
}
.title_img {
  border: 0px solid;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 900px;
  height: auto;
}
.title_img img {
  /*  width: 7%;*/
  width: 900px;
  height: auto;
  /*  margin-top: 40px;*/
}
.light {
  font-weight: bold;
  color: #717070;
}
.tagline {
  text-align: center;
  color: #FFFFFF;
  margin-top: 4px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#schedule table th {
  text-align: left;
  /* vertical-align: top;*/
  padding-top: 10px;
  width: 68%;
  font-style: normal;
  font-weight: 100;
}
#schedule table td {
  text-align: left;
  /* vertical-align: top;*/
  padding-top: 10px;
}
/* FACILITY Section 施設の概要 */
/*#facility {
  adding: 35px 50px 0 50px;
}*/
#facility dt {
  float: left;
}
#facility dd {
  margin-left: 160px;
}
#facility ol {
  padding-left: 20px;
  margin-top: 10px;
}
/*
#facility .left_article {
  width: 60%;
  float: left;
}
#facility .right_article {
  width: 40%;
  float: left;
}
#facility .right_article iframe {
  min-width: 320px;
  height: 276px
}*/
#facility iframe {
  width: 100%;
  height: 200px;
}
#facility a.site_plan {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #CCCCCC;
  border: 1px solid #CCCCCC;
  /*  border-radius: 30px;*/
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-bottom: 10px;
}
#facility a.site_plan:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
#facility a.site_plan:hover {
  background: #fff;
  color: #CCCCCC;
}
#facility a.site_plan:hover:before {
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
}
/* デザイン条件 ｜ design */
#design ul {
  padding-top: 10px;
}
/* 応募資格 ｜ qualification */ /* 応募の制限 ｜ Application Restrictions */
#qualification ul {
  padding-top: 10px;
}
#qualification ul.disc li {
  margin-left: 1.2em;
}
/* jury Section 審査委員 */
#jury table td {
  padding: 10px 20px 0 0;
  vertical-align: top;
}
#jury table td span {
  font-weight: bold;
  font-size: 1.2rem;
}
#jury td:first-child {
  width: 80px;
}
/*#jury h3 {
  margin: 0;
  color: #A08E2A;
  font-weight: 500;
}
#jury h4 {
  font-weight: bold;
  padding-top: 0.15em;
}
#jury ul {
  text-align: center;
}
#jury ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
#jury ul li.last {
  margin: 0;
}
#jury ul li .ex_box {
  width: 148px;
  height: 148px;
  margin: 10px 0 5px 0;
  border: solid 1px;
}
#jury ul li .ex_box a img {
  width: 148px;
  height: 148px;
}
#jury ul li .ex_box a:hover {
  text-decoration: none;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#jury ul li p {
  line-height: 1.3em;
}
#jury ul li p span {
  font-size: 0.8rem;
}*/
/* 賞 ｜ award */
#award table td {
  padding: 10px 20px 0 0;
}
#award table td:first-child {
  width: 80px;
}
/* 審査 ｜ selection */ /* 発表 */
#selection p {
  padding-top: 10px;
}
/* 応募登録｜registration  */
#registration div {
  border: solid 3px #E9BAA9;
  padding: 20px;
}
#registration h3 {
  margin: 10px 0 0 0;
  color: #A08E2A;
  font-weight: 500;
}
/* 作品登録｜registration  */
#submission div {
  border: solid 3px #6D96AE;
  padding: 20px;
}
#submission h3 {
  margin: 10px 0 0 0;
  color: #A08E2A;
  font-weight: 500;
}
/* CAUSION Section ｜ 最優秀作品及び応募作品等の取扱 */ /* 失格条件 */ /* 現地確認 */ /* 質疑応答 */
#caution ul {
  padding-top: 10px;
}
/* CAUSION Section02 ｜  /* 応募に際しての注意 */ /* 作品に係わる権利の取り扱い */ /* その他の留意事項 */
#caution02 ul {
  padding-top: 10px;
}
#caution02 table td {
  padding: 10px 20px 0 0;
}
#caution02 table td:first-child {
  width: 80px;
}
br.sp_none {
  display: block;
}
br.pc_none {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
  /*
  list-style-type: none;
  padding-top: 35px 50px 0 50px;*/
}
table {
  border-collapse: collapse;
}
img {
  border: none;
}
a img {
  border: none;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
}
a.hover_none {
  pointer-events: none;
}
a.hover_none:hover {
  opacity: 1;
  cursor: default;
}
br.clearb {
  clear: both;
}
.red {
  color: red;
}
a.reg_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #E9BAA9;
  border: 1px solid #E9BAA9;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 30px;
}
a.reg_button:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.reg_button:hover {
  background: #fff;
  color: #E9BAA9;
}
a.reg_button:hover:before {
  border-top: 2px solid #E9BAA9;
  border-right: 2px solid #E9BAA9;
}
span a.reg_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #6D96AE;
  border: 1px solid #6D96AE;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
span a.reg_button:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
span a.reg_button:hover {
  background: #fff;
  color: #6D96AE;
}
span a.reg_button:hover:before {
  border-top: 2px solid #6D96AE;
  border-right: 2px solid #6D96AE;
}
/* 作品登録手順(PDF)ダウンロード ボタン */
.dl_button {
  margin: 15px 0 20px 0;
}
.dl_button a {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  border: 3px solid #1597DC;
  color: #1597DC;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 10px 1em;
  letter-spacing: 0.1em;
  text-indent: -1em;
}
.dl_button a:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 0;
  right: 10%;
  margin-bottom: 20px;
  cursor: pointer;
  z-index: 1;
}
#pagetop:hover {
  opacity: 0.8;
  /*  transition: 0.7s;*/
}
#contact {
  background-color: #1AB6E7;
  padding: 50px 0 80px 0;
  margin-bottom: 0px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
#contact p {
  margin: 10px auto;
}
#contact a {
  color: #FFFFFF;
}
#contact .button {
  width: 200px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 2px;
  border: 3px solid #FFF100;
  color: #FFF100;
  transition: all 0.3s linear;
}
#contact .button:hover {
  background-color: #FFF100;
  color: #1AB6E7;
  cursor: pointer;
}
#contact .copyright {
  text-align: center;
  /*padding-top: 1px;
  padding-bottom: 1px;*/
  background-color: #FFF100;
  color: #1AB6E7;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
}
/*============================
tablet style
============================*/
/* Mobile */
@media screen and (max-width:960px) and (min-width: 481px) /*　画面サイズが481pxから960pxまでこのファイルのスタイルが適用される。*/ {
  /* Hero Section */
  br.sp_none {
    display: none;
  }
  br.pc_none {
    display: block;
  }
  #hero {
    width: 100%;
  }
  .title_img {
    width: 100%;
  }
  .title_img img {
    width: 100%;
    margin-top: 0;
  }
  /* Container */
  .container {
    width: 100%;
  }
  h1 {
    font-size: 19px;
  }
  section {
    padding: 35px 10px 0 10px;
  }
  #schedule table th {
    width: 64%;
  }
  #caution02 table td:first-child {
    width: 50px;
  }
  #facility dd {
    margin-left: 130px;
  }
  #facility a.site_plan {
    letter-spacing: 0;
    padding: 0 20px 0 5px;
  }
  /*
	 #facility .left_article {
    width: 100%;
    float: none;
  }
	#facility .right_article {
    width: 100%;
    float: none;
  }
  #facility .right_article iframe {
    width: 100%;
    height: 276px
  }*/
  .organizer {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
}
/*============================
mobile style
============================*/
/* Mobile */
@media screen and (max-width:480px) /*　画面サイズが480pxまでこのファイルのスタイルが適用される。*/ { /* Hero Section */
  br.sp_none {
    display: none;
  }
  br.pc_none {
    display: block;
  }
  #hero {
    width: 100%;
  }
  .title_img {
    width: 100%;
  }
  .title_img img {
    width: 100%;
    margin-top: 0;
  }
  /* Container */
  .container {
    width: 100%;
  }
  h1 {
    font-size: 19px;
  }
  section {
    padding: 35px 10px 0 10px;
  }
  #schedule table th {
    width: 64%;
  }
  #caution02 table td:first-child {
    width: 50px;
  }
  #facility dd {
    margin-left: 130px;
  }
  #facility a.site_plan {
    letter-spacing: 0;
    padding: 0 20px 0 5px;
  }
  /*
	 #facility .left_article {
    width: 100%;
    float: none;
  }
	#facility .right_article {
    width: 100%;
    float: none;
  }
  #facility .right_article iframe {
    width: 100%;
    height: 276px
  }*/
  .organizer {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    top: 4px;
    z-index: 100;
    position: absolute;
    left: 0;
    margin-left: 10px;
  }
  /*#nav_toggle div {
    position: relative;
  }*/
  /*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #1AB6E7;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 10px;
  }
  #nav_toggle span:nth-child(3) {
    top: 20px;
  }
  /*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /*hamburger menu style*/
  /*  #top-head .inner {
    justify-content: flex-start;
    margin-left: 10px;
  }*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 320px;
    background: #fff;
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
    width: 100%;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
  /*nav link style*/
  #top-head nav ul li a {
    display: block;
  }
}