@charset "utf-8";

/* ======================================================================
	■reset
====================================================================== */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, address, em, img, strong,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
}

td p.line {text-decoration: underline solid black	
}
p span.line {text-decoration: underline solid black;font-weight: bold;
}
ol, ul {
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}

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


/* ======================================================================
	■basic
====================================================================== */

body {
	line-height: 140%;
	background-color: #FFF;
	color: #555555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	background-color: #fff;
}

h2{
	position:relative;
	font-family:"小塚ゴシック", sans-serif;
	height: 30px;
	line-height: 30px;
	margin:0 0 20px;
	padding: 0px;
	background:#d73a31;
/*	background: #fff url(/img/bar_lr.gif) no-repeat top left;*/
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-indent: 1em;
	padding-left: 12px;
}

h2::after {
	position: absolute;
	top: .5em;
	left: .7em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #fff;
	border-radius: 4px;
}

h3{
	font-family:"小塚ゴシック", sans-serif;
	clear: both;
	/* height: 30px; */
	line-height: 30px;
	margin:0 0 20px;
	padding:0px;
	background:#e0e0e0;
	font-weight:bold;
	font-size:100%;
	text-indent: 1em;
}

h4{
	font-family:"小塚ゴシック", sans-serif;
	height: 30px;
	line-height: 30px;
	margin:0px 0px 10px;
	padding:0px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight:bold;
	font-size:100%;
	text-indent: 1em;
}

a, a img  {
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}



a:link,
a:visited {
	color: #08708a;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #d73a31;
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

address {
	height: 40px;
	padding-top:20px;
	font-size:10px;
	border-top:#999999 solid 1px;
	background:#efefef;
	color: #666666;
	font-style: normal;
	text-align: center;
}

header{
	background:#fff;
	width:100%;
	height:410px;
	margin-bottom:5px;
}
strong{
	font-weight:bold;
}

/* メインビジュアルサイズ調整 */
@media screen and (max-width: 414px) {

header{
	height:280px;
}

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

header{
	height:250px;
}

}

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

header{
	height:220px;
}

}
img {
	max-width:100%;
	height:auto;
	width /***/:auto;
}

/* ======================================================================
	■layout
====================================================================== */

#back01 {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

#pagebody {
	width: 100%;
	margin: 0px auto;
}

#mainarea {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #FFFFFF;
	overflow: hidden;
}

/*
#mainarea:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
*/

#container {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


#catch {
	width: 100%;
	margin:0 auto 20px;
	padding: 0px;
}

#catch p.catch-ttl {
    padding: 12px 0 0;
}

#catch p {
	font-size:14px;
	text-align: center;
	padding:10px 0;
	line-height:150%;
}

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

#catch p {
	font-size:12px;
}


}

#athlete,#side-bid {
	/* width: 96%; */
	/* margin: 4px auto 26px; */
	/* padding: 20px 0 0; */
	/* text-align:center; */
}
#main {

	width: 96%;
	margin:-60px auto;
	padding:60px 0;
}

#left {
	background:#efefef;
	width: 100%;
	margin:0 auto;
	padding: 0px;
}

#right {
	background:#efefef;
	width: 100%;
	margin:0 auto;
	padding: 0px;
}

#footer {
	clear:both;
	margin: 0px;
	padding: 0px;
}


/* ======================================================================
	■global_nav
====================================================================== */

body:not(.menu-opened) header #logo {
	display:none;
}

body.menu-opened header, 
body:not(.menu-opened) header.fixed {
	position:fixed;
	box-shadow:0 6px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 6px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 6px 3px -3px rgba(0,0,0,0.2);
	height:50px;
	z-index:1000;
}

body.menu-opened header #mainvisual,
body:not(.menu-opened) header.fixed #mainvisual {
	display:none;
}

body.menu-opened header #logo, 
body:not(.menu-opened) header.fixed #logo {
	display: block;
	float:left;
	width:140px;
	height:60px;
	margin: 3px 0 0 10px;
	padding: 0px;
}

body.menu-opened header #logo img,
body:not(.menu-opened) header.fixed #logo img {
	width:110px;
	height:auto
}

#sp-nav {
	position: absolute;
	top:6px;
	right:16px;
	background: rgba(255,255,255, 0.7);
	border-radius:5px;
	width:44px;
	height:40px;
}

header.fixed #sp-nav {
	position: absolute;
	top:4px;
	right:16px;
	background: rgba(255,255,255,1);
	border-radius:0;
	width:44px;
	height:40px;
}


a.menu-open {
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	top:8px;
	right:10px;
	cursor:pointer;
}
a.menu-open i {
	width:100%;
	height:3px;
	margin-top:11px;
	margin-bottom:11px;
	display:inline-block;
	background:#000;
}
a.menu-open:before {
	content:"";
	height:3px;
	width:100%;
	display:inline-block;
	background:#000;
	position:absolute;
	top:0;
	left:0;
}
a.menu-open:after {
	content:"";
	height:3px;
	width:100%;
	display:inline-block;
	background:#000;
	position:absolute;
	bottom:0;
	left:0;
}
a.menu-close {
	display:none;
	color:#000;
	width:25px;
	height:25px;
	position:absolute;
	top:10px;
	right:19px;
	font-size:46px;
	cursor:pointer;
	z-index:1000;
}

a.menu-close:hover {
	text-decoration:none;
}

#sp-nav ul {
	display:none;
	position:fixed;
	width:100%;
	top:50px;
	right:0;
	z-index:10000;
	background:#fff;
	opacity:1;
}
#sp-nav ul li {
	position:relative;
	width:auto;
	font-size:14px;
	border:#000 solid 1px;
	border-bottom:none;
	padding:10px 10px 8px;
}
#sp-nav ul li:last-child {
	border-bottom:#000 solid 1px;
}
#sp-nav ul li:after {
	content:">";
	position:absolute;
	top:8px;
	right:20px;
	font-size:10px;
	font-weight:bold;
}
#sp-nav ul li a {
	font-family:"小塚ゴシック", sans-serif;
	display:block;
	width:100%;
	color:#000;
}

/* ======================================================================
	■bnrarea
====================================================================== */
#athlete,#side-bid,#side-kakotaikai{
	margin: 2px auto 0px;
}
#left .sp-dflex{
	display: flex;
    padding: 5% 0%;
    justify-content: center;
}
#left .bnrarea1{
	width: 38%;
    padding-top: 8%;
}


/* ======================================================================
	■left_banner
====================================================================== */

#left_banner {
	width: 50%;
	margin: 0 0 0 4%;
/*
	margin: 0px auto;
	padding: 20px 0px 15px;
*/
}

#left_banner p {
	text-align:center;
	margin-bottom:15px;
	clear:both;
}

#left_banner > ul > li {
	margin-bottom:10px;
	text-align:center;
}


/* ======================================================================
	■backnumber
====================================================================== */

#backnumber {
	/* width:90%; */
	/* margin: 0px auto; */
	/* padding: 20px 0px 15px; */
}

#backnumber p {
	text-align:center;
	margin-bottom:10px;
	clear:both;
}

#backnumber ul {
	overflow:hidden;
	margin-bottom:20px;
	margin-left: 80px;
}

#backnumber ul li {
	float:left;
}

/*#backnumber ul li:last-child {
	float:right;
}*/

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

#backnumber {
	width:98%;
}

#backnumber ul li {
	float:none;
	text-align:center;
}

#backnumber ul li:last-child {
	float:none;
}

}

@media screen and (min-width: 600px) {

#backnumber ul li {
	float:none;
	text-align:center;
}

#backnumber ul li:last-child {
	float:none;
}

}

#backnumber ul li a {
	position:relative;
	padding: 0px 0px 0px 15px;
	font-size: 90%;
}

#backnumber ul li a:after {
	content:">>";
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	position:absolute;
	top:-3px;
	left:2px;
	letter-spacing:-3px;
}


/* ======================================================================
	■counter
====================================================================== */

#counter {
	display:none;
}
#sp-counter {
	position:relative;
	width:172px;
	height:83px;
	margin:16px auto 0px;
	padding: 20px 0px 0;
	background: url(/img/bg_counter.png) no-repeat;
	color:#444;
}
#sp-counter p {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
} 

#sp-counter p span{
	display: inline-block;
	margin-top:-5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size:50px;
	font-weight: bold;
}


/* ======================================================================
	■right_banner
====================================================================== */

#right_banner {
	margin: 0px auto;
	padding: 20px 0px 15px;
}

#right_banner dl {
	width: 45%;
/*	margin: 10px auto 10px;*/
	padding: 0px;
	table-layout: fixed;
}

#right_banner dl dt {
	width:100%;
	height: 100%;
	line-height: 100%;
	padding: 5px;
	background: transparent;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#right_banner dl dd ul {
	display:table;
	width:100%;
}

#right_banner dl dd ul li {
	width:100%;
	text-align:center;
	border: 1px solid #CCCCCC;
	color: #555555;
	background-color: #FFF;
	margin-bottom:10px;
	line-height:0;
	padding:4px 0;
}


#right_banner dl dd ul li img {
	width:95%;
	height: auto;
}

#right_banner dl dd ul.support li {
	margin-bottom:0;
	border-bottom:none;
}

#right_banner dl dd ul.support li:last-child {
	border-bottom: 1px solid #CCCCCC;
}
/* ======================================================================
	■right_banner 特別協賛〜支援まで
 ====================================================================== */

#right_banner .tokubetu1{
	float: left;
	padding: 10% 0 0 3%;
}
#right_banner .tokubetu2{
	float: right;
	padding: 10% 3% 0 0;
}
#right_banner .tokubetu3{
	float: right;
	padding: 0 3% 5% 0;
}
#right_banner .kyousan{
	float: left;
	margin: 121px auto 0;
	padding: 0 0 0 3%;
}
#right_banner .shien{
	/* width: 50%; */
	float: right;
	padding: 0 3% 0 0;
}
#right_banner .kyousan img{
	width:60%;
}


/* ======================================================================
	■facebook
====================================================================== */

#facebook {
	text-align:center;
	margin-bottom:30px;
}

.fb-page {
    width:96% !important;
  }
  
/* ======================================================================
	■goto_top
====================================================================== */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  line-height:33px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #08708a;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ======================================================================
	■common
====================================================================== */

/* ========== list ========== */

.dl_list01 dt {
	margin: 0px 0 10px;
	padding: 0px;
	font-weight: bold;
}

.dl_list01 dd {
	margin: 0px;
	padding-bottom: 15px;
}

.dl_list02 dt {
	margin: 10px 0 10px;
	padding: 20px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	font-weight: bold;
}

.dl_list02 dd {
	margin: 0px;
	padding: 0px 0px 10px;
}

.dl_list02 dd ul {
	margin-top:20px;
}

.dl_list02 dd ul li {
	margin-bottom:10px;
}

.dl_list03 dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.dl_list04 {
	margin: 0px;
	padding: 20px 10px;
}

.dl_list04 dt {
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
}

.dl_list04 dd {
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
}

.ul_list_disc li {
	list-style: disc;
	margin-left: 1em;
}

.ul_list_decimal li {
	list-style: decimal;
	margin-left: 2em;
	padding-bottom: 5px;
}

.ul_list_circle li {
	list-style: circle;
	margin-left: 2em;
	line-height: 28px;
}

/* ========== font_text ========== */

.font90 {
	font-size: 90%;
	font-weight: normal;
}

.font120 {
	font-size: 120%;
	font-weight: normal;
}



.text_right {	text-align: right;}
.text_center { text-align: center;}

.bold{ font-weight: bold;}

.indent0{ text-indent: 0em;}
.indent1{ text-indent: 1em;}
.indent2{ text-indent: 2em;}
.indent5{ text-indent: 5em;}
.indent6{ text-indent: 1em;
	line-height: 2em;
}

.note {
	color: #FF0000;
}

.note_indent1 {
	padding-left: 1em;
	color: #FF0000;
	text-indent: -1em;
}
.note_font110 {
	color: #FF0000;
	font-size: 110%;
	font-weight: bold;
	margin-bottom:3%;
}

.note_font120 {
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
}

.note_font140 {
	color: #F00;
	font-size: 140%;
	font-weight: bold;
}

/* ========== margin ========== */

.margin_25{ margin: 25px;}

.margin_t10{ margin-top: 10px;}

.margin_b10{ margin-bottom: 10px;}
.margin_b15{ margin-bottom: 15px;}
.margin_b20{ margin-bottom: 20px;}
.margin_b30{ margin-bottom: 30px;}
.margin_b40{ margin-bottom: 40px;}

.margin_l1em{	margin-left: 1em;}

.margin_lr1em{ margin-left: 1em; margin-right: 1em;}

/* ========== padding ========== */

.padding_l20em{ padding-left: 20em;}

/* ========== box ========== */

.box_border5 {
	clear:both;
	margin: 0px 0px 20px;
	padding: 0px;
	border: 5px solid #56b1bf;
}

.box_border5A {
	clear:both;
	margin: 0px 0px 10px;
	padding: 0px;
	border: 7px solid #CCCCCC;
	background: #FFF;
}

.box_border5C {
	clear:both;
	margin: 15px 0px 20px;
	padding: 13px;
	border: 5px solid #CCCCCC;
}

.box_border5S {
	clear:both;
	margin: 0px 0px 20px;
	padding: 13px;
	border: 7px solid #CCCCCC;
	background: #FFF;
}

/* ========== a ========== */

.a_goto {
	padding: 0px 15px 0px 15px;
	background: url(/img/icon_gototop.gif) no-repeat left center;
	font-size: 90%;
}

.a_link {
	padding: 0px 0px 0px 15px;
	background: url(/img/icon_link.gif) no-repeat left center;
}


/* ======================================================================
	■home
====================================================================== */


#mainvisual {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff url(/img/mainvisual.jpg) no-repeat;
	background-size: contain;
	color: #FFFFFF;
	text-indent: -9999px;
}

#topics {
	margin-bottom:30px;
}

#topics h2 {
	margin: 0px;
}

#topics dl dt {
	margin: 10px 10px 0px 3px;
	padding: 0px 0px 0px 22px;
/*	background: url(/img/icon_red_s.gif) no-repeat left center;*/
}

#topics dl dd {
	margin: 0px;
	padding: 0px 10px 10px 25px;
	border-bottom: 1px solid #999999;
	text-indent: 1em;
}

#topics dl dd p {
	margin-bottom:1em;
}

#information {
	margin-bottom:30px;
}

#information h2 {
	margin: 0px;
	background:#08708a;
/*	background: #FFFFFF url(/img/bar_lr_b.gif) no-repeat top left;*/
}

#information dl dt {
	margin: 10px 10px 0px 3px;
	padding: 0px 0px 0px 22px;
/*	background: url(/img/icon_blue_c.gif) no-repeat left center;*/
}

#information dl dd {
	margin: 0px;
	padding: 0px 10px 10px 25px;
	border-bottom: 1px solid #999999;
	text-indent: 1em;
}

#information dl dd p {
	margin-bottom:1em;
}

#bid {
	margin-bottom:20px;
}

#bid h2 {
	margin: 0px;
	background:#032b2f;
/*	background: #FFFFFF url(/img/bar_lr_g.gif) no-repeat top left;*/
}

#bid h3 {
	margin-top:20px;
}

#bid p.bid-none {
	margin: 10px 10px 20px 3px;
	padding: 0px 0px 10px 22px;
	border-bottom: 1px solid #999999;
}

#bid > p {
	margin: 10px 10px 20px 3px;
	padding: 0px 0px 10px 22px;
}

#bid dl dt {
	margin: 10px 10px 0px 3px;
	padding: 0px 0px 0px 22px;
/*	background: url(/img/icon_green_s.gif) no-repeat left center;*/
}

#bid dl dd {
	margin: 0px;
	padding: 0px 10px 10px 25px;
	border-bottom: 1px solid #999999;
	text-indent: 1em;
}

#bid dl dd.border-none {
	border-bottom:none;
}

/* ======================================================================
	■outline
====================================================================== */

.table01 {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0px;
	border-spacing: 0;
	color: #555555;
}

.table01 th {
	width: 100%;
	box-sizing:border-box;
	display:block;
	padding: 8px 13px;
	border: 1px solid #CCCCCC;
	border-bottom:none;
	background: #F5F5F5;
	color: #555555;
	font-weight: bold;
	text-align:left;
	vertical-align: top;
}

.table01 tr td {
	width: 100%;
	box-sizing:border-box;
	display:block;
	padding: 8px 13px;
	border: 1px solid #CCCCCC;
	border-bottom:none;
}

.table01 tr:last-child td {
	border-bottom:1px solid #CCCCCC;
}

table .closing-time{
	width: 100%;
	margin: 0px;
	padding: 0px;
	table-layout: fixed;
	font-weight: bold;
	margin-top:3%;
}
table .closing-time tr{
	width: revert-layer;
}
table .closing-time tr th{
	display: table-cell;
    width: revert-layer;
    padding: 1% 1%;
    text-align: center;
    font-size: 0.85em;
}
table .closing-time tr td{
    display: table-cell;
    width: revert-layer;
    padding: 1% 2%;
}
table .closing-time th:nth-child(1) {
  width: 31%;
}
table .closing-time td:nth-child(2),
table .closing-time td:nth-child(3),
table .closing-time td:nth-child(4){
	text-align:center;
}


/* ======================================================================
	■feature
====================================================================== */

.feature_box01 {
	clear:both;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.feature_box01:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}

* html .feature_box01 {
	zoom: 1;
}

.feature_box01 h4{
	max-height: 43px;
	height:auto;
	line-height: 20px;
	margin:0px 0px 10px;
	padding:0px;
	border-bottom: 1px dotted #CCCCCC;
	font-weight:bold;
	font-size:100%;
	text-indent: 1em;
}
.feature_box01 h4 span{
	display:block;
	font-size:12px;
}


.feature_box01 img {
	margin: 0px 0px 15px;
}

.feature dl dt {
	list-style-type: square;
}

.profile {
	clear: both;
	margin: 0px 0px 20px 0px;
}

.profile:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}

* html .profile {
	zoom: 1;
}

.profile img {
	margin: 0px 8px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.profnote {
	float: right;
	width: 392px;
}

.profhistory {
	margin: 0px 0px 15px 0px;
}

.profhistory p {
	border-bottom: 1px dotted #CCCCCC;
}


/* ======================================================================
	■map
====================================================================== */

#map_box {
	margin: 0px auto;
	padding: 15px;
	background: #FFFFFF;
}

.map_big {
	margin: 0px auto;
	padding: 15px;
	background: #FFFFFF;
}

.photo {
	margin: 0px auto;
	padding: 20px;
	background: #FFFFFF;
	text-align: center;
}

.photo img {
	margin: 0px 0px 10px;
}

.photo p {
	text-align: center;
}

.photo strong {
	color: #0033CC;
	font-weight: bold;	
}

.photo strong span {
	font-weight: normal;
}

.note_box {
	margin: 0px 0px 15px;
	padding: 10px;
	border: 5px solid #99FFFF;
}

#photo_box {

	margin: 0px 0px 15px;
	padding: 10px;
	border: 5px solid #99FFFF;
}
/* ======================================================================
	■course-map
====================================================================== */
.longcourse h2,
.longcourse h3,
.middlecourse h2,
.middlecourse h3{
	margin: 3% 0 2% 0;
	font-size: 0.95em;
}
.longcourse .course-irasuto,
.middlecourse .course-irasuto{
	width: 31%;
	display:flex;
	margin: 5% auto;
	justify-content: center;
}
.longcourse .course-ph,
.middlecourse .course-ph{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.longcourse .course-ph img,
.middlecourse .course-ph img{
	margin-right:8px;
	margin-bottom:3%;
	width: 100%;
	height: auto;
	align-self: flex-start;
}
.longcourse .longmap{
	width: 100%;
	margin-bottom:2%;
}
.longcourse .map_point p,
.middlecourse .map_point p{
	margin-bottom:3%;
}
.longcourse .map_point img,
.middlecourse .map_point img{
	margin-bottom:3%;
	width:100%;
}
.middlecourse .table01{
	margin-bottom:2%;
	border: 1px solid #CCCCCC;
}
.middlecourse .table01 th{
	width:15%;
	text-align:center;
	display: table-cell;
	width: revert-layer;
	writing-mode: vertical-rl;
}
.middlecourse .table01 td{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: revert-layer;
}
.middlecourse .table01 td bold{
	font-weight:bold;
}
.middlecourse .middlemap{
	width:100%;
	height:auto;
}
.middlecourse span{
	font-size:0.8em;
}
/* ======================================================================
	■entry
====================================================================== */

#schedule table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	table-layout: fixed;
	font-weight: bold;
}

#schedule > table tr th {
	width: 100%;
	box-sizing:border-box;
	display:block;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-bottom:none;
	background: #F5F5F5;
	text-align:left;
	vertical-align: top;
}

#schedule > table tr td {
	width: 100%;
	box-sizing:border-box;
	display:block;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-bottom:none;
}

#schedule table tr:last-child td {
	border-bottom: 1px solid #CCCCCC;
}

#schedule table dl dt {
	font-weight: bold;
}

#schedule table dd table#start {
	width: 100%;
	margin:10px 0;
	padding: 0px;
	table-layout: fixed;
	border: none;
}

#schedule table dd table#start th {
	width: 40%;
	display:table-cell;
	padding: 0px 10px;
	background: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #CCCCCC;
	border-left: none;
}

#schedule table dd table#start td {
	width: 60%;
	display:table-cell;
	padding: 0px 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #CCCCCC;
	border-left: none;
}

#way ul li {
	margin-left:4%;
	margin-bottom:3px;
}

#way .pamphlet {
	overflow:hidden;
	margin-bottom:6px;
}

#way .pamphlet li {
	float:left;
	margin-left:2%;
	margin-bottom:20px;
	/*width:46%;*/
}

#way .pamphlet li:last-child {
	margin-right:0;
}

#way .pamphlet li img {
}

#way div > p {
	padding:0 10px;
}

#way dt {
	font-weight: bold;
}

#way #website > dl,
#way #transfer > dl,
.rules > dl,
.rules > ul,
.rules > p {
	padding:0 10px;
}

#way #website  dl dt {
	margin-bottom:10px;
}
#way #website dl dd p {
	padding:0;
	margin-bottom:10px;
	text-indent:0;
}

#way #website dd {
	margin-bottom: 20px;
	text-indent:0;
}

#way #website dd p {
}

#way #website dd p span {
	color: #FF0000;
	padding-left: 20em;
}

#way #website dd p a {
	font-weight: bold;
}

#way #website dd img {
	border: 1px solid #CCCCCC;
}

#way #transfer dl dt {
	margin-bottom:10px;
}

#way #transfer dl dd {
	text-indent:0;
	text-align:center;
}

#ask dl,
#rules > p,
#rules > ul,
#attention ul {
	width:94%;
	margin:0 auto;
}
#attention ul li {
	margin-left:1em;
}

#ask > dl dd p,
#rules > p,
#rules > ul {
	margin-bottom:10px;
}

#rules > ul li {
	margin-left:1em;
}



/* ======================================================================
	■stay
====================================================================== */



/* ======================================================================
	■access
====================================================================== */

body.access #main {
	margin-bottom:20px;
}

/* ======================================================================
	■faq
====================================================================== */

.ul_list_link {
	padding: 0px;
	margin: 0px;
}

.ul_list_link li {
	margin: 5px 8px 0px 5px;
	padding: 0px 0px 5px 18px;
	background: #FFFFFF url(/img/icon_link.gif) no-repeat left 5px;
	border-bottom: 1px solid #CCCCCC;
}


/* ======================================================================
	■volunteer
====================================================================== */

#volu_guideline table {
	width: 526px;
	margin: 0px;
	padding: 0px;
	table-layout: fixed;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	color: #555555;
}

#volu_guideline table th {
	width: 90px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
	color: #555555;
	font-weight: bold;
	text-align:left;
	vertical-align: top;
}

#volu_guideline table th p {
	font-weight: bold;
}

#volu_guideline table td {
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
}

#volu_list table {
	width: 526px;
	margin: 0px;
	padding: 0px;
	table-layout: fixed;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	color: #555555;
}

#volu_list table th {
	padding: 5px 2px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	vertical-align: top;
}

#volu_list table td {
	padding: 5px 2px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

#volu_list th.th01 {
	width: 20px;
	background: #F5F5F5;
	text-align:center;
}

#volu_list th.th02 {
	width: 70px;
	background: #F5F5F5;
	text-align:center;
}

#volu_list th.th03 {
	width: 110px;
	background: #F5F5F5;
	text-align:center;
}

#volu_list th.th04 {
	width: 130px;
	background: #F5F5F5;
	text-align:center;
}

#volu_list th.th05 {
	background: #F5F5F5;
	text-align:center;
}

#volu_list td.td01 {
	width: 20px;
}

#volu_list td.td02 {
	width: 70px;
}



/* ======================================================================
	■traffic
====================================================================== */

#regulation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 30px;
}

#regulation ul li {
	height: 35px;
	line-height: 35px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 20px;
	background: url(/img/icon_red_sq.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
	color: #555555;
}

#regulation ul li a {
	color: #555555;
}


/* ======================================================================
	■cooperation
====================================================================== */

.table02 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	color: #555555;
}

.table02 th {
	width: 100%;
	box-sizing:border-box;
	display:block;
	padding: 8px 13px;
	border: 1px solid #CCCCCC;
	border-bottom:none;
	background: #F5F5F5;
	color: #555555;
	font-weight: bold;
	text-align:left;
	vertical-align: top;
}

.table02 th p {
	font-weight: bold;
}

.table02 td {
	width: 100%;
	box-sizing:border-box;
	display:block;
	padding: 8px 13px;
	border: 1px solid #CCCCCC;
	border-bottom:none;

}

.table02 tr:last-child td {
	border-bottom: 1px solid #CCCCCC;
}

.table03 {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
	table-layout: fixed;
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
	color: #555555;
}

.table03 th {
	width: 124px;
	padding: 0px 0px;
	border:none;
	background: #fff;
	color: #555555;
	font-weight: bold;
	text-align:left;
	vertical-align: top;
}

.table03 th p {
	font-weight: bold;
}

.table03 td {
	padding: 0px 0px;
	border:none;
}

.table03 tr:last-child td {
	border-bottom: none;
}

/* ======================================================================
	■ツール・ド・しものせきｐｒ動画
====================================================================== */

#main iframe.movie {
	width: 300px;
	height: 170px;
	margin: 0 20px;
}

/* ======================================================================
	■reference
====================================================================== */

/* ======================================================================
	■provided-goods 協賛：提供物品の紹介
====================================================================== */
.provided-goods .dflex {
  /* display: flex; */
}
.provided-goods h5 {
  background-color: #c6e9f2;
  padding: 5px 13px;
}
.provided-goods .articre {
  display: flex;
}
.provided-goods .articre .r,
.provided-goods .articre .l,
.provided-goods .articre .last{
  margin: 5px 5px 0px;
	width:50%;
}
.provided-goods .articre .last {
  display: flex;
  align-items: center;
  padding: 5%;
  box-sizing: border-box;
  background-color: #c7e9f2;
  line-height: 2.0em;
  flex-direction: column;
  justify-content: center;
}
.provided-goods .buppin-name {
/*  font-size: 1.1em;*/
  padding: 2px;
  margin-bottom: 4px;
  text-align: center;
  border: solid 1px #9E9E9E;
}
.provided-goods .photo {
  margin: 0px;
  /* margin-right: 10px; */
  padding: 0px;
  background: none;
  text-align: center;
}
.provided-goods .photo .cocacola{
	width: 49% !important;
}
.provided-goods .photo img {
  width: 100% !important;
}
.provided-goods .company-name {
  font-size: 1.1em;
  border-bottom: solid 1px #c2bfbf;
}
.provided-goods .notice{
	display: flex;
	justify-content: space-around;
}
.provided-goods .qr {
  text-align: center;
}
.provided-goods .qr span {
  font-size: 1.0em;
}
.provided-goods .qr img {
  width: 64px;
}

/* ======================================================================
	■スマホ非表示
====================================================================== */

#gnav,
#header {
	display:none;
}
#sp-nav ul li:nth-child(6),
#sp-nav ul li:nth-child(7){
	/* display:none; */
}
