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

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 180%;

    font-family: "ヒラギノ角ゴ", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #505050;
}

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

a {
    color: #ff4e31;
    text-decoration: none;
}

.sp-no {
    display: inline;
}

.sp-yes {
    display: none;
}

.coming-soon {
    width: 80%;
    margin: 50px auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    border:dashed 1px #dcdcdc;
    text-align: center;
    font-size: 160%;
    line-height: 210%;
}

.hdr {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hdr .hdr-wrap {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hdr .hdr-top {
    width: 100%;
    margin: 5px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hdr-top .hdr-logo {
    width: 40%;
    margin: 0;
    padding: 0;
    float: left;
    
    opacity: 1.0;
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.hdr-top .hdr-logo:hover {
    opacity: 0.7;
}

.hdr .hdr-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hdr-nav ul.hdr-navlist {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

ul.hdr-navlist li.hdr-navitem {
    width: 15%;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
}

ul.hdr-navlist li.hdr-navitem a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    color: #000000;
    text-decoration: none;
    opacity: 1.0;
    
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

ul.hdr-navlist li.hdr-navitem a:hover {
    opacity: 0.5;
    
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.sp-btn {
    display: none;
}

.hdr-title {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("/kms/shink/img/hdr_img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hdr-title-wrap {
    width: 98%;
    max-width: 1050px;
    margin: 50px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

h1.pagetitle {
    width: 98%;
    margin: 0 auto;
    padding: 5px 0 5px 1%;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    border-left:solid 10px #34b275;
}

.pankuzu {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    background-color: #efefef;
}

.pankuzu a {
    color:#505050;
    opacity: 1.0;
    border-bottom: solid 1px #505050;
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.pankuzu a:hover {
    opacity: 0.5;
    border-bottom: solid 1px transparent;
}

.pankuzu .pankuzu-wrap {
    width: 98%;
    max-width: 1050px;
    margin: 2px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.panhouse {
    width: 5%;
    max-width: 18px;
    margin: 0 1% 0 0;
    padding: 0;
}

.panlink {
    width: 90%;
    font-size: 70%;
    display: inline;
}




.main {
    width: 90%;
    max-width: 1050px;
    margin: 100px auto 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    line-height: 210%;
}

.main .main-wrap {
    width: 100%;
    min-height: 650px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.pagesec-hdrbk {
    width: 96%;
    margin: 0 auto 40px;
    padding: 20px 2%;
    position: relative;
    overflow: hidden;
    background-color: #34b275;
    
}

h2.pagesec-title {
    width: 98%;
    margin: 0;
    padding: 0 0 0 1%;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 160%;
    font-weight: bold;
    text-align: left;
    
    border-left:solid 10px #FFFFFF;
}

.page-sec {
    width: 96%;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.page-sec:last-child {
    margin: 0 auto;
}


.pagetop {
    width: 5%;
    max-width: 40px;
    position: absolute;
    right: 1%;
    bottom:140px;
    z-index: 10000;
}

.sticky {
    position: fixed;
    bottom:15%;
}

.ftr {
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
    position: relative;
    overflow: hidden;
    background-color: #34b275;
    color: #FFFFFF;
}

.ftr .ftr-wrap {
    width: 98%;
    max-width: 1050px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.ftr-wrap .ftr-info {
    width: 30%;
    color: #FFFFFF;
    font-weight: bold;
}

.ftr-wrap .ftr-info .ftr-name {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
}

.ftr-name .ftr-nsub {
    font-size: 90%;
}

.ftr-wrap .ftr-info .ftr-address {
    font-size: 90%;
    line-height: 140%;
    font-weight: normal;
}

.ftr-wrap .ftr-nav {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.ftr-wrap .ftr-nav ul.ftrnav-list {
    width: 45%;
    list-style: none;
}

.ftr-nav ul.ftrnav-list li.ftrnav-item {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.ftr-nav ul.ftrnav-list li.ftrnav-item a {
    color: #FFFFFF;
    border-bottom: solid 1px transparent;
    
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.ftr-nav ul.ftrnav-list li.ftrnav-item a:hover {
    border-bottom: solid 1px #FFFFFF;
}

.ftr .copyright {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    color: #FFFFFF;
    text-align: center;
}

/*****NEWS TOP - NEWS ALL*****/

ul.news-list {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

 ul.news-list li.news-item {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom:solid 1px #d5d5d5;
    
    font-size: 90%;
}

li.news-item a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    
    color: #ff4e31;
    text-decoration: none;
        
    transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}


li.news-item a:hover {
    background-color: #EFEFEF;
}

li.news-item .newsitem-wrap {
    width: 98%;
    margin: 0 auto;
    padding: 10px 1%;
    
    display: flex;
    /*justify-content: space-between;*/
    align-items: flex-start;
    
}

li.news-item .news-date {
    width: 70px;
    margin-right: 1.5%;
    font-size: 80%;
}

li.news-item .news-type {
    width: 95px;
    font-size: 80%;
    color: #FFFFFF;
    text-align: center;
    margin-right: 2%;
    padding: 0;
}

li.news-item .n-oshirase {
    background-color: #4771c8;
}

li.news-item .n-update {
    background-color: #ff9a57;
}

li.news-item .news-cont {
    width: 70%;
    line-height: 180%;
}

