/*  RESET   */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Base format */
html {
	font-size: 62.5%;
	height: 100%;
}

body {
  font-size: 14px;
  color: #333;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic,"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.6;
  width: 100%;
}

::selection { background:#E8EFDE; }
::-moz-selection { background:#E8EFDE; }

p {
  margin-top: 0;
}

img {
  height: auto;
  vertical-align:bottom;
  max-width: 100%;
}
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

figure {
  margin: 0;
}

li {
  margin-bottom: .5em;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/* table */

table {
  width: 100%;
  border-spacing : 8px 0;
  border-collapse : separate ;
  border-bottom:#CCC 1px solid;
  border-top:#CCC 1px solid;
}

table th, table td {
	border-bottom:#CCC 1px solid;
	padding:13px;
	text-align: left;
	vertical-align:top;
}
table tr:last-child th, table tr:last-child td {
	border:none;
}

table th {
  font-weight:normal;
  white-space:nowrap;
}

@media screen and (max-width: 768px) {
	.table-scroll {
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}
	table th, table td {
		display:block;
	}
	.table-scroll table th,
	.table-scroll table td {
		display:table-cell;
	}
}

/* margin */
.m-0 { margin: 0;}
.mt-0 { margin-top: 0;}
.mb-0 {  margin-bottom: 0px;}
.mb-5 {  margin-bottom: 5px;}
.mb-10 { margin-bottom:10px;}
.mb-20 { margin-bottom:20px;}
.mb-30 { margin-bottom:30px;}
.mb-40 { margin-bottom:40px;}
.mb-50 { margin-bottom:50px;}
.mb-60 { margin-bottom:60px;}
.mb-70 { margin-bottom:70px;}
.mb-80 { margin-bottom:80px;}
.mb-90 { margin-bottom:90px;}
.mb-100 { margin-bottom:100px;}

@media screen and (min-width: 769px) {
	.col-1 { width: 8.33333%; }
	.col-2 { width: 16.66667%; }
	.col-3 { width: 25%; }
	.col-4 { width: 33.33333%; }
	.col-5 { width: 41.66667%; }
	.col-6 { width: 48%; }
	.col-7 { width: 58.33333%; }
	.col-8 { width: 66.66667%; }
	.col-9 { width: 75%; }
	.col-10 { width: 83.33333%; }
	.col-11 { width: 91.66667%; }
	.col-12 { width: 100%; }
}

@media screen and (max-width: 768px) {
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 {  width: 50%;}
  .col-md-7 {  width: 58.33333%;  }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 {  width: 83.33333%; }
  .col-md-11 {  width: 90%; }
  .col-md-12 {  width: 100%; }
}

/* status */
.right { text-align: right; }
.center { text-align: center; }

.caution {
	font-size:1.2rem;
}
.inner {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (min-width: 769px) {
	.overflow { overflow: hidden; }
	.fl-l { float: left; }
	.fl-r { float: right; }
}
@media screen and (max-width: 768px) {
	.fl-l { margin-bottom:20px; }
	.inner {
		width:90%;
	}
}

/* link */
a {
	text-decoration:none;
	outline: none;
	color:#E79D15;
	-webkit-transition: all .3s;
	 transition: all .3s;
}
a:hover {
	text-decoration:none;
}
.opa:hover {
	opacity:0.8;
}

[class*="btn-type"] {
	display:inline-block;
	text-decoration:none;
}
.btn-type01 {
	text-align:center;
	color:#398015;
	padding:15px 0;
	width:100%;
	border:#398015 1px solid;
	border-radius:100px;
}
.btn-type01:hover {
	background:#398015;
	color:#FFF;
}
.btn-type02 {
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#397D37;
	padding:15px 0;
	width:300px;
	border-radius:100px;
}
.btn-type02:hover {
	background:#2E6712;
}
.btn-type02.middle {
	background:#F1A000;
}
.btn-type02.middle:hover {
	background:#E19800;
}

@media screen and (max-width: 768px) {
	[class*="btn-type"] {
		width:100%;
	}
}

/* list */
ul.inline {
	letter-spacing:-.40em;
}
ul.inline li {
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}

/* title */
[class*="ttl-"] {
	font-weight:bold;
	letter-spacing:1px;
}
.ttl-type01 {
	font-size:3.4rem;
	color:#2C6613;
	margin-bottom:50px;
	padding-top:10px;
	border-top:#398116 1px solid;
}
.ttl-type01 span {
	font-size:1.6rem;
	color:#333;
	vertical-align:middle;
}
.ttl-type01 span:before {
	content:"〔";
	display:inline-block;
	margin-right:5px;
}
.ttl-type01 span:after {
	content:"〕";
	display:inline-block;
	margin-left:5px;
}
.ttl-type02 {
	font-size:2rem;
	color:#2C6613;
	position:relative;
	padding-left:25px;
	margin-bottom:20px;
}
.ttl-type02:before {
	content:"";
	width:12px;
	height:12px;
	background:#2C6613;
	position:absolute;
	left:0;
	top:12px;
	border-radius:2px;
	transform: rotate(-45deg);
}
.ttl-type03 {
	font-size:1.8rem;
	color:#2C6613;
	margin-bottom:10px;
}
@media screen and (max-width: 768px) {
	.ttl-type01 span {
		display:block;
	}
}
/* ---------------------------------------

                common

--------------------------------------- */
.content {
	background:url(img/common/bg_common.jpg);
	padding-top:80px;
}
.content:not(#top) section {
	margin-bottom:120px;
}

/* page-ttl */
.page-ttl {
	position:relative;
}
.page-ttl h2 {
	font-family: 'Helvetica','Helvetica Neue',sans-serif;
	text-transform: uppercase;
	letter-spacing:0.1em;
	font-size:6.5rem;
	line-height:1.2;
	font-weight:bold;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:center;
	color:#FFF;
}
.page-ttl h2 span {
	font-size:1.6rem;
	display:block;
}
@media screen and (max-width: 768px) {
	.page-ttl img {
		min-height:200px;
		object-fit: cover;
	}
	.page-ttl h2 {
		font-size:4.5rem;
	}
}
/* pan */
ul.pan {
	position:absolute;
	text-align:right;
	bottom:0px;
	right:5px;
}
ul.pan li {
	color:#FFF;
	font-size:1.2rem;
}
ul.pan li:not(last-child) {
	position:relative;
	padding-right:20px;
}
ul.pan li:not(:last-child):after{
	content:"";
	width:6px;
	height:1px;
	background:#FFF;
	position:absolute;
	right:8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}

ul.pan a {
	color:#FFF;
}
ul.pan a:hover {
	text-decoration:underline;
}


/* bnr-list */
/* ul.bnr-list {
	margin-bottom:20px;
}
ul.bnr-list a:hover {
	opacity:0.8;
}
@media screen and (min-width: 769px) {
	ul.bnr-list {
		text-align:center;
		margin:0 -12px;
	}
	ul.bnr-list li {
		margin:0 12px 15px;
	}
}
@media screen and (max-width: 768px) {
	ul.bnr-list li {
		width:48%;
	}
	ul.bnr-list li:nth-child(2n+1) {
		margin-right:4%;
	}
} */


/* banner */
.footer-bnr p.footer-bnr-ttl {
	font-size: 2rem;
	color: #2C6613;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}
ul.banner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.partner::after, ul.sponsor::after {
	content: "";
	width: 47%;
}
ul.event::after {
	content: "";
	width: 59.2%;
}
ul.partner, ul.sponsor {
	margin-bottom: 30px;
}
ul.partner li, ul.sponsor li {
	width: 23.5%;
	margin-bottom: 20px;
}
ul.event li {
	width: 18.4%;
	margin-bottom: 20px;
}
ul.banner li a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	ul.banner li {
		width:48%;
	}
}

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

                 header

--------------------------------------- */
#header {
	padding-top:30px;
}
#header:not(.top-header) {
	position:relative;
}

@media screen and (min-width: 769px) {
	#header:before {
		content:"";
		width:1px;
		height:25px;
		background:#398116;
		position:absolute;
		top:0;
		left:0;
		right:0;
		margin:auto;
	}
	.logo {
		position:absolute;
		left:10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 768px) {
	#header {
		padding:10px 5%;
	}
	.logo {
		text-align:center;
	}
}

/* top-header */
@media screen and (min-width: 769px) {
	/* .top-header {
		position:absolute;
		top:0;
		left:0;
		right:0;
		margin:auto;
		z-index:100;
	} */
	.top-header .logo {
		display:none;
	}
}

/* nav */
ul.nav {
	text-align:center;
}
ul.nav li {
	vertical-align:middle;
}
ul.nav li a {
	font-size:1.5rem;
	font-weight:bold;
	vertical-align:1px;
	color:#333;
	display:block;
	padding:10px 15px;
}
ul.nav li a:hover {
	color:#2E6613;
}
ul.nav li.entry a {
	background:#82B11D;
	border-radius:100px;
	color:#FFF;
	font-size:1.4rem;
	padding:8px 18px;
}
ul.nav li.entry a:hover {
	background:#FFF;
	color:#2E6613;
}

@media screen and (max-width: 768px) {
	ul.nav {
		position:fixed;
		top:-500px;
		left:0;
		right:0;
		background:#FFF;
		text-align:center;
		padding:50px 0;
		-webkit-transition: all .3s;
		transition: all .3s;
		z-index:100;
	}
	ul.nav.block {
		top:0;
	}
	ul.nav li {
		width:50%;
	}
	ul.nav li.entry {
		width:90%;
	}
	ul.nav li.entry a {
		padding:15px 0;
	}
}
/* navボタン */

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	float:right;
	position:fixed;
	width: 30px;
	height: 25px;
	z-index:101;
	top:15px;
	right:20px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color:#398116;
}
.menu-trigger span:nth-of-type(1) { top: 0; }
.menu-trigger span:nth-of-type(2) { top: 11px; }
.menu-trigger span:nth-of-type(3) { bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}

@media screen and (min-width: 769px) {
	.menu-trigger {
		display:none;
	}
}

/* tel */

.tel {
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;
	font-weight:bold;
	position:relative;
	font-size:2.2rem;
	line-height:1;
	padding-left:50px;
	color:#333;
	display:inline-block;
}
.tel span {
	font-size:1rem;
	display:block;
}
.tel:before {
	content:"";
	width:43px;
	height:36px;
	background:url(img/common/icn_tel@2x.png);
	background-size: contain;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

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

                 footer

--------------------------------------- */
#footer {
	text-align:center;
	padding:20px 0;
}

.foot-ttl {
	font-size:1.2rem;
	font-weight:bold;
	color:#2C6613;
	margin-bottom:15px;
}
.copy {
	font-size:1rem;
}
/* page-top */
.page-top {
	font-size:1.2rem;
	font-weight:bold;
	color:#2E6613;
	position:relative;
	padding-bottom:30px;
	display:inline-block;
}
.page-top:after {
	content:"";
	width:1px;
	height:25px;
	background:#398116;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}

/* btn-entry */
.btn-entry{
	text-align:center;
	display:block;
	background:#398116;
	color:#FFF;
	padding:18px 0;
	font-weight:bold;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:100;
	line-height:1.2;
}
.btn-entry:hover {
	background:#2E6712;
}

.btn-entry span {
	display:block;
	font-family: 'Helvetica','Helvetica Neue',sans-serif;
	font-size:2.6rem;
}

/* utmb */
.utmb-point {
	border-top:#E1E1E1 1px solid;
	padding-top:15px;
	margin-bottom:70px;
}
.utmb-point p {
	display:inline-block;
	vertical-align:middle;
}
.utmb-point .txt {
	font-weight:bold;
	font-size:1.2rem;
	margin:0 10px;
}
.utmb-point .txt .point {
	font-size:1.6rem;
	background:#398116;
	color:#FFF;
	border-radius:100px;
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	display:inline-block;
	margin-right:5px;

}
.utmb-point .txt span:not(.point) {
	font-size:1.4rem;
}
@media screen and (max-width: 768px) {
	.utmb-point img, .utmb-point .txt {
		margin-bottom:10px;
	}
}

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

                   top

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

/* main */
.main {
	position:relative;
}
.visual img {
	width:100%;
}

.main .inner {
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:auto;
}
.main .inner p{
	color:#FFF;
	font-size:2rem;
	font-weight:bold;
}
ul.distance li {
	margin:0 20px;
}

@media screen and (max-width: 768px) {
	.main .visual img {
		min-height:650px;
		object-fit: cover;
	}
	.main .inner p{
		font-size:1.6rem;
	}
}
/* about */
#top .about {
	position:relative;
	background:url(img/top/bg_about.png) no-repeat bottom left;
}
#top .about .overflow {
	position:relative;
	z-index:1;
}
.ttl-about {
	font-size:3.4rem;
	font-weight:bold;
	line-height:1.4;
	color:#2C6613;
	border-bottom:#2E6613 2px solid;
	padding-bottom:20px;
	margin-bottom:20px;
}
#top .about p {
	line-height:2.2;
}

.utmb a {
	display:block;
	padding:20px;
	background:#398116;
	color:#FFF;
}
.utmb a:hover {
	background:#2E6712;
}

@media screen and (min-width: 769px) {
	#top .gallery {
		position:absolute;
		right:10%;
		top:0;
	}
	#top .gallery:after {
		content:"";
		width:25%;
		height:100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,0+100 */
		background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
		position:absolute;
		top:0;
		bottom:0;
		left:0;
	}
}
@media screen and (max-width: 768px) {
	.ttl-about {
		font-size:2.8rem;
	}
	.utmb{
		text-align:center;
	}
}

/* info */
#top .info {
	background:url(img/top/bg_info.jpg) no-repeat center center;
	background-size:cover;
	padding:50px 0;
}
.ttl-info {
	color:#FFF;
	text-align:center;
	margin-bottom:45px;
}
.ttl-info span {
	display:block;
	font-size:1.2rem;
}
#top .info .fl-l {
	background:rgba(255,255,255,0.9);
	padding:25px;
}

ul.news-list li {
	padding:10px 0;
	border-bottom:#CCC 1px solid;
}
ul.news-list a{
	display:block;
	color:#333;
}
ul.news-list a:hover {
	color:#E79D15;
}

/* #top .info .overflow {
	margin-bottom: 3em;
}

.instagram #sb_instagram {
	padding: 15px 15px 30px!important;
} */

@media screen and (min-width: 769px) {
	#top .info .fl-l {
		width: calc(48% - 50px);
	}
}

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

                  about

--------------------------------------- */
/* challenge */

.ttl-type04{
	font-size:1.6rem;
	text-align:center;
	color:#FFF;
	background:#2C6613;
	padding:5px 0;
}
.inner-box {
	background:#F2F5F1;
	padding:15px;
}
.table-type01 {
	border:none;
}
.table-type01 th, .table-type01 td {
	border:none;
	padding:5px;
}

/* middle */
.middle .ttl-type04{
	background:#E89D16;
}
.middle .inner-box {
	background:#FAF9F3;
}

/* box */
.box {
	border:#2C6613 2px solid;
	padding:20px;
}

.ttl-box {
	font-size:1.6rem;
	color:#2C6613;
	border-bottom:#CCC 1px solid;
	padding-bottom:15px;
	margin-bottom:15px;
}

/* btn-important */
.btn-important {
	display:inline-block;
	text-decoration:none;
	width: calc(100% - 30px);
	max-width:500px;
	background:#E64A24;
	color:#FFF;
	font-size:20px;
	line-height:1.4;
	font-weight:bold;
	letter-spacing:0.05em;
	padding:20px 15px;
}
.btn-important span:not(.caution) {
	background:#FFF;
	color:#E64A24;
	font-size:16px;
	padding:2px 10px;
	margin-right:5px;
	border-radius:3px;
}

.btn-important:hover {
	background:#D33E18;
	text-decoration:none;
}

@media screen and (min-width: 769px) {
	.btn-important .caution {
		margin-left:60px;
	}
}
@media screen and (max-width: 768px) {
	.btn-important {
		text-align:center;
	}
	.btn-important span:not(.caution) {
		display:block;
		margin-bottom:10px;
	}
}
/* スケジュール */
#about p .fa {
	margin-right:5px;
}
#about .fa-caret-up {
	font-size:2rem;
}

table tr td:nth-child(3) {
	text-align:center;
}
.important {
	font-style:1.3rem;
	font-weight:600;
	color:#E64A24;
	border:#E64A24 2px solid;
	padding:15px;
}
.important p:not(:last-child) {
	margin-bottom:10px;
}
/* ---------------------------------------

                 gallery

--------------------------------------- */
ul.tab {
    text-align: center;
    position: relative;
}

ul.tab li {
	font-size: 1.8rem;
	font-weight: 600;
    cursor: pointer;
    position: relative;
    margin: 0 10px;
	padding:5px 10px;
	border:2px solid #CCC;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ul.tab li:hover {
	border-color:#398116;
}
ul.tab li.select {
	border-color:#398116;
	background:#398116;
	color:#FFF;
	cursor:default;
}

ul.gallery-list li {
	width: calc((100% - 60px)/4);
	margin-bottom:20px;
}

ul.gallery-list li img {
	max-height:155px;
	width:100%;
	object-fit: cover;
}
section.gallery-box.hide {
	display: none;
}

@media screen and (min-width: 769px) {
	ul.gallery-list li:not(:nth-child(4n+4)) {
		margin-right:20px;
	}
}


@media screen and (max-width: 768px) {
	ul.gallery-list li {
		width:48%;
	}
	ul.gallery-list li:nth-child(2n+1) {
		margin-right:4%;
	}
	ul.gallery-list li img {
		max-height:120px;
	}
}

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

                result

--------------------------------------- */
@media screen and (max-width: 768px) {
#result table th,#result table td:nth-child(2){
	border-bottom:none;
}
}
/* ---------------------------------------

                news

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

.news_body {
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:#CCC 1px solid;
}

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

                contact

--------------------------------------- */
.input, textarea {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic,"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.4ren;
	border:0;
	padding:10px;
	border:solid 1px #ccc;
	width: calc(100% - 20px);
	border-radius:3px;
}

textarea {
	height:200px;
}

.send {
	border:none;
	cursor:pointer;
	border-radius:100px !important;
}

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

                volunteer

--------------------------------------- */
#volunteer .ttl-box{
	font-size:2rem;
}
.deadline {
	font-size:2.4rem;
	font-weight:bold;
	margin-bottom:15px;
}



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

               access

--------------------------------------- */
ul.tourism li, ul.inn li{
	width: calc((100% - 40px)/3);
	margin-bottom:50px;
}

ul.inn li p {
	margin-bottom:15px;
}
@media screen and (min-width: 769px) {
	ul.tourism li:not(:nth-child(3n+3)),
	ul.inn li:not(:nth-child(3n+3)) {
		margin-right:20px;
	}
}

@media screen and (max-width: 768px) {
	ul.tourism li, ul.inn li{
		width:100%;
		margin-bottom:30px;
	}
}

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

               news

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

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	color:#333;
	border: 2px solid #CCC;
	width:40px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	margin: 2px;
	display:inline-block;
}

.wp-pagenavi span.current {
	background:#398116;
	border-color:#398116;
	color:#FFF;
}
.wp-pagenavi a:hover {
	border-color: #398116;
	text-decoration:none;
}

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

            equipment

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

ul.item-list {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.item-list li{
	text-align:center;
	width: calc((100% - 40px)/3);
	border: #2C6613 2px solid;
	padding:20px;
	margin-bottom:20px;
	box-sizing:border-box;
}

ul.item-list h4 {
	font-size:1.8rem;
	font-weight:600;
	letter-spacing:0.01em;
	margin-bottom:15px;
	color:#2C6613;
}
ul.item-list p {
	text-align:left;
}
ul.item-list .img {
	min-height:160px;
	line-height:160px;
	margin-bottom:15px;
}
ul.item-list img {
	vertical-align:middle;
}

@media screen and (min-width: 769px) {
	ul.item-list li:not(:nth-child(3n+3)) {
		margin-right:20px;
	}
}
@media screen and (max-width: 768px) {
	ul.item-list li{
		width:100%;
	}
}
.ttl-store {
	font-size:1.8rem;
	font-weight:600;
	text-align:center;
	margin-bottom:15px;
}
.btn-store {
	font-size:3rem;
	font-weight:600;
	text-align:center;
	letter-spacing:0.1em;
	color:#FFF;
	background:#E64A24;
	padding:30px 0;
	width:100%;
	display:inline-block;
	border-radius:5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn-store:hover {
	background:#D33E18;
	text-decoration:none;
}
.btn-important{
	display: inline-block;
    text-decoration: none;
    width: calc(100% - 30px);
    max-width: 500px;
    background: #E64A24;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 20px 15px;
}
.btn-important:hover {
    background: #D33E18;
    text-decoration: none;
}
@media screen and (min-width: 769px) {
	.btn-store {
		max-width:70%;
	}
}
@media screen and (max-width: 768px) {
	.btn-store {
		font-size:3rem;
	}
}

/* 20230328 DISTANCE CLUB バナー追加 */
@media screen and (min-width: 769px) {
	.distanceclub-bnr-pc {
		position: absolute;
		bottom: 20px;
		right: 0;
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .3));
	}
	.nav .distanceclub-bnr-sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.distanceclub-bnr-pc {
		display: none;
	}
	.nav .distanceclub-bnr-sp {
		margin-top: 30px;
		width: 100%;
	}
	.nav .distanceclub-bnr-sp a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* 20240124 about調整*/
@media screen and (min-width: 769px) {
	#top .about p.txt {
		margin-bottom: 220px;
	}
}
@media screen and (max-width: 768px) {
	#top .about p.txt {
		margin-bottom: 30px;
	}
}

/* 20250128 line-osm調整 */
@media screen and (min-width: 769px) {
	.line-osm {
		width: 60%;
		margin: 0 auto;
	}
}