@charset "utf-8";

/*==========*/
/* 大会案内 */
/*==========*/

.guide .list-link {
	font-size: 0;
}

.guide .list-link li {
	display: inline-block;
	font-size: 16px;
	margin: 0 16px 16px;
	vertical-align: top;
}

.guide .list-link li span {
	display: block;
}

.guide .entry-bn {
	font-size: 0;
}

.guide .entry-bn li {
	display: inline-block;
	font-size: 16px;
	margin: 0 8px 16px;
	vertical-align: top;
}


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

.guide .list-link li:last-child {
	margin-bottom: 0;
}

}

/*==============*/
/* サブイベント */
/*==============*/

.event .event-deta {
	overflow: hidden;
	margin-bottom: 16px;
}

.event .event-deta dt {
	float: left;
	font-weight: bold;
}

.event .event-deta dd {
	margin-left: 4em;
}

/*==========*/
/* 参加案内 */
/*==========*/

.entry .contents dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

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



.entry .contents dl dt {
	font-size: 18px;
	margin-bottom: 8px;
}

}

/*==========================*/
/* スポニチマラソンサミット */
/*==========================*/

.sponichi-summit .list-race {
	max-width: 928px;
	margin: 0 auto;
	font-size: 0;
	text-align: left;
}

.sponichi-summit .list-race li {
	display: inline-block;
	width: 23%;/*220/928*/
	margin-right: 2.6666%;
	font-size: 16px;
	vertical-align: top;
}

.sponichi-summit .list-race li:nth-child(4n) {
	margin-right: 0;
}

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

.sponichi-summit .list-race {
	text-align: center;
}

.sponichi-summit .list-race li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 8px;
}

.sponichi-summit .list-race li:nth-child(2n) {
	margin-right: 0;
}

}

/*========*/
/* コース */
/*========*/

.course .list-link {
	font-size: 0;
}

.course .list-link li {
	display: inline-block;
	width: 50%;
	max-width: 250px;
	font-size: 16px;
	vertical-align: top;
}

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

.entry .contents dl dt {
	font-size: 18px;
	margin-bottom: 8px;
}

}

/*============*/
/* ギャラリー */
/*============*/

.gallery .list-gallery {
	font-size: 0;
}

.gallery .list-gallery li {
	display: inline-block;
	width: 24%;
	margin: 0 1.3333% 24px 0;
	font-size: 16px;
	vertical-align: top;
}

.gallery .list-gallery li:nth-child(4n) {
	margin-right: 0;
}

.gallery .list-gallery a {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 61.86666%;
	overflow: hidden;
}

.gallery .list-gallery a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


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

.gallery .list-gallery li {
	width: 32%;
	margin: 0 1.3333% 16px 0;
}

.gallery .list-gallery li:nth-child(4n) {
	margin-right: 1.33333%;
}

.gallery .list-gallery li:nth-child(3n) {
	margin-right: 0;
}


}

/*==============================*/
/* 更衣室／荷物預かり所について */
/*==============================*/

.changingroom h3 {
	font-size: 32px;
	margin: 40px 0 16px;
}

.changingroom h4 {
	margin: 24px 0 8px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
}

.changingroom .tag-img {
	margin-bottom: 16px;
}

.changingroom .tag-img img {
	width: 30%;
}

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

.changingroom h3 {
	font-size: 24px;
	margin-top: 20px;
}

.changingroom .tag-img img {
	width: 100%;
}

}

/*==========*/
/* 交通規制 */
/*==========*/

.traffic .list-map {
	max-width: 1049px;
	font-size: 0;
	margin: 0 auto;
}

.traffic .list-map li {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}

.traffic .list-map li:first-child {
	width: 53.3841754%;/*560/1049*/
}

.traffic .list-map li:nth-child(2) {
	width: 46.615824%;/*489/1049*/
}

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

.traffic .list-map li {
	display: block;
}

.traffic .list-map li:first-child {
	width: 100%;
}

.traffic .list-map li:nth-child(2) {
	width: 100%;
}

}

/*==================================*/
/* 三浦市ふるさと納税特別エントリー */
/*==================================*/

.furusato .contents dl dt {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.furusato .contents dl dd {
	margin-bottom: 24px;
}

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

}

/*==================*/
/* ボランティア募集 */
/*==================*/

.volunteer input[type="text"],
.volunteer select {
	padding: 8px;
}

.volunteer .contents .text {
	width: 60%;
	float: left;
}

.volunteer .contents .img {
	width: 38%;
	float: right;
	text-align: right;
}

.volunteer .table th {
	position: relative;
	width: 240px;
	text-align: left;
	padding-right: 40px;
	padding-left: 16px;
}

.volunteer .table tr:not(:last-child) th {
	border-bottom: 1px solid #AAA;
}

.volunteer .table th span:not(.required) {
	display: block;
}

.volunteer .table th .required {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -0.7em;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	background-color: #F00;
	padding: 4px;
}

.volunteer .table td {
	text-align: left;
	padding: 16px;
}

.volunteer .table td .error {
	color: #F00;
}

.volunteer .table dl dt {
	float: left;
	font-weight: bold;
	padding-top: 8px;
	margin-bottom: 8px;
	clear: left;
}

.volunteer .table dl dd {
	padding-left: 5em;
	margin-bottom: 8px;
}

.volunteer .list-btn {
	text-align: center;
	margin: 32px 0 64px;
}

.volunteer .list-btn li {
	display:inline-block;
	margin: 0 8px;
	vertical-align: top;
}

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

.volunteer input[type="text"] {
	width: 100%;
}

.volunteer .contents .text {
	width: 100%;
	float: none;
}

.volunteer .contents .img {
	width: 100%;
	float: none;
	margin-top: 16px;
	text-align: center;
}

.volunteer .table th {
	display: block;
	width: 100%;
	border: none;
	font-size: 16px;
	text-align: center;
}

.volunteer .table th span {
	font-size: 12px;
}

.volunteer .table tr:not(:last-child) th {
	border-bottom: none;
}

.volunteer .table td {
	display: block;
	width: 100%;
	border: none;
	font-size: 16px;
	padding: 16px 0;
}

.volunteer .table tr:not(:last-child) td {
	border-bottom: none;
}

.volunteer .list-btn {
	text-align: center;
	margin: 24px 0 40px;
}

.volunteer .list-btn li {
	display:block;
	width: 100%;
	margin: 0 0 16px;
}

}

/*================*/
/* これまでの記録 */
/*================*/

.record h3 {
	font-size: 28px;
	color: #0C317D;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin: 40px 0 24px;
}

.record h3:first-child {
	margin-top: 0;
}

.record h3 span {
	display: block;
	font-size: 18px;
}

.record h3::after {
	content: "";
	display: block;
	max-width: 380px;
	height: 2px;
	background: #0D317D;
	margin: 4px auto 0;
}

.record .contents .male{
	color:#009;
}

.record .contents .female{
	color:#C00;
}

.record .contents .name{
	font-weight: bold;
	font-size: 20px;
}

.record .contents dl dt {
	font-weight: bold;
	line-height: 1.3;
}

.record .contents dl dd {
	margin-bottom: 16px;
}

.record .table th {
	width: 50%;
}

.record .table tr:not(:last-child) th {
	border-bottom: 1px solid #AAA;
}

.record .ac-menu {
	position: relative;
	background: #30BCD4;
	color: #FFF;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 16px;
	border: 1px solid #30BCD4;
}

.record .ac-menu:hover {
	opacity: 0.7;
	cursor: pointer;
}

.record .ac-menu::before {
	content: '';
	display: block;
	position: absolute;
	right: 16px;
	top: 50%;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background-color: #FFF;
}

.record .ac-menu::after {
	content: '';
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 2px;
	height: 20px;
	margin-top: -10px;
	background-color: #FFF;
}

.record .ac-menu.open::after {
	content: none;
}

.record .ac-cts {
	display: none;
}

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

.record h3 {
	font-size: 24px;
	margin: 40px 0 24px;
}

.record h3 span {
	font-size: 16px;
}

}

/*==============*/
/* よくある質問 */
/*==============*/

.faq .list-faq dt {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	color: #3FBAEB;
	padding-left: 24px;
	margin-bottom: 16px;
}

.faq .list-faq dt::before {
	content: 'Q';
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	font-size: 24px;
	line-height: 1;
}

.faq .list-faq dd {
	position: relative;
	padding-left: 24px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #CCC;
}

.faq .list-faq dd::before {
	content: 'A';
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #FF8500;
}

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


}

/*============*/
/* お問い合せ */
/*============*/

.contact .list-contact dt {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 16px;
}

.contact .list-contact dd {
	margin-bottom: 32px;
}

.contact .list-contact dd ul li {
	margin-bottom: 8px;
	line-height: 1.3;
}

.contact .list-contact dd span:not(.nsm) {
	display: block;
	font-size: 12px;
}

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

.contact .list-contact dt {
	font-size: 20px;
}

}

/*======================*/
/* プライバシーポリシー */
/*======================*/

.privacy ol {
	padding-left: 1em;
}

.privacy ol > li {
	margin-bottom: 16px;
}

.privacy dl {
	margin-bottom: 24px;
}

.privacy dl dt {
	font-weight: bold;
}

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

.privacy ol {
	padding-left: 1.5em;
}

}

/*==============*/
/* サイトマップ */
/*==============*/

.sitemap .row {
	display: table;
	width: 100%;
}

.sitemap .row .col {
	display: table-cell;
	width: 20%;
}

.sitemap a,
.sitemap span {
	font-weight: bold;
}

.sitemap ul ul {
	padding-left: 1em;
	margin-top: 16px;
}

.sitemap ul li {
	margin-bottom: 8px;
}

.sitemap ul ul li a {
	font-weight: normal;
}

.sitemap .row .col:last-child a {
	font-weight: normal;
}

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

.sitemap .row {
	display: block;
	width: 100%;
}

.sitemap .row .col {
	display: block;
	width: 100%;
	margin-bottom: 32px;
}

}



/*==========*/
/* 新着情報 */
/*==========*/

.news .list-news {
	margin-top: 40px;
}

.list-news li {
	border-bottom: dotted 1px #CCC;
}

.list-news li a {
	display: block;
	color: #333;
	padding: 16px 0;
}

.list-news .date {
	float: left;
	width: 15em;
	font-weight: bold;
	clear: left;
}

.list-news .date .lbl {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin-left: 1em;
	padding: 4px 8px;
	background: linear-gradient(-135deg, #0BACFD, #73CDE6);
}

.list-news .title {
	padding-left: 15em;
}

.list-news li a:hover {
	background-color: #F0FBFF;
	text-decoration: none;
}


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

.news .list-news {
	margin-top: 20px;
}

.list-news .date,
.list-news .title {
	display: block;
	width: 100%;
}

.list-news .date .lbl {
	font-size: 12px;
}

.list-news .title {
	padding-top: 8px;
	padding-left: 0;
}
}

/* 詳細 */
.news-detail {
	margin-top: 40px;
}

.news-detail .entry-title {
	margin-bottom: 16px;
	color: #2BB7FA;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}

.news-detail .entry-meta {
	padding: 16px 0;
	border-top: solid 4px #DDD;
}

.news-detail .entry-meta::after {
	content: "";
	clear: both;
	display: block;
}

.news-detail .entry-meta .date {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.news-detail .entry-meta .date .lbl {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin-left: 1em;
	padding: 4px 8px;
	background: linear-gradient(-135deg, #0BACFD, #73CDE6);
}

.news .link-bt {
	position: relative;
	margin-top: 40px;
	text-align: center;
	line-height: 1.0;
}

.news .link-bt a {
	position: relative;
	display: inline-block;
	min-width: 240px;
	padding: 16px 37px;
	background: #0D317D;
	color: #FFF;
	text-decoration: none;
}

.news .link-bt a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.news .link-bt .prev,
.news .link-bt .next {
	position: absolute;
	top: 0;
}

.news .link-bt .prev {
	left: 0;
}

.news .link-bt .next {
	right: 0;
}

.news .link-bt .prev a::after,
.news .link-bt .next a::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	transform: translate(0,-50%);
}

.news .link-bt .prev a::after {
	left: 24px;
	border-width: 9px 13px 9px 0;
	border-color: transparent #FFF transparent transparent ;
}

.news .link-bt .next a::after {
	right: 24px;
	border-width: 9px 0 9px 13px;
	border-color: transparent transparent transparent #FFF;
}

@media screen and (max-width: 767px) {
.news-detail {
	margin-top: 20px;
}

.news-detail .entry-title {
	margin-bottom: 8px;
	font-size: 18px;
}

.news-detail .entry-meta {
	padding: 8px 0 16px;
}

.entry-content {
	padding-bottom: 0px;
}

.entry-content img {
	max-width: 100% !important;
	height: auto !important;
}

.entry-body .entry-content p:first-child {
	margin-top: 0;
}

.news .link-bt {
	margin-top: 20px;
}

.news .link-bt a {
	padding: 16px 28px;
}

.news .link-bt .prev,
.news .link-bt .next {
	position: static;
	top: auto;
	margin-top: 8px;
}

.news .link-bt .prev {
	left: auto;
}

.news .link-bt .next {
	right: auto;
}

.news .link-bt .prev a::after {
	left: 20px;
	border-width: 6px 8px 6px 0;
}

.news .link-bt .next a::after {
	right: 20px;
	border-width: 6px 0 6px 8px;
}
}

/* 投稿記事
-----------------------------------*/
.entry-body .entry-content p {
	margin: 1em 0;
	word-break: break-all;
}

.entry-body .entry-content h1 {
	font-size: 2.4em;
	border: none;
}

.entry-body .entry-content h2 {
	font-size: 2em;
	margin: 0;
	padding-bottom: 0;
	background: none;
	font-weight: normal;
	line-height: inherit;
}

.entry-body .entry-content h3 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	border-left: none;
	font-weight: normal;
	line-height: inherit;

}

.entry-body .entry-content h4 {
	font-size: 1.4em;
	margin: 0;
	font-weight: normal;
}

.entry-body .entry-content h5 {
	font-size: 1em;
}

.entry-body .entry-content h6 {
	font-size: 0.9em;
}

.entry-body .entry-content h1,
.entry-body .entry-content h2,
.entry-body .entry-content h3,
.entry-body .entry-content h4,
.entry-body .entry-content h5,
.entry-body .entry-content h6 {
	margin: 10px 0px !important;
}

.entry-body .entry-content ul,
.entry-body .entry-content ol {
	margin: 10px 0 15px 30px;
}

.entry-body .entry-content ul li {
	list-style: disc;
}

.entry-body .entry-content ul ul,
.entry-body .entry-content ol ol,
.entry-body .entry-content ul ol,
.entry-body .entry-content ol ul {
	margin-bottom: 0;
}

.entry-body .entry-content blockquote {
	font-style: italic;
	padding: 0 30px;
}

.entry-body .entry-content blockquote cite,
.entry-body .entry-content blockquote em,
.entry-body .entry-content blockquote i {
	font-style: normal;
}

/* 投稿画像 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	/*max-width: 100%;
	height: auto;*/
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	margin: 0;
}