@charset "utf-8";
/* CSS Document */

*{
    font-family: "kozL";
    src: url(KozGoPr6N-Light.otf);

	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	line-height: 150%;
}
img {
	max-width:300px;
	height: auto;
    margin: 5px auto;
}
a {
	color: #09C;
}

p{
	padding:5px  5px;
    margin: 0 3px 1em;

}
.fontbold{
	font-weight: bold;
}
h1{
	font-size: 30px;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
}
h2{
	color: #FFF;
	background-color: #4283C5;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	clear: both;
}
h2 a{
	color: #FFF;
}

h1.top{
	background-color: #FF9900;
	padding: 5px;
	font-size: 22px;
	color: #FFF;
}
h3{
	border-left-width: 5px;
	border-left-color: #0075D2;
	font-size: 15px;
	padding: 0 10px;
	margin: 15px 0 15px 5px;
	border-left-style: solid;
}
h4{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0075D2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
iframe{
	width: 320px;
    height: 358px;
	margin-right: auto;
	margin-left: auto;
    /*margin-bottom: 15px;*/
}
table.timetable{
	width: 316px;
	font-weight: normal;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
}
table.timetable th,
table.timetable td{
	border: 1px solid #7BA9D7;
}
table.timetable th{
	background-color: #7BA9D7;
	color: #FFF;
}
table.timetable td{}


table.fee {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 310px;
}
table.fee th,
table.fee td{
	display: block;
	border: 1px solid #7BA9D7;
	padding: 5px;
	margin: 0px;
}

table.fee th{
	font-weight: normal;
	color: #FFF;
	background-color: #7BA9D7;
}
table.fee td{}

hr,
.clear{ clear:both;}

ul,ol{
	margin-left: 16px;
	padding:10px 0 10px 5px;
}

ul.menu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.menu li{
	margin: 0px;
	padding: 0px;
}
ul.menu li a{
	border: 1px solid #593E2B;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #F90;
	background-image: url(../image/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #FFFFCC;
}

dl{
	margin: 2px;
    width: 314px;}

dt.dd{
	padding: 5px;
	margin: 1px;
}
dt{
	font-weight: normal;
	color: #FFF;
	background-color: #7BA9D7;
	width: 80px;
	text-align: center;
	clear: both;
	float: left;
    border: 1px solid #7BA9D7;
	margin-right: 5px;
	margin-left: 2px;
}
dd{
	border: 1px solid #7BA9D7;
	margin: 1px;
}

form {}
form p{
	margin-left: 5px;
}


form input,
form textarea,
form select{
	margin: 0px;
	padding: 5px;
	width: 270px;
	font-size: 16px;
	background-color: #ECECEC;
}

form input[type="text"]{
	clear: both;
	margin: 0px;
	height: 28px;
} 
form input[type="radio"]{
	width: 20px;
	margin-left: 15px;
}





form input.zip{	width: 70px;
}


form textarea{
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
} 

form input.old {	width: 40px;}

form select{
	width: 283px;
	margin-left: 5px;
}
form select.yoyakum{	width: 50px;}
form select.yoyakud{	width: 50px;}
form select.yoyakut{	width: 90px;}

form input[type="button"],form input[type="submit"],.btn input[type="button"]{
	width: 283px;
	margin-right: auto;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header{
	clear: both;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	background-image: url(../image/header.jpg);
	-webkit-background-size: 320px 55px;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu {
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 130px;
	height: 40px;
	float: right;
}
#menu a{
	float: left;
	margin-right: 5px;
}

#header #tohome{
	float: left;
	margin-left: 5px;
}
#header #tohome a{
	text-decoration : none;
	display: block;
	height: 45px;
	width: 120px;
	font-size: 8px;
	color: #FFF;
	background-image: url(../image/rogo.jpg);
	-webkit-background-size: 120px 45px;
	margin: 0px;
	padding: 0px;
}
#body {
	clear: both;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}


#body p{

}
#pan {
	font-size: 12px;
	padding: 5px;
	background-color: #405068;
	color: #FFF;
}
#pan a{	color: #FFF;}

#totop{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0075D2;
	text-align: right;
	padding-top: 10px;
}

#footer{	width: 300px;
}

.column02{
	float: left;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
}
.column02 img{ max-width:130px;}

.column03{}

.fright img{
	max-width:100px;
	height: auto;
	float: right;
	margin-left: 10px;
}

.tellink{
	text-decoration: none;
	font-size: 20px;
	background-image: url(../image/top02.gif);
	background-size: 20px 25px;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 3px;
}
.gmap{
	text-decoration: none;
	background-image: url(../image/mapapp.jpg);
	background-size: 24px 21px;
	float: right;
	background-repeat: no-repeat;
	background-position: center 5px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #31ABFF;
	display: block;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.center{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.boxleft{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #999;
	opacity: 0.8;

	padding: 10px;
	width: 150px;
	color: #FFF;
	text-align: center;
}
#pagetop a{
	text-decoration: none;
	color: #FFF;
}

form {}
form input[type=text]{
	padding: 5px;
	margin-left: 5px;
}

form input[type=radio]{

}

form.formcheck{}

form.formcheck th,
form.formcheck td{
	border: 1px solid #D6D6D6;
	display: block;
}

form.formcheck th{
	background-color: #FFC;
}
form.formcheck td{
}
#attention{
	font-size: 12px;
	border: 1px solid #F90;
	background-color: #FFC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*2025/4/4追記*/
.indent-1 {
	text-indent: -0.9em;
	padding-left:1em;
}


#top01{
	background-image: url(../image/top.jpg);
	background-size: 320px 145px;
	height: 125px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#top01 h1{
	font-size: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	color: #FE9A33;

}
#top01 p{}


#top02{
	color: #FE9A33;
	background-color: #4283C5;
	width: 305px;
	clear: both;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 15px;
}
#top02 h2{
	font-weight: normal;
	color: #FFF;
	background-color: #4283C5;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
}
#top02 p{
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#top02 p.boxleft{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#top02 a{	color: #FFF;
	text-decoration: none;

}
#top02 a.tel{
	background-image: url(../image/top02.gif);
	background-size: 20px 25px;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 17px;
}
p#top03 ,p#top04,{
	margin: 0px;
	padding: 0px;
	border: 2px solid #4283C5;
}

#top03 a,#top04 a,#top03a a,#top04a a{
	text-decoration: none;
	background-size: 153px 132px;
	background-repeat: no-repeat;
    height: 70px;
    width: 150px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 68px;
	font-weight: normal;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#top03 a{
	background-image: url(../image/button1.jpg);
	margin-right: 10px;
}

#top04 a{
	background-image: url(../image/button2.jpg);
}

#top03a a{
	background-image: url(../image/button3.jpg);
	margin-right: 10px;
}

#top04a a{
	background-image: url(../image/button4.jpg);
}


#top05{
	background-image: url(../image/top05.jpg);
	background-size: 320px 130px;
	background-repeat: no-repeat;
	clear: both;
	height: 90px;
	width: 320px;
	float: left;
	margin-top: 20px;
	/* [disabled]padding-top: 50px; */
}



#top06{
	background-image: url(../image/top06.jpg);
    background-size: 320px 170px;
    background-repeat: no-repeat;
    clear: both;
    height: 170px;
    width: 190px;
    padding-left: 130px;
    padding-top: 2px;
    background-position: -10px;
}
#top06 h3{
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#top05 p,#top06 p{
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
#top05 a,#top06 a{
	background-color: #31ABFF;
	width: 165px;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 10px;
	line-height: 100%;
}

ul.top07{
	margin: 0px;
	padding: 0px;
}
ul.top07 li{
	background-color: #4283C5;
	color: #FFF;
}
ul.top07 li a{
	color: #FFF;
	display: block;
	background-image: url(../image/top07li.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 10px center;
	text-decoration: none;

}
.txtred{
	color: #F00;
}

p.case{
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
p.case img{
	width: 150px;
}


#formcheck {}
#formcheck table{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#formcheck th,
#formcheck td{
	display: block;
	clear: both;
	padding: 5px;
}
.w3-animate-fading{animation:fading 7s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.attention {
    border: 2px dotted #009999;
    margin: 5px auto 10px;
    padding: 5px;
    width: 290px;
}
.attention2 {
	border: 1px solid #4283C5;
	font-size: 12px;
	padding: 10px 5px 10px;
    margin: 5px 5px 10px;
}
.attention3 {
	border: 1px solid #4283C5;
    margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.attention4 {
    font-size: 12px;
	line-height: 20px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.attention5 {
    border: 1px solid #FE9A33;
    font-size: 12px;
    line-height: 20px;
    margin: 20px 5px;
    padding: 10px 5px;
}
.home-slider img {
	max-width: 320px;
    margin: 0px auto;
}
.center-image {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.home-link {
}


/* 掲示板 */

.info-header {
	height: 20px;
	margin-top: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #FB8C00;
	border-radius: 3px 3px 0px 0px;
}
.info-box {
 margin-bottom: 24px;
}
#schedule{
	margin-bottom: 16px;
	padding: 10px;
	border: 1px solid #FB8C00;
	border-radius: 0px 0px 3px 3px;
}

#schedule p{
	
}
#schedule .info-date {
 font-size: 12px;
}
#schedule a {
	color: #3C70CB !important;
}
.spinfo-text-box {
	line-height: 1.5;
    margin: 0 8px 24px;
}


.spinfo-text-box pre{
white-space:normal;
}
.spinfo-text-box ul {
    list-style-position: outside;
    margin-left: 25px;
}
.spinfo-text-box ul li{
    list-style-type: circle;
    padding-top: 5px;
    padding-bottom: 5px;

}
/*追加*/
.attention p{
    margin: 0 auto;
}

/*20_10_05追加*/
/*
#lisk ol  {
position: relative;
margin: 0;
  padding: 0;

}
#lisk ol li  {
    list-style: none;
    list-style-position:outside;
    margin:0;
    padding-left:1.25em;
    line-height: 25px;
}
 #lisk ol li span {
    position: absolute;
    left:0;
    margin:0
}
*/
#lisk .lisk{
    width: 95%;
    margin:  0px 3px 0px 3px;
        padding-left: 8px;

}
#lisk .right
{
    text-align: right;
    margin-top: 15px;
}

.lisk_kome{
    font-size:  12px;
}
/*2021.02.05追記*/
#card .indent{
       padding-left: 1rem; 
        text-indent: -0.9em;
}
/*20230731TOPbunnerADD*/
div.top_bunner{
    clear: both;
    padding-top: 12px;
}
div.inner_left,div.inner_right{
   padding: 5px 10px; 
}
div.inner_left img,div.inner_right img{
  width: 100%; 
  height: auto;  
}
/*ADD20240614_insta*/
.side-n_banner {
    max-width: 210px;
    height: auto;
    box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    margin: 20px auto;
}
.side-n_banner a {
    width: 100%;
    height: auto;
    display: block;
}
.side-n_banner a img {
    width: 100%;
    height: auto;
}

/* ADD 25/04/24 Form*/
#form-tbl table{
	width: 100% !important;
}
#form-tbl th,#form-tbl td {
	padding: 4px;
	width: 100% !important;
	display: block !important;
	text-align: left;
}
#form-tbl td {
	margin-bottom: 12px;
	border-bottom: 1px dotted #BBBBBB;
}
.msg {
	color: #E53935;
}
.btn input {
	margin: 0px auto 0px auto;
}