@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
japan-izm.com
------------------------------------------------------------------------------ */

/*Font Size List ----------------------------------------------------------------
8px = 62%
9px = 70%
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
------------------------------------------------------------------------------ */

/* FontStyle */
strong {
font-weight: bold;
}
em {
font-style: italic;
}
/* LinkColor */
a:link {
color: #00F;
}
a:visited {
color: #600;
}
a:hover {
color: #090;
}
a:focus {
color: #090;
}
a:active {
color: #FF0;
}
/* TableStyle */
table {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-collapse: collapse;
border-spacing: 0;
}
table th {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #CCC;
}
table td {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
table thead {
word-spacing: normal;
}
table tfoot {
word-spacing: normal;
}
table tbody {
word-spacing: normal;
}
/* RoundBox */
.roundBox {
width: 500px;
background: url(none) repeat-y left top;
}
.roundCap {
font-size: 0%;
line-height: 0;
}
/* Note */
.note {
text-indent: -1em;
margin-left: 1em;
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
#wrap {
color: #555;
width: 100%;
text-align: center;
}
#content {
width: 1000px;
padding-top: 40px;
margin-right: auto;
margin-left: auto;
text-align: left;
}
a.spTelLink {
pointer-events: none;
}
.headData {
padding-top: 22px;
padding-bottom: 18px;
margin-left: auto;
margin-right: auto;
width: 1000px;
}
.headData h1 {
float: left;
}
.headData ul {
float: right;
width: 628px;
}
.headData ul li {
display: inline-block;
vertical-align: top;
}
.headData ul li:first-child {
padding-right: 30px;
}

header nav {
background: #69ba28;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
}
header nav ul {
margin-left: auto;
margin-right: auto;
width: 1000px;
}
header nav li {
display: inline-block;
}
header nav a {
border: 2px solid #69ba28;
display: block;
padding-top: 22px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 22px;
position: relative;
transition: all .3s;
}
header nav a:hover {
border: 2px solid #fff;
border-radius: 15px;
transition: all .3s;
}

.brand {
background-color: #dff0cc;
width: 100%;
}

/* タイトル　アニメーション */
figure {
position: relative;
}
.outer {
opacity: 0;
fill: transparent;
stroke: #7ac03e;
stroke-width: 5;
transition: stroke-dashoffset 1s;
-webkit-animation-play-state: running;
-moz-transform: rotate(-89, 179, 179);
}
.start .outer {
opacity: 1;
stroke-dasharray: 1100;
}
.chart[data-percent='100'].start .outer {
stroke-dashoffset: 0;
-webkit-animation: show100 1.5s;
animation: show100 1.5s;
}
figure h2 {
opacity: 0;
}
.start h2 {
-webkit-animation: title 1.8s ease 1s 1 forwards;
animation: title 1.8s ease 1s 1 forwards;
width: 350px;
height: 350px;
position: absolute;
top: 4px;
left: 4px;
}
@-webkit-keyframes show100 {
from {
stroke-dashoffset: 1100;
}
to {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes title {
100% {
opacity: 1;
}
}
@keyframes title {
100% {
opacity: 1;
}
}
.start + div,
.start + div + div,
.start + div + div + div,
.start + div + div + div + div {
-webkit-animation: title 2s ease 1.8s 1 forwards;
animation: title 2s ease 1.8s 1 forwards;
}

.slideCtr {
margin-left: auto;
margin-right: auto;
width: 1114px;
}
.brand .slick-prev,
.brand .slick-prev:hover {
background: url(../img/slider_left.png) no-repeat;
z-index: 1000;
width: 55px;
height: 58px;
left: -22px;
}
.brand .slick-next,
.brand .slick-next:hover {
background: url(../img/slider_right.png) no-repeat;
z-index: 1000;
width: 55px;
height: 58px;
right: -26px;
}
.brand .slick-prev:before
{
content: ' ';
}
.brand [dir='rtl'] .slick-prev:before
{
content: ' ';
}
.brand .slick-next:before
{
content: ' ';
}
.brand [dir='rtl'] .slick-next:before
{
content: ' ';
}
.brand .slick-dots li button,
.brand .slick-dots li.slick-active button:before,
.brand .slick-dots li button:before,
.brand .slick-dots li button::before {
color: #7ac03e;
}


/* --------------------
ごあいさつ 
-------------------- */
#greeting figure {
float: left;
margin-right: 50px;
margin-bottom: 50px;
}

#greeting h3 {
margin-bottom: 25px;
}
.greCont01 {
float: right;
margin-bottom: 70px;
width: 576px;
}

.greCont01 .grePh {
float: right;
margin-left: 25px;
}
h4 {
font-size: 153%;
font-weight: bold;
margin-bottom: 18px;
}
#greeting p {
font-size: 107%;
}

.greCont02 {
margin-bottom: 70px;
}

.greCont02 .grePh {
float: left;
margin-right: 25px;
margin-bottom: 30px;
}
.greCont03 {
margin-bottom: 40px;
}
.greCont03 .grePh {
float: right;
margin-left: 25px;
margin-bottom: 30px;
}
.greCont04 {
margin-bottom: 70px;
}
.greCont04 .grePh {
float: left;
margin-right: 25px;
margin-bottom: 30px;
}
.greName {
text-align: right;
padding-top: 20px;
}

.greCont01,
.greCont02,
.greCont03,
.greCont04 {
opacity: 0;
}

h5 {
font-size: 116%;
font-weight: bold;
color: #7ac03e;
}

#about figure {
float: right;
margin-bottom: 50px;
}

.aboCont01 {
float: left;
margin-bottom: 70px;
width: 576px;
}

.aboCont01 {
opacity: 0;
}


#about p {
font-size: 107%;
float: left;
width: 430px;
}


#about h5  {
float: left;
width: 120px;
}
.aboTxtArea {
margin-bottom: 30px;
}



#schedule figure {
float: left;
margin-right: 20px;
margin-bottom: 50px;
}
#schedule ul {
margin-bottom: 10px;
}
#schedule li {
font-size: 114%;
}
#schedule p {
font-size: 107%;
font-weight: bold;
margin-bottom: 25px;
}

.schCont01 {
float: right;
margin-bottom: 70px;
width: 600px;
opacity: 0;
}
.schCont01 ul {
font-weight: bold;
}

#access figure {
float: right;
margin-bottom: 50px;
}
.accCont01 {
float: left;
margin-bottom: 70px;
width: 600px;
}
.accCont02 {
margin-bottom: 70px;
}

.accCont01,
.accCont02 {
opacity: 0;
}

#access p {
font-size: 107%;
}
.accAdd {
float: left;
width: 360px;
margin-bottom: 20px;
}
.accInfo {
float: left;
}

#intro figure {
float: left;
margin-right: 20px;
margin-bottom: 50px;
}

.intCont01 {
float: right;
margin-bottom: 70px;
width: 600px;
margin-top: 100px;
}

.intCont01,
.intCont02 {
opacity: 0;
}

.intList {
width: 1000px;
margin-bottom: 70px;
}
#intro li {
float: left;
margin-bottom: 30px;
margin-right: 44px;
position: relative;
}
#intro .intList li span {
position: absolute;
left: 166px;
width: 53px;
height: 53px;
top: 3px;
}

#intro .intList .intListEnd  {
margin-right: 0px;
}
footer {
width: 100%;
}
footer div {
background-color: #7ac03e;
color: #FFF;
padding-top: 5px;
padding-bottom: 5px;
}

.lity {
background: rgba(122, 192, 62, 0.9);
}
.lity-wrap {
padding: 5%;
}
.topNote {
font-weight:bold;
color:#EF0003;
}


/*トップお知らせ*/

.topNews {
width:960px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 10px;
box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.02);
margin-bottom:60px;
padding:20px;
}

.topNewsTit {
width:98%;
margin-left:auto;
margin-right:auto;
border-bottom:1px #1F1F1F solid;
display:flex;
justify-content:space-between;
padding-bottom:5px;
}
.topNewsTit p:first-child {
font-weight:bold;
}
.topNewsTit p {
font-size:1.2em;
}
.topNewsTit a {
text-decoration:none;
color:#515151;
}
.topNewsBox {
display:flex;
justify-content:flex-start;	
width:98%;
margin-left:auto;
margin-right:auto;
font-size:1.1em;
border-bottom:2px dotted #ccc;
padding-top:30px;
padding-bottom:30px;
color:#000000;
}
.topNews .topNewsDate {
font-weight:bold;
margin-right: 30px;
}
.topNewsDetail dd {
margin-top:20px;
}
.topNewsDetail dd a {
color:#555;
}


/*--------------------
スマートフォン用 
--------------------*/
@media screen and (max-device-width: 1200px) {
body {
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整OFF */
font: 15px/1.6 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a.spTelLink {
pointer-events: auto;
}
}
