/* ---- PC styles ---- */
/* MAIN VISUAL */
#visual {
  width: 100%;
  height: 980px;
  position: relative;
}
#visual .hd_cont{
  position: relative;
  background: #e7f6fa;
}
div.top_icn{
  position: absolute;
  top: 220px;
  width: 100%;
}
img.top_date{
  /* position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -255px;
  width: 510px; */
  display: block;
  width: 30%;
  margin: 120px auto 20px;
}
#visual .btn_docs p {
  text-align: center;
  margin-left: 10px;
}

#visual .woman {
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -500px;
}

#visual .woman a {
  display: block;
  width: 200px;
  height: 160px;
  overflow: hidden;
  text-indent: -1000%;
}

/* SP visual */
@media screen and (max-width: 956px) {
  #visual {
    height: auto;
    position: relative;
    text-align: center;
    background: none;
  }
  #visual .btn_docs {
    position: relative;
    bottom: auto;
    left: 0;
    top: -80px;
    padding-top: 1px;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  #visual .woman {
    position: relative;
    left: 0;
    bottom: auto;
    margin-left: 0;
  }
  #visual .woman a {
    border-top: 2px solid #fff;
    background: #f49ac1;
    display: block;
    width: 100%;
    height: 122px;
    overflow: hidden;
    text-indent: 0;
  }
}

/* NEWS */
#news {
  width: 100%;
  padding: 80px 0;
  background: #e7f6fa;
  /* background: url(../images/bg_features_tp.png) bottom center no-repeat, #f6f6f6 url(../images/bg_news.gif) top center no-repeat; */
}

#news .wrapper {
  overflow: hidden;
}

#news .wrapper h2 {
  margin: 0;
  margin-bottom: 40px;
}

#news .wrapper dl {
  display: block;
  /* overflow: auto; */
  position: relative;
  padding-left: 20px;
  margin-left: 110px;
  box-sizing: border-box;
}

#news .wrapper dl dt {
  display: block;
  float: left;
  margin-bottom: 10px;
  padding-top: 5px;
  color: #2a6fa1;
  font-weight: bold;
}

#news .wrapper dl dd {
  padding-top: 5px;
  margin-bottom: 10px;
  margin-left: 80px;
}

#news .wrapper dl dd a {
  color: #333;
  text-decoration: none;
}

#news .wrapper dl dd a:hover {
  text-decoration: underline;
}

#news .wrapper dl span img {
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 2px;
}

#news .wrapper ul{
  width: 70%;
  margin: auto;
}
#news .wrapper li{
  background-color: #fff;
  height: 30px;
  padding-top: 10px;
}
#news .wrapper li:nth-child(even){
  background-color: #f1fafc;
}
#news .wrapper li span.date{
  color: #029ed1;
  display: inline-block;
  margin: 0 10px;
}
#news .wrapper li span.date{
  color: #029ed1;
  display: inline-block;
  margin-right: 10px;
}
#news .wrapper li span.new_icn{
  color: #fff;
  background-color: #029ed1;
  display: inline-block;
  margin-right: 1em;
  padding: 10px 10px 8px;
  margin-top: -10px;
}
/* SP news */
@media screen and (max-width: 956px) {
  #news {
    padding: 20px 0 50px 0;
    background-color: #e7f6fa;
    background-image: none;
  }
  #news .wrapper h2 {
    float: none;
    text-align: left;
    margin:  10px 0 50px 0;
  }
  #news .wrapper dl {
    border-top: 4px solid #ebebeb;
    border-left: none;
    height: 260px;
    padding-left: 0;
    margin-left: 0;
    padding-top: 20px;
  }
  #news .wrapper dl dt {
    float: none;
    margin-bottom: 5px;
    padding: 0;
    color: #2a6fa1;
    font-weight: bold;
  }
  #news .wrapper dl dd {
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    border-bottom: 2px solid #ebebeb;
  }
  #news .wrapper dl dd:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* about */
#about_top{
  width: 100%;
  /*background: url(../images/bg_about_top.png) bottom center no-repeat;
  min-height: 118px;*/
  margin: 0;
}
#about{
  width: 100%;
  background: url(../images/bg_about2025.png) top center no-repeat;
  min-height: 820px;
}
#about .wrapper{
  padding-top: 30px;
}

#run_walk{
  background: url(../images/bg_run2025.png) bottom center no-repeat;
  min-height: 947px;
}
#run_walk .wrapper{
  margin-top: -80px;
}
#merry{
  background: url(../images/bg_merry2025.png) bottom center no-repeat;
  min-height: 957px;
  margin-top: -19px;
}
#merry .wrapper{
  margin-top: -80px;
}
.wh_bord{
  border: 1px solid #fff;
  padding: 10px;
  background: rgba(255, 255, 255, 0);
  width: 670px;
  margin: auto;
  z-index: 2;
  position: relative;
}
div.wh_bord::after{
  content: "";
  width: 670px;
  background-color: #fff;
  position: absolute;
  top: 10;
  left: 10;
  z-index: 1;
}
.wh_box{
  width: 640px;
  margin: auto;
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 3;
}
.wh_box p{
  font-size: 18px;
  line-height: 34px;
  padding: 0 50px;
}
.intro_box{
  color: #fff;
  margin: auto;
  padding-top: 100px;
}
.intro_box p{
  color: #fff;
  margin: 20px auto;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}
.attention{
  color: #ff0000;
  margin: 20px auto;
  text-align: center;
	font-size: 18px;
}


/* FEATURES */
#features {
  /*background: url(../images/bg_features.jpg) top center no-repeat;*/ 
  margin-top: -20px;
  background: url(../images/bg_support2025.png) bottom center no-repeat;
  min-height: 1608px;
}

#features .wrapper {
  box-sizing: border-box;
  overflow: hidden;
  padding: 150px 0 0;
}

#features .wrapper > ul {
  margin-bottom: 40px;
}

#features .wrapper > ul:after {
  content: '';
  display: block;
  clear: both;
}

#features .wrapper > ul li {
  display: block;
  float: left;
  width: 280px;
  height: 270px;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-top: 205px;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}

#features .wrapper > ul li strong {
  font-size: 0;
  color: #fff;
  line-height: 1;
  display: block;
}

#features .wrapper > ul li:last-of-type {
  margin-right: 0;
}

#features .wrapper > ul li:nth-of-type(1) {
  background: #FFF url(../../honolulu2018/images/bg_point_02.png) center no-repeat;
  background-size: 280px 270px;
}

#features .wrapper > ul li:nth-of-type(2) {
  background: #FFF url(../../honolulu2018/images/bg_point_01.png) center no-repeat;
  background-size: 280px 270px;
}

#features .wrapper > ul li:nth-of-type(3) {
  background: #FFF url(../../honolulu2018/images/bg_point_03.png) center no-repeat;
  background-size: 280px 270px;
}

#features .wrapper .special {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 0 auto;
  width: 920px;
}

#features .wrapper .special dl {
  width: 100%;
  background: #f0f0f0;
}

#features .wrapper .special dl:after {
  content: '';
  display: block;
  clear: both;
}

#features .wrapper .special dl dt {
  display: block;
  float: left;
  width: 50%;
  position: relative;
}

#features .wrapper .special dl dt:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 40px;
  margin-top: -20px;
  background: url(../../honolulu2018/images/pointer_left.png) center no-repeat;
}

#features .wrapper .special dl dd {
  display: block;
  float: left;
  width: 50%;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 25px;
  padding-bottom: 0;
  font-size: 1.3rem;
  position: relative;
  max-height: 235px;
}

#features .wrapper .special dl dd span {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
}

#features .wrapper .special dl dd h4 {
  margin-bottom: 20px;
  font-size: 1.7rem;
}

#features .wrapper .special dl dd ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  text-align: left;
}

#features .wrapper .special dl dd p:last-of-type {
  text-align: right;
  margin-top: 30px;
}

#features .wrapper .special dl dd a {
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
}

#features .wrapper .special dl dd a.pdf {
  background: url("../common/images/link_pdf.png") 0 2px no-repeat;
  background-size: 13px 16px;
  padding-left: 20px;
}

#features .wrapper .special dl dd a.link {
  background: url("../common/images/arrow_link.png") 100% 4px no-repeat;
  padding-right: 20px;
}

#features .wrapper .special dl dd a:hover {
  text-decoration: underline;
}

#features .wrapper .special dl:nth-of-type(2) dt {
  float: right;
}

#features .wrapper .special dl:nth-of-type(2) dt:after {
  left: 0;
  right: inherit;
  background: url(../../honolulu2018/images/pointer_right.png) center no-repeat;
}

#features .wrapper .special dl:nth-of-type(2) dd p:last-of-type {
  margin-top: 0px;
}

#features .wrapper .special dl:nth-of-type(2) h4 {
  margin-bottom: 10px;
}

/* SP features */
@media screen and (max-width: 956px) {
  #features {
    background: #FFF url(../images/bg_support.png) bottom center no-repeat;
  }
  #features .wrapper {
    box-sizing: border-box;
    height: auto;
    overflow: inherit;
    padding: 30px 0 1px 0;
  }
  #features .wrapper > ul {
    background: #FFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #features .wrapper > ul:after {
    content: '';
    display: block;
    clear: both;
  }
  #features .wrapper > ul li {
    float: none;
    width: 90%;
    margin: 5px auto 25px auto;
    box-sizing: border-box;
    padding-top: 185px;
  }
  #features .wrapper > ul li:last-of-type {
    margin-right: auto;
  }
  #features .wrapper > ul li:nth-of-type(1) {
    background-size: contain;
  }
  #features .wrapper > ul li:nth-of-type(2) {
    background-size: contain;
  }
  #features .wrapper > ul li:nth-of-type(3) {
    background-size: contain;
  }
  #features .wrapper .special {
    background: none;
    border: none;
    padding: 10px 20px 0 20px;
    width: 100%;
  }
  #features .wrapper .special dl {
    width: 100%;
    background: none;
    margin-bottom: 20px;
  }
  #features .wrapper .special dl dt {
    float: none;
    width: 100%;
    position: relative;
  }
  #features .wrapper .special dl dt:after {
    display: block;
    content: '';
    position: absolute;
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 0;
    width: 35px;
    height: 18px;
    margin-top: 0;
    margin-left: -17px;
    background: url(../../honolulu2018/images/pointer_top_sp.png) center no-repeat;
    background-size: 35px 18px;
  }
  #features .wrapper .special dl dd {
    display: block;
    float: none;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.3rem;
    position: relative;
    max-height: inherit;
  }
  #features .wrapper .special dl dd span {
    display: block;
    position: absolute;
    top: -30px;
    right: -10px;
  }
  #features .wrapper .special dl dd h4 {
    margin-bottom: 15px;
  }
  #features .wrapper .special dl dd p:last-of-type {
    text-align: left;
    margin-top: 15px;
  }
  #features .wrapper .special dl:nth-of-type(2) dt {
    float: none;
  }
  #features .wrapper .special dl:nth-of-type(2) dt:after {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 0;
    width: 35px;
    height: 18px;
    margin-top: 0;
    margin-left: -17px;
    background: url(../../honolulu2018/images/pointer_top_sp.png) center no-repeat;
    background-size: 35px 18px;
  }
  #features .wrapper .special dl:nth-of-type(2) dd p:last-of-type {
    margin-top: 0px;
  }
  #features .wrapper .special dl:nth-of-type(2) h4 {
    margin-bottom: 15px;
  }
}

/* LEAHI */
#leahi {
  padding: 80px 0;
  text-align: center;
	background-color: #e7f6fa;
}

/* SP LEAHI */
@media screen and (max-width: 956px) {
  #leahi {
    box-sizing: border-box;
    padding: 80px 0 0;
    width: 100%;
  }
  #leahi img {
    max-width: 560px;
  }
}


/* FLOW */
#flow {
  padding: 80px 0;
  text-align: center;
}

/* SP flow */
@media screen and (max-width: 956px) {
  #flow {
    box-sizing: border-box;
    padding: 80px 20px;
    width: 100%;
  }
  #flow img {
    max-width: 560px;
  }
}

/* PLANS */
#plans {
  background: #e7f6fa;
  padding: 60px 0 40px 0;
}

#plans h2 {
  margin-bottom: 0;
}

#plans p a.btn {
  display: block;
  text-align: center;
}

#plans .slideshow {
  margin: 0 auto;
}

#plans .slideshow div {
  box-sizing: border-box;
  padding: 12px 0;
}

#plans .slideshow div dl {
  background: #FFF;
  width: 225px;
  height: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}

#plans .slideshow div dl a {
  text-decoration: none;
}

#plans .slideshow div dl a:hover {
  text-decoration: underline;
}

#plans .slideshow div dl dd {
  padding: 10px 15px;
  font-size: 1.3rem;
}

#plans .slideshow div dl dd p {
  margin: 0;
  line-height: 1.5;
}

#plans .slideshow div dl dd strong {
  color: #e85252;
}

#plans ul dd {
  background-color: #fff;
}

/* SP plans */
@media screen and (max-width: 956px) {
  .slideshow {
    width: 250px;
    margin-bottom: 15px;
  }
  .slideshow div {
    padding: 5px 0;
  }
  .slideshow div dl {
    background: #FFF;
    width: 225px;
    height: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 0 12px;
  }
  .slideshow div dl dd {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  .slideshow div dl dd p {
    margin: 0;
    line-height: 1.5;
  }
  .slideshow div dl dd strong {
    color: #e85252;
  }
}

/* Resources & Sponsors */
#resources {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  background: #fff;
}

#resources ul {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#resources ul li {
  width: 225px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
}

#resources ul li:nth-of-type(4n) {
  margin-right: 0;
}

#sponsors {
  margin: 0 auto;
  text-align: center;
  background: #e7f6fa;
  overflow: hidden;
  margin-top: 20px;
}
#sponsors h2{
  margin-top: 60px;
}
#sponsors ul {
  width: auto;
  display: table;
  margin: 0 auto 60px;
  padding: 0;
  overflow: hidden;
}

#sponsors ul li {
  width: 460px;
  margin: 0 30px 20px 0;
  display: block;
  float: left;
}

#sponsors ul li:nth-of-type(2n) {
  margin-right: 0;
}

#supporters {
  margin: 0 auto;
  padding: 60px 0 60px 0;
  text-align: center;
}

#supporters ul {
  width: auto;
  display:table;
	margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#supporters ul li {
  width: 300px;
  margin: 0 30px 20px 0;
  padding: 1px 0;
  display: block;
  float: left;
}

#supporters ul li:nth-of-type(3n) {
  margin-right: 0;
}

#supporters ul li:nth-of-type(4) {
  margin-left: 160px;
}

#supporters ul li img {
  border: 1px solid #e1e1e1;
}

/* SP resources & sponsors */
@media screen and (max-width: 956px) {
  #resources {
    padding: 80px 0 80px 0;
  }
  #resources ul {
    width: 100%;
  }
  #resources ul li {
    width: 44%;
    margin: 0 3% 20px 3%;
  }
  #resources ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #sponsors {
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
  #sponsors ul {
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px;
  }
  #sponsors ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #supporters {
    margin: 0 auto;
    padding: 20px 0 30px 0;
    text-align: center;
  }
  #supporters ul {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
  #supporters ul li {
    width: 44%;
    margin: 0 3% 10px 3%;
  }
  #supporters ul li:nth-of-type(4) {
    margin-left: 3%;
  }
  #supporters ul li:nth-of-type(3n) {
    margin-right: 3%;
  }
  #supporters ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 956px){
  .btn_docs p{
    margin-left: 10px;
  }
/* sp_news */
  #news .wrapper ul{
    width: 100%;
  }
  #news .wrapper ul li{
    padding: 10px;
    margin: 0 -20px;    
    line-height: 30px;
    height: auto;
    text-align: left;
  }
  #news .wrapper li span.new_icn{
    padding: 0 10px;
  }
  /* sp_about */
  #about_top{
    display: none;
  }
  #about{
    padding: 0 0 60px;
    background-image: url(../images/bg_about_sp2025.png);
    min-height: 880px;
  }
  .wh_bord{
    width: auto;
  }
  .wh_box{
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .wh_box p{
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px;
  }
  #run_walk{
    background: url(../images/bg_run_sp2025.png) top center no-repeat;
    min-height: 945px;
    margin-top: -60px;
  }
  #merry{
    background: url(../images/bg_merry_sp2025.png) top center no-repeat;
    min-height: 957px;
    margin-top: -90px;
  }
  
  .intro_box p{
    font-size: 19px;
  }

  #features .wrapper > ul li{
    box-shadow: none;
    padding-top: 205px;
  }
}
#flow, #resources, #supporters{
  background-color: #fafdfe;
}
a.supp_link{
  color: #fff;
}

/* copy18 */
#about, #run_walk, #merry{
  position: relative;
}
.copy18{
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.copy18__{
  position: absolute;
  bottom: -40px;
  left: 5px;
  z-index: 1;
}


#hotels section .htl_point {
  display: inline-block;
  background: #029ed1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  padding: 7px;
  width: auto;
  margin-right: 10px;  
  margin-bottom: 10px;
}


#hotels section p.w550 span {
    color: #333;
    background: #ffff00;
    display: inline;
	font-weight: bold;
}


@media screen and (max-width: 956px) {
  #hotels section .htl_point {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #hotels section h4 .htl_point br {
    display: none;
  }
}

.gallery {
    padding: 60px 0 0
}
@media screen and (max-width: 956px) {
}

#movie {
    margin-top: 50px;
    text-align: center;
}
#movie .ytube {
    width: 560px;
    height: 340px;
}
@media screen and (max-width: 956px) {
  #movie {
	margin-top: 0;
    text-align: center;
}
  #movie .ytube {
    width: 90%;
    height: 240px;
}
}