@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "うずらフォント";
	src: url('../font/uzura.ttf') format("opentype");
	float: left;
}
@font-face {
	font-family: "うずらフォント";
	src: url("../font/uzura.eot");
}
html {
	font-size: 100%;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	background-color: #F2F0E9;
	color: #444444;
}
body a:hover * {
	filter: alpha(style=0;
    opacity=60);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:link {
	color: #444444;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #444444;
}
* {
	box-sizing: border-box;
}
/* scroll start */
.scrolldown{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 2;
}
.scrolldown span{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #444444;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.scrolldown:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #444444;
	animation: circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
.scrolldown:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 50px;
	background: #444444;
}
.float_left {
	width: 100%;
	float: left;
}
img.icon_window {
	margin: 0 0 0 3px;
	width: 14px;
	z-index: 1;
}
header,main,footer,address{
	width: 100%;
	float: left;
}
#header {
	padding: 8px 0;
}
h1#logo {
	height: auto;
	margin: auto;
	width: 300px;
}
h1#logo a {
	display: block;
}
h2.ttl {
	margin: 0 auto 48px;
	display: block;
	width: 181px;
	text-align: left;
}
#footer {
	background-color: #94B638;
	padding: 48px 0 0;
	text-align: center;
}
p#totop {
	float: left;
	width: 100%;
}
p#totop a {
	display: block;
	width: 100%;
	height: auto;
}
p#catch_copy {
	float: left;
	margin: 32px 0 48px;
	width: 100%;
}
div#box_sns {
	float: left;
	width: 100%;
}
div#box_sns ul {
	margin: auto;
	width: 200px;
}
div#box_sns li {
	float: left;
	width: 32px;
}
li.icon_sns {
	margin-right: 24px;
}
div#box_info {
	float: left;
	width: 100%;
	margin: 48px 0 0;
	font-family: "うずらフォント";
}
div#box_info li {
}
.art_1 {
	margin: auto;
	width: 700px;
}

.sec_1 {
	float: left;
	width: 100%;
	border-top: 8px dotted #DB7093;
	padding: 48px 0;
	margin: 32px 0 0;
}
.sec_2 {
	float: left;
	width: 100%;
	border-top-width: 8px;
	padding: 48px 0;
	border-top-style: dotted;
}

.sec_3 {
	width: 100%;
	float: left;
	border-top-width: 8px;
	padding: 48px 0;
	border-top-style: dotted;
}
ul#navi  {
	margin: 16px 0 0;
	float: left;
}
ul#navi li {
	padding: 8px 8px 6px;
	border-bottom: 3px dotted #F4A460;
	/* [disabled]font-family: "うずらフォント"; */
}

#sec_link {
	border-top-color: #800080;
}
.open_close {
	margin: 0 0 40px;
	width: 100%;
	text-align: center;
	float: left;
	color: #BB2649;
	font-size: 2em;
	line-height: 2.3em;
}
table#calendar   {
	margin: auto;
	width: 256px;
	text-align: center;
	border: 1px solid #444444;
}
#calendar caption {
	text-align: left;
	font-variant: normal;
	padding: 0 0 8px;
	font-weight: bold;
	color: #DB7093;
}
#calendar th {
	padding: 6px;
	border-bottom: 1px dotted #444444;
}
#calendar td {
	padding: 6px;
}
div#box_period  {
	margin: 16px auto 0;
	width: 256px;
	text-align: left;
	line-height: 26px;
}
div#box_period span {
	margin-left: 8px;
}

address {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding: 28px 0;
	font-size: 0.8em;
	color: #444444;
	border-top: 1px solid #444444;
}
table#second  {
	margin: auto;
	width: 667px;
}
#second caption {
	text-align: left;
	font-variant: normal;
	padding: 0 0 8px;
	font-weight: bold;
	color: #DB7093;
	width: auto;
}
#second th {
	border-bottom: 1px dotted #F4A460;
	text-align: left;
	padding-left: 32px;
}
#second td {
	padding: 8px 0;
	border-bottom: 1px dotted #F4A460;
}



@media screen and (min-width:768px){
html {
	font-size: 100%;
}
.none_1 {
	display: none;
}
#sec_link ul {
	margin: auto;
	width: 540px;
}
#sec_link li {
	float: left;
	width: 250px;
	height: auto;
}
li#line {
	margin: 0 0 0 40px;

}
#footer {
	padding: 48px 0;
}
div#box_info  {
}
div#box_info ul {
}
div#box_info li {
	padding: 0 16px;
	display: inline;
	border-left: 1px solid #444444;
}
li#inquiry {
	border-right: 1px solid #444444;
}
}
@media only screen and (min-width:667px) and (max-width:768px){
html {
	font-size: 87.5%;
}
.none_2 {
	display: none;
}
.art_1 {
	margin: auto;
	width: 677px;
}
#sec_link ul {
	margin: auto;
	width: 540px;
}
#sec_link li {
	float: left;
	width: 250px;
	height: auto;
}
li#line {
	margin: 0 0 0 40px;
}
div#box_info  {
}
div#box_info ul {
}
div#box_info li {
	width: 100%;
	text-align: left;
	border-top: 1px dotted #DB7093;
}
div#box_info li a {
	padding: 16px 0 16px 24px;
	display: block;
}
div#box_info li a:hover {
	background-color: #E3EAA5;
}
li#inquiry {
}
}
@media screen and (max-width:667px){
html {
	font-size: 75%;
}
.none_3 {
	display: none;
}
.art_1 {
	margin: auto;
	width: 320px;
}
#sec_link ul {
	margin: auto;
	width: 200px;
}
#sec_link li {
	width: 200px;
	height: auto;
}
li#line {
	margin: 18px 0 0;
}
div#box_info  {
}
div#box_info ul {
}
div#box_info li {
	width: 100%;
	text-align: left;
	border-top: 1px dotted #DB7093;
}
div#box_info li a {
	padding: 16px 0 16px 24px;
	display: block;
}
div#box_info li a:hover {
	background-color: #E3EAA5;
}
li#inquiry {
}
}
