@charset "UTF-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}

caption, th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: inherit;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

fieldset {
  border: none;
  /* margin: 0;
  padding: 0; */
}

.mfp_element_fieldset legend{
    display: none;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

map area {
  outline: none;
}


/* ------------------------------------------------------- base */
*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	color: #333;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: '游ゴシック', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

p{
	font-size: 1.5rem;
	line-height: 1.8;
}

.dispPc{
	display: block;
}

.dispSp{
	display: none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	transition: opacity .3s, background .3s, color .3s, transform .3s ease-in-out;
}

img{
	width: 100%;
	border-style: none;
	vertical-align: bottom;
}

a:hover{
	opacity: 0.8;
}

/* 回り込み解除 */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{
	min-height: 1px;
}
* html .clearfix{
	height: 1px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inner{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}


/* ------------------------------------------------------- header */
header{
    position: fixed;
    width: 100%;
    height: 140px;
    background: url('../img/h_bk02.png')repeat-x center bottom #fff;
    background-size: auto 84px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    z-index: 15;
}

.hLogo{
    float: left;
}

.hLogo h1 a{
    display: block;
    text-indent: -9999px;
    width: 320px;
    height: 28px;
    background: url('../img/h_logo02.png')no-repeat center center;
    background-size: 100%;
    margin-top: 25px;
}

.hContentsRight{
    float: right;
    margin-top: 15px;
}

.hContentsRight > a{
    display: inline-block;
    height: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 50px;
    padding: 0 1.5em;
    color: #333;
    background-color: #f0f7e9;
    border: 1px solid #cde6b5;
    border-radius: 5px;
    margin-right: 20px;
    vertical-align: top;
}

.hContentsRight > a.movie{
	background-color: #fff;
	margin-right: 5px;
}

.hContentsRight > a span::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/parts_h_member.png')no-repeat center center;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.hContentsRight > a.movie span::before{
    background: url('../img/parts_h_movie.png')no-repeat center center;
    background-size: 100%;
}

.hContentsRight > a:hover{
    opacity: 1;
    background-color: #cde6b5;
}

.hContentsRight .hTelContents{
    display: inline-block;
    text-align: center;
}

.hContentsRight .hTelContents p{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.hContentsRight .hTelContents p::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/parts_tel.png')no-repeat center center;
    background-size: 100%;
    margin-right: 2px;
    vertical-align: middle;
}

.hContentsRight .hTelContents span{
	display: block;
    font-size: 1.4rem;
    font-weight: 700;
	line-height: 1;
    margin-top: .25em;
}

.hContentsRight .hTelContents span:nth-of-type(2){
	font-size: 1.1em;
}

#nav-input{
    display: none;
}

header nav ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 15px;
}

header nav ul li a{
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}

header nav > ul li a{
    display: block;
    padding-bottom: .5em;
}

header nav > ul li a:hover{
	opacity: 1;
	transform: translateY(-3px);
    text-shadow: 0 0 2px rgb(255, 255, 255);
}

header nav ul li a::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../img/parts_arrow_circle.png')no-repeat center center;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
}


/* nav プルダウン */
.menuSingle {
    position: relative;
}

.menuSingle .menuSecondLevel {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menuSingle .menuSecondLevel {
    position: absolute;
    display: block;
    width: 100%;
    background: rgba(255,255,255,.95);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.menuSingle .menuSecondLevel.registerAnker{
	width: 170%;
}

.menuSingle:hover .menuSecondLevel {
    visibility: visible;
    opacity: 1;
}

.menuSingle .menuSecondLevel li {
	display: block;
	font-size: 1.4rem;
	border-bottom: 1px dotted #79bc36;
}

.menuSingle .menuSecondLevel li:last-child {
	border: none;
}

.menuSingle .menuSecondLevel li a{
	display: block;
    font-size: 1.4rem;
	line-height: 1.25;
	color: #333;
	padding: 1em;
}

.menuSingle .menuSecondLevel li a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url('../img/parts_arrow_secondary.png')no-repeat center center;
    background-size: 100%;
    margin-right: 5px;
}

.menuSingle .menuSecondLevel li a:hover {
    opacity: 1;
	transform: none;
	background-color: #cde6b5;
}




/* ------------------------------------------------------- main */
main{
    padding-top: 140px;
}

#topHero{
    height: 600px;
	position: relative;
}


/* slider */
.slider{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider li{
	height: 600px;
}

.slider li.slide01{
    background: url('../img/top_hero_bk01.jpg')no-repeat center center;
    background-size: cover;
}

.slider li.slide02{
    background: url('../img/top_hero_bk02.jpg')no-repeat center center;
    background-size: cover;
}

.slider li.slide03{
    background: url('../img/top_hero_bk03.jpg')no-repeat center center;
    background-size: cover;
}

.slider li.slide04{
    background: url('../img/top_hero_bk04.jpg')no-repeat center center;
    background-size: cover;
}

#topHero .inner{
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.heroContents{
    display: block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
}

.heroContents h2{
    font-size: 4.2rem;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    margin-bottom: .5em;
}

.heroContents a{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    padding: 1em 2em;
    background-color: #79bd36;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.heroContents a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url('../img/parts_arrow_secondary_w.png')no-repeat center center;
    background-size: 100%;
    margin-right: 10px;
}

#topHero .caution{
    position: absolute;
    right: 0;
    bottom: -10px;
    text-align: center;
}

#topHero .caution .container{
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #c61c24;
    border-radius: 10px;
}

#topHero .caution .container > span{
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #c61c24;
    margin-bottom: .5em;
}

#topHero .caution .container > p{
    font-size: 2rem;
    font-weight: 700;
    color: #c61c24;
    margin-bottom: .15em;
}

#topHero .caution .container > p br{
    display: none;
}

#topHero .caution .container a{
    font-size: 1.5rem;
    color: #333;
    text-decoration: underline;
}

#topHero .caution .container a:hover{
    text-decoration: none;
}

.topUpdateWrapper{
    display: table;
    width: 100%;
}

.topCalendar{
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-color: #eff6e8;
    padding: 50px 0 70px;
}

.topCalendar .container{
    float: right;
    width: 512px;
    padding-right: 40px;
}

.topNews{
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-color: #fff;
    padding: 50px 0 70px;
}

.topNews .container{
    width: 512px;
    padding-left: 40px;
}

.topUpdateWrapper h3{
    float: left;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.25;
    color: #79bb36;
    margin-bottom: .5em;
}

.topUpdateWrapper h3 span{
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
}

.contentsHead a{
    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    padding: .5em .75em;
    color: #79bb36;
    border: 1px solid #79bb36;
    border-radius: 20px;
    margin-top: 15px;
}

.contentsHead a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url('../img/parts_arrow_secondary.png')no-repeat center center;
    background-size: 100%;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}

.contentsHead a:hover{
    opacity: 1;
    color: #fff;
    background-color: #79bb36;
}

/*.contentsHead a:hover::before{
    background: url('../img/parts_arrow_secondary_w.png')no-repeat center center;
    background-size: 100%;
}*/

.newsContents{
    border-top: 1px dotted #cacaca;
}

.newsContents li{
    border-bottom: 1px dotted #cacaca;
}

.newsContents li a{
    display: block;
    padding: 15px;
}

.newsContents li a .date{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    color: #79bb36;
    margin-bottom: .5em;
}

.newsContents li a span{
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1;
    padding: .25em .5em;
    color: #fff;
    background-color: #c64045;
    border-radius: 2px;
    margin-left: .75em;
}

.newsContents li a p{
    line-height: 1.5;
    color: #333;
}

.newsContents li a:hover{
    background-color: #f0f7e9;
}

.topLinksWrapper{
    padding: 50px 0 70px;
    background: url('../img/forest_bk.jpg')no-repeat center center;
    background-size: cover;
}

.linkContents li{
	display: table;
	float: left;
	width: 496px;
	height: 130px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	margin: 0 32px 32px 0;
}

.linkContents li:nth-child(2n){
	margin-right: 0;
}

.linkContents li:last-child,
.linkContents li:nth-last-child(2):nth-child(odd){
	margin-bottom: 0;
}

.linkContents li a{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 700;
	color: #333;
	padding-left: 1.5em;
	position: relative;
}

.linkContents li:first-child a{
	background: url('../img/top_img01.jpg')no-repeat right center;
	background-size: auto 100%;
}

.linkContents li:nth-child(2) a{
	background: url('../img/top_img02.jpg')no-repeat right center;
	background-size: auto 100%;
}

.linkContents li:nth-child(3) a{
	background: url('../img/top_img03.jpg')no-repeat right center;
	background-size: auto 100%;
}

.linkContents li:nth-child(5) a{
	background: url('../img/top_img04.jpg')no-repeat right center;
	background-size: auto 100%;
}

.linkContents li:nth-child(6) a{
	background: url('../img/top_img05.jpg')no-repeat right center;
	background-size: auto 100%;
}

.linkContents li a::after{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../img/parts_arrow_circle.png')no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: 8px;
	bottom: 8px;
}

.linkContents li.memberLinks a::before{
	content: '';
	display: inline-block;
	width: 87px;
	height: 83px;
	background: url('../img/logo_icon.png')no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 55px;
	margin: auto;
}

@media all and (-ms-high-contrast: none){
	.linkContents li.memberLinks a::before{
		top: 20px;
		margin: inherit;
	}
}

/* カレンダー */
.topCalendar .contentsHead h3{
	margin-bottom: 0;
}

.calendarContents table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	background-color: #fff;
}

.calendarContents table th,
.calendarContents table td{
	font-size: 1.4rem;
	line-height: 1.5;
	padding: .25em;
	border: 1px solid #ccc;
}

.calendarContents table .weekly th{
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #71532f;
}

.calendarContents table td{
	height: 60px;
	position: relative;
}

.calendarContents table td span.day{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	padding-left: .25em;
	border-bottom: 1px dotted #ccc;
}

.calendarContents table td strong span.day{
	color: #79bb36;
	background: #eff6e8;
}

.calendarContents table td ul li a{
	display: block;
	font-weight: 700;
	line-height: 1.25;
	padding: .15em;
	border-radius: 2px;
}

.calendarContents table td ul li.eventBefore a{
	color: #fff;
	background-color: #79bb36;
}

.calendarContents table td ul li.eventNow a{
	color: #fff;
	background-color: #BD2D4C;
}

.calendarContents table td ul li.eventEnd a,
.calendarContents table td ul li.eventStop a{
	font-weight: 500;
	color: #333;
	background-color: #ccc;
}

.calendarGuide{
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	margin-top: 10px;
}

.calendarGuide span{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 1;
	margin-right: 1em;
}

.calendarGuide span:last-child{
	margin-right: 0;
}

.calendarGuide span:first-child::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-color: #79bb36;
	margin-right: 5px;
}

.calendarGuide span:nth-child(2)::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-color: #BD2D4C;
	margin-right: 5px;
}

.calendarGuide span:last-child::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-color: #ccc;
	margin-right: 5px;
}

.calendarData{
	text-align: center;
	margin-bottom: 15px;
}

.calendarData span.year{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	margin-right: .5em;
}

.calendarData .tabArea{
	display: inline-block;
}

.calendarData .tabArea li{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin-right: .5em;
	text-decoration: underline;
	cursor: pointer;
}

.calendarData .tabArea li:hover{
	text-decoration: none;
}

.calendarData .tabArea li.tabActive{
	color: #79bb36;
	text-decoration: none;
	cursor: inherit;
	position: relative;
}

.calendarData .tabArea li.tabActive::after{
	content: '';
	display: block;
	width: 20px;
	height: 10px;
	background: url('../img/parts_active_arrow.png')no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
}

.calendarData .tabArea li.tabActive span{
	font-size: 3.6rem;
	transition: all .3s;
}

.calendarContents .contentArea .content,
.calendarData span.contentYear{
	display: none;
}

.calendarContents .contentArea .content.show{
	display: table;
}

.calendarData span.contentYear.show{
	display: inline-block;
}



#event .eventList .eventBefore{
	font-weight: 700;
	color: #56ab02;
}

#event .eventList .eventNow{
	font-weight: 700;
	color: #BD2D4C;
}












/* ------------------------------------------------------- footer */
.pagetopAnker{
	padding: 15px 0;
	background-color: #79bb36;
	text-align: center;
}

.pagetopAnker a{
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
}

.pagetopAnker a::after{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../img/parts_arrow_pagetop.png')no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
}

.fContents{
	padding-bottom: 70px;
	background: url('../img/f_bk.png')repeat-x center bottom;
	background-size: auto 84px;
}

.fSiteMapSp{
	display: none;
}

.fSiteMap{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 30px 0;
}

.fSiteMap ul li a,
.fSiteMapSp ul li a{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
	color: #333;






	margin-bottom: .75em;
}

.fSiteMap ul li a::before,
.fSiteMapSp ul li a::before{
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../img/parts_arrow_circle.png')no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}

.subPages{
	padding-left: 1em;
}

.fSiteMap ul li ul.subPages li a::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url('../img/parts_arrow_secondary.png')no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}

.fInfo{
	display: table;
	width: 100%;
	padding: 30px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}

.fInfo .fLogo{
	display: table-cell;
	vertical-align: middle;
}

.fInfo a{
	display: block;
	width: 320px;
	height: 28px;
}

.fInfo p{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 1.3rem;
}

.bnrContents ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.bnrContents ul li{
	width: auto;
    height: 80px;
	margin-right: 15px;
}

.bnrContents ul li:last-child{
	margin-right: 0;
}

.bnrContents ul li a{
    display: block;
    height: 100%;
}

.bnrContents ul li a img{
    width: auto;
    height: 100%;
}

.copyright{
	padding: 5px;
	background-color: #71532f;
	text-align: center;
}

.copyright p{
	font-size: 1.2rem;
	color: #fff;
}

#page_top_fixed{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #ef3f98;
  opacity: 0.6;
}

#page_top_fixed a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top_fixed a::before{
  content: '';
    display: inline-block;
  width: 15px;
  height: 15px;
    background: url('../img/parts_arrow_pagetop.png')no-repeat center center;
    background-size: 100%;
  position: absolute;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top_fixed a::after{
  content: 'TOP';
  font-size: 13px;
    font-weight: 700;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/* ------------------------------------------------------- sub共通 */
.subTitWrapper{
	height: 200px;
}

#news .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#event .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#report .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#capricious .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#contact .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#thanks .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#privacy .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#sitemap .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#register .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#error .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#link .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#about .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#mailmagazine .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

#movie .subTitWrapper{
	background: url('../img/forest_bk.jpg')no-repeat center center;
	background-size: cover;
}

.subTitWrapper .inner{
	display: table;
	height: 100%;
}

.subTitWrapper .inner h2{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 3.6rem;
	color: #fff;
}

.subTitWrapper .inner h2 span{
	display: block;
	font-size: 2rem;
	line-height: 1;
}

.breadcrumb{
	margin-top: 10px;
}

.breadcrumb ul li{
	display: inline-block;
	font-size: 1.4rem;
	margin-right: .5em;
}

.breadcrumb ul li::after{
	content: '/';
	margin-left: .5em;
}

.breadcrumb ul li:last-child::after{
	content: none;
}

.breadcrumb ul li a{
	color: #333;
	text-decoration: underline;
}

.breadcrumb ul li a:hover{
	opacity: 1;
	text-decoration: none;
}

.mainWrapper{
	padding: 50px 0 70px;
}

.mainCol{
	float: left;
	width: 734px;
}

.sideCol{
	float: right;
	width: 240px;
	background-color: #f1f1f1;
	border-radius: 5px;
	overflow: hidden;
}

.sideCol h3{
	text-align: center;
	font-size: 1.6rem;
	padding: .75em 1em;
	color: #fff;
	background-color: #79bc36;
}

.sideCol ul{
	padding: 0 20px 20px;
}

.sideCol ul li{
	padding: 1em 0;
	border-bottom: 1px dotted #ccc;
}

.sideCol ul li a{
	font-size: 1.4rem;
	color: #333;
}

.sideCol ul li a:hover{
	opacity: 1;
	text-decoration: underline;
}

.entry h3{
	font-size: 1.8rem;
	padding: .5em 0;
	border-bottom: 2px solid #79bd36;
}

.entry span.date{
	display: inline-block;
	font-size: 1.4rem;
	margin-top: .25em;
}

.entryContents{
	margin-top: 20px;
}

.subSec{
	margin-bottom: 70px;
}

.subSec:last-child{
	margin: 0;
}

.subSec > h3{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.25;
	padding: .75em;
	color: #fff;
	background: url('../img/sub_ttl_bg.jpg')no-repeat right bottom #56ab02;
	background-size: 50% auto;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	margin-bottom: .75em;
}

.subSec > h4{
	font-size: 1.8rem;
	line-height: 1.25;
	padding: .75em 1em;
	background-color: #F0F7E9;
	border-left: 6px solid #79BC36;
	margin-bottom: .5em;
}

.subSec ol{
	margin-top: 2em;
	padding-left: 2em;
}

.subSec ol li{
	list-style-type: decimal;
	font-size: 1.5rem;
	margin-bottom: .5em;
}

.inlineLink{
	display: inline;
	color: #03a9f4;
	text-decoration: underline;
	margin: 0 .25em;
}

.mt40{
	margin-top: 40px;
}

.note{
	text-indent: -1em;
	padding-left: 1em;
}

.noteNum{
	text-indent: -2em;
	padding-left: 2em;
}

/* entry関連 */
#news .entry .entryContents p,
#report .entry .entryContents p,
#capricious .entry .entryContents p{
	min-height: 1em;
    margin-bottom: 1em;
}

#news .entry .entryContents h1,
#report .entry .entryContents h1,
#capricious .entry .entryContents h1{
    font-size: 3.2rem;
}

#news .entry .entryContents h2,
#report .entry .entryContents h2,
#capricious .entry .entryContents h2{
    font-size: 2.4rem;
}

#news .entry .entryContents h3,
#report .entry .entryContents h3,
#capricious .entry .entryContents h3{
    font-size: 1.8rem;
}

#news .entry .entryContents h4,
#report .entry .entryContents h4,
#capricious .entry .entryContents h4{
    font-size: 1.6rem;
}

#news .entry .entryContents h5,
#report .entry .entryContents h5,
#capricious .entry .entryContents h5{
    font-size: 1.4rem;
}

#news .entry .entryContents h6,
#report .entry .entryContents h6,
#capricious .entry .entryContents h6{
    font-size: 1.1rem;
}

#news .entry .entryContents img,
#report .entry .entryContents img,
#capricious .entry .entryContents img{
    width: inherit;
    max-width: 100%;
}

#news .entry .entryContents ul,
#report .entry .entryContents ul,
#capricious .entry .entryContents ul,
#news .entry .entryContents ol,
#report .entry .entryContents ol,
#capricious .entry .entryContents ol{
    padding-left: 2em;
	margin-bottom: 1em;
}

#news .entry .entryContents ul li,
#report .entry .entryContents ul li,
#capricious .entry .entryContents ul li{
    list-style: disc;
    font-size: 1.5rem;
}

#news .entry .entryContents ol li,
#report .entry .entryContents ol li,
#capricious .entry .entryContents ol li{
    list-style: decimal;
    font-size: 1.5rem;
}

.page-navigation-list li{
    display: inline-block;
    margin-bottom: 6px;
    position: relative;
}

.page-navigation-list li.prev{
    float: left;
    margin-right: 3px;
}

.page-navigation-list li.next{
    float: right;
    margin-left: 3px;
}

.page-navigation-list li a{
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: .5em 1em;
    color: #333;
    background-color: #f0f7e9;
    border: 1px solid #cde6b5;
    border-radius: 5px;
}

.page-navigation-list li.prev a{
    padding-left: 2em;
}

.page-navigation-list li.next a{
    padding-right: 2em;
}

.page-navigation-list li.prev::before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../img/parts_arrow_circle_02.png')no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    margin: auto;
}

.page-navigation-list li.next::after{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../img/parts_arrow_circle.png')no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
}

.page-navigation-list li a:hover,
.page-navigation-list li a:hover::before,
.page-navigation-list li a:hover::after{
    opacity: 1;
}

.page-navigation-list li a:hover{
    background-color: #cde6b5;
}



/* ------------------------------------------------------- sub news */
.newsList li{
	border-bottom: 1px dotted #ccc;
}

.newsList li:first-child{
	border-top: 1px dotted #ccc;
}

.newsList li a{
	display: block;
	padding: 20px;
}

.newsList li a:hover{
	opacity: 1;
	background-color: #f0f7e9;
}

.newsList li a span.date{
	font-size: 1.4rem;
	color: #333;
}

.newsList li a h3.title{
	font-size: 1.8rem;
	color: #56ab02;
}

.pageNation{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}

.pageNation li{
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	margin: 0 .25em .5em 0;
}

.pageNation li.current{
	padding: .5em
}

.pageNation li a{
	display: block;
	color: #333;
	padding: .5em;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.pageNation li.linkBefore a,
.pageNation li.linkAfter a{
	background-color: #e8e8e8;
}

.pageNation li a:hover,
.pageNation li.linkBefore a:hover,
.pageNation li.linkAfter a:hover{
	opacity: 1;
	background-color: #ccc;
}






/* ------------------------------------------------------- sub event */
.eventList li{
	border-bottom: 1px dotted #ccc;
}

.eventList li:first-child{
	border-top: 1px dotted #ccc;
}

.eventList li a{
	display: block;
	padding: 20px;
}

.eventList li a:hover{
	opacity: 1;
	background-color: #f0f7e9;
}

.eventList li a span.date{
	font-size: 1.4rem;
	color: #333;
}

.eventList li a h3.title{
	font-size: 1.8rem;
	color: #56ab02;
}

.eventList li a dl{
	display: inline-block;
	margin: 0 10px 10px 0;
}

.eventList li a dl dt{
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	padding: .5em .75em;
	color: #333;
	background-color: #f1f1f1;
	border: 1px solid #e5e5e5;
	margin-right: 5px;
}

.eventList li a dl dd{
	display: inline-block;
	font-size: 1.4rem;
	color: #333;
}

#event .entryContents dl{
	display: table;
	width: 100%;
	margin-bottom: 1em;
}

#event .entryContents dl:last-child{
	margin-bottom: 0;
}

#event .entryContents dl dt{
	display: table-cell;
	vertical-align: middle;
	width: 6.5em;
	text-align: center;
	font-size: 1.3rem;
	padding: .5em;
	background-color: #f1f1f1;
	border: 1px solid #e5e5e5;
}

#event .entryContents dl dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.5rem;
	padding-left: 1em;
}

#event .entryContents dl dd.eventBefore{
	font-weight: 700;
	color: #56ab02;
}

#event .entryContents dl dd.eventNow{
	font-weight: 700;
	color: #BD2D4C;
}

.eventEntryContact{
	margin-top: 1.5em;
}

.eventEntryContact a{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 700;
	padding: 1.5em;
	color: #fff;
	background-color: #BD2D4C;
	border-radius: 10px;
	margin-top: 1em;
}

.eventEntryContact a::after{
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../img/parts_arrow_circle_w.png')no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
}

.eventEntryContact.eventNow{
	display: block;
}

.eventEntryContact.eventBefore,
.eventEntryContact.eventEnd,
.eventEntryContact.eventStop{
	display: none;
}




/* ------------------------------------------------------- sub privacy */
#privacy .subSec,
#privacy .subSec h4{
	margin-top: 30px;
}



/* ------------------------------------------------------- sub sitemap */
.sitemapContents > ul > li{
	margin-bottom: 10px;
}

.sitemapContents > ul > li > a{
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 1em;
	color: #333;
	background-color: #F0F7E9;
	border-radius: 5px;
}

.sitemapContents > ul > li > a::before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../img/parts_arrow_circle.png')no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}

.sitemapSubContents{
	padding-left: 10px;
	margin-top: 5px;
}

.sitemapSubContents li{
	border-bottom: 1px dotted #79bb36;
}

.sitemapSubContents li a{
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	color: #333;
	padding: 1em;
}

.sitemapSubContents li a::before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url('../img/parts_arrow_secondary.png')no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}



/* ------------------------------------------------------- sub register */
#register .ankerLinks ul{
	max-width: 620px;
	margin: 0 auto 50px;
}

#register .ankerLinks ul li{
	float: left;
	width: 48%;
}

#register .ankerLinks ul li:nth-child(2){
	float: right;
	width: 48%;
}

#register .ankerLinks ul li a{
	display: block;
	height: 65px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 65px;
	color: #333;
	border: 1px solid #cde6b5;
	border-radius: 5px;
}

#register .ankerLinks ul li:first-child a::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url('../img/parts_fllow_icon.png')no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
}

#register .ankerLinks ul li:nth-child(2) a{
	background-color: #f0f7e9;
}

#register .ankerLinks ul li:nth-child(2) a::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../img/parts_register_icon01.png')no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}

.registerBlock{
	padding: 40px;
	background: url('../img/sub_contents_bg01.gif');
	margin-top: 40px;
}

.registerBlock h4{
	text-align: center;
	font-size: 2rem;
	line-height: 1.25;
	margin-bottom: 1em;
}

.registerBlock h4 span{
	display: block;
	font-size: 1.6rem;
	margin-top: .25em;
}

.registerContainer{
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.registerContainer h5{
	font-size: 1.8rem;
	line-height: 1.25;
	padding: .5em 1em;
	border-left: 6px solid #79BC36;
	margin-bottom: .5em;
}

.registerFlow{
	margin: 15px 0 30px;
}

.registerFlow li{
	display: table;
	width: 100%;
	background-color: #f0f7e9;
	margin-bottom: 30px;
	position: relative;
}

.registerFlow li::after{
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: url('../img/parts_fllow_icon.png')no-repeat center center;
	background-size: auto 10px;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.registerFlow li:last-child::after{
	content: none;
}

.registerFlow li > span{
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	padding: 1em 0;
	color: #56ab02;
	background-color: #cde6b5;
}

.registerFlow li p{
	display: table-cell;
	vertical-align: middle;
	padding: .75em 1em;
}

.registerTel{
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
}

.registerFormBtn{
	display: block;
	max-width: 480px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	padding: 1.25em;
	background-color: #c64045;
	border-radius: 10px;
	margin: 50px auto 0;
}

.registerFormBtn::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../img/parts_register_icon02.png')no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}



/* ------------------------------------------------------- sub error */
#error .mainWrapper{
	text-align: center;
}


#error h3{
	font-size: 3rem;
	margin-bottom: 1em;
}

#error h3 span{
	display: block;
	font-size: 1.8rem;
}

#error a{
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding: .75em 2em;
	color: #fff;
	background-color: #79bb36;
	border-radius: 50px;
	margin-top: 30px;
}



/* ------------------------------------------------------- sub link */
#link .linkContents dl{
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}

#link .linkContents dl:first-child{
	padding-top: 0;
}

#link .linkContents dl dt{
	display: table-cell;
	vertical-align: middle;
	width: 180px;
}

#link .linkContents dl dt a{
	display: block;
}

#link .linkContents dl dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 1.5rem;
	line-height: 1.8;
}



/* ------------------------------------------------------- sub about */
#about .ankerLinks{
	margin-bottom: 70px;
}

#about .ankerLinks ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#about .ankerLinks ul li{
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	width: 124px;
}

#about .ankerLinks ul li a{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
	padding: .5em;
	color: #333;
	border: 1px solid #cde6b5;
	border-radius: 5px;
}

#about .ankerLinks ul li a span{
	display: table-cell;
	vertical-align: middle;
}

#about .ankerLinks ul li a span::after{
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background: url('../img/parts_fllow_icon.png')no-repeat center center;
	background-size: auto 6px;
	margin-top: 5px;
}

.mapImg{
	margin-top: 20px;
}

.img_max640{
	display: none;
}

.bringContainer{
	padding-left: 100px;
	margin-top: 30px;
	position: relative;
}

.bringContainer > span{
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 80px;
	color: #fff;
	background-color: #56ab02;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.ClothesImg{
	display: inline-block;
	vertical-align: top;
	width: 119px;
}

.ClothesList{
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
}

.ClothesList dl{
	margin-bottom: .75em;
}

.ClothesList dl dt{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	color: #56ab02;
}
.ClothesList dl dd{
	font-size: 1.5rem;
	line-height: 1.5;
	padding-left: 1.25em;
}

.ClothesList dl dd ul{
	padding-left: 1em;
	margin-bottom: .5em;
}

.ClothesList dl dd ul li{
	list-style-type: disc;
}

.bringImgs li{
	float: left;
	width: 120px;
	margin-right: 5px;
}

.bringImgs li img{
	display: block;
	width: 100px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 auto 5px;
}

.bringImgs li span{
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	color: #56ab02;
}

.bringImgs li span span{
	font-size: 1.3rem;
}

.ActivityList{
	margin-top: 30px;
}

.ActivityList li{
	margin-bottom: 30px;
}

.ActivityList li figure{
	float: left;
	width: 300px;
	margin-right: 30px;
}

.ActivityList li .txtContents{
	float: left;
}

.ActivityList li .txtContents h5{
	font-size: 1.8rem;
	font-weight: 700;
}

.CirculationImg{
	max-width: 822px;
	margin: 40px auto 0;
}

.schedule li{
	min-height: 100px;
	background-color: #f0f7e9;
}

.schedule li:nth-child(2n){
	background-color: #fff;
}

.schedule li .container{
	max-width: 640px;
	padding: 20px 0 20px 100px;
	margin: 0 auto;
	position: relative;
}

.schedule li .container::before{
	content: '';
	display: inline-block;
	width: 70px;
	height: 100%;
	background: url('../img/about/about_time_icon01.png')no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	top: 20px;
	left: 0;
}

.schedule li:nth-child(2) .container::before{
	background: url('../img/about/about_time_icon02.png')no-repeat left top;
	background-size: 100% auto;
}

.schedule li:nth-child(3) .container::before{
	background: url('../img/about/about_time_icon03.png')no-repeat left top;
	background-size: 100% auto;
}

.schedule li:nth-child(4) .container::before{
	background: url('../img/about/about_time_icon04.png')no-repeat left top;
	background-size: 100% auto;
}

.schedule li:nth-child(5) .container::before{
	background: url('../img/about/about_time_icon05.png')no-repeat left top;
	background-size: 100% auto;
}

.schedule li:nth-child(6) .container::before{
	background: url('../img/about/about_time_icon06.png')no-repeat left top;
	background-size: 100% auto;
}

.schedule li:nth-child(7) .container::before{
	background: url('../img/about/about_time_icon07.png')no-repeat left top;
	background-size: 100% auto;
}

.schedule li:nth-child(8) .container::before{
	background: url('../img/about/about_time_icon08.png')no-repeat left top;
	background-size: 100% auto;
}

.schedule li:nth-child(9) .container::before{
	background: url('../img/about/about_time_icon09.png')no-repeat left top;
	background-size: 100% auto;
}

.schedule li:nth-child(10) .container::before{
	background: url('../img/about/about_time_icon10.png')no-repeat left top;
	background-size: 100% auto;
}

.schedule li .container .txtContents{
	float: left;
}

.schedule li .container figure{
	float: right;
	width: 250px;
}

.schedule li .container h5{
	font-size: 1.8rem;
}

.voiceBx{
	padding: 30px;
	background-color: #f0f7e9;
	margin-bottom: 40px;
}

.voiceBx:last-child{
	margin-bottom: 0;
}

.voiceBx figure{
	float: left;
	width: 200px;
}

.voiceBx .txtContents{
	float: right;
	width: 724px;
}

.voiceTxtHead{
	border-bottom: 2px dotted #cde6b5;
}

dl.profile{
	display: table;
	width: 100%;
	margin-bottom: 1em;
}

dl.profile dt{
	display: table-cell;
	vertical-align: middle;
	width: 5em;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding: .5em .75em;
	color: #fff;
	background-color: #56ab02;
}

dl.profile dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: .5em;
}

dl.profile dd span{
	font-size: 1.5rem;
	margin-left: .25em;
}

.voiceTxtHead p{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;

	color: #56ab02;
	margin-bottom: .5em;
}

.voiceComment{
	margin-top: 1.5em;
}

.voiceComment dt{
	font-size: 1.6rem;
	font-weight: 700;
}

.voiceComment dd{
	padding-left: 1em;
	font-size: 1.5rem;
}

.instructorBx{
	padding: 40px;
	background-color: #f0f7e9;
	margin-bottom: 40px;
}

.instructorBx figure{
	float: left;
	width: 320px;
}

.instructorBx > .txtContents{
	float: right;
	width: 594px;
}

.profileTit{
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	color: #56ab02;
	margin-bottom: .75em;
}

.instructorMessage{
	padding: 30px;
	background-color: #fff;
	margin-top: 20px;
}

.instructorMessage h4{
	font-size: 1.8rem;
	margin-bottom: .25em;
}

.instructorMessage .container .txtContents{
	float: left;
	width: 316px;
}

.instructorMessage .container .txtContents p{
	text-align: justify;
}

.instructorMessage .container figure{
	float: right;
	width: 200px;
}

.faqContents dl{
	padding: 20px;
	border-bottom: 2px dotted #cde6b5;
}

.faqContents dl:first-child{
	padding-top: 0;;
}

.faqContents dl dt{
	display: table;
	width: 100%;
}

.faqContents dl dt::before{
	content: "Q";
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 40px;
	color: #fff;
	background-color: #79bc36;
	border-radius: 20px;
}

.faqContents dl dt span{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 1em;
}

.faqContents dl dd{
    display: table;
    width: 100%;
    margin-top: 5px;
}

.faqContents dl dd::before {
    content: "A";
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 40px;
    color: #79bc36;
    background-color: #f0f7e9;
    border-radius: 20px;
}

.faqContents dl dd p{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-size: 1.5rem;
    padding-left: 1em;
}

/* モーダル */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 20;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.closeBtn{
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	background-color: #333;
	padding: .75em 2em;
	margin-top: .25em;
	border-radius: 5px;
}

.shoesTit{
	font-size: 1.5rem;
}

.shoesTable{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.shoesTable th,
.shoesTable td{
	font-size: 1.3rem;
	padding: .5em;
	border: 1px solid #ccc;
	vertical-align: top;
}

.shoesTable th{
	width: 3.5em;
	text-align: center;
}

.shoesTable img{
	display: block;
	width: inherit !important;
}

.shoesTable p{
	font-size: 1.3rem;
}

.appInfo{
	margin: 30px 0;
}

.appInfo dl{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.appInfo dl:last-child{
	margin-bottom: 0;
}

.appInfo dl dt{
	display: table-cell;
	vertical-align: top;
	width: 11em;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.appInfo dl dd{
	display: table-cell;
	vertical-align: top;
	font-size: 1.5rem;
	line-height: 1.5;
}

.appImages ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.appImages ul li{
	width: 32%;
	margin-bottom: 2%;
}



/* ------------------------------------------------------- sub thanks */
#thanks .mainWrapper h3{
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 1em;
}

#thanks .mainWrapper p{
	text-align: center;
}



/* ------------------------------------------------------- sub mailmagazine */
#mailmagazine form{
	font-size: 1.5rem;
}

#mailmagazine form input[type="submit"]{
	margin-top: .5em;
}



/* ------------------------------------------------------- sub movie */
.movieList li{
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}

.movieList li:nth-child(2n){
	margin-right: 0;
}

.youtube{
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.movieList li span{
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: .5em;
}







@media(max-width:768px){
	.dispPc{
		display: none !important;
	}

	.dispSp{
		display: block;
	}
	
	p{
		font-size: 1.4rem;
	}
	
	.inner{
		padding: 0 40px;
	}
	
	header{
		height: 70px;
		background-size: auto 35px;
	}

	
	.hContents .inner{
		padding: 0 15px;
	}
	
	.menuSingle .menuSecondLevel{
		display: none;
	}
	
    /*ハンバーガーメニュー
	ヘッダーまわりはサイトに合わせて調整してください*/
	#nav-drawer {
		position: absolute;
		top: 13px;
		right: 13px;
		width: 44px;
		height: 44px;
		background-color: #79bd36;
		border-radius: 5px;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
	  	display: inline-block;
	  	width: 100%;
	  	vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  	position: absolute;
	  	height: 3px;/*線の太さ*/
	  	width: 24px;/*長さ*/
	  	background: #fff;
	  	display: block;
	  	content: '';
	  	cursor: pointer;
	}
	#nav-open span:before {
	  	bottom: -8px;
	}
	#nav-open span:after {
	  	bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	  	display: none;/*はじめは隠しておく*/
	  	position: fixed;
	  	z-index: 99;
	  	top: 0;/*全体に広がるように*/
	  	left: 0;
	  	width: 100%;
	  	height: 100%;
	  	background: black;
	  	opacity: 0;
	  	transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content {
	  	overflow: auto;
	  	position: fixed;
	  	top: 0;
	  	left: 0;
	  	z-index: 9999;/*最前面に*/
	  	width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
	  	max-width: 330px;/*最大幅（調整してください）*/
	  	height: 100%;
	  	background: rgba(255,255,255,.9);/*背景色*/
	  	transition: .3s ease-in-out;/*滑らかに表示*/
	  	-webkit-transform: translateX(-105%);
	  	transform: translateX(-105%);/*左に隠しておく*/
		margin-top: 70px;
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  	display: block;/*カバーを表示*/
	  	opacity: .5;
		margin-top: 70px;
	}

	#nav-input:checked ~ #nav-content {
	  	-webkit-transform: translateX(0%);
	  	transform: translateX(0%);/*中身を表示（右へスライド）*/
	  	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	
	#top header.is-animation #nav-content{
		background-color: rgba(255,255,255,.9);
		border: none;
	}
	
	header nav ul{
		margin: 0;
	}
	
	#nav-content .inner{
		padding: 0;
	}
	
	#nav-content nav ul{
		display: block;
	}
	
	#nav-content nav ul li{
		padding: 0;
		border-bottom: 1px dotted #ccc;
	}
	
	#nav-content nav ul li a{
		display: block;
		font-size: 1.4rem;
		color: #333;
		padding: 1.5em;
	}
	
	#nav-content nav ul li.navContact a{
		color: #fff;
	}
	
	#nav-content nav ul li.navContact a{
		padding: 1.75em 1.5em;
	}
	
	#nav-content nav ul li.navTel{
		border-bottom: none !important;
	}
	
	#nav-content nav ul li.navTel .hTelContents{
		text-align: center;
	}
	
	#nav-content nav ul li.navTel .hTelContents a{
		font-size: 2.6rem;
		padding: 0;
		margin-top: .75em;
	}
	
	#nav-content nav ul li.navTel .hTelContents span{
		display: block;
		font-size: 1.3rem;
		margin-top: .25em;
	}
	
	.hLogo h1 a{
		width: 240px;
		height: 21px;
		margin-top: 24px;
	}
	
	.memberBtnSp{
		display: table;
		height: 44px;
		font-size: 1.3rem;
		font-weight: 700;
		line-height: 44px;
		padding: 0 1em;
		color: #333;
		background-color: #f0f7e9;
		border: 1px solid #cde6b5;
		border-radius: 5px;
		position: absolute;
		top: 13px;
		right: 70px;
	}
	
	.memberBtnSp::before{
		content: '';
		display: table-cell;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		background: url('../img/parts_h_member.png')no-repeat center center;
		background-size: 100%;
	}
	
	.memberBtnSp span{
		display: table-cell;
		vertical-align: middle;
		padding-left: 5px;
	}
	
	.memberBtnSp span br{
		display: none;
	}
	
	.hTelSp{
		text-align: center;
		font-weight: 700;
		padding: 15px;
		margin: 5px;
		color: #333;
		background-color: #fff;
		border-radius: 5px;
	}
	
	.hTelSp p{
		font-size: 2rem;
		line-height: 1.25;
	}
	
	.hTelSp p::before{
		content: '';
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url('../img/parts_tel.png')no-repeat center center;
		background-size: 100%;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	.hTelSp span{
		font-size: 1.2rem;
	}
	
	main{
		padding-top: 70px;
	}
	
	#topHero{
		height: 400px;
	}
	
	.slider li{
		height: 400px;
	}
	
	.heroContents{
		text-align: center;
		right: 0;
	}
	
	.heroContents h2{
		font-size: 2.4rem;
	}
	
	.heroContents a{
		font-size: 1.4rem;
	}
	
	.topCalendar,
	.topNews{
		display: block;
		width: 100%;
		padding: 30px 40px 40px;
	}
	
	.topCalendar .container{
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.topNews .container{
		width: 100%;
		padding: 0;
	}
	
	.topUpdateWrapper h3{
		font-size: 2.4rem;
	}
	
	.topUpdateWrapper h3 span{
		font-size: 1.2rem;
	}
	
	.contentsHead a{
		font-size: 1.2rem;
		margin-top: 10px;
	}
	
	.newsContents li a .date{
		font-size: 1.2rem;
	}
	
	.topLinksWrapper{
		padding: 40px 0 50px;
	}
	
	.linkContents li{
		width: 49%;
		height: 100px;
		margin: 0 2% 2% 0;
	}
	
	.linkContents li a{
		font-size: 1.5rem;
	}
	
	.linkContents li.memberLinks a::before{
		width: 60px;
		height: 100%;
		right: 40px;
	}
	
	.fContents{
		padding-bottom: 35px;
		background-size: auto 35px;
	}
	
	.fSiteMap ul li a{
		font-size: 1.3rem;
	}
	
	.fInfo a{
		width: 260px;
		height: 23px;
	}
	
    .bnrContents ul{
        flex-wrap: wrap;
    }
    
	.bnrContents ul li{
		width: 180px;
        margin-bottom: 15px;
	}
	
	.subTitWrapper{
		height: 160px;
	}
	
	.subTitWrapper .inner h2{
		font-size: 2.4rem;
	}
	
	.breadcrumb ul li{
		font-size: 1.2rem;
	}
	
	.mainWrapper{
		padding: 30px 0 50px;
	}
	
	.mainCol{
		width: 65%;
	}
	
	.sideCol{
		width: 30%;
	}
	
	.newsList li a{
		padding: 15px;
	}
	
	.newsList li a span.date{
		font-size: 1.2rem;
	}
	
	.newsList li a h3.title,
	.eventList li a h3.title{
		font-size: 1.5rem;
	}
	
	.sideCol h3{
		font-size: 1.5rem;
		padding: .5em 1em;
	}
	
	.sideCol ul{
		padding: 0 15px 15px;
	}
	
	.subTitWrapper .inner h2 span{
		font-size: 1.6rem;
	}
	
	.entry h3{
		font-size: 1.5rem;
	}
	
	.entry span.date{
		font-size: 1.2rem;
	}
	
	#event .entryContents dl dd{
		font-size: 1.4rem;
	}
	
	.eventEntryContact a{
		font-size: 1.5rem;
	}
	
	.subSec{
		margin-bottom: 50px;
	}
	
	.subSec > h3{
		font-size: 1.8rem;
	}
	
	.subSec > h3 span{
		font-size: 1.5rem;
	}
	
	.subSec > h4{
		font-size: 1.5rem;
	}
	
	.subSec ol li{
		font-size: 1.4rem;
	}

	#privacy .subSec,
	#privacy .subSec h4{
    	margin-top: 20px;
	}
	
	#register .ankerLinks ul{
		margin-bottom: 30px;
	}
	
	#register .ankerLinks ul li a{
		font-size: 1.4rem;
	}
	
	.registerBlock{
		padding: 20px;
		margin-top: 20px;
	}
	
	.registerBlock h4{
		font-size: 1.6rem;
	}
	
	.registerContainer{
		padding: 20px;
	}
	
	.registerContainer h5{
		font-size: 1.5rem;
	}
	
	.registerFlow li > span{
		width: 40px;
		font-size: 1.6rem;
	}
	
	.registerBlock h4 span{
		font-size: 1.4rem;
	}
	
	.registerTel{
		font-size: 1.6rem;
	}
	
	#register .ankerLinks ul li a{
		height: 55px;
		font-size: 1.4rem;
		line-height: 55px;
	}
	
	#register .ankerLinks ul li:nth-child(2) a::before,
	.registerFormBtn::before{
		width: 25px;
		height: 25px;
	}
	
	.registerFormBtn{
		font-size: 1.6rem;
	}
	
	#error h3{
		font-size: 2.4rem;
	}
	
	#error h3 span{
		font-size: 1.6rem;
	}
	
	#link .linkContents dl dd{
		font-size: 1.4rem;
	}
	
	#about .ankerLinks{
		margin-bottom: 30px;
	}
	
	#about .ankerLinks ul{
		justify-content: center;
		flex-wrap: wrap;
	}
	
	#about .ankerLinks ul li{
		float: left;
		width: 24.25%;
		margin: 0 1% 1% 0;
	}

	#about .ankerLinks ul li:nth-child(4n){
		margin-right: 0;
	}
	
	#about .ankerLinks ul li a{
		font-size: 1.3rem;
		padding: .75em .5em;
	}
	
	#about .ankerLinks ul li a span br{
		display: none;
	}
	
	.mt40{
		margin-top: 30px;
	}
	
	.bringContainer{
		padding-left: 70px;
		margin-top: 20px;
	}
	
	.bringContainer > span{
		width: 70px;
		height: 70px;
		font-size: 1.5rem;
		line-height: 70px;
	}
	
	.ClothesList dl dt{
		font-size: 1.5rem;
	}
	
	.ClothesList dl dd{
		font-size: 1.4rem;
	}
	
	.bringImgs li{
		margin: 0 0 15px;
	}
	
	.bringImgs li span{
		font-size: 1.4rem;
	}
	
	.ActivityList{
		margin-top: 15px;
	}
	
	.ActivityList li{
		margin-bottom: 20px;
	}
	
	.ActivityList li figure{
		width: 40%;
		margin-right: 3%;
	}
	
	.ActivityList li .txtContents{
		width: 57%;
	}
	
	.ActivityList li .txtContents h5{
		font-size: 1.5rem;
		margin-bottom: .25em;
	}
	
	.schedule li .container{
		max-width: 100%;
		padding: 15px 15px 15px 100px;
	}
	
	.schedule li .container::before{
		width: 60px;
		top: 15px;
		left: 15px;
	}
	
	.schedule li .container h5{
		font-size: 1.5rem;
	}
	
	.schedule li .container figure{
		width: 40%;
	}
	
	.voiceBx{
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.voiceBx figure{
		width: 25%;
	}
	

	.voiceBx .txtContents{
		width: 72%;
	}
	
	dl.profile{
		margin-bottom: .75em;
	}
	
	dl.profile dt{
		font-size: 1.3rem;
	}
	
	dl.profile dd{
		font-size: 1.5rem;
	}
	
	.voiceTxtHead p{
		font-size: 1.6rem;
	}
	
	.voiceComment{
		margin-top: 1em;
	}
	
	.voiceComment dt{
		font-size: 1.5rem;
	}
	
	.voiceComment dd{
		font-size: 1.4rem;
	}
	
	.instructorBx{
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.instructorBx figure{
		width: 25%;
	}
	
	.instructorBx > .txtContents{
		width: 72%;
	}
	
	.profileTit{
		font-size: 2rem;
		margin-bottom: .5em;
	}
	
	dl.profile dd span{
		font-size: 1.3rem;
	}
	
	.instructorMessage{
		padding: 20px;
		margin-top: 15px;
	}
	
	.instructorMessage h4{
		font-size: 1.5rem;
	}
	
	.instructorMessage .container .txtContents{
		width: 67%;
	}
	
	.instructorMessage .container figure{
		width: 30%;
	}
	
	.faqContents dl dt span{
		font-size: 1.5rem;
		padding-left: .5em;
	}
	
	.faqContents dl dd p{
		font-size: 1.4rem;
		padding-left: .5em;
	}
	
	.faqContents dl dt::before,
	.faqContents dl dd::before{
		width: 30px;
		height: 30px;
		font-size: 1.6rem;
		line-height: 30px;
	}
	
	.modal__content{
		padding: 20px;
		width: 90%;
	}
	
	.shoesTable{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
    
    #news .entry .entryContents ul li,
    #report .entry .entryContents ul li,
    #capricious .entry .entryContents ul li,
    #news .entry .entryContents ol li,
    #report .entry .entryContents ol li,
    #capricious .entry .entryContents ol li{
        font-size: 1.5rem;
    }
	
	#thanks .mainWrapper h3{
		font-size: 1.8rem;
	}
	
	.movieList li span{
		font-size: 1.4rem;
	}
    
    .bnrContents ul li a img{
        width: 100%;
        height: auto;
    }
    
    #topHero .caution{
        left: 0;
        margin: auto;
    }
    
    #topHero .caution .container{
        padding: 15px;
    }
    
    #topHero .caution .container > span{
        font-size: 2rem;
    }
    
    #topHero .caution .container a{
        font-size: 1.4rem;
    }
    
    #topHero .caution .container > p{
        font-size: 1.6rem;
    }
    

	
	
	
	
	
	
	
	
}



@media(max-width:670px){
	.hLogo h1 a{
		width: 180px;
		height: 16px;
		margin-top: 27px;
	}
	
	.memberBtnSp{
		font-size: 1.1rem;
		line-height: 1.15;
		padding: 0 .5em;
		right: 63px;
	}
	
	.memberBtnSp span br{
		display: block;
	}
	
	#nav-drawer{
		right: 10px;
	}
	
	#topHero{
		height: 300px;
	}
	
	.inner{
		padding: 0 20px;
	}
	
	#topHero{
		height: 250px;
	}
	
	.slider li{
		height: 250px;
	}
	
	.topCalendar,
	.topNews{
		display: block;
		width: 100%;
		padding: 30px 20px 40px;
	}
	
	.calendarContents table th,
	.calendarContents table td{
		font-size: 1.2rem;
	}
	
	.newsContents li a{
		padding: 15px;
	}
	
	.topLinksWrapper{
		padding: 30px 0 50px;
	}
	
	.linkContents li,
	.linkContents li:nth-last-child(2):nth-child(2n+1){
		width: 100%;
		height: 70px;
		margin: 0 0 2% 0;
	}
	
	.linkContents li.memberLinks a::before{
		width: 45px;
	}
	
	.pagetopAnker a{
		font-size: 1.4rem;
	}
	
	.fSiteMap{
		display: none;
	}
	
	.fSiteMapSp{
		display: block;
	}
	
	.fSiteMapSp ul{
		display: flex;
		flex-wrap: wrap;
	}
	
	.fSiteMapSp ul li{
		float: left;
		width: 50%;
		border-right: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
	
	.fSiteMapSp ul li a{
		display: table;
		width: 100%;
		height: 100%;
		font-size: 1.3rem;
		padding: 1em;
		margin: 0;
	}
	
	.fSiteMapSp ul li a::before{
		content: '';
		display: table-cell;
		vertical-align: middle;
		width: 13px;
		height: 13px;
		background: url('../img/parts_arrow_circle.png')no-repeat center center;

		background-size: 100%;
	}
	
	.fSiteMapSp ul li a span{
		display: table-cell;
		vertical-align: middle;
		padding-left: 5px;
	}
	
	.fInfo{
		border-top: none;
		margin-bottom: 20px;
	}
	
	.fInfo .fLogo{
		display: block;
		width: 80%;
		margin: 0 auto 15px;
	}
	
	.fInfo a{
		width: 100%;
		height: auto;
	}
	
	.fInfo p{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.bnrContents ul li{
		float: left;
		width: 48%;
        height: auto;
		margin: 0 4% 4% 0;
	}
	
	.bnrContents ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.bnrContents ul li:last-child,
	.bnrContents ul li:nth-last-child(2):nth-child(2n+1){
		margin-bottom: 0;
	}
    
    .bnrContents ul li a img{
        width: 100%;
        height: auto;
    }
	
	.copyright p{
		font-size: 1rem;
	}
	
	.subTitWrapper{
		height: 120px;
	}
	
	.mainCol{
		width: 100%;
		margin-bottom: 30px;
	}

	
	.newsList li a h3.title{
		font-size: 1.4rem;
	}

	.sideCol{
		width: 100%;
	}
	
	.sideCol h3{
		font-size: 1.4rem;
	}
	
	.sideCol ul li{
		float: left;
		width: 48%;
		margin-right: 4%;
		text-align: center;
		padding: .75em 0;
	}
	
	.sideCol ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.eventList li a dl dt{
		font-size: 1.2rem;
		padding: .5em;
	}
	
	.eventList li a dl dd{
		font-size: 1.3rem;
	}
	
	.calendarData span.year,
	.calendarData .tabArea li{
		font-size: 1.5rem;
	}
	
	.sitemapContents > ul > li{
		margin-bottom: 5px;
	}
	
	.sitemapContents > ul > li > a,
	.sitemapSubContents li a{
		font-size: 1.4rem;
	}
	
	.sitemapSubContents{
		margin-top: 0;
	}
	
	#register .ankerLinks ul li{
		float: none;
		width: 80%;
		margin: 0 auto 5px;
	}
	
	#register .ankerLinks ul li:nth-child(2){
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	
	.subSec > h3{
		font-size: 1.6rem;
		background-size: 80% auto;
	}
	
	.subSec > h3 span{
		display: block;
		font-size: 1.4rem;
	}
	
	.registerBlock,
	.registerContainer{
		padding: 15px;
	}
	
	.registerBlock h4{
		font-size: 1.5rem;
	}
	
	.registerBlock h4 span{
		font-size: 1.3rem;
	}
	
	.registerFormBtn{
		font-size: 1.5rem;
		border-radius: 5px;
		margin-top: 30px;
	}
	
	#link .linkContents dl dt{
		display: block;
		margin: 0 auto 15px;
	}
	
	#link .linkContents dl dd{
		display: block;
		padding: 0;
		text-align: center;
	}
	
	#about .ankerLinks ul li{
		width: 49.5%;
	}
	
	#about .ankerLinks ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.ClothesImg{
		display: block;
		width: 80px;
		margin: 0 auto 15px;
	}
	
	.ClothesList{
		margin: 0;
	}
	
	.bringImgs li{
		width: 50%;
	}
	
	.ActivityList li figure{
		width: 100%;
	}
	
	.ActivityList li figure img{
		display: block;
		width: 70%;
		margin: 0 auto 10px;
	}
	
	.ActivityList li .txtContents{
		width: 100%;
	}
	
	.ActivityList li .txtContents h5{
		margin-bottom: 0;
	}
	
	.ActivityList li .txtContents p br{
		display: none;
	}
	
	.schedule li .container{
		padding-left: 80px;
	}
	
	.schedule li .container::before{
		width: 50px;
		left: 15px;
	}
	
	.schedule li .container .txtContents{
		float: none;
	}
	
	.schedule li .container figure{
		float: none;
		width: 100%;
		margin-top: 5px;
	}
	
	.voiceBx figure,
	.instructorBx figure{
		float: none;
		width: 100%;
		max-width: 200px;
		margin: 0 auto 15px;
	}
	
	.voiceBx .txtContents,
	.instructorBx > .txtContents{
		width: 100%;
	}
	
	.voiceTxtHead p{
		font-size: 1.5rem;
	}
	
	.voiceComment dt{
		font-size: 1.4rem;
	}
	
	.profileTit{
		font-size: 1.8rem;
	}
	
	.instructorMessage{
		padding: 15px;
	}
	
	.instructorMessage .container .txtContents{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.instructorMessage .container figure{
		float: none;
		width: 50%;
		margin: 0 auto;
	}
	
	.faqContents dl{
		padding: 15px;
	}
	
	.img_min640{
		display: none;
	}

	.img_max640{
		display: block;
	}
	
	#thanks .mainWrapper h3{
		font-size: 1.6rem;
	}
	
	#thanks .mainWrapper p{
		text-align: left;
	}
	
	.movieList li{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	.movieList li:last-child{
		margin-bottom: 0;
	}
    
    #topHero .caution{
        bottom: -50px;
    }
    
    #topHero .caution .container > span{
        font-size: 1.6rem;
        margin-bottom: .25em;
    }
    
    /* ↓期間終了後コメントアウト↓ */
    /*.topCalendar{
        padding-top: 65px;
    }*/
    
    #topHero .caution .container > p{
        font-size: 1.4rem;
        margin: 0;
    }

	.appInfo dl dt{
		display: block;
		width: 100%;
		margin-bottom: .5em;
	}

	.appInfo dl dd{
		display: block;
		padding-left: 1em;
	}

	.appImages ul li{
		width: 49%;
		margin-bottom: 2%;
	}


	
	
	
	
	
	
	
	
}




