div#wrapper{
padding-top: 80px;
}

h3 span{
font-family: 'Italianno', cursive;
font-size: 20pt;
font-weight: normal;
margin-right: 10px;
}

section#place{
padding-left: 15px;
padding-right: 15px;
}

section#place h2 , section#place p{
text-align: center;
line-height: 1.8em;
}

section#place h2{
font-size: 12pt;
margin-bottom: 10px;
}

section#place p{
margin-bottom: 25px;
font-size: 11pt;
}

section#place ul{
width: 100%;
margin: 0 auto;
list-style-type: none;
}

section#place ul li{
text-align: center;
border-top:5px solid #39b54a;
background-color: #fff;
margin-bottom: 20px;
width: 49%;
float: left;
}

section#place ul li:nth-child(odd){
margin-right: 10px;
}
#plan em, #plan .txt {
	display: block;
	text-indent: 1em;
}


/*スマホ縦のみ */
@media screen and (max-width:480px){
section#place ul li{
width: 100%;
float: none;
}
}

section#place ul li a{
display: block;
}

section#place ul li a img.placeimg{
width: 100%;
height: auto;
max-width: 405px;
max-height: 270px;
overflow: hidden;
z-index: 0;
position: relative;
display: block;
margin: 0 auto;
}

section#place ul li em{
padding-top: 20px;
height: 70px;
display: block;
background-image:url(../image/nav_li01cursol.png);
background-position:right bottom;
background-repeat: no-repeat;
background-size:auto auto;
background-color: #fff;
z-index: 1;
position: relative;
}

section#place ul li#place02{
border-top:5px solid #fbb03b;
}

section#place ul li#place02 em{
background-image:url(../image/nav_li02cursol.png);
}

section#place ul li#place03{
border-top:5px solid #efa2b5;
}
section#place ul li#place03 em{
background-image:url(../image/nav_li03cursol.png);
}

section#place ul li#place04{
border-top:5px solid #ed4579;
}
section#place ul li#place04 em{
background-image:url(../image/nav_li04cursol.png);
}

section#place ul li em a{
display:block;
color:#fff;
}

section#place ul li em a img{
border:none;
display:block;
}

#top_seikeiText img{
width: 168px;
height: 27px;
}

#top_roukenText img{
width: 286px;
height: 27px;
}

#top_dayText img{
width: 222px;
height: 27px;
}

#top_naikaText img{
width: 136px;
height: 26px;
}

section#news{
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
margin-top: 30px;
}

section#news article{
background-color: #fff;
padding-top: 30px;
}

section#news article h3{
padding-left: 20px;
border-bottom: 1px solid #ddd;
}

p#tolist a{
font-size: 10pt;
display: block;
text-align: center;
margin: 20px;
margin-bottom: 0;
background-color: #bbb;
color: #fff;
padding: 5px 0;
border-radius: 20px;
font-weight: 600;
}

section#news{
clear: both;
}

section#news iframe{
width: 100%;
min-height: 300px;
height: auto;
}

#newsWrap{
color:#333;
font-size:11pt;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
font-weight: 500;
}

#newsList{
list-style-type: none;
padding-left: 20px;
}

#newsList li{
padding-top: 10px;
padding-bottom: 10px;
-webkit-transition:0.3s;
-moz-transition:0.3s;
 transition:0.3s;
}

#newsList li:hover{
cursor: pointer;
background-color: #efefef;
}

#newsList .catName{
text-align: left;
border-right: 1px solid #ccc;
width: 180px;
display: inline-block;
}

#newsList .up_ymd{
padding-left: 10px;
}

#newsList .title{
padding-left: 10px;
padding-right: 10px;
}

/*スマホ縦のみ */
@media screen and (max-width:480px){
#newsList .catName{
width: auto;
padding-right: 10px;
}
#newsList .title {
border-left: 1px solid #ccc;
margin-left: 10px;
}
}

#newsList .title a{
text-decoration: none;
color: #333;
}

#newsList .newMark{
background-color:#e4007f;
color: #fff;
padding: 0 7px;
font-size: 9pt;
margin-left: 10px;
}

section#recruit{
padding-top: 50px;
padding-bottom: 50px;
margin-left: 15px;
margin-right: 15px;
background-image: url(../image/top/recruit.jpg);
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
height: auto;
}

section#recruit h3{
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
padding-left: 20px;
}

section#recruit p{
padding-left: 20px;
padding-right: 15px;
text-align: center;
color: #000;
}

section#recruit p:first-of-type{
font-size: 11pt;
font-weight: 700;
margin-bottom: 20px;
text-align: left;
}

section#recruit p a{
display: block;
text-align: center;
font-weight: 600;
font-size: 11pt;
color: #fff;
padding: 5px 0;
border-radius: 20px;
background-color: rgba(0,0,0,0.3);
margin-top: 25px;
}

section#imgbana{
padding-top: 10px;
padding-bottom: 50px;
}

section#imgbana article{
overflow: hidden;
}

section#imgbana ul{
margin-left: 15px;
margin-right: 15px;
}

section#imgbana ul li{
float: left;
width: 49%;
margin-top: 20px;
list-style-type: none;
}

section#imgbana ul li:first-child{
margin-right: 10px;
}

/*スマホ縦のみ */
@media screen and (max-width:480px){
section#imgbana ul li{
width: 100%;
}
}

section#imgbana ul li a{
position: relative;
display: table-cell;
vertical-align: middle;
}

section#imgbana ul li a img{
width: 100%;
height: auto;
}

section#imgbana ul li:last-child a img{
}

section#imgbana ul li a p{
background-color: #fff;
text-align: center;
font-weight: 600;
font-size: 11pt;
color: #000;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
margin: 0 auto;
display:inline-block;
padding: 5px;
}

section#imgbana article p{
vertical-align: top;
padding-top: 7px;
line-height: 1.8em;
}

section#access{
padding-bottom: 30px;
padding-top: 50px;
background-color: #fff;
}

section#access article h3{
margin-left: 20px;
margin-bottom: 15px;
}

a.maplink{
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
font-weight: 500;
text-align: center;
}

a.maplink span{
display: block;
background-color: #999;
color: #fff;
padding: 10px;
margin-top: 5px;
}

section#access article#add{
background-color: #efefef;
margin-top: 30px;
margin-left: 15px;
border-right: 15px solid #fff;
padding-bottom: 20px;
}

section#access article#add h4{
padding-left: 30px;
padding-top: 30px;
padding-bottom: 15px;
font-size: 11pt;
border-bottom: 1px solid #ddd;
}

section#access article#add table{
margin-top: 20px;
width:100%;
table-layout: fixed;
}

section#access article#add table td{
padding-bottom: 5px;
padding-left: 30px;
line-height: 1.6em;
text-align: left;
display: list-item;
list-style-type: none;
}

section#access article#add table td.title{
font-weight: 700;
font-size: 12pt;
}

section#access article#add table td.title:before{
content: "\25CF";
color: #aaa;
font-size: 12pt;
margin-right: 5px;
}

section#access article#add table td p a{
background-color: #bbb;
color: #fff;
padding: 5px 0;
text-align: center;
margin-right: 30px;
margin-bottom: 30px;
margin-top: 5px;
display: block;
font-weight: 700;
border-radius: 15px;
}

section#plan{
background-color: #fff;
padding-bottom: 30px;
}

section#plan article{
background-color: #efefef;
margin-left: 15px;
border-right: 15px solid #fff;
padding-bottom: 20px;
}

section#plan article h4{
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 15px;
font-size: 11pt;
border-bottom: 1px solid #ddd;
}

section#plan .contents  {
padding-left: 45px;
padding-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
}

section#plan .contents p  {
padding-bottom: 10px;
}

.scroll{
overflow: auto;
height: 100px;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
