﻿body {
	margin: 0px;
	font-family:sans-serif;
	background-color: #354444;
	}
header {
margin:  0; padding: 2px;
width: 100%;   height: auto;
align-items: center; 
background-color: #000; 
color: #fff;
}
.box {
width: auto; height:auto;
padding: 0px 8px;
font-size: 1.3em;
}
.box a:link { color: #FE9A2E; text-decoration: none; }
.box a:visited {
 color: #FE9A2E; 
}
.box a:hover {
 color: #F5ECCE; text-decoration: underline;
}
.box img{ 
	padding-top: 2px; 
	width: 32px; height: 32px;
}

H1 { background-color: #F78181; }
H4 { background-color: #FFF; }

a:link { color: #2E64FE; }
a:visited { color: #585858; }
a:hover { color: #FA5858; }
a:active { color: #F7D358; }
.scl { 
width: 30px; height: 30px;
font-size:22px; color: #5b5b5b;
position:fixed; top: 5px;right:5px; 
border-width: 1px; border-color: #b7b7b7; border-radius: 10px; 
}
.scl::before {
	    content: '▼';
	    position:  relative;
	    top: 1px; right: 5px;
	    }
footer{ 
	width: 100%;
	margin: 0 auto; padding: 20px 12px;
	font-size: 0.9em;
	text-align:center;
	background-color: #d8d6d3;
	}
footer a:link { text-decoration: underline;
	}
footer img{
	width: 100%;
	margin-bottom: 0px;
}

/*拍手ボタン*/	  
	.button {
	padding: 10px;
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #6E6E6E;
	background: #F6CECE;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	font-size: 1em;
	border: solid 2px #d27d00;
	}
	.button:hover {
	background: #F78181;
	color: white;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.button:active {
	background: #F6CECE;
	}
	/* Arrows */
.slick-prev {
	    width: 400px;
	    height: 800px;
	}
.slick-next {
	    width: 400px;
	    height: 800px;
	}
.slick-prev:before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: .5;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;position: absolute; right: -20px;
	}
.slick-next:before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute; left: -20px;
	}
/* Dots */
.slick-dotted {
	margin: 20px auto;
	}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #FFF;
	}

	/* Dots */
.slick-dots {
		position: static;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
		}
	.slick-dots li {
		position: relative;
		display: inline-block;
		width: 3px;
		height: 3px;
		margin: 0 5px;
		padding: 8px;
		cursor: pointer;
		}
			.slick-dots li button:before
	{
	    font-family: 'slick';
	    font-size: 14px;
	}

.slider {
	max-width:750px; height: auto;
	margin: 10px auto;  padding: 0.3em 0.5em;
	background-color: #f7f4f2;
	border-radius: 5px; 
	padding: 1em;
	touch-action: pinch-zoom;
	}
.slider img{
	width: auto; height: auto;
	 margin: 1px auto;
	}
.slick-prev:before {
	font-family: 'slick';
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;position: absolute; right: -10px;
	}
.slick-next:before {
	font-family: 'slick';
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	position: absolute; left: -30px;
	}
		/* Arrows 当たり判定*/
	[dir='rtl'] .slick-prev {
		    width: 120px;
		    right: -20px;
			height: 90%;
		}
	[dir='rtl'] .slick-next {
		    width: 120px;
		    right: auto;
		    left: 0px;
			height: 90%;
		    opacity: 1;
		}


@media screen and (max-width: 768px) {
	.slider {
		max-width: 700px;  max-height: auto;
		margin: 1px auto 1em auto;
		padding:1px 2px 20px 2px;
		box-sizing: border-box;
		touch-action: pinch-zoom;
		}
		 .icon  {
		  max-width:40px;  height: auto; margin: 0px; padding: 5px 0px;
		}
	img{
		 width: 94%; height: auto;
		 margin: 1px auto;
		}
	.slick-prev:before {
		font-family: 'slick';
		font-size: 30px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;position: absolute; right: -10px;
		}
	.slick-next:before {
		font-family: 'slick';
		font-size: 30px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;	position: absolute; left:-30px;
		}
	/* Arrows 当たり判定*/
	[dir='rtl'] .slick-prev {
		    width: 120px;
		    right: -20px;
			height: 90%;
		}
	[dir='rtl'] .slick-next {
		    width: 120px;
		    right: auto;
		    left: 0px;
			height: 90%;
		    opacity: 1;
		}
	/* Dots */
	.slick-dotted.slick-slider {
	margin-bottom: 0px;
		}
	.slick-dots {
		width: 100%;
		padding: 0;margin: 0;
		}
	.slick-dots li {
		width: 3px;height: 3px;
		margin: 0 5px;	padding: 0 5px ;
		}
	}
	
@media screen and (max-width: 500px) {
	#header { 
		width: 100%; height: 40px;
		margin: 0px; padding: 0px; 
		font-size: 1.3em;
		display: inline-block; 
		position: static; top: 0;
	}
	  #header b{  
		position: static; 
		 }
		.icon  { 
		width: auto; height: 40px; display: inline-block; 
		 padding: 0px 5px;}
.slider {
		width: 100%; 	max-width:100%; 
		margin:  10px 0 20px 0;
		padding: 10px 0;
		border-radius: 4px 4px 0px 0px; 
		touch-action: pinch-zoom;
		}
.slider img{
	width: 95%; height: auto;
	 margin: 1px auto;
	}
/* Arrows */
	.slick-prev
	{
		width: 50px;
		height: auto;
		}
	.slick-next
		{
		width: 50px;
		height: auto;
		}
.slick-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;position: absolute; right: -200px;
	}
.slick-next:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	position: absolute; left: -40px;
	}
.slick-dots {
		position: static;
		display: block;
		width: 95%;
		margin: 0 auto; padding: 0;
		list-style: none;
		text-align: center;
		}
.slick-dots li	{
		position: relative;
		display: inline-block;
		width: 3px; height: 3px;
		margin: 5px;
		padding:3px;
		}
	}