@charset "UTF-8";

/* Jimdo Reset
-----------------------------------------------*/
body div.n { padding: 5px 0; }
body img { vertical-align: bottom; }
body a:hover img { opacity: 0.8;}

div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input,
div.cc-m-form-view-sortable select,
div.cc-m-form-view-sortable textarea {
    font-family: inherit;
    font-size: 0.95em;
}
 
div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input {
    line-height: normal;
}
div.cc-m-form-view-input input[type="text"] { padding: 0 0.3em; }
div.cc-m-form-view-input textarea { padding: 0.3em; }
div.cc-m-form-view-input select[multiple="multiple"] { padding: 0.2em; }
 
div.cc-m-form-view-sortable input[type="checkbox"],
div.cc-m-form-view-sortable input[type="radio"] {
    padding: 0;
    border: none;
}
 
div.cc-m-form-view-input div.captcha input[name="captcha"] {
  font-family: inherit;
  font-size: 1.3em;
  padding: 3px 0 3px 6px;
  line-height: 1.5;
  width: auto;
}
div.cc-com-entry input[type="submit"],
div.cc-m-form-view-input input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1.5em;
  margin: 1.5em auto;
  font-size: 1em;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.cc-com-entry input[type="submit"]:hover,
div.cc-m-form-view-input input[type="submit"]:hover {
  color: #333333;
  background-color: #e6e6e6;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
 
/*フォームラベルを2カラムにした際の幅調整*/
form.cc-m-form div.cc-m-form-view-label,
form.cc-m-form div.cc-m-form-view-label { width: 24%; }
form.cc-m-form div.cc-m-form-view-input { width: 74%; }

#sidebar .j-facebook {
padding: 5px 5px 0;
background: #fff;
}


/* Header
-----------------------------------------------*/
#header {
  width: 960px;
  margin: 0 auto 0 auto;
}
#header h1 {
  padding-top: 4px;
  height: 18px;
  color: #704646;
  color: #0e700f;
  font-size: 13px;
  font-weight: normal !important;
  text-align: left;
}
#header h1 a {
  text-decoration: none;
  font-size: 18px;
}
/*#header h1 {
  float: left;
  margin: 24px 14px 0 0;
}
#header h1 a {
  text-decoration: none;
  font-size: 18px;
}*/
#header #logo {
  float: left;
  font-weight: bold;
  margin: 24px 14px 0 0;
}
#header #logo a {
  text-decoration: none;
  font-size: 18px;
}
#header #tel {
  float: right;
  margin: 22px 0 22px;
}
#instagram {
  float: right;
}

/* Nav
-----------------------------------------------*/
#nav { 
  clear: both;
  width: 100%;
  min-width: 960px;
  background: #66bd66;
}
#nav .inner {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  border-left: 1px solid #ffffff;
}
#nav ul.mainNav1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav ul.mainNav1 li {
  float: left;
}

#nav ul.mainNav1 li a.level_1 {
  display: block;
  padding: 12px 16px;
  border-right: 1px solid #ffffff;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}

#nav ul.mainNav1 li#cc-nav-view-1551540085 a {
  padding: 12px 23px 12px 23px;
}
#nav ul.mainNav1 li a.level_1:hover { background: #529852; }
#nav ul.mainNav1 li a.current { background: #529852; }
#nav ul.mainNav1 li a.parent { background: 529852; }
#nav ul.mainNav2 { display: none; }

/* Visual
-----------------------------------------------*/
#visual {
  display: none;
}
.cc-page-index #visual {
  display: block;
  clear: both;
  width: 100%;
  min-width: 960px;
  background: #dcf2de;
}
#visual .inner {
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}

/* Content
-----------------------------------------------*/
#container {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 70px 0;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background:url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/bg-container.gif?t=1428986057)repeat-y;
}
#container:after {
  content: "";
  clear: both;
  display: block;
}

#content {
  float: left;
  width: 660px;
  padding: 0 20px;
  background: repeat
}
#content h1 {
  margin: 13px 0 5px;
  padding: 12px;
  background: #0e700f;
  border: 3px double #ffffff;
}
#content h1:before { 
  content: " ";
  border-left: 10px solid #ffffff;
  padding: 0 8px 0 0;
}
#content h2 {
  margin: 15px 0 5px;
  padding: 12px;
  border: 1px solid #0e700f;
}
#content h2:before { 
  content: " ";
  border-left: 10px solid #dcf2de;
  padding: 0 9px 0 0;
}
#content h3 {
  margin: 15px 0 5px;
  padding: 10px;
  background: #dcf2de;
}
	

/* Side
-----------------------------------------------*/
#side {
  float: right;
  width: 240px;
  padding: 0 10px;
}

/* Side Nav
-----------------------------------------------*/
#subnav {
   margin: 0;
   padding: 0;
}
#subnav ul.mainNav1 {
   margin: 0;
   padding: 0;
}
#subnav ul.mainNav1 li {
   list-style: none;
   line-height: 1%;
   font-size: 1px;
}
#subnav ul.mainNav1 li a.level_1 { display: none }
#subnav ul.mainNav2 {
   margin: 20px 0 0;
   padding: 0;
   border-top: 1px solid #999999;
}
#subnav ul.mainNav2 li {
   display: inline;
   margin: 0;
   padding: 0px;
   list-style: none;
}
#subnav ul.mainNav2 li a.level_2 {
   display: block;
   margin: 0;
   padding: 11px 0 11px 28px;
   border-bottom: 1px solid #999999;
   line-height: 1.2;
   text-decoration: none;
   font-size: 15px;
   color: #0e700f;
   background: url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/arrow.png?t=1428986048) no-repeat 12px center;
}
#subnav ul.mainNav2 li a.level_2:hover {
  background: url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/arrow.png?t=1428986048) no-repeat 12px center #fbe195;
}
#subnav ul.mainNav2 li a.current {
  background: url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/arrow.png?t=1428986048) no-repeat 12px center #fbe195;
}
#subnav ul.mainNav2 li a.parent {
  background: url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/arrow.png?t=1428986048) no-repeat 12px center #fbe195;
}
#subnav ul.mainNav3 {
   margin: 0;
   padding: 0;
}
#subnav ul.mainNav3 li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0px;
}
#subnav ul.mainNav3 li a.level_3 {
  display: block;
  margin: 0;
  padding: 11px 0 11px 44px;
  border-bottom: 1px solid #999999;
  line-height: 1.2;
  text-decoration: none;
  font-size: 16px;
  color: #0e700f;
  background: url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/arrow2.png?t=1428986052) no-repeat 35px center;
}
#subnav ul.mainNav3 li a.level_3:hover {
  background: url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/arrow2.png?t=1428986052) no-repeat 35px center #fbe195;
}
#subnav ul.mainNav3 li a.current {
  background: url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/arrow2.png?t=1428986052) no-repeat 35px center #fbe195;
}

/* Sidebar
-----------------------------------------------*/
#sidebar h1 {
  margin: 15px 0 5px;
  padding: 7px;
  border: 1px solid #0e700f;
  background: #dcf2de;
  color: #333333;
  font-size: 97%;
}
#sidebar h1:before { 
  content: " ";
  border-left: 7px solid #0e700f;
  padding: 0 6px 0 0;
}
#sidebar h2 {
  margin: 15px 0 5px;
  padding: 8px;
  background: #dcf2de;
  color: #333333;
  font-size: 97%;
}
#sidebar h3 {
  margin: 15px 0 5px;
  padding: 0 0 4px;
  border-bottom: 1px solid #999999;
  color: #333333;
  font-size: 97%;
}


/* Footer
-----------------------------------------------*/
#footer {
	border-top: 4px solid #0e700f;
	background: #66bd66;
}
#footer .inner {
	width: 960px;
	margin: 0 auto;
}

#footer .line {
	float: left;
	width: 960px;
	margin: 0 0 12px;
	border-bottom: 1px solid #fff;
}
#footer .j-nav-variant-nested {
	float: left;
	margin: 12px 0 12px;
}
#footer .j-nav-variant-nested ul {
	margin: o;
	padding: 0;
}
#footer .j-nav-variant-nested li {
	list-style-type: none;
	float: left;
	margin-bottom: 10px;
}
#footer .j-nav-variant-nested a {
	color: #fff;
	padding: 0 10px 0 14px;
	background: urL(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/bg-footernavi.png?t=1428986061) no-repeat 0 center;
	font-size: 16px;
	text-decoration: none;
}
#footer .j-nav-variant-nested a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
}
#footer .j-nav-variant-nested .cc-nav-level-1 {
	display: none;
}
#footer .top a {
	float: right;
	padding: 6px 10px;
	background: #0e700f;
	color: #fff;
	text-decoration: none;
}
#footer .top a:hover {
	background: #0a500b;
}
#footer #contentfooter {
	margin: 10px 0 0;
}
#footer .leftrow { line-height: 2; }
#footer .leftrow img { vertical-align: middle; }
body #footer a { color: #333333; }
#container div#contentfooter div.inforow { margin-bottom: 0; }
#footer .leftrow { line-height: 2; margin: 0 0 12px; }
#footer .leftrow img { vertical-align: middle; }
.jimdo-free-footer-ad.jimdo-kddi-footer {
display: none;
}


/* Blog
-----------------------------------------------*/
#content .blogselection h1 {
	background: none !important;
	border-top: none !important;
	border-radius: 0 !important;
	margin: 0;
	padding: 14px 0 17px;
 	border-bottom: 1px dotted #ccc;
}
.cc-page-blog #content h1 {
	border-top: none !important;
	background: none !important;
	border-radius: 0 !important;
	margin: 23px 0 0;
	padding: 5px 0 16px;
	border-bottom: 1px dotted #ccc;
	color: #66bd66;
}
.blogselection h1:before,
.cc-page-blog #content h1:before {
	padding: 0 !important;
}
.cc-page-blog #content h1 a {
	text-decoration: none;
}
.postmeta {
	margin: 5px auto 0;
	text-align: left;
	color: #aaa;
	font-size: small;
	border-bottom: 1px dotted #ccc;
}

body div.blogselection div.n {
	padding: 0px;
}

.cc-page div.datetime.dt-style3.dt-alignment-left {
	margin: 0 10px 10px 3px;
}

.cc-page-blog div.datetime.dt-style3.dt-alignment-left {
	margin: 13px 10px 10px 3px;
}

body .skiptoform {
	margin: 10px;
}

body ul.com-list, ul.com-list-noava {
	margin: 15px 0 0 0;
}

/* input
-----------------------------------------------*/
.gsc-search-button .input.gsc-search-button {
	background-color: #529852;
}

/* custom
-----------------------------------------------*/
.navi-tour {
        float: left;
        
}
.navi-tour ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
.navi-tour ul li {
        float: left;
        border-left: 1px solid #fff;
}
.navi-tour ul li a {
        display: block;
        width: 280px;
        padding: 10px 0;
        margin-bottom: 10px;
        text-decoration: none;
        text-align: center;
        color: #fff;
background: #66bd66;
}
.navi-tour ul li a:hover {
        background: #529852;
}

/*------------------------------------------------------------
	スライド
------------------------------------------------------------*/
.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
	cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
	cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 18px;
		height: 18px;
	}
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.sp-vertical .sp-arrows {
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
}

/*.sp-previous-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}*/

/*前矢印*/
.sp-previous-arrow:before {
	left: 30%;
	top: 0;
  content:' ' !important;
  display: block;
  background: url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/before.png?t=1511913299) no-repeat left top;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}
/*次矢印*/
.sp-next-arrow:before {
	right: 30%;
	top: 0;	
  content:' ' !important;
  display: block;
  background: url(https://u.jimcdn.com/cms/o/s5d1581b8a7c5581a/userlayout/img/next.png?t=1511913307) no-repeat left top;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}