@charset "UTF-8";
/* ==================================================================
		[基本設定]
===================================================================== */
/* -----------------------------------------------
  0. config, Reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend, figure {
  margin: 0;
  padding: 0;
}

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

/* -----------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html {
  background: url(../img/con_bg_02.png) 0 0 repeat;
}

body {
  color: #333;
  min-width: 1000px;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  line-height: 1.5;
  background: url(../img/con_bg_01.jpg) 50% 0 no-repeat;
}
  body.popOpen {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }
	body.detailBg {
 	color: #333;
  	min-width: 1000px;
  	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, sans-serif;
  	-webkit-text-size-adjust: none;
  	font-size: 14px;
  	line-height: 1.5;
  	background: url(../img/con_bg_02.jpg) 50% 0 no-repeat;
	}

a {
  color: #008dd7;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

/* -----------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
}

/* -----------------------------------------------
	3. List
-------------------------------------------------- */
ul, ol {
  list-style: none;
}

/* -----------------------------------------------
	4. Table
-------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  empty-cells: show;
}

caption, th, td {
  vertical-align: top;
}

/* -----------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
}

button, input[type="button"], input[type="submit"], input[type="reset"], select {
  cursor: pointer;
  line-height: inherit;
}

button, input[type="search"], input[type="submit"], input[type="reset"] {
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  box-sizing: content-box;
}

input[type="text"], input[type="date"], select, textarea {
  padding: 4px;
  box-sizing: content-box;
  margin-bottom: 5px;
  background: #fcfbf8;
  border: 1px solid #cfcfcf;
}

select {
  box-shadow: none;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

/* -----------------------------------------------
	6. Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: bottom;
}

a img {
  vertical-align: middle;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 84.6%;
  padding: 10px 0;
}

object {
  vertical-align: middle;
  outline: none;
}

em, strong {
  font-weight: bold;
  font-style: normal;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

q:before, q:after {
  content: '';
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

code, pre {
  font-family: monospace;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: text-bottom;
}

hr {
  height: 0;
  margin: 0 0 15px 0;
  border: none;
  border-top: 1px dotted #ccc;
}

/* ==================================================================
    [レイアウト]
===================================================================== */
/* -----------------------------------------------
	layout Base
-------------------------------------------------- */
/* --- 基本レイアウト・サイズ --- */
#globalHeader, #mainBody, #globalFooter {
  width: 1000px;
  margin: 0 auto;
}

/* -----------------------------------------------
	Header
-------------------------------------------------- */
/* --- globalHeader --- */
#wrapHead #globalHeader {
  padding: 40px 0 0;
  position: relative;
}

#wrapHead #globalHeader .logoMark {
  margin: 0;
}

#wrapHead #globalHeader .logoMark:hover a {
  opacity: 0.7;
}

#wrapHead #globalHeader .backBtn {
  padding: 3px 12px;
  text-decoration: none;
  border-radius: 4px;
  background-color: #bbc1cb;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 40px;
}

#wrapHead #globalHeader .backBtn:hover {
  opacity: 0.7;
}

#wrapHead #globalHeader .spMenuBtn {
  position: absolute;
  right: 10px;
  top: 28px;
  display: none;
}

/* -----------------------------------------------
	Content
-------------------------------------------------- */
#mainBody {
  min-height: 600px;
  padding: 66px 0 40px;
}

#main {
  width: 670px;
  float: left;
}

section {
  margin: 0 0 40px;
}

/* pageTop */
.pageTop {
  position: fixed;
  left: 50%;
  bottom: 180px;
  margin-left: 445px;
  z-index: 800;
}

.pageTop:hover {
  opacity: 0.7;
}

/* -----------------------------------------------
	side
-------------------------------------------------- */
#side {
  width: 300px;
  float: right;
}
#mainBody #side.hide {
  display: none;
}

.areaList ul {
  list-style: none;
  margin: 0 0 25px;
  border-radius: 10px;
  overflow: hidden;
}
.areaList ul li {
  margin: 2px 0 0;
  background-color: #ffcb1c;
}
.areaList ul li:first-child {
  margin-top: 0;
}
.areaList ul li.active,
.areaList ul li:hover {
  background-color: #56c02c;
}
.areaList ul li.active a,
.areaList ul li:hover a {
  color: #fff;
}
.areaList ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 15px;
}

.btnWalkingNote {
  color: #134161;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  background: #fff url(../img/img_shoes_01.png) 14px 50% no-repeat;
  background-size: 70px 46px;
  padding: 13px 10px 13px 100px;
  margin-bottom:10px;
  line-height: 1.2;
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
}
.btnHealthyMenu {
  color: #134161;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  background: #fff url(../img/img_sakura_01.png) 14px 50% no-repeat;
  background-size: 70px 46px;
  padding: 13px 10px 13px 100px;
  line-height: 1.2;
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
}
.btnWalkingGallery {
  color: #134161;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  background: #fff url(../img/img_camera_01.png) 14px 50% no-repeat;
  background-size: 70px 46px;
  padding: 13px 10px 13px 100px;
  margin-bottom:10px;
  line-height: 1.2;
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
}
.btnWalkingNote:hover,.btnHealthyMenu:hover, .btnWalkingGallery:hover {
  opacity: 0.7;
}


/* -----------------------------------------------
	Footer
-------------------------------------------------- */
#wrapFoot #globalFooter {
  color: #000;
}
#wrapFoot #globalFooter .hCircle {
  color: #094e9b;
  font-weight: bold;
  background: url(../img/ic_circle_01.png) 0 50% no-repeat;
  padding: 0 0 0 15px;
}
#wrapFoot #globalFooter .symbolImg,
#wrapFoot #globalFooter .footContact {
  float: left;
  margin: 0 40px 13px 0;
}
#wrapFoot #globalFooter .footRelation {
  float: right;
}
#wrapFoot #globalFooter .relationList {
  margin: 0 0 0 -5px;
}
#wrapFoot #globalFooter .relationList li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 9px 5px;
}
#wrapFoot #globalFooter .relationList li:hover {
  opacity: 0.7;
}

#wrapFoot .copyright {
  text-align: center;
  padding: 10px;
  background-color: #094e9b;
  color: #a3eeff;
}

/* ==================================================================
    [汎用エレメント]
===================================================================== */
/* -----------------------------------------------
  display
-------------------------------------------------- */
.spDisplay {
  display: none;
}

/* -----------------------------------------------
  インラインテキスト
-------------------------------------------------- */
/* --- 文章の右寄せ、中央せ --- */
.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

/* --- 強調・補足テキスト --- */
.note {
  color: #666;
  font-size: 85.7%;
}

/* -----------------------------------------------
	Other
-------------------------------------------------- */
/* for Voice Browser */
.hidden, .navSkip {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Noscript Message */
#msgNoscript {
  display: block;
  width: 100%;
  background: #fcc;
  color: #f00;
  text-align: center;
}

#msgNoscript p {
  border: 5px solid #f00;
  text-align: left;
  padding: 20px;
}

/* NoScript */
.noScript {
  display: none;
}

/* -----------------------------------------------
	JS
-------------------------------------------------- */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/*
body.noScroll{
  overflow:hidden;
}*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  padding: 35px 0 0;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxContent .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 98%;
}

.cboxElement:focus,
#colorbox,
#cboxClose:active,
#cboxClose:focus {
  outline: 0;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxClose {
  text-indent: -9999px;
  background: url(../img/btn_close_01.png) 50% 50% no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9000;
}

#cboxClose:hover {
  opacity: 0.7;
}

/* -----------------------------------------------
	Clearfix / floatclear
-------------------------------------------------- */
/* clearfix */
.clearfix, #mainBody, #wrapFoot #globalFooter, .courseBlock .courseList > li,
section, div, ul, ol {
  zoom: 1;
}

.clearfix:after, #mainBody:after, #wrapFoot #globalFooter:after, .courseBlock .courseList > li:after,
section:after, div:after, ul:after, ol:after {
  content: "";
  display: block;
  clear: both;
}

/* ---  floatclear --- */
.clearer {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/* -----------------------------------------------
	TOP
-------------------------------------------------- */
.topContent {
  text-align: center;
}
.topContent .conTitle {
  padding: 10px 5px;
}

.topCatch {
  margin: 0 0 8px;
}

.topMapWrap {
  margin: 0 auto 20px;
  width: 997px;
  background: url(../img/top_map_bg_01.png) 50% 0 no-repeat;
}

.topMapWrap,
.topMapWrapSp {
  position: relative;
}
.topMapWrap:after,
.topMapWrapSp:after {
  content: ' ';
  background: url(../img/top_illust_01.png) 0 0 no-repeat;
  width: 371px;
  height: 294px;
  position: absolute;
  bottom: -100px;
  right: -45px;
}

.topMapWrapSp {
  display: none;
}

.areaNavWrap {
  /*position: relative;*/
  margin: 0 0 45px;
}
.areaNavWrap .areaNav {
  width: 745px;
  float: left;
}
.areaNavWrap .areaNav p {
  margin: 0 0 20px;
  font-weight: bold;
}
.areaNavWrap .areaNav ul {
  list-style: none;
  margin: 0;
}
.areaNavWrap .areaNav ul li {
  float: left;
  width: 135px;
  margin: 0;
  background: url(../img/btn_bg_02.png) 50% 50% no-repeat;
  background-size: 135px 139px;
}
.areaNavWrap .areaNav ul li:hover {
  background-image: url(../img/btn_bg_02_o.png);
}
.areaNavWrap .areaNav ul li:hover a {
  padding: 50px 10px 56px;
}
.areaNavWrap .areaNav ul li:nth-child(6) {
  margin-left: 67px;
}
.areaNavWrap .areaNav ul li a {
  display: block;
  color: #000;
  font-size: 22px;
  padding: 58px 10px 48px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #ffffff;
  text-decoration: none;
}

.bannerWrap {
  width: 243px;
  float: right;
  margin: 80px 0 0;
}

.bannerList li {
  margin: 0 0 6px;
}

.bannerList li a:hover{
  opacity: 0.7;
}

/* 追加バナー */
.top__banner01{
    margin-bottom: 20px;
}
.top__banner01:hover{
    opacity: 0.7;
}
.sp__top__banner01{
    display: none;
}

.splBanner01{
  margin: 0 0 30px;
}

.splBanner01 a:hover{
  opacity: 0.7;
}


/* workBlock */
.workList {
  list-style: none;
  margin: 0 5px 0 -21px;
}
.workList li {
  float: left;
  width: 226px;
  margin: 0 0 20px 28px;
}
.workList li .workImgSpring,
.workList li .workImgSummer,
.workList li .workImgAutumn,
.workList li .workImgWinter {
  border-radius: 8px;
  background-color: #f6f9fb;
  padding: 14px;
  text-align: center;
  margin: 0 0 19px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
  position: relative;
}
.workList li .workTitle {
  font-weight: bold;
  display: block;
  padding: 12px 0 0;
}
.workList li .caption {
  font-size: 10px;
  text-align:right;
  display: block;
  padding: 8px 0 0;
}
.workList li .workImgSpring:before {
  content: ' ';
  background: url(../img/ic_circle_spring.png) 0 0 no-repeat;
  width: 75px;
  height: 75px;
  position: absolute;
  top: -24px;
  left: -15px;
}
	.workList li .workImgSummer:before {
  	content: ' ';
  	background: url(../img/ic_circle_summer.png) 0 0 no-repeat;
  	width: 75px;
  	height: 75px;
  	position: absolute;
  	top: -24px;
  	left: -15px;
}
	.workList li .workImgAutumn:before {
  	content: ' ';
  	background: url(../img/ic_circle_autumn.png) 0 0 no-repeat;
  	width: 75px;
  	height: 75px;
  	position: absolute;
  	top: -24px;
  	left: -15px;
}
	.workList li .workImgWinter:before {
  	content: ' ';
  	background: url(../img/ic_circle_winter.png) 0 0 no-repeat;
  	width: 75px;
  	height: 75px;
  	position: absolute;
  	top: -24px;
  	left: -15px;
}
.workList li .workText {
  border-radius: 10px;
  background-color: #e5e1bd;
  padding: 12px;
  position: relative;
  text-align: left;
  line-height: 1.3;
}
.workList li .workText:before {
  content: ' ';
  border-bottom: 16px solid #e5e1bd;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 0 -13px;
}

/* -----------------------------------------------
	詳細ページ
-------------------------------------------------- */
.detailWrap {
  border-radius: 10px;
  border: 6px solid #ccc;
  background-color: #fff;
  padding: 14px;
}

.pageTitle {
  font-size: 28px;
  font-weight: bold;
  padding: 45px 0 37px 45px;
  margin: -24px 0 20px;
  background: url(../img/bg_ribbon_01.png) 0 0 no-repeat;
  position: relative;
}
.pageTitle > span {
  font-size: 20px;
}
.pageTitle:before {
  content: ' ';
  background: url(../img/person_illust_01.png) 0 0 no-repeat;
  width: 176px;
  height: 165px;
  position: absolute;
  right: 0;
  bottom: -15px;
}

.conTitle {
  text-align: center;
  border-radius: 10px;
  background-color: #008dd7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 35px;
  padding: 5px;
}

/* spotBlock */
.spotBlock .conTitle > span {
  background: url(../img/ic_flag_01.png) 0 50% no-repeat;
  background-size: 23px 31px;
  display: inline-block;
  padding: 5px 0 5px 35px;
}

.spotBlock .spotBox {
  border-radius: 8px;
  background-color: #56c02c;
  padding: 18px 20px 20px;
}

.spotBlock .spotBox .spotTitle {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  padding: 0 0 0 28px;
  position: relative;
}
.spotBlock .spotBox .spotTitle > span {
  font-size: 14px;
  display:inline-block;
}
.spotBlock .spotBox .spotTitle:before {
  content: ' ';
  background: url(../img/ic_flag_02.png) 0 50% no-repeat;
  width: 38px;
  height: 63px;
  position: absolute;
  left: -8px;
  top: -35px;
}

.spotBlock .spotBox .spotInner {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 6px 0 20px;
}

.spotBlock .spotBox .spotInner .spotImg {
  float: left;
}

.spotBlock .spotBox .spotInner .spotImg img {
  margin: 0 14px 20px 0;
  display:block;
}
.spotBlock .spotBox.spot1Column .spotInner .spotImg img {
  display:inline;
}

.spotBlock .spotBox .spotInner .spotText {
  padding: 0 9px 20px 0;
  letter-spacing:-0.5px;
}

/* eatspotBlock */
.eatspotBlock .conTitle{
  background:#f78b72;
}
.eatspotBlock .conTitle > span {
  background: url(../img/ic_flower_01.png) 0 50% no-repeat;
  background-size: 32px 31px;
  display: inline-block;
  padding: 5px 0 5px 39px;
}
.eatspotBlock .eatspotBox{
  background:#ffa3d6;
  border-radius:8px;
  position:relative;
  padding:10px 20px 20px;
}
  .eatspotBlock .eatspotBox:before{
    position:absolute;
    top:-13px;
    left:-13px;
    content: '';
    display: inline-block;
    width: 58px;/*画像の幅*/
    height: 56px;/*画像の高さ*/
    background-image: url(../img/ic_flower_02.png);
    background-size: contain;
    vertical-align: middle;
  }
.eatspotBlock .eatspotTitle{
  color:#fff;
  font-size:24px;
  font-weight:bold;
  margin:0 0 10px 40px;
}
.eatspotBlock .eatspotInner{
  padding:20px 20px 10px 20px;
  background:#fff;
  border-radius:8px;
}
.eatspotBlock .eatMenu{
  margin:0 0 20px 0;
}
.eatspotBlock .eatMenuImg{
  float:left;
  width:224px;
  margin:0 20px 0 0;
  position:relative;
}
.eatspotBlock .icPoint{
  position:absolute;
  top:8px;
  left:8px;
  display:inline-block;
  color:#fff;
  background:#f57605;
  border:1px solid #fff;
  padding:2px 11px;
  border-radius:4px;
  font-weight:bold;
}
.eatspotBlock .icTisan{
  position:absolute;
  bottom:-8px;
  right:-19px;
}
.eatspotBlock .eatMenuText{
  float:left;
  width:306px;
}
.eatspotBlock .eatTitle{
  font-size:20px;
  font-weight:bold;
  margin:0 0 10px 0;
}
.eatspotBlock .eatTitle span{
  font-size:16px;
}
.eatspotBlock .eatPrice{
  font-weight:bold;
  font-size:20px;
  margin:0 0 13px 0;
}
.eatspotBlock .eatPrice .priceIc{
  font-size:14px;
  font-weight:normal;
  background:#fcf670;
  padding:2px 15px;
  border-radius:4px;
  margin:0 8px 0 0;
}
.eatspotBlock .eatPrice .txtTax{
  font-size:14px;
}
.eatspotBlock .eatText{
  width:195px;
  float:left;
}
.eatspotBlock .eatText .note{
  display:block;
  padding:16px 0 0 0;
}
.eatspotBlock .eatKal{
  float:right;
  margin:-20px 0 0 0;
}
.eatspotBlock .eatshopText{
  clear:both;
}
.eatspotBlock .eatshopTitle{
  font-size:16px;
  padding:0 0 0 30px;
  background:url(../img/ic_shop_01.png) no-repeat 0 50%;
  background-size:21px;
}
.eatspotBlock .eatshopAdress{
  position:relative;
}
.eatspotBlock .eatshopAdress dt{
  background:#fedff0;
  padding:2px 0;
  width:70px;
  text-align:center;
  display:inline-block;
  border-radius:4px;
  float:left;
  margin:0 0 5px 0;
}
.eatspotBlock .eatshopAdress dd{
  float: left;
  margin: 0 0 5px;
  padding: 4px 10px;
  width: 220px;
}
.eatspotBlock .eatshopAdress dd:nth-of-type(even){
  float: left;
  margin: 0 0 5px;
  padding: 4px 10px;
  width: 150px;
}



/* courseBlock */
.courseBlock .conTitle > span {
  background: url(../img/ic_compass_01.png) 0 50% no-repeat;
  background-size: 21px 21px;
  display: inline-block;
  padding: 5px 0 5px 35px;
}

.courseBlock .courseList {
  margin: 0 20px 30px;
  list-style: none;
}

.courseBlock .courseList > li {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 20px 0;
}
.courseBlock .courseList > li:first-child {
  border-top: none;
  padding-top: 0;
}

.courseBlock .courseList > li .mapImg {
  float: left;
  width: 120px;
  text-align: center;
}
.courseBlock .courseList > li .mapImg img {
  margin: 0 0 8px;
}

.courseBlock .courseList > li .mapText {
  margin: 0 0 0 150px;
}

.courseBlock .courseList > li .courseTitle {
  color: #333;
  margin: 0 0 10px 30px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.courseBlock .courseList > li .courseTitle:after {
  content: ' ';
  background: url(../img/ic_footprints_01.png) 0 0 no-repeat;
  background-size: 41px 41px;
  width: 41px;
  height: 41px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -20px 0 0 10px;
}

.courseBlock .courseList > li .courseDetail {
  list-style: none;
  margin: 0 0 20px 150px;
}
.courseBlock .courseList > li .courseDetail li {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
.courseBlock .courseList > li .courseDetail li.time {
  background: url(../img/ic_time_01.png) 0 50% no-repeat;
  background-size: 16px 21px;
  padding-left: 21px;
}
.courseBlock .courseList > li .courseDetail li.distance {
  background: url(../img/ic_distance_01.png) 0 50% no-repeat;
  background-size: 40px 14px;
  padding-left: 45px;
}
.courseBlock .courseList > li .courseDetail li.gmap {
  background: url(../img/ic_map_01.png) 0 50% no-repeat;
  background-size: 16px 17px;
  padding-left: 18px;
}
     
.courseBlock .courseList > li .courseDetail li.calorie {
  background: url(../img/ic_calorie_01.png) 0 50% no-repeat;
  background-size: 19px 19px;
  padding-left: 24px;
}
.courseBlock .courseList > li .courseDetail:after {
  content: none;
}

.courseBlock .courseList > li p {
  font-weight: bold;
  width: 270px;
  display: inline-block;
  float: left;
  margin: 0 0 0 21px;
}

.courseBlock .courseList > li .btnMapDl {
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px;
  margin:0 0 0 30px;
  min-width: 130px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: url(../img/btn_bg_01.png) 0 0 repeat-x;
  background-size: auto 100%;
  letter-spacing: -0.05em
}
.courseBlock .courseList > li .btnMapDl > span {
  background: url(../img/ic_pdf_01.png) 0 50% no-repeat;
  background-size: 25px 23px;
  display: inline-block;
  padding: 1px 0 1px 32px;
}
.courseBlock .courseList > li .btnMapDl:hover {
  opacity: 0.7;
}

/* 広域マップ用ボタン */
.courseBlock .courseList > li .btnWideAreaMapDl {
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px;
  margin:0 0 0 30px;
  min-width: 130px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: url(../img/btn_bg_03.png) 0 0 repeat-x;
  background-size: auto 100%;
  etter-spacing: -0.05em
}
.courseBlock .courseList > li .btnWideAreaMapDl > span {
  background: url(../img/ic_pdf_01.png) 0 50% no-repeat;
  background-size: 25px 23px;
  display: inline-block;
  padding: 1px 0 1px 32px;
}
.courseBlock .courseList > li .btnWideAreaMapDl:hover {
  opacity: 0.7;
}

/* Googlemap */
.mapBlock{
  width:630px;
}
.mapBlock iframe{
  width:100%;
  height:480px;
}

/* movieBlock */
.movieBlock .conTitle > span {
  background: url(../img/ic_movie_01.png) 0 50% no-repeat;
  background-size: 33px 26px;
  display: inline-block;
  padding: 5px 0 5px 48px;
}

.movieBlock .movieWrap {
  padding: 26px 0 0;
  margin: 0 18px;
  text-align: center;
  position: relative;
}
.movieBlock .movieWrap .movieBalloon {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #ccc;
  font-size: 16px;
  line-height: 1.2;
  padding: 29px 23px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
.movieBlock .movieWrap .movieBalloon:before {
  content: ' ';
  background: url(../img/bg_balloon_01.png) 0 0 no-repeat;
  width: 24px;
  height: 28px;
  position: absolute;
  left: 100%;
  bottom: 24px;
}

.movieBlock .movieWrap .movieThumb:hover {
  opacity: 0.7;
}

/* walkingNote */
.walkingNote {
  background: url(../img/con_bg_02.png) 0 0 repeat;
  text-align: center;
  padding: 20px;
  width: 700px;
  border-radius: 10px;
}

#mainBody .walkingNote {
  display: none;
}

/* galleryBlock */
.galleryBlock .conTitle > span {
  background: url(../img/ic_gallery_01.png) 0 50% no-repeat;
  background-size: 34px auto;
  display: inline-block;
  padding: 5px 0 5px 39px;
}
.galleryList{
  margin: 0 20px 0 -5px;
}
.galleryList>li{
  float: left;
  width: 290px;
  margin: 0 0 25px 25px;
}
.galleryList>li>a{
  position: relative;
  display: block;
  height: 218px;
  overflow: hidden;
}
.galleryList>li>a img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.galleryList>li>a::before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 21px;
  height: 21px;
  background: url(../img/icon_pop_01.png) no-repeat 50% 50%/contain;
}
.galleryList>li>a:hover{
  opacity: 0.7;
}
.galleryBtn{
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 10px;
  background: #ffcb1c url(../img/gallery_btn_bg_01.png) no-repeat 50% 50%/27px auto;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.galleryBtn:hover{
  opacity: 0.7;
}

/*　boxColumn */
.boxColumn{
	/*text-align:left;*/
  margin: 0 0 20px 0;
}
/*.boxColumn .boxText{
	float:left;
	width:511px;
}*/
.boxColumn .boxMovie{
	/*margin:0 0 0 25px;*/
	margin:0 auto;
	/*float:right;*/
	width:464px;
  display:table-cell;
  padding:0 18px;
}
.boxColumn .boxMovie iframe{
	width:100%;
	height:260px;
	margin:0 0 5px;
}
.icPdf{
	color:#333;
    background: url(../img/ic_pdf_02.png) 0 50% no-repeat;
    background-size: 26px 25px;
    display: inline-block;
	padding:4px 0 3px 34px;
    font-size: 12px;
}

/*　一時 */
.preOpen{
	text-align:center;
	margin:50px 0 20px 0;
	font-size:200%;
}
.preMessage{
	text-align:center;
	font-size:120%;
}
body.dummy {
  color: #333;
  min-width: 1000px;
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  line-height: 1.5;
  background: none;
}


/*　スライド用css　*/

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 22px;
    height: 22px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-prev
{
    left: -30px;
}
[dir='rtl'] .slick-prev
{
    right: -30px;
    left: auto;
}
/*.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}*/

.slick-next
{
    right: -30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -30px;
}
/*.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}*/

.slick-prev::before {
   content: url(../img/arrow_prev.png);
 }
.slick-next::before {
    content: url(../img/arrow_next.png);
}




/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /*font-family: 'slick';*/
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '●';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.boxSlider{
  padding:0 30px 5px 30px;
}
.boxSlider li img{
  max-width:300px;
  margin:0 auto;
}


/* -----------------------------------------------
	動画アコーディオン追加
-------------------------------------------------- */
.boxColumnMore{
  max-width: 300px;
  margin: 0 auto;
  padding: 8px;
  background: #ffcb1c;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.19);
  cursor: pointer;
}
.boxColumnMore::before{
  content: '';
  display: inline-block;
  vertical-align: -0.3em;
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  background: url(../img/ic_accordion_arrow.png) no-repeat 50% 50%/contain;
}
.boxColumnMore:hover{
  background-color: #56c02c;
  color: #fff;
}
.boxColumnMore:hover::before{
  background-image: url(../img/ic_accordion_arrow_on.png);
}
.boxColumnMore.is-active::before{
  transform: rotate(180deg);
}
/* -----------------------------------------------
	移転用
-------------------------------------------------- */
.messageArea{
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  opacity: 0.8;
  border-radius:20px;
}

.messageArea h1{
  font-size:1.6rem;
  margin-bottom: 20px;
}
.messageArea p{
  margin-bottom:30px;
}
.newUrl{
  font-size:1.4rem;
  font-weight: bold;
}
